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
html{ scroll-behavior: smooth; } body{ background-color: black; color: white; font-family: "Nunito", sans-serif; } #mainNavbar { font-size: 1.2em; background-color: black; } #mainNavbar .navbar-brand{ color: #f72585; border: solid; margin-top: 0.2em; padding: 0; font-size: 1.5em; /* font-weight: 100; */ transition: all 1s; } #mainNavbar .navbar-brand:hover{ color: #ffb703; text-shadow: 0 0 7px #ffb703; } #mainNavbar .nav-link:hover{ color: #f72585; } .container{ font-family: 'Space Grotesk', sans-serif; padding: 2em; display: flex; /* border: solid; */ align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; /* text-align: center; */ } .typist{ color: white; font-size: 68px; text-align: center; font-family: 'Space Grotesk', sans-serif; } .text_highlight{ color: #f72585; } .ed_sec{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 80%; transition: all 1s; } .editems{ background-color: #212121; border-radius: 6px; margin: 15px; /* vertical and horizontal padding */ padding: 23px 20px; } .ed_sec h3:hover{ text-shadow: 0 0 7px #ffb703; } .ed_sec h3 a:hover{ text-shadow: none; text-decoration: underline; color: #bd3239; } .editems1{ font-family: "Nunito", sans-serif; margin-top: 8px; word-spacing: 2px; font-size: 20px; } .researchitem{ color: #f72585; font-size: 23px; } .ed_sec1{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 80%; } .ed_sec1 a{ text-decoration: none; color: white; } .ed_sec1 a:hover{ text-decoration: underline; color: #bd3239; } a{ text-decoration: none; color: #bd3239; } @media (max-width:485px){ /*from 0px - 750px width, the margin-top: 0*/ .typist{ /*changed the value of margin-top in .container class*/ font-size: 45px; } .ed_sec{ width: 100%; } }
achieveStyle.css
html{ scroll-behavior: smooth; } body{ background-color: black; color: white; font-family: "Nunito", sans-serif; } #mainNavbar { font-size: 1.2em; background-color: black; } #mainNavbar .navbar-brand{ color: #f72585; border: solid; margin-top: 0.2em; padding: 0; font-size: 1.5em; /* font-weight: 100; */ transition: all 1s; } #mainNavbar .navbar-brand:hover{ color: #ffb703; text-shadow: 0 0 7px #ffb703; } #mainNavbar .nav-link:hover{ color: #f72585; } .container{ font-family: 'Space Grotesk', sans-serif; padding: 2em; display: flex; /* border: solid; */ align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; /* text-align: center; */ } .typist{ color: white; font-size: 68px; text-align: center; font-family: 'Space Grotesk', sans-serif; } .text_highlight{ color: #f72585; } .ed_sec{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 80%; transition: all 1s; } .editems{ background-color: #212121; border-radius: 6px; margin: 15px; /* vertical and horizontal padding */ padding: 23px 20px; } .ed_sec h3:hover{ text-shadow: 0 0 7px #ffb703; } .ed_sec h3 a:hover{ text-shadow: none; text-decoration: underline; color: #bd3239; } .editems1{ font-family: "Nunito", sans-serif; margin-top: 8px; word-spacing: 2px; font-size: 20px; } .researchitem{ color: #f72585; font-size: 23px; } .ed_sec1{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; width: 80%; } .ed_sec1 a{ text-decoration: none; color: white; } .ed_sec1 a:hover{ text-decoration: underline; color: #bd3239; } a{ text-decoration: none; color: #bd3239; } @media (max-width:485px){ /*from 0px - 750px width, the margin-top: 0*/ .typist{ /*changed the value of margin-top in .container class*/ font-size: 45px; } .ed_sec{ width: 100%; } }
0.332852
0.051083
.form-container { top:0px; border: 1px solid #dfe3f5; background: #e6e9f7; background: -webkit-gradient(linear, left top, left bottom, from(#d1d4ff), to(#e6e9f7)); background: -webkit-linear-gradient(top, #d1d4ff, #e6e9f7); background: -moz-linear-gradient(top, #d1d4ff, #e6e9f7); background: -ms-linear-gradient(top, #d1d4ff, #e6e9f7); background: -o-linear-gradient(top, #d1d4ff, #e6e9f7); background-image: -ms-linear-gradient(top, #d1d4ff 0%, #e6e9f7 100%); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; font-family: 'Helvetica Neue',Helvetica,sans-serif; text-decoration: none; vertical-align: middle; min-width:200px; padding-top:10px; width:350px; height:100%; } .form-field { border: 1px solid #8fa0e3; background: #e8e8fa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #a2a3c7; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; padding:8px; margin-bottom:5px; width:200px; } .form-field:focus { background: #ffffff; color: #284070; } .search-form-container h2 { text-shadow: #e5e7fc 0 1px 0; font-size:18px; margin: 0 0 10px 0; font-weight:bold; text-align:center; } .form-title { margin-bottom:5px; color: #283770; text-shadow: #e5e7fc 0 1px 0; } .submit-container { margin-left:0px; text-align:right; } .submit-button { border: 1px solid #152873; margin-right: 10px; background: #22A8F0; background-image: -ms-linear-gradient(top, #5a62bf 0%, #3936a3 100%); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; text-shadow: #7f84db 0 1px 0; color: #0c2052; font-family: helvetica, serif; padding: 8.5px 18px; font-size: 14px; text-decoration: none; vertical-align: middle; } .submit-button:hover { border: 1px solid #152473; background: #ffffff; color: #ffc103; } .submit-button:active { text-shadow: #0c0c52 0 1px 0; border: 1px solid #151d73; background: #5a67bf; background: -webkit-gradient(linear, left top, left bottom, from(#363ba3), to(#363fa3)); background: -webkit-linear-gradient(top, #363ba3, #5a67bf); background: -moz-linear-gradient(top, #363ba3, #5a67bf); background: -ms-linear-gradient(top, #363ba3, #5a67bf); background: -o-linear-gradient(top, #363ba3, #5a67bf); background-image: -ms-linear-gradient(top, #363ba3 0%, #5a67bf 100%); color: #ffffff; }
map/css/popup-form.css
.form-container { top:0px; border: 1px solid #dfe3f5; background: #e6e9f7; background: -webkit-gradient(linear, left top, left bottom, from(#d1d4ff), to(#e6e9f7)); background: -webkit-linear-gradient(top, #d1d4ff, #e6e9f7); background: -moz-linear-gradient(top, #d1d4ff, #e6e9f7); background: -ms-linear-gradient(top, #d1d4ff, #e6e9f7); background: -o-linear-gradient(top, #d1d4ff, #e6e9f7); background-image: -ms-linear-gradient(top, #d1d4ff 0%, #e6e9f7 100%); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0; font-family: 'Helvetica Neue',Helvetica,sans-serif; text-decoration: none; vertical-align: middle; min-width:200px; padding-top:10px; width:350px; height:100%; } .form-field { border: 1px solid #8fa0e3; background: #e8e8fa; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; color: #a2a3c7; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px; padding:8px; margin-bottom:5px; width:200px; } .form-field:focus { background: #ffffff; color: #284070; } .search-form-container h2 { text-shadow: #e5e7fc 0 1px 0; font-size:18px; margin: 0 0 10px 0; font-weight:bold; text-align:center; } .form-title { margin-bottom:5px; color: #283770; text-shadow: #e5e7fc 0 1px 0; } .submit-container { margin-left:0px; text-align:right; } .submit-button { border: 1px solid #152873; margin-right: 10px; background: #22A8F0; background-image: -ms-linear-gradient(top, #5a62bf 0%, #3936a3 100%); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0; text-shadow: #7f84db 0 1px 0; color: #0c2052; font-family: helvetica, serif; padding: 8.5px 18px; font-size: 14px; text-decoration: none; vertical-align: middle; } .submit-button:hover { border: 1px solid #152473; background: #ffffff; color: #ffc103; } .submit-button:active { text-shadow: #0c0c52 0 1px 0; border: 1px solid #151d73; background: #5a67bf; background: -webkit-gradient(linear, left top, left bottom, from(#363ba3), to(#363fa3)); background: -webkit-linear-gradient(top, #363ba3, #5a67bf); background: -moz-linear-gradient(top, #363ba3, #5a67bf); background: -ms-linear-gradient(top, #363ba3, #5a67bf); background: -o-linear-gradient(top, #363ba3, #5a67bf); background-image: -ms-linear-gradient(top, #363ba3 0%, #5a67bf 100%); color: #ffffff; }
0.267791
0.155719
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ /** * Add the correct font weight in Chrome, Edge, and Safari. */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ /** * Add the correct font size in all browsers. */ /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ /** * Correct the inability to style clickable types in iOS and Safari. */ /** * Remove the inner border and padding in Firefox. */ /** * Restore the focus styles unset by the previous rule. */ /** * Correct the padding in Firefox. */ /** * 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. */ /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ /** * Remove the default vertical scrollbar in IE 10+. */ /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ /** * Correct the cursor style of increment and decrement buttons in Chrome. */ /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ /** * Remove the inner padding in Chrome and Safari on macOS. */ /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ /* * Add the correct display in all browsers. */ /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ /** * Add the correct display in IE 10. */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b { font-weight: bolder; } strong { font-weight: bolder; } code { font-family: monospace, monospace; font-size: 1em; } kbd { font-family: monospace, monospace; font-size: 1em; } samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; bottom: -0.25em; } sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; } img { border-style: none; } button { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: visible; text-transform: none; -webkit-appearance: button; } button::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring { outline: 1px dotted ButtonText; } input { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: visible; } optgroup { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } select { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; text-transform: none; } textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: auto; } [type="button"] { -webkit-appearance: button; } [type="button"]::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring { outline: 1px dotted ButtonText; } [type="reset"] { -webkit-appearance: button; } [type="reset"]::-moz-focus-inner { border-style: none; padding: 0; } [type="reset"]:-moz-focusring { outline: 1px dotted ButtonText; } [type="submit"] { -webkit-appearance: button; } [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } [type="checkbox"] { box-sizing: border-box; padding: 0; } [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button { height: auto; } [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } @font-face { font-family: 'LibreBaskerville-Bold'; src: url("../assets/fonts/LibreBaskerville/LibreBaskerville-Bold.ttf") format("truetype"); } @font-face { font-family: 'LibreBaskerville-Regular'; src: url("../assets/fonts/LibreBaskerville/LibreBaskerville-Regular.ttf") format("truetype"); } @font-face { font-family: 'Poppins-Medium'; src: url("../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype"); } @font-face { font-family: 'Poppins-Regular'; src: url("../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype"); } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { width: 100%; height: inherit; font-size: 1em; } .wrapper { width: 100%; height: inherit; } .header { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; padding: 2em 0 1em; background-color: #fff; } @keyframes mouse-in { 0% { background-color: #fff; } 100% { background-color: #fc5f45; } } .header__nav-li:hover { cursor: pointer; animation-name: mouse-in; animation-duration: 1s; background-color: #fc5f45; } .header__logo-container { width: 100%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: stretch; } .header__nav { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; } .header__nav-ul { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; list-style: none; padding-left: 0; } .header__nav-li { margin: 0.5em; border-radius: 2em; } .header__nav-link { text-decoration: none; color: #272727; font: 0.85em medium Poppins-Medium; margin: 0.5em; } @media screen and (min-width: 992px) { .header { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; } .header__logo-container { width: 30%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; align-content: center; } .header__nav { width: 70%; height: inherit; } .header__nav-link { margin: 0; } } .advert { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; padding-bottom: 2em; background-color: #3f4049; } @keyframes button { 0% { background-color: #d82203; } 100% { background-color: #fc5f45; } } .advert__button_animated_true:hover { cursor: pointer; animation-name: button; animation-duration: 1s; background-color: #fc5f45; box-shadow: 1px 1px 2px #fc5f45, 0 0 25px #fc5f45, 0 0 5px #fc5f45; } .advert__button_animated_true:active { background-color: #fd7a64; color: #fff; } .advert__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; text-align: center; margin-bottom: 2em; } .advert__title { font: 2.25em normal LibreBaskerville-Regular; color: #fff; } .advert__body { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .advert__content { width: 80%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .advert__content_color_green { color: #3aa983; } .advert__content_color_violet { color: #b27cf5; } .advert__content_color_orange { color: #feb960; } .advert__button { background-color: #fc5f45; border: none; border-radius: 10em; padding: 0.5em 1em; outline: none; color: #fff; font: 600 1em Poppins-SemiBold; } @media screen and (min-width: 576px) { .advert__title-container { width: 60%; height: inherit; } } @media screen and (min-width: 768px) { .advert__body { width: 87%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; margin-top: 2em; } .advert__title-container { width: 50%; height: inherit; } } @media screen and (min-width: 992px) { .advert__body { width: 68%; height: inherit; } .advert__title-container { width: 40%; height: inherit; } } @media screen and (min-width: 1200px) { .advert__body { width: 55%; height: inherit; } .advert__title-container { width: 26%; height: inherit; } } .about { width: 100%; height: inherit; } .about__container { width: 100%; height: inherit; max-width: 72em; margin: 2em 0; } .about__img-container { width: 90%; height: auto; background: #cccccc; /* Old browsers */ background: -moz-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #d9aca5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* IE10+ */ background: linear-gradient(to bottom, #cccccc 0%, #d9aca5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ border: 0.7em solid #cccccc; max-width: 35em; max-height: 44em; margin: 0 auto; } .about__img { width: 100%; height: auto; } .about__body { width: 90%; height: auto; margin: 1em auto; padding: 1em; background-color: #fff; box-shadow: 0.3em -0.3em 0.5em 0.05em rgba(204, 204, 204, 0.5); position: relative; max-width: 31em; max-height: 35em; } .about__body:after { background: linear-gradient(to right, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%); position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; } .about__title { font: bold 2.15em LibreBaskerville-Bold; color: #000; text-align: center; } .about__text { font: normal 0.8em Poppins-Regular; text-align: left; } @media screen and (min-width: 576px) { .about__container { display: grid; grid-template-columns: repeat(5, [col] 20%); grid-template-rows: 1fr; } .about__img-container { grid-column: col 2 / span 3; grid-row: 1; } .about__body { grid-column: col 3 / span 3; grid-row: 1; z-index: 20; max-height: 28em; margin: auto 0; } } @media screen and (min-width: 768px) { .about__container { margin: 3em 0; } .about__body { max-height: 24em; } } @media screen and (min-width: 992px) { .about__container { display: grid; grid-template-columns: repeat(7, [col] 1fr); grid-template-rows: 1fr; margin: 5em 0; } .about__img-container { grid-column: col 3 / span 3; grid-row: 1; } .about__body { grid-column: col 5 / span 3; grid-row: 1; z-index: 20; margin: auto 0; max-height: 24em; } } @media screen and (min-width: 1200px) { .about__container { margin: 7em 0; } } .focus { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; background-color: #f7f7f7; padding: 2em 0 5em; } .focus__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .focus__title { font: bold 2.2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .focus__subtitle { font: normal 1.2em TimesNewRoman; color: #616161; text-align: center; } .focus__body { width: 100%; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .focus__subcontainer { width: auto; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .focus__content { width: 15em; height: 20em; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; margin: 0.5em; background-color: #fff; position: relative; } .focus__content-title { font: normal 1.3em Poppins-Medium; color: #313131; text-align: center; } .focus__content-text { font: normal 1em Poppins-Regular; color: #616161; text-align: center; } .focus__content-img_theme_0 { src: url(../assets/img/icon-services-envelope.png); } .focus__content-border_color_green::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #3aa983; } .focus__content-border_color_red::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #fc5f45; } .focus__content-border_color_violet::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #b27cf5; } .focus__content-border_color_orange::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #feb960; } @media screen and (min-width: 992px) { .focus { padding: 3em 0 6em; } } @media screen and (min-width: 1200px) { .focus { padding: 5em 0 8em; } } .portfolio { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; padding-bottom: 3em; } .portfolio__title { font: bold 3.2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .portfolio__subtitle { font: normal 1.2em NewTimesRoman; color: #616161; text-align: center; margin-top: 0; } .portfolio__gallery { height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; max-width: 810px; } .portfolio__gallery-item { width: 250px; height: 200px; background-position: center; background-size: cover; background-repeat: no-repeat; margin: 10px; position: relative; overflow: hidden; box-shadow: 0.3em 0.3em 0.5em 0.05em rgba(204, 204, 204, 0.5); } .portfolio__gallery-item:hover .portfolio__link-container { top: 0; left: 0; transform: translateY(0em); transition: transform 0.5s linear; } .portfolio__link-container { width: 250px; height: 200px; position: relative; top: 200; left: 0; transform: translateY(10em); transition: all 0.5s linear; } .portfolio__upper { width: inherit; height: 70%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; background-color: #000; opacity: 0.5; } .portfolio__upper::after { background: linear-gradient(to right, #bcbcbc 25%, #ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%); position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 3.5em; } .portfolio__lower { width: inherit; height: 30%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; background-color: #fff; } .portfolio__project-name { margin: 0; padding: 0; } .portfolio__icon-container { width: 45px; height: 45px; } .portfolio__upper-img { width: inherit; height: inherit; } .portfolio__project-name { font: normal 1em Poppins-Regular; } .portfolio__gallery-item_bg_0 { background-image: url(../assets/img/img-portfolio-0.png); } .portfolio__gallery-item_bg_1 { background-image: url(../assets/img/img-portfolio-1.png); } .portfolio__gallery-item_bg_2 { background-image: url(../assets/img/img-portfolio-2.png); } .portfolio__gallery-item_bg_3 { background-image: url(../assets/img/img-portfolio-3.png); } .portfolio__gallery-item_bg_4 { background-image: url(../assets/img/img-portfolio-4.png); } .portfolio__gallery-item_bg_5 { background-image: url(../assets/img/img-portfolio-5.png); } .portfolio__gallery-item_bg_6 { background-image: url(../assets/img/img-portfolio-6.png); } .portfolio__gallery-item_bg_7 { background-image: url(../assets/img/img-portfolio-7.png); } .portfolio__gallery-item_bg_8 { background-image: url(../assets/img/img-portfolio-8.png); } @media screen and (min-width: 992px) { .portfolio { padding-bottom: 6em; } } .team { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: stretch; padding: 2em 0; background-color: #f7f7f7; } .team__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: stretch; } .team__header-title { font: bold 1.6em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .team__header-subtitle { font: normal 1em NewTimesRoman; color: #616161; text-align: center; margin-top: 0; } .team__body { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; } .team__subcontainer { width: auto; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .team__body-container { height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; } .team__content-container { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-position: center; background-size: cover; background-repeat: no-repeat; margin: 0.3em; background-color: #fff; max-width: 17em; max-height: 22em; position: relative; } .team .team__content-img_bg_0, .team .team__content-img_bg_1, .team .team__content-img_bg_2, .team .team__content-img_bg_3 { width: 16em; height: 16em; margin: 0.5em; } .team__content-img_bg_0 { background-image: url(../assets/img/bg-team-0.png); } .team__content-img_bg_0::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_0:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_1 { background-image: url(../assets/img/bg-team-1.png); } .team__content-img_bg_1::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_1:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_2 { background-image: url(../assets/img/bg-team-2.png); } .team__content-img_bg_2::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_2:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_3 { background-image: url(../assets/img/bg-team-3.png); } .team__content-img_bg_3::after { background-color: #feb960; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_3:hover::after { background-color: black; top: null; bottom: 0; } .team__content-bio { width: 80%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; } .team__content-name { margin-bottom: 0; font: medium 1.25em Poppins-Medium; color: #000; } .team__content-position { margin-top: 0.5em; font: normal 0.8em Poppins-Regular; color: #616161; } .team__target:hover { cursor: pointer; } .team__member { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; position: absolute; z-index: 2; top: 16em; } .team__member::before { content: ''; position: absolute; left: 20px; top: -20; border: 10px solid transparent; border-bottom: 10px solid #fff; } .team__member-content { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; } .team__member-name { font: medium 1.3em Poppins-Medium; color: #272727; } .team__member-text { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; font: medium 0.95em Poppins-Regular; color: #6f6f6f; } .team__member-social { width: 90%; height: auto; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; padding: 1em; } .team__social-logo { width: 50%; height: auto; display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; align-content: center; padding: 1em; } .team__social-icons { width: 50%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-start; align-content: center; border-left: solid 0.1em #b27cf5; padding-left: 0.5em; } .team__social-link { text-decoration: none; } .team__social-link:hover { cursor: pointer; } .team_display_true { display: flex; } .team_display_false { display: none; } .team__member_orientation_horizontal { width: 90%; height: 20em; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; position: absolute; z-index: 2; top: 16em; } @media screen and (min-width: 1200px) { .team { padding: 6em 0; } .team__member { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; align-content: center; width: 82%; flex-flow: row; width: 76%; top: 0; position: relative; } .team__member:before { content: ''; position: relative; left: 3em; top: -8em; border: 10px solid transparent; border-bottom: 10px solid green; } .team__member-content { width: 70%; height: 15em; display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; align-content: center; margin-left: 5em; } .team__member-social { width: 30%; height: inherit; margin-top: 2em; } } .stats { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; align-content: center; background-image: url(../assets/img/bg-stats-coffee.png); background-position: center; background-repeat: no-repeat; background-size: cover; } .stats__container { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; padding: 1em 0; } .stats__item { width: 14em; height: 14em; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; margin: 1em 0; } .stats__quantity { font: bold 0.85em Poppins-Medium; color: #fff; margin-bottom: 0; } .stats__text { font: normal 0.85em Poppins-Regular; color: #fff; margin: 2em 0; } @media screen and (min-width: 1200px) { .stats { padding: 2em 0; } } .steps { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; color: #fff; padding: 3em 0 2em; } .steps__header { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; margin: 2em 1em; } .steps__title { font: bold 2em LibreBaskerville-Bold; color: #000; text-align: center; } .steps__subtitle { font: normal 1em Poppins-Regular; color: #616161; text-align: center; } .steps__body { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; padding: 2em 0; } .steps__body-container { width: 100%; height: 78em; display: flex; flex-flow: column nowrap; justify-content: start; align-items: center; align-content: center; max-width: 34.75em; background-image: url(../assets/img/bg-steps-0.png), url(../assets/img/bg-steps-1.png), url(../assets/img/bg-steps-2.png), url(../assets/img/bg-steps-3.png); background-position: bottom 0em center, bottom 18em center, bottom 36em center, bottom 54em center; background-repeat: no-repeat; max-width: 80em; } .steps .steps__body-item-0, .steps .steps__body-item-1, .steps .steps__body-item-2, .steps .steps__body-item-3 { width: auto; height: inherit; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: start; align-content: center; position: relative; max-width: 33em; max-height: 18em; background-color: #fff; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset; } .steps__body-item-0 { align-self: flex-start; } .steps__body-item-0::after { background-color: #feb960; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-0:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-1 { align-self: flex-end; } .steps__body-item-1::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-1:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-2 { align-self: flex-start; } .steps__body-item-2::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-2:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-3 { align-self: flex-end; } .steps__body-item-3::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-3:hover::after { background-color: black; top: null; bottom: 0; } .steps__img { margin: 1em; } .steps__items-title { font: normal 1.2em Poppins-Regular; color: #272727; text-align: left; } .steps__items-text { font: normal 0.8em Poppins-Regular; color: #616161; text-align: left; } .steps__items-content { padding: 1em 0.8em 0 0; } @media screen and (min-width: 400px) { .steps__items-content { margin-top: 2em; } } @media screen and (min-width: 576px) { .steps__items-content { margin-top: 3em; } } .pricing { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; color: #fff; background-color: #f7f7f7; padding: 2em 0 3em; } .pricing__header { width: 90%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .pricing__title { font: normal 2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .pricing__subtitle { font: bold 1em Poppins-Regular; color: #616161; text-align: center; padding-bottom: 2em; } .pricing__body { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; } .pricing__plan { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; transition: all 0.2s linear; max-width: 20em; max-height: 36em; background-color: #fff; margin: 0.5em; position: relative; padding-top: 2em; } .pricing__plan:hover { box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset; } .pricing__plan-name { font: normal 1.2em LibreBaskerville-Bold; color: #313131; } .pricing__plan-text { font: normal 1em Poppins-Regular; color: #313131; padding-top: 1em; margin: 0; } .pricing__plan-text_theme_bold { font: bold 1em Poppins-Medium; color: #313131; } .pricing__link { font: bold 1em Poppins-Medium; text-decoration: none; margin: 2em 0 3em; border: solid 0.1em black; border-radius: 10em; padding: 0.8em 1.6em; } .pricing_color_green { transition: all 0.5s linear; color: #3aa983; border-color: #3aa983; } .pricing_color_green:hover { cursor: pointer; background-color: #3aa983; color: #fff; } .pricing_color_green:active { background-color: #52c49d; } .pricing_color_red { transition: all 0.5s linear; color: #fc5f45; border-color: #fc5f45; } .pricing_color_red:hover { cursor: pointer; background-color: #fc5f45; color: #fff; } .pricing_color_red:active { background-color: #fd8a77; } .pricing_color_violet { transition: all 0.5s linear; color: #b27cf5; border-color: #b27cf5; } .pricing_color_violet:hover { cursor: pointer; background-color: #b27cf5; color: #fff; } .pricing_color_violet:active { background-color: #ceabf9; } .pricing__plan_theme_green::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; top: 0; } .pricing__plan_theme_green:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan_theme_red::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; top: 0; } .pricing__plan_theme_red:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan_theme_violet::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .pricing__plan_theme_violet:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan-name, .pricing__plan-text { color: #616161; } .pricing .pricing__icon_theme_0, .pricing .pricing__icon_theme_1, .pricing .pricing__icon_theme_2 { width: 3.7em; height: 3.7em; background-position: center; background-size: cover; background-repeat: no-repeat; } .pricing__icon_theme_0 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-0.png); } .pricing__icon_theme_0:hover { padding: 4em; } .pricing__icon_theme_1 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-1.png); } .pricing__icon_theme_1:hover { padding: 4em; } .pricing__icon_theme_2 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-2.png); } .pricing__icon_theme_2:hover { padding: 4em; } @media screen and (min-width: 576px) { .pricing__header { width: 50%; height: inherit; } } @media screen and (min-width: 768px) { .pricing { padding: 5em 0 8em; } .pricing__header { margin-bottom: 3em; } .pricing .pricing__icon_theme_0, .pricing .pricing__icon_theme_1, .pricing .pricing__icon_theme_2 { width: 7em; height: 7em; } .pricing__body { width: 100%; height: auto; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; } .pricing__plan { width: 17.5em; height: auto; } } @media screen and (min-width: 1200px) { .pricing__plan { width: 23em; height: auto; } }
build/styles/style.css
========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ /** * Add the correct font weight in Chrome, Edge, and Safari. */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ /** * Add the correct font size in all browsers. */ /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ /** * Correct the inability to style clickable types in iOS and Safari. */ /** * Remove the inner border and padding in Firefox. */ /** * Restore the focus styles unset by the previous rule. */ /** * Correct the padding in Firefox. */ /** * 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. */ /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ /** * Remove the default vertical scrollbar in IE 10+. */ /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ /** * Correct the cursor style of increment and decrement buttons in Chrome. */ /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ /** * Remove the inner padding in Chrome and Safari on macOS. */ /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ /* * Add the correct display in all browsers. */ /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ /** * Add the correct display in IE 10. */ html { line-height: 1.15; -webkit-text-size-adjust: 100%; } body { margin: 0; } h1 { font-size: 2em; margin: 0.67em 0; } hr { box-sizing: content-box; height: 0; overflow: visible; } pre { font-family: monospace, monospace; font-size: 1em; } a { background-color: transparent; } abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; } b { font-weight: bolder; } strong { font-weight: bolder; } code { font-family: monospace, monospace; font-size: 1em; } kbd { font-family: monospace, monospace; font-size: 1em; } samp { font-family: monospace, monospace; font-size: 1em; } small { font-size: 80%; } sub { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; bottom: -0.25em; } sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; top: -0.5em; } img { border-style: none; } button { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: visible; text-transform: none; -webkit-appearance: button; } button::-moz-focus-inner { border-style: none; padding: 0; } button:-moz-focusring { outline: 1px dotted ButtonText; } input { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: visible; } optgroup { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; } select { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; text-transform: none; } textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; overflow: auto; } [type="button"] { -webkit-appearance: button; } [type="button"]::-moz-focus-inner { border-style: none; padding: 0; } [type="button"]:-moz-focusring { outline: 1px dotted ButtonText; } [type="reset"] { -webkit-appearance: button; } [type="reset"]::-moz-focus-inner { border-style: none; padding: 0; } [type="reset"]:-moz-focusring { outline: 1px dotted ButtonText; } [type="submit"] { -webkit-appearance: button; } [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } fieldset { padding: 0.35em 0.75em 0.625em; } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; } progress { vertical-align: baseline; } [type="checkbox"] { box-sizing: border-box; padding: 0; } [type="radio"] { box-sizing: border-box; padding: 0; } [type="number"]::-webkit-inner-spin-button { height: auto; } [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { -webkit-appearance: textfield; outline-offset: -2px; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } details { display: block; } summary { display: list-item; } template { display: none; } [hidden] { display: none; } @font-face { font-family: 'LibreBaskerville-Bold'; src: url("../assets/fonts/LibreBaskerville/LibreBaskerville-Bold.ttf") format("truetype"); } @font-face { font-family: 'LibreBaskerville-Regular'; src: url("../assets/fonts/LibreBaskerville/LibreBaskerville-Regular.ttf") format("truetype"); } @font-face { font-family: 'Poppins-Medium'; src: url("../assets/fonts/Poppins/Poppins-Medium.ttf") format("truetype"); } @font-face { font-family: 'Poppins-Regular'; src: url("../assets/fonts/Poppins/Poppins-Regular.ttf") format("truetype"); } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; } body { width: 100%; height: inherit; font-size: 1em; } .wrapper { width: 100%; height: inherit; } .header { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; padding: 2em 0 1em; background-color: #fff; } @keyframes mouse-in { 0% { background-color: #fff; } 100% { background-color: #fc5f45; } } .header__nav-li:hover { cursor: pointer; animation-name: mouse-in; animation-duration: 1s; background-color: #fc5f45; } .header__logo-container { width: 100%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: stretch; } .header__nav { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; } .header__nav-ul { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; list-style: none; padding-left: 0; } .header__nav-li { margin: 0.5em; border-radius: 2em; } .header__nav-link { text-decoration: none; color: #272727; font: 0.85em medium Poppins-Medium; margin: 0.5em; } @media screen and (min-width: 992px) { .header { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; } .header__logo-container { width: 30%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; align-content: center; } .header__nav { width: 70%; height: inherit; } .header__nav-link { margin: 0; } } .advert { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; padding-bottom: 2em; background-color: #3f4049; } @keyframes button { 0% { background-color: #d82203; } 100% { background-color: #fc5f45; } } .advert__button_animated_true:hover { cursor: pointer; animation-name: button; animation-duration: 1s; background-color: #fc5f45; box-shadow: 1px 1px 2px #fc5f45, 0 0 25px #fc5f45, 0 0 5px #fc5f45; } .advert__button_animated_true:active { background-color: #fd7a64; color: #fff; } .advert__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; text-align: center; margin-bottom: 2em; } .advert__title { font: 2.25em normal LibreBaskerville-Regular; color: #fff; } .advert__body { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .advert__content { width: 80%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .advert__content_color_green { color: #3aa983; } .advert__content_color_violet { color: #b27cf5; } .advert__content_color_orange { color: #feb960; } .advert__button { background-color: #fc5f45; border: none; border-radius: 10em; padding: 0.5em 1em; outline: none; color: #fff; font: 600 1em Poppins-SemiBold; } @media screen and (min-width: 576px) { .advert__title-container { width: 60%; height: inherit; } } @media screen and (min-width: 768px) { .advert__body { width: 87%; height: inherit; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; margin-top: 2em; } .advert__title-container { width: 50%; height: inherit; } } @media screen and (min-width: 992px) { .advert__body { width: 68%; height: inherit; } .advert__title-container { width: 40%; height: inherit; } } @media screen and (min-width: 1200px) { .advert__body { width: 55%; height: inherit; } .advert__title-container { width: 26%; height: inherit; } } .about { width: 100%; height: inherit; } .about__container { width: 100%; height: inherit; max-width: 72em; margin: 2em 0; } .about__img-container { width: 90%; height: auto; background: #cccccc; /* Old browsers */ background: -moz-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cccccc), color-stop(100%, #d9aca5)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #cccccc 0%, #d9aca5 100%); /* IE10+ */ background: linear-gradient(to bottom, #cccccc 0%, #d9aca5 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ border: 0.7em solid #cccccc; max-width: 35em; max-height: 44em; margin: 0 auto; } .about__img { width: 100%; height: auto; } .about__body { width: 90%; height: auto; margin: 1em auto; padding: 1em; background-color: #fff; box-shadow: 0.3em -0.3em 0.5em 0.05em rgba(204, 204, 204, 0.5); position: relative; max-width: 31em; max-height: 35em; } .about__body:after { background: linear-gradient(to right, #fc5f45 25%, #38c695 25%, #38c695 50%, #b27cf5 50%, #b27cf5 75%, #feb960 75%); position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; } .about__title { font: bold 2.15em LibreBaskerville-Bold; color: #000; text-align: center; } .about__text { font: normal 0.8em Poppins-Regular; text-align: left; } @media screen and (min-width: 576px) { .about__container { display: grid; grid-template-columns: repeat(5, [col] 20%); grid-template-rows: 1fr; } .about__img-container { grid-column: col 2 / span 3; grid-row: 1; } .about__body { grid-column: col 3 / span 3; grid-row: 1; z-index: 20; max-height: 28em; margin: auto 0; } } @media screen and (min-width: 768px) { .about__container { margin: 3em 0; } .about__body { max-height: 24em; } } @media screen and (min-width: 992px) { .about__container { display: grid; grid-template-columns: repeat(7, [col] 1fr); grid-template-rows: 1fr; margin: 5em 0; } .about__img-container { grid-column: col 3 / span 3; grid-row: 1; } .about__body { grid-column: col 5 / span 3; grid-row: 1; z-index: 20; margin: auto 0; max-height: 24em; } } @media screen and (min-width: 1200px) { .about__container { margin: 7em 0; } } .focus { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; background-color: #f7f7f7; padding: 2em 0 5em; } .focus__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .focus__title { font: bold 2.2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .focus__subtitle { font: normal 1.2em TimesNewRoman; color: #616161; text-align: center; } .focus__body { width: 100%; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .focus__subcontainer { width: auto; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .focus__content { width: 15em; height: 20em; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; margin: 0.5em; background-color: #fff; position: relative; } .focus__content-title { font: normal 1.3em Poppins-Medium; color: #313131; text-align: center; } .focus__content-text { font: normal 1em Poppins-Regular; color: #616161; text-align: center; } .focus__content-img_theme_0 { src: url(../assets/img/icon-services-envelope.png); } .focus__content-border_color_green::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #3aa983; } .focus__content-border_color_red::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #fc5f45; } .focus__content-border_color_violet::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #b27cf5; } .focus__content-border_color_orange::after { position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; background-color: #feb960; } @media screen and (min-width: 992px) { .focus { padding: 3em 0 6em; } } @media screen and (min-width: 1200px) { .focus { padding: 5em 0 8em; } } .portfolio { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; padding-bottom: 3em; } .portfolio__title { font: bold 3.2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .portfolio__subtitle { font: normal 1.2em NewTimesRoman; color: #616161; text-align: center; margin-top: 0; } .portfolio__gallery { height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; max-width: 810px; } .portfolio__gallery-item { width: 250px; height: 200px; background-position: center; background-size: cover; background-repeat: no-repeat; margin: 10px; position: relative; overflow: hidden; box-shadow: 0.3em 0.3em 0.5em 0.05em rgba(204, 204, 204, 0.5); } .portfolio__gallery-item:hover .portfolio__link-container { top: 0; left: 0; transform: translateY(0em); transition: transform 0.5s linear; } .portfolio__link-container { width: 250px; height: 200px; position: relative; top: 200; left: 0; transform: translateY(10em); transition: all 0.5s linear; } .portfolio__upper { width: inherit; height: 70%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; background-color: #000; opacity: 0.5; } .portfolio__upper::after { background: linear-gradient(to right, #bcbcbc 25%, #ffcd02 25%, #ffcd02 50%, #e84f47 50%, #e84f47 75%, #65c1ac 75%); position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 3.5em; } .portfolio__lower { width: inherit; height: 30%; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: stretch; background-color: #fff; } .portfolio__project-name { margin: 0; padding: 0; } .portfolio__icon-container { width: 45px; height: 45px; } .portfolio__upper-img { width: inherit; height: inherit; } .portfolio__project-name { font: normal 1em Poppins-Regular; } .portfolio__gallery-item_bg_0 { background-image: url(../assets/img/img-portfolio-0.png); } .portfolio__gallery-item_bg_1 { background-image: url(../assets/img/img-portfolio-1.png); } .portfolio__gallery-item_bg_2 { background-image: url(../assets/img/img-portfolio-2.png); } .portfolio__gallery-item_bg_3 { background-image: url(../assets/img/img-portfolio-3.png); } .portfolio__gallery-item_bg_4 { background-image: url(../assets/img/img-portfolio-4.png); } .portfolio__gallery-item_bg_5 { background-image: url(../assets/img/img-portfolio-5.png); } .portfolio__gallery-item_bg_6 { background-image: url(../assets/img/img-portfolio-6.png); } .portfolio__gallery-item_bg_7 { background-image: url(../assets/img/img-portfolio-7.png); } .portfolio__gallery-item_bg_8 { background-image: url(../assets/img/img-portfolio-8.png); } @media screen and (min-width: 992px) { .portfolio { padding-bottom: 6em; } } .team { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: stretch; padding: 2em 0; background-color: #f7f7f7; } .team__header { width: 100%; height: inherit; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: stretch; } .team__header-title { font: bold 1.6em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .team__header-subtitle { font: normal 1em NewTimesRoman; color: #616161; text-align: center; margin-top: 0; } .team__body { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; } .team__subcontainer { width: auto; height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; } .team__body-container { height: auto; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: stretch; } .team__content-container { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-position: center; background-size: cover; background-repeat: no-repeat; margin: 0.3em; background-color: #fff; max-width: 17em; max-height: 22em; position: relative; } .team .team__content-img_bg_0, .team .team__content-img_bg_1, .team .team__content-img_bg_2, .team .team__content-img_bg_3 { width: 16em; height: 16em; margin: 0.5em; } .team__content-img_bg_0 { background-image: url(../assets/img/bg-team-0.png); } .team__content-img_bg_0::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_0:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_1 { background-image: url(../assets/img/bg-team-1.png); } .team__content-img_bg_1::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_1:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_2 { background-image: url(../assets/img/bg-team-2.png); } .team__content-img_bg_2::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_2:hover::after { background-color: black; top: null; bottom: 0; } .team__content-img_bg_3 { background-image: url(../assets/img/bg-team-3.png); } .team__content-img_bg_3::after { background-color: #feb960; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .team__content-img_bg_3:hover::after { background-color: black; top: null; bottom: 0; } .team__content-bio { width: 80%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; } .team__content-name { margin-bottom: 0; font: medium 1.25em Poppins-Medium; color: #000; } .team__content-position { margin-top: 0.5em; font: normal 0.8em Poppins-Regular; color: #616161; } .team__target:hover { cursor: pointer; } .team__member { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; position: absolute; z-index: 2; top: 16em; } .team__member::before { content: ''; position: absolute; left: 20px; top: -20; border: 10px solid transparent; border-bottom: 10px solid #fff; } .team__member-content { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; } .team__member-name { font: medium 1.3em Poppins-Medium; color: #272727; } .team__member-text { width: 90%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; background-color: #fff; font: medium 0.95em Poppins-Regular; color: #6f6f6f; } .team__member-social { width: 90%; height: auto; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; padding: 1em; } .team__social-logo { width: 50%; height: auto; display: flex; flex-flow: row nowrap; justify-content: flex-end; align-items: center; align-content: center; padding: 1em; } .team__social-icons { width: 50%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: flex-start; align-content: center; border-left: solid 0.1em #b27cf5; padding-left: 0.5em; } .team__social-link { text-decoration: none; } .team__social-link:hover { cursor: pointer; } .team_display_true { display: flex; } .team_display_false { display: none; } .team__member_orientation_horizontal { width: 90%; height: 20em; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; position: absolute; z-index: 2; top: 16em; } @media screen and (min-width: 1200px) { .team { padding: 6em 0; } .team__member { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; align-content: center; width: 82%; flex-flow: row; width: 76%; top: 0; position: relative; } .team__member:before { content: ''; position: relative; left: 3em; top: -8em; border: 10px solid transparent; border-bottom: 10px solid green; } .team__member-content { width: 70%; height: 15em; display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; align-content: center; margin-left: 5em; } .team__member-social { width: 30%; height: inherit; margin-top: 2em; } } .stats { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; align-content: center; background-image: url(../assets/img/bg-stats-coffee.png); background-position: center; background-repeat: no-repeat; background-size: cover; } .stats__container { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; padding: 1em 0; } .stats__item { width: 14em; height: 14em; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; margin: 1em 0; } .stats__quantity { font: bold 0.85em Poppins-Medium; color: #fff; margin-bottom: 0; } .stats__text { font: normal 0.85em Poppins-Regular; color: #fff; margin: 2em 0; } @media screen and (min-width: 1200px) { .stats { padding: 2em 0; } } .steps { width: 100%; height: inherit; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; align-content: center; color: #fff; padding: 3em 0 2em; } .steps__header { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; margin: 2em 1em; } .steps__title { font: bold 2em LibreBaskerville-Bold; color: #000; text-align: center; } .steps__subtitle { font: normal 1em Poppins-Regular; color: #616161; text-align: center; } .steps__body { width: 100%; height: inherit; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; padding: 2em 0; } .steps__body-container { width: 100%; height: 78em; display: flex; flex-flow: column nowrap; justify-content: start; align-items: center; align-content: center; max-width: 34.75em; background-image: url(../assets/img/bg-steps-0.png), url(../assets/img/bg-steps-1.png), url(../assets/img/bg-steps-2.png), url(../assets/img/bg-steps-3.png); background-position: bottom 0em center, bottom 18em center, bottom 36em center, bottom 54em center; background-repeat: no-repeat; max-width: 80em; } .steps .steps__body-item-0, .steps .steps__body-item-1, .steps .steps__body-item-2, .steps .steps__body-item-3 { width: auto; height: inherit; display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: start; align-content: center; position: relative; max-width: 33em; max-height: 18em; background-color: #fff; box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset; } .steps__body-item-0 { align-self: flex-start; } .steps__body-item-0::after { background-color: #feb960; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-0:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-1 { align-self: flex-end; } .steps__body-item-1::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-1:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-2 { align-self: flex-start; } .steps__body-item-2::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-2:hover::after { background-color: black; top: null; bottom: 0; } .steps__body-item-3 { align-self: flex-end; } .steps__body-item-3::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .steps__body-item-3:hover::after { background-color: black; top: null; bottom: 0; } .steps__img { margin: 1em; } .steps__items-title { font: normal 1.2em Poppins-Regular; color: #272727; text-align: left; } .steps__items-text { font: normal 0.8em Poppins-Regular; color: #616161; text-align: left; } .steps__items-content { padding: 1em 0.8em 0 0; } @media screen and (min-width: 400px) { .steps__items-content { margin-top: 2em; } } @media screen and (min-width: 576px) { .steps__items-content { margin-top: 3em; } } .pricing { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; color: #fff; background-color: #f7f7f7; padding: 2em 0 3em; } .pricing__header { width: 90%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; } .pricing__title { font: normal 2em LibreBaskerville-Bold; color: #000; text-align: center; margin-bottom: 0; } .pricing__subtitle { font: bold 1em Poppins-Regular; color: #616161; text-align: center; padding-bottom: 2em; } .pricing__body { width: 100%; height: auto; display: flex; flex-flow: column wrap; justify-content: center; align-items: center; align-content: center; } .pricing__plan { width: 100%; height: auto; display: flex; flex-flow: column nowrap; justify-content: center; align-items: center; align-content: center; transition: all 0.2s linear; max-width: 20em; max-height: 36em; background-color: #fff; margin: 0.5em; position: relative; padding-top: 2em; } .pricing__plan:hover { box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset; } .pricing__plan-name { font: normal 1.2em LibreBaskerville-Bold; color: #313131; } .pricing__plan-text { font: normal 1em Poppins-Regular; color: #313131; padding-top: 1em; margin: 0; } .pricing__plan-text_theme_bold { font: bold 1em Poppins-Medium; color: #313131; } .pricing__link { font: bold 1em Poppins-Medium; text-decoration: none; margin: 2em 0 3em; border: solid 0.1em black; border-radius: 10em; padding: 0.8em 1.6em; } .pricing_color_green { transition: all 0.5s linear; color: #3aa983; border-color: #3aa983; } .pricing_color_green:hover { cursor: pointer; background-color: #3aa983; color: #fff; } .pricing_color_green:active { background-color: #52c49d; } .pricing_color_red { transition: all 0.5s linear; color: #fc5f45; border-color: #fc5f45; } .pricing_color_red:hover { cursor: pointer; background-color: #fc5f45; color: #fff; } .pricing_color_red:active { background-color: #fd8a77; } .pricing_color_violet { transition: all 0.5s linear; color: #b27cf5; border-color: #b27cf5; } .pricing_color_violet:hover { cursor: pointer; background-color: #b27cf5; color: #fff; } .pricing_color_violet:active { background-color: #ceabf9; } .pricing__plan_theme_green::after { background-color: #3aa983; position: absolute; content: ''; height: 4px; right: 0; left: 0; top: 0; } .pricing__plan_theme_green:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan_theme_red::after { background-color: #fc5f45; position: absolute; content: ''; height: 4px; right: 0; left: 0; top: 0; } .pricing__plan_theme_red:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan_theme_violet::after { background-color: #b27cf5; position: absolute; content: ''; height: 4px; right: 0; left: 0; bottom: 0; top: 0; } .pricing__plan_theme_violet:hover::after { background-color: black; top: null; bottom: 0; } .pricing__plan-name, .pricing__plan-text { color: #616161; } .pricing .pricing__icon_theme_0, .pricing .pricing__icon_theme_1, .pricing .pricing__icon_theme_2 { width: 3.7em; height: 3.7em; background-position: center; background-size: cover; background-repeat: no-repeat; } .pricing__icon_theme_0 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-0.png); } .pricing__icon_theme_0:hover { padding: 4em; } .pricing__icon_theme_1 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-1.png); } .pricing__icon_theme_1:hover { padding: 4em; } .pricing__icon_theme_2 { transition: all 0.2s linear; background-image: url(../assets/img/icon-pricing-2.png); } .pricing__icon_theme_2:hover { padding: 4em; } @media screen and (min-width: 576px) { .pricing__header { width: 50%; height: inherit; } } @media screen and (min-width: 768px) { .pricing { padding: 5em 0 8em; } .pricing__header { margin-bottom: 3em; } .pricing .pricing__icon_theme_0, .pricing .pricing__icon_theme_1, .pricing .pricing__icon_theme_2 { width: 7em; height: 7em; } .pricing__body { width: 100%; height: auto; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; align-content: center; } .pricing__plan { width: 17.5em; height: auto; } } @media screen and (min-width: 1200px) { .pricing__plan { width: 23em; height: auto; } }
0.75274
0.184198
@charset "utf-8"; .content{min-width:1160px} .banner { width:24%;background: url('/img/aboutus/bg.jpg') no-repeat ; height:100%; padding:116px 3% 0; position:fixed; float:left; background-size:cover} .banner .logo{ height:130px; width:130px;background: url('/img/aboutus/icon2.png') no-repeat -8px -8px; display:block; margin:0 auto 20px} .banner h1{ font-size:44px; text-align:center; line-height:83px; color:#FFF} .banner p{ font-size:14px; line-height:26px; color:#fff} .btnbox{} .btnbox a{ display:block; height:48px; width:168px; border:1px solid #fff; color:#fff; text-align:center; font-size:18px; line-height:48px; border-radius:4px;margin:20px auto 0} .btnbox a:hover{ background-color:#ff9001; border-color:#ff9001} .cnttype{ width:148px; margin:20px auto 0} .cnttype a{ height:54px; width:54px;background: url('/img/aboutus/icon2.png') no-repeat ; display:block; position:relative} .cnttype a#wx{ float:left; background-position:-166px -8px} .cnttype a#qq{ float:right; background-position:-242px -8px} .cnttype a i{ display:none; height:129px; width:128px;background: url('/img/aboutus/tm.png') no-repeat; position:absolute; top:60px; left:-43px; padding:22px 0 0 12px;} .cnttype a:hover i{ display:block} .cntway{ background-color:#fff; padding:24px 2%; position:relative; float:left; width:66%; margin-left:30%} .cntway h2{ line-height:60px; font-size:30px; color:#666; font-weight:normal} .cntway h2 span{ display:block; height:2px; border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb} .cntway_l{ margin-right:487px; padding-top:46px} .cntway_l li{ height:114px; background-color:#f5f5f5; margin-bottom:80px; padding:20px 0; line-height:24px} .cntway_l li:hover{ background-color:#FFF; box-shadow:1px 0px 5px rgba(0,0,0,0.1)} .titt{ width:17%; font-size:24px; line-height:30px; float:left; text-align:right} .titt span{font-size:16px; display:block; line-height:50px} .ico{width:28%; float:left; text-align:center } .ico i{ display:inline-block; height:147px; width:147px; background-color:#FFF; border-radius:85px; border:12px solid #FFF; margin-top:-27px} .cntway_l li:hover .ico i{ border-color:#f5f5f5} .intro{ width:52%; padding-right:3%; float:left} .intro a{ display:block; text-decoration:underline; color:#63b6c1} .intro dt{ width:39%; float:left;}.intro dd{ width:61%; float:left;} .mapbox{ width:430px; position:absolute; right:45px; top:133px} .busline{ padding-left:30px; color:#999; line-height:24px} .busline h4{ font-size:16px; line-height:30px; margin-top:20px; font-weight:normal; color:#666; position:relative} .busline h4 i{ display:block; height:17px; width:17px;background: url('/img/aboutus/icon2.png') no-repeat -310px -8px; top:8px; left:-30px; position:absolute} .busline h4 i.bus{ background-position: -344px -8px;} @media screen and (max-width:1812px) { .cntway_l{ margin:0} .mapbox{ position:static;} } @media screen and (max-width:1414px) { .banner { width:340px; padding:43px 36px 0} .cntway{ margin-left:412px; width:auto;} .banner .logo{ margin:0 0 5px 31%} .banner p{ line-height:22px} .btnbox a{ margin-top:15px; height:38px; line-height:38px} .cntway_l li{ margin-bottom:40px} .banner h1{ font-size:30px; line-height:60px} .cnttype a i{ top:54px} } #tk2 .tk_box{ width:780px; margin-left:-390px; text-align:left} .cntfrom{padding:15px 0; } .cntfrom h2{ text-align:center; font-weight:normal;color:#666} .cntfrom ul{ float:left; width:313px; padding-left:40px} .cntfrom .cntfrom_r{ float:left; width:307px;padding-left:40px} .info_l{ display:block; font-size:18px; line-height:50px; margin-top:10px} .info_l .yel{ color:#c90e0e} .cntfrom input,.cntfrom textarea{ height:33px; width:247px; border:1px solid #b5b5b5; padding:0 5px;border-radius:3px;} .cntfrom textarea{ height:220px; width:317px; padding:5px} .btnbox2{ background-color:#ffffff; padding:30px 0 30px 325px; clear:both; height:34px } .btnbox2 a{height:34px; width:136px;background:#ff9001; display:block;box-shadow:0 2px 0 #b06300;border-radius:5px; color:#fff; line-height:34px; text-align:center; font-size:16px;transition:0.2s;} .btnbox2 a:hover{margin-top:2px; box-shadow:0 0 0 #d77900; } .cntfrom .info_r .err{ color:#F00; margin-left:10px; font-size:14px; display:none}
css/aboutus/aboutusN.css
@charset "utf-8"; .content{min-width:1160px} .banner { width:24%;background: url('/img/aboutus/bg.jpg') no-repeat ; height:100%; padding:116px 3% 0; position:fixed; float:left; background-size:cover} .banner .logo{ height:130px; width:130px;background: url('/img/aboutus/icon2.png') no-repeat -8px -8px; display:block; margin:0 auto 20px} .banner h1{ font-size:44px; text-align:center; line-height:83px; color:#FFF} .banner p{ font-size:14px; line-height:26px; color:#fff} .btnbox{} .btnbox a{ display:block; height:48px; width:168px; border:1px solid #fff; color:#fff; text-align:center; font-size:18px; line-height:48px; border-radius:4px;margin:20px auto 0} .btnbox a:hover{ background-color:#ff9001; border-color:#ff9001} .cnttype{ width:148px; margin:20px auto 0} .cnttype a{ height:54px; width:54px;background: url('/img/aboutus/icon2.png') no-repeat ; display:block; position:relative} .cnttype a#wx{ float:left; background-position:-166px -8px} .cnttype a#qq{ float:right; background-position:-242px -8px} .cnttype a i{ display:none; height:129px; width:128px;background: url('/img/aboutus/tm.png') no-repeat; position:absolute; top:60px; left:-43px; padding:22px 0 0 12px;} .cnttype a:hover i{ display:block} .cntway{ background-color:#fff; padding:24px 2%; position:relative; float:left; width:66%; margin-left:30%} .cntway h2{ line-height:60px; font-size:30px; color:#666; font-weight:normal} .cntway h2 span{ display:block; height:2px; border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb} .cntway_l{ margin-right:487px; padding-top:46px} .cntway_l li{ height:114px; background-color:#f5f5f5; margin-bottom:80px; padding:20px 0; line-height:24px} .cntway_l li:hover{ background-color:#FFF; box-shadow:1px 0px 5px rgba(0,0,0,0.1)} .titt{ width:17%; font-size:24px; line-height:30px; float:left; text-align:right} .titt span{font-size:16px; display:block; line-height:50px} .ico{width:28%; float:left; text-align:center } .ico i{ display:inline-block; height:147px; width:147px; background-color:#FFF; border-radius:85px; border:12px solid #FFF; margin-top:-27px} .cntway_l li:hover .ico i{ border-color:#f5f5f5} .intro{ width:52%; padding-right:3%; float:left} .intro a{ display:block; text-decoration:underline; color:#63b6c1} .intro dt{ width:39%; float:left;}.intro dd{ width:61%; float:left;} .mapbox{ width:430px; position:absolute; right:45px; top:133px} .busline{ padding-left:30px; color:#999; line-height:24px} .busline h4{ font-size:16px; line-height:30px; margin-top:20px; font-weight:normal; color:#666; position:relative} .busline h4 i{ display:block; height:17px; width:17px;background: url('/img/aboutus/icon2.png') no-repeat -310px -8px; top:8px; left:-30px; position:absolute} .busline h4 i.bus{ background-position: -344px -8px;} @media screen and (max-width:1812px) { .cntway_l{ margin:0} .mapbox{ position:static;} } @media screen and (max-width:1414px) { .banner { width:340px; padding:43px 36px 0} .cntway{ margin-left:412px; width:auto;} .banner .logo{ margin:0 0 5px 31%} .banner p{ line-height:22px} .btnbox a{ margin-top:15px; height:38px; line-height:38px} .cntway_l li{ margin-bottom:40px} .banner h1{ font-size:30px; line-height:60px} .cnttype a i{ top:54px} } #tk2 .tk_box{ width:780px; margin-left:-390px; text-align:left} .cntfrom{padding:15px 0; } .cntfrom h2{ text-align:center; font-weight:normal;color:#666} .cntfrom ul{ float:left; width:313px; padding-left:40px} .cntfrom .cntfrom_r{ float:left; width:307px;padding-left:40px} .info_l{ display:block; font-size:18px; line-height:50px; margin-top:10px} .info_l .yel{ color:#c90e0e} .cntfrom input,.cntfrom textarea{ height:33px; width:247px; border:1px solid #b5b5b5; padding:0 5px;border-radius:3px;} .cntfrom textarea{ height:220px; width:317px; padding:5px} .btnbox2{ background-color:#ffffff; padding:30px 0 30px 325px; clear:both; height:34px } .btnbox2 a{height:34px; width:136px;background:#ff9001; display:block;box-shadow:0 2px 0 #b06300;border-radius:5px; color:#fff; line-height:34px; text-align:center; font-size:16px;transition:0.2s;} .btnbox2 a:hover{margin-top:2px; box-shadow:0 0 0 #d77900; } .cntfrom .info_r .err{ color:#F00; margin-left:10px; font-size:14px; display:none}
0.356671
0.183484
body { @ChromeBg@ } /* splash screen outer container */ #skin_container_splash_screen { position:absolute; left:0; top:0; width:100%; height:100%; z-index:90000000; display:block; @ChromeBg@ } /* * Hide parts of the app that may not be shown all the time. * NOTE: Start by hiding the main app view (with tree) as this will flash less when changed. * NOTE: Hiding both the main view and the full screen view messes up FF */ #skin_outer, /* #skin_tr_toolbar, /* main app (with tree) * #skin_tr_main, */ #skin_tr_toolbar_full, /* main app (fullscreen) */ #skin_tr_main_full, #skin_tr_tree_footer /* mini-calendar */ { display:none; } /* classes for the skin around the various pieces of the app */ .skin_container { position:relative; overflow:hidden; } .skin_table { @FullSize@ border-collapse:collapse; table-layout:fixed; /* NOTE: removing so skin resizing via sash will work */ } #skin_outer { @SkinOuter@ @FullSize@ } #skin_outer * { @FixBoxModel@ } #skin_table_outer {} /* all columns are sized with the following classes */ #skin_col_tree, #skin_col_tree_inner, #skin_td_outer_tree { width:170px; } #skin_col_tree_app_sash, #skin_col_tree_app_sash_inner, #skin_td_tree_app_sash { width:8px; } #skin_col_main, #skin_col_main_inner, #skin_td_app_main { width:100%; } /* top row: logo, search box, quota */ #skin_tr_top {} #skin_td_logo { text-align:center; vertical-align:middle; } #skin_container_logo { @SkinBorderLogo@ height:35px; #IFDEF MSIE /* UGH, IE DOESN'T CENTER PROPERLY WITHOUT THIS */ height:100%; #ENDIF } #skin_td_search { vertical-align:top; width:100%; padding:8 15 5px 0; } #skin_container_search { @SkinBorderSearch@ height:32; padding:3px 4px 4px 4px; } #skin_td_username { font-size:10px; padding-top:8px; padding-bottom:1px; text-align:center; padding-right:15px; } #skin_container_username { @SkinBorderQuota@ width:120px; } #skin_td_quota { text-align:center; padding-right:15px; } #skin_container_quota { @SkinBorderQuota@ width:150px; } #skin_td_help { text-align:left; } #skin_container_help { } #skin_td_logoff { text-align:right; padding-right:15px } #skin_container_logoff { text-align:right; } /* current app, tree-app sash, top toolbar */ #skin_tr_toolbar {} #skin_td_current_app { padding:0 0 0 0; } #skin_td_app_top_toolbar, #skin_td_app_top_toolbar_full, #skin_td_app_toolbar_sep { padding:0px; } #skin_container_current_app, #skin_container_app_top_toolbar, #skin_container_app_toolbar_sep { @SkinBorderAppToolbar@ height:30px; padding:1px 2px 2px 2px; } #IFDEF MSIE #skin_container_app_toolbar_sep { @SkinBorderAppToolbar@ height:30px; padding:4px 2px 2px 2px; } #ENDIF #skin_container_app_toolbar_sep { vertical-align:middle; } #skin_container_app_toolbar_sep .vertSep{ margin-top: 2px; } #skin_container_current_app { padding-right:10px; } #skin_td_tree_app_sash { text-align:center; vertical-align:middle; } #skin_container_tree_app_sash { @SkinBorderTreeSash@ height:100%; } #skin_app_toolbar_sep { position:relative; height:16px; width:1px; border-left:1px solid @SeparatorColor@; } #skin_td_app_toolbar_sep .vertSep {} /* app chooser, tree, app main */ #skin_tr_main {} #skin_td_app_chooser { vertical-align:bottom; text-align:center; height:25px; padding:2px 0 0 8px; } #skin_container_app_chooser { @SkinBorderAppChooser@ height:100%; } #skin_tr_tree {} #skin_td_tree { height:100%; padding:5px 0px 2px 5px; } #skin_container_tree { @SkinBorderTree@ height:100%; } #skin_tr_tree_footer {} #skin_td_tree_footer { vertical-align:top; padding:0px 0px 5px 5px; } #skin_container_tree_footer { @SkinBorderMiniCal@ height:140; } #skin_td_app_main { padding:5 5 5 0; } #skin_container_app_main, #skin_container_app_main_full { @FullSize@ @SkinBorderPage@ height:100%; } .ImgAppBanner {background-image:url("@AppBannerImg@"); width:@AppBannerWidth@; height:@AppBannerHeight@; } .ImgLoginBanner {background-image:url("@LoginBannerImg@");width:@LoginBannerWidth@;height:@LoginBannerHeight@;} #IFDEF MSIE .ImgAppBanner {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@AppBannerImg@',sizingMethod='scale');} .ImgLoginBanner {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@LoginBannerImg@',sizingMethod='scale');} #ENDIF /* Top ad stuff -- specify the height as TopAdHeight in your skin.properties file */ #skin_tr_top_ad { display:none; } #skin_container_top_ad { height:@TopAdHeight@; } /* Sidebar ad stuff -- specify the width as SidebarAdWidth in your skin.properties file */ #skin_td_sidebar_ad { display:none; width:@SidebarAdWidth@; padding-top:5px; } .ZmAppChooser { margin:0px; }
ZimbraWebClient/WebRoot/skins/_base/base/skin.css
body { @ChromeBg@ } /* splash screen outer container */ #skin_container_splash_screen { position:absolute; left:0; top:0; width:100%; height:100%; z-index:90000000; display:block; @ChromeBg@ } /* * Hide parts of the app that may not be shown all the time. * NOTE: Start by hiding the main app view (with tree) as this will flash less when changed. * NOTE: Hiding both the main view and the full screen view messes up FF */ #skin_outer, /* #skin_tr_toolbar, /* main app (with tree) * #skin_tr_main, */ #skin_tr_toolbar_full, /* main app (fullscreen) */ #skin_tr_main_full, #skin_tr_tree_footer /* mini-calendar */ { display:none; } /* classes for the skin around the various pieces of the app */ .skin_container { position:relative; overflow:hidden; } .skin_table { @FullSize@ border-collapse:collapse; table-layout:fixed; /* NOTE: removing so skin resizing via sash will work */ } #skin_outer { @SkinOuter@ @FullSize@ } #skin_outer * { @FixBoxModel@ } #skin_table_outer {} /* all columns are sized with the following classes */ #skin_col_tree, #skin_col_tree_inner, #skin_td_outer_tree { width:170px; } #skin_col_tree_app_sash, #skin_col_tree_app_sash_inner, #skin_td_tree_app_sash { width:8px; } #skin_col_main, #skin_col_main_inner, #skin_td_app_main { width:100%; } /* top row: logo, search box, quota */ #skin_tr_top {} #skin_td_logo { text-align:center; vertical-align:middle; } #skin_container_logo { @SkinBorderLogo@ height:35px; #IFDEF MSIE /* UGH, IE DOESN'T CENTER PROPERLY WITHOUT THIS */ height:100%; #ENDIF } #skin_td_search { vertical-align:top; width:100%; padding:8 15 5px 0; } #skin_container_search { @SkinBorderSearch@ height:32; padding:3px 4px 4px 4px; } #skin_td_username { font-size:10px; padding-top:8px; padding-bottom:1px; text-align:center; padding-right:15px; } #skin_container_username { @SkinBorderQuota@ width:120px; } #skin_td_quota { text-align:center; padding-right:15px; } #skin_container_quota { @SkinBorderQuota@ width:150px; } #skin_td_help { text-align:left; } #skin_container_help { } #skin_td_logoff { text-align:right; padding-right:15px } #skin_container_logoff { text-align:right; } /* current app, tree-app sash, top toolbar */ #skin_tr_toolbar {} #skin_td_current_app { padding:0 0 0 0; } #skin_td_app_top_toolbar, #skin_td_app_top_toolbar_full, #skin_td_app_toolbar_sep { padding:0px; } #skin_container_current_app, #skin_container_app_top_toolbar, #skin_container_app_toolbar_sep { @SkinBorderAppToolbar@ height:30px; padding:1px 2px 2px 2px; } #IFDEF MSIE #skin_container_app_toolbar_sep { @SkinBorderAppToolbar@ height:30px; padding:4px 2px 2px 2px; } #ENDIF #skin_container_app_toolbar_sep { vertical-align:middle; } #skin_container_app_toolbar_sep .vertSep{ margin-top: 2px; } #skin_container_current_app { padding-right:10px; } #skin_td_tree_app_sash { text-align:center; vertical-align:middle; } #skin_container_tree_app_sash { @SkinBorderTreeSash@ height:100%; } #skin_app_toolbar_sep { position:relative; height:16px; width:1px; border-left:1px solid @SeparatorColor@; } #skin_td_app_toolbar_sep .vertSep {} /* app chooser, tree, app main */ #skin_tr_main {} #skin_td_app_chooser { vertical-align:bottom; text-align:center; height:25px; padding:2px 0 0 8px; } #skin_container_app_chooser { @SkinBorderAppChooser@ height:100%; } #skin_tr_tree {} #skin_td_tree { height:100%; padding:5px 0px 2px 5px; } #skin_container_tree { @SkinBorderTree@ height:100%; } #skin_tr_tree_footer {} #skin_td_tree_footer { vertical-align:top; padding:0px 0px 5px 5px; } #skin_container_tree_footer { @SkinBorderMiniCal@ height:140; } #skin_td_app_main { padding:5 5 5 0; } #skin_container_app_main, #skin_container_app_main_full { @FullSize@ @SkinBorderPage@ height:100%; } .ImgAppBanner {background-image:url("@AppBannerImg@"); width:@AppBannerWidth@; height:@AppBannerHeight@; } .ImgLoginBanner {background-image:url("@LoginBannerImg@");width:@LoginBannerWidth@;height:@LoginBannerHeight@;} #IFDEF MSIE .ImgAppBanner {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@AppBannerImg@',sizingMethod='scale');} .ImgLoginBanner {background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='@LoginBannerImg@',sizingMethod='scale');} #ENDIF /* Top ad stuff -- specify the height as TopAdHeight in your skin.properties file */ #skin_tr_top_ad { display:none; } #skin_container_top_ad { height:@TopAdHeight@; } /* Sidebar ad stuff -- specify the width as SidebarAdWidth in your skin.properties file */ #skin_td_sidebar_ad { display:none; width:@SidebarAdWidth@; padding-top:5px; } .ZmAppChooser { margin:0px; }
0.085886
0.036631
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; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } 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 { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } @media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .btn>.caret, .dropup>.btn>.caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: 200px; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width:768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #337ab7; } a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline>li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width:768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width:768px) { .container { width: 750px; } } @media (min-width:992px) { .container { width: 970px; } } @media (min-width:1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width:768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width:992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width:1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td { border-top: 0; } .table>tbody+tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #ddd; } .table-bordered>thead>tr>th, .table-bordered>thead>tr>td { border-bottom-width: 2px; } .table-striped>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover>tbody>tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th { background-color: #f5f5f5; } .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th { background-color: #e8e8e8; } .table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th { background-color: #dff0d8; } .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th { background-color: #d0e9c6; } .table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th { background-color: #d9edf7; } .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th { background-color: #c4e3f3; } .table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th { background-color: #fcf8e3; } .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th { background-color: #faf2cc; } .table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th { background-color: #f2dede; } .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th { background-color: #ebcccc; } .table-responsive { min-height: .01%; overflow-x: auto; } @media screen and (max-width:767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive>.table { margin-bottom: 0; } .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td { white-space: nowrap; } .table-responsive>.table-bordered { border: 0; } .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0; } .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0; } .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio:0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio+.radio, .checkbox+.checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.form-group-sm .form-control { height: 30px; line-height: 30px; } textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.form-group-lg .form-control { height: 46px; line-height: 46px; } textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm+.form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label~.form-control-feedback { top: 25px; } .has-feedback label.sr-only~.form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width:768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group>.form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width:768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width:768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.333333px; } } @media (min-width:768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #337ab7; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; } .btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm>.btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs>.btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block+.btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .collapse { display: none; visibility: hidden; } .collapse.in { display: block; visibility: visible; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus { color: #777; } .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open>.dropdown-menu { display: block; } .open>a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right>.dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width:768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group>.btn, .btn-group-vertical>.btn { position: relative; float: left; } .btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active { z-index: 2; } .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group { margin-left: 5px; } .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group>.btn:first-child { margin-left: 0; } .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group>.btn-group { float: left; } .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn { border-radius: 0; } .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group>.btn+.dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group>.btn-lg+.dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical>.btn-group>.btn { float: none; } .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical>.btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical>.btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical>.btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn { border-radius: 0; } .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified>.btn, .btn-group-justified>.btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified>.btn-group .btn { width: 100%; } .btn-group-justified>.btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn { height: 46px; line-height: 46px; } textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn { height: auto; } .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn { height: 30px; line-height: 30px; } textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn>.btn { position: relative; } .input-group-btn>.btn+.btn { margin-left: -1px; } .input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active { z-index: 2; } .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group { margin-right: -1px; } .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav>li { position: relative; display: block; } .nav>li>a { position: relative; display: block; padding: 10px 15px; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: #eee; } .nav>li.disabled>a { color: #777; } .nav>li.disabled>a:hover, .nav>li.disabled>a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav>li>a>img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs>li { float: left; margin-bottom: -1px; } .nav-tabs>li>a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs>li>a:hover { border-color: #eee #eee #ddd; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified>li { float: none; } .nav-tabs.nav-justified>li>a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified>.dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width:768px) { .nav-tabs.nav-justified>li { display: table-cell; width: 1%; } .nav-tabs.nav-justified>li>a { margin-bottom: 0; } } .nav-tabs.nav-justified>li>a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus { border: 1px solid #ddd; } @media (min-width:768px) { .nav-tabs.nav-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus { border-bottom-color: #fff; } } .nav-pills>li { float: left; } .nav-pills>li>a { border-radius: 4px; } .nav-pills>li+li { margin-left: 2px; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #fff; background-color: #337ab7; } .nav-stacked>li { float: none; } .nav-stacked>li+li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified>li { float: none; } .nav-justified>li>a { margin-bottom: 5px; text-align: center; } .nav-justified>.dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width:768px) { .nav-justified>li { display: table-cell; width: 1%; } .nav-justified>li>a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified>li>a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus { border: 1px solid #ddd; } @media (min-width:768px) { .nav-tabs-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus { border-bottom-color: #fff; } } .tab-content>.tab-pane { display: none; visibility: hidden; } .tab-content>.active { display: block; visibility: visible; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width:768px) { .navbar { border-radius: 4px; } } @media (min-width:768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width:768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; visibility: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width:480px) and (orientation:landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width:768px) { .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width:768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width:768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand>img { display: block; } @media (min-width:768px) { .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar+.icon-bar { margin-top: 4px; } @media (min-width:768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width:767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu>li>a { line-height: 20px; } .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus { background-image: none; } } @media (min-width:768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav>li { float: left; } .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width:768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group>.form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width:767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width:768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav>li>.dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width:768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width:768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right~.navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav>li>a { color: #777; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { color: #555; background-color: #e7e7e7; } @media (max-width:767px) { .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav>li>a { color: #9d9d9d; } .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #fff; background-color: #080808; } @media (max-width:767px) { .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb>li { display: inline-block; } .breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb>.active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination>li { display: inline; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { color: #23527c; background-color: #eee; border-color: #ddd; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg>li>a, .pagination-lg>li>span { padding: 10px 16px; font-size: 18px; } .pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm>li>a, .pagination-sm>li>span { padding: 5px 10px; font-size: 12px; } .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li>a, .pager li>span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li>a:hover, .pager li>a:focus { text-decoration: none; background-color: #eee; } .pager .next>a, .pager .next>span { float: right; } .pager .previous>a, .pager .previous>span { float: left; } .pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active>.badge, .nav-pills>.active>a>.badge { color: #337ab7; background-color: #fff; } .list-group-item>.badge { float: right; } .list-group-item>.badge+.badge { margin-right: 5px; } .nav-pills>li>a>.badge { margin-left: 3px; } .jumbotron { padding: 30px 15px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron>hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width:768px) { .jumbotron { padding: 48px 0; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .thumbnail>img, .thumbnail a>img { margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert>p, .alert>ul { margin-bottom: 0; } .alert>p+p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-right, .media>.pull-right { padding-left: 10px; } .media-left, .media>.pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item { color: #555; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading>.dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.list-group, .panel>.panel-collapse>.list-group { margin-bottom: 0; } .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading+.list-group .list-group-item:first-child { border-top-width: 0; } .list-group+.panel-footer { border-top-width: 0; } .panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table { margin-bottom: 0; } .panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption { padding-right: 15px; padding-left: 15px; } .panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child { border-top-left-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child { border-top-right-radius: 3px; } .panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body { border-top: 1px solid #ddd; } .panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td { border-top: 0; } .panel>.table-bordered, .panel>.table-responsive>.table-bordered { border: 0; } .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0; } .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0; } .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th { border-bottom: 0; } .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th { border-bottom: 0; } .panel>.table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel+.panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer+.panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ddd; } .panel-default>.panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary>.panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary>.panel-heading+.panel-collapse>.panel-body { border-top-color: #337ab7; } .panel-primary>.panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success>.panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success>.panel-heading+.panel-collapse>.panel-body { border-top-color: #d6e9c6; } .panel-success>.panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info>.panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info>.panel-heading+.panel-collapse>.panel-body { border-top-color: #bce8f1; } .panel-info>.panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning>.panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning>.panel-heading+.panel-collapse>.panel-body { border-top-color: #faebcc; } .panel-warning>.panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger>.panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ebccd1; } .panel-danger>.panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } /* .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } */ /* .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } */ /* .modal-backdrop { position: absolute; top: 0; right: 0; left: 0; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn+.btn { margin-left: -1px; } .modal-footer .btn-block+.btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width:768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { width: 300px; } } @media (min-width:992px) { .modal-lg { width: 900px; } } */ .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.4; visibility: visible; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: left; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover>.arrow, .popover>.arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover>.arrow { border-width: 11px; } .popover>.arrow:after { content: ""; border-width: 10px; } .popover.top>.arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top>.arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right>.arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right>.arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom>.arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom>.arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left>.arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left>.arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner>.item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel-inner>.item>img, .carousel-inner>.item>a>img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner>.item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; } .carousel-inner>.item.next, .carousel-inner>.item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner>.item.prev, .carousel-inner>.item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev { display: block; } .carousel-inner>.active { left: 0; } .carousel-inner>.next, .carousel-inner>.prev { position: absolute; top: 0; width: 100%; } .carousel-inner>.next { left: 100%; } .carousel-inner>.prev { left: -100%; } .carousel-inner>.next.left, .carousel-inner>.prev.right { left: 0; } .carousel-inner>.active.left { left: -100%; } .carousel-inner>.active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width:768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width:767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width:767px) { .visible-xs-block { display: block !important; } } @media (max-width:767px) { .visible-xs-inline { display: inline !important; } } @media (max-width:767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-block { display: block !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-inline { display: inline !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-block { display: block !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-inline { display: inline !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width:1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width:1200px) { .visible-lg-block { display: block !important; } } @media (min-width:1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width:1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width:767px) { .hidden-xs { display: none !important; } } @media (min-width:768px) and (max-width:991px) { .hidden-sm { display: none !important; } } @media (min-width:992px) and (max-width:1199px) { .hidden-md { display: none !important; } } @media (min-width:1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: 'FontAwesome'; src: url('/files/font-awesome-4.7/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('/files/font-awesome-4.7/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .fa-2x { font-size: 2em } .fa-3x { font-size: 3em } .fa-4x { font-size: 4em } .fa-5x { font-size: 5em } .fa-fw { width: 1.28571429em; text-align: center } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none } .fa-ul>li { position: relative } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center } .fa-li.fa-lg { left: -1.85714286em } .fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em } .fa-pull-left { float: left } .fa-pull-right { float: right } .fa.fa-pull-left { margin-right: .3em } .fa.fa-pull-right { margin-left: .3em } .pull-right { float: right } .pull-left { float: left } .fa.pull-left { margin-right: .3em } .fa.pull-right { margin-left: .3em } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center } .fa-stack-1x { line-height: inherit } .fa-stack-2x { font-size: 2em } .fa-inverse { color: #fff } .fa-glass:before { content: "\f000" } .fa-music:before { content: "\f001" } .fa-search:before { content: "\f002" } .fa-envelope-o:before { content: "\f003" } .fa-heart:before { content: "\f004" } .fa-star:before { content: "\f005" } .fa-star-o:before { content: "\f006" } .fa-user:before { content: "\f007" } .fa-film:before { content: "\f008" } .fa-th-large:before { content: "\f009" } .fa-th:before { content: "\f00a" } .fa-th-list:before { content: "\f00b" } .fa-check:before { content: "\f00c" } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d" } .fa-search-plus:before { content: "\f00e" } .fa-search-minus:before { content: "\f010" } .fa-power-off:before { content: "\f011" } .fa-signal:before { content: "\f012" } .fa-gear:before, .fa-cog:before { content: "\f013" } .fa-trash-o:before { content: "\f014" } .fa-home:before { content: "\f015" } .fa-file-o:before { content: "\f016" } .fa-clock-o:before { content: "\f017" } .fa-road:before { content: "\f018" } .fa-download:before { content: "\f019" } .fa-arrow-circle-o-down:before { content: "\f01a" } .fa-arrow-circle-o-up:before { content: "\f01b" } .fa-inbox:before { content: "\f01c" } .fa-play-circle-o:before { content: "\f01d" } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e" } .fa-refresh:before { content: "\f021" } .fa-list-alt:before { content: "\f022" } .fa-lock:before { content: "\f023" } .fa-flag:before { content: "\f024" } .fa-headphones:before { content: "\f025" } .fa-volume-off:before { content: "\f026" } .fa-volume-down:before { content: "\f027" } .fa-volume-up:before { content: "\f028" } .fa-qrcode:before { content: "\f029" } .fa-barcode:before { content: "\f02a" } .fa-tag:before { content: "\f02b" } .fa-tags:before { content: "\f02c" } .fa-book:before { content: "\f02d" } .fa-bookmark:before { content: "\f02e" } .fa-print:before { content: "\f02f" } .fa-camera:before { content: "\f030" } .fa-font:before { content: "\f031" } .fa-bold:before { content: "\f032" } .fa-italic:before { content: "\f033" } .fa-text-height:before { content: "\f034" } .fa-text-width:before { content: "\f035" } .fa-align-left:before { content: "\f036" } .fa-align-center:before { content: "\f037" } .fa-align-right:before { content: "\f038" } .fa-align-justify:before { content: "\f039" } .fa-list:before { content: "\f03a" } .fa-dedent:before, .fa-outdent:before { content: "\f03b" } .fa-indent:before { content: "\f03c" } .fa-video-camera:before { content: "\f03d" } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" } .fa-pencil:before { content: "\f040" } .fa-map-marker:before { content: "\f041" } .fa-adjust:before { content: "\f042" } .fa-tint:before { content: "\f043" } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044" } .fa-share-square-o:before { content: "\f045" } .fa-check-square-o:before { content: "\f046" } .fa-arrows:before { content: "\f047" } .fa-step-backward:before { content: "\f048" } .fa-fast-backward:before { content: "\f049" } .fa-backward:before { content: "\f04a" } .fa-play:before { content: "\f04b" } .fa-pause:before { content: "\f04c" } .fa-stop:before { content: "\f04d" } .fa-forward:before { content: "\f04e" } .fa-fast-forward:before { content: "\f050" } .fa-step-forward:before { content: "\f051" } .fa-eject:before { content: "\f052" } .fa-chevron-left:before { content: "\f053" } .fa-chevron-right:before { content: "\f054" } .fa-plus-circle:before { content: "\f055" } .fa-minus-circle:before { content: "\f056" } .fa-times-circle:before { content: "\f057" } .fa-check-circle:before { content: "\f058" } .fa-question-circle:before { content: "\f059" } .fa-info-circle:before { content: "\f05a" } .fa-crosshairs:before { content: "\f05b" } .fa-times-circle-o:before { content: "\f05c" } .fa-check-circle-o:before { content: "\f05d" } .fa-ban:before { content: "\f05e" } .fa-arrow-left:before { content: "\f060" } .fa-arrow-right:before { content: "\f061" } .fa-arrow-up:before { content: "\f062" } .fa-arrow-down:before { content: "\f063" } .fa-mail-forward:before, .fa-share:before { content: "\f064" } .fa-expand:before { content: "\f065" } .fa-compress:before { content: "\f066" } .fa-plus:before { content: "\f067" } .fa-minus:before { content: "\f068" } .fa-asterisk:before { content: "\f069" } .fa-exclamation-circle:before { content: "\f06a" } .fa-gift:before { content: "\f06b" } .fa-leaf:before { content: "\f06c" } .fa-fire:before { content: "\f06d" } .fa-eye:before { content: "\f06e" } .fa-eye-slash:before { content: "\f070" } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" } .fa-plane:before { content: "\f072" } .fa-calendar:before { content: "\f073" } .fa-random:before { content: "\f074" } .fa-comment:before { content: "\f075" } .fa-magnet:before { content: "\f076" } .fa-chevron-up:before { content: "\f077" } .fa-chevron-down:before { content: "\f078" } .fa-retweet:before { content: "\f079" } .fa-shopping-cart:before { content: "\f07a" } .fa-folder:before { content: "\f07b" } .fa-folder-open:before { content: "\f07c" } .fa-arrows-v:before { content: "\f07d" } .fa-arrows-h:before { content: "\f07e" } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080" } .fa-twitter-square:before { content: "\f081" } .fa-facebook-square:before { content: "\f082" } .fa-camera-retro:before { content: "\f083" } .fa-key:before { content: "\f084" } .fa-gears:before, .fa-cogs:before { content: "\f085" } .fa-comments:before { content: "\f086" } .fa-thumbs-o-up:before { content: "\f087" } .fa-thumbs-o-down:before { content: "\f088" } .fa-star-half:before { content: "\f089" } .fa-heart-o:before { content: "\f08a" } .fa-sign-out:before { content: "\f08b" } .fa-linkedin-square:before { content: "\f08c" } .fa-thumb-tack:before { content: "\f08d" } .fa-external-link:before { content: "\f08e" } .fa-sign-in:before { content: "\f090" } .fa-trophy:before { content: "\f091" } .fa-github-square:before { content: "\f092" } .fa-upload:before { content: "\f093" } .fa-lemon-o:before { content: "\f094" } .fa-phone:before { content: "\f095" } .fa-square-o:before { content: "\f096" } .fa-bookmark-o:before { content: "\f097" } .fa-phone-square:before { content: "\f098" } .fa-twitter:before { content: "\f099" } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a" } .fa-github:before { content: "\f09b" } .fa-unlock:before { content: "\f09c" } .fa-credit-card:before { content: "\f09d" } .fa-feed:before, .fa-rss:before { content: "\f09e" } .fa-hdd-o:before { content: "\f0a0" } .fa-bullhorn:before { content: "\f0a1" } .fa-bell:before { content: "\f0f3" } .fa-certificate:before { content: "\f0a3" } .fa-hand-o-right:before { content: "\f0a4" } .fa-hand-o-left:before { content: "\f0a5" } .fa-hand-o-up:before { content: "\f0a6" } .fa-hand-o-down:before { content: "\f0a7" } .fa-arrow-circle-left:before { content: "\f0a8" } .fa-arrow-circle-right:before { content: "\f0a9" } .fa-arrow-circle-up:before { content: "\f0aa" } .fa-arrow-circle-down:before { content: "\f0ab" } .fa-globe:before { content: "\f0ac" } .fa-wrench:before { content: "\f0ad" } .fa-tasks:before { content: "\f0ae" } .fa-filter:before { content: "\f0b0" } .fa-briefcase:before { content: "\f0b1" } .fa-arrows-alt:before { content: "\f0b2" } .fa-group:before, .fa-users:before { content: "\f0c0" } .fa-chain:before, .fa-link:before { content: "\f0c1" } .fa-cloud:before { content: "\f0c2" } .fa-flask:before { content: "\f0c3" } .fa-cut:before, .fa-scissors:before { content: "\f0c4" } .fa-copy:before, .fa-files-o:before { content: "\f0c5" } .fa-paperclip:before { content: "\f0c6" } .fa-save:before, .fa-floppy-o:before { content: "\f0c7" } .fa-square:before { content: "\f0c8" } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" } .fa-list-ul:before { content: "\f0ca" } .fa-list-ol:before { content: "\f0cb" } .fa-strikethrough:before { content: "\f0cc" } .fa-underline:before { content: "\f0cd" } .fa-table:before { content: "\f0ce" } .fa-magic:before { content: "\f0d0" } .fa-truck:before { content: "\f0d1" } .fa-pinterest:before { content: "\f0d2" } .fa-pinterest-square:before { content: "\f0d3" } .fa-google-plus-square:before { content: "\f0d4" } .fa-google-plus:before { content: "\f0d5" } .fa-money:before { content: "\f0d6" } .fa-caret-down:before { content: "\f0d7" } .fa-caret-up:before { content: "\f0d8" } .fa-caret-left:before { content: "\f0d9" } .fa-caret-right:before { content: "\f0da" } .fa-columns:before { content: "\f0db" } .fa-unsorted:before, .fa-sort:before { content: "\f0dc" } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" } .fa-envelope:before { content: "\f0e0" } .fa-linkedin:before { content: "\f0e1" } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2" } .fa-legal:before, .fa-gavel:before { content: "\f0e3" } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" } .fa-comment-o:before { content: "\f0e5" } .fa-comments-o:before { content: "\f0e6" } .fa-flash:before, .fa-bolt:before { content: "\f0e7" } .fa-sitemap:before { content: "\f0e8" } .fa-umbrella:before { content: "\f0e9" } .fa-paste:before, .fa-clipboard:before { content: "\f0ea" } .fa-lightbulb-o:before { content: "\f0eb" } .fa-exchange:before { content: "\f0ec" } .fa-cloud-download:before { content: "\f0ed" } .fa-cloud-upload:before { content: "\f0ee" } .fa-user-md:before { content: "\f0f0" } .fa-stethoscope:before { content: "\f0f1" } .fa-suitcase:before { content: "\f0f2" } .fa-bell-o:before { content: "\f0a2" } .fa-coffee:before { content: "\f0f4" } .fa-cutlery:before { content: "\f0f5" } .fa-file-text-o:before { content: "\f0f6" } .fa-building-o:before { content: "\f0f7" } .fa-hospital-o:before { content: "\f0f8" } .fa-ambulance:before { content: "\f0f9" } .fa-medkit:before { content: "\f0fa" } .fa-fighter-jet:before { content: "\f0fb" } .fa-beer:before { content: "\f0fc" } .fa-h-square:before { content: "\f0fd" } .fa-plus-square:before { content: "\f0fe" } .fa-angle-double-left:before { content: "\f100" } .fa-angle-double-right:before { content: "\f101" } .fa-angle-double-up:before { content: "\f102" } .fa-angle-double-down:before { content: "\f103" } .fa-angle-left:before { content: "\f104" } .fa-angle-right:before { content: "\f105" } .fa-angle-up:before { content: "\f106" } .fa-angle-down:before { content: "\f107" } .fa-desktop:before { content: "\f108" } .fa-laptop:before { content: "\f109" } .fa-tablet:before { content: "\f10a" } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" } .fa-circle-o:before { content: "\f10c" } .fa-quote-left:before { content: "\f10d" } .fa-quote-right:before { content: "\f10e" } .fa-spinner:before { content: "\f110" } .fa-circle:before { content: "\f111" } .fa-mail-reply:before, .fa-reply:before { content: "\f112" } .fa-github-alt:before { content: "\f113" } .fa-folder-o:before { content: "\f114" } .fa-folder-open-o:before { content: "\f115" } .fa-smile-o:before { content: "\f118" } .fa-frown-o:before { content: "\f119" } .fa-meh-o:before { content: "\f11a" } .fa-gamepad:before { content: "\f11b" } .fa-keyboard-o:before { content: "\f11c" } .fa-flag-o:before { content: "\f11d" } .fa-flag-checkered:before { content: "\f11e" } .fa-terminal:before { content: "\f120" } .fa-code:before { content: "\f121" } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" } .fa-location-arrow:before { content: "\f124" } .fa-crop:before { content: "\f125" } .fa-code-fork:before { content: "\f126" } .fa-unlink:before, .fa-chain-broken:before { content: "\f127" } .fa-question:before { content: "\f128" } .fa-info:before { content: "\f129" } .fa-exclamation:before { content: "\f12a" } .fa-superscript:before { content: "\f12b" } .fa-subscript:before { content: "\f12c" } .fa-eraser:before { content: "\f12d" } .fa-puzzle-piece:before { content: "\f12e" } .fa-microphone:before { content: "\f130" } .fa-microphone-slash:before { content: "\f131" } .fa-shield:before { content: "\f132" } .fa-calendar-o:before { content: "\f133" } .fa-fire-extinguisher:before { content: "\f134" } .fa-rocket:before { content: "\f135" } .fa-maxcdn:before { content: "\f136" } .fa-chevron-circle-left:before { content: "\f137" } .fa-chevron-circle-right:before { content: "\f138" } .fa-chevron-circle-up:before { content: "\f139" } .fa-chevron-circle-down:before { content: "\f13a" } .fa-html5:before { content: "\f13b" } .fa-css3:before { content: "\f13c" } .fa-anchor:before { content: "\f13d" } .fa-unlock-alt:before { content: "\f13e" } .fa-bullseye:before { content: "\f140" } .fa-ellipsis-h:before { content: "\f141" } .fa-ellipsis-v:before { content: "\f142" } .fa-rss-square:before { content: "\f143" } .fa-play-circle:before { content: "\f144" } .fa-ticket:before { content: "\f145" } .fa-minus-square:before { content: "\f146" } .fa-minus-square-o:before { content: "\f147" } .fa-level-up:before { content: "\f148" } .fa-level-down:before { content: "\f149" } .fa-check-square:before { content: "\f14a" } .fa-pencil-square:before { content: "\f14b" } .fa-external-link-square:before { content: "\f14c" } .fa-share-square:before { content: "\f14d" } .fa-compass:before { content: "\f14e" } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" } .fa-euro:before, .fa-eur:before { content: "\f153" } .fa-gbp:before { content: "\f154" } .fa-dollar:before, .fa-usd:before { content: "\f155" } .fa-rupee:before, .fa-inr:before { content: "\f156" } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" } .fa-won:before, .fa-krw:before { content: "\f159" } .fa-bitcoin:before, .fa-btc:before { content: "\f15a" } .fa-file:before { content: "\f15b" } .fa-file-text:before { content: "\f15c" } .fa-sort-alpha-asc:before { content: "\f15d" } .fa-sort-alpha-desc:before { content: "\f15e" } .fa-sort-amount-asc:before { content: "\f160" } .fa-sort-amount-desc:before { content: "\f161" } .fa-sort-numeric-asc:before { content: "\f162" } .fa-sort-numeric-desc:before { content: "\f163" } .fa-thumbs-up:before { content: "\f164" } .fa-thumbs-down:before { content: "\f165" } .fa-youtube-square:before { content: "\f166" } .fa-youtube:before { content: "\f167" } .fa-xing:before { content: "\f168" } .fa-xing-square:before { content: "\f169" } .fa-youtube-play:before { content: "\f16a" } .fa-dropbox:before { content: "\f16b" } .fa-stack-overflow:before { content: "\f16c" } .fa-instagram:before { content: "\f16d" } .fa-flickr:before { content: "\f16e" } .fa-adn:before { content: "\f170" } .fa-bitbucket:before { content: "\f171" } .fa-bitbucket-square:before { content: "\f172" } .fa-tumblr:before { content: "\f173" } .fa-tumblr-square:before { content: "\f174" } .fa-long-arrow-down:before { content: "\f175" } .fa-long-arrow-up:before { content: "\f176" } .fa-long-arrow-left:before { content: "\f177" } .fa-long-arrow-right:before { content: "\f178" } .fa-apple:before { content: "\f179" } .fa-windows:before { content: "\f17a" } .fa-android:before { content: "\f17b" } .fa-linux:before { content: "\f17c" } .fa-dribbble:before { content: "\f17d" } .fa-skype:before { content: "\f17e" } .fa-foursquare:before { content: "\f180" } .fa-trello:before { content: "\f181" } .fa-female:before { content: "\f182" } .fa-male:before { content: "\f183" } .fa-gittip:before, .fa-gratipay:before { content: "\f184" } .fa-sun-o:before { content: "\f185" } .fa-moon-o:before { content: "\f186" } .fa-archive:before { content: "\f187" } .fa-bug:before { content: "\f188" } .fa-vk:before { content: "\f189" } .fa-weibo:before { content: "\f18a" } .fa-renren:before { content: "\f18b" } .fa-pagelines:before { content: "\f18c" } .fa-stack-exchange:before { content: "\f18d" } .fa-arrow-circle-o-right:before { content: "\f18e" } .fa-arrow-circle-o-left:before { content: "\f190" } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" } .fa-dot-circle-o:before { content: "\f192" } .fa-wheelchair:before { content: "\f193" } .fa-vimeo-square:before { content: "\f194" } .fa-turkish-lira:before, .fa-try:before { content: "\f195" } .fa-plus-square-o:before { content: "\f196" } .fa-space-shuttle:before { content: "\f197" } .fa-slack:before { content: "\f198" } .fa-envelope-square:before { content: "\f199" } .fa-wordpress:before { content: "\f19a" } .fa-openid:before { content: "\f19b" } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" } .fa-yahoo:before { content: "\f19e" } .fa-google:before { content: "\f1a0" } .fa-reddit:before { content: "\f1a1" } .fa-reddit-square:before { content: "\f1a2" } .fa-stumbleupon-circle:before { content: "\f1a3" } .fa-stumbleupon:before { content: "\f1a4" } .fa-delicious:before { content: "\f1a5" } .fa-digg:before { content: "\f1a6" } .fa-pied-piper-pp:before { content: "\f1a7" } .fa-pied-piper-alt:before { content: "\f1a8" } .fa-drupal:before { content: "\f1a9" } .fa-joomla:before { content: "\f1aa" } .fa-language:before { content: "\f1ab" } .fa-fax:before { content: "\f1ac" } .fa-building:before { content: "\f1ad" } .fa-child:before { content: "\f1ae" } .fa-paw:before { content: "\f1b0" } .fa-spoon:before { content: "\f1b1" } .fa-cube:before { content: "\f1b2" } .fa-cubes:before { content: "\f1b3" } .fa-behance:before { content: "\f1b4" } .fa-behance-square:before { content: "\f1b5" } .fa-steam:before { content: "\f1b6" } .fa-steam-square:before { content: "\f1b7" } .fa-recycle:before { content: "\f1b8" } .fa-automobile:before, .fa-car:before { content: "\f1b9" } .fa-cab:before, .fa-taxi:before { content: "\f1ba" } .fa-tree:before { content: "\f1bb" } .fa-spotify:before { content: "\f1bc" } .fa-deviantart:before { content: "\f1bd" } .fa-soundcloud:before { content: "\f1be" } .fa-database:before { content: "\f1c0" } .fa-file-pdf-o:before { content: "\f1c1" } .fa-file-word-o:before { content: "\f1c2" } .fa-file-excel-o:before { content: "\f1c3" } .fa-file-powerpoint-o:before { content: "\f1c4" } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" } .fa-file-code-o:before { content: "\f1c9" } .fa-vine:before { content: "\f1ca" } .fa-codepen:before { content: "\f1cb" } .fa-jsfiddle:before { content: "\f1cc" } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" } .fa-circle-o-notch:before { content: "\f1ce" } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0" } .fa-ge:before, .fa-empire:before { content: "\f1d1" } .fa-git-square:before { content: "\f1d2" } .fa-git:before { content: "\f1d3" } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" } .fa-tencent-weibo:before { content: "\f1d5" } .fa-qq:before { content: "\f1d6" } .fa-wechat:before, .fa-weixin:before { content: "\f1d7" } .fa-send:before, .fa-paper-plane:before { content: "\f1d8" } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" } .fa-history:before { content: "\f1da" } .fa-circle-thin:before { content: "\f1db" } .fa-header:before { content: "\f1dc" } .fa-paragraph:before { content: "\f1dd" } .fa-sliders:before { content: "\f1de" } .fa-share-alt:before { content: "\f1e0" } .fa-share-alt-square:before { content: "\f1e1" } .fa-bomb:before { content: "\f1e2" } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3" } .fa-tty:before { content: "\f1e4" } .fa-binoculars:before { content: "\f1e5" } .fa-plug:before { content: "\f1e6" } .fa-slideshare:before { content: "\f1e7" } .fa-twitch:before { content: "\f1e8" } .fa-yelp:before { content: "\f1e9" } .fa-newspaper-o:before { content: "\f1ea" } .fa-wifi:before { content: "\f1eb" } .fa-calculator:before { content: "\f1ec" } .fa-paypal:before { content: "\f1ed" } .fa-google-wallet:before { content: "\f1ee" } .fa-cc-visa:before { content: "\f1f0" } .fa-cc-mastercard:before { content: "\f1f1" } .fa-cc-discover:before { content: "\f1f2" } .fa-cc-amex:before { content: "\f1f3" } .fa-cc-paypal:before { content: "\f1f4" } .fa-cc-stripe:before { content: "\f1f5" } .fa-bell-slash:before { content: "\f1f6" } .fa-bell-slash-o:before { content: "\f1f7" } .fa-trash:before { content: "\f1f8" } .fa-copyright:before { content: "\f1f9" } .fa-at:before { content: "\f1fa" } .fa-eyedropper:before { content: "\f1fb" } .fa-paint-brush:before { content: "\f1fc" } .fa-birthday-cake:before { content: "\f1fd" } .fa-area-chart:before { content: "\f1fe" } .fa-pie-chart:before { content: "\f200" } .fa-line-chart:before { content: "\f201" } .fa-lastfm:before { content: "\f202" } .fa-lastfm-square:before { content: "\f203" } .fa-toggle-off:before { content: "\f204" } .fa-toggle-on:before { content: "\f205" } .fa-bicycle:before { content: "\f206" } .fa-bus:before { content: "\f207" } .fa-ioxhost:before { content: "\f208" } .fa-angellist:before { content: "\f209" } .fa-cc:before { content: "\f20a" } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b" } .fa-meanpath:before { content: "\f20c" } .fa-buysellads:before { content: "\f20d" } .fa-connectdevelop:before { content: "\f20e" } .fa-dashcube:before { content: "\f210" } .fa-forumbee:before { content: "\f211" } .fa-leanpub:before { content: "\f212" } .fa-sellsy:before { content: "\f213" } .fa-shirtsinbulk:before { content: "\f214" } .fa-simplybuilt:before { content: "\f215" } .fa-skyatlas:before { content: "\f216" } .fa-cart-plus:before { content: "\f217" } .fa-cart-arrow-down:before { content: "\f218" } .fa-diamond:before { content: "\f219" } .fa-ship:before { content: "\f21a" } .fa-user-secret:before { content: "\f21b" } .fa-motorcycle:before { content: "\f21c" } .fa-street-view:before { content: "\f21d" } .fa-heartbeat:before { content: "\f21e" } .fa-venus:before { content: "\f221" } .fa-mars:before { content: "\f222" } .fa-mercury:before { content: "\f223" } .fa-intersex:before, .fa-transgender:before { content: "\f224" } .fa-transgender-alt:before { content: "\f225" } .fa-venus-double:before { content: "\f226" } .fa-mars-double:before { content: "\f227" } .fa-venus-mars:before { content: "\f228" } .fa-mars-stroke:before { content: "\f229" } .fa-mars-stroke-v:before { content: "\f22a" } .fa-mars-stroke-h:before { content: "\f22b" } .fa-neuter:before { content: "\f22c" } .fa-genderless:before { content: "\f22d" } .fa-facebook-official:before { content: "\f230" } .fa-pinterest-p:before { content: "\f231" } .fa-whatsapp:before { content: "\f232" } .fa-server:before { content: "\f233" } .fa-user-plus:before { content: "\f234" } .fa-user-times:before { content: "\f235" } .fa-hotel:before, .fa-bed:before { content: "\f236" } .fa-viacoin:before { content: "\f237" } .fa-train:before { content: "\f238" } .fa-subway:before { content: "\f239" } .fa-medium:before { content: "\f23a" } .fa-yc:before, .fa-y-combinator:before { content: "\f23b" } .fa-optin-monster:before { content: "\f23c" } .fa-opencart:before { content: "\f23d" } .fa-expeditedssl:before { content: "\f23e" } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240" } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241" } .fa-battery-2:before, .fa-battery-half:before { content: "\f242" } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243" } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244" } .fa-mouse-pointer:before { content: "\f245" } .fa-i-cursor:before { content: "\f246" } .fa-object-group:before { content: "\f247" } .fa-object-ungroup:before { content: "\f248" } .fa-sticky-note:before { content: "\f249" } .fa-sticky-note-o:before { content: "\f24a" } .fa-cc-jcb:before { content: "\f24b" } .fa-cc-diners-club:before { content: "\f24c" } .fa-clone:before { content: "\f24d" } .fa-balance-scale:before { content: "\f24e" } .fa-hourglass-o:before { content: "\f250" } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" } .fa-hourglass:before { content: "\f254" } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255" } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256" } .fa-hand-scissors-o:before { content: "\f257" } .fa-hand-lizard-o:before { content: "\f258" } .fa-hand-spock-o:before { content: "\f259" } .fa-hand-pointer-o:before { content: "\f25a" } .fa-hand-peace-o:before { content: "\f25b" } .fa-trademark:before { content: "\f25c" } .fa-registered:before { content: "\f25d" } .fa-creative-commons:before { content: "\f25e" } .fa-gg:before { content: "\f260" } .fa-gg-circle:before { content: "\f261" } .fa-tripadvisor:before { content: "\f262" } .fa-odnoklassniki:before { content: "\f263" } .fa-odnoklassniki-square:before { content: "\f264" } .fa-get-pocket:before { content: "\f265" } .fa-wikipedia-w:before { content: "\f266" } .fa-safari:before { content: "\f267" } .fa-chrome:before { content: "\f268" } .fa-firefox:before { content: "\f269" } .fa-opera:before { content: "\f26a" } .fa-internet-explorer:before { content: "\f26b" } .fa-tv:before, .fa-television:before { content: "\f26c" } .fa-contao:before { content: "\f26d" } .fa-500px:before { content: "\f26e" } .fa-amazon:before { content: "\f270" } .fa-calendar-plus-o:before { content: "\f271" } .fa-calendar-minus-o:before { content: "\f272" } .fa-calendar-times-o:before { content: "\f273" } .fa-calendar-check-o:before { content: "\f274" } .fa-industry:before { content: "\f275" } .fa-map-pin:before { content: "\f276" } .fa-map-signs:before { content: "\f277" } .fa-map-o:before { content: "\f278" } .fa-map:before { content: "\f279" } .fa-commenting:before { content: "\f27a" } .fa-commenting-o:before { content: "\f27b" } .fa-houzz:before { content: "\f27c" } .fa-vimeo:before { content: "\f27d" } .fa-black-tie:before { content: "\f27e" } .fa-fonticons:before { content: "\f280" } .fa-reddit-alien:before { content: "\f281" } .fa-edge:before { content: "\f282" } .fa-credit-card-alt:before { content: "\f283" } .fa-codiepie:before { content: "\f284" } .fa-modx:before { content: "\f285" } .fa-fort-awesome:before { content: "\f286" } .fa-usb:before { content: "\f287" } .fa-product-hunt:before { content: "\f288" } .fa-mixcloud:before { content: "\f289" } .fa-scribd:before { content: "\f28a" } .fa-pause-circle:before { content: "\f28b" } .fa-pause-circle-o:before { content: "\f28c" } .fa-stop-circle:before { content: "\f28d" } .fa-stop-circle-o:before { content: "\f28e" } .fa-shopping-bag:before { content: "\f290" } .fa-shopping-basket:before { content: "\f291" } .fa-hashtag:before { content: "\f292" } .fa-bluetooth:before { content: "\f293" } .fa-bluetooth-b:before { content: "\f294" } .fa-percent:before { content: "\f295" } .fa-gitlab:before { content: "\f296" } .fa-wpbeginner:before { content: "\f297" } .fa-wpforms:before { content: "\f298" } .fa-envira:before { content: "\f299" } .fa-universal-access:before { content: "\f29a" } .fa-wheelchair-alt:before { content: "\f29b" } .fa-question-circle-o:before { content: "\f29c" } .fa-blind:before { content: "\f29d" } .fa-audio-description:before { content: "\f29e" } .fa-volume-control-phone:before { content: "\f2a0" } .fa-braille:before { content: "\f2a1" } .fa-assistive-listening-systems:before { content: "\f2a2" } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3" } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4" } .fa-glide:before { content: "\f2a5" } .fa-glide-g:before { content: "\f2a6" } .fa-signing:before, .fa-sign-language:before { content: "\f2a7" } .fa-low-vision:before { content: "\f2a8" } .fa-viadeo:before { content: "\f2a9" } .fa-viadeo-square:before { content: "\f2aa" } .fa-snapchat:before { content: "\f2ab" } .fa-snapchat-ghost:before { content: "\f2ac" } .fa-snapchat-square:before { content: "\f2ad" } .fa-pied-piper:before { content: "\f2ae" } .fa-first-order:before { content: "\f2b0" } .fa-yoast:before { content: "\f2b1" } .fa-themeisle:before { content: "\f2b2" } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3" } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4" } .fa-handshake-o:before { content: "\f2b5" } .fa-envelope-open:before { content: "\f2b6" } .fa-envelope-open-o:before { content: "\f2b7" } .fa-linode:before { content: "\f2b8" } .fa-address-book:before { content: "\f2b9" } .fa-address-book-o:before { content: "\f2ba" } .fa-vcard:before, .fa-address-card:before { content: "\f2bb" } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc" } .fa-user-circle:before { content: "\f2bd" } .fa-user-circle-o:before { content: "\f2be" } .fa-user-o:before { content: "\f2c0" } .fa-id-badge:before { content: "\f2c1" } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2" } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3" } .fa-quora:before { content: "\f2c4" } .fa-free-code-camp:before { content: "\f2c5" } .fa-telegram:before { content: "\f2c6" } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7" } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8" } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9" } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca" } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb" } .fa-shower:before { content: "\f2cc" } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd" } .fa-podcast:before { content: "\f2ce" } .fa-window-maximize:before { content: "\f2d0" } .fa-window-minimize:before { content: "\f2d1" } .fa-window-restore:before { content: "\f2d2" } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3" } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4" } .fa-bandcamp:before { content: "\f2d5" } .fa-grav:before { content: "\f2d6" } .fa-etsy:before { content: "\f2d7" } .fa-imdb:before { content: "\f2d8" } .fa-ravelry:before { content: "\f2d9" } .fa-eercast:before { content: "\f2da" } .fa-microchip:before { content: "\f2db" } .fa-snowflake-o:before { content: "\f2dc" } .fa-superpowers:before { content: "\f2dd" } .fa-wpexplorer:before { content: "\f2de" } .fa-meetup:before { content: "\f2e0" } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } .s123-module-about { line-height: 1.5; } .s123-module-about p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-about ul { line-height: 1.5; } .s123-module-about.layout-1 ul, .s123-module-about.layout-1 ol { list-style-position: inside; } .s123-module-about.layout-6 ul, .s123-module-about.layout-6 ol { list-style-position: inside; } @media(min-width:768px) { .s123-module-about.layout-3 .container .row.sides { display: flex; flex-direction: row-reverse; } } .s123-module-about.layout-2 .container .separateImages img, .s123-module-about.layout-3 .container .separateImages img { margin-bottom: 30px; } .s123-module-about.layout-4 .images { float: right; margin: 0 0 30px 30px; width: 500px; max-width: 100%; } html[dir="rtl"] .s123-module-about.layout-4 .images { float: left; margin: 0 30px 30px 0; } .s123-module-about.layout-4 .images .separateImages img { max-height: 300px; max-width: 100%; margin-bottom: 30px; } .s123-module-about.layout-4 .images .carousel img { height: auto; max-width: 500px; } @media(max-width:767px) { .s123-module-about.layout-4 .images { margin: 0 0 10px 10px; } html[dir="rtl"] .s123-module-about.layout-4 .images { margin: 0 10px 10px 0; } .s123-module-about.layout-4 .images img { margin-bottom: 10px; max-height: 100px; } } .s123-module-about.layout-5 .images { float: left; margin: 0 30px 30px 0; } html[dir="rtl"] .s123-module-about.layout-5 .images { float: right; margin: 0 0 30px 30px; } @media(max-width:767px) { .s123-module-about.layout-5 .images { margin: 0 10px 10px 0; } html[dir="rtl"] .s123-module-about.layout-5 .images { margin: 0 0 10px 10px; } .s123-module-about.layout-5 .images img { margin-bottom: 10px; max-height: 100px; } } .s123-module-carousel.layout-1 .owl-carousel .owl-item img { width: auto; height: 130px; display: inline-block; } .s123-module-carousel.layout-2 .client-container { font-size: 0; line-height: 0; } .s123-module-carousel.layout-2 .client-list { border: 1px solid #d7d7d7; display: inline-block; width: 100%; padding: 10px; margin-bottom: 15px; } .s123-module-carousel.layout-2 .client-bg { width: 100%; padding-bottom: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; } .s123-module-carousel.layout-2 .client-list:hover { background: rgba(128, 128, 128, 0.1); } @media ( min-width:768px) { .s123-module-carousel.layout-2 .client-list { width: 25%; margin-bottom: 0px; } .s123-module-carousel.layout-2 .client-list { border-left: 0px; } html[dir=rtl] .s123-module-carousel.layout-2 .client-list { border-left: 1px; border-left-style: solid; border-left-color: #d7d7d7; border-right: 0px; } .s123-module-carousel.layout-2 .client-list:nth-child(4n+1) { border-left: 1px; border-left-style: solid; border-left-color: #d7d7d7; padding-top: 11px; } html[dir=rtl] .s123-module-carousel.layout-2 .client-list:nth-child(4n+1) { border-right: 1px; border-right-style: solid; border-right-color: #d7d7d7; padding-top: 11px; } .s123-module-carousel.layout-2 .client-list:nth-child(n+5) { border-top: 0px; } } .s123-module-carousel.layout-4 .customer-container { font-size: 0; line-height: 0; } .s123-module-carousel.layout-4 .customer-list { display: inline-block; width: 100%; padding: 10px; margin-bottom: 30px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); } .s123-module-carousel.layout-4 .customer-bg { width: 100%; padding-bottom: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; } .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut } @-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out } .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0, 0) } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { display: none } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .no-js .owl-carousel { display: block } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-item img { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } .owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px } .owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none } .owl-theme .owl-nav .disabled { opacity: .5; cursor: default } .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px } .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791 } .s123-module-contact .list-unstyled { word-break: break-word; } .s123-module-contact .open_hours_field { white-space: pre-wrap; padding-bottom: 50px; } .s123-module-contact .open-hours { margin-bottom: 50px; } .s123-module-contact.layout-1 .s123-module-contact-map { padding-top: 50px; margin-bottom: -100px; } @media (max-width:767px) { .s123-module-contact.layout-1 .s123-module-contact-map { margin-bottom: -50px; } } .inside_page .s123-module-contact.layout-1 .s123-module-contact-map { margin-bottom: -20px; } .s123-module-contact.layout-1 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-1 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } .home_page .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 50px; margin-top: -100px; } @media (max-width:767px) { .home_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -50px; } } .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 0; margin-top: -100px; } @media (max-width:767px) { .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -50px; } } .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -20px; } .s123-module-contact.layout-2 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-2 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } .s123-module-contact.layout-2 .breadcrumb { margin-top: 0; } .inside_page.home_page_design .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 50px; } .s123-module-contact.layout-3 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-3 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } @media(max-width:992px) { .s123-module-contact.layout-3 .s123-module-contact-map { padding-bottom: 0; margin-top: 50px; margin-bottom: 50px; padding-top: 0; } } .s123-module-contact.layout-5 .s123-module-contact-map { padding-top: 0px; } .s123-module-contact.layout-5 .s123-module-contact-form { margin-bottom: 50px; } .s123-module-contact.layout-5 .s123-module-contact-top { margin-bottom: 30px; } @media (max-width:767px) { .s123-module-contact.layout-5 .s123-module-contact-details { text-align: center; } } .s123-module-contact.layout-6 .s123-module-contact-map { padding-top: 0px; } .s123-module-contact.layout-6 .s123-module-contact-map .map-container { height: 300px; } .s123-module-contact.layout-6 .contactUsForm { margin-bottom: 30px; } @media (max-width:767px) { .s123-module-contact.layout-6 .s123-module-contact-details { text-align: center; } } .s123-module-contact.layout-6 .s123-module-contact-details ul { margin-bottom: 30px; } .s123-module-contact.layout-7 .contact-container { width: 90%; margin: 0 auto; } @media (min-width:992px) { .s123-module-contact.layout-7 .contact-container { width: 70%; } } .s123-module-contact.layout-7 .list-inline { padding-bottom: 10px; } .home_page .s123-module-contact.layout-8.s123-module { padding: 100px 0 0 0; } .s123-module-contact.layout-8 .container { padding-bottom: 15px; } .s123-module-contact.layout-8 .map-container { position: relative; height: auto; } .s123-module-contact.layout-8 .contact-info { position: relative; background-color: transparent; height: auto; line-height: 1.5em; padding-left: 30px; padding-right: 30px; padding-top: 0px; width: 100%; z-index: 0; } @media (min-width:768px) { .s123-module-contact.layout-8 .contact-info { position: absolute; background-color: white; color: black; height: 100%; right: 0; top: 0; line-height: 2em; width: 400px; padding-top: 50px; background-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8); z-index: 2; overflow-y: auto; } html[dir=rtl] .s123-module-contact.layout-8 .contact-info { left: 0; right: auto; } } .s123-module-contact.layout-8 .text-left { text-align: center; } @media (min-width:768px) { .s123-module-contact.layout-8 .text-left { text-align: left; } html[dir=rtl] .s123-module-contact.layout-8 .text-left { text-align: right; } } .s123-module-contact.layout-8 .google-map-obj { height: 500px; } .s123-module-contact.layout-8 .list-inline { margin-right: 0; } .s123-module-gmap.layout-1 .gmap-container { height: 300px; position: relative; } @media (min-width:768px) { .s123-module-gmap.layout-1 .gmap-container { height: 500px; } } .s123-module-gmap.layout-1 .gmap-obj { width: 100%; height: 100%; } .s123-module-gmap.layout-2 .gmap-container { height: 300px; position: relative; } @media (min-width:768px) { .s123-module-gmap.layout-2 .gmap-container { height: 500px; } } .s123-module-gmap.layout-2 .gmap-obj { width: 100%; height: 100%; } .s123-module-counters .counters .counter { text-align: center; } .s123-module-counters .counters .fa, .s123-module-counters .counters .icons { display: block; font-size: 35px; line-height: 35px; margin-bottom: 5px; } .s123-module-counters .counters strong { display: block; font-weight: bold; font-size: 50px; line-height: 50px; } .s123-module-counters .counters label { display: block; font-weight: 100; font-size: 20px; line-height: 20px; margin-top: 10px; } .s123-module-counters .counters .counter-side-icon .fa, .s123-module-counters .counters .counter-side-icon .icons, .s123-module-counters .counters .counter-side-icon strong { display: inline-block; } .s123-module-counters .counters .counter-with-unit strong { display: inline-block; } .s123-module-counters .counters.with-borders .counter { border-radius: 6px; border-top: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; border-left: 1px solid #ECECEC; border-right: 1px solid #ECECEC; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); padding: 25px; } .s123-module-counters .counters.counters-sm .fa, .s123-module-counters .counters.counters-sm .icons { font-size: 25px; line-height: 25px; } .s123-module-counters .counters.counters-sm strong { font-size: 35px; line-height: 35px; } .s123-module-counters .counters.counters-sm label { font-size: 15px; line-height: 15px; } .s123-module-counters .counters.counters-lg .fa { font-size: 45px; line-height: 45px; } .s123-module-counters .counters.counters-lg strong { font-size: 60px; line-height: 60px; } .s123-module-counters .counters.counters-lg label { font-size: 25px; line-height: 25px; } .s123-module-counters .counters.counters-text-light .counter { color: #FFF !important; } .s123-module-counters .counters.counters-text-light .counter .fa, .s123-module-counters .counters.counters-text-light .counter .icons, .s123-module-counters .counters.counters-text-light .counter strong, .s123-module-counters .counters.counters-text-light .counter label { color: #FFF !important; } .s123-module-counters .counters.counters-text-dark .counter { color: #2e353e !important; } .s123-module-counters .counters.counters-text-dark .counter .fa, .s123-module-counters .counters.counters-text-dark .counter .icons, .s123-module-counters .counters.counters-text-dark .counter strong, .s123-module-counters .counters.counters-text-dark .counter label { color: #2e353e !important; } .s123-module-counters.layout-2 .counter { min-height: 190px; padding-top: 20px; padding-bottom: 20px; } .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width:900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } .s123-module-events.layout-1 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-events.layout-1 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-events.layout-1 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-events.layout-1 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-events.layout-1 .event-image img { border-radius: 0; } .s123-module-events.layout-1 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-events.layout-1 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-events.layout-1 .event-image .event-date { left: auto; right: 10px; } .s123-module-events.layout-1 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-events.layout-1 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-events.layout-1 .event-title h2 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-events.layout-1 .event-title h2 a {} .s123-module-events.layout-1 .event-title h2 a:hover {} .s123-module-events.layout-1 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-events.layout-1 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li { float: right; } .s123-module-events.layout-1 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-events.layout-1 .event-meta li .label { font-size: 100%; } .s123-module-events.layout-1 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-events.layout-1 .event-meta li a {} .s123-module-events.layout-1 .event-meta li a:hover {} .s123-module-events.layout-1 .event-meta li:first-child:before { display: none; } .s123-module-events.layout-1 .event-content { margin-top: 30px; } .s123-module-events.layout-1 .events-categories-container { list-style: none; padding: 0; text-align: center; margin: 0 0 40px 0; } .s123-module-events.layout-1 .events-categories-container li { display: inline-block; margin: 0.0714em 0.0714em; } .s123-module-events.layout-1 .events-categories-container li:first-child:before { display: none; } .s123-module-events.layout-1 .events-categories-container li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-events.layout-1 .events-categories-container li a:hover, .s123-module-events.layout-1 .events-categories-container li a:focus, .s123-module-events.layout-1 .events-categories-container li.active { font-weight: bold; text-decoration: underline; } .s123-module-events.layout-2 .events-responsive-filter a { display: none; } .s123-module-events.layout-2 .well { border: none; } .s123-module-events.layout-2 .events-categories-container li { padding-bottom: 0.2em; } .s123-module-events.layout-2 .events-categories-container li a, .s123-module-events.layout-2 .events-categories-container li a:hover, .s123-module-events.layout-2 .events-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-events.layout-2 .events-categories-container li.active a { border: 1px solid; } .s123-module-events.layout-2 .events-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-events.layout-2 .events-container>div .box { position: relative; padding: 0; } .s123-module-events.layout-2 .event-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-events.layout-2 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-events.layout-2 .event-image .event-date { left: auto; right: 10px; } .s123-module-events.layout-2 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-events.layout-2 .box .event-details-container { padding: 10px; } .s123-module-events.layout-2 .box .event-details-container h4 { margin: 0.75em 0; } .s123-module-events.layout-2 .box .event-details-container p { margin-bottom: 0.75em; } .s123-module-events.layout-2 .event-price { width: 100%; float: left; } @media (max-width:767px) { .s123-module-events.layout-2 .events-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-events.layout-2 .categories-panel { display: none; } .s123-module-events.layout-2 .events-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-events.layout-2 .events-container .box .buttons-container { padding: 10px; } .s123-module-events.layout-2 .events-container .box .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-events.layout-2 .events-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-events.layout-2 .events-container .buttons-container form { display: inline-block; } .s123-module-events.layout-3 .events-container .events { padding: 10px; } .s123-module-events.layout-3 .events-container table { margin-bottom: 0px; } .s123-module-events.layout-3 .events-container th, .s123-module-events.layout-3 .events-container td { border: hidden !important; } .s123-module-events.layout-3 .events-container h3 { font-size: 1.7em; margin-bottom: :20px; text-transform: uppercase; font-weight: bold; } .s123-module-events.layout-4 .event-tickets tr>th:first-child, .s123-module-events.layout-4 .event-tickets tr>td:first-child { padding-left: 0; } html[dir=rtl].s123-module-events.layout-4 .event-tickets tr>th:first-child, html[dir=rtl].s123-module-events.layout-4 .event-tickets tr>td:first-child { padding-left: 8px; padding-right: 0; } .s123-module-events.layout-4 .event-ticket-title { margin-bottom: 10px; } .s123-module-events.layout-4 .event-ticket-more-info { display: none; } .s123-module-events.layout-4 .event-ticket-info-btn { padding: 0; } .s123-module-events.layout-4 .event-ticket-info-btn:focus { outline: none; } .s123-module-events.layout-4 .hide-border-bottom { border-bottom-style: hidden; } .s123-module-events.layout-4 .event-tickets tr>td .quantity_field { display: flex; align-content: center; align-items: center; justify-content: space-between; height: 34px; min-width: 100px; border: 1px solid #ccc; border-radius: 4px; } .s123-module-events.layout-4 .event-tickets tr>td .quantity_field .quantity-value { display: inline-block; min-width: 17px; } .s123-module-events.layout-4 .quantity-btn { color: #000; } .s123-module-events.layout-4 .quantity-btn:focus { outline: none; } .s123-module-events.layout-4 .event-tickets-discount { display: block; } .s123-module-events.layout-4 .event-checkout-btn { text-align: right; } html[dir=rtl] .s123-module-events.layout-4 .event-checkout-btn { text-align: left; } .s123-module-events.layout-4 .product-details .close-msg { text-align: center; border: 1px solid; padding: 20px; } .events-validator-popover { color: #fff; background-color: #a94442; } .events-validator-popover.right>.arrow:after { border-right-color: #a94442; } .events-validator-popover.top>.arrow:after { border-top-color: #a94442; } .events-validator-popover.left>.arrow:after { border-left-color: #a94442; } .events-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-events.layout-4 .event-map { margin: 20px 0; } .s123-module-events.layout-4 .box { padding: 20px; } .s123-module-events.s123-page-data-events .event-tickets tr>th:first-child, .s123-module-events.s123-page-data-events .event-tickets tr>td:first-child { padding-left: 0; } html[dir=rtl].s123-module-events.s123-page-data-events .event-tickets tr>th:first-child, html[dir=rtl].s123-module-events.s123-page-data-events .event-tickets tr>td:first-child { padding-left: 8px; padding-right: 0; } .s123-module-events.s123-page-data-events .event-ticket-title { margin-bottom: 10px; } .s123-module-events.s123-page-data-events .event-ticket-more-info { display: none; } .s123-module-events.s123-page-data-events .event-ticket-info-btn { padding: 0; } .s123-module-events.s123-page-data-events .event-ticket-info-btn:focus { outline: none; } .s123-module-events.s123-page-data-events .hide-border-bottom { border-bottom-style: hidden; } .s123-module-events.s123-page-data-events .event-tickets tr>td .quantity_field { display: flex; align-content: center; align-items: center; justify-content: space-between; height: 34px; min-width: 100px; border: 1px solid #ccc; border-radius: 4px; } .s123-module-events.s123-page-data-events .event-tickets tr>td .quantity_field .quantity-value { display: inline-block; min-width: 17px; } .s123-module-events.s123-page-data-events .quantity-btn { color: #000; } .s123-module-events.s123-page-data-events .quantity-btn:focus { outline: none; } .s123-module-events.s123-page-data-events .event-tickets-discount { display: block; } .s123-module-events.s123-page-data-events .event-checkout-btn { text-align: right; } html[dir=rtl] .s123-module-events.s123-page-data-events .event-checkout-btn { text-align: left; } .events-validator-popover { color: #fff; background-color: #a94442; } .events-validator-popover.right>.arrow:after { border-right-color: #a94442; } .events-validator-popover.top>.arrow:after { border-top-color: #a94442; } .events-validator-popover.left>.arrow:after { border-left-color: #a94442; } .events-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-events.s123-page-data-events .event-map { margin: 20px 0; } .s123-module-events.s123-page-data-events .product-details .close-msg { text-align: center; border: 1px solid; padding: 20px; } .s123-page-data-events .product-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-events .product-container { margin-bottom: 10px; } .s123-page-data-events .product-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; } .s123-page-data-events .product-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-events .product-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-events .product-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .s123-page-data-events .product-container .product-details h2 { text-transform: uppercase; } .s123-page-data-events .product-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .s123-page-data-events .product-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .s123-page-data-events .product-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .s123-page-data-events .product-container .product-details .price-value { font-size: 24px; } .s123-page-data-events .product-container .btn-buy-now { min-width: 150px; } .product-details-box .product-details-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .s123-module-events .box { padding: 20px; } .s123-module-faq .well { padding: 30px; margin-top: 40px; margin-bottom: 30px; border-radius: 5px; } .s123-module-faq .well h4 { font-weight: 600; line-height: 1.4; margin-bottom: 15px; margin-top: 15px; } .s123-module-faq .well p { font-size: 16px; line-height: 1.6; margin: 10px 0 0; white-space: pre-wrap; word-wrap: break-word; } .s123-module-faq.layout-1 ul, .s123-module-faq.layout-1 ol { list-style-position: inside; } .s123-module-gallery.isotope-gallery .gallery-item-wrapper { padding: 0 5px 5px 5px; } .s123-module-gallery.isotope-gallery .gallery-item { position: relative; cursor: pointer; overflow: hidden; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border-radius: 3px; } .s123-module-gallery.isotope-gallery .flush .gallery-item { border-radius: 0; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb { text-align: center; position: relative; overflow: hidden; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb img { display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; visibility: hidden; } .s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover { display: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover { display: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb img { transform: scale(1.1); } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .image-overlay { background-color: #2c3e50; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .image-overlay { opacity: 0.50; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom { width: 100%; height: 100%; text-align: center; display: none; line-height: 25px; position: absolute; top: 0; color: #ffffff; left: 0; margin-left: -100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; display: flex; align-items: center; align-content: center; justify-content: center; flex-direction: column; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a .eye { border-radius: 50%; color: #444; background-color: #eee; width: 45px; height: 45px; color: black; line-height: 45px; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i { width: 45px; height: 45px; color: black; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i.fa-play { padding-left: 5px; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:hover { text-decoration: none; color: #fff; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:focus { outline: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .gallery-zoom { margin-left: 0; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details { text-align: center; padding-top: 20px; background-color: #fff; border: 2px solid #ecf0f1; border-top: 0; overflow: hidden; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details h5 { margin: 0; font-size: 1em; font-weight: 700; position: relative; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details p { font-size: .9em; } .s123-module-gallery.isotope-gallery .filter { list-style: none; padding: 0; margin: 0 0 60px 0; text-align: center; } .s123-module-gallery.isotope-gallery .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.isotope-gallery .filter li:first-child:before { display: none; } .s123-module-gallery.isotope-gallery .filter li a { display: block; text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.isotope-gallery .filter li a:hover, .s123-module-gallery.isotope-gallery .filter li a:focus, .s123-module-gallery.isotope-gallery .filter li a.active { font-weight: bold; text-decoration: underline; } .s123-module-gallery.isotope-gallery .isotope, .s123-module-gallery.isotope-gallery .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .s123-module-gallery.isotope-gallery .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .s123-module-gallery.isotope-gallery .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .s123-module-gallery.isotope-gallery .isotope.no-transition, .s123-module-gallery.isotope-gallery .isotope.no-transition .isotope-item, .s123-module-gallery.isotope-gallery .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .mfp-bg.mfp-ready { opacity: 0.95; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: 200px; } .s123-module-gallery.isotope-gallery .gallery-thumb img { width: 100%; max-height: none; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: auto; } .s123-module-gallery.isotope-gallery.layout-2 .container { width: 100%; padding: 0; } .s123-module-gallery.isotope-gallery.layout-2 .container .row { margin: 0; } .s123-module-gallery.isotope-gallery.layout-2 .gallery-item-wrapper { padding: 0; } .s123-module-gallery.isotope-gallery.layout-2 .gallery-item { border-radius: 0; } .home_page .s123-module.s123-module-gallery.layout-3 { padding-top: 0; padding-bottom: 0; } .s123-module-gallery.isotope-gallery.layout-3 .filter { margin: 30px 0; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-gallery.isotope-gallery.layout-3 .container { margin: -50px 0; } } .inside_page .s123-module.s123-module-gallery.isotope-gallery.layout-3 .container { margin: -20px 0; } .s123-module-gallery.isotope-gallery.layout-3 .isotope-gallery-container .col-md-4 { margin-right: 0; } .s123-module-gallery.isotope-gallery.layout-3 .container { width: 100%; padding: 0; } .s123-module-gallery.isotope-gallery.layout-3 .container .row { margin: 0; } .s123-module-gallery.isotope-gallery.layout-3 .gallery-item-wrapper { padding: 0; } .s123-module-gallery.isotope-gallery.layout-3 .gallery-item { border-radius: 0; } .mfp-module-gallery .mfp-container .mfp-title { line-height: 1.5; cursor: auto; } .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title { padding-right: 50px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title { text-align: right; padding-right: 0; padding-left: 50px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { left: 0; right: auto; } @media ( min-width:768px) { .mfp-module-gallery .mfp-container .mfp-bottom-bar { padding: 8px; margin: 0; bottom: 40px; top: auto; color: #fff; background: rgba(0, 0, 0, 0.8); } .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { right: 8px; top: 8px; font-size: 14px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { left: 8px; right: auto; } } .mfp-module-gallery .gallery-image-text, .mfp-module-gallery .gallery-image-external-link { margin-bottom: 0.3em; } .mfp-module-gallery .gallery-image-external-link { display: block; } .mfp-module-gallery .gallery-social-links a { display: inline-block; margin-right: 10px; color: #ffffff; } .s123-module-gallery.layout-4 .gallery-image-container>.row, .s123-module-gallery.layout-4 .gallery-image { padding: 1px; } .s123-module-gallery.layout-4 .gallery-image>a { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-4 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-4 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-4 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-4 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-4 .filter li a:hover, .s123-module-gallery.layout-4 .filter li a:focus, .s123-module-gallery.layout-4 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-5 ul.gallery-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-gallery.layout-5 ul.gallery-images-container .thumbnail { border: none; color: inherit; } .s123-module-gallery.layout-5 ul.gallery-images-container .gallery-image-box { position: relative; } .s123-module-gallery.layout-5 ul.gallery-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-gallery.layout-5 .gallery-image a.gallery-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-5 .product-details-container h4 { margin: 0.75em 0; } .s123-module-gallery.layout-5 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 100%; } } .s123-module-gallery.layout-5 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-5 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-5 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-5 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-5 .filter li a:hover, .s123-module-gallery.layout-5 .filter li a:focus, .s123-module-gallery.layout-5 .filter li.active a { font-weight: bold; text-decoration: underline; } .flickity-enabled { position: relative } .flickity-enabled:focus { outline: 0 } .flickity-viewport { overflow: hidden; position: relative; height: 100% } .flickity-slider { position: absolute; width: 100%; height: 100% } .flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab } .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing } .flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 50%; background: #fff; background: hsla(0, 0%, 100%, .75); cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .flickity-prev-next-button:hover { background: #fff } .flickity-prev-next-button:focus { outline: 0; box-shadow: 0 0 0 5px #09f } .flickity-prev-next-button:active { opacity: .6 } .flickity-prev-next-button.previous { left: 10px } .flickity-prev-next-button.next { right: 10px } .flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px } .flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px } .flickity-prev-next-button:disabled { opacity: .3; cursor: auto } .flickity-prev-next-button svg { position: absolute; left: 20%; top: 20%; width: 60%; height: 60% } .flickity-prev-next-button .arrow { fill: #333 } .flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1 } .flickity-rtl .flickity-page-dots { direction: rtl } .flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: .25; cursor: pointer } .flickity-page-dots .dot.is-selected { opacity: 1 } .s123-module-gallery.layout-6 .gallery-images-container { width: 100%; background: transparent; } .s123-module-gallery.layout-6 .gallery-image { width: 70%; height: 300px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-6 .gallery-image, .s123-module-gallery.layout-6 .gallery-video-container img { height: 600px; } } @media screen and ( min-width:960px) { .s123-module-gallery.layout-6 .gallery-image { width: 60%; } } .s123-module-gallery.layout-6 .gallery-image img, .s123-module-gallery.layout-6 .gallery-image iframe { display: block; max-width: 100%; max-height: 100%; opacity: 0.7; -webkit-transform: scale(0.85); transform: scale(0.85); -webkit-filter: blur(5px); filter: blur(5px); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s; transition: opacity 0.3s, transform 0.3s, filter 0.3s; } .s123-module-gallery.layout-6 .gallery-image.is-selected img, .s123-module-gallery.layout-6 .gallery-image.is-selected iframe { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-filter: none; filter: none; } .s123-module-gallery.layout-6 .flickity-prev-next-button { width: 60px; height: 60px; background: transparent; opacity: 0.6; } .s123-module-gallery.layout-6 .flickity-prev-next-button:hover { background: transparent; opacity: 1; } .s123-module-gallery.layout-6 .flickity-prev-next-button .arrow { fill: white; } .s123-module-gallery.layout-6 .flickity-prev-next-button.no-svg { color: white; } .s123-module-gallery.layout-6 .flickity-prev-next-button.previous { left: 0; } .s123-module-gallery.layout-6 .flickity-prev-next-button.next { right: 0; } .s123-module-gallery.layout-6 .flickity-prev-next-button:disabled { display: none; } .s123-module-gallery.layout-6 .gallery-image-caption { width: 100%; margin: 10px 0 0 0; padding: 0; text-align: center; min-height: 1.5em; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-6 .gallery-image-caption { margin: 1em 0 0 0; } } .s123-module-gallery.layout-6 .flickity-page-dots { display: none; bottom: -40px; } .s123-module-gallery.layout-6 .flickity-page-dots .dot { width: 12px; height: 12px; opacity: 1; background: #d6d6d6; } .s123-module-gallery.layout-6 .flickity-page-dots .dot:hover, .s123-module-gallery.layout-6 .flickity-page-dots .dot.is-selected { background: #869791; } .s123-module-gallery.layout-6 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-6 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-6 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-6 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-6 .filter li a:hover, .s123-module-gallery.layout-6 .filter li a:focus, .s123-module-gallery.layout-6 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-7 .gallery-images-container { width: 100%; background: transparent; } .s123-module-gallery.layout-7 .isotope-gallery-container img, .s123-module-gallery.layout-7 .gallery-video-container { display: block; height: 300px; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-7 .isotope-gallery-container img, .s123-module-gallery.layout-7 .gallery-video-container { height: 600px; } } .s123-module-gallery.layout-7 .gallery-image-caption { width: 100%; margin: 10px 0 0 0; padding: 0; text-align: center; min-height: 1.5em; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-7 .gallery-image-caption { margin: 1em 0 0 0; } } .s123-module-gallery.layout-7 .flickity-page-dots { display: none; bottom: -40px; } .s123-module-gallery.layout-7 .flickity-page-dots .dot { width: 12px; height: 12px; opacity: 1; background: #d6d6d6; } .s123-module-gallery.layout-7 .flickity-page-dots .dot:hover, .s123-module-gallery.layout-7 .flickity-page-dots .dot.is-selected { background: #869791; } .s123-module-gallery.layout-7 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-7 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-7 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-7 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-7 .filter li a:hover, .s123-module-gallery.layout-7 .filter li a:focus, .s123-module-gallery.layout-7 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-8 ul.gallery-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-gallery.layout-8 ul.gallery-images-container .thumbnail { border: none; color: inherit; background: transparent; } .s123-module-gallery.layout-8 ul.gallery-images-container .gallery-image-box { position: relative; } .s123-module-gallery.layout-8 ul.gallery-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-gallery.layout-8 .gallery-image a.gallery-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-8 .product-details-container h4 { margin: 0.75em 0; } .s123-module-gallery.layout-8 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 100%; } } .s123-module-gallery.layout-8 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-8 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-8 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-8 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-8 .filter li a:hover, .s123-module-gallery.layout-8 .filter li a:focus, .s123-module-gallery.layout-8 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-page-data-gallery .g-item-container { padding: 6px; margin-bottom: 30px; border-radius: 6px; background: #fff; box-shadow: 0 3px 20px rgba(77, 63, 122, 0.4); } .s123-page-data-gallery .g-item-container { display: table; margin-left: auto; margin-right: auto; } .s123-page-data-gallery .g-item-container img { max-width: 100%; max-height: 60vh; } .s123-page-data-gallery .g-item-container p { margin-bottom: 0; } .s123-page-data-gallery .g-item-details { margin: 10px 0 15px; } .s123-page-data-gallery .prevent-t-i-p-w { display: block; min-width: 100%; width: 0; } .home_page .s123-module.s123-module-map, .inside_page .s123-module.s123-module-map { padding: 0; } .s123-module-map .map-container { height: 500px; position: relative; } .map-container { height: 500px; } .s123-module-map .google-map-obj { width: 100%; height: 100%; } .s123-module-menu.layout-1 .menu2 .inner { padding-top: 65px; } .s123-module-menu.layout-1 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-menu.layout-1 .menu-block { width: 100%; } .s123-module-menu.layout-1 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-menu.layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-menu.layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-menu.layout-1 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-menu.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-menu.layout-1 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-menu.layout-1 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .item h4 { text-align: right; } .s123-module-menu.layout-1 .menu-block .item p { display: block; text-align: left; width: 100%; margin-bottom: 0; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .item p { text-align: right; } .s123-module-menu.layout-1 .menu-block .prices { display: block; min-width: 90px; font-size: 1.4em; cursor: default; } .s123-module-menu.layout-1 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .prices { right: auto; left: 0; } .s123-module-menu.layout-2 .menu2 .inner { padding-top: 65px; } .s123-module-menu.layout-2 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-menu.layout-2 .menu-category { display: none; } .s123-module-menu.layout-2 .menu-block { width: 100%; } .s123-module-menu.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-menu.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-menu.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-menu.layout-2 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-menu.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-menu.layout-2 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-menu.layout-2 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .item h4 { text-align: right; } .s123-module-menu.layout-2 .menu-block .item p { display: block; text-align: left; width: 65%; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .item p { text-align: right; } @media (min-width:768px) { .s123-module-menu.layout-2 .menu-block .prices { display: block; position: absolute; top: 10px; right: 10px; min-width: 90px; font-size: 1.4em; cursor: default; } } .s123-module-menu.layout-2 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .prices { right: auto; left: 0; } .s123-module-menu.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-menu.layout-2 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-menu.layout-2 .filter li:first-child:before { display: none; } .s123-module-menu.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-menu.layout-2 .filter li a:hover, .s123-module-menu.layout-2 .filter li a:focus, .s123-module-menu.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .s123-module-products.layout-1 .products2 .inner { padding-top: 65px; } .s123-module-products.layout-1 .products2 h3 { color: #393443; margin-bottom: 40px; } .s123-module-products.layout-1 .products-block { width: 100%; } .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-products:not(.s123-page-data-products).layout-1 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-products.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-products.layout-1 .products-block .item { width: 100%; padding: 10px; margin-bottom: 30px; border-radius: 4px; position: relative; } .s123-module-products.layout-1 .products-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-products.layout-1 .products-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-products.layout-1 .products-block .pro-info p { height: 4.5em; display: block; overflow: hidden; display: block; } .s123-module-products.layout-1 .products-block .prices { margin: 0 5px 0 0; float: right; font-size: 1.5em; line-height: inherit; direction: ltr; } html[dir=rtl] .s123-module-products.layout-1 .products-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-products.layout-1 .products-block .prices .list-price { margin-right: 0.3em; opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-1 .products-block .buttons-container { width: 100%; clear: both; } .s123-module-products.layout-1 .products-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-1 .products-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-1 .products-block .buttons-container form { display: inline-block; } .s123-module-products.layout-1 .product-sale-banner { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; } html[dir=rtl] .s123-module-products.layout-1 .product-sale-banner { left: auto; right: 20px; } .s123-module-products.layout-1 .product-out-of-stock { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-1 .product-out-of-stock { left: auto; right: 20px; } .s123-module-products.layout-2 .products2 .inner { padding-top: 65px; } .s123-module-products.layout-2 .products2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-products.layout-2 .products-category { display: none; } .s123-module-products.layout-2 .products-block { width: 100%; } .s123-module-products.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-products.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-products.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-products.layout-2 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; display: block; position: relative; border-radius: 0; } @media (min-width:768px) { .s123-module-products.layout-2 .item-image img { max-height: 250px; } } .s123-module-products.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-products.layout-2 .products-block .item { width: 100%; padding: 10px; margin-bottom: 30px; border-radius: 4px; position: relative; } .s123-module-products.layout-2 .pro-info { float: left; } html[dir=rtl] .s123-module-products.layout-2 .pro-info { float: right; } @media (min-width:768px) { .s123-module-products.layout-2 .pro-info { width: 65%; } } .s123-module-products.layout-2 .products-block .item .item-details .pro-info h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-products.layout-2 .products-block .item .item-details .pro-info h4 { text-align: right; } .s123-module-products.layout-2 .products-block .item .item-details .pro-info p { display: block; text-align: left; } html[dir=rtl] .s123-module-products.layout-2 .products-block .item .item-details .pro-info p { text-align: right; } .s123-module-products.layout-2 .products-block .prices { min-width: 90px; margin-bottom: 10px; font-size: 1.4em; display: block; clear: both; cursor: default; line-height: inherit; direction: ltr; } @media (min-width:768px) { .s123-module-products.layout-2 .products-block .prices { width: 35%; clear: none; float: right; text-align: right; } html[dir=rtl] .s123-module-products.layout-2 .products-block .prices { float: left; text-align: left; } } .s123-module-products.layout-2 .products-block .prices .list-price { margin-right: 0.3em; opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-2 .products-block .buttons-container { width: 100%; clear: both; } .s123-module-products.layout-2 .products-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-2 .products-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-2 .products-block .buttons-container form { display: inline-block; } .s123-module-products.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-products.layout-2 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-products.layout-2 .filter li:first-child:before { display: none; } .s123-module-products.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-products.layout-2 .filter li a:hover, .s123-module-products.layout-2 .filter li a:focus, .s123-module-products.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .s123-module-products.layout-2 .product-sale-banner { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; } html[dir=rtl] .s123-module-products.layout-2 .product-sale-banner { left: auto; right: 20px; } .s123-module-products.layout-2 .product-out-of-stock { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-2 .product-out-of-stock { left: auto; right: 20px; } .s123-module-products.layout-3 .products-responsive-filter a { display: none; } .s123-module-products.layout-3 .well { border: none; } .s123-module-products.layout-3 .products-categories-container li { padding-bottom: 0.2em; } .s123-module-products.layout-3 .products-categories-container li a, .s123-module-products.layout-3 .products-categories-container li a:hover, .s123-module-products.layout-3 .products-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-products.layout-3 .products-categories-container li.active a { border: 1px solid; } .s123-module-products.layout-3 .products-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-products.layout-3 .products-container>div .box { position: relative; } .s123-module-products.layout-3 a.product-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-products.layout-3 .product-details-container { overflow: hidden; } .s123-module-products.layout-3 .product-details-container h4 { margin: 0.75em 0; } .s123-module-products.layout-3 .product-details-container p { margin-bottom: 0.75em; } .s123-module-products.layout-3 .product-price { width: 100%; float: left; } .s123-module-products.layout-3 .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-3 .products-container .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-3 .products-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-3 .products-container .buttons-container form { display: inline-block; } @media (max-width:767px) { .s123-module-products.layout-3 .products-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-products.layout-3 .categories-panel { display: none; } .s123-module-products.layout-3 .products-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-products.layout-3 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-products.layout-3 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-3 .product-out-of-stock { left: auto; right: 10px; } .s123-module-products.layout-4 .products-container .box { padding: 0; } .s123-module-products.layout-4 .products-container .box .product-details-container { padding: 10px; } .s123-module-products.layout-4 .products-container .box .buttons-container { padding: 10px; } .s123-module-products.layout-4 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-products.layout-4 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-4 .product-out-of-stock { left: auto; right: 10px; } .s123-page-data-products .product-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-products .product-container { margin-bottom: 10px; } .s123-page-data-products .product-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; cursor: crosshair; } .s123-page-data-products .product-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-products .product-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-products .product-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .s123-page-data-products .product-container .product-details h2, .s123-page-data-products .product-container .product-details .list-unstyled { text-transform: uppercase; } .s123-page-data-products .product-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .s123-page-data-products .product-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .s123-page-data-products .product-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .s123-page-data-products .product-container .product-details .price-value { font-size: 24px; } .s123-page-data-products .product-container .product-details .price-value.list-price { margin-right: 5px; font-size: 20px; display: inline-block; opacity: 0.4; text-decoration: line-through; } html[dir=rtl] .s123-page-data-products .product-container .product-details .price-value.list-price { margin-right: 0; margin-left: 5px; } .s123-page-data-products .product-container .btn-buy-now { min-width: 150px; } .product-details-box .product-details-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .product-options { display: block; clear: both; } .p-o-container { display: block; clear: both; } .product-options .p-o-title { margin-bottom: 5px; text-transform: uppercase; } .product-options .p-o-title .p-o-item-value { text-transform: capitalize; } .product-options .p-o-color-list { padding: 0; margin: 0; list-style: none; } @media ( min-width:1201px) { .product-options .p-o-color-list { max-width: 70%; } } .product-options .p-o-color-list .p-o-color { width: 24px; height: 24px; padding: 0; margin-bottom: 10px; margin-right: 14px; display: inline-block; vertical-align: middle; } html[dir=rtl] .product-options .p-o-color-list .p-o-color { margin-right: 0; margin-left: 14px; } .product-options .p-o-color-list .p-o-color>span { width: 100%; height: 100%; border: 1px solid rgba(221, 221, 221, .5); border-radius: 2px; display: block; vertical-align: middle; cursor: pointer; position: relative; } .product-options .p-o-color-list .p-o-color>span:hover:after, .product-options .p-o-color-list .p-o-color.selected>span:after { content: ""; position: absolute; width: 30px; height: 30px; top: -4px; left: -4px; border: 1px solid rgba(221, 221, 221, 1); border-radius: 4px; } .product-options .p-o-list { width: auto; min-width: 160px; margin-bottom: 10px; } .s123-page-data-products .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } .s123-page-data-products .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-page-data-products .product-out-of-stock { left: auto; right: 10px; } @media ( min-width:480px) { #product-custom-text { width: 400px; } } #product-custom-text label { font-weight: normal; } #product-custom-text .c-t-input-container { position: relative; } #product-custom-text #ct_fieldTitle { padding-right: 3rem; } html[dir=rtl] #product-custom-text #ct_fieldTitle { padding-right: 12px; padding-left: 40px; } #product-custom-text #ct_charLimit { padding: .375rem .4rem; border: 1px solid transparent; border-left: 1px solid #ccc; top: 0; right: 0; position: absolute; display: block; color: #000; opacity: 0.5; text-align: center; } html[dir=rtl] #product-custom-text #ct_charLimit { right: auto; left: 0; border-left: none; border-right: 1px solid #ccc; } .product-validator-popover { color: #fff; background-color: #a94442; } .product-validator-popover.right>.arrow:after { border-right-color: #a94442; } .product-validator-popover.top>.arrow:after { border-top-color: #a94442; } .product-validator-popover.left>.arrow:after { border-left-color: #a94442; } .product-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-supportcenter.layout-1 .article-title a { position: relative; display: block; padding-left: 1.2em; } .s123-module-supportcenter.layout-1 .article-title .fa { position: absolute; left: 0; } html[dir=rtl] .s123-module-supportcenter.layout-1 .article-title .fa { padding-left: 8px; } .s123-module-supportcenter.layout-1 .supportcenter-box { height: 260px; padding: 30px 20px 0; text-align: center; } .s123-module-supportcenter.layout-1 .supportcenter-box { border-bottom: 1px solid #d7e4ed; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(1) { border-bottom: none; } @media( min-width:768px) { .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(2n+1) { border-right: 1px solid #d7e4ed; } html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(2n+1) { border-right: none; border-left: 1px solid #d7e4ed; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+2):nth-child(2n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+2):nth-child(2n+1)~.supportcenter-box { border-bottom: none; } } @media( min-width:992px) { .s123-module-supportcenter.layout-1 .supportcenter-box { border: none !important; border-bottom: 1px solid #d7e4ed !important; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+2) { border-right: 1px solid #d7e4ed !important; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+3):nth-child(3n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+3):nth-child(3n+1)~.supportcenter-box { border-bottom: none !important; } html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+1), html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+2) { border-right: none !important; border-left: 1px solid #d7e4ed !important; } } .s123-module-supportcenter.layout-1 .article-details { padding: 5px 0; } .s123-module-supportcenter.layout-1 .supportcenter-box h3, .s123-module-supportcenter.layout-1 .supportcenter-box .article-details a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } .s123-module-supportcenter.layout-1 .container .supportcenter-data-articles hr { max-width: none; border-width: 1px; border-color: #d7e4ed; } @media(min-width:992px) { .s123-module-supportcenter.layout-1 .container .supportcenter-data-articles .article-title { width: 90%; } } .s123-module-supportcenter.layout-1 .container .supportcenter-hr { border-width: 1px; } .s123-page-data-supportcenter.layout-1 .support-center-container { max-width: 650px; } .s123-page-data-supportcenter.layout-1 .support-center-fluid-width { padding-bottom: 56.25%; position: relative; } .s123-page-data-supportcenter.layout-1 .support-center-container iframe, .s123-page-data-supportcenter.layout-1 .support-center-container object, .s123-page-data-supportcenter.layout-1 .support-center-container embed, .s123-page-data-supportcenter.layout-1 .support-center-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .s123-page-data-supportcenter.layout-1 .support-center-details-box+.support-center-details-box { padding-top: 30px; } .s123-module-donate.layout-1 .donate-description-box { margin-bottom: 20px; } .s123-module-donate.layout-1 .box.box-primary.site123-box-border { padding: 20px; } a.updateCustom:active, a.updateCustom:focus { outline: none !important; box-shadow: none; } .s123-module-pricing-tables.layout-1 .pricing-m { position: relative; } .s123-module-pricing-tables.layout-1 .pricing-m [class^=col-] { margin-top: 20px; } @media (min-width:768px) { .s123-module-pricing-tables.layout-1 .pricing-m [class^=col-] { padding: 0; } } .s123-module-pricing-tables.layout-1 .pricing-m-box { position: relative; border: 1px solid rgba(0, 0, 0, .075); border-radius: 3px; text-align: center; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); background-color: #F5F5F5; } .s123-module-pricing-tables.layout-1 .pricing-m-title { padding: 15px 0; background-color: #F9F9F9; border-radius: 3px 3px 0 0; text-shadow: 1px 1px 1px #FFF; border-bottom: 1px solid rgba(0, 0, 0, .05); } .s123-module-pricing-tables.layout-1 .pricing-m-title h3 { margin: 0; font-size: 20px; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; color: #555; } .s123-module-pricing-tables.layout-1 .pricing-m-title span { display: block; color: #999; font-weight: 300; font-size: 14px; margin-top: 3px; text-transform: uppercase; } .s123-module-pricing-tables.layout-1 .pricing-m-price { position: relative; padding: 25px 0; color: #333; font-weight: 300; font-size: 64px; line-height: 1; } .s123-module-pricing-tables.layout-1 .pricing-m-price:after { content: ''; position: absolute; width: 100px; border-top: 1px solid rgba(0, 0, 0, .1); top: auto; bottom: 0; left: 50%; margin-left: -50px; } .s123-module-pricing-tables.layout-1 .pricing-m-price span { display: inline-block; } .s123-module-pricing-tables.layout-1 .pricing-m-price span.pricing-m-price-value { vertical-align: top; margin: 7px 3px 0 0; font-size: 28px; font-weight: 400; } .s123-module-pricing-tables.layout-1 .pricing-m-price span.pricing-m-price-period { vertical-align: baseline; font-size: 16px; font-weight: 400; color: #999; margin: 0 0 0 3px; } .s123-module-pricing-tables.layout-1 .pricing-m-features { border-bottom: 1px solid rgba(0, 0, 0, .075); padding: 0 10px; } .s123-module-pricing-tables.layout-1 .pricing-m-features ul { margin: 0; padding: 15px 0; list-style: none; } .s123-module-pricing-tables.layout-1 .pricing-m-features li { padding: 6px 0; font-size: 14px; color: #000; } .s123-module-pricing-tables.layout-1 .pricing-m-action { padding: 15px 30px; } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular { background-color: #FFF; box-shadow: 0 0 8px rgba(0, 0, 0, .1); z-index: 1; } @media (min-width:970px) { .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular { margin: -20px -1px 0; } } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular .pricing-m-title { background-color: #FFF; padding: 20px 0; } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular .pricing-m-price { color: #1ABC9C; font-size: 72px; } .s123-module-pricing-tables.layout-2 .container { text-align: center; } .s123-module-pricing-tables.layout-2 .plan-container { margin-top: 81px; border: 1px solid #e5e5e5; } @media (min-width:970px) { .s123-module-pricing-tables.layout-2 .popular { margin-top: 59px; } } .s123-module-pricing-tables.layout-2 .plan-container .price { font-size: 30px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; width: 120px; height: 120px; line-height: 105px; margin: 0 auto; margin-top: -120px; position: relative; margin-bottom: 10px; } .s123-module-pricing-tables.layout-2 .plan-container .period { margin-top: -83px; font-size: 18px; display: block; } .s123-module-pricing-tables.layout-2 .plan-name h3 { color: #555; } .s123-module-pricing-tables.layout-2 .plan-container .plan-name { padding-top: 50px; padding-bottom: 10px; } .s123-module-pricing-tables.layout-2 .plan-name { background-color: #e8e8e8; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features { padding: 10px; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features ul { margin: 0; padding: 0; list-style: none; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features ul li { padding: 13px 0; list-style: none; } .s123-module-pricing-tables.layout-2 .plan-button .btn { padding-top: 10px; padding-bottom: 10px; } .s123-module-services.layout-1 { padding: 50px 0; } .s123-module-services.layout-1 .service-item p { white-space: pre-wrap; word-wrap: break-word; } @media(min-width:768px) { .s123-module-services.layout-1 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-services.layout-1 .service-item { margin-bottom: 30px; } .s123-module-services.layout-1 .service-item .fa-stack { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 5px; } .s123-page-data-services.layout-1 p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-services.layout-2 { padding: 50px 0; } .s123-module-services.layout-2 .service-item p { white-space: pre-wrap; word-wrap: break-word; } @media(min-width:768px) { .s123-module-services.layout-2 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-services.layout-2 .service-item { margin-bottom: 30px; } .s123-module-services.layout-2 .service-item .fa-stack { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 5px; } .s123-page-data-services.layout-2 p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-services.layout-3 .service { padding-top: 30px; padding-bottom: 30px; text-align: center; } .s123-module-services.layout-3 .service>* { clear: both; } .s123-module-services.layout-3 .service a { opacity: 1; } .s123-module-services.layout-3 .service img { max-width: 280px; max-height: 280px; margin-bottom: 15px; } .s123-module-services.layout-3 .service p { min-height: 4.5em; } .s123-module-services.layout-3 .service .service-icon { text-align: center; min-width: 150px; } .s123-module-services.layout-3 .service .service-icon i { font-size: 150px; } @media ( min-width:768px) { .s123-module-services.layout-3 .service { padding: 40px 60px; text-align: left; } .s123-module-services.layout-3 .service>* { clear: none; } html[dir=rtl] .s123-module-services.layout-3 .service { text-align: right; } .s123-module-services.layout-3 .service img, .s123-module-services.layout-3 .service .service-icon { max-width: 300px; max-height: 300px; margin-bottom: 0; margin-right: 50px; float: left; } .s123-module-services.layout-3 .service:nth-child(even) img, .s123-module-services.layout-3 .service:nth-child(even) .service-icon { margin-right: 0; margin-left: 50px; float: right; } html[dir=rtl] .s123-module-services.layout-3 .service img, html[dir=rtl] .s123-module-services.layout-3 .service .service-icon { margin-right: 0; margin-left: 50px; float: right; } html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) img, html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) .service-icon { margin-left: 0; margin-right: 50px; float: left; } } .s123-module-articles.layout-1 .bottommargin { margin-bottom: 30px; } .s123-module-articles.layout-1 .article-image, .s123-module-articles.layout-1 .article-image img, .s123-module-articles.layout-1 .article-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto 10px; } .s123-module-articles.layout-1 .article-title { margin-bottom: 15px; } .s123-module-articles.layout-1 .article-title h3 { margin: 0; font-size: 16px; font-weight: bold; } .s123-module-articles.layout-1 .article-description { margin-bottom: 10px; } .s123-module-articles.layout-1 .article-more-link { padding: 0 2px; display: block; font-style: italic; } .s123-module-articles.layout-2 .bottommargin { margin-bottom: 30px; } .s123-module-articles.layout-2 .article-image, .s123-module-articles.layout-2 .article-image img, .s123-module-articles.layout-2 .article-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto 20px; } .s123-module-articles.layout-2 .article-title { margin-bottom: 15px; } .s123-module-articles.layout-2 .article-title h3 { margin: 0; font-size: 16px; font-weight: bold; } .s123-module-articles.layout-2 .article-description, .s123-module-articles.layout-2 .article-body { margin-bottom: 10px; } .s123-module-articles.layout-2 .article-body p { margin: 0; } .s123-module-articles.layout-2 .article-more-link { padding: 0 2px; display: block; font-style: italic; } .s123-module-articles.layout-3 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-articles.layout-3 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-articles.layout-3 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-articles.layout-3 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-articles.layout-3 .event-image img { border-radius: 0; } .s123-module-articles.layout-3 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-articles.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-articles.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-module-articles.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-articles.layout-3 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-articles.layout-3 .event-title h2 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-articles.layout-3 .event-title h2 a {} .s123-module-articles.layout-3 .event-title h2 a:hover {} .s123-module-articles.layout-3 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-articles.layout-3 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li { float: right; } .s123-module-articles.layout-3 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-articles.layout-3 .event-meta li .label { font-size: 100%; } .s123-module-articles.layout-3 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-articles.layout-3 .event-meta li a {} .s123-module-articles.layout-3 .event-meta li a:hover {} .s123-module-articles.layout-3 .event-meta li:first-child:before { display: none; } .s123-module-articles.layout-3 .event-content { margin-top: 30px; } .s123-page-data-articles.layout-3 .event-image { position: relative; height: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 -15px 0 -15px; } .s123-page-data-articles.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-page-data-articles.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-page-data-articles.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs .bottommargin { margin-bottom: 20px; } .s123-module-blogs .blog-image>a { opacity: 1; } .s123-module-blogs .blog-image, .s123-module-blogs .blog-image img, .s123-module-blogs.blog-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } @media (max-width:768px) { .s123-module-blogs .blog-image, .s123-module-blogs .blog-image img, .s123-module-blogs.blog-image>a { margin: 0 auto; } } .s123-module-blogs .blog-title h3 { margin: 15px 0; font-size: 16px; font-weight: 600; } .s123-module-blogs .blog-content { margin-top: 0px; position: relative; } .s123-module-blogs .blog-content p { margin-bottom: 0px; } .s123-module-blogs .blog-content .more-link { display: inline-block; padding: 0 2px; font-style: italic; } .s123-page-data-blogs.layout-3 .post-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-blogs.s123-module-blogs-comments { background-color: transparent; background-image: none; height: auto; margin-top: 15px; margin-bottom: 15px; } .s123-module-blogs.s123-module-blogs-comments .commentBox { border: 0; padding: 0; margin-bottom: 15px; } .s123-module-blogs.s123-module-blogs-comments .commentBox .title { margin: 0; } .s123-module-blogs.s123-module-blogs-comments .commentBox .time {} .s123-module-blogs.s123-module-blogs-comments .commentBox p { white-space: pre-wrap; word-wrap: break-word; } .blogCommentsForm { margin-top: 15px; margin-bottom: 15px; } .s123-module-blogs.layout-3 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-blogs.layout-3 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-blogs.layout-3 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-blogs.layout-3 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-blogs.layout-3 .event-image img { border-radius: 0; } .s123-module-blogs.layout-3 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-blogs.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-blogs.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-module-blogs.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs.layout-3 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-blogs.layout-3 .event-title h3 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-blogs.layout-3 .event-title h3 a {} .s123-module-blogs.layout-3 .event-title h3 a:hover {} .s123-module-blogs.layout-3 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-blogs.layout-3 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li { float: right; } .s123-module-blogs.layout-3 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-blogs.layout-3 .event-meta li .label { font-size: 100%; } .s123-module-blogs.layout-3 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-blogs.layout-3 .event-meta li a {} .s123-module-blogs.layout-3 .event-meta li a:hover {} .s123-module-blogs.layout-3 .event-meta li:first-child:before { display: none; } .s123-module-blogs.layout-3 .event-content { margin-top: 30px; } .s123-page-data-blogs.layout-3 .event-image { position: relative; height: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 -15px 0 -15px; } .s123-page-data-blogs.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-page-data-blogs.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-page-data-blogs.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs.layout-4 .blog-m { margin: 0 0 30px; position: relative; } .s123-module-blogs.layout-4 .blog-m-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 350px; position: relative; width: 100%; } .s123-module-blogs.layout-4 .blog-m-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-4 .blog-m-title h3 { font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-4 .blog-m-meta { list-style: none; margin: 20px -10px -15px 0; padding: 0; } .s123-module-blogs.layout-4 .blog-m-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-4 .blog-m-meta li i { margin-right: 3px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-4 .blog-m-content { margin-top: 30px; } .s123-module-blogs.layout-4 .blog-m-bt { float: none; text-align: center; } @media ( min-width:768px) { .s123-module-blogs.layout-4 .blog-m-bt { float: right; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-bt { float: left; } } .s123-module-blogs.layout-5 .blog-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-5 .blog-container { clear: none; } .s123-module-blogs.layout-5 .blog-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-5 .blog-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-5 .blog-container:nth-child(4n+1) { clear: both; } } .s123-module-blogs.layout-5 .blog-image { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-5 .blog-image>div { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-5 .blog-title h3 { margin: 0; margin-bottom: 15px; font-size: 19px; } .s123-module-blogs.layout-5 .blog-text-content { margin-top: 0px; margin-bottom: 30px; position: relative; text-align: justify; } html[dir=rtl] .s123-module-blogs.layout-5 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-6 .all-items .blog-m-container:nth-child(2n+1) { clear: both; } .s123-module-blogs.layout-6 .limit-items .blog-m-container:not(.leading-blog) { float: right; clear: right; } html[dir=rtl] .s123-module-blogs.layout-6 .limit-items .blog-m-container:not(.leading-blog) { float: left; clear: left; } .s123-module-blogs.layout-6 .leading-blog .blog-m-image, .s123-module-blogs.layout-6 .leading-blog .blog-m-image img, .s123-module-blogs.layout-6 .leading-blog .blog-m-image>a { width: 100%; height: auto; margin: 0 auto; margin-bottom: 15px; display: block; position: relative; } .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image, .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image img, .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image>a { width: 110px; height: auto; margin-right: 20px; display: block; position: relative; float: left; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image, html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image img, html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image>a { float: right; margin-right: 0; margin-left: 20px; } .s123-module-blogs.layout-6 .blog-m-details { position: relative; overflow: hidden; margin-bottom: 40px; } .s123-module-blogs.layout-6 .blog-m-details p { margin-bottom: 15px; } .s123-module-blogs.layout-6 .blog-m-title h3 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: bold; } .s123-module-blogs.layout-6 .blog-m-meta { padding: 0; margin: 15px -10px -15px 0; list-style: none; margin-bottom: 15px; } .s123-module-blogs.layout-6 .blog-m-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li { float: right; } .s123-module-blogs.layout-6 .blog-m-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-blogs.layout-6 .blog-m-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-blogs.layout-6 .blog-m-meta li:first-child:before { display: none; } .s123-module-blogs.layout-6 .more-link { display: inline-block; padding: 0 2px; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-6 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-7 .blog-module { margin: 0 0 30px; position: relative; border: 1px solid #ddd; border-radius: 3px; } .s123-module-blogs.layout-7 .blog-m-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-7 .blog-m-container { clear: none; } .s123-module-blogs.layout-7 .blog-m-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-7 .blog-m-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-7 .blog-m-container:nth-child(3n+1) { clear: both; } } .s123-module-blogs.layout-7 .blog-module-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } .s123-module-blogs.layout-7 .blog-module-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-7 .blog-module-title h3 { padding-bottom: 20px; font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-7 .blog-module-meta { list-style: none; padding: 0; margin-bottom: -5px; } .s123-module-blogs.layout-7 .blog-module-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-7 .blog-module-meta li i { margin-right: 3px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-7 .blog-module-content { padding-bottom: 20px; } .s123-module-blogs.layout-7 .blog-module-bt { float: right; text-align: center; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-bt { float: left; } html[dir=rtl] .s123-module-blogs.layout-7 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-8 .blog-m-lead-container { margin-bottom: 30px; } .s123-module-blogs.layout-8 .blog-m-lead-image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } @media ( min-width:768px) { .s123-module-blogs.layout-8 .blog-m-lead-image { height: 400px; } } .s123-module-blogs.layout-8 .blog-m-lead-title h3 { font-size: 19px; font-weight: bold; max-height: 3em; overflow: hidden; } .s123-module-blogs.layout-8 .blog-m-lead-box { width: 100%; padding: 1px 20px 10px; border-bottom: 4px solid #e2e2e2; } .s123-module-blogs.layout-8 .blog-m-container { clear: both; } .s123-module-blogs.layout-8 .blog-m-text { height: 550px; margin-bottom: 30px; } @media ( min-width:768px) { .s123-module-blogs.layout-8 .blog-m-container { clear: none; } .s123-module-blogs.layout-8 .blog-m-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-8 .blog-m-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-8 .blog-m-container:nth-child(3n+1) { clear: both; } } .s123-module-blogs.layout-8 .blog-m-text { border-bottom: 4px solid #e2e2e2; } .s123-module-blogs.layout-8 .blog-m-image { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-8 .blog-m-image>div { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-8 .blog-m-title h3 { margin: 0; margin-bottom: 15px; padding: 0 10px; font-size: 19px; font-weight: bold; max-height: 20px; overflow: hidden; } .s123-module-blogs.layout-8 .blog-m-p { margin-top: 0px; margin-bottom: 30px; padding: 0 10px; position: relative; text-align: justify; } .s123-module-blogs.layout-8 .blog-m-p p { max-height: 300px; overflow: hidden; } html[dir=rtl] .s123-module-blogs.layout-8 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-9 .news-blog { width: 90%; float: none; margin: 0 auto; border: 1px solid #e5e5e5; margin-bottom: 20px; overflow: hidden; display: block; text-align: center; } @media (min-width:992px) { .s123-module-blogs.layout-9 .news-blog { width: 50%; } } .s123-module-blogs.layout-9 .blog-m-meta { margin: 10px !important; margin-bottom: 5px !important; display: inline-block; list-style: none; } .s123-module-blogs.layout-9 .news-blog-module { margin: 0 0 30px; position: relative; border: 1px solid #ddd; border-radius: 3px; } .s123-module-blogs.layout-9 .blog-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-9 .blog-container { clear: none; } .s123-module-blogs.layout-9 .blog-container:nth-child(odd) { clear: both; } } .s123-module-blogs.layout-9 .news-blog-module-frame { border: 1px solid #e5e5e5; padding: 6px; margin-bottom: 15px; } .s123-module-blogs.layout-9 .news-blog-module-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } .s123-module-blogs.layout-9 .news-blog-module-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-9 .news-blog-module-title h2 { padding-bottom: 20px; font-size: 20px; font-weight: 600; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-9 .news-blog-module-meta { list-style: none; padding: 0; margin-bottom: -5px; } .s123-module-blogs.layout-9 .news-blog-module-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-9 .news-blog-module-meta li i { margin-right: 3px; margin-bottom: 15px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-9 .news-blog-module-content a { float: right; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-content a { float: left; } html[dir=rtl] .s123-module-blogs.layout-9 .fa-angle-right:before { content: "\f104"; } .s123-module-team .team-member { max-width: 500px; margin: 0 auto 20px auto; overflow: hidden; border-top: 0; border: 1px solid #f5f5f5; border-radius: 4px; } .s123-module-team .team-image { height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } @media(min-width:768px) { .s123-module-team .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-team .team-details { padding: 20px; } .s123-module-team .team-member .member-name { marg in-top: 20px; position: relative; } .s123-module-team .team-member .member-name:before { content: ""; width: 100%; height: 2px; background-color: #ecf0f1; display: block; position: absolute; bottom: -10px; left: 0; } .s123-module-team .team-member .position { padding: 0; font-family: 'Montserrat', sans-serif; display: block; } .s123-module-team .team-member .social-links { padding-top: 10px; } .s123-module-team .team-member .social-links>li a { border-color: #ecf0f1; border-radius: 3px; } .s123-module-team .social { padding: 0; margin: 0; list-style: none; position: relative; z-index: 100; } .s123-module-team .social li { display: inline; margin: 0 3px; } .s123-module-team.layout-2 .team-image { border-radius: 100%; } .s123-module-team .team-member { border: 0; } #teamPopupFloatDivPhone .page { margin-top: 15px; padding-top: 0; } #teamPopupFloatDivPhone .team_phone_icons a { font-size: 25px; text-decoration: none; } .team_phone_icons a { color: white; } @media only screen and (min-width :480px) { #teamPopupFloatDivPhone .team_address_icons a, #teamPopupFloatDivPhone .team_phone_icons a { font-size: 65px; } } .s123-module-team.layout-3 .team-image-container { padding-left: 0px; padding-right: 0px; } .s123-module-team.layout-3 .team-image-container.team-height { height: 400px; } @media ( min-width:768px) { .s123-module-team.layout-3 .team-height { height: 400px; } } @media ( min-width:992px) { .s123-module-team.layout-3 .team-height { height: 600px !important; } } .s123-module-team.layout-3 .team-info-container { text-align: center; } .s123-module-team.layout-3 .team-info-container { padding-left: 15px; padding-right: 15px; } @media ( min-width:768px) { .s123-module-team.layout-3 .team-info-container { padding-left: 25px; padding-right: 25px; } } .s123-module-team.layout-3 .profile-content { max-width: 400px; max-height: 9em; margin: 20px auto; overflow: hidden; } .s123-module-team.layout-3 .hr-design { border-width: 2px; max-width: 40px; } .s123-module-team.layout-3 .employee-title { opacity: 0.7; } .s123-module-team.layout-3 .social-icons { margin-bottom: 20px; } .s123-module-team.layout-3 .transform-centering { -webkit-flex-direction: column; -webkit-justify-content: center; display: -webkit-flex; display: flex; flex-direction: column; height: 100%; justify-content: center; } .s123-module-team.layout-3 .team-bg-image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 100%; } .s123-module-team.layout-4 .team-image-container { padding-right: 0px; padding-left: 0px; } .s123-module-team.layout-4 .team-info-container { padding-right: 0px; padding-left: 0px; } .s123-module-team.layout-4 .team-image-container.team-height { height: 400px; } @media ( min-width:768px) { .s123-module-team.layout-4 .team-height { height: 400px; } } .s123-module-team.layout-4 .team-bg-image { height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; } .s123-module-team.layout-4 .team-info { padding: 20px; } .s123-module-team.layout-4 .transform-centering { height: 100%; margin: 0 auto; -webkit-flex-direction: column; -webkit-justify-content: center; display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; } @media ( min-width:768px) { .s123-module-team.layout-4 .transform-centering { max-width: 800px; } } @media ( min-width:768px) { .s123-module-team.layout-4 .team-profile-attributes { width: 270px; margin: -10px 40px 0 0; float: left; } html[dir=rtl] .s123-module-team.layout-4 .team-profile-attributes { margin: -10px 0 0 40px; float: right; } } .s123-module-team.layout-4 .team-profile-attributes h3 { padding-top: 15px; margin-bottom: 12px; border-top: 3px solid #5d5d5d; line-height: 30px; } .s123-module-team.layout-4 .text-opacity { opacity: 0.7; } .s123-module-team.layout-4 .social-icons { margin-bottom: 20px; } .s123-module-team.layout-4 .team-text-content { max-height: 13.5em; margin-top: 10px; overflow: hidden; } .s123-module-team.layout-5 .team-m-image { position: relative; height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } @media(min-width:768px) { .s123-module-team.layout-5 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-team.layout-5 .team-m-details { padding: 10px; } .s123-module-team.layout-5 .team-m-member .member-name { margin-top: 20px; position: relative; } .s123-module-team.layout-5 .team-m-member .position { padding: 0; font-family: 'Montserrat', sans-serif; padding: 2px 8px; color: #747d84; display: inline-block; } .s123-module-team.layout-5 .team-m-member .social { position: absolute; bottom: 12px; right: 0; padding: 7px; margin: 0; list-style: none; } html[dir=rtl] .s123-module-team.layout-5 .team-m-member .social { right: auto; left: 0; } .s123-module-team.layout-5 .team-m-member .social li { display: inline; margin: 0 3px; } .s123-module-team.layout-5 .team-m-member i { padding-right: 3px; padding-left: 3px; } .s123-module-testimonials .carousel.slide { padding: 0 0 30px 0; margin-top: 30px; } .s123-module-testimonials .carousel-control { background: none !important; color: inherit; font-size: 2.3em; text-shadow: none; margin-top: 30px; } .s123-module-testimonials .carousel-indicators { bottom: 0; } .s123-module-testimonials .carousel-indicators li { background: #c0c0c0; } .s123-module-testimonials .carousel-indicators .active { background: #333333; } .s123-module-testimonials img { max-width: 100%; max-height: 160px; margin-bottom: 20px; } .s123-module-testimonials .item blockquote { border-left: none; margin: 0; } .s123-module-testimonials .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; } .s123-module-testimonials .item blockquote p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-testimonials .item blockquote small { color: inherit; } html[dir=rtl] .s123-module-testimonials .item blockquote { border-right: none; } html[dir=rtl] .s123-module-testimonials .item blockquote p:before { content: '\f10e'; float: right; margin-right: 0; margin-left: 10px; } @media (min-width:768px) { .s123-module-testimonials .carousel.slide { padding: 0 100px 30px 100px; margin: 0; } .s123-module-testimonials img { margin-bottom: 0; } } @media (max-width:768px) { .s123-module-testimonials .carousel-indicators { bottom: -20px !important; } .s123-module-testimonials .carousel-indicators li { display: inline-block; margin: 0 5px; width: 15px; height: 15px; } .s123-module-testimonials .carousel-indicators li.active { margin: 0 5px; width: 20px; height: 20px; } } .s123-module-testimonials.layout-4 .testimonials-text-container { margin-bottom: 40px; clear: both; } @media ( min-width:768px) { .s123-module-testimonials.layout-4 .testimonials-text-container { clear: none; } .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(odd) { clear: none; } .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(3n+1) { clear: both; } } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote { border-left: none; border-right: none; margin: 0; padding: 0; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p:before { content: '\f10d'; font-family: 'Fontawesome'; float: left; margin-right: 10px; } html[dir=rtl] .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p:before { content: '\f10e'; float: right; margin-right: 0; margin-left: 10px; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p { margin-bottom: 10px; white-space: pre-wrap; word-wrap: break-word; } .s123-module-testimonials.layout-4 .testimonials-img img { max-width: 100%; max-height: 130px; margin-bottom: 10px; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote small:before { content: none; } .s123-module-testimonials.layout-4 .testimonials-text-container .testimonials-role { font-style: italic; display: block; } .s123-module-testimonials.layout-4 .testimonials-text-container .testimonials-name { font-size: 15px; } .s123-page-data-songs p { white-space: pre-wrap; word-wrap: break-word; } .home_page .s123-module.s123-promo-module-v2 h1, .home_page .s123-module.s123-promo-module-v2 h2, .home_page .s123-module.s123-promo-module-v2 h3, .home_page .s123-module.s123-promo-module-v2 h4, .home_page .s123-module.s123-promo-module-v2 h5, .home_page .s123-module.s123-promo-module-v2 h6 { margin-top: 0; margin-bottom: 10px; line-height: 1.5; overflow-wrap: break-word; } .home_page .s123-module.s123-promo-module-v2 { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; padding: 0; min-height: 20vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.small-site123, .home_page .s123-promo-module-v2 .container.small-site123, .home_page .s123-promo-module-v2 .container-fluid.small-site123 { min-height: 20vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.medium-site123, .home_page .s123-promo-module-v2 .container.medium-site123, .home_page .s123-promo-module-v2 .container-fluid.medium-site123 { min-height: 40vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.big-site123, .home_page .s123-promo-module-v2 .container.big-site123, .home_page .s123-promo-module-v2 .container-fluid.big-site123 { min-height: 60vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.large-site123, .home_page .s123-promo-module-v2 .container.large-site123, .home_page .s123-promo-module-v2 .container-fluid.large-site123 { min-height: 80vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.full-site123, .home_page .s123-promo-module-v2 .container.full-site123, .home_page .s123-promo-module-v2 .container-fluid.full-site123 { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-promo-module-v2.small-site123 { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.medium-site123 { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.big-site123 { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.large-site123 { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.full-site123 { min-height: calc(100vh - 50px); height: auto; } } .s123-promo-module-v2 .container { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; z-index: 2; padding-top: 70px; padding-bottom: 70px; } .s123-promo-module-v2 .promoText1 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .promoText2 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .promoText3 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .weight400 { font-weight: 400; } .s123-promo-module-v2 .weight700 { font-weight: 700; } .s123-promo-module-v2 .btn { margin: 10px 0; } .s123-promo-module-v2 .redirect-buttons-container .btn { margin: 10px 20px; margin-left: 0; } html[dir="rtl"] .s123-promo-module-v2 .redirect-buttons-container .btn { margin-left: auto; margin-right: 0; } .s123-promo-module-v2 .redirect-buttons-container .btn-primary-transparent { color: inherit; } .promo-image-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .s123-promo-module-v2 .promo-image-bg .carousel, .s123-promo-module-v2 .promo-image-bg .carousel-inner { width: 100%; height: 100%; } .s123-promo-module-v2 .promo-image-bg .carousel-inner .item { width: 100%; height: 100%; background-size: cover; background-position: center center; } .s123-promo-module-v2 .promo-video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; } .s123-promo-module-v2 .promo-video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .s123-promo-module-v2 .MailingTool { margin: 15px 0; } .s123-promo-module-v2 .mailingListBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-promo-module-v2 .mailingListBox .btn { margin: 0; } .s123-promo-module-v2 .mailingListBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-promo-module-v2 .mailingListBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-promo-module-v2 .mailingListBox { width: 100%; text-align: center; margin: 0 auto; } } .s123-promo-module-v2 .social-icons { margin: 15px 0; } .s123-promo-module-v2 .SearchTool { margin: 15px 0; } .s123-promo-module-v2 .searchBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-promo-module-v2 .searchBox .btn { margin: 0; } .s123-promo-module-v2 .searchBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-promo-module-v2 .searchBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-promo-module-v2 .searchBox { width: 100%; text-align: center; margin: 0 auto; } .s123-promo-module-v2 .searchBox input.form-control { width: 100% !important; } } .home_page .s123-promo-module-v2.twoSideCallAction .flex { display: flex; flex-direction: row; } .home_page .s123-promo-module-v2.twoSideCallAction.fullWidth .container-fluid { width: 100%; height: auto; padding: 0; margin: 0; } .home_page .s123-promo-module-v2.twoSideCallAction.twoSideDiffBack .promoContentOrder { padding: 15px; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding: 25px; padding-left: 0; display: flex; justify-content: center; flex-direction: column; float: none; } html[dir="rtl"] .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding-left: 25px; padding-right: 0; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .end { padding: 25px; padding-right: 0; display: flex; justify-content: flex-end; } html[dir="rtl"] .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding-right: 25px; padding-left: 0; } .promo-width-10 { width: 10%; } .promo-width-20 { width: 20%; } .promo-width-30 { width: 30%; } .promo-width-40 { width: 40%; } .promo-width-50 { width: 50%; } .promo-width-60 { width: 60%; } .promo-width-70 { width: 70%; } .promo-width-80 { width: 80%; } .promo-width-90 { width: 90%; } .promo-width-100 { width: 100%; } .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex { flex-direction: row-reverse; } .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex .start {} .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex .end { justify-content: flex-start; padding-right: 25px; padding-left: 0; } @media(max-width:767px) { .home_page .s123-promo-module-v2.twoSideCallAction .flex { flex-direction: column !important; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .end { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; justify-content: flex-start; padding: 0; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.small-site123 .start { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.medium-site123 .start { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.big-site123 .start { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.large-site123 .start { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.full-site123 .start { min-height: calc(100vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.small-site123 .end { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.medium-site123 .end { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.big-site123 .end { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.large-site123 .end { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.full-site123 .end { min-height: calc(100vh - 50px); height: auto; } } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .promoVideoInline { position: relative; width: 100%; display: flex; align-content: center; justify-content: center; max-width: 560px; max-height: 315px; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .s123-video-handler { display: flex; align-content: center; justify-content: center; align-items: center; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .s123-video-handler img { max-width: 100%; max-height: 315px; } @media(max-width:767px) {} .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .promoVideoPopup { display: flex; align-items: center; align-content: center; justify-content: center; } .home_page .s123-module.s123-promo-module-v2 .promoVideoPopup a { transition: all 0.3s ease !important; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; margin: 0; } .home_page .s123-module.s123-promo-module-v2 .promoVideoPopup a:hover { transform: scale(0.95); -webkit-transform: scale(0.95); } .home_page .s123-promo-module-v2.basic { padding: 25px 0; } .home_page .s123-promo-module-v2.basic .flex { display: flex; flex-direction: column; align-items: center; text-align: center; } .home_page .s123-module.s123-promo-module-v2.basic .promoForm { width: 100%; max-width: 300px; margin-top: 25px; } .home_page .s123-module.s123-promo-module-v2.style-30 .flex { align-items: flex-start; text-align: inherit; } .home_page .s123-module.s123-promo-module-v2.style-31 .flex { align-items: flex-start; text-align: inherit; } .home_page .s123-promo-module-v2.style-32.twoSideCallAction .flex .end { padding: 0; } .home_page .s123-promo-module-v2.style-32.twoSideCallAction .flex .end form { width: 100%; max-width: 300px; } .home_page .s123-module.s123-module-promo { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; padding: 0; min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.small, .s123-module-promo .container.small { min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.medium, .s123-module-promo .container.medium { min-height: 40vh; height: auto; } .home_page .s123-module.s123-module-promo.big, .s123-module-promo .container.big { min-height: 60vh; height: auto; } .home_page .s123-module.s123-module-promo.large, .s123-module-promo .container.large { min-height: 80vh; height: auto; } .home_page .s123-module.s123-module-promo.full, .s123-module-promo .container.full { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-promo.small { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.medium { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.big { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.large { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.full { min-height: calc(100vh - 50px); height: auto; } } .s123-module-promo .container { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; z-index: 2; padding-top: 70px; padding-bottom: 70px; } .s123-module-promo h3 { font-size: 35px; white-space: pre-wrap; word-wrap: break-word; line-height: 1.5; } .s123-module-promo h6 { font-size: 15px; white-space: pre-wrap; word-wrap: break-word; line-height: 1.5; } .s123-module-promo .btn { margin: 10px 0; } .s123-module-promo .redirect-buttons-container .btn { margin: 10px; } .promo-image-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .s123-module-promo .promo-image-bg .carousel, .s123-module-promo .promo-image-bg .carousel-inner { width: 100%; height: 100%; } .s123-module-promo .promo-image-bg .carousel-inner .item { width: 100%; height: 100%; background-size: cover; background-position: center center; } .s123-module-promo .promo-video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; } .s123-module-promo .promo-video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .s123-module-promo .mailingListBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-module-promo .mailingListBox .btn { margin: 0; } .s123-module-promo .mailingListBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-module-promo .mailingListBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-module-promo .mailingListBox { width: 350px; max-width: 90%; text-align: center; margin: 0 auto; } } .s123-module-promo .searchBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-module-promo .searchBox .btn { margin: 0; } .s123-module-promo .searchBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-module-promo .searchBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-module-promo .searchBox { width: 350px; max-width: 90%; text-align: center; margin: 0 auto; } } .home_page .s123-module.s123-module-promo.style-3>div { height: auto; width: 100%; } .home_page .s123-module.s123-module-promo.style-3 .row { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .home_page .s123-module.s123-module-promo.style-3 .row>div { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; } .home_page .s123-module.s123-module-promo.style-3.small .row>div { min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.medium .row>div { min-height: 40vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.big .row>div { min-height: 60vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.large .row>div { min-height: 80vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.full .row>div { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-promo.style-3 .row { height: 100%; display: block; } .home_page .s123-module.s123-module-promo { height: auto !important; } .home_page .s123-module.s123-module-promo.style-3.small .row>div { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.medium .row>div { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.big .row>div { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.large .row>div { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.full .row>div { min-height: calc(100vh - 50px); height: auto; } } .home_page .s123-module.s123-module-ads { padding: 50px 0; } .home_page .s123-module.s123-module-ads.small, .s123-module-ads .container.small { min-height: 10vh; height: auto; } .home_page .s123-module.s123-module-ads.medium, .s123-module-ads .container.medium { min-height: 20vh; height: auto; } @media(max-width:767px) {} .s123-module-timeline .cd-container { width: 90%; max-width: 1170px; margin: 0 auto; } .s123-module-timeline .cd-container::after { content: ''; display: table; clear: both; } .s123-module-timeline .cd-timeline { position: relative; padding: 2em 0; margin-top: 2em; margin-bottom: 2em; } .s123-module-timeline .cd-timeline::before { content: ''; position: absolute; top: 0; left: 18px; height: 100%; width: 4px; background: #d7e4ed; } html[dir=rtl] .s123-module-timeline .cd-timeline::before { left: auto; right: 18px; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline { margin-top: 3em; margin-bottom: 3em; } .s123-module-timeline .cd-timeline::before { left: 50%; margin-left: -2px; } html[dir=rtl] .s123-module-timeline .cd-timeline::before { left: auto; right: 50%; margin-left: 0; margin-right: -2px; } } .s123-module-timeline .cd-timeline-block { position: relative; margin: 2em 0; } .s123-module-timeline .cd-timeline-block:after { content: ""; display: table; clear: both; } .s123-module-timeline .cd-timeline-block:first-child { margin-top: 0; } .s123-module-timeline .cd-timeline-block:last-child { margin-bottom: 0; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-block { margin: 4em 0; } .s123-module-timeline .cd-timeline-block:first-child { margin-top: 0; } .s123-module-timeline .cd-timeline-block:last-child { margin-bottom: 0; } } .s123-module-timeline .cd-timeline-img { position: absolute; top: 0; left: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; border-radius: 50%; box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); } html[dir=rtl] .s123-module-timeline .cd-timeline-img { left: auto; right: 0; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-img { width: 60px; height: 60px; line-height: 60px; left: 50%; margin-left: -30px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; } html[dir=rtl] .s123-module-timeline .cd-timeline-img { left: auto; right: 50%; margin-left: 0; margin-right: -30px; } html.cssanimations .s123-module-timeline .cd-timeline-img.is-hidden { visibility: hidden; } html.cssanimations .s123-module-timeline .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s; } } @-webkit-keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes cd-bounce-1 { 0% { opacity: 0; -moz-transform: scale(0.5); } 60% { opacity: 1; -moz-transform: scale(1.2); } 100% { -moz-transform: scale(1); } } @keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .s123-module-timeline .cd-timeline-content { position: relative; margin-left: 60px; border-radius: 0.25em; padding: 1em; box-shadow: 0 3px 0 #d7e4ed; } html[dir=rtl] .s123-module-timeline .cd-timeline-content { margin-left: 0; margin-right: 60px; } .s123-module-timeline .cd-timeline-content:after { content: ""; display: table; clear: both; } .s123-module-timeline .cd-timeline-content h2 { font-size: 16px; } .s123-module-timeline .cd-timeline-content p, .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { font-size: 13px; } .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { display: inline-block; } .s123-module-timeline .cd-timeline-content p { margin: 1em 0; line-height: 1.6; } .s123-module-timeline .cd-timeline-content .cd-read-more { float: right; padding: .8em 1em; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-read-more { float: left; } .s123-module-timeline .cd-timeline-content .cd-date { float: left; padding: .8em 0; opacity: .7; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-date { float: right; } .s123-module-timeline .cd-timeline-content::before { content: ''; position: absolute; top: 16px; right: 100%; height: 0; width: 0; border: 7px solid transparent; border-right: 7px solid white; } html[dir=rtl] .s123-module-timeline .cd-timeline-content::before { right: auto; left: 100%; border: 7px solid transparent; border-left: 7px solid white; } @media only screen and (min-width:768px) { .s123-module-timeline .cd-timeline-content h2 { font-size: 20px; } .s123-module-timeline .cd-timeline-content p { font-size: 16px; } .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { font-size: 14px; } } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-content { margin-left: 0; padding: 1.6em; width: 45%; } html[dir=rtl] .s123-module-timeline .cd-timeline-content { margin-right: 0; } .s123-module-timeline .cd-timeline-content::before { top: 24px; left: 100%; border-color: transparent; border-left-color: white; } html[dir=rtl] .s123-module-timeline .cd-timeline-content::before { left: auto; right: 100%; border-left-color: transparent; border-right-color: white; } .s123-module-timeline .cd-timeline-content .cd-read-more { float: left; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-read-more { float: right; } .s123-module-timeline .cd-timeline-content .cd-date { position: absolute; width: 100%; left: 122%; top: 6px; font-size: 16px; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-date { left: auto; right: 122%; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content { float: left; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before { top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: white; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before { left: 100%; right: auto; border-right-color: transparent; border-left-color: white; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more { float: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more { float: left; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: auto; right: 122%; text-align: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: 122%; right: auto; text-align: left; } html.cssanimations .s123-module-timeline .cd-timeline-content.is-hidden { visibility: hidden; } html.cssanimations .s123-module-timeline .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; } html[dir=rtl].cssanimations .s123-module-timeline .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; } html.cssanimations .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; } html[dir=rtl].cssanimations .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; } } @-webkit-keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2 { 0% { opacity: 0; -moz-transform: translateX(-100px); } 60% { opacity: 1; -moz-transform: translateX(20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -moz-transform: translateX(100px); } 60% { opacity: 1; -moz-transform: translateX(-20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } .one-video-container { width: 100%; max-width: 650px; margin: 0 auto; padding: 6px; border-radius: 6px; background: #fff; box-shadow: 0 3px 20px rgba(77, 63, 122, 0.4); } .one-video-container.one-video-small { max-width: 650px; } .one-video-container.one-video-medium { max-width: 850px; } .one-video-container.one-video-large { max-width: 100%; } .one-video-fluid-width { position: relative; } .one-video-fluid-width img { width: 100%; height: auto; } .one-video-container object, .one-video-container embed, .one-video-container video { position: relative; width: 100%; height: auto; } .flip-clock-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } .flip-clock-wrapper a { cursor: pointer; text-decoration: none; color: #ccc; } .flip-clock-wrapper a:hover { color: #fff; } .flip-clock-wrapper ul { list-style: none; } .flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after { content: " "; display: table; } .flip-clock-wrapper.clearfix:after { clear: both; } .flip-clock-wrapper.clearfix { *zoom: 1; } .flip-clock-wrapper { font: normal 11px "Helvetica Neue", Helvetica, sans-serif; -webkit-user-select: none; } .flip-clock-meridium { background: none !important; box-shadow: 0 0 0 !important; font-size: 36px !important; } .flip-clock-meridium a { color: #313333; } .flip-clock-wrapper { text-align: center; position: relative; width: 100%; margin: 1em; } .flip-clock-wrapper:before, .flip-clock-wrapper:after { content: " "; display: table; } .flip-clock-wrapper:after { clear: both; } .flip-clock-wrapper ul { position: relative; float: left; margin: 5px; width: 60px; height: 90px; font-size: 80px; font-weight: bold; line-height: 87px; border-radius: 6px; background: #000; } .flip-clock-wrapper ul li { z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 87px; text-decoration: none !important; } .flip-clock-wrapper ul li:first-child { z-index: 2; } .flip-clock-wrapper ul li a { display: block; height: 100%; -webkit-perspective: 200px; -moz-perspective: 200px; perspective: 200px; margin: 0 !important; overflow: visible !important; cursor: default !important; } .flip-clock-wrapper ul li a div { z-index: 1; position: absolute; left: 0; width: 100%; height: 50%; font-size: 80px; overflow: hidden; outline: 1px solid transparent; } .flip-clock-wrapper ul li a div .shadow { position: absolute; width: 100%; height: 100%; z-index: 2; } .flip-clock-wrapper ul li a div.up { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; top: 0; } .flip-clock-wrapper ul li a div.up:after { content: ""; position: absolute; top: 44px; left: 0; z-index: 5; width: 100%; height: 3px; background-color: #000; background-color: rgba(0, 0, 0, 0.4); } .flip-clock-wrapper ul li a div.down { -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-transform-origin: 50% 0; transform-origin: 50% 0; bottom: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .flip-clock-wrapper ul li a div div.inn { position: absolute; left: 0; z-index: 1; width: 100%; height: 200%; color: #ccc; text-shadow: 0 1px 2px #000; text-align: center; background-color: #333; border-radius: 6px; font-size: 70px; } .flip-clock-wrapper ul li a div.up div.inn { top: 0; } .flip-clock-wrapper ul li a div.down div.inn { bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before { z-index: 3; } .flip-clock-wrapper .flip { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); } .flip-clock-wrapper ul.play li.flip-clock-active { -webkit-animation: asd 0.5s 0.5s linear both; -moz-animation: asd 0.5s 0.5s linear both; animation: asd 0.5s 0.5s linear both; z-index: 5; } .flip-clock-divider { float: left; display: inline-block; position: relative; width: 20px; height: 100px; } .flip-clock-divider:first-child { width: 0; } .flip-clock-dot { display: block; background: #323434; width: 10px; height: 10px; position: absolute; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); left: 5px; } .flip-clock-divider .flip-clock-label { position: absolute; top: -1.5em; right: -86px; color: black; text-shadow: none; } .flip-clock-divider.minutes .flip-clock-label { right: -88px; } .flip-clock-divider.seconds .flip-clock-label { right: -91px; } .flip-clock-dot.top { top: 30px; } .flip-clock-dot.bottom { bottom: 30px; } @-webkit-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @-moz-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @-o-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } .flip-clock-wrapper ul.play li.flip-clock-active .down { z-index: 2; -webkit-animation: turn 0.5s 0.5s linear both; -moz-animation: turn 0.5s 0.5s linear both; animation: turn 0.5s 0.5s linear both; } @-webkit-keyframes turn { 0% { -webkit-transform: rotateX(90deg); } 100% { -webkit-transform: rotateX(0deg); } } @-moz-keyframes turn { 0% { -moz-transform: rotateX(90deg); } 100% { -moz-transform: rotateX(0deg); } } @-o-keyframes turn { 0% { -o-transform: rotateX(90deg); } 100% { -o-transform: rotateX(0deg); } } @keyframes turn { 0% { transform: rotateX(90deg); } 100% { transform: rotateX(0deg); } } .flip-clock-wrapper ul.play li.flip-clock-before .up { z-index: 2; -webkit-animation: turn2 0.5s linear both; -moz-animation: turn2 0.5s linear both; animation: turn2 0.5s linear both; } @-webkit-keyframes turn2 { 0% { -webkit-transform: rotateX(0deg); } 100% { -webkit-transform: rotateX(-90deg); } } @-moz-keyframes turn2 { 0% { -moz-transform: rotateX(0deg); } 100% { -moz-transform: rotateX(-90deg); } } @-o-keyframes turn2 { 0% { -o-transform: rotateX(0deg); } 100% { -o-transform: rotateX(-90deg); } } @keyframes turn2 { 0% { transform: rotateX(0deg); } 100% { transform: rotateX(-90deg); } } .flip-clock-wrapper ul li.flip-clock-active { z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black)); background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%; background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%; -webkit-animation: show 0.5s linear both; -moz-animation: show 0.5s linear both; animation: show 0.5s linear both; } .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black)); background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%; background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%; -webkit-animation: hide 0.5s 0.3s linear both; -moz-animation: hide 0.5s 0.3s linear both; animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow { background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1))); background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%; background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%; -webkit-animation: show 0.5s linear both; -moz-animation: show 0.5s linear both; animation: show 0.5s linear both; } .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow { background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1))); background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%; background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%; -webkit-animation: hide 0.5s 0.3s linear both; -moz-animation: hide 0.5s 0.3s linear both; animation: hide 0.5s 0.2s linear both; } @-webkit-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } .s123-module-countdown .s123-module-countdown-container { display: inline-block; } .s123-module-countdown .clock { margin: 2em; } .s123-module-countdown .message { visibility: hidden; } .s123-module-countdown .flip-clock-wrapper { font: inherit; } .s123-module-countdown .flip-clock-divider .flip-clock-label { color: inherit; } @media screen and (max-width:767px) { .s123-module-countdown .flip-clock-wrapper { margin: 0 auto !important; display: block !important; width: 480px !important; } .s123-module-countdown .flip-clock-divider { height: 50px !important; } .s123-module-countdown .flip-clock-wrapper ul li a div { line-height: 56px; } .s123-module-countdown .flip-clock-wrapper ul li a div div.inn { font-size: 30px !important; } .s123-module-countdown .flip-clock-wrapper .flip { width: 37px !important; height: 50px !important; line-height: 50px !important; } } @media screen and (max-width:500px) { .s123-module-countdown .flip-clock-wrapper { margin: 0 auto !important; display: block !important; width: 400px !important; } .s123-module-countdown .flip-clock-divider { height: auto; } .s123-module-countdown .flip-clock-wrapper ul li a div { line-height: 46px; } .s123-module-countdown .flip-clock-wrapper ul li a div div.inn { font-size: 25px !important; } .s123-module-countdown .flip-clock-wrapper .flip { width: 30px !important; height: 40px !important; line-height: 40px !important; } } #colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxWrapper { max-width: none; } #cboxOverlay { position: fixed; width: 100%; height: 100%; } #cboxMiddleLeft, #cboxBottomLeft { clear: left; } #cboxContent { position: relative; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; } #cboxTitle { margin: 0; } #cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; } .cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; } .cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; } #colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } #cboxOverlay { background: url(/files/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity=90); } #colorbox { outline: 0; } #cboxTopLeft { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -101px 0; } #cboxTopRight { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -130px 0; } #cboxBottomLeft { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -101px -29px; } #cboxBottomRight { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -130px -29px; } #cboxMiddleLeft { width: 21px; background: url(/files/colorbox/images/controls.png) left top repeat-y; } #cboxMiddleRight { width: 21px; background: url(/files/colorbox/images/controls.png) right top repeat-y; } #cboxTopCenter { height: 21px; background: url(/files/colorbox/images/border.png) 0 0 repeat-x; } #cboxBottomCenter { height: 21px; background: url(/files/colorbox/images/border.png) 0 -29px repeat-x; } #cboxContent { background: #fff; overflow: hidden; } .cboxIframe { background: #fff; } #cboxError { padding: 50px; border: 1px solid #ccc; } #cboxLoadedContent { margin-bottom: 28px; } #cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494; } #cboxCurrent { position: absolute; bottom: 4px; left: 58px; color: #949494; } #cboxLoadingOverlay { background: url(/files/colorbox/images/loading_background.png) no-repeat center center; } #cboxLoadingGraphic { background: url(/files/colorbox/images/loading.gif) no-repeat center center; } #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; } #cboxSlideshow { position: absolute; bottom: 4px; right: 30px; color: #0092ef; } #cboxPrevious { position: absolute; bottom: 0; left: 0; background: url(/files/colorbox/images/controls.png) no-repeat -75px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxPrevious:hover { background-position: -75px -25px; } #cboxNext { position: absolute; bottom: 0; left: 27px; background: url(/files/colorbox/images/controls.png) no-repeat -50px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxNext:hover { background-position: -50px -25px; } #cboxClose { position: absolute; bottom: 0; right: 0; background: url(/files/colorbox/images/controls.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxClose:hover { background-position: -25px -25px; } .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); } #gritter-notice-wrapper { position: fixed; top: 20px; right: 20px; width: 301px; z-index: 9999; } #gritter-notice-wrapper.top-left { left: 20px; right: auto; } #gritter-notice-wrapper.bottom-right { top: auto; left: auto; bottom: 20px; right: 20px; } #gritter-notice-wrapper.bottom-left { top: auto; right: auto; bottom: 20px; left: 20px; } .gritter-item-wrapper { position: relative; margin: 0 0 10px 0; background: url('/files/gritter/images/ie-spacer.gif'); } .gritter-top { background: url(/files/gritter/images/gritter.png) no-repeat left -30px; height: 10px; } .hover .gritter-top { background-position: right -30px; } .gritter-bottom { background: url(/files/gritter/images/gritter.png) no-repeat left bottom; height: 8px; margin: 0; } .hover .gritter-bottom { background-position: bottom right; } .gritter-item { display: block; background: url(/files/gritter/images/gritter.png) no-repeat left -40px; color: #eee; padding: 2px 11px 8px 11px; font-size: 11px; font-family: verdana; } .hover .gritter-item { background-position: right -40px; } .gritter-item p { padding: 0; margin: 0; word-wrap: break-word; } .gritter-close { display: none; position: absolute; top: 5px; left: 3px; background: url(/files/gritter/images/gritter.png) no-repeat left top; cursor: pointer; width: 30px; height: 30px; text-indent: -9999em; } .gritter-title { font-size: 14px; font-weight: bold; padding: 0 0 7px 0; display: block; text-shadow: 1px 1px 0 #000; } .gritter-image { width: 48px; height: 48px; float: left; } .gritter-with-image, .gritter-without-image { padding: 0; } .gritter-with-image { width: 220px; float: right; } .gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close { background-image: url(/files/gritter/images/gritter-light.png); color: #222; } .gritter-light .gritter-title { text-shadow: none; } .gritter-item-wrapper.gritter-success { background: rgba(89, 131, 75, 0.92); } .homepage-layout-3 .homeYoutubeInline, .homepage-layout-3 .homepage-custom-video-in-line { position: relative; max-width: 560px; max-height: 315px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 50px; } @media(min-width:768px) { .homepage-layout-3 .homeYoutubeInline, .homepage-layout-3 .homepage-custom-video-in-line { width: 640px; height: 360px; max-width: 640px; max-height: 360px; } } .homepage-layout-3 .homeYoutubeInline .youtubeInline img { max-width: 100%; } .homepage-layout-5 { padding-bottom: 60px !important; } .homepage-layout-5 .container-fluid { width: 100%; } .homepage-layout-5 form { font-weight: normal; } .homepage-layout-11 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } .homepage-layout-12 { text-align: center; } .homepage-layout-12 .container { margin-bottom: 60px; position: relative; } .homepage-layout-12 .h-form-bg { position: absolute; top: 0; border: 0; left: 0; right: 0; width: 100%; height: 100%; border-radius: 3px; opacity: 0.3; } .homepage-layout-12 form { padding: 30px; } .homepage-layout-12 .form-control { height: 46px; } .homepage-layout-12 .btn-primary { height: 46px; } @media ( min-width:992px) { .homepage-layout-12 .form-container { margin-bottom: 0; } } .homepage-layout-13 .home-text { text-align: center; margin-bottom: 20px; } @media(min-width:768px) { .homepage-layout-13 .home-text { text-align: left; } html[dir=rtl] .homepage-layout-13 .home-text { text-align: right; } } .homepage-layout-13 .home-text h1 { max-height: 2em !important; font-size: 30px !important; font-weight: bold !important; margin-bottom: 10px !important; } .homepage-layout-13 .home-text p { max-height: 3em !important; font-size: 16px !important; margin-bottom: 0 !important; margin-left: 0px !important; margin-right: 0px !important; } @media(min-width:768px) { .homepage-layout-13 .home-text h1 { font-size: 36px !important; } .homepage-layout-13 .home-text p { font-size: 18px !important; } } .homepage-layout-13 #contactUsFormHome input, .homepage-layout-13 #contactUsFormHome textarea { font-weight: normal; } .homepage-layout-17 .title { margin-bottom: 60px !important; } .homepage-layout-17 .title #home_SecondSiteSlogan { margin-bottom: 60px !important; } .homepage-layout-17 .h-mailing-list { position: relative; margin-bottom: 20px; } @media ( min-width:768px) { .homepage-layout-17 .h-mailing-list { width: 50%; margin: auto; } } .homepage-layout-17 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-19 .play-home-video-btn { margin-bottom: 40px; } .homepage-layout-19 .homepage_main_buttons { margin-bottom: 40px; } .homepage-layout-19 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-20 { text-align: center; } .homepage-layout-20 .container-fluid { width: 100%; } .homepage-layout-20 .homepage-search-field { position: relative; margin-bottom: 20px; } @media ( min-width:768px) { .homepage-layout-20 .homepage-search-field { width: 50%; margin: auto; } } @media(min-width:992px) { #top-section.section-homepage-layout-21 .home-image-bg, #top-section.section-homepage-layout-21 .carousel, #top-section.section-homepage-layout-21 #video-bg { width: 60%; } html[dir=rtl] #top-section.section-homepage-layout-21 .home-image-bg, html[dir=rtl] #top-section.section-homepage-layout-21 .carousel, html[dir=rtl] #top-section.section-homepage-layout-21 #video-bg { right: 0; } } .homepage-layout-21 .container-fluid { margin-right: 0; margin-left: 0; } .homepage-layout-21 .transform-centering { height: 100%; min-height: 100vh; display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; } #top-section.section-homepage-layout-21 .home-image-bg { height: 100vh; } #top-section.section-homepage-layout-21.a75height .home-image-bg { height: 75vh; } @media(max-width:768px) { #top-section .homepage-layout-21 .home-secondary-background-color { min-height: 50vh !important; } } .homepage-layout-21 .home-text h1 { max-height: 2.3em; overflow: hidden; } .homepage-layout-21 .home-text p { max-height: 6em; overflow: hidden; } .homepage-layout-21 .home-form { width: 80%; margin: 0 auto; padding-top: 20px; padding-bottom: 20px; } @media(max-width:768px) { .homepage-layout-21 .home-form { width: 100%; margin: auto; padding-bottom: 50px; } } .homepage-layout-21 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } .homepage-layout-23 { display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; text-align: center; } @media (min-width:768px) { #top-section .homepage-layout-24 { padding-top: 120px; padding-bottom: 70px; } } .homepage-layout-24 h1, .homepage-layout-24 h2, .homepage-layout-24 h3, .homepage-layout-24 h4, .homepage-layout-24 h5, .homepage-layout-24 h6 { margin-top: 0; margin-bottom: 10px; line-height: 1.5; } #top-section { text-align: inherit !important; } .homepage-layout-24 { height: 100%; display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; color: white; z-index: 1; } .homepage-layout-24 p { white-space: pre-wrap; word-wrap: break-word; } .homepage-layout-24 .flex { display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: center; width: 100%; } .homepage-layout-24 .flex .start { display: flex; align-items: flex-start; align-content: flex-start; justify-content: flex-start; flex-direction: column; width: 70%; padding: 25px; padding-left: 0; } html[dir="rtl"] .homepage-layout-24 .flex .start { padding-left: 25px; padding-right: 0; } .homepage-layout-24 .flex .end { display: flex; align-items: center; align-content: center; justify-content: flex-end; flex-direction: column; width: 30%; } @media(max-width:767px) { .homepage-layout-24 .flex { flex-direction: column !important; } .homepage-layout-24 .flex .start { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .homepage-layout-24 .flex .end { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; justify-content: flex-start; padding: 0; } } .homepage-layout-25 .flex { flex-direction: row-reverse; } #top-section .homepage-layout-26 .homepage_main_buttons { margin-top: 15px; } #top-section .homepage-layout-26 #home_buttonText { margin-left: 0; } html[dir="rtl"] #top-section .homepage-layout-26 #home_buttonText { margin-left: auto; margin-right: 0; } @media(max-width:767px) { .homepage-layout-24 .flex .start { padding-bottom: 0; } .homepage-layout-24 .flex .end { align-items: flex-start; } .homepage-layout-26 .homepage_main_buttons { display: flex; flex-direction: column; } #top-section .homepage-layout-26 #home_buttonText { margin-left: 0; margin-right: 0; } #top-section .homepage-layout-26 #home_buttonText_1 { margin-left: 0; margin-right: 0; } } .homepage-layout-27 .flex .start { width: 40%; padding: 25px; } .homepage-layout-27 .flex .end { width: 60%; padding: 25px; } .homepage-layout-27 .homeYoutubeInline, .homepage-layout-27 .homepage-custom-video-in-line { max-width: 560px; } .homepage-layout-27 .homeYoutubeInline .youtubeInline { position: relative; } .homepage-layout-27 .homeYoutubeInline img { width: 100%; height: auto; } .homepage-layout-28 .flex { flex-direction: row-reverse; } .homepage-layout-29 { text-align: center; } .homepage-layout-30 { text-align: center; } .homepage-layout-31 { text-align: center; } .homepage-layout-31 .homeYoutubeInline, .homepage-layout-31 .homepage-custom-video-in-line { position: relative; max-width: 560px; max-height: 315px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .homepage-layout-31 .homeYoutubeInline .youtubeInline img { width: 100%; max-width: 560px; max-height: 315px; } @media(min-width:992px) { .homepage-layout-31 .homeYoutubeInline, .homepage-layout-31 .homepage-custom-video-in-line { width: 640px; height: 360px; max-width: 640px; max-height: 360px; } .homepage-layout-31 .homeYoutubeInline .youtubeInline img { width: 100%; max-width: 640px; max-height: 360px; } } .homepage-layout-32 { text-align: center; } .homepage-layout-33 { text-align: center; } .homepage-layout-33 .play-home-video-btn { margin-bottom: 0; } .homepage-layout-33 .homepage_main_buttons { margin-bottom: 40px; } .homepage-layout-33 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-34 { text-align: center; } .homepage-layout-34 { padding-bottom: 60px !important; } .homepage-layout-34 form { font-weight: normal; max-width: 700px; width: 100%; } .homepage-layout-35 { text-align: center; } .homepage-layout-35 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } #top-section .homepage-layout-36 .homeYoutubeInline { order: 1; } #top-section .homepage-layout-36 h1 { order: 2; } #top-section .homepage-layout-36 h2 { order: 3; } #top-section .homepage-layout-36 p { order: 4; } .homepage-layout-37 { text-align: center; } .homepage-layout-37 .home-site-slogan-hr { width: 100%; } .homepage-layout-38 { text-align: center; } .homepage-layout-38 .boxBorder { border: 1px solid #fff; width: auto; padding: 10px; background-color: rgba(255, 255, 255, 0.08); } .homepage-layout-39 { align-items: flex-start; } .homepage-layout-40 { text-align: center; align-items: flex-start; } .homepage_style_3 { z-index: 0; } .homepage_style_3 .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .homepage_style_3 .carousel-fade .carousel-inner .active { opacity: 1; } .homepage_style_3 .carousel-fade .carousel-inner .active.left, .homepage_style_3 .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .homepage_style_3 .carousel-fade .carousel-inner .next.left, .homepage_style_3 .carousel-fade .carousel-inner .prev.right { opacity: 1; } .homepage_style_3 .carousel-fade .carousel-control { z-index: 2; } @media all and (transform-3d), (-webkit-transform-3d) { .homepage_style_3 .carousel-fade .carousel-inner>.item.next, .homepage_style_3 .carousel-fade .carousel-inner>.item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .homepage_style_3 .carousel-fade .carousel-inner>.item.prev, .homepage_style_3 .carousel-fade .carousel-inner>.item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .homepage_style_3 .carousel-fade .carousel-inner>.item.next.left, .homepage_style_3 .carousel-fade .carousel-inner>.item.prev.right, .homepage_style_3 .carousel-fade .carousel-inner>.item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .homepage_style_3 .item { background: url() no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .homepage_style_3 .carousel, .homepage_style_3 .carousel-inner, .homepage_style_3 .carousel .item, .homepage_style_3 .carousel .active { width: 100%; height: 100%; } .video-bg #video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; } .video-bg #video-bg>video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media (min-aspect-ratio:16/9) { .video-bg #video-bg>video { height: 300%; top: -100%; } } @media (max-aspect-ratio:16/9) { .video-bg #video-bg>video { width: 300%; left: -100%; } } @supports (object-fit:cover) { .video-bg #video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } } .s123-module-download-app.layout-1 .download-app-description { margin-bottom: 40px; } .s123-module-download-app.layout-1 .download-app-description p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-download-app.layout-1 .download-app-btn { width: 230px; margin-bottom: 10px; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @media(min-width:768px) { .s123-module-download-app.layout-1 .download-app-btn { width: auto; margin-right: 10px; } html[dir=rtl] .s123-module-download-app.layout-1 .download-app-btn { margin-right: auto; margin-left: 10px; } } .s123-module-download-app.layout-1 .download-app-icon { vertical-align: middle; font-size: 2em; margin-right: 15px; } html[dir=rtl] .s123-module-download-app.layout-1 .download-app-icon { margin-right: auto; margin-left: 15px; } .s123-module-custom-form-builder.layout-1 .customForm input[type=file].form-control { height: auto; } [data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] { transition-duration: 50ms } [data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate { transition-delay: 50ms } [data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] { transition-duration: .1s } [data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate { transition-delay: .1s } [data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] { transition-duration: .15s } [data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate { transition-delay: .15s } [data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] { transition-duration: .2s } [data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate { transition-delay: .2s } [data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] { transition-duration: .25s } [data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate { transition-delay: .25s } [data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] { transition-duration: .3s } [data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate { transition-delay: .3s } [data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] { transition-duration: .35s } [data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate { transition-delay: .35s } [data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] { transition-duration: .4s } [data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate { transition-delay: .4s } [data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] { transition-duration: .45s } [data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate { transition-delay: .45s } [data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] { transition-duration: .5s } [data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate { transition-delay: .5s } [data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] { transition-duration: .55s } [data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate { transition-delay: .55s } [data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] { transition-duration: .6s } [data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate { transition-delay: .6s } [data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] { transition-duration: .65s } [data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate { transition-delay: .65s } [data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] { transition-duration: .7s } [data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate { transition-delay: .7s } [data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] { transition-duration: .75s } [data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate { transition-delay: .75s } [data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] { transition-duration: .8s } [data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate { transition-delay: .8s } [data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] { transition-duration: .85s } [data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate { transition-delay: .85s } [data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] { transition-duration: .9s } [data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate { transition-delay: .9s } [data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] { transition-duration: .95s } [data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate { transition-delay: .95s } [data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] { transition-duration: 1s } [data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate { transition-delay: 1s } [data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] { transition-duration: 1.05s } [data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate { transition-delay: 1.05s } [data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] { transition-duration: 1.1s } [data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate { transition-delay: 1.1s } [data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] { transition-duration: 1.15s } [data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate { transition-delay: 1.15s } [data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] { transition-duration: 1.2s } [data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate { transition-delay: 1.2s } [data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] { transition-duration: 1.25s } [data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate { transition-delay: 1.25s } [data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] { transition-duration: 1.3s } [data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate { transition-delay: 1.3s } [data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] { transition-duration: 1.35s } [data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate { transition-delay: 1.35s } [data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] { transition-duration: 1.4s } [data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate { transition-delay: 1.4s } [data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] { transition-duration: 1.45s } [data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate { transition-delay: 1.45s } [data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] { transition-duration: 1.5s } [data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate { transition-delay: 1.5s } [data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] { transition-duration: 1.55s } [data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate { transition-delay: 1.55s } [data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] { transition-duration: 1.6s } [data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate { transition-delay: 1.6s } [data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] { transition-duration: 1.65s } [data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate { transition-delay: 1.65s } [data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] { transition-duration: 1.7s } [data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate { transition-delay: 1.7s } [data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] { transition-duration: 1.75s } [data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate { transition-delay: 1.75s } [data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] { transition-duration: 1.8s } [data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate { transition-delay: 1.8s } [data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] { transition-duration: 1.85s } [data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate { transition-delay: 1.85s } [data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] { transition-duration: 1.9s } [data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate { transition-delay: 1.9s } [data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] { transition-duration: 1.95s } [data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate { transition-delay: 1.95s } [data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] { transition-duration: 2s } [data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate { transition-delay: 2s } [data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] { transition-duration: 2.05s } [data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate { transition-delay: 2.05s } [data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] { transition-duration: 2.1s } [data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate { transition-delay: 2.1s } [data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] { transition-duration: 2.15s } [data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate { transition-delay: 2.15s } [data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] { transition-duration: 2.2s } [data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate { transition-delay: 2.2s } [data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] { transition-duration: 2.25s } [data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate { transition-delay: 2.25s } [data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] { transition-duration: 2.3s } [data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate { transition-delay: 2.3s } [data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] { transition-duration: 2.35s } [data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate { transition-delay: 2.35s } [data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] { transition-duration: 2.4s } [data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate { transition-delay: 2.4s } [data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] { transition-duration: 2.45s } [data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate { transition-delay: 2.45s } [data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] { transition-duration: 2.5s } [data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate { transition-delay: 2.5s } [data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] { transition-duration: 2.55s } [data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate { transition-delay: 2.55s } [data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] { transition-duration: 2.6s } [data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate { transition-delay: 2.6s } [data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] { transition-duration: 2.65s } [data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate { transition-delay: 2.65s } [data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] { transition-duration: 2.7s } [data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate { transition-delay: 2.7s } [data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] { transition-duration: 2.75s } [data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate { transition-delay: 2.75s } [data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] { transition-duration: 2.8s } [data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate { transition-delay: 2.8s } [data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] { transition-duration: 2.85s } [data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate { transition-delay: 2.85s } [data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] { transition-duration: 2.9s } [data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate { transition-delay: 2.9s } [data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] { transition-duration: 2.95s } [data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate { transition-delay: 2.95s } [data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] { transition-duration: 3s } [data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate { transition-delay: 3s } [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] { transition-timing-function: cubic-bezier(.25, .25, .75, .75) } [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] { transition-timing-function: ease } [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] { transition-timing-function: ease-in } [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] { transition-timing-function: ease-out } [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] { transition-timing-function: ease-in-out } [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] { transition-timing-function: cubic-bezier(.6, -.28, .735, .045) } [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] { transition-timing-function: cubic-bezier(.175, .885, .32, 1.275) } [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] { transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55) } [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] { transition-timing-function: cubic-bezier(.47, 0, .745, .715) } [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.39, .575, .565, 1) } [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.445, .05, .55, .95) } [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos^=fade][data-aos^=fade] { opacity: 0; transition-property: opacity, transform } [data-aos^=fade][data-aos^=fade].aos-animate { opacity: 1; transform: translate(0) } [data-aos=fade-up] { transform: translateY(100px) } [data-aos=fade-down] { transform: translateY(-100px) } [data-aos=fade-right] { transform: translate(-100px) } [data-aos=fade-left] { transform: translate(100px) } [data-aos=fade-up-right] { transform: translate(-100px, 100px) } [data-aos=fade-up-left] { transform: translate(100px, 100px) } [data-aos=fade-down-right] { transform: translate(-100px, -100px) } [data-aos=fade-down-left] { transform: translate(100px, -100px) } [data-aos^=zoom][data-aos^=zoom] { opacity: 0; transition-property: opacity, transform } [data-aos^=zoom][data-aos^=zoom].aos-animate { opacity: 1; transform: translate(0) scale(1) } [data-aos=zoom-in] { transform: scale(.6) } [data-aos=zoom-in-up] { transform: translateY(100px) scale(.6) } [data-aos=zoom-in-down] { transform: translateY(-100px) scale(.6) } [data-aos=zoom-in-right] { transform: translate(-100px) scale(.6) } [data-aos=zoom-in-left] { transform: translate(100px) scale(.6) } [data-aos=zoom-out] { transform: scale(1.2) } [data-aos=zoom-out-up] { transform: translateY(100px) scale(1.2) } [data-aos=zoom-out-down] { transform: translateY(-100px) scale(1.2) } [data-aos=zoom-out-right] { transform: translate(-100px) scale(1.2) } [data-aos=zoom-out-left] { transform: translate(100px) scale(1.2) } [data-aos^=slide][data-aos^=slide] { transition-property: transform } [data-aos^=slide][data-aos^=slide].aos-animate { transform: translate(0) } [data-aos=slide-up] { transform: translateY(100%) } [data-aos=slide-down] { transform: translateY(-100%) } [data-aos=slide-right] { transform: translateX(-100%) } [data-aos=slide-left] { transform: translateX(100%) } [data-aos^=flip][data-aos^=flip] { backface-visibility: hidden; transition-property: transform } [data-aos=flip-left] { transform: perspective(2500px) rotateY(-100deg) } [data-aos=flip-left].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-right] { transform: perspective(2500px) rotateY(100deg) } [data-aos=flip-right].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-up] { transform: perspective(2500px) rotateX(-100deg) } [data-aos=flip-up].aos-animate { transform: perspective(2500px) rotateX(0) } [data-aos=flip-down] { transform: perspective(2500px) rotateX(100deg) } [data-aos=flip-down].aos-animate { transform: perspective(2500px) rotateX(0) } .iti-flag { width: 20px; } .iti-flag.be { width: 18px; } .iti-flag.ch { width: 15px; } .iti-flag.mc { width: 19px; } .iti-flag.ne { width: 18px; } .iti-flag.np { width: 13px; } .iti-flag.va { width: 15px } @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) { .iti-flag { background-size: 5630px 15px } } .iti-flag.ac { height: 10px; background-position: 0px 0px; } .iti-flag.ad { height: 14px; background-position: -22px 0px; } .iti-flag.ae { height: 10px; background-position: -44px 0px; } .iti-flag.af { height: 14px; background-position: -66px 0px; } .iti-flag.ag { height: 14px; background-position: -88px 0px; } .iti-flag.ai { height: 10px; background-position: -110px 0px; } .iti-flag.al { height: 15px; background-position: -132px 0px; } .iti-flag.am { height: 10px; background-position: -154px 0px; } .iti-flag.ao { height: 14px; background-position: -176px 0px; } .iti-flag.aq { height: 14px; background-position: -198px 0px; } .iti-flag.ar { height: 13px; background-position: -220px 0px; } .iti-flag.as { height: 10px; background-position: -242px 0px; } .iti-flag.at { height: 14px; background-position: -264px 0px; } .iti-flag.au { height: 10px; background-position: -286px 0px; } .iti-flag.aw { height: 14px; background-position: -308px 0px; } .iti-flag.ax { height: 13px; background-position: -330px 0px; } .iti-flag.az { height: 10px; background-position: -352px 0px; } .iti-flag.ba { height: 10px; background-position: -374px 0px; } .iti-flag.bb { height: 14px; background-position: -396px 0px; } .iti-flag.bd { height: 12px; background-position: -418px 0px; } .iti-flag.be { height: 15px; background-position: -440px 0px; } .iti-flag.bf { height: 14px; background-position: -460px 0px; } .iti-flag.bg { height: 12px; background-position: -482px 0px; } .iti-flag.bh { height: 12px; background-position: -504px 0px; } .iti-flag.bi { height: 12px; background-position: -526px 0px; } .iti-flag.bj { height: 14px; background-position: -548px 0px; } .iti-flag.bl { height: 14px; background-position: -570px 0px; } .iti-flag.bm { height: 10px; background-position: -592px 0px; } .iti-flag.bn { height: 10px; background-position: -614px 0px; } .iti-flag.bo { height: 14px; background-position: -636px 0px; } .iti-flag.bq { height: 14px; background-position: -658px 0px; } .iti-flag.br { height: 14px; background-position: -680px 0px; } .iti-flag.bs { height: 10px; background-position: -702px 0px; } .iti-flag.bt { height: 14px; background-position: -724px 0px; } .iti-flag.bv { height: 15px; background-position: -746px 0px; } .iti-flag.bw { height: 14px; background-position: -768px 0px; } .iti-flag.by { height: 10px; background-position: -790px 0px; } .iti-flag.bz { height: 14px; background-position: -812px 0px; } .iti-flag.ca { height: 10px; background-position: -834px 0px; } .iti-flag.cc { height: 10px; background-position: -856px 0px; } .iti-flag.cd { height: 15px; background-position: -878px 0px; } .iti-flag.cf { height: 14px; background-position: -900px 0px; } .iti-flag.cg { height: 14px; background-position: -922px 0px; } .iti-flag.ch { height: 15px; background-position: -944px 0px; } .iti-flag.ci { height: 14px; background-position: -961px 0px; } .iti-flag.ck { height: 10px; background-position: -983px 0px; } .iti-flag.cl { height: 14px; background-position: -1005px 0px; } .iti-flag.cm { height: 14px; background-position: -1027px 0px; } .iti-flag.cn { height: 14px; background-position: -1049px 0px; } .iti-flag.co { height: 14px; background-position: -1071px 0px; } .iti-flag.cp { height: 14px; background-position: -1093px 0px; } .iti-flag.cr { height: 12px; background-position: -1115px 0px; } .iti-flag.cu { height: 10px; background-position: -1137px 0px; } .iti-flag.cv { height: 12px; background-position: -1159px 0px; } .iti-flag.cw { height: 14px; background-position: -1181px 0px; } .iti-flag.cx { height: 10px; background-position: -1203px 0px; } .iti-flag.cy { height: 13px; background-position: -1225px 0px; } .iti-flag.cz { height: 14px; background-position: -1247px 0px; } .iti-flag.de { height: 12px; background-position: -1269px 0px; } .iti-flag.dg { height: 10px; background-position: -1291px 0px; } .iti-flag.dj { height: 14px; background-position: -1313px 0px; } .iti-flag.dk { height: 15px; background-position: -1335px 0px; } .iti-flag.dm { height: 10px; background-position: -1357px 0px; } .iti-flag.do { height: 13px; background-position: -1379px 0px; } .iti-flag.dz { height: 14px; background-position: -1401px 0px; } .iti-flag.ea { height: 14px; background-position: -1423px 0px; } .iti-flag.ec { height: 14px; background-position: -1445px 0px; } .iti-flag.ee { height: 13px; background-position: -1467px 0px; } .iti-flag.eg { height: 14px; background-position: -1489px 0px; } .iti-flag.eh { height: 10px; background-position: -1511px 0px; } .iti-flag.er { height: 10px; background-position: -1533px 0px; } .iti-flag.es { height: 14px; background-position: -1555px 0px; } .iti-flag.et { height: 10px; background-position: -1577px 0px; } .iti-flag.eu { height: 14px; background-position: -1599px 0px; } .iti-flag.fi { height: 12px; background-position: -1621px 0px; } .iti-flag.fj { height: 10px; background-position: -1643px 0px; } .iti-flag.fk { height: 10px; background-position: -1665px 0px; } .iti-flag.fm { height: 11px; background-position: -1687px 0px; } .iti-flag.fo { height: 15px; background-position: -1709px 0px; } .iti-flag.fr { height: 14px; background-position: -1731px 0px; } .iti-flag.ga { height: 15px; background-position: -1753px 0px; } .iti-flag.gb { height: 10px; background-position: -1775px 0px; } .iti-flag.gd { height: 12px; background-position: -1797px 0px; } .iti-flag.ge { height: 14px; background-position: -1819px 0px; } .iti-flag.gf { height: 14px; background-position: -1841px 0px; } .iti-flag.gg { height: 14px; background-position: -1863px 0px; } .iti-flag.gh { height: 14px; background-position: -1885px 0px; } .iti-flag.gi { height: 10px; background-position: -1907px 0px; } .iti-flag.gl { height: 14px; background-position: -1929px 0px; } .iti-flag.gm { height: 14px; background-position: -1951px 0px; } .iti-flag.gn { height: 14px; background-position: -1973px 0px; } .iti-flag.gp { height: 14px; background-position: -1995px 0px; } .iti-flag.gq { height: 14px; background-position: -2017px 0px; } .iti-flag.gr { height: 14px; background-position: -2039px 0px; } .iti-flag.gs { height: 10px; background-position: -2061px 0px; } .iti-flag.gt { height: 13px; background-position: -2083px 0px; } .iti-flag.gu { height: 11px; background-position: -2105px 0px; } .iti-flag.gw { height: 10px; background-position: -2127px 0px; } .iti-flag.gy { height: 12px; background-position: -2149px 0px; } .iti-flag.hk { height: 14px; background-position: -2171px 0px; } .iti-flag.hm { height: 10px; background-position: -2193px 0px; } .iti-flag.hn { height: 10px; background-position: -2215px 0px; } .iti-flag.hr { height: 10px; background-position: -2237px 0px; } .iti-flag.ht { height: 12px; background-position: -2259px 0px; } .iti-flag.hu { height: 10px; background-position: -2281px 0px; } .iti-flag.ic { height: 14px; background-position: -2303px 0px; } .iti-flag.id { height: 14px; background-position: -2325px 0px; } .iti-flag.ie { height: 10px; background-position: -2347px 0px; } .iti-flag.il { height: 15px; background-position: -2369px 0px; } .iti-flag.im { height: 10px; background-position: -2391px 0px; } .iti-flag.in { height: 14px; background-position: -2413px 0px; } .iti-flag.io { height: 10px; background-position: -2435px 0px; } .iti-flag.iq { height: 14px; background-position: -2457px 0px; } .iti-flag.ir { height: 12px; background-position: -2479px 0px; } .iti-flag.is { height: 15px; background-position: -2501px 0px; } .iti-flag.it { height: 14px; background-position: -2523px 0px; } .iti-flag.je { height: 12px; background-position: -2545px 0px; } .iti-flag.jm { height: 10px; background-position: -2567px 0px; } .iti-flag.jo { height: 10px; background-position: -2589px 0px; } .iti-flag.jp { height: 14px; background-position: -2611px 0px; } .iti-flag.ke { height: 14px; background-position: -2633px 0px; } .iti-flag.kg { height: 12px; background-position: -2655px 0px; } .iti-flag.kh { height: 13px; background-position: -2677px 0px; } .iti-flag.ki { height: 10px; background-position: -2699px 0px; } .iti-flag.km { height: 12px; background-position: -2721px 0px; } .iti-flag.kn { height: 14px; background-position: -2743px 0px; } .iti-flag.kp { height: 10px; background-position: -2765px 0px; } .iti-flag.kr { height: 14px; background-position: -2787px 0px; } .iti-flag.kw { height: 10px; background-position: -2809px 0px; } .iti-flag.ky { height: 10px; background-position: -2831px 0px; } .iti-flag.kz { height: 10px; background-position: -2853px 0px; } .iti-flag.la { height: 14px; background-position: -2875px 0px; } .iti-flag.lb { height: 14px; background-position: -2897px 0px; } .iti-flag.lc { height: 10px; background-position: -2919px 0px; } .iti-flag.li { height: 12px; background-position: -2941px 0px; } .iti-flag.lk { height: 10px; background-position: -2963px 0px; } .iti-flag.lr { height: 11px; background-position: -2985px 0px; } .iti-flag.ls { height: 14px; background-position: -3007px 0px; } .iti-flag.lt { height: 12px; background-position: -3029px 0px; } .iti-flag.lu { height: 12px; background-position: -3051px 0px; } .iti-flag.lv { height: 10px; background-position: -3073px 0px; } .iti-flag.ly { height: 10px; background-position: -3095px 0px; } .iti-flag.ma { height: 14px; background-position: -3117px 0px; } .iti-flag.mc { height: 15px; background-position: -3139px 0px; } .iti-flag.md { height: 10px; background-position: -3160px 0px; } .iti-flag.me { height: 10px; background-position: -3182px 0px; } .iti-flag.mf { height: 14px; background-position: -3204px 0px; } .iti-flag.mg { height: 14px; background-position: -3226px 0px; } .iti-flag.mh { height: 11px; background-position: -3248px 0px; } .iti-flag.mk { height: 10px; background-position: -3270px 0px; } .iti-flag.ml { height: 14px; background-position: -3292px 0px; } .iti-flag.mm { height: 14px; background-position: -3314px 0px; } .iti-flag.mn { height: 10px; background-position: -3336px 0px; } .iti-flag.mo { height: 14px; background-position: -3358px 0px; } .iti-flag.mp { height: 10px; background-position: -3380px 0px; } .iti-flag.mq { height: 14px; background-position: -3402px 0px; } .iti-flag.mr { height: 14px; background-position: -3424px 0px; } .iti-flag.ms { height: 10px; background-position: -3446px 0px; } .iti-flag.mt { height: 14px; background-position: -3468px 0px; } .iti-flag.mu { height: 14px; background-position: -3490px 0px; } .iti-flag.mv { height: 14px; background-position: -3512px 0px; } .iti-flag.mw { height: 14px; background-position: -3534px 0px; } .iti-flag.mx { height: 12px; background-position: -3556px 0px; } .iti-flag.my { height: 10px; background-position: -3578px 0px; } .iti-flag.mz { height: 14px; background-position: -3600px 0px; } .iti-flag.na { height: 14px; background-position: -3622px 0px; } .iti-flag.nc { height: 10px; background-position: -3644px 0px; } .iti-flag.ne { height: 15px; background-position: -3666px 0px; } .iti-flag.nf { height: 10px; background-position: -3686px 0px; } .iti-flag.ng { height: 10px; background-position: -3708px 0px; } .iti-flag.ni { height: 12px; background-position: -3730px 0px; } .iti-flag.nl { height: 14px; background-position: -3752px 0px; } .iti-flag.no { height: 15px; background-position: -3774px 0px; } .iti-flag.np { height: 15px; background-position: -3796px 0px; } .iti-flag.nr { height: 10px; background-position: -3811px 0px; } .iti-flag.nu { height: 10px; background-position: -3833px 0px; } .iti-flag.nz { height: 10px; background-position: -3855px 0px; } .iti-flag.om { height: 10px; background-position: -3877px 0px; } .iti-flag.pa { height: 14px; background-position: -3899px 0px; } .iti-flag.pe { height: 14px; background-position: -3921px 0px; } .iti-flag.pf { height: 14px; background-position: -3943px 0px; } .iti-flag.pg { height: 15px; background-position: -3965px 0px; } .iti-flag.ph { height: 10px; background-position: -3987px 0px; } .iti-flag.pk { height: 14px; background-position: -4009px 0px; } .iti-flag.pl { height: 13px; background-position: -4031px 0px; } .iti-flag.pm { height: 14px; background-position: -4053px 0px; } .iti-flag.pn { height: 10px; background-position: -4075px 0px; } .iti-flag.pr { height: 14px; background-position: -4097px 0px; } .iti-flag.ps { height: 10px; background-position: -4119px 0px; } .iti-flag.pt { height: 14px; background-position: -4141px 0px; } .iti-flag.pw { height: 13px; background-position: -4163px 0px; } .iti-flag.py { height: 11px; background-position: -4185px 0px; } .iti-flag.qa { height: 8px; background-position: -4207px 0px; } .iti-flag.re { height: 14px; background-position: -4229px 0px; } .iti-flag.ro { height: 14px; background-position: -4251px 0px; } .iti-flag.rs { height: 14px; background-position: -4273px 0px; } .iti-flag.ru { height: 14px; background-position: -4295px 0px; } .iti-flag.rw { height: 14px; background-position: -4317px 0px; } .iti-flag.sa { height: 14px; background-position: -4339px 0px; } .iti-flag.sb { height: 10px; background-position: -4361px 0px; } .iti-flag.sc { height: 10px; background-position: -4383px 0px; } .iti-flag.sd { height: 10px; background-position: -4405px 0px; } .iti-flag.se { height: 13px; background-position: -4427px 0px; } .iti-flag.sg { height: 14px; background-position: -4449px 0px; } .iti-flag.sh { height: 10px; background-position: -4471px 0px; } .iti-flag.si { height: 10px; background-position: -4493px 0px; } .iti-flag.sj { height: 15px; background-position: -4515px 0px; } .iti-flag.sk { height: 14px; background-position: -4537px 0px; } .iti-flag.sl { height: 14px; background-position: -4559px 0px; } .iti-flag.sm { height: 15px; background-position: -4581px 0px; } .iti-flag.sn { height: 14px; background-position: -4603px 0px; } .iti-flag.so { height: 14px; background-position: -4625px 0px; } .iti-flag.sr { height: 14px; background-position: -4647px 0px; } .iti-flag.ss { height: 10px; background-position: -4669px 0px; } .iti-flag.st { height: 10px; background-position: -4691px 0px; } .iti-flag.sv { height: 12px; background-position: -4713px 0px; } .iti-flag.sx { height: 14px; background-position: -4735px 0px; } .iti-flag.sy { height: 14px; background-position: -4757px 0px; } .iti-flag.sz { height: 14px; background-position: -4779px 0px; } .iti-flag.ta { height: 10px; background-position: -4801px 0px; } .iti-flag.tc { height: 10px; background-position: -4823px 0px; } .iti-flag.td { height: 14px; background-position: -4845px 0px; } .iti-flag.tf { height: 14px; background-position: -4867px 0px; } .iti-flag.tg { height: 13px; background-position: -4889px 0px; } .iti-flag.th { height: 14px; background-position: -4911px 0px; } .iti-flag.tj { height: 10px; background-position: -4933px 0px; } .iti-flag.tk { height: 10px; background-position: -4955px 0px; } .iti-flag.tl { height: 10px; background-position: -4977px 0px; } .iti-flag.tm { height: 14px; background-position: -4999px 0px; } .iti-flag.tn { height: 14px; background-position: -5021px 0px; } .iti-flag.to { height: 10px; background-position: -5043px 0px; } .iti-flag.tr { height: 14px; background-position: -5065px 0px; } .iti-flag.tt { height: 12px; background-position: -5087px 0px; } .iti-flag.tv { height: 10px; background-position: -5109px 0px; } .iti-flag.tw { height: 14px; background-position: -5131px 0px; } .iti-flag.tz { height: 14px; background-position: -5153px 0px; } .iti-flag.ua { height: 14px; background-position: -5175px 0px; } .iti-flag.ug { height: 14px; background-position: -5197px 0px; } .iti-flag.um { height: 11px; background-position: -5219px 0px; } .iti-flag.us { height: 11px; background-position: -5241px 0px; } .iti-flag.uy { height: 14px; background-position: -5263px 0px; } .iti-flag.uz { height: 10px; background-position: -5285px 0px; } .iti-flag.va { height: 15px; background-position: -5307px 0px; } .iti-flag.vc { height: 14px; background-position: -5324px 0px; } .iti-flag.ve { height: 14px; background-position: -5346px 0px; } .iti-flag.vg { height: 10px; background-position: -5368px 0px; } .iti-flag.vi { height: 14px; background-position: -5390px 0px; } .iti-flag.vn { height: 14px; background-position: -5412px 0px; } .iti-flag.vu { height: 12px; background-position: -5434px 0px; } .iti-flag.wf { height: 14px; background-position: -5456px 0px; } .iti-flag.ws { height: 10px; background-position: -5478px 0px; } .iti-flag.xk { height: 15px; background-position: -5500px 0px; } .iti-flag.ye { height: 14px; background-position: -5522px 0px; } .iti-flag.yt { height: 14px; background-position: -5544px 0px; } .iti-flag.za { height: 14px; background-position: -5566px 0px; } .iti-flag.zm { height: 14px; background-position: -5588px 0px; } .iti-flag.zw { height: 10px; background-position: -5610px 0px; } .iti-flag { width: 20px; height: 15px; box-shadow: 0px 0px 1px 0px #888; background-image: url("/files/frameworks/intl-tel-input-8.5.2/build/img/flags.png"); background-repeat: no-repeat; background-color: #DBDBDB; background-position: 20px 0 } @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) { .iti-flag { background-image: url("/files/frameworks/intl-tel-input-8.5.2/build/img/flags@2x.png") } } .iti-flag.np { background-color: transparent } .s123-page-data-schedule-booking .schedule-booking-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-schedule-booking .schedule-booking-container { margin-bottom: 10px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .schedule-booking-container .product-details h2 { text-transform: uppercase; } .schedule-booking-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .schedule-booking-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .schedule-booking-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .schedule-booking-container .product-details .price-value { font-size: 24px; } .schedule-booking-container .product-details .price-value.list-price { margin-right: 5px; font-size: 20px; display: inline-block; opacity: 0.4; text-decoration: line-through; } html[dir=rtl] .schedule-booking-container .product-details .price-value.list-price { margin-right: 0; margin-left: 5px; } .schedule-booking-container .btn-buy-now { min-width: 150px; } .schedule-booking-box .schedule-booking-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .s123-page-data-schedule-booking .discount-text { display: block; } .s123-page-data-schedule-booking .discount-price { padding-left: 10px; } html[dir=rtl] .s123-page-data-schedule-booking .discount-price { padding-left: auto; padding-right: 10px; } .s123-page-data-schedule-booking .box { padding: 20px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block { width: 100%; } .s123-module-scheduleBookings.layout-1 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-scheduleBookings.layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-scheduleBookings.layout-1 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-scheduleBookings.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info p { height: 4.5em; display: block; overflow: hidden; display: block; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices { margin: 0 5px 0 0; float: right; font-size: 1.5em; line-height: inherit; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container { width: 100%; clear: both; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container form { display: inline-block; } .s123-module-scheduleBookings.layout-1 .products-categories-container { list-style: none; padding: 0; text-align: center; margin: 0 0 40px 0; } .s123-module-scheduleBookings.layout-1 .products-categories-container li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-scheduleBookings.layout-1 .products-categories-container li:first-child:before { display: none; } .s123-module-scheduleBookings.layout-1 .products-categories-container li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-scheduleBookings.layout-1 .products-categories-container li a:hover, .s123-module-scheduleBookings.layout-1 .products-categories-container li a:focus, .s123-module-scheduleBookings.layout-1 .products-categories-container li.active { font-weight: bold; text-decoration: underline; } .s123-module-scheduleBookings.layout-2 .products-responsive-filter a { display: none; } .s123-module-scheduleBookings.layout-2 .well { border: none; } .s123-module-scheduleBookings.layout-2 .products-categories-container li { padding-bottom: 0.2em; } .s123-module-scheduleBookings.layout-2 .products-categories-container li a, .s123-module-scheduleBookings.layout-2 .products-categories-container li a:hover, .s123-module-scheduleBookings.layout-2 .products-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-scheduleBookings.layout-2 .products-categories-container li.active a { border: 1px solid; } .s123-module-scheduleBookings.layout-2 .products-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-scheduleBookings.layout-2 .products-container>div .box { position: relative; } .s123-module-scheduleBookings.layout-2 a.product-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-scheduleBookings.layout-2 .product-details-container { overflow: hidden; } .s123-module-scheduleBookings.layout-2 .product-details-container h4 { margin: 0.75em 0; } .s123-module-scheduleBookings.layout-2 .product-details-container p { margin-bottom: 0.75em; } .s123-module-scheduleBookings.layout-2 .product-price { width: 100%; float: left; } .s123-module-scheduleBookings.layout-2 .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-2 .products-container .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-2 .products-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-2 .products-container .buttons-container form { display: inline-block; } @media (max-width:767px) { .s123-module-scheduleBookings.layout-2 .products-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-scheduleBookings.layout-2 .categories-panel { display: none; } .s123-module-scheduleBookings.layout-2 .products-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-scheduleBookings.layout-2 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-scheduleBookings.layout-2 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-scheduleBookings.layout-2 .product-out-of-stock { left: auto; right: 10px; } .s123-module-scheduleBookings.layout-2 .products-container .box { padding: 0; } .s123-module-scheduleBookings.layout-2 .products-container .box .product-details-container { padding: 10px; } .s123-module-scheduleBookings.layout-2 .products-container .box .buttons-container { padding: 10px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings2 .inner { padding-top: 65px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings2 h3 { color: #393443; margin-bottom: 40px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block { width: 100%; } .s123-module-scheduleBookings.layout-3 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-scheduleBookings.layout-3 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-scheduleBookings.layout-3 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-scheduleBookings.layout-3 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info p { display: block; overflow: hidden; display: block; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices { margin: 0 5px 0 0; line-height: inherit; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container { width: 100%; clear: both; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container form { display: inline-block; } html[dir="rtl"] .businessWorkingDays .day-hours { direction: ltr; text-align: right; } .s123-module-restaurantReservation .box { padding: 20px; } html[dir="rtl"] #popupRestaurantReservations .restaurantReservationsFormPopup { text-align: right; } .s123-module-branches.layout-1 .branch-image { position: relative; height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } .s123-module-branches.layout-1.branchForm #branchEmail a { color: #ffffff; } .s123-module-branches.layout-1.clean-list { display: inline; list-style-type: none; padding-left: 5px; } .s123-module-branches.layout-1.branchForm { color: #fff; text-align: left; width: 70%; } #brancPopupFloatDivPhone .branch_phone_icons a, #brancPopupFloatDivFax .branch_fax_icons a { font-size: 25px; text-decoration: none; color: white; } #brancPopupFloatDivPhone .branch_phone_icons a:hover, #brancPopupFloatDivFax .branch_fax_icons a:hover { color: #4a90e2; } .branch-details.send-mail:hover { cursor: pointer; } @media only screen and (min-width :480px) { #brancPopupFloatDivPhone .branch_phone_icons a, #brancPopupFloatDivFax .branch_fax_icons a { font-size: 65px; } } .s123-page-data.s123-page-data-branch .open-hours { margin-bottom: 50px; } .datepicker { padding: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; direction: ltr } .datepicker-inline { width: 220px } .datepicker-rtl { direction: rtl } .datepicker-rtl.dropdown-menu { left: auto } .datepicker-rtl table tr td span { float: right } .datepicker-dropdown { top: 0; left: 0 } .datepicker-dropdown:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #999; border-top: 0; border-bottom-color: rgba(0, 0, 0, .2); position: absolute } .datepicker-dropdown:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-top: 0; position: absolute } .datepicker-dropdown.datepicker-orient-left:before { left: 6px } .datepicker-dropdown.datepicker-orient-left:after { left: 7px } .datepicker-dropdown.datepicker-orient-right:before { right: 6px } .datepicker-dropdown.datepicker-orient-right:after { right: 7px } .datepicker-dropdown.datepicker-orient-bottom:before { top: -7px } .datepicker-dropdown.datepicker-orient-bottom:after { top: -6px } .datepicker-dropdown.datepicker-orient-top:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #999 } .datepicker-dropdown.datepicker-orient-top:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #fff } .datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none } .table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent } .datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background: #eee; cursor: pointer } .datepicker table tr td.new, .datepicker table tr td.old { color: #999 } .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: 0 0; color: #999; cursor: default } .datepicker table tr td.highlighted { background: #d9edf7; border-radius: 0 } .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover { background-color: #fde19a; background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a)); background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: linear-gradient(to bottom, #fdd49a, #fdf59a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0); border-color: #fdf59a #fdf59a #fbed50; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #000 } .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] { background-color: #fdf59a } .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active { background-color: #fbf069\9 } .datepicker table tr td.today:hover:hover { color: #000 } .datepicker table tr td.today.active:hover { color: #fff } .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover { background: #eee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover { background-color: #f3d17a; background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a)); background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: linear-gradient(to bottom, #f3c17a, #f3e97a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0); border-color: #f3e97a #f3e97a #edde34; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] { background-color: #f3e97a } .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active { background-color: #efe24b\9 } .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover { background-color: #9e9e9e; background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey); background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey)); background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey); background-image: -o-linear-gradient(to bottom, #b3b3b3, grey); background-image: linear-gradient(to bottom, #b3b3b3, grey); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0); border-color: grey grey #595959; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] { background-color: grey } .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active { background-color: #666\9 } .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #04c); background-image: -ms-linear-gradient(to bottom, #08c, #04c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)); background-image: -webkit-linear-gradient(to bottom, #08c, #04c); background-image: -o-linear-gradient(to bottom, #08c, #04c); background-image: linear-gradient(to bottom, #08c, #04c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #04c #04c #002a80; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background-color: #04c } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active { background-color: #039\9 } .datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px } .datepicker table tr td span.focused, .datepicker table tr td span:hover { background: #eee } .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background: 0 0; color: #999; cursor: default } .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #04c); background-image: -ms-linear-gradient(to bottom, #08c, #04c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)); background-image: -webkit-linear-gradient(to bottom, #08c, #04c); background-image: -o-linear-gradient(to bottom, #08c, #04c); background-image: linear-gradient(to bottom, #08c, #04c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #04c #04c #002a80; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] { background-color: #04c } .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active { background-color: #039\9 } .datepicker table tr td span.new, .datepicker table tr td span.old { color: #999 } .datepicker .datepicker-switch { width: 145px } .datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th { cursor: pointer } .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover { background: #eee } .datepicker .next.disabled, .datepicker .prev.disabled { visibility: hidden } .datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle } .input-append.date .add-on, .input-prepend.date .add-on { cursor: pointer } .input-append.date .add-on i, .input-prepend.date .add-on i { margin-top: 3px } .input-daterange input { text-align: center } .input-daterange input:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px } .input-daterange input:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0 } .input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 18px; padding: 4px 5px; font-weight: 400; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px } /*! * froala_editor v2.7.3 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2017 <NAME> */ .clearfix::after { clear: both; display: block; content: ""; height: 0 } .hide-by-clipping { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } img.fr-rounded, .fr-img-caption.fr-rounded img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box } img.fr-bordered, .fr-img-caption.fr-bordered img { border: solid 5px #CCC } img.fr-bordered { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } .fr-img-caption.fr-bordered img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } img.fr-shadow, .fr-img-caption.fr-shadow img { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16); box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16) } .fr-view span[style~="color:"] a { color: inherit } .fr-view strong { font-weight: 700 } .fr-view table { border: 0; border-collapse: collapse; empty-cells: show; max-width: 100% } .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th { border-style: dashed } .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) { background: #f5f5f5 } .fr-view table td, .fr-view table th { border: 1px solid #ddd } .fr-view table td:empty, .fr-view table th:empty { height: 20px } .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted { border: 1px double red } .fr-view table td.fr-thick, .fr-view table th.fr-thick { border-width: 2px } .fr-view table th { background: #e6e6e6 } .fr-view hr { clear: both; user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; page-break-after: always } .fr-view .fr-file { position: relative } .fr-view .fr-file::after { position: relative; content: "\1F4CE"; font-weight: 400 } .fr-view pre { white-space: pre-wrap; word-wrap: break-word } .fr-view[dir=rtl] blockquote { border-left: 0; border-right: solid 2px #5e35b1; margin-right: 0; padding-right: 5px; padding-left: 0 } .fr-view[dir=rtl] blockquote blockquote { border-color: #00bcd4 } .fr-view[dir=rtl] blockquote blockquote blockquote { border-color: #43a047 } .fr-view blockquote { border-left: solid 2px #5e35b1; margin-left: 0; padding-left: 5px; color: #5e35b1 } .fr-view blockquote blockquote { border-color: #00bcd4; color: #00bcd4 } .fr-view blockquote blockquote blockquote { border-color: #43a047; color: #43a047 } .fr-view span.fr-emoticon { font-weight: 400; font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; display: inline; line-height: 0 } .fr-view span.fr-emoticon.fr-emoticon-img { background-repeat: no-repeat !important; font-size: inherit; height: 1em; width: 1em; min-height: 20px; min-width: 20px; display: inline-block; margin: -.1em .1em .1em; line-height: 1; vertical-align: middle } .fr-view .fr-text-gray { color: #AAA !important } .fr-view .fr-text-bordered { border-top: solid 1px #222; border-bottom: solid 1px #222; padding: 10px 0 } .fr-view .fr-text-spaced { letter-spacing: 1px } .fr-view .fr-text-uppercase { text-transform: uppercase } .fr-view img { position: relative; max-width: 100% } .fr-view img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } .fr-view img.fr-dib.fr-fil { margin-left: 0; text-align: left } .fr-view img.fr-dib.fr-fir { margin-right: 0; text-align: right } .fr-view img.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } .fr-view img.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } .fr-view img.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } .fr-view span.fr-img-caption { position: relative; max-width: 100% } .fr-view span.fr-img-caption.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } .fr-view span.fr-img-caption.fr-dib.fr-fil { margin-left: 0; text-align: left } .fr-view span.fr-img-caption.fr-dib.fr-fir { margin-right: 0; text-align: right } .fr-view span.fr-img-caption.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } .fr-view span.fr-img-caption.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } .fr-view span.fr-img-caption.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } .fr-view .fr-video { text-align: center; position: relative } .fr-view .fr-video>* { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; max-width: 100%; border: 0 } .fr-view .fr-video.fr-dvb { display: block; clear: both } .fr-view .fr-video.fr-dvb.fr-fvl { text-align: left } .fr-view .fr-video.fr-dvb.fr-fvr { text-align: right } .fr-view .fr-video.fr-dvi { display: inline-block } .fr-view .fr-video.fr-dvi.fr-fvl { float: left } .fr-view .fr-video.fr-dvi.fr-fvr { float: right } .fr-view a.fr-strong { font-weight: 700 } .fr-view a.fr-green { color: green } .fr-view .fr-img-caption { text-align: center } .fr-view .fr-img-caption .fr-img-wrap { padding: 0; display: inline-block; margin: auto; text-align: center } .fr-view .fr-img-caption .fr-img-wrap img { display: block; margin: auto } .fr-view .fr-img-caption .fr-img-wrap>span { margin: auto; display: inline-block; padding: 5px 5px 10px; font-size: 14px; font-weight: initial; max-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-opacity: .9; -moz-opacity: .9; opacity: .9; -ms-filter: "alpha(Opacity=0)" } .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box } .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large { font-size: 24px } a.fr-view.fr-strong { font-weight: 700 } a.fr-view.fr-green { color: green } img.fr-view { position: relative; max-width: 100% } img.fr-view.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } img.fr-view.fr-dib.fr-fil { margin-left: 0; text-align: left } img.fr-view.fr-dib.fr-fir { margin-right: 0; text-align: right } img.fr-view.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } img.fr-view.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } img.fr-view.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } span.fr-img-caption.fr-view { position: relative; max-width: 100% } span.fr-img-caption.fr-view.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } span.fr-img-caption.fr-view.fr-dib.fr-fil { margin-left: 0; text-align: left } span.fr-img-caption.fr-view.fr-dib.fr-fir { margin-right: 0; text-align: right } span.fr-img-caption.fr-view.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } span.fr-img-caption.fr-view.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } span.fr-img-caption.fr-view.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } /* Froala don't add no border so we add it manually. */ .fr-view table.fr-no-borders td, .fr-view table.fr-no-borders th { border: none; } .s123-module-foodDelivery .well { border: none; } .s123-module-foodDelivery .categories-panel li { padding-bottom: 0.2em; } .s123-module-foodDelivery .categories-panel li a, .s123-module-foodDelivery .categories-panelr li a:hover, .s123-module-foodDelivery .categories-panel li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-foodDelivery .categories-panel li.active a { border: 1px solid; } .s123-module-foodDelivery .food-delivery-items-container .box { padding: 0; } .s123-module-foodDelivery .food-delivery-items-container .box .food-delivery-item-container { padding: 10px; } .s123-module-foodDelivery .food-delivery-items-container .box .buttons-container { padding: 10px; } .s123-module-foodDelivery a.item-image { cursor: pointer; width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } html[dir=rtl] .s123-module-foodDelivery .mobile-floating-cart { position: fixed; bottom: 0px; z-index: 99009; right: 0px; } html[dir=ltr] .s123-module-foodDelivery .mobile-floating-cart { position: fixed; bottom: 0px; z-index: 99009; left: 0px; } .s123-module-foodDelivery.layout-2 .menu2 .inner { padding-top: 65px; } .s123-module-foodDelivery.layout-2 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-foodDelivery.layout-2 .menu-category { display: none; } .s123-module-foodDelivery.layout-2 .menu-block { width: 100%; } .s123-module-foodDelivery.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-foodDelivery.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-foodDelivery.layout-2 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-foodDelivery.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-foodDelivery.layout-2 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-foodDelivery.layout-2 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .item h4 { text-align: right; } .s123-module-foodDelivery.layout-2 .menu-block .item p { display: block; text-align: left; width: 65%; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .item p { text-align: right; } @media (min-width:768px) { .s123-module-foodDelivery.layout-2 .menu-block .prices { display: block; position: absolute; top: 10px; right: 10px; min-width: 90px; font-size: 1.4em; cursor: default; } } .s123-module-foodDelivery.layout-2 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .prices { right: auto; left: 0; } .s123-module-foodDelivery.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-foodDelivery.layout-2 .filter li { display: inline-block; margin: 0.0714em 0.0714em; } .s123-module-foodDelivery.layout-2 .filter li:first-child:before { display: none; } .s123-module-foodDelivery.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-foodDelivery.layout-2 .filter li a:hover, .s123-module-foodDelivery.layout-2 .filter li a:focus, .s123-module-foodDelivery.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .product-options { display: block; clear: both; } .p-o-container { display: block; clear: both; } .product-options .p-o-title { margin-bottom: 5px; text-transform: uppercase; } .product-options .p-o-title .p-o-item-value { text-transform: capitalize; } .product-options .p-o-color-list { padding: 0; margin: 0; list-style: none; } @media ( min-width:1201px) { .product-options .p-o-color-list { max-width: 70%; } } .product-options .p-o-color-list .p-o-color { width: 24px; height: 24px; padding: 0; margin-bottom: 10px; margin-right: 14px; display: inline-block; vertical-align: middle; } html[dir=rtl] .product-options .p-o-color-list .p-o-color { margin-right: 0; margin-left: 14px; } .product-options .p-o-color-list .p-o-color>span { width: 100%; height: 100%; border: 1px solid rgba(221, 221, 221, .5); border-radius: 2px; display: block; vertical-align: middle; cursor: pointer; position: relative; } .product-options .p-o-color-list .p-o-color>span:hover:after, .product-options .p-o-color-list .p-o-color.selected>span:after { content: ""; position: absolute; width: 30px; height: 30px; top: -4px; left: -4px; border: 1px solid rgba(221, 221, 221, 1); border-radius: 4px; } .product-options .p-o-list { width: auto; min-width: 160px; margin-bottom: 10px; } .s123-page-data-products .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } .s123-page-data-products .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-page-data-products .product-out-of-stock { left: auto; right: 10px; } .s123-module-portfolio.layout-1 ul.portfolio-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .thumbnail { border: none; color: inherit; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .portfolio-image-box { position: relative; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-portfolio.layout-1 .portfolio-image a.portfolio-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-portfolio.layout-1 .product-details-container h4 { margin: 0.75em 0; } .s123-module-portfolio.layout-1 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 100%; } } .s123-module-portfolio.layout-1 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-portfolio.layout-1 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-portfolio.layout-1 .filter li:first-child:before { display: none; } .s123-module-portfolio.layout-1 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-portfolio.layout-1 .filter li a:hover, .s123-module-portfolio.layout-1 .filter li a:focus, .s123-module-portfolio.layout-1 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-portfolio .main-portfolio-image img, .s123-module-portfolio .additional-portfolio-image img { max-width: 100%; height: auto; display: block; } .s123-module-portfolio .custom-container { width: 80%; } .s123-module-portfolio .description-container { margin-bottom: 50px; } .s123-module-agenda.layout-1 table .width-30 { width: 30%; } .s123-module-agenda.layout-1 table .width-70 { width: 70%; }
public/css/minimize.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; } a { background-color: transparent; } a:active, a:hover { outline: 0; } abbr[title] { border-bottom: 1px dotted; } b, strong { font-weight: bold; } dfn { font-style: italic; } h1 { margin: .67em 0; font-size: 2em; } mark { color: #000; background: #ff0; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sup { top: -.5em; } sub { bottom: -.25em; } img { border: 0; } svg:not(:root) { overflow: hidden; } figure { margin: 1em 40px; } hr { height: 0; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } pre { overflow: auto; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } button, input, optgroup, select, textarea { margin: 0; font: inherit; color: inherit; } 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 { padding: 0; border: 0; } input { line-height: normal; } input[type="checkbox"], input[type="radio"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; 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-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; -webkit-appearance: textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; } fieldset { padding: .35em .625em .75em; margin: 0 2px; border: 1px solid #c0c0c0; } legend { padding: 0; border: 0; } textarea { overflow: auto; } optgroup { font-weight: bold; } table { border-spacing: 0; border-collapse: collapse; } td, th { padding: 0; } @media print { *, *:before, *:after { color: #000 !important; text-shadow: none !important; background: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } select { background: #fff !important; } .navbar { display: none; } .btn>.caret, .dropup>.btn>.caret { border-top-color: #000 !important; } .label { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } } * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html { font-size: 10px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.42857143; color: #333; background-color: #fff; } input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; } a { color: #337ab7; text-decoration: none; } a:hover, a:focus { color: #23527c; text-decoration: underline; } a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } figure { margin: 0; } img { vertical-align: middle; } .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img { display: block; max-width: 100%; height: auto; } .img-rounded { border-radius: 6px; } .img-thumbnail { display: inline-block; max-width: 100%; height: 200px; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; } .img-circle { border-radius: 50%; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #eee; } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: inherit; font-weight: 500; line-height: 1.1; color: inherit; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small { font-weight: normal; line-height: 1; color: #777; } h1, .h1, h2, .h2, h3, .h3 { margin-top: 20px; margin-bottom: 10px; } h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small { font-size: 65%; } h4, .h4, h5, .h5, h6, .h6 { margin-top: 10px; margin-bottom: 10px; } h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small { font-size: 75%; } h1, .h1 { font-size: 36px; } h2, .h2 { font-size: 30px; } h3, .h3 { font-size: 24px; } h4, .h4 { font-size: 18px; } h5, .h5 { font-size: 14px; } h6, .h6 { font-size: 12px; } p { margin: 0 0 10px; } .lead { margin-bottom: 20px; font-size: 16px; font-weight: 300; line-height: 1.4; } @media (min-width:768px) { .lead { font-size: 21px; } } small, .small { font-size: 85%; } mark, .mark { padding: .2em; background-color: #fcf8e3; } .text-left { text-align: left; } .text-right { text-align: right; } .text-center { text-align: center; } .text-justify { text-align: justify; } .text-nowrap { white-space: nowrap; } .text-lowercase { text-transform: lowercase; } .text-uppercase { text-transform: uppercase; } .text-capitalize { text-transform: capitalize; } .text-muted { color: #777; } .text-primary { color: #337ab7; } a.text-primary:hover { color: #286090; } .text-success { color: #3c763d; } a.text-success:hover { color: #2b542c; } .text-info { color: #31708f; } a.text-info:hover { color: #245269; } .text-warning { color: #8a6d3b; } a.text-warning:hover { color: #66512c; } .text-danger { color: #a94442; } a.text-danger:hover { color: #843534; } .bg-primary { color: #fff; background-color: #337ab7; } a.bg-primary:hover { background-color: #286090; } .bg-success { background-color: #dff0d8; } a.bg-success:hover { background-color: #c1e2b3; } .bg-info { background-color: #d9edf7; } a.bg-info:hover { background-color: #afd9ee; } .bg-warning { background-color: #fcf8e3; } a.bg-warning:hover { background-color: #f7ecb5; } .bg-danger { background-color: #f2dede; } a.bg-danger:hover { background-color: #e4b9b9; } .page-header { padding-bottom: 9px; margin: 40px 0 20px; border-bottom: 1px solid #eee; } ul, ol { margin-top: 0; margin-bottom: 10px; } ul ul, ol ul, ul ol, ol ol { margin-bottom: 0; } .list-unstyled { padding-left: 0; list-style: none; } .list-inline { padding-left: 0; margin-left: -5px; list-style: none; } .list-inline>li { display: inline-block; padding-right: 5px; padding-left: 5px; } dl { margin-top: 0; margin-bottom: 20px; } dt, dd { line-height: 1.42857143; } dt { font-weight: bold; } dd { margin-left: 0; } @media (min-width:768px) { .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .dl-horizontal dd { margin-left: 180px; } } abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #777; } .initialism { font-size: 90%; text-transform: uppercase; } blockquote { padding: 10px 20px; margin: 0 0 20px; font-size: 17.5px; border-left: 5px solid #eee; } blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; } blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.42857143; color: #777; } blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; } .blockquote-reverse, blockquote.pull-right { padding-right: 15px; padding-left: 0; text-align: right; border-right: 5px solid #eee; border-left: 0; } .blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before { content: ''; } .blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after { content: '\00A0 \2014'; } address { margin-bottom: 20px; font-style: normal; line-height: 1.42857143; } code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; } code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; border-radius: 4px; } kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25); } kbd kbd { padding: 0; font-size: 100%; font-weight: bold; -webkit-box-shadow: none; box-shadow: none; } pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 1.42857143; color: #333; word-break: break-all; word-wrap: break-word; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 4px; } pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width:768px) { .container { width: 750px; } } @media (min-width:992px) { .container { width: 970px; } } @media (min-width:1200px) { .container { width: 1170px; } } .container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { margin-right: -15px; margin-left: -15px; } .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-right: 15px; padding-left: 15px; } .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; } .col-xs-12 { width: 100%; } .col-xs-11 { width: 91.66666667%; } .col-xs-10 { width: 83.33333333%; } .col-xs-9 { width: 75%; } .col-xs-8 { width: 66.66666667%; } .col-xs-7 { width: 58.33333333%; } .col-xs-6 { width: 50%; } .col-xs-5 { width: 41.66666667%; } .col-xs-4 { width: 33.33333333%; } .col-xs-3 { width: 25%; } .col-xs-2 { width: 16.66666667%; } .col-xs-1 { width: 8.33333333%; } .col-xs-pull-12 { right: 100%; } .col-xs-pull-11 { right: 91.66666667%; } .col-xs-pull-10 { right: 83.33333333%; } .col-xs-pull-9 { right: 75%; } .col-xs-pull-8 { right: 66.66666667%; } .col-xs-pull-7 { right: 58.33333333%; } .col-xs-pull-6 { right: 50%; } .col-xs-pull-5 { right: 41.66666667%; } .col-xs-pull-4 { right: 33.33333333%; } .col-xs-pull-3 { right: 25%; } .col-xs-pull-2 { right: 16.66666667%; } .col-xs-pull-1 { right: 8.33333333%; } .col-xs-pull-0 { right: auto; } .col-xs-push-12 { left: 100%; } .col-xs-push-11 { left: 91.66666667%; } .col-xs-push-10 { left: 83.33333333%; } .col-xs-push-9 { left: 75%; } .col-xs-push-8 { left: 66.66666667%; } .col-xs-push-7 { left: 58.33333333%; } .col-xs-push-6 { left: 50%; } .col-xs-push-5 { left: 41.66666667%; } .col-xs-push-4 { left: 33.33333333%; } .col-xs-push-3 { left: 25%; } .col-xs-push-2 { left: 16.66666667%; } .col-xs-push-1 { left: 8.33333333%; } .col-xs-push-0 { left: auto; } .col-xs-offset-12 { margin-left: 100%; } .col-xs-offset-11 { margin-left: 91.66666667%; } .col-xs-offset-10 { margin-left: 83.33333333%; } .col-xs-offset-9 { margin-left: 75%; } .col-xs-offset-8 { margin-left: 66.66666667%; } .col-xs-offset-7 { margin-left: 58.33333333%; } .col-xs-offset-6 { margin-left: 50%; } .col-xs-offset-5 { margin-left: 41.66666667%; } .col-xs-offset-4 { margin-left: 33.33333333%; } .col-xs-offset-3 { margin-left: 25%; } .col-xs-offset-2 { margin-left: 16.66666667%; } .col-xs-offset-1 { margin-left: 8.33333333%; } .col-xs-offset-0 { margin-left: 0; } @media (min-width:768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-12 { width: 100%; } .col-sm-11 { width: 91.66666667%; } .col-sm-10 { width: 83.33333333%; } .col-sm-9 { width: 75%; } .col-sm-8 { width: 66.66666667%; } .col-sm-7 { width: 58.33333333%; } .col-sm-6 { width: 50%; } .col-sm-5 { width: 41.66666667%; } .col-sm-4 { width: 33.33333333%; } .col-sm-3 { width: 25%; } .col-sm-2 { width: 16.66666667%; } .col-sm-1 { width: 8.33333333%; } .col-sm-pull-12 { right: 100%; } .col-sm-pull-11 { right: 91.66666667%; } .col-sm-pull-10 { right: 83.33333333%; } .col-sm-pull-9 { right: 75%; } .col-sm-pull-8 { right: 66.66666667%; } .col-sm-pull-7 { right: 58.33333333%; } .col-sm-pull-6 { right: 50%; } .col-sm-pull-5 { right: 41.66666667%; } .col-sm-pull-4 { right: 33.33333333%; } .col-sm-pull-3 { right: 25%; } .col-sm-pull-2 { right: 16.66666667%; } .col-sm-pull-1 { right: 8.33333333%; } .col-sm-pull-0 { right: auto; } .col-sm-push-12 { left: 100%; } .col-sm-push-11 { left: 91.66666667%; } .col-sm-push-10 { left: 83.33333333%; } .col-sm-push-9 { left: 75%; } .col-sm-push-8 { left: 66.66666667%; } .col-sm-push-7 { left: 58.33333333%; } .col-sm-push-6 { left: 50%; } .col-sm-push-5 { left: 41.66666667%; } .col-sm-push-4 { left: 33.33333333%; } .col-sm-push-3 { left: 25%; } .col-sm-push-2 { left: 16.66666667%; } .col-sm-push-1 { left: 8.33333333%; } .col-sm-push-0 { left: auto; } .col-sm-offset-12 { margin-left: 100%; } .col-sm-offset-11 { margin-left: 91.66666667%; } .col-sm-offset-10 { margin-left: 83.33333333%; } .col-sm-offset-9 { margin-left: 75%; } .col-sm-offset-8 { margin-left: 66.66666667%; } .col-sm-offset-7 { margin-left: 58.33333333%; } .col-sm-offset-6 { margin-left: 50%; } .col-sm-offset-5 { margin-left: 41.66666667%; } .col-sm-offset-4 { margin-left: 33.33333333%; } .col-sm-offset-3 { margin-left: 25%; } .col-sm-offset-2 { margin-left: 16.66666667%; } .col-sm-offset-1 { margin-left: 8.33333333%; } .col-sm-offset-0 { margin-left: 0; } } @media (min-width:992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-12 { width: 100%; } .col-md-11 { width: 91.66666667%; } .col-md-10 { width: 83.33333333%; } .col-md-9 { width: 75%; } .col-md-8 { width: 66.66666667%; } .col-md-7 { width: 58.33333333%; } .col-md-6 { width: 50%; } .col-md-5 { width: 41.66666667%; } .col-md-4 { width: 33.33333333%; } .col-md-3 { width: 25%; } .col-md-2 { width: 16.66666667%; } .col-md-1 { width: 8.33333333%; } .col-md-pull-12 { right: 100%; } .col-md-pull-11 { right: 91.66666667%; } .col-md-pull-10 { right: 83.33333333%; } .col-md-pull-9 { right: 75%; } .col-md-pull-8 { right: 66.66666667%; } .col-md-pull-7 { right: 58.33333333%; } .col-md-pull-6 { right: 50%; } .col-md-pull-5 { right: 41.66666667%; } .col-md-pull-4 { right: 33.33333333%; } .col-md-pull-3 { right: 25%; } .col-md-pull-2 { right: 16.66666667%; } .col-md-pull-1 { right: 8.33333333%; } .col-md-pull-0 { right: auto; } .col-md-push-12 { left: 100%; } .col-md-push-11 { left: 91.66666667%; } .col-md-push-10 { left: 83.33333333%; } .col-md-push-9 { left: 75%; } .col-md-push-8 { left: 66.66666667%; } .col-md-push-7 { left: 58.33333333%; } .col-md-push-6 { left: 50%; } .col-md-push-5 { left: 41.66666667%; } .col-md-push-4 { left: 33.33333333%; } .col-md-push-3 { left: 25%; } .col-md-push-2 { left: 16.66666667%; } .col-md-push-1 { left: 8.33333333%; } .col-md-push-0 { left: auto; } .col-md-offset-12 { margin-left: 100%; } .col-md-offset-11 { margin-left: 91.66666667%; } .col-md-offset-10 { margin-left: 83.33333333%; } .col-md-offset-9 { margin-left: 75%; } .col-md-offset-8 { margin-left: 66.66666667%; } .col-md-offset-7 { margin-left: 58.33333333%; } .col-md-offset-6 { margin-left: 50%; } .col-md-offset-5 { margin-left: 41.66666667%; } .col-md-offset-4 { margin-left: 33.33333333%; } .col-md-offset-3 { margin-left: 25%; } .col-md-offset-2 { margin-left: 16.66666667%; } .col-md-offset-1 { margin-left: 8.33333333%; } .col-md-offset-0 { margin-left: 0; } } @media (min-width:1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-12 { width: 100%; } .col-lg-11 { width: 91.66666667%; } .col-lg-10 { width: 83.33333333%; } .col-lg-9 { width: 75%; } .col-lg-8 { width: 66.66666667%; } .col-lg-7 { width: 58.33333333%; } .col-lg-6 { width: 50%; } .col-lg-5 { width: 41.66666667%; } .col-lg-4 { width: 33.33333333%; } .col-lg-3 { width: 25%; } .col-lg-2 { width: 16.66666667%; } .col-lg-1 { width: 8.33333333%; } .col-lg-pull-12 { right: 100%; } .col-lg-pull-11 { right: 91.66666667%; } .col-lg-pull-10 { right: 83.33333333%; } .col-lg-pull-9 { right: 75%; } .col-lg-pull-8 { right: 66.66666667%; } .col-lg-pull-7 { right: 58.33333333%; } .col-lg-pull-6 { right: 50%; } .col-lg-pull-5 { right: 41.66666667%; } .col-lg-pull-4 { right: 33.33333333%; } .col-lg-pull-3 { right: 25%; } .col-lg-pull-2 { right: 16.66666667%; } .col-lg-pull-1 { right: 8.33333333%; } .col-lg-pull-0 { right: auto; } .col-lg-push-12 { left: 100%; } .col-lg-push-11 { left: 91.66666667%; } .col-lg-push-10 { left: 83.33333333%; } .col-lg-push-9 { left: 75%; } .col-lg-push-8 { left: 66.66666667%; } .col-lg-push-7 { left: 58.33333333%; } .col-lg-push-6 { left: 50%; } .col-lg-push-5 { left: 41.66666667%; } .col-lg-push-4 { left: 33.33333333%; } .col-lg-push-3 { left: 25%; } .col-lg-push-2 { left: 16.66666667%; } .col-lg-push-1 { left: 8.33333333%; } .col-lg-push-0 { left: auto; } .col-lg-offset-12 { margin-left: 100%; } .col-lg-offset-11 { margin-left: 91.66666667%; } .col-lg-offset-10 { margin-left: 83.33333333%; } .col-lg-offset-9 { margin-left: 75%; } .col-lg-offset-8 { margin-left: 66.66666667%; } .col-lg-offset-7 { margin-left: 58.33333333%; } .col-lg-offset-6 { margin-left: 50%; } .col-lg-offset-5 { margin-left: 41.66666667%; } .col-lg-offset-4 { margin-left: 33.33333333%; } .col-lg-offset-3 { margin-left: 25%; } .col-lg-offset-2 { margin-left: 16.66666667%; } .col-lg-offset-1 { margin-left: 8.33333333%; } .col-lg-offset-0 { margin-left: 0; } } table { background-color: transparent; } caption { padding-top: 8px; padding-bottom: 8px; color: #777; text-align: left; } th { text-align: left; } .table { width: 100%; max-width: 100%; margin-bottom: 20px; } .table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { padding: 8px; line-height: 1.42857143; vertical-align: top; border-top: 1px solid #ddd; } .table>thead>tr>th { vertical-align: bottom; border-bottom: 2px solid #ddd; } .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td { border-top: 0; } .table>tbody+tbody { border-top: 2px solid #ddd; } .table .table { background-color: #fff; } .table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td { padding: 5px; } .table-bordered { border: 1px solid #ddd; } .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #ddd; } .table-bordered>thead>tr>th, .table-bordered>thead>tr>td { border-bottom-width: 2px; } .table-striped>tbody>tr:nth-of-type(odd) { background-color: #f9f9f9; } .table-hover>tbody>tr:hover { background-color: #f5f5f5; } table col[class*="col-"] { position: static; display: table-column; float: none; } table td[class*="col-"], table th[class*="col-"] { position: static; display: table-cell; float: none; } .table>thead>tr>td.active, .table>tbody>tr>td.active, .table>tfoot>tr>td.active, .table>thead>tr>th.active, .table>tbody>tr>th.active, .table>tfoot>tr>th.active, .table>thead>tr.active>td, .table>tbody>tr.active>td, .table>tfoot>tr.active>td, .table>thead>tr.active>th, .table>tbody>tr.active>th, .table>tfoot>tr.active>th { background-color: #f5f5f5; } .table-hover>tbody>tr>td.active:hover, .table-hover>tbody>tr>th.active:hover, .table-hover>tbody>tr.active:hover>td, .table-hover>tbody>tr:hover>.active, .table-hover>tbody>tr.active:hover>th { background-color: #e8e8e8; } .table>thead>tr>td.success, .table>tbody>tr>td.success, .table>tfoot>tr>td.success, .table>thead>tr>th.success, .table>tbody>tr>th.success, .table>tfoot>tr>th.success, .table>thead>tr.success>td, .table>tbody>tr.success>td, .table>tfoot>tr.success>td, .table>thead>tr.success>th, .table>tbody>tr.success>th, .table>tfoot>tr.success>th { background-color: #dff0d8; } .table-hover>tbody>tr>td.success:hover, .table-hover>tbody>tr>th.success:hover, .table-hover>tbody>tr.success:hover>td, .table-hover>tbody>tr:hover>.success, .table-hover>tbody>tr.success:hover>th { background-color: #d0e9c6; } .table>thead>tr>td.info, .table>tbody>tr>td.info, .table>tfoot>tr>td.info, .table>thead>tr>th.info, .table>tbody>tr>th.info, .table>tfoot>tr>th.info, .table>thead>tr.info>td, .table>tbody>tr.info>td, .table>tfoot>tr.info>td, .table>thead>tr.info>th, .table>tbody>tr.info>th, .table>tfoot>tr.info>th { background-color: #d9edf7; } .table-hover>tbody>tr>td.info:hover, .table-hover>tbody>tr>th.info:hover, .table-hover>tbody>tr.info:hover>td, .table-hover>tbody>tr:hover>.info, .table-hover>tbody>tr.info:hover>th { background-color: #c4e3f3; } .table>thead>tr>td.warning, .table>tbody>tr>td.warning, .table>tfoot>tr>td.warning, .table>thead>tr>th.warning, .table>tbody>tr>th.warning, .table>tfoot>tr>th.warning, .table>thead>tr.warning>td, .table>tbody>tr.warning>td, .table>tfoot>tr.warning>td, .table>thead>tr.warning>th, .table>tbody>tr.warning>th, .table>tfoot>tr.warning>th { background-color: #fcf8e3; } .table-hover>tbody>tr>td.warning:hover, .table-hover>tbody>tr>th.warning:hover, .table-hover>tbody>tr.warning:hover>td, .table-hover>tbody>tr:hover>.warning, .table-hover>tbody>tr.warning:hover>th { background-color: #faf2cc; } .table>thead>tr>td.danger, .table>tbody>tr>td.danger, .table>tfoot>tr>td.danger, .table>thead>tr>th.danger, .table>tbody>tr>th.danger, .table>tfoot>tr>th.danger, .table>thead>tr.danger>td, .table>tbody>tr.danger>td, .table>tfoot>tr.danger>td, .table>thead>tr.danger>th, .table>tbody>tr.danger>th, .table>tfoot>tr.danger>th { background-color: #f2dede; } .table-hover>tbody>tr>td.danger:hover, .table-hover>tbody>tr>th.danger:hover, .table-hover>tbody>tr.danger:hover>td, .table-hover>tbody>tr:hover>.danger, .table-hover>tbody>tr.danger:hover>th { background-color: #ebcccc; } .table-responsive { min-height: .01%; overflow-x: auto; } @media screen and (max-width:767px) { .table-responsive { width: 100%; margin-bottom: 15px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; } .table-responsive>.table { margin-bottom: 0; } .table-responsive>.table>thead>tr>th, .table-responsive>.table>tbody>tr>th, .table-responsive>.table>tfoot>tr>th, .table-responsive>.table>thead>tr>td, .table-responsive>.table>tbody>tr>td, .table-responsive>.table>tfoot>tr>td { white-space: nowrap; } .table-responsive>.table-bordered { border: 0; } .table-responsive>.table-bordered>thead>tr>th:first-child, .table-responsive>.table-bordered>tbody>tr>th:first-child, .table-responsive>.table-bordered>tfoot>tr>th:first-child, .table-responsive>.table-bordered>thead>tr>td:first-child, .table-responsive>.table-bordered>tbody>tr>td:first-child, .table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0; } .table-responsive>.table-bordered>thead>tr>th:last-child, .table-responsive>.table-bordered>tbody>tr>th:last-child, .table-responsive>.table-bordered>tfoot>tr>th:last-child, .table-responsive>.table-bordered>thead>tr>td:last-child, .table-responsive>.table-bordered>tbody>tr>td:last-child, .table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0; } .table-responsive>.table-bordered>tbody>tr:last-child>th, .table-responsive>.table-bordered>tfoot>tr:last-child>th, .table-responsive>.table-bordered>tbody>tr:last-child>td, .table-responsive>.table-bordered>tfoot>tr:last-child>td { border-bottom: 0; } } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; padding: 0; margin-bottom: 20px; font-size: 21px; line-height: inherit; color: #333; border: 0; border-bottom: 1px solid #e5e5e5; } label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; } input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; } input[type="file"] { display: block; } input[type="range"] { display: block; width: 100%; } select[multiple], select[size] { height: auto; } input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555; } .form-control { display: block; width: 100%; height: 34px; padding: 6px 12px; font-size: 14px; line-height: 1.42857143; color: #555; background-color: #fff; background-image: none; border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } .form-control:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6); } .form-control::-moz-placeholder { color: #999; opacity: 1; } .form-control:-ms-input-placeholder { color: #999; } .form-control::-webkit-input-placeholder { color: #999; } .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eee; opacity: 1; } textarea.form-control { height: auto; } input[type="search"] { -webkit-appearance: none; } @media screen and (-webkit-min-device-pixel-ratio:0) { input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { line-height: 34px; } input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm, .input-group-sm input[type="date"], .input-group-sm input[type="time"], .input-group-sm input[type="datetime-local"], .input-group-sm input[type="month"] { line-height: 30px; } input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg, .input-group-lg input[type="date"], .input-group-lg input[type="time"], .input-group-lg input[type="datetime-local"], .input-group-lg input[type="month"] { line-height: 46px; } } .form-group { margin-bottom: 15px; } .radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; } .radio label, .checkbox label { min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; } .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-top: 4px \9; margin-left: -20px; } .radio+.radio, .checkbox+.checkbox { margin-top: -5px; } .radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer; } .radio-inline+.radio-inline, .checkbox-inline+.checkbox-inline { margin-top: 0; margin-left: 10px; } input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; } .radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline { cursor: not-allowed; } .radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label { cursor: not-allowed; } .form-control-static { padding-top: 7px; padding-bottom: 7px; margin-bottom: 0; } .form-control-static.input-lg, .form-control-static.input-sm { padding-right: 0; padding-left: 0; } .input-sm { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-sm { height: 30px; line-height: 30px; } textarea.input-sm, select[multiple].input-sm { height: auto; } .form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.form-group-sm .form-control { height: 30px; line-height: 30px; } textarea.form-group-sm .form-control, select[multiple].form-group-sm .form-control { height: auto; } .form-group-sm .form-control-static { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; } .input-lg { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-lg { height: 46px; line-height: 46px; } textarea.input-lg, select[multiple].input-lg { height: auto; } .form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.form-group-lg .form-control { height: 46px; line-height: 46px; } textarea.form-group-lg .form-control, select[multiple].form-group-lg .form-control { height: auto; } .form-group-lg .form-control-static { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; } .has-feedback { position: relative; } .has-feedback .form-control { padding-right: 42.5px; } .form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 34px; height: 34px; line-height: 34px; text-align: center; pointer-events: none; } .input-lg+.form-control-feedback { width: 46px; height: 46px; line-height: 46px; } .input-sm+.form-control-feedback { width: 30px; height: 30px; line-height: 30px; } .has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label { color: #3c763d; } .has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; } .has-success .input-group-addon { color: #3c763d; background-color: #dff0d8; border-color: #3c763d; } .has-success .form-control-feedback { color: #3c763d; } .has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label { color: #8a6d3b; } .has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; } .has-warning .input-group-addon { color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b; } .has-warning .form-control-feedback { color: #8a6d3b; } .has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label { color: #a94442; } .has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); } .has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; } .has-error .input-group-addon { color: #a94442; background-color: #f2dede; border-color: #a94442; } .has-error .form-control-feedback { color: #a94442; } .has-feedback label~.form-control-feedback { top: 25px; } .has-feedback label.sr-only~.form-control-feedback { top: 0; } .help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; } @media (min-width:768px) { .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-static { display: inline-block; } .form-inline .input-group { display: inline-table; vertical-align: middle; } .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control { width: auto; } .form-inline .input-group>.form-control { width: 100%; } .form-inline .control-label { margin-bottom: 0; vertical-align: middle; } .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; } .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .form-inline .has-feedback .form-control-feedback { top: 0; } } .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { padding-top: 7px; margin-top: 0; margin-bottom: 0; } .form-horizontal .radio, .form-horizontal .checkbox { min-height: 27px; } .form-horizontal .form-group { margin-right: -15px; margin-left: -15px; } @media (min-width:768px) { .form-horizontal .control-label { padding-top: 7px; margin-bottom: 0; text-align: right; } } .form-horizontal .has-feedback .form-control-feedback { right: 15px; } @media (min-width:768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.333333px; } } @media (min-width:768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; } } .btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px; } .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus, .btn.focus { color: #333; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; } .btn-default { color: #333; background-color: #fff; border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { color: #333; background-color: #e6e6e6; border-color: #adadad; } .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default { background-image: none; } .btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #fff; border-color: #ccc; } .btn-default .badge { color: #fff; background-color: #333; } .btn-primary { color: #fff; background-color: #337ab7; border-color: #2e6da4; } .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { color: #fff; background-color: #286090; border-color: #204d74; } .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { background-color: #337ab7; border-color: #2e6da4; } .btn-primary .badge { color: #337ab7; background-color: #fff; } .btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success { color: #fff; background-color: #449d44; border-color: #398439; } .btn-success:active, .btn-success.active, .open>.dropdown-toggle.btn-success { background-image: none; } .btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; } .btn-success .badge { color: #5cb85c; background-color: #fff; } .btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info.focus, .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info { color: #fff; background-color: #31b0d5; border-color: #269abc; } .btn-info:active, .btn-info.active, .open>.dropdown-toggle.btn-info { background-image: none; } .btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; } .btn-info .badge { color: #5bc0de; background-color: #fff; } .btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning { color: #fff; background-color: #ec971f; border-color: #d58512; } .btn-warning:active, .btn-warning.active, .open>.dropdown-toggle.btn-warning { background-image: none; } .btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; } .btn-warning .badge { color: #f0ad4e; background-color: #fff; } .btn-danger { color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger { color: #fff; background-color: #c9302c; border-color: #ac2925; } .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger { background-image: none; } .btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active { background-color: #d9534f; border-color: #d43f3a; } .btn-danger .badge { color: #d9534f; background-color: #fff; } .btn-link { font-weight: normal; color: #337ab7; border-radius: 0; } .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; } .btn-link:hover, .btn-link:focus { color: #23527c; text-decoration: underline; background-color: transparent; } .btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus { color: #777; text-decoration: none; } .btn-lg, .btn-group-lg>.btn { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } .btn-sm, .btn-group-sm>.btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-xs, .btn-group-xs>.btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; } .btn-block { display: block; width: 100%; } .btn-block+.btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .fade { opacity: 0; -webkit-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; } .fade.in { opacity: 1; } .collapse { display: none; visibility: hidden; } .collapse.in { display: block; visibility: visible; } tr.collapse.in { display: table-row; } tbody.collapse.in { display: table-row-group; } .collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; -webkit-transition-duration: .35s; -o-transition-duration: .35s; transition-duration: .35s; -webkit-transition-property: height, visibility; -o-transition-property: height, visibility; transition-property: height, visibility; } .caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; } .dropup, .dropdown { position: relative; } .dropdown-toggle:focus { outline: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; font-size: 14px; text-align: left; list-style: none; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175); box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu.pull-right { right: 0; left: auto; } .dropdown-menu .divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .dropdown-menu>li>a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.42857143; color: #333; white-space: nowrap; } .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus { color: #262626; text-decoration: none; background-color: #f5f5f5; } .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus { color: #fff; text-decoration: none; background-color: #337ab7; outline: 0; } .dropdown-menu>.disabled>a, .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus { color: #777; } .dropdown-menu>.disabled>a:hover, .dropdown-menu>.disabled>a:focus { text-decoration: none; cursor: not-allowed; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); } .open>.dropdown-menu { display: block; } .open>a { outline: 0; } .dropdown-menu-right { right: 0; left: auto; } .dropdown-menu-left { right: auto; left: 0; } .dropdown-header { display: block; padding: 3px 20px; font-size: 12px; line-height: 1.42857143; color: #777; white-space: nowrap; } .dropdown-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 990; } .pull-right>.dropdown-menu { right: 0; left: auto; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { content: ""; border-top: 0; border-bottom: 4px solid; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 2px; } @media (min-width:768px) { .navbar-right .dropdown-menu { right: 0; left: auto; } .navbar-right .dropdown-menu-left { right: auto; left: 0; } } .btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; } .btn-group>.btn, .btn-group-vertical>.btn { position: relative; float: left; } .btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active { z-index: 2; } .btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group { margin-left: -1px; } .btn-toolbar { margin-left: -5px; } .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; } .btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group { margin-left: 5px; } .btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; } .btn-group>.btn:first-child { margin-left: 0; } .btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group>.btn-group { float: left; } .btn-group>.btn-group:not(:first-child):not(:last-child)>.btn { border-radius: 0; } .btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group>.btn+.dropdown-toggle { padding-right: 8px; padding-left: 8px; } .btn-group>.btn-lg+.dropdown-toggle { padding-right: 12px; padding-left: 12px; } .btn-group.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn-group.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; } .btn .caret { margin-left: 0; } .btn-lg .caret { border-width: 5px 5px 0; border-bottom-width: 0; } .dropup .btn-lg .caret { border-width: 0 5px 5px; } .btn-group-vertical>.btn, .btn-group-vertical>.btn-group, .btn-group-vertical>.btn-group>.btn { display: block; float: none; width: 100%; max-width: 100%; } .btn-group-vertical>.btn-group>.btn { float: none; } .btn-group-vertical>.btn+.btn, .btn-group-vertical>.btn+.btn-group, .btn-group-vertical>.btn-group+.btn, .btn-group-vertical>.btn-group+.btn-group { margin-top: -1px; margin-left: 0; } .btn-group-vertical>.btn:not(:first-child):not(:last-child) { border-radius: 0; } .btn-group-vertical>.btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical>.btn:last-child:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-left-radius: 4px; } .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn { border-radius: 0; } .btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child, .btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; } .btn-group-justified>.btn, .btn-group-justified>.btn-group { display: table-cell; float: none; width: 1%; } .btn-group-justified>.btn-group .btn { width: 100%; } .btn-group-justified>.btn-group .dropdown-menu { left: auto; } [data-toggle="buttons"]>.btn input[type="radio"], [data-toggle="buttons"]>.btn-group>.btn input[type="radio"], [data-toggle="buttons"]>.btn input[type="checkbox"], [data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: table; border-collapse: separate; } .input-group[class*="col-"] { float: none; padding-right: 0; padding-left: 0; } .input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; } .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; } select.input-group-lg>.form-control, select.input-group-lg>.input-group-addon, select.input-group-lg>.input-group-btn>.btn { height: 46px; line-height: 46px; } textarea.input-group-lg>.form-control, textarea.input-group-lg>.input-group-addon, textarea.input-group-lg>.input-group-btn>.btn, select[multiple].input-group-lg>.form-control, select[multiple].input-group-lg>.input-group-addon, select[multiple].input-group-lg>.input-group-btn>.btn { height: auto; } .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; } select.input-group-sm>.form-control, select.input-group-sm>.input-group-addon, select.input-group-sm>.input-group-btn>.btn { height: 30px; line-height: 30px; } textarea.input-group-sm>.form-control, textarea.input-group-sm>.input-group-addon, textarea.input-group-sm>.input-group-btn>.btn, select[multiple].input-group-sm>.form-control, select[multiple].input-group-sm>.input-group-addon, select[multiple].input-group-sm>.input-group-btn>.btn { height: auto; } .input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; } .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; } .input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; } .input-group-addon { padding: 6px 12px; font-size: 14px; font-weight: normal; line-height: 1; color: #555; text-align: center; background-color: #eee; border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm { padding: 5px 10px; font-size: 12px; border-radius: 3px; } .input-group-addon.input-lg { padding: 10px 16px; font-size: 18px; border-radius: 6px; } .input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; } .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-addon:first-child { border-right: 0; } .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group-addon:last-child { border-left: 0; } .input-group-btn { position: relative; font-size: 0; white-space: nowrap; } .input-group-btn>.btn { position: relative; } .input-group-btn>.btn+.btn { margin-left: -1px; } .input-group-btn>.btn:hover, .input-group-btn>.btn:focus, .input-group-btn>.btn:active { z-index: 2; } .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group { margin-right: -1px; } .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group { margin-left: -1px; } .nav { padding-left: 0; margin-bottom: 0; list-style: none; } .nav>li { position: relative; display: block; } .nav>li>a { position: relative; display: block; padding: 10px 15px; } .nav>li>a:hover, .nav>li>a:focus { text-decoration: none; background-color: #eee; } .nav>li.disabled>a { color: #777; } .nav>li.disabled>a:hover, .nav>li.disabled>a:focus { color: #777; text-decoration: none; cursor: not-allowed; background-color: transparent; } .nav .open>a, .nav .open>a:hover, .nav .open>a:focus { background-color: #eee; border-color: #337ab7; } .nav .nav-divider { height: 1px; margin: 9px 0; overflow: hidden; background-color: #e5e5e5; } .nav>li>a>img { max-width: none; } .nav-tabs { border-bottom: 1px solid #ddd; } .nav-tabs>li { float: left; margin-bottom: -1px; } .nav-tabs>li>a { margin-right: 2px; line-height: 1.42857143; border: 1px solid transparent; border-radius: 4px 4px 0 0; } .nav-tabs>li>a:hover { border-color: #eee #eee #ddd; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus { color: #555; cursor: default; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; } .nav-tabs.nav-justified { width: 100%; border-bottom: 0; } .nav-tabs.nav-justified>li { float: none; } .nav-tabs.nav-justified>li>a { margin-bottom: 5px; text-align: center; } .nav-tabs.nav-justified>.dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width:768px) { .nav-tabs.nav-justified>li { display: table-cell; width: 1%; } .nav-tabs.nav-justified>li>a { margin-bottom: 0; } } .nav-tabs.nav-justified>li>a { margin-right: 0; border-radius: 4px; } .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus { border: 1px solid #ddd; } @media (min-width:768px) { .nav-tabs.nav-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:hover, .nav-tabs.nav-justified>.active>a:focus { border-bottom-color: #fff; } } .nav-pills>li { float: left; } .nav-pills>li>a { border-radius: 4px; } .nav-pills>li+li { margin-left: 2px; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #fff; background-color: #337ab7; } .nav-stacked>li { float: none; } .nav-stacked>li+li { margin-top: 2px; margin-left: 0; } .nav-justified { width: 100%; } .nav-justified>li { float: none; } .nav-justified>li>a { margin-bottom: 5px; text-align: center; } .nav-justified>.dropdown .dropdown-menu { top: auto; left: auto; } @media (min-width:768px) { .nav-justified>li { display: table-cell; width: 1%; } .nav-justified>li>a { margin-bottom: 0; } } .nav-tabs-justified { border-bottom: 0; } .nav-tabs-justified>li>a { margin-right: 0; border-radius: 4px; } .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus { border: 1px solid #ddd; } @media (min-width:768px) { .nav-tabs-justified>li>a { border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified>.active>a, .nav-tabs-justified>.active>a:hover, .nav-tabs-justified>.active>a:focus { border-bottom-color: #fff; } } .tab-content>.tab-pane { display: none; visibility: hidden; } .tab-content>.active { display: block; visibility: visible; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar { position: relative; min-height: 50px; margin-bottom: 20px; border: 1px solid transparent; } @media (min-width:768px) { .navbar { border-radius: 4px; } } @media (min-width:768px) { .navbar-header { float: left; } } .navbar-collapse { padding-right: 15px; padding-left: 15px; overflow-x: visible; -webkit-overflow-scrolling: touch; border-top: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1); } .navbar-collapse.in { overflow-y: auto; } @media (min-width:768px) { .navbar-collapse { width: auto; border-top: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; visibility: visible !important; } .navbar-collapse.in { overflow-y: visible; } .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-right: 0; padding-left: 0; } } .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 340px; } @media (max-device-width:480px) and (orientation:landscape) { .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { max-height: 200px; } } .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: -15px; margin-left: -15px; } @media (min-width:768px) { .container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse { margin-right: 0; margin-left: 0; } } .navbar-static-top { z-index: 1000; border-width: 0 0 1px; } @media (min-width:768px) { .navbar-static-top { border-radius: 0; } } .navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; } @media (min-width:768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } } .navbar-fixed-top { top: 0; border-width: 0 0 1px; } .navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; } .navbar-brand { float: left; height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; } .navbar-brand:hover, .navbar-brand:focus { text-decoration: none; } .navbar-brand>img { display: block; } @media (min-width:768px) { .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand { margin-left: -15px; } } .navbar-toggle { position: relative; float: right; padding: 9px 10px; margin-top: 8px; margin-right: 15px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; } .navbar-toggle:focus { outline: 0; } .navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; } .navbar-toggle .icon-bar+.icon-bar { margin-top: 4px; } @media (min-width:768px) { .navbar-toggle { display: none; } } .navbar-nav { margin: 7.5px -15px; } .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; line-height: 20px; } @media (max-width:767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; } .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; } .navbar-nav .open .dropdown-menu>li>a { line-height: 20px; } .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-nav .open .dropdown-menu>li>a:focus { background-image: none; } } @media (min-width:768px) { .navbar-nav { float: left; margin: 0; } .navbar-nav>li { float: left; } .navbar-nav>li>a { padding-top: 15px; padding-bottom: 15px; } } .navbar-form { padding: 10px 15px; margin-top: 8px; margin-right: -15px; margin-bottom: 8px; margin-left: -15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1); } @media (min-width:768px) { .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; } .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; } .navbar-form .form-control-static { display: inline-block; } .navbar-form .input-group { display: inline-table; vertical-align: middle; } .navbar-form .input-group .input-group-addon, .navbar-form .input-group .input-group-btn, .navbar-form .input-group .form-control { width: auto; } .navbar-form .input-group>.form-control { width: 100%; } .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; } .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; } .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; } .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; } .navbar-form .has-feedback .form-control-feedback { top: 0; } } @media (max-width:767px) { .navbar-form .form-group { margin-bottom: 5px; } .navbar-form .form-group:last-child { margin-bottom: 0; } } @media (min-width:768px) { .navbar-form { width: auto; padding-top: 0; padding-bottom: 0; margin-right: 0; margin-left: 0; border: 0; -webkit-box-shadow: none; box-shadow: none; } } .navbar-nav>li>.dropdown-menu { margin-top: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .navbar-fixed-bottom .navbar-nav>li>.dropdown-menu { margin-bottom: 0; border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .navbar-btn { margin-top: 8px; margin-bottom: 8px; } .navbar-btn.btn-sm { margin-top: 10px; margin-bottom: 10px; } .navbar-btn.btn-xs { margin-top: 14px; margin-bottom: 14px; } .navbar-text { margin-top: 15px; margin-bottom: 15px; } @media (min-width:768px) { .navbar-text { float: left; margin-right: 15px; margin-left: 15px; } } @media (min-width:768px) { .navbar-left { float: left !important; } .navbar-right { float: right !important; margin-right: -15px; } .navbar-right~.navbar-right { margin-right: 0; } } .navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; } .navbar-default .navbar-brand { color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { color: #777; } .navbar-default .navbar-nav>li>a { color: #777; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav>.disabled>a, .navbar-default .navbar-nav>.disabled>a:hover, .navbar-default .navbar-nav>.disabled>a:focus { color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus { color: #555; background-color: #e7e7e7; } @media (max-width:767px) { .navbar-default .navbar-nav .open .dropdown-menu>li>a { color: #777; } .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus { color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus { color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus { color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { color: #777; } .navbar-default .navbar-link:hover { color: #333; } .navbar-default .btn-link { color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; } .navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; } .navbar-inverse { background-color: #222; border-color: #080808; } .navbar-inverse .navbar-brand { color: #9d9d9d; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { color: #9d9d9d; } .navbar-inverse .navbar-nav>li>a { color: #9d9d9d; } .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav>.disabled>a, .navbar-inverse .navbar-nav>.disabled>a:hover, .navbar-inverse .navbar-nav>.disabled>a:focus { color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; } .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus { color: #fff; background-color: #080808; } @media (max-width:767px) { .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header { border-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu>li>a { color: #9d9d9d; } .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus { color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus { color: #fff; background-color: #080808; } .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus { color: #444; background-color: transparent; } } .navbar-inverse .navbar-link { color: #9d9d9d; } .navbar-inverse .navbar-link:hover { color: #fff; } .navbar-inverse .btn-link { color: #9d9d9d; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; } .navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; background-color: #f5f5f5; border-radius: 4px; } .breadcrumb>li { display: inline-block; } .breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0"; } .breadcrumb>.active { color: #777; } .pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; } .pagination>li { display: inline; } .pagination>li>a, .pagination>li>span { position: relative; float: left; padding: 6px 12px; margin-left: -1px; line-height: 1.42857143; color: #337ab7; text-decoration: none; background-color: #fff; border: 1px solid #ddd; } .pagination>li:first-child>a, .pagination>li:first-child>span { margin-left: 0; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .pagination>li:last-child>a, .pagination>li:last-child>span { border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus { color: #23527c; background-color: #eee; border-color: #ddd; } .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus { z-index: 2; color: #fff; cursor: default; background-color: #337ab7; border-color: #337ab7; } .pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus { color: #777; cursor: not-allowed; background-color: #fff; border-color: #ddd; } .pagination-lg>li>a, .pagination-lg>li>span { padding: 10px 16px; font-size: 18px; } .pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span { border-top-left-radius: 6px; border-bottom-left-radius: 6px; } .pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span { border-top-right-radius: 6px; border-bottom-right-radius: 6px; } .pagination-sm>li>a, .pagination-sm>li>span { padding: 5px 10px; font-size: 12px; } .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span { border-top-left-radius: 3px; border-bottom-left-radius: 3px; } .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span { border-top-right-radius: 3px; border-bottom-right-radius: 3px; } .pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none; } .pager li { display: inline; } .pager li>a, .pager li>span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; } .pager li>a:hover, .pager li>a:focus { text-decoration: none; background-color: #eee; } .pager .next>a, .pager .next>span { float: right; } .pager .previous>a, .pager .previous>span { float: left; } .pager .disabled>a, .pager .disabled>a:hover, .pager .disabled>a:focus, .pager .disabled>span { color: #777; cursor: not-allowed; background-color: #fff; } .label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; } a.label:hover, a.label:focus { color: #fff; text-decoration: none; cursor: pointer; } .label:empty { display: none; } .btn .label { position: relative; top: -1px; } .label-default { background-color: #777; } .label-default[href]:hover, .label-default[href]:focus { background-color: #5e5e5e; } .label-primary { background-color: #337ab7; } .label-primary[href]:hover, .label-primary[href]:focus { background-color: #286090; } .label-success { background-color: #5cb85c; } .label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; } .label-info { background-color: #5bc0de; } .label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; } .label-warning { background-color: #f0ad4e; } .label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; } .label-danger { background-color: #d9534f; } .label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; } .badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #777; border-radius: 10px; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .btn-xs .badge { top: 0; padding: 1px 5px; } a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; } .list-group-item.active>.badge, .nav-pills>.active>a>.badge { color: #337ab7; background-color: #fff; } .list-group-item>.badge { float: right; } .list-group-item>.badge+.badge { margin-right: 5px; } .nav-pills>li>a>.badge { margin-left: 3px; } .jumbotron { padding: 30px 15px; margin-bottom: 30px; color: inherit; background-color: #eee; } .jumbotron h1, .jumbotron .h1 { color: inherit; } .jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; } .jumbotron>hr { border-top-color: #d5d5d5; } .container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; } .jumbotron .container { max-width: 100%; } @media screen and (min-width:768px) { .jumbotron { padding: 48px 0; } .container .jumbotron, .container-fluid .jumbotron { padding-right: 60px; padding-left: 60px; } .jumbotron h1, .jumbotron .h1 { font-size: 63px; } } .thumbnail { display: block; padding: 4px; margin-bottom: 20px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; -webkit-transition: border .2s ease-in-out; -o-transition: border .2s ease-in-out; transition: border .2s ease-in-out; } .thumbnail>img, .thumbnail a>img { margin-right: auto; margin-left: auto; } a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #337ab7; } .thumbnail .caption { padding: 9px; color: #333; } .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; } .alert h4 { margin-top: 0; color: inherit; } .alert .alert-link { font-weight: bold; } .alert>p, .alert>ul { margin-bottom: 0; } .alert>p+p { margin-top: 5px; } .alert-dismissable, .alert-dismissible { padding-right: 35px; } .alert-dismissable .close, .alert-dismissible .close { position: relative; top: -2px; right: -21px; color: inherit; } .alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .alert-success hr { border-top-color: #c9e2b3; } .alert-success .alert-link { color: #2b542c; } .alert-info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert-info hr { border-top-color: #a6e1ec; } .alert-info .alert-link { color: #245269; } .alert-warning { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .alert-warning hr { border-top-color: #f7e1b5; } .alert-warning .alert-link { color: #66512c; } .alert-danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-danger hr { border-top-color: #e4b9c0; } .alert-danger .alert-link { color: #843534; } @-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @-o-keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { from { background-position: 40px 0; } to { background-position: 0 0; } } .progress { height: 20px; margin-bottom: 20px; overflow: hidden; background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .progress-bar { float: left; width: 0; height: 100%; font-size: 12px; line-height: 20px; color: #fff; text-align: center; background-color: #337ab7; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15); -webkit-transition: width .6s ease; -o-transition: width .6s ease; transition: width .6s ease; } .progress-striped .progress-bar, .progress-bar-striped { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); -webkit-background-size: 40px 40px; background-size: 40px 40px; } .progress.active .progress-bar, .progress-bar.active { -webkit-animation: progress-bar-stripes 2s linear infinite; -o-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; } .progress-bar-success { background-color: #5cb85c; } .progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-info { background-color: #5bc0de; } .progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-warning { background-color: #f0ad4e; } .progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .progress-bar-danger { background-color: #d9534f; } .progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent); } .media { margin-top: 15px; } .media:first-child { margin-top: 0; } .media, .media-body { overflow: hidden; zoom: 1; } .media-body { width: 10000px; } .media-object { display: block; } .media-right, .media>.pull-right { padding-left: 10px; } .media-left, .media>.pull-left { padding-right: 10px; } .media-left, .media-right, .media-body { display: table-cell; vertical-align: top; } .media-middle { vertical-align: middle; } .media-bottom { vertical-align: bottom; } .media-heading { margin-top: 0; margin-bottom: 5px; } .media-list { padding-left: 0; list-style: none; } .list-group { padding-left: 0; margin-bottom: 20px; } .list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; } .list-group-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } a.list-group-item { color: #555; } a.list-group-item .list-group-item-heading { color: #333; } a.list-group-item:hover, a.list-group-item:focus { color: #555; text-decoration: none; background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { color: #777; cursor: not-allowed; background-color: #eee; } .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading { color: inherit; } .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text { color: #777; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; color: #fff; background-color: #337ab7; border-color: #337ab7; } .list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading, .list-group-item.active .list-group-item-heading>small, .list-group-item.active:hover .list-group-item-heading>small, .list-group-item.active:focus .list-group-item-heading>small, .list-group-item.active .list-group-item-heading>.small, .list-group-item.active:hover .list-group-item-heading>.small, .list-group-item.active:focus .list-group-item-heading>.small { color: inherit; } .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text { color: #c7ddef; } .list-group-item-success { color: #3c763d; background-color: #dff0d8; } a.list-group-item-success { color: #3c763d; } a.list-group-item-success .list-group-item-heading { color: inherit; } a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; } a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; } .list-group-item-info { color: #31708f; background-color: #d9edf7; } a.list-group-item-info { color: #31708f; } a.list-group-item-info .list-group-item-heading { color: inherit; } a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; } a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; } .list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; } a.list-group-item-warning { color: #8a6d3b; } a.list-group-item-warning .list-group-item-heading { color: inherit; } a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; } a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; } .list-group-item-danger { color: #a94442; background-color: #f2dede; } a.list-group-item-danger { color: #a94442; } a.list-group-item-danger .list-group-item-heading { color: inherit; } a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; } a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; } .list-group-item-heading { margin-top: 0; margin-bottom: 5px; } .list-group-item-text { margin-bottom: 0; line-height: 1.3; } .panel { margin-bottom: 20px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); box-shadow: 0 1px 1px rgba(0, 0, 0, .05); } .panel-body { padding: 15px; } .panel-heading { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel-heading>.dropdown .dropdown-toggle { color: inherit; } .panel-title { margin-top: 0; margin-bottom: 0; font-size: 16px; color: inherit; } .panel-title>a, .panel-title>small, .panel-title>.small, .panel-title>small>a, .panel-title>.small>a { color: inherit; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.list-group, .panel>.panel-collapse>.list-group { margin-bottom: 0; } .panel>.list-group .list-group-item, .panel>.panel-collapse>.list-group .list-group-item { border-width: 1px 0; border-radius: 0; } .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child { border-top: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel-heading+.list-group .list-group-item:first-child { border-top-width: 0; } .list-group+.panel-footer { border-top-width: 0; } .panel>.table, .panel>.table-responsive>.table, .panel>.panel-collapse>.table { margin-bottom: 0; } .panel>.table caption, .panel>.table-responsive>.table caption, .panel>.panel-collapse>.table caption { padding-right: 15px; padding-left: 15px; } .panel>.table:first-child, .panel>.table-responsive:first-child>.table:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child { border-top-left-radius: 3px; border-top-right-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child, .panel>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:first-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child { border-top-left-radius: 3px; } .panel>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child, .panel>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child, .panel>.table:first-child>tbody:first-child>tr:first-child th:last-child, .panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child { border-top-right-radius: 3px; } .panel>.table:last-child, .panel>.table-responsive:last-child>.table:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child { border-bottom-left-radius: 3px; } .panel>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child, .panel>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child, .panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child, .panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child { border-bottom-right-radius: 3px; } .panel>.panel-body+.table, .panel>.panel-body+.table-responsive, .panel>.table+.panel-body, .panel>.table-responsive+.panel-body { border-top: 1px solid #ddd; } .panel>.table>tbody:first-child>tr:first-child th, .panel>.table>tbody:first-child>tr:first-child td { border-top: 0; } .panel>.table-bordered, .panel>.table-responsive>.table-bordered { border: 0; } .panel>.table-bordered>thead>tr>th:first-child, .panel>.table-responsive>.table-bordered>thead>tr>th:first-child, .panel>.table-bordered>tbody>tr>th:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:first-child, .panel>.table-bordered>tfoot>tr>th:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child, .panel>.table-bordered>thead>tr>td:first-child, .panel>.table-responsive>.table-bordered>thead>tr>td:first-child, .panel>.table-bordered>tbody>tr>td:first-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:first-child, .panel>.table-bordered>tfoot>tr>td:first-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child { border-left: 0; } .panel>.table-bordered>thead>tr>th:last-child, .panel>.table-responsive>.table-bordered>thead>tr>th:last-child, .panel>.table-bordered>tbody>tr>th:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>th:last-child, .panel>.table-bordered>tfoot>tr>th:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child, .panel>.table-bordered>thead>tr>td:last-child, .panel>.table-responsive>.table-bordered>thead>tr>td:last-child, .panel>.table-bordered>tbody>tr>td:last-child, .panel>.table-responsive>.table-bordered>tbody>tr>td:last-child, .panel>.table-bordered>tfoot>tr>td:last-child, .panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child { border-right: 0; } .panel>.table-bordered>thead>tr:first-child>td, .panel>.table-responsive>.table-bordered>thead>tr:first-child>td, .panel>.table-bordered>tbody>tr:first-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>td, .panel>.table-bordered>thead>tr:first-child>th, .panel>.table-responsive>.table-bordered>thead>tr:first-child>th, .panel>.table-bordered>tbody>tr:first-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:first-child>th { border-bottom: 0; } .panel>.table-bordered>tbody>tr:last-child>td, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>td, .panel>.table-bordered>tfoot>tr:last-child>td, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td, .panel>.table-bordered>tbody>tr:last-child>th, .panel>.table-responsive>.table-bordered>tbody>tr:last-child>th, .panel>.table-bordered>tfoot>tr:last-child>th, .panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th { border-bottom: 0; } .panel>.table-responsive { margin-bottom: 0; border: 0; } .panel-group { margin-bottom: 20px; } .panel-group .panel { margin-bottom: 0; border-radius: 4px; } .panel-group .panel+.panel { margin-top: 5px; } .panel-group .panel-heading { border-bottom: 0; } .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group { border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer+.panel-collapse .panel-body { border-bottom: 1px solid #ddd; } .panel-default { border-color: #ddd; } .panel-default>.panel-heading { color: #333; background-color: #f5f5f5; border-color: #ddd; } .panel-default>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ddd; } .panel-default>.panel-heading .badge { color: #f5f5f5; background-color: #333; } .panel-default>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ddd; } .panel-primary { border-color: #337ab7; } .panel-primary>.panel-heading { color: #fff; background-color: #337ab7; border-color: #337ab7; } .panel-primary>.panel-heading+.panel-collapse>.panel-body { border-top-color: #337ab7; } .panel-primary>.panel-heading .badge { color: #337ab7; background-color: #fff; } .panel-primary>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #337ab7; } .panel-success { border-color: #d6e9c6; } .panel-success>.panel-heading { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .panel-success>.panel-heading+.panel-collapse>.panel-body { border-top-color: #d6e9c6; } .panel-success>.panel-heading .badge { color: #dff0d8; background-color: #3c763d; } .panel-success>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #d6e9c6; } .panel-info { border-color: #bce8f1; } .panel-info>.panel-heading { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .panel-info>.panel-heading+.panel-collapse>.panel-body { border-top-color: #bce8f1; } .panel-info>.panel-heading .badge { color: #d9edf7; background-color: #31708f; } .panel-info>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #bce8f1; } .panel-warning { border-color: #faebcc; } .panel-warning>.panel-heading { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; } .panel-warning>.panel-heading+.panel-collapse>.panel-body { border-top-color: #faebcc; } .panel-warning>.panel-heading .badge { color: #fcf8e3; background-color: #8a6d3b; } .panel-warning>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #faebcc; } .panel-danger { border-color: #ebccd1; } .panel-danger>.panel-heading { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .panel-danger>.panel-heading+.panel-collapse>.panel-body { border-top-color: #ebccd1; } .panel-danger>.panel-heading .badge { color: #f2dede; background-color: #a94442; } .panel-danger>.panel-footer+.panel-collapse>.panel-body { border-bottom-color: #ebccd1; } .embed-responsive { position: relative; display: block; height: 0; padding: 0; overflow: hidden; } .embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive.embed-responsive-16by9 { padding-bottom: 56.25%; } .embed-responsive.embed-responsive-4by3 { padding-bottom: 75%; } .well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05); } .well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, .15); } .well-lg { padding: 24px; border-radius: 6px; } .well-sm { padding: 9px; border-radius: 3px; } .close { float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; filter: alpha(opacity=20); opacity: .2; } .close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; filter: alpha(opacity=50); opacity: .5; } button.close { -webkit-appearance: none; padding: 0; cursor: pointer; background: transparent; border: 0; } /* .modal-open { overflow: hidden; } .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; display: none; overflow: hidden; -webkit-overflow-scrolling: touch; outline: 0; } .modal.fade .modal-dialog { -webkit-transition: -webkit-transform .3s ease-out; -o-transition: -o-transform .3s ease-out; transition: transform .3s ease-out; -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); -o-transform: translate(0, -25%); transform: translate(0, -25%); } .modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); -o-transform: translate(0, 0); transform: translate(0, 0); } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal-dialog { position: relative; width: auto; margin: 10px; } */ /* .modal-content { position: relative; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; outline: 0; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5); box-shadow: 0 3px 9px rgba(0, 0, 0, .5); } */ /* .modal-backdrop { position: absolute; top: 0; right: 0; left: 0; background-color: #000; } .modal-backdrop.fade { filter: alpha(opacity=0); opacity: 0; } .modal-backdrop.in { filter: alpha(opacity=50); opacity: .5; } .modal-header { min-height: 16.42857143px; padding: 15px; border-bottom: 1px solid #e5e5e5; } .modal-header .close { margin-top: -2px; } .modal-title { margin: 0; line-height: 1.42857143; } .modal-body { position: relative; padding: 15px; } .modal-footer { padding: 15px; text-align: right; border-top: 1px solid #e5e5e5; } .modal-footer .btn+.btn { margin-bottom: 0; margin-left: 5px; } .modal-footer .btn-group .btn+.btn { margin-left: -1px; } .modal-footer .btn-block+.btn-block { margin-left: 0; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width:768px) { .modal-dialog { width: 600px; margin: 30px auto; } .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5); } .modal-sm { width: 300px; } } @media (min-width:992px) { .modal-lg { width: 900px; } } */ .tooltip { position: absolute; z-index: 1070; display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; line-height: 1.4; visibility: visible; filter: alpha(opacity=0); opacity: 0; } .tooltip.in { filter: alpha(opacity=90); opacity: .9; } .tooltip.top { padding: 5px 0; margin-top: -3px; } .tooltip.right { padding: 0 5px; margin-left: 3px; } .tooltip.bottom { padding: 5px 0; margin-top: 3px; } .tooltip.left { padding: 0 5px; margin-left: -3px; } .tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 4px; } .tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; } .tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-left .tooltip-arrow { right: 5px; bottom: 0; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; left: 5px; margin-bottom: -5px; border-width: 5px 5px 0; border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; right: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; left: 5px; margin-top: -5px; border-width: 0 5px 5px; border-bottom-color: #000; } .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: none; max-width: 276px; padding: 1px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: left; white-space: normal; background-color: #fff; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, .2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2); box-shadow: 0 5px 10px rgba(0, 0, 0, .2); } .popover.top { margin-top: -10px; } .popover.right { margin-left: 10px; } .popover.bottom { margin-top: 10px; } .popover.left { margin-left: -10px; } .popover-title { padding: 8px 14px; margin: 0; font-size: 14px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; } .popover-content { padding: 9px 14px; } .popover>.arrow, .popover>.arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; } .popover>.arrow { border-width: 11px; } .popover>.arrow:after { content: ""; border-width: 10px; } .popover.top>.arrow { bottom: -11px; left: 50%; margin-left: -11px; border-top-color: #999; border-top-color: rgba(0, 0, 0, .25); border-bottom-width: 0; } .popover.top>.arrow:after { bottom: 1px; margin-left: -10px; content: " "; border-top-color: #fff; border-bottom-width: 0; } .popover.right>.arrow { top: 50%; left: -11px; margin-top: -11px; border-right-color: #999; border-right-color: rgba(0, 0, 0, .25); border-left-width: 0; } .popover.right>.arrow:after { bottom: -10px; left: 1px; content: " "; border-right-color: #fff; border-left-width: 0; } .popover.bottom>.arrow { top: -11px; left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999; border-bottom-color: rgba(0, 0, 0, .25); } .popover.bottom>.arrow:after { top: 1px; margin-left: -10px; content: " "; border-top-width: 0; border-bottom-color: #fff; } .popover.left>.arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999; border-left-color: rgba(0, 0, 0, .25); } .popover.left>.arrow:after { right: 1px; bottom: -10px; content: " "; border-right-width: 0; border-left-color: #fff; } .carousel { position: relative; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner>.item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left; } .carousel-inner>.item>img, .carousel-inner>.item>a>img { line-height: 1; } @media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner>.item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000; perspective: 1000; } .carousel-inner>.item.next, .carousel-inner>.item.active.right { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); } .carousel-inner>.item.prev, .carousel-inner>.item.active.left { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); } .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev { display: block; } .carousel-inner>.active { left: 0; } .carousel-inner>.next, .carousel-inner>.prev { position: absolute; top: 0; width: 100%; } .carousel-inner>.next { left: 100%; } .carousel-inner>.prev { left: -100%; } .carousel-inner>.next.left, .carousel-inner>.prev.right { left: 0; } .carousel-inner>.active.left { left: -100%; } .carousel-inner>.active.right { left: 100%; } .carousel-control { position: absolute; top: 0; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); filter: alpha(opacity=50); opacity: .5; } .carousel-control.left { background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001))); background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); background-repeat: repeat-x; } .carousel-control.right { right: 0; left: auto; background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5))); background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); background-repeat: repeat-x; } .carousel-control:hover, .carousel-control:focus { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9; } .carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; } .carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; margin-left: -10px; } .carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; margin-right: -10px; } .carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; font-family: serif; line-height: 1; } .carousel-control .icon-prev:before { content: '\2039'; } .carousel-control .icon-next:before { content: '\203a'; } .carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none; } .carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000 \9; background-color: rgba(0, 0, 0, 0); border: 1px solid #fff; border-radius: 10px; } .carousel-indicators .active { width: 12px; height: 12px; margin: 0; background-color: #fff; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, .6); } .carousel-caption .btn { text-shadow: none; } @media screen and (min-width:768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; font-size: 30px; } .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { margin-left: -15px; } .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { margin-right: -15px; } .carousel-caption { right: 20%; left: 20%; padding-bottom: 30px; } .carousel-indicators { bottom: 20px; } } .clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after { display: table; content: " "; } .clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after { clear: both; } .center-block { display: block; margin-right: auto; margin-left: auto; } .pull-right { float: right !important; } .pull-left { float: left !important; } .hide { display: none !important; } .show { display: block !important; } .invisible { visibility: hidden; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .hidden { display: none !important; visibility: hidden !important; } .affix { position: fixed; } @-ms-viewport { width: device-width; } .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block { display: none !important; } @media (max-width:767px) { .visible-xs { display: block !important; } table.visible-xs { display: table; } tr.visible-xs { display: table-row !important; } th.visible-xs, td.visible-xs { display: table-cell !important; } } @media (max-width:767px) { .visible-xs-block { display: block !important; } } @media (max-width:767px) { .visible-xs-inline { display: inline !important; } } @media (max-width:767px) { .visible-xs-inline-block { display: inline-block !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm { display: block !important; } table.visible-sm { display: table; } tr.visible-sm { display: table-row !important; } th.visible-sm, td.visible-sm { display: table-cell !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-block { display: block !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-inline { display: inline !important; } } @media (min-width:768px) and (max-width:991px) { .visible-sm-inline-block { display: inline-block !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md { display: block !important; } table.visible-md { display: table; } tr.visible-md { display: table-row !important; } th.visible-md, td.visible-md { display: table-cell !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-block { display: block !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-inline { display: inline !important; } } @media (min-width:992px) and (max-width:1199px) { .visible-md-inline-block { display: inline-block !important; } } @media (min-width:1200px) { .visible-lg { display: block !important; } table.visible-lg { display: table; } tr.visible-lg { display: table-row !important; } th.visible-lg, td.visible-lg { display: table-cell !important; } } @media (min-width:1200px) { .visible-lg-block { display: block !important; } } @media (min-width:1200px) { .visible-lg-inline { display: inline !important; } } @media (min-width:1200px) { .visible-lg-inline-block { display: inline-block !important; } } @media (max-width:767px) { .hidden-xs { display: none !important; } } @media (min-width:768px) and (max-width:991px) { .hidden-sm { display: none !important; } } @media (min-width:992px) and (max-width:1199px) { .hidden-md { display: none !important; } } @media (min-width:1200px) { .hidden-lg { display: none !important; } } .visible-print { display: none !important; } @media print { .visible-print { display: block !important; } table.visible-print { display: table; } tr.visible-print { display: table-row !important; } th.visible-print, td.visible-print { display: table-cell !important; } } .visible-print-block { display: none !important; } @media print { .visible-print-block { display: block !important; } } .visible-print-inline { display: none !important; } @media print { .visible-print-inline { display: inline !important; } } .visible-print-inline-block { display: none !important; } @media print { .visible-print-inline-block { display: inline-block !important; } } @media print { .hidden-print { display: none !important; } } /*! * Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */ @font-face { font-family: 'FontAwesome'; src: url('/files/font-awesome-4.7/fonts/fontawesome-webfont.eot?v=4.7.0'); src: url('/files/font-awesome-4.7/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/files/font-awesome-4.7/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal } .fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .fa-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .fa-2x { font-size: 2em } .fa-3x { font-size: 3em } .fa-4x { font-size: 4em } .fa-5x { font-size: 5em } .fa-fw { width: 1.28571429em; text-align: center } .fa-ul { padding-left: 0; margin-left: 2.14285714em; list-style-type: none } .fa-ul>li { position: relative } .fa-li { position: absolute; left: -2.14285714em; width: 2.14285714em; top: .14285714em; text-align: center } .fa-li.fa-lg { left: -1.85714286em } .fa-border { padding: .2em .25em .15em; border: solid .08em #eee; border-radius: .1em } .fa-pull-left { float: left } .fa-pull-right { float: right } .fa.fa-pull-left { margin-right: .3em } .fa.fa-pull-right { margin-left: .3em } .pull-right { float: right } .pull-left { float: left } .fa.pull-left { margin-right: .3em } .fa.pull-right { margin-left: .3em } .fa-spin { -webkit-animation: fa-spin 2s infinite linear; animation: fa-spin 2s infinite linear } .fa-pulse { -webkit-animation: fa-spin 1s infinite steps(8); animation: fa-spin 1s infinite steps(8) } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .fa-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg) } .fa-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg) } .fa-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); -ms-transform: rotate(270deg); transform: rotate(270deg) } .fa-flip-horizontal { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)"; -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); transform: scale(-1, 1) } .fa-flip-vertical { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; -webkit-transform: scale(1, -1); -ms-transform: scale(1, -1); transform: scale(1, -1) } :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical { filter: none } .fa-stack { position: relative; display: inline-block; width: 2em; height: 2em; line-height: 2em; vertical-align: middle } .fa-stack-1x, .fa-stack-2x { position: absolute; left: 0; width: 100%; text-align: center } .fa-stack-1x { line-height: inherit } .fa-stack-2x { font-size: 2em } .fa-inverse { color: #fff } .fa-glass:before { content: "\f000" } .fa-music:before { content: "\f001" } .fa-search:before { content: "\f002" } .fa-envelope-o:before { content: "\f003" } .fa-heart:before { content: "\f004" } .fa-star:before { content: "\f005" } .fa-star-o:before { content: "\f006" } .fa-user:before { content: "\f007" } .fa-film:before { content: "\f008" } .fa-th-large:before { content: "\f009" } .fa-th:before { content: "\f00a" } .fa-th-list:before { content: "\f00b" } .fa-check:before { content: "\f00c" } .fa-remove:before, .fa-close:before, .fa-times:before { content: "\f00d" } .fa-search-plus:before { content: "\f00e" } .fa-search-minus:before { content: "\f010" } .fa-power-off:before { content: "\f011" } .fa-signal:before { content: "\f012" } .fa-gear:before, .fa-cog:before { content: "\f013" } .fa-trash-o:before { content: "\f014" } .fa-home:before { content: "\f015" } .fa-file-o:before { content: "\f016" } .fa-clock-o:before { content: "\f017" } .fa-road:before { content: "\f018" } .fa-download:before { content: "\f019" } .fa-arrow-circle-o-down:before { content: "\f01a" } .fa-arrow-circle-o-up:before { content: "\f01b" } .fa-inbox:before { content: "\f01c" } .fa-play-circle-o:before { content: "\f01d" } .fa-rotate-right:before, .fa-repeat:before { content: "\f01e" } .fa-refresh:before { content: "\f021" } .fa-list-alt:before { content: "\f022" } .fa-lock:before { content: "\f023" } .fa-flag:before { content: "\f024" } .fa-headphones:before { content: "\f025" } .fa-volume-off:before { content: "\f026" } .fa-volume-down:before { content: "\f027" } .fa-volume-up:before { content: "\f028" } .fa-qrcode:before { content: "\f029" } .fa-barcode:before { content: "\f02a" } .fa-tag:before { content: "\f02b" } .fa-tags:before { content: "\f02c" } .fa-book:before { content: "\f02d" } .fa-bookmark:before { content: "\f02e" } .fa-print:before { content: "\f02f" } .fa-camera:before { content: "\f030" } .fa-font:before { content: "\f031" } .fa-bold:before { content: "\f032" } .fa-italic:before { content: "\f033" } .fa-text-height:before { content: "\f034" } .fa-text-width:before { content: "\f035" } .fa-align-left:before { content: "\f036" } .fa-align-center:before { content: "\f037" } .fa-align-right:before { content: "\f038" } .fa-align-justify:before { content: "\f039" } .fa-list:before { content: "\f03a" } .fa-dedent:before, .fa-outdent:before { content: "\f03b" } .fa-indent:before { content: "\f03c" } .fa-video-camera:before { content: "\f03d" } .fa-photo:before, .fa-image:before, .fa-picture-o:before { content: "\f03e" } .fa-pencil:before { content: "\f040" } .fa-map-marker:before { content: "\f041" } .fa-adjust:before { content: "\f042" } .fa-tint:before { content: "\f043" } .fa-edit:before, .fa-pencil-square-o:before { content: "\f044" } .fa-share-square-o:before { content: "\f045" } .fa-check-square-o:before { content: "\f046" } .fa-arrows:before { content: "\f047" } .fa-step-backward:before { content: "\f048" } .fa-fast-backward:before { content: "\f049" } .fa-backward:before { content: "\f04a" } .fa-play:before { content: "\f04b" } .fa-pause:before { content: "\f04c" } .fa-stop:before { content: "\f04d" } .fa-forward:before { content: "\f04e" } .fa-fast-forward:before { content: "\f050" } .fa-step-forward:before { content: "\f051" } .fa-eject:before { content: "\f052" } .fa-chevron-left:before { content: "\f053" } .fa-chevron-right:before { content: "\f054" } .fa-plus-circle:before { content: "\f055" } .fa-minus-circle:before { content: "\f056" } .fa-times-circle:before { content: "\f057" } .fa-check-circle:before { content: "\f058" } .fa-question-circle:before { content: "\f059" } .fa-info-circle:before { content: "\f05a" } .fa-crosshairs:before { content: "\f05b" } .fa-times-circle-o:before { content: "\f05c" } .fa-check-circle-o:before { content: "\f05d" } .fa-ban:before { content: "\f05e" } .fa-arrow-left:before { content: "\f060" } .fa-arrow-right:before { content: "\f061" } .fa-arrow-up:before { content: "\f062" } .fa-arrow-down:before { content: "\f063" } .fa-mail-forward:before, .fa-share:before { content: "\f064" } .fa-expand:before { content: "\f065" } .fa-compress:before { content: "\f066" } .fa-plus:before { content: "\f067" } .fa-minus:before { content: "\f068" } .fa-asterisk:before { content: "\f069" } .fa-exclamation-circle:before { content: "\f06a" } .fa-gift:before { content: "\f06b" } .fa-leaf:before { content: "\f06c" } .fa-fire:before { content: "\f06d" } .fa-eye:before { content: "\f06e" } .fa-eye-slash:before { content: "\f070" } .fa-warning:before, .fa-exclamation-triangle:before { content: "\f071" } .fa-plane:before { content: "\f072" } .fa-calendar:before { content: "\f073" } .fa-random:before { content: "\f074" } .fa-comment:before { content: "\f075" } .fa-magnet:before { content: "\f076" } .fa-chevron-up:before { content: "\f077" } .fa-chevron-down:before { content: "\f078" } .fa-retweet:before { content: "\f079" } .fa-shopping-cart:before { content: "\f07a" } .fa-folder:before { content: "\f07b" } .fa-folder-open:before { content: "\f07c" } .fa-arrows-v:before { content: "\f07d" } .fa-arrows-h:before { content: "\f07e" } .fa-bar-chart-o:before, .fa-bar-chart:before { content: "\f080" } .fa-twitter-square:before { content: "\f081" } .fa-facebook-square:before { content: "\f082" } .fa-camera-retro:before { content: "\f083" } .fa-key:before { content: "\f084" } .fa-gears:before, .fa-cogs:before { content: "\f085" } .fa-comments:before { content: "\f086" } .fa-thumbs-o-up:before { content: "\f087" } .fa-thumbs-o-down:before { content: "\f088" } .fa-star-half:before { content: "\f089" } .fa-heart-o:before { content: "\f08a" } .fa-sign-out:before { content: "\f08b" } .fa-linkedin-square:before { content: "\f08c" } .fa-thumb-tack:before { content: "\f08d" } .fa-external-link:before { content: "\f08e" } .fa-sign-in:before { content: "\f090" } .fa-trophy:before { content: "\f091" } .fa-github-square:before { content: "\f092" } .fa-upload:before { content: "\f093" } .fa-lemon-o:before { content: "\f094" } .fa-phone:before { content: "\f095" } .fa-square-o:before { content: "\f096" } .fa-bookmark-o:before { content: "\f097" } .fa-phone-square:before { content: "\f098" } .fa-twitter:before { content: "\f099" } .fa-facebook-f:before, .fa-facebook:before { content: "\f09a" } .fa-github:before { content: "\f09b" } .fa-unlock:before { content: "\f09c" } .fa-credit-card:before { content: "\f09d" } .fa-feed:before, .fa-rss:before { content: "\f09e" } .fa-hdd-o:before { content: "\f0a0" } .fa-bullhorn:before { content: "\f0a1" } .fa-bell:before { content: "\f0f3" } .fa-certificate:before { content: "\f0a3" } .fa-hand-o-right:before { content: "\f0a4" } .fa-hand-o-left:before { content: "\f0a5" } .fa-hand-o-up:before { content: "\f0a6" } .fa-hand-o-down:before { content: "\f0a7" } .fa-arrow-circle-left:before { content: "\f0a8" } .fa-arrow-circle-right:before { content: "\f0a9" } .fa-arrow-circle-up:before { content: "\f0aa" } .fa-arrow-circle-down:before { content: "\f0ab" } .fa-globe:before { content: "\f0ac" } .fa-wrench:before { content: "\f0ad" } .fa-tasks:before { content: "\f0ae" } .fa-filter:before { content: "\f0b0" } .fa-briefcase:before { content: "\f0b1" } .fa-arrows-alt:before { content: "\f0b2" } .fa-group:before, .fa-users:before { content: "\f0c0" } .fa-chain:before, .fa-link:before { content: "\f0c1" } .fa-cloud:before { content: "\f0c2" } .fa-flask:before { content: "\f0c3" } .fa-cut:before, .fa-scissors:before { content: "\f0c4" } .fa-copy:before, .fa-files-o:before { content: "\f0c5" } .fa-paperclip:before { content: "\f0c6" } .fa-save:before, .fa-floppy-o:before { content: "\f0c7" } .fa-square:before { content: "\f0c8" } .fa-navicon:before, .fa-reorder:before, .fa-bars:before { content: "\f0c9" } .fa-list-ul:before { content: "\f0ca" } .fa-list-ol:before { content: "\f0cb" } .fa-strikethrough:before { content: "\f0cc" } .fa-underline:before { content: "\f0cd" } .fa-table:before { content: "\f0ce" } .fa-magic:before { content: "\f0d0" } .fa-truck:before { content: "\f0d1" } .fa-pinterest:before { content: "\f0d2" } .fa-pinterest-square:before { content: "\f0d3" } .fa-google-plus-square:before { content: "\f0d4" } .fa-google-plus:before { content: "\f0d5" } .fa-money:before { content: "\f0d6" } .fa-caret-down:before { content: "\f0d7" } .fa-caret-up:before { content: "\f0d8" } .fa-caret-left:before { content: "\f0d9" } .fa-caret-right:before { content: "\f0da" } .fa-columns:before { content: "\f0db" } .fa-unsorted:before, .fa-sort:before { content: "\f0dc" } .fa-sort-down:before, .fa-sort-desc:before { content: "\f0dd" } .fa-sort-up:before, .fa-sort-asc:before { content: "\f0de" } .fa-envelope:before { content: "\f0e0" } .fa-linkedin:before { content: "\f0e1" } .fa-rotate-left:before, .fa-undo:before { content: "\f0e2" } .fa-legal:before, .fa-gavel:before { content: "\f0e3" } .fa-dashboard:before, .fa-tachometer:before { content: "\f0e4" } .fa-comment-o:before { content: "\f0e5" } .fa-comments-o:before { content: "\f0e6" } .fa-flash:before, .fa-bolt:before { content: "\f0e7" } .fa-sitemap:before { content: "\f0e8" } .fa-umbrella:before { content: "\f0e9" } .fa-paste:before, .fa-clipboard:before { content: "\f0ea" } .fa-lightbulb-o:before { content: "\f0eb" } .fa-exchange:before { content: "\f0ec" } .fa-cloud-download:before { content: "\f0ed" } .fa-cloud-upload:before { content: "\f0ee" } .fa-user-md:before { content: "\f0f0" } .fa-stethoscope:before { content: "\f0f1" } .fa-suitcase:before { content: "\f0f2" } .fa-bell-o:before { content: "\f0a2" } .fa-coffee:before { content: "\f0f4" } .fa-cutlery:before { content: "\f0f5" } .fa-file-text-o:before { content: "\f0f6" } .fa-building-o:before { content: "\f0f7" } .fa-hospital-o:before { content: "\f0f8" } .fa-ambulance:before { content: "\f0f9" } .fa-medkit:before { content: "\f0fa" } .fa-fighter-jet:before { content: "\f0fb" } .fa-beer:before { content: "\f0fc" } .fa-h-square:before { content: "\f0fd" } .fa-plus-square:before { content: "\f0fe" } .fa-angle-double-left:before { content: "\f100" } .fa-angle-double-right:before { content: "\f101" } .fa-angle-double-up:before { content: "\f102" } .fa-angle-double-down:before { content: "\f103" } .fa-angle-left:before { content: "\f104" } .fa-angle-right:before { content: "\f105" } .fa-angle-up:before { content: "\f106" } .fa-angle-down:before { content: "\f107" } .fa-desktop:before { content: "\f108" } .fa-laptop:before { content: "\f109" } .fa-tablet:before { content: "\f10a" } .fa-mobile-phone:before, .fa-mobile:before { content: "\f10b" } .fa-circle-o:before { content: "\f10c" } .fa-quote-left:before { content: "\f10d" } .fa-quote-right:before { content: "\f10e" } .fa-spinner:before { content: "\f110" } .fa-circle:before { content: "\f111" } .fa-mail-reply:before, .fa-reply:before { content: "\f112" } .fa-github-alt:before { content: "\f113" } .fa-folder-o:before { content: "\f114" } .fa-folder-open-o:before { content: "\f115" } .fa-smile-o:before { content: "\f118" } .fa-frown-o:before { content: "\f119" } .fa-meh-o:before { content: "\f11a" } .fa-gamepad:before { content: "\f11b" } .fa-keyboard-o:before { content: "\f11c" } .fa-flag-o:before { content: "\f11d" } .fa-flag-checkered:before { content: "\f11e" } .fa-terminal:before { content: "\f120" } .fa-code:before { content: "\f121" } .fa-mail-reply-all:before, .fa-reply-all:before { content: "\f122" } .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before { content: "\f123" } .fa-location-arrow:before { content: "\f124" } .fa-crop:before { content: "\f125" } .fa-code-fork:before { content: "\f126" } .fa-unlink:before, .fa-chain-broken:before { content: "\f127" } .fa-question:before { content: "\f128" } .fa-info:before { content: "\f129" } .fa-exclamation:before { content: "\f12a" } .fa-superscript:before { content: "\f12b" } .fa-subscript:before { content: "\f12c" } .fa-eraser:before { content: "\f12d" } .fa-puzzle-piece:before { content: "\f12e" } .fa-microphone:before { content: "\f130" } .fa-microphone-slash:before { content: "\f131" } .fa-shield:before { content: "\f132" } .fa-calendar-o:before { content: "\f133" } .fa-fire-extinguisher:before { content: "\f134" } .fa-rocket:before { content: "\f135" } .fa-maxcdn:before { content: "\f136" } .fa-chevron-circle-left:before { content: "\f137" } .fa-chevron-circle-right:before { content: "\f138" } .fa-chevron-circle-up:before { content: "\f139" } .fa-chevron-circle-down:before { content: "\f13a" } .fa-html5:before { content: "\f13b" } .fa-css3:before { content: "\f13c" } .fa-anchor:before { content: "\f13d" } .fa-unlock-alt:before { content: "\f13e" } .fa-bullseye:before { content: "\f140" } .fa-ellipsis-h:before { content: "\f141" } .fa-ellipsis-v:before { content: "\f142" } .fa-rss-square:before { content: "\f143" } .fa-play-circle:before { content: "\f144" } .fa-ticket:before { content: "\f145" } .fa-minus-square:before { content: "\f146" } .fa-minus-square-o:before { content: "\f147" } .fa-level-up:before { content: "\f148" } .fa-level-down:before { content: "\f149" } .fa-check-square:before { content: "\f14a" } .fa-pencil-square:before { content: "\f14b" } .fa-external-link-square:before { content: "\f14c" } .fa-share-square:before { content: "\f14d" } .fa-compass:before { content: "\f14e" } .fa-toggle-down:before, .fa-caret-square-o-down:before { content: "\f150" } .fa-toggle-up:before, .fa-caret-square-o-up:before { content: "\f151" } .fa-toggle-right:before, .fa-caret-square-o-right:before { content: "\f152" } .fa-euro:before, .fa-eur:before { content: "\f153" } .fa-gbp:before { content: "\f154" } .fa-dollar:before, .fa-usd:before { content: "\f155" } .fa-rupee:before, .fa-inr:before { content: "\f156" } .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before { content: "\f157" } .fa-ruble:before, .fa-rouble:before, .fa-rub:before { content: "\f158" } .fa-won:before, .fa-krw:before { content: "\f159" } .fa-bitcoin:before, .fa-btc:before { content: "\f15a" } .fa-file:before { content: "\f15b" } .fa-file-text:before { content: "\f15c" } .fa-sort-alpha-asc:before { content: "\f15d" } .fa-sort-alpha-desc:before { content: "\f15e" } .fa-sort-amount-asc:before { content: "\f160" } .fa-sort-amount-desc:before { content: "\f161" } .fa-sort-numeric-asc:before { content: "\f162" } .fa-sort-numeric-desc:before { content: "\f163" } .fa-thumbs-up:before { content: "\f164" } .fa-thumbs-down:before { content: "\f165" } .fa-youtube-square:before { content: "\f166" } .fa-youtube:before { content: "\f167" } .fa-xing:before { content: "\f168" } .fa-xing-square:before { content: "\f169" } .fa-youtube-play:before { content: "\f16a" } .fa-dropbox:before { content: "\f16b" } .fa-stack-overflow:before { content: "\f16c" } .fa-instagram:before { content: "\f16d" } .fa-flickr:before { content: "\f16e" } .fa-adn:before { content: "\f170" } .fa-bitbucket:before { content: "\f171" } .fa-bitbucket-square:before { content: "\f172" } .fa-tumblr:before { content: "\f173" } .fa-tumblr-square:before { content: "\f174" } .fa-long-arrow-down:before { content: "\f175" } .fa-long-arrow-up:before { content: "\f176" } .fa-long-arrow-left:before { content: "\f177" } .fa-long-arrow-right:before { content: "\f178" } .fa-apple:before { content: "\f179" } .fa-windows:before { content: "\f17a" } .fa-android:before { content: "\f17b" } .fa-linux:before { content: "\f17c" } .fa-dribbble:before { content: "\f17d" } .fa-skype:before { content: "\f17e" } .fa-foursquare:before { content: "\f180" } .fa-trello:before { content: "\f181" } .fa-female:before { content: "\f182" } .fa-male:before { content: "\f183" } .fa-gittip:before, .fa-gratipay:before { content: "\f184" } .fa-sun-o:before { content: "\f185" } .fa-moon-o:before { content: "\f186" } .fa-archive:before { content: "\f187" } .fa-bug:before { content: "\f188" } .fa-vk:before { content: "\f189" } .fa-weibo:before { content: "\f18a" } .fa-renren:before { content: "\f18b" } .fa-pagelines:before { content: "\f18c" } .fa-stack-exchange:before { content: "\f18d" } .fa-arrow-circle-o-right:before { content: "\f18e" } .fa-arrow-circle-o-left:before { content: "\f190" } .fa-toggle-left:before, .fa-caret-square-o-left:before { content: "\f191" } .fa-dot-circle-o:before { content: "\f192" } .fa-wheelchair:before { content: "\f193" } .fa-vimeo-square:before { content: "\f194" } .fa-turkish-lira:before, .fa-try:before { content: "\f195" } .fa-plus-square-o:before { content: "\f196" } .fa-space-shuttle:before { content: "\f197" } .fa-slack:before { content: "\f198" } .fa-envelope-square:before { content: "\f199" } .fa-wordpress:before { content: "\f19a" } .fa-openid:before { content: "\f19b" } .fa-institution:before, .fa-bank:before, .fa-university:before { content: "\f19c" } .fa-mortar-board:before, .fa-graduation-cap:before { content: "\f19d" } .fa-yahoo:before { content: "\f19e" } .fa-google:before { content: "\f1a0" } .fa-reddit:before { content: "\f1a1" } .fa-reddit-square:before { content: "\f1a2" } .fa-stumbleupon-circle:before { content: "\f1a3" } .fa-stumbleupon:before { content: "\f1a4" } .fa-delicious:before { content: "\f1a5" } .fa-digg:before { content: "\f1a6" } .fa-pied-piper-pp:before { content: "\f1a7" } .fa-pied-piper-alt:before { content: "\f1a8" } .fa-drupal:before { content: "\f1a9" } .fa-joomla:before { content: "\f1aa" } .fa-language:before { content: "\f1ab" } .fa-fax:before { content: "\f1ac" } .fa-building:before { content: "\f1ad" } .fa-child:before { content: "\f1ae" } .fa-paw:before { content: "\f1b0" } .fa-spoon:before { content: "\f1b1" } .fa-cube:before { content: "\f1b2" } .fa-cubes:before { content: "\f1b3" } .fa-behance:before { content: "\f1b4" } .fa-behance-square:before { content: "\f1b5" } .fa-steam:before { content: "\f1b6" } .fa-steam-square:before { content: "\f1b7" } .fa-recycle:before { content: "\f1b8" } .fa-automobile:before, .fa-car:before { content: "\f1b9" } .fa-cab:before, .fa-taxi:before { content: "\f1ba" } .fa-tree:before { content: "\f1bb" } .fa-spotify:before { content: "\f1bc" } .fa-deviantart:before { content: "\f1bd" } .fa-soundcloud:before { content: "\f1be" } .fa-database:before { content: "\f1c0" } .fa-file-pdf-o:before { content: "\f1c1" } .fa-file-word-o:before { content: "\f1c2" } .fa-file-excel-o:before { content: "\f1c3" } .fa-file-powerpoint-o:before { content: "\f1c4" } .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before { content: "\f1c5" } .fa-file-zip-o:before, .fa-file-archive-o:before { content: "\f1c6" } .fa-file-sound-o:before, .fa-file-audio-o:before { content: "\f1c7" } .fa-file-movie-o:before, .fa-file-video-o:before { content: "\f1c8" } .fa-file-code-o:before { content: "\f1c9" } .fa-vine:before { content: "\f1ca" } .fa-codepen:before { content: "\f1cb" } .fa-jsfiddle:before { content: "\f1cc" } .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before { content: "\f1cd" } .fa-circle-o-notch:before { content: "\f1ce" } .fa-ra:before, .fa-resistance:before, .fa-rebel:before { content: "\f1d0" } .fa-ge:before, .fa-empire:before { content: "\f1d1" } .fa-git-square:before { content: "\f1d2" } .fa-git:before { content: "\f1d3" } .fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before { content: "\f1d4" } .fa-tencent-weibo:before { content: "\f1d5" } .fa-qq:before { content: "\f1d6" } .fa-wechat:before, .fa-weixin:before { content: "\f1d7" } .fa-send:before, .fa-paper-plane:before { content: "\f1d8" } .fa-send-o:before, .fa-paper-plane-o:before { content: "\f1d9" } .fa-history:before { content: "\f1da" } .fa-circle-thin:before { content: "\f1db" } .fa-header:before { content: "\f1dc" } .fa-paragraph:before { content: "\f1dd" } .fa-sliders:before { content: "\f1de" } .fa-share-alt:before { content: "\f1e0" } .fa-share-alt-square:before { content: "\f1e1" } .fa-bomb:before { content: "\f1e2" } .fa-soccer-ball-o:before, .fa-futbol-o:before { content: "\f1e3" } .fa-tty:before { content: "\f1e4" } .fa-binoculars:before { content: "\f1e5" } .fa-plug:before { content: "\f1e6" } .fa-slideshare:before { content: "\f1e7" } .fa-twitch:before { content: "\f1e8" } .fa-yelp:before { content: "\f1e9" } .fa-newspaper-o:before { content: "\f1ea" } .fa-wifi:before { content: "\f1eb" } .fa-calculator:before { content: "\f1ec" } .fa-paypal:before { content: "\f1ed" } .fa-google-wallet:before { content: "\f1ee" } .fa-cc-visa:before { content: "\f1f0" } .fa-cc-mastercard:before { content: "\f1f1" } .fa-cc-discover:before { content: "\f1f2" } .fa-cc-amex:before { content: "\f1f3" } .fa-cc-paypal:before { content: "\f1f4" } .fa-cc-stripe:before { content: "\f1f5" } .fa-bell-slash:before { content: "\f1f6" } .fa-bell-slash-o:before { content: "\f1f7" } .fa-trash:before { content: "\f1f8" } .fa-copyright:before { content: "\f1f9" } .fa-at:before { content: "\f1fa" } .fa-eyedropper:before { content: "\f1fb" } .fa-paint-brush:before { content: "\f1fc" } .fa-birthday-cake:before { content: "\f1fd" } .fa-area-chart:before { content: "\f1fe" } .fa-pie-chart:before { content: "\f200" } .fa-line-chart:before { content: "\f201" } .fa-lastfm:before { content: "\f202" } .fa-lastfm-square:before { content: "\f203" } .fa-toggle-off:before { content: "\f204" } .fa-toggle-on:before { content: "\f205" } .fa-bicycle:before { content: "\f206" } .fa-bus:before { content: "\f207" } .fa-ioxhost:before { content: "\f208" } .fa-angellist:before { content: "\f209" } .fa-cc:before { content: "\f20a" } .fa-shekel:before, .fa-sheqel:before, .fa-ils:before { content: "\f20b" } .fa-meanpath:before { content: "\f20c" } .fa-buysellads:before { content: "\f20d" } .fa-connectdevelop:before { content: "\f20e" } .fa-dashcube:before { content: "\f210" } .fa-forumbee:before { content: "\f211" } .fa-leanpub:before { content: "\f212" } .fa-sellsy:before { content: "\f213" } .fa-shirtsinbulk:before { content: "\f214" } .fa-simplybuilt:before { content: "\f215" } .fa-skyatlas:before { content: "\f216" } .fa-cart-plus:before { content: "\f217" } .fa-cart-arrow-down:before { content: "\f218" } .fa-diamond:before { content: "\f219" } .fa-ship:before { content: "\f21a" } .fa-user-secret:before { content: "\f21b" } .fa-motorcycle:before { content: "\f21c" } .fa-street-view:before { content: "\f21d" } .fa-heartbeat:before { content: "\f21e" } .fa-venus:before { content: "\f221" } .fa-mars:before { content: "\f222" } .fa-mercury:before { content: "\f223" } .fa-intersex:before, .fa-transgender:before { content: "\f224" } .fa-transgender-alt:before { content: "\f225" } .fa-venus-double:before { content: "\f226" } .fa-mars-double:before { content: "\f227" } .fa-venus-mars:before { content: "\f228" } .fa-mars-stroke:before { content: "\f229" } .fa-mars-stroke-v:before { content: "\f22a" } .fa-mars-stroke-h:before { content: "\f22b" } .fa-neuter:before { content: "\f22c" } .fa-genderless:before { content: "\f22d" } .fa-facebook-official:before { content: "\f230" } .fa-pinterest-p:before { content: "\f231" } .fa-whatsapp:before { content: "\f232" } .fa-server:before { content: "\f233" } .fa-user-plus:before { content: "\f234" } .fa-user-times:before { content: "\f235" } .fa-hotel:before, .fa-bed:before { content: "\f236" } .fa-viacoin:before { content: "\f237" } .fa-train:before { content: "\f238" } .fa-subway:before { content: "\f239" } .fa-medium:before { content: "\f23a" } .fa-yc:before, .fa-y-combinator:before { content: "\f23b" } .fa-optin-monster:before { content: "\f23c" } .fa-opencart:before { content: "\f23d" } .fa-expeditedssl:before { content: "\f23e" } .fa-battery-4:before, .fa-battery:before, .fa-battery-full:before { content: "\f240" } .fa-battery-3:before, .fa-battery-three-quarters:before { content: "\f241" } .fa-battery-2:before, .fa-battery-half:before { content: "\f242" } .fa-battery-1:before, .fa-battery-quarter:before { content: "\f243" } .fa-battery-0:before, .fa-battery-empty:before { content: "\f244" } .fa-mouse-pointer:before { content: "\f245" } .fa-i-cursor:before { content: "\f246" } .fa-object-group:before { content: "\f247" } .fa-object-ungroup:before { content: "\f248" } .fa-sticky-note:before { content: "\f249" } .fa-sticky-note-o:before { content: "\f24a" } .fa-cc-jcb:before { content: "\f24b" } .fa-cc-diners-club:before { content: "\f24c" } .fa-clone:before { content: "\f24d" } .fa-balance-scale:before { content: "\f24e" } .fa-hourglass-o:before { content: "\f250" } .fa-hourglass-1:before, .fa-hourglass-start:before { content: "\f251" } .fa-hourglass-2:before, .fa-hourglass-half:before { content: "\f252" } .fa-hourglass-3:before, .fa-hourglass-end:before { content: "\f253" } .fa-hourglass:before { content: "\f254" } .fa-hand-grab-o:before, .fa-hand-rock-o:before { content: "\f255" } .fa-hand-stop-o:before, .fa-hand-paper-o:before { content: "\f256" } .fa-hand-scissors-o:before { content: "\f257" } .fa-hand-lizard-o:before { content: "\f258" } .fa-hand-spock-o:before { content: "\f259" } .fa-hand-pointer-o:before { content: "\f25a" } .fa-hand-peace-o:before { content: "\f25b" } .fa-trademark:before { content: "\f25c" } .fa-registered:before { content: "\f25d" } .fa-creative-commons:before { content: "\f25e" } .fa-gg:before { content: "\f260" } .fa-gg-circle:before { content: "\f261" } .fa-tripadvisor:before { content: "\f262" } .fa-odnoklassniki:before { content: "\f263" } .fa-odnoklassniki-square:before { content: "\f264" } .fa-get-pocket:before { content: "\f265" } .fa-wikipedia-w:before { content: "\f266" } .fa-safari:before { content: "\f267" } .fa-chrome:before { content: "\f268" } .fa-firefox:before { content: "\f269" } .fa-opera:before { content: "\f26a" } .fa-internet-explorer:before { content: "\f26b" } .fa-tv:before, .fa-television:before { content: "\f26c" } .fa-contao:before { content: "\f26d" } .fa-500px:before { content: "\f26e" } .fa-amazon:before { content: "\f270" } .fa-calendar-plus-o:before { content: "\f271" } .fa-calendar-minus-o:before { content: "\f272" } .fa-calendar-times-o:before { content: "\f273" } .fa-calendar-check-o:before { content: "\f274" } .fa-industry:before { content: "\f275" } .fa-map-pin:before { content: "\f276" } .fa-map-signs:before { content: "\f277" } .fa-map-o:before { content: "\f278" } .fa-map:before { content: "\f279" } .fa-commenting:before { content: "\f27a" } .fa-commenting-o:before { content: "\f27b" } .fa-houzz:before { content: "\f27c" } .fa-vimeo:before { content: "\f27d" } .fa-black-tie:before { content: "\f27e" } .fa-fonticons:before { content: "\f280" } .fa-reddit-alien:before { content: "\f281" } .fa-edge:before { content: "\f282" } .fa-credit-card-alt:before { content: "\f283" } .fa-codiepie:before { content: "\f284" } .fa-modx:before { content: "\f285" } .fa-fort-awesome:before { content: "\f286" } .fa-usb:before { content: "\f287" } .fa-product-hunt:before { content: "\f288" } .fa-mixcloud:before { content: "\f289" } .fa-scribd:before { content: "\f28a" } .fa-pause-circle:before { content: "\f28b" } .fa-pause-circle-o:before { content: "\f28c" } .fa-stop-circle:before { content: "\f28d" } .fa-stop-circle-o:before { content: "\f28e" } .fa-shopping-bag:before { content: "\f290" } .fa-shopping-basket:before { content: "\f291" } .fa-hashtag:before { content: "\f292" } .fa-bluetooth:before { content: "\f293" } .fa-bluetooth-b:before { content: "\f294" } .fa-percent:before { content: "\f295" } .fa-gitlab:before { content: "\f296" } .fa-wpbeginner:before { content: "\f297" } .fa-wpforms:before { content: "\f298" } .fa-envira:before { content: "\f299" } .fa-universal-access:before { content: "\f29a" } .fa-wheelchair-alt:before { content: "\f29b" } .fa-question-circle-o:before { content: "\f29c" } .fa-blind:before { content: "\f29d" } .fa-audio-description:before { content: "\f29e" } .fa-volume-control-phone:before { content: "\f2a0" } .fa-braille:before { content: "\f2a1" } .fa-assistive-listening-systems:before { content: "\f2a2" } .fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before { content: "\f2a3" } .fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before { content: "\f2a4" } .fa-glide:before { content: "\f2a5" } .fa-glide-g:before { content: "\f2a6" } .fa-signing:before, .fa-sign-language:before { content: "\f2a7" } .fa-low-vision:before { content: "\f2a8" } .fa-viadeo:before { content: "\f2a9" } .fa-viadeo-square:before { content: "\f2aa" } .fa-snapchat:before { content: "\f2ab" } .fa-snapchat-ghost:before { content: "\f2ac" } .fa-snapchat-square:before { content: "\f2ad" } .fa-pied-piper:before { content: "\f2ae" } .fa-first-order:before { content: "\f2b0" } .fa-yoast:before { content: "\f2b1" } .fa-themeisle:before { content: "\f2b2" } .fa-google-plus-circle:before, .fa-google-plus-official:before { content: "\f2b3" } .fa-fa:before, .fa-font-awesome:before { content: "\f2b4" } .fa-handshake-o:before { content: "\f2b5" } .fa-envelope-open:before { content: "\f2b6" } .fa-envelope-open-o:before { content: "\f2b7" } .fa-linode:before { content: "\f2b8" } .fa-address-book:before { content: "\f2b9" } .fa-address-book-o:before { content: "\f2ba" } .fa-vcard:before, .fa-address-card:before { content: "\f2bb" } .fa-vcard-o:before, .fa-address-card-o:before { content: "\f2bc" } .fa-user-circle:before { content: "\f2bd" } .fa-user-circle-o:before { content: "\f2be" } .fa-user-o:before { content: "\f2c0" } .fa-id-badge:before { content: "\f2c1" } .fa-drivers-license:before, .fa-id-card:before { content: "\f2c2" } .fa-drivers-license-o:before, .fa-id-card-o:before { content: "\f2c3" } .fa-quora:before { content: "\f2c4" } .fa-free-code-camp:before { content: "\f2c5" } .fa-telegram:before { content: "\f2c6" } .fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before { content: "\f2c7" } .fa-thermometer-3:before, .fa-thermometer-three-quarters:before { content: "\f2c8" } .fa-thermometer-2:before, .fa-thermometer-half:before { content: "\f2c9" } .fa-thermometer-1:before, .fa-thermometer-quarter:before { content: "\f2ca" } .fa-thermometer-0:before, .fa-thermometer-empty:before { content: "\f2cb" } .fa-shower:before { content: "\f2cc" } .fa-bathtub:before, .fa-s15:before, .fa-bath:before { content: "\f2cd" } .fa-podcast:before { content: "\f2ce" } .fa-window-maximize:before { content: "\f2d0" } .fa-window-minimize:before { content: "\f2d1" } .fa-window-restore:before { content: "\f2d2" } .fa-times-rectangle:before, .fa-window-close:before { content: "\f2d3" } .fa-times-rectangle-o:before, .fa-window-close-o:before { content: "\f2d4" } .fa-bandcamp:before { content: "\f2d5" } .fa-grav:before { content: "\f2d6" } .fa-etsy:before { content: "\f2d7" } .fa-imdb:before { content: "\f2d8" } .fa-ravelry:before { content: "\f2d9" } .fa-eercast:before { content: "\f2da" } .fa-microchip:before { content: "\f2db" } .fa-snowflake-o:before { content: "\f2dc" } .fa-superpowers:before { content: "\f2dd" } .fa-wpexplorer:before { content: "\f2de" } .fa-meetup:before { content: "\f2e0" } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; margin: 0; overflow: visible; clip: auto } .s123-module-about { line-height: 1.5; } .s123-module-about p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-about ul { line-height: 1.5; } .s123-module-about.layout-1 ul, .s123-module-about.layout-1 ol { list-style-position: inside; } .s123-module-about.layout-6 ul, .s123-module-about.layout-6 ol { list-style-position: inside; } @media(min-width:768px) { .s123-module-about.layout-3 .container .row.sides { display: flex; flex-direction: row-reverse; } } .s123-module-about.layout-2 .container .separateImages img, .s123-module-about.layout-3 .container .separateImages img { margin-bottom: 30px; } .s123-module-about.layout-4 .images { float: right; margin: 0 0 30px 30px; width: 500px; max-width: 100%; } html[dir="rtl"] .s123-module-about.layout-4 .images { float: left; margin: 0 30px 30px 0; } .s123-module-about.layout-4 .images .separateImages img { max-height: 300px; max-width: 100%; margin-bottom: 30px; } .s123-module-about.layout-4 .images .carousel img { height: auto; max-width: 500px; } @media(max-width:767px) { .s123-module-about.layout-4 .images { margin: 0 0 10px 10px; } html[dir="rtl"] .s123-module-about.layout-4 .images { margin: 0 10px 10px 0; } .s123-module-about.layout-4 .images img { margin-bottom: 10px; max-height: 100px; } } .s123-module-about.layout-5 .images { float: left; margin: 0 30px 30px 0; } html[dir="rtl"] .s123-module-about.layout-5 .images { float: right; margin: 0 0 30px 30px; } @media(max-width:767px) { .s123-module-about.layout-5 .images { margin: 0 10px 10px 0; } html[dir="rtl"] .s123-module-about.layout-5 .images { margin: 0 0 10px 10px; } .s123-module-about.layout-5 .images img { margin-bottom: 10px; max-height: 100px; } } .s123-module-carousel.layout-1 .owl-carousel .owl-item img { width: auto; height: 130px; display: inline-block; } .s123-module-carousel.layout-2 .client-container { font-size: 0; line-height: 0; } .s123-module-carousel.layout-2 .client-list { border: 1px solid #d7d7d7; display: inline-block; width: 100%; padding: 10px; margin-bottom: 15px; } .s123-module-carousel.layout-2 .client-bg { width: 100%; padding-bottom: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; } .s123-module-carousel.layout-2 .client-list:hover { background: rgba(128, 128, 128, 0.1); } @media ( min-width:768px) { .s123-module-carousel.layout-2 .client-list { width: 25%; margin-bottom: 0px; } .s123-module-carousel.layout-2 .client-list { border-left: 0px; } html[dir=rtl] .s123-module-carousel.layout-2 .client-list { border-left: 1px; border-left-style: solid; border-left-color: #d7d7d7; border-right: 0px; } .s123-module-carousel.layout-2 .client-list:nth-child(4n+1) { border-left: 1px; border-left-style: solid; border-left-color: #d7d7d7; padding-top: 11px; } html[dir=rtl] .s123-module-carousel.layout-2 .client-list:nth-child(4n+1) { border-right: 1px; border-right-style: solid; border-right-color: #d7d7d7; padding-top: 11px; } .s123-module-carousel.layout-2 .client-list:nth-child(n+5) { border-top: 0px; } } .s123-module-carousel.layout-4 .customer-container { font-size: 0; line-height: 0; } .s123-module-carousel.layout-4 .customer-list { display: inline-block; width: 100%; padding: 10px; margin-bottom: 30px; box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); } .s123-module-carousel.layout-4 .customer-bg { width: 100%; padding-bottom: 100%; background-size: contain; background-position: center center; background-repeat: no-repeat; } .owl-carousel .animated { -webkit-animation-duration: 1000ms; animation-duration: 1000ms; -webkit-animation-fill-mode: both; animation-fill-mode: both } .owl-carousel .owl-animated-in { z-index: 0 } .owl-carousel .owl-animated-out { z-index: 1 } .owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut } @-webkit-keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } @keyframes fadeOut { 0% { opacity: 1 } 100% { opacity: 0 } } .owl-height { -webkit-transition: height 500ms ease-in-out; -moz-transition: height 500ms ease-in-out; -ms-transition: height 500ms ease-in-out; -o-transition: height 500ms ease-in-out; transition: height 500ms ease-in-out } .owl-carousel { display: none; width: 100%; -webkit-tap-highlight-color: transparent; position: relative; z-index: 1 } .owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y } .owl-carousel .owl-stage:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0 } .owl-carousel .owl-stage-outer { position: relative; overflow: hidden; -webkit-transform: translate3d(0px, 0, 0) } .owl-carousel .owl-item { position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none } .owl-carousel .owl-item img { display: block; width: 100%; -webkit-transform-style: preserve-3d } .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none } .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-loaded { display: block } .owl-carousel.owl-loading { opacity: 0; display: block } .owl-carousel.owl-hidden { opacity: 0 } .owl-carousel.owl-refresh .owl-item { display: none } .owl-carousel.owl-drag .owl-item { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab } .owl-carousel.owl-rtl { direction: rtl } .owl-carousel.owl-rtl .owl-item { float: right } .no-js .owl-carousel { display: block } .owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-item img { transform-style: preserve-3d } .owl-carousel .owl-video-wrapper { position: relative; height: 100%; background: #000 } .owl-carousel .owl-video-play-icon { position: absolute; height: 80px; width: 80px; left: 50%; top: 50%; margin-left: -40px; margin-top: -40px; background: url(owl.video.play.png) no-repeat; cursor: pointer; z-index: 1; -webkit-backface-visibility: hidden; -webkit-transition: scale 100ms ease; -moz-transition: scale 100ms ease; -ms-transition: scale 100ms ease; -o-transition: scale 100ms ease; transition: scale 100ms ease } .owl-carousel .owl-video-play-icon:hover { -webkit-transition: scale(1.3, 1.3); -moz-transition: scale(1.3, 1.3); -ms-transition: scale(1.3, 1.3); -o-transition: scale(1.3, 1.3); transition: scale(1.3, 1.3) } .owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none } .owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; -webkit-background-size: contain; -moz-background-size: contain; -o-background-size: contain; background-size: contain; -webkit-transition: opacity 400ms ease; -moz-transition: opacity 400ms ease; -ms-transition: opacity 400ms ease; -o-transition: opacity 400ms ease; transition: opacity 400ms ease } .owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100% } .owl-theme .owl-nav { margin-top: 10px; text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-nav [class*=owl-] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 7px; background: #D6D6D6; display: inline-block; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px } .owl-theme .owl-nav [class*=owl-]:hover { background: #869791; color: #FFF; text-decoration: none } .owl-theme .owl-nav .disabled { opacity: .5; cursor: default } .owl-theme .owl-nav.disabled+.owl-dots { margin-top: 10px } .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent } .owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; *display: inline } .owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity 200ms ease; -moz-transition: opacity 200ms ease; -ms-transition: opacity 200ms ease; -o-transition: opacity 200ms ease; transition: opacity 200ms ease; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px } .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791 } .s123-module-contact .list-unstyled { word-break: break-word; } .s123-module-contact .open_hours_field { white-space: pre-wrap; padding-bottom: 50px; } .s123-module-contact .open-hours { margin-bottom: 50px; } .s123-module-contact.layout-1 .s123-module-contact-map { padding-top: 50px; margin-bottom: -100px; } @media (max-width:767px) { .s123-module-contact.layout-1 .s123-module-contact-map { margin-bottom: -50px; } } .inside_page .s123-module-contact.layout-1 .s123-module-contact-map { margin-bottom: -20px; } .s123-module-contact.layout-1 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-1 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } .home_page .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 50px; margin-top: -100px; } @media (max-width:767px) { .home_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -50px; } } .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 0; margin-top: -100px; } @media (max-width:767px) { .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -50px; } } .inside_page .s123-module-contact.layout-2 .s123-module-contact-map { margin-top: -20px; } .s123-module-contact.layout-2 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-2 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } .s123-module-contact.layout-2 .breadcrumb { margin-top: 0; } .inside_page.home_page_design .s123-module-contact.layout-2 .s123-module-contact-map { padding-bottom: 50px; } .s123-module-contact.layout-3 .s123-module-contact-map .map-container { height: 500px; position: relative; } .s123-module-contact.layout-3 .s123-module-contact-map .google-map-obj { width: 100%; height: 100%; } @media(max-width:992px) { .s123-module-contact.layout-3 .s123-module-contact-map { padding-bottom: 0; margin-top: 50px; margin-bottom: 50px; padding-top: 0; } } .s123-module-contact.layout-5 .s123-module-contact-map { padding-top: 0px; } .s123-module-contact.layout-5 .s123-module-contact-form { margin-bottom: 50px; } .s123-module-contact.layout-5 .s123-module-contact-top { margin-bottom: 30px; } @media (max-width:767px) { .s123-module-contact.layout-5 .s123-module-contact-details { text-align: center; } } .s123-module-contact.layout-6 .s123-module-contact-map { padding-top: 0px; } .s123-module-contact.layout-6 .s123-module-contact-map .map-container { height: 300px; } .s123-module-contact.layout-6 .contactUsForm { margin-bottom: 30px; } @media (max-width:767px) { .s123-module-contact.layout-6 .s123-module-contact-details { text-align: center; } } .s123-module-contact.layout-6 .s123-module-contact-details ul { margin-bottom: 30px; } .s123-module-contact.layout-7 .contact-container { width: 90%; margin: 0 auto; } @media (min-width:992px) { .s123-module-contact.layout-7 .contact-container { width: 70%; } } .s123-module-contact.layout-7 .list-inline { padding-bottom: 10px; } .home_page .s123-module-contact.layout-8.s123-module { padding: 100px 0 0 0; } .s123-module-contact.layout-8 .container { padding-bottom: 15px; } .s123-module-contact.layout-8 .map-container { position: relative; height: auto; } .s123-module-contact.layout-8 .contact-info { position: relative; background-color: transparent; height: auto; line-height: 1.5em; padding-left: 30px; padding-right: 30px; padding-top: 0px; width: 100%; z-index: 0; } @media (min-width:768px) { .s123-module-contact.layout-8 .contact-info { position: absolute; background-color: white; color: black; height: 100%; right: 0; top: 0; line-height: 2em; width: 400px; padding-top: 50px; background-color: rgba(255, 255, 255, 0.8); background: rgba(255, 255, 255, 0.8); z-index: 2; overflow-y: auto; } html[dir=rtl] .s123-module-contact.layout-8 .contact-info { left: 0; right: auto; } } .s123-module-contact.layout-8 .text-left { text-align: center; } @media (min-width:768px) { .s123-module-contact.layout-8 .text-left { text-align: left; } html[dir=rtl] .s123-module-contact.layout-8 .text-left { text-align: right; } } .s123-module-contact.layout-8 .google-map-obj { height: 500px; } .s123-module-contact.layout-8 .list-inline { margin-right: 0; } .s123-module-gmap.layout-1 .gmap-container { height: 300px; position: relative; } @media (min-width:768px) { .s123-module-gmap.layout-1 .gmap-container { height: 500px; } } .s123-module-gmap.layout-1 .gmap-obj { width: 100%; height: 100%; } .s123-module-gmap.layout-2 .gmap-container { height: 300px; position: relative; } @media (min-width:768px) { .s123-module-gmap.layout-2 .gmap-container { height: 500px; } } .s123-module-gmap.layout-2 .gmap-obj { width: 100%; height: 100%; } .s123-module-counters .counters .counter { text-align: center; } .s123-module-counters .counters .fa, .s123-module-counters .counters .icons { display: block; font-size: 35px; line-height: 35px; margin-bottom: 5px; } .s123-module-counters .counters strong { display: block; font-weight: bold; font-size: 50px; line-height: 50px; } .s123-module-counters .counters label { display: block; font-weight: 100; font-size: 20px; line-height: 20px; margin-top: 10px; } .s123-module-counters .counters .counter-side-icon .fa, .s123-module-counters .counters .counter-side-icon .icons, .s123-module-counters .counters .counter-side-icon strong { display: inline-block; } .s123-module-counters .counters .counter-with-unit strong { display: inline-block; } .s123-module-counters .counters.with-borders .counter { border-radius: 6px; border-top: 1px solid #DFDFDF; border-bottom: 1px solid #DFDFDF; border-left: 1px solid #ECECEC; border-right: 1px solid #ECECEC; box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04); padding: 25px; } .s123-module-counters .counters.counters-sm .fa, .s123-module-counters .counters.counters-sm .icons { font-size: 25px; line-height: 25px; } .s123-module-counters .counters.counters-sm strong { font-size: 35px; line-height: 35px; } .s123-module-counters .counters.counters-sm label { font-size: 15px; line-height: 15px; } .s123-module-counters .counters.counters-lg .fa { font-size: 45px; line-height: 45px; } .s123-module-counters .counters.counters-lg strong { font-size: 60px; line-height: 60px; } .s123-module-counters .counters.counters-lg label { font-size: 25px; line-height: 25px; } .s123-module-counters .counters.counters-text-light .counter { color: #FFF !important; } .s123-module-counters .counters.counters-text-light .counter .fa, .s123-module-counters .counters.counters-text-light .counter .icons, .s123-module-counters .counters.counters-text-light .counter strong, .s123-module-counters .counters.counters-text-light .counter label { color: #FFF !important; } .s123-module-counters .counters.counters-text-dark .counter { color: #2e353e !important; } .s123-module-counters .counters.counters-text-dark .counter .fa, .s123-module-counters .counters.counters-text-dark .counter .icons, .s123-module-counters .counters.counters-text-dark .counter strong, .s123-module-counters .counters.counters-text-dark .counter label { color: #2e353e !important; } .s123-module-counters.layout-2 .counter { min-height: 190px; padding-top: 20px; padding-bottom: 20px; } .mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); } .mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; } .mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; } .mfp-align-top .mfp-container:before { display: none; } .mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; } .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; } .mfp-ajax-cur { cursor: progress; } .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; } .mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; } .mfp-auto-cursor .mfp-content { cursor: auto; } .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; } .mfp-loading.mfp-figure { display: none; } .mfp-hide { display: none !important; } .mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; } .mfp-preloader a { color: #CCC; } .mfp-preloader a:hover { color: #FFF; } .mfp-s-ready .mfp-preloader { display: none; } .mfp-s-error .mfp-content { display: none; } button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; -webkit-box-shadow: none; box-shadow: none; } button::-moz-focus-inner { padding: 0; border: 0; } .mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; } .mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-close:active { top: 1px; } .mfp-close-btn-in .mfp-close { color: #333; } .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; } .mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; } .mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; } .mfp-arrow:active { margin-top: -54px; } .mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); } .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; } .mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; } .mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; } .mfp-arrow-left { left: 0; } .mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid #FFF; margin-left: 31px; } .mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3F3F3F; } .mfp-arrow-right { right: 0; } .mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid #FFF; margin-left: 39px; } .mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3F3F3F; } .mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; } .mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; } .mfp-iframe-holder .mfp-close { top: -40px; } .mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; } .mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; } img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; } .mfp-figure { line-height: 0; } .mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; } .mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; } .mfp-figure figure { margin: 0; } .mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; } .mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; } .mfp-image-holder .mfp-content { max-width: 100%; } .mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; } @media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; } .mfp-img-mobile img.mfp-img { padding: 0; } .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; } .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; } .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; } .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; } .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } } @media all and (max-width:900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); } .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; } .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; } .mfp-container { padding-left: 6px; padding-right: 6px; } } .mfp-ie7 .mfp-img { padding: 0; } .mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; } .mfp-ie7 .mfp-container { padding: 0; } .mfp-ie7 .mfp-content { padding-top: 44px; } .mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; } .s123-module-events.layout-1 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-events.layout-1 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-events.layout-1 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-events.layout-1 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-events.layout-1 .event-image img { border-radius: 0; } .s123-module-events.layout-1 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-events.layout-1 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-events.layout-1 .event-image .event-date { left: auto; right: 10px; } .s123-module-events.layout-1 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-events.layout-1 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-events.layout-1 .event-title h2 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-events.layout-1 .event-title h2 a {} .s123-module-events.layout-1 .event-title h2 a:hover {} .s123-module-events.layout-1 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-events.layout-1 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li { float: right; } .s123-module-events.layout-1 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-events.layout-1 .event-meta li .label { font-size: 100%; } .s123-module-events.layout-1 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-events.layout-1 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-events.layout-1 .event-meta li a {} .s123-module-events.layout-1 .event-meta li a:hover {} .s123-module-events.layout-1 .event-meta li:first-child:before { display: none; } .s123-module-events.layout-1 .event-content { margin-top: 30px; } .s123-module-events.layout-1 .events-categories-container { list-style: none; padding: 0; text-align: center; margin: 0 0 40px 0; } .s123-module-events.layout-1 .events-categories-container li { display: inline-block; margin: 0.0714em 0.0714em; } .s123-module-events.layout-1 .events-categories-container li:first-child:before { display: none; } .s123-module-events.layout-1 .events-categories-container li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-events.layout-1 .events-categories-container li a:hover, .s123-module-events.layout-1 .events-categories-container li a:focus, .s123-module-events.layout-1 .events-categories-container li.active { font-weight: bold; text-decoration: underline; } .s123-module-events.layout-2 .events-responsive-filter a { display: none; } .s123-module-events.layout-2 .well { border: none; } .s123-module-events.layout-2 .events-categories-container li { padding-bottom: 0.2em; } .s123-module-events.layout-2 .events-categories-container li a, .s123-module-events.layout-2 .events-categories-container li a:hover, .s123-module-events.layout-2 .events-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-events.layout-2 .events-categories-container li.active a { border: 1px solid; } .s123-module-events.layout-2 .events-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-events.layout-2 .events-container>div .box { position: relative; padding: 0; } .s123-module-events.layout-2 .event-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-events.layout-2 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-events.layout-2 .event-image .event-date { left: auto; right: 10px; } .s123-module-events.layout-2 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-events.layout-2 .box .event-details-container { padding: 10px; } .s123-module-events.layout-2 .box .event-details-container h4 { margin: 0.75em 0; } .s123-module-events.layout-2 .box .event-details-container p { margin-bottom: 0.75em; } .s123-module-events.layout-2 .event-price { width: 100%; float: left; } @media (max-width:767px) { .s123-module-events.layout-2 .events-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-events.layout-2 .categories-panel { display: none; } .s123-module-events.layout-2 .events-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-events.layout-2 .events-container .box .buttons-container { padding: 10px; } .s123-module-events.layout-2 .events-container .box .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-events.layout-2 .events-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-events.layout-2 .events-container .buttons-container form { display: inline-block; } .s123-module-events.layout-3 .events-container .events { padding: 10px; } .s123-module-events.layout-3 .events-container table { margin-bottom: 0px; } .s123-module-events.layout-3 .events-container th, .s123-module-events.layout-3 .events-container td { border: hidden !important; } .s123-module-events.layout-3 .events-container h3 { font-size: 1.7em; margin-bottom: :20px; text-transform: uppercase; font-weight: bold; } .s123-module-events.layout-4 .event-tickets tr>th:first-child, .s123-module-events.layout-4 .event-tickets tr>td:first-child { padding-left: 0; } html[dir=rtl].s123-module-events.layout-4 .event-tickets tr>th:first-child, html[dir=rtl].s123-module-events.layout-4 .event-tickets tr>td:first-child { padding-left: 8px; padding-right: 0; } .s123-module-events.layout-4 .event-ticket-title { margin-bottom: 10px; } .s123-module-events.layout-4 .event-ticket-more-info { display: none; } .s123-module-events.layout-4 .event-ticket-info-btn { padding: 0; } .s123-module-events.layout-4 .event-ticket-info-btn:focus { outline: none; } .s123-module-events.layout-4 .hide-border-bottom { border-bottom-style: hidden; } .s123-module-events.layout-4 .event-tickets tr>td .quantity_field { display: flex; align-content: center; align-items: center; justify-content: space-between; height: 34px; min-width: 100px; border: 1px solid #ccc; border-radius: 4px; } .s123-module-events.layout-4 .event-tickets tr>td .quantity_field .quantity-value { display: inline-block; min-width: 17px; } .s123-module-events.layout-4 .quantity-btn { color: #000; } .s123-module-events.layout-4 .quantity-btn:focus { outline: none; } .s123-module-events.layout-4 .event-tickets-discount { display: block; } .s123-module-events.layout-4 .event-checkout-btn { text-align: right; } html[dir=rtl] .s123-module-events.layout-4 .event-checkout-btn { text-align: left; } .s123-module-events.layout-4 .product-details .close-msg { text-align: center; border: 1px solid; padding: 20px; } .events-validator-popover { color: #fff; background-color: #a94442; } .events-validator-popover.right>.arrow:after { border-right-color: #a94442; } .events-validator-popover.top>.arrow:after { border-top-color: #a94442; } .events-validator-popover.left>.arrow:after { border-left-color: #a94442; } .events-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-events.layout-4 .event-map { margin: 20px 0; } .s123-module-events.layout-4 .box { padding: 20px; } .s123-module-events.s123-page-data-events .event-tickets tr>th:first-child, .s123-module-events.s123-page-data-events .event-tickets tr>td:first-child { padding-left: 0; } html[dir=rtl].s123-module-events.s123-page-data-events .event-tickets tr>th:first-child, html[dir=rtl].s123-module-events.s123-page-data-events .event-tickets tr>td:first-child { padding-left: 8px; padding-right: 0; } .s123-module-events.s123-page-data-events .event-ticket-title { margin-bottom: 10px; } .s123-module-events.s123-page-data-events .event-ticket-more-info { display: none; } .s123-module-events.s123-page-data-events .event-ticket-info-btn { padding: 0; } .s123-module-events.s123-page-data-events .event-ticket-info-btn:focus { outline: none; } .s123-module-events.s123-page-data-events .hide-border-bottom { border-bottom-style: hidden; } .s123-module-events.s123-page-data-events .event-tickets tr>td .quantity_field { display: flex; align-content: center; align-items: center; justify-content: space-between; height: 34px; min-width: 100px; border: 1px solid #ccc; border-radius: 4px; } .s123-module-events.s123-page-data-events .event-tickets tr>td .quantity_field .quantity-value { display: inline-block; min-width: 17px; } .s123-module-events.s123-page-data-events .quantity-btn { color: #000; } .s123-module-events.s123-page-data-events .quantity-btn:focus { outline: none; } .s123-module-events.s123-page-data-events .event-tickets-discount { display: block; } .s123-module-events.s123-page-data-events .event-checkout-btn { text-align: right; } html[dir=rtl] .s123-module-events.s123-page-data-events .event-checkout-btn { text-align: left; } .events-validator-popover { color: #fff; background-color: #a94442; } .events-validator-popover.right>.arrow:after { border-right-color: #a94442; } .events-validator-popover.top>.arrow:after { border-top-color: #a94442; } .events-validator-popover.left>.arrow:after { border-left-color: #a94442; } .events-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-events.s123-page-data-events .event-map { margin: 20px 0; } .s123-module-events.s123-page-data-events .product-details .close-msg { text-align: center; border: 1px solid; padding: 20px; } .s123-page-data-events .product-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-events .product-container { margin-bottom: 10px; } .s123-page-data-events .product-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; } .s123-page-data-events .product-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-events .product-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-events .product-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-events .product-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .s123-page-data-events .product-container .product-details h2 { text-transform: uppercase; } .s123-page-data-events .product-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .s123-page-data-events .product-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .s123-page-data-events .product-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .s123-page-data-events .product-container .product-details .price-value { font-size: 24px; } .s123-page-data-events .product-container .btn-buy-now { min-width: 150px; } .product-details-box .product-details-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .s123-module-events .box { padding: 20px; } .s123-module-faq .well { padding: 30px; margin-top: 40px; margin-bottom: 30px; border-radius: 5px; } .s123-module-faq .well h4 { font-weight: 600; line-height: 1.4; margin-bottom: 15px; margin-top: 15px; } .s123-module-faq .well p { font-size: 16px; line-height: 1.6; margin: 10px 0 0; white-space: pre-wrap; word-wrap: break-word; } .s123-module-faq.layout-1 ul, .s123-module-faq.layout-1 ol { list-style-position: inside; } .s123-module-gallery.isotope-gallery .gallery-item-wrapper { padding: 0 5px 5px 5px; } .s123-module-gallery.isotope-gallery .gallery-item { position: relative; cursor: pointer; overflow: hidden; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; border-radius: 3px; } .s123-module-gallery.isotope-gallery .flush .gallery-item { border-radius: 0; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb { text-align: center; position: relative; overflow: hidden; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb img { display: inline-block; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; visibility: hidden; } .s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover { display: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .s123-video-cover { display: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb img { transform: scale(1.1); } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .image-overlay { background-color: #2c3e50; width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .image-overlay { opacity: 0.50; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom { width: 100%; height: 100%; text-align: center; display: none; line-height: 25px; position: absolute; top: 0; color: #ffffff; left: 0; margin-left: -100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; display: flex; align-items: center; align-content: center; justify-content: center; flex-direction: column; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a .eye { border-radius: 50%; color: #444; background-color: #eee; width: 45px; height: 45px; color: black; line-height: 45px; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i { width: 45px; height: 45px; color: black; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb a i.fa-play { padding-left: 5px; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:hover { text-decoration: none; color: #fff; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-thumb .gallery-zoom:focus { outline: none; } .s123-module-gallery.isotope-gallery .gallery-item:hover .gallery-thumb .gallery-zoom { margin-left: 0; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details { text-align: center; padding-top: 20px; background-color: #fff; border: 2px solid #ecf0f1; border-top: 0; overflow: hidden; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details h5 { margin: 0; font-size: 1em; font-weight: 700; position: relative; } .s123-module-gallery.isotope-gallery .gallery-item .gallery-details p { font-size: .9em; } .s123-module-gallery.isotope-gallery .filter { list-style: none; padding: 0; margin: 0 0 60px 0; text-align: center; } .s123-module-gallery.isotope-gallery .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.isotope-gallery .filter li:first-child:before { display: none; } .s123-module-gallery.isotope-gallery .filter li a { display: block; text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.isotope-gallery .filter li a:hover, .s123-module-gallery.isotope-gallery .filter li a:focus, .s123-module-gallery.isotope-gallery .filter li a.active { font-weight: bold; text-decoration: underline; } .s123-module-gallery.isotope-gallery .isotope, .s123-module-gallery.isotope-gallery .isotope .isotope-item { -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s; -ms-transition-duration: 0.8s; -o-transition-duration: 0.8s; transition-duration: 0.8s; } .s123-module-gallery.isotope-gallery .isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; } .s123-module-gallery.isotope-gallery .isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: -o-transform, opacity; transition-property: transform, opacity; } .s123-module-gallery.isotope-gallery .isotope.no-transition, .s123-module-gallery.isotope-gallery .isotope.no-transition .isotope-item, .s123-module-gallery.isotope-gallery .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; } .mfp-bg.mfp-ready { opacity: 0.95; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: 200px; } .s123-module-gallery.isotope-gallery .gallery-thumb img { width: 100%; max-height: none; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: auto; } .s123-module-gallery.isotope-gallery.layout-2 .container { width: 100%; padding: 0; } .s123-module-gallery.isotope-gallery.layout-2 .container .row { margin: 0; } .s123-module-gallery.isotope-gallery.layout-2 .gallery-item-wrapper { padding: 0; } .s123-module-gallery.isotope-gallery.layout-2 .gallery-item { border-radius: 0; } .home_page .s123-module.s123-module-gallery.layout-3 { padding-top: 0; padding-bottom: 0; } .s123-module-gallery.isotope-gallery.layout-3 .filter { margin: 30px 0; } .s123-module-gallery.isotope-gallery .gallery-thumb { min-height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-gallery.isotope-gallery.layout-3 .container { margin: -50px 0; } } .inside_page .s123-module.s123-module-gallery.isotope-gallery.layout-3 .container { margin: -20px 0; } .s123-module-gallery.isotope-gallery.layout-3 .isotope-gallery-container .col-md-4 { margin-right: 0; } .s123-module-gallery.isotope-gallery.layout-3 .container { width: 100%; padding: 0; } .s123-module-gallery.isotope-gallery.layout-3 .container .row { margin: 0; } .s123-module-gallery.isotope-gallery.layout-3 .gallery-item-wrapper { padding: 0; } .s123-module-gallery.isotope-gallery.layout-3 .gallery-item { border-radius: 0; } .mfp-module-gallery .mfp-container .mfp-title { line-height: 1.5; cursor: auto; } .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title { padding-right: 50px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-title { text-align: right; padding-right: 0; padding-left: 50px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { left: 0; right: auto; } @media ( min-width:768px) { .mfp-module-gallery .mfp-container .mfp-bottom-bar { padding: 8px; margin: 0; bottom: 40px; top: auto; color: #fff; background: rgba(0, 0, 0, 0.8); } .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { right: 8px; top: 8px; font-size: 14px; } html[dir=rtl] .mfp-module-gallery .mfp-container .mfp-bottom-bar .mfp-counter { left: 8px; right: auto; } } .mfp-module-gallery .gallery-image-text, .mfp-module-gallery .gallery-image-external-link { margin-bottom: 0.3em; } .mfp-module-gallery .gallery-image-external-link { display: block; } .mfp-module-gallery .gallery-social-links a { display: inline-block; margin-right: 10px; color: #ffffff; } .s123-module-gallery.layout-4 .gallery-image-container>.row, .s123-module-gallery.layout-4 .gallery-image { padding: 1px; } .s123-module-gallery.layout-4 .gallery-image>a { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-4 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-4 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-4 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-4 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-4 .filter li a:hover, .s123-module-gallery.layout-4 .filter li a:focus, .s123-module-gallery.layout-4 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-5 ul.gallery-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-gallery.layout-5 ul.gallery-images-container .thumbnail { border: none; color: inherit; } .s123-module-gallery.layout-5 ul.gallery-images-container .gallery-image-box { position: relative; } .s123-module-gallery.layout-5 ul.gallery-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-gallery.layout-5 .gallery-image a.gallery-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-5 .product-details-container h4 { margin: 0.75em 0; } .s123-module-gallery.layout-5 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-gallery.layout-5 ul.gallery-images-container li { width: 100%; } } .s123-module-gallery.layout-5 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-5 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-5 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-5 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-5 .filter li a:hover, .s123-module-gallery.layout-5 .filter li a:focus, .s123-module-gallery.layout-5 .filter li.active a { font-weight: bold; text-decoration: underline; } .flickity-enabled { position: relative } .flickity-enabled:focus { outline: 0 } .flickity-viewport { overflow: hidden; position: relative; height: 100% } .flickity-slider { position: absolute; width: 100%; height: 100% } .flickity-enabled.is-draggable { -webkit-tap-highlight-color: transparent; tap-highlight-color: transparent; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .flickity-enabled.is-draggable .flickity-viewport { cursor: move; cursor: -webkit-grab; cursor: grab } .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down { cursor: -webkit-grabbing; cursor: grabbing } .flickity-prev-next-button { position: absolute; top: 50%; width: 44px; height: 44px; border: none; border-radius: 50%; background: #fff; background: hsla(0, 0%, 100%, .75); cursor: pointer; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .flickity-prev-next-button:hover { background: #fff } .flickity-prev-next-button:focus { outline: 0; box-shadow: 0 0 0 5px #09f } .flickity-prev-next-button:active { opacity: .6 } .flickity-prev-next-button.previous { left: 10px } .flickity-prev-next-button.next { right: 10px } .flickity-rtl .flickity-prev-next-button.previous { left: auto; right: 10px } .flickity-rtl .flickity-prev-next-button.next { right: auto; left: 10px } .flickity-prev-next-button:disabled { opacity: .3; cursor: auto } .flickity-prev-next-button svg { position: absolute; left: 20%; top: 20%; width: 60%; height: 60% } .flickity-prev-next-button .arrow { fill: #333 } .flickity-page-dots { position: absolute; width: 100%; bottom: -25px; padding: 0; margin: 0; list-style: none; text-align: center; line-height: 1 } .flickity-rtl .flickity-page-dots { direction: rtl } .flickity-page-dots .dot { display: inline-block; width: 10px; height: 10px; margin: 0 8px; background: #333; border-radius: 50%; opacity: .25; cursor: pointer } .flickity-page-dots .dot.is-selected { opacity: 1 } .s123-module-gallery.layout-6 .gallery-images-container { width: 100%; background: transparent; } .s123-module-gallery.layout-6 .gallery-image { width: 70%; height: 300px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-6 .gallery-image, .s123-module-gallery.layout-6 .gallery-video-container img { height: 600px; } } @media screen and ( min-width:960px) { .s123-module-gallery.layout-6 .gallery-image { width: 60%; } } .s123-module-gallery.layout-6 .gallery-image img, .s123-module-gallery.layout-6 .gallery-image iframe { display: block; max-width: 100%; max-height: 100%; opacity: 0.7; -webkit-transform: scale(0.85); transform: scale(0.85); -webkit-filter: blur(5px); filter: blur(5px); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s; transition: opacity 0.3s, transform 0.3s, filter 0.3s; } .s123-module-gallery.layout-6 .gallery-image.is-selected img, .s123-module-gallery.layout-6 .gallery-image.is-selected iframe { opacity: 1; -webkit-transform: scale(1); transform: scale(1); -webkit-filter: none; filter: none; } .s123-module-gallery.layout-6 .flickity-prev-next-button { width: 60px; height: 60px; background: transparent; opacity: 0.6; } .s123-module-gallery.layout-6 .flickity-prev-next-button:hover { background: transparent; opacity: 1; } .s123-module-gallery.layout-6 .flickity-prev-next-button .arrow { fill: white; } .s123-module-gallery.layout-6 .flickity-prev-next-button.no-svg { color: white; } .s123-module-gallery.layout-6 .flickity-prev-next-button.previous { left: 0; } .s123-module-gallery.layout-6 .flickity-prev-next-button.next { right: 0; } .s123-module-gallery.layout-6 .flickity-prev-next-button:disabled { display: none; } .s123-module-gallery.layout-6 .gallery-image-caption { width: 100%; margin: 10px 0 0 0; padding: 0; text-align: center; min-height: 1.5em; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-6 .gallery-image-caption { margin: 1em 0 0 0; } } .s123-module-gallery.layout-6 .flickity-page-dots { display: none; bottom: -40px; } .s123-module-gallery.layout-6 .flickity-page-dots .dot { width: 12px; height: 12px; opacity: 1; background: #d6d6d6; } .s123-module-gallery.layout-6 .flickity-page-dots .dot:hover, .s123-module-gallery.layout-6 .flickity-page-dots .dot.is-selected { background: #869791; } .s123-module-gallery.layout-6 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-6 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-6 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-6 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-6 .filter li a:hover, .s123-module-gallery.layout-6 .filter li a:focus, .s123-module-gallery.layout-6 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-7 .gallery-images-container { width: 100%; background: transparent; } .s123-module-gallery.layout-7 .isotope-gallery-container img, .s123-module-gallery.layout-7 .gallery-video-container { display: block; height: 300px; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-7 .isotope-gallery-container img, .s123-module-gallery.layout-7 .gallery-video-container { height: 600px; } } .s123-module-gallery.layout-7 .gallery-image-caption { width: 100%; margin: 10px 0 0 0; padding: 0; text-align: center; min-height: 1.5em; } @media screen and ( min-width:768px) { .s123-module-gallery.layout-7 .gallery-image-caption { margin: 1em 0 0 0; } } .s123-module-gallery.layout-7 .flickity-page-dots { display: none; bottom: -40px; } .s123-module-gallery.layout-7 .flickity-page-dots .dot { width: 12px; height: 12px; opacity: 1; background: #d6d6d6; } .s123-module-gallery.layout-7 .flickity-page-dots .dot:hover, .s123-module-gallery.layout-7 .flickity-page-dots .dot.is-selected { background: #869791; } .s123-module-gallery.layout-7 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-7 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-7 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-7 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-7 .filter li a:hover, .s123-module-gallery.layout-7 .filter li a:focus, .s123-module-gallery.layout-7 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-gallery.layout-8 ul.gallery-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-gallery.layout-8 ul.gallery-images-container .thumbnail { border: none; color: inherit; background: transparent; } .s123-module-gallery.layout-8 ul.gallery-images-container .gallery-image-box { position: relative; } .s123-module-gallery.layout-8 ul.gallery-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-gallery.layout-8 .gallery-image a.gallery-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-gallery.layout-8 .product-details-container h4 { margin: 0.75em 0; } .s123-module-gallery.layout-8 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-gallery.layout-8 ul.gallery-images-container li { width: 100%; } } .s123-module-gallery.layout-8 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-gallery.layout-8 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-gallery.layout-8 .filter li:first-child:before { display: none; } .s123-module-gallery.layout-8 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-gallery.layout-8 .filter li a:hover, .s123-module-gallery.layout-8 .filter li a:focus, .s123-module-gallery.layout-8 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-page-data-gallery .g-item-container { padding: 6px; margin-bottom: 30px; border-radius: 6px; background: #fff; box-shadow: 0 3px 20px rgba(77, 63, 122, 0.4); } .s123-page-data-gallery .g-item-container { display: table; margin-left: auto; margin-right: auto; } .s123-page-data-gallery .g-item-container img { max-width: 100%; max-height: 60vh; } .s123-page-data-gallery .g-item-container p { margin-bottom: 0; } .s123-page-data-gallery .g-item-details { margin: 10px 0 15px; } .s123-page-data-gallery .prevent-t-i-p-w { display: block; min-width: 100%; width: 0; } .home_page .s123-module.s123-module-map, .inside_page .s123-module.s123-module-map { padding: 0; } .s123-module-map .map-container { height: 500px; position: relative; } .map-container { height: 500px; } .s123-module-map .google-map-obj { width: 100%; height: 100%; } .s123-module-menu.layout-1 .menu2 .inner { padding-top: 65px; } .s123-module-menu.layout-1 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-menu.layout-1 .menu-block { width: 100%; } .s123-module-menu.layout-1 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-menu.layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-menu.layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-menu.layout-1 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-menu.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-menu.layout-1 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-menu.layout-1 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .item h4 { text-align: right; } .s123-module-menu.layout-1 .menu-block .item p { display: block; text-align: left; width: 100%; margin-bottom: 0; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .item p { text-align: right; } .s123-module-menu.layout-1 .menu-block .prices { display: block; min-width: 90px; font-size: 1.4em; cursor: default; } .s123-module-menu.layout-1 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-menu.layout-1 .menu-block .prices { right: auto; left: 0; } .s123-module-menu.layout-2 .menu2 .inner { padding-top: 65px; } .s123-module-menu.layout-2 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-menu.layout-2 .menu-category { display: none; } .s123-module-menu.layout-2 .menu-block { width: 100%; } .s123-module-menu.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-menu.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-menu.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-menu.layout-2 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-menu.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-menu.layout-2 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-menu.layout-2 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .item h4 { text-align: right; } .s123-module-menu.layout-2 .menu-block .item p { display: block; text-align: left; width: 65%; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .item p { text-align: right; } @media (min-width:768px) { .s123-module-menu.layout-2 .menu-block .prices { display: block; position: absolute; top: 10px; right: 10px; min-width: 90px; font-size: 1.4em; cursor: default; } } .s123-module-menu.layout-2 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-menu.layout-2 .menu-block .prices { right: auto; left: 0; } .s123-module-menu.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-menu.layout-2 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-menu.layout-2 .filter li:first-child:before { display: none; } .s123-module-menu.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-menu.layout-2 .filter li a:hover, .s123-module-menu.layout-2 .filter li a:focus, .s123-module-menu.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .s123-module-products.layout-1 .products2 .inner { padding-top: 65px; } .s123-module-products.layout-1 .products2 h3 { color: #393443; margin-bottom: 40px; } .s123-module-products.layout-1 .products-block { width: 100%; } .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-products:not(.s123-page-data-products).layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-products:not(.s123-page-data-products).layout-1 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-products.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-products.layout-1 .products-block .item { width: 100%; padding: 10px; margin-bottom: 30px; border-radius: 4px; position: relative; } .s123-module-products.layout-1 .products-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-products.layout-1 .products-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-products.layout-1 .products-block .pro-info p { height: 4.5em; display: block; overflow: hidden; display: block; } .s123-module-products.layout-1 .products-block .prices { margin: 0 5px 0 0; float: right; font-size: 1.5em; line-height: inherit; direction: ltr; } html[dir=rtl] .s123-module-products.layout-1 .products-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-products.layout-1 .products-block .prices .list-price { margin-right: 0.3em; opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-1 .products-block .buttons-container { width: 100%; clear: both; } .s123-module-products.layout-1 .products-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-1 .products-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-1 .products-block .buttons-container form { display: inline-block; } .s123-module-products.layout-1 .product-sale-banner { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; } html[dir=rtl] .s123-module-products.layout-1 .product-sale-banner { left: auto; right: 20px; } .s123-module-products.layout-1 .product-out-of-stock { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-1 .product-out-of-stock { left: auto; right: 20px; } .s123-module-products.layout-2 .products2 .inner { padding-top: 65px; } .s123-module-products.layout-2 .products2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-products.layout-2 .products-category { display: none; } .s123-module-products.layout-2 .products-block { width: 100%; } .s123-module-products.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-products.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-products.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-products.layout-2 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 100%; margin: 0 auto; display: block; position: relative; border-radius: 0; } @media (min-width:768px) { .s123-module-products.layout-2 .item-image img { max-height: 250px; } } .s123-module-products.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-products.layout-2 .products-block .item { width: 100%; padding: 10px; margin-bottom: 30px; border-radius: 4px; position: relative; } .s123-module-products.layout-2 .pro-info { float: left; } html[dir=rtl] .s123-module-products.layout-2 .pro-info { float: right; } @media (min-width:768px) { .s123-module-products.layout-2 .pro-info { width: 65%; } } .s123-module-products.layout-2 .products-block .item .item-details .pro-info h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-products.layout-2 .products-block .item .item-details .pro-info h4 { text-align: right; } .s123-module-products.layout-2 .products-block .item .item-details .pro-info p { display: block; text-align: left; } html[dir=rtl] .s123-module-products.layout-2 .products-block .item .item-details .pro-info p { text-align: right; } .s123-module-products.layout-2 .products-block .prices { min-width: 90px; margin-bottom: 10px; font-size: 1.4em; display: block; clear: both; cursor: default; line-height: inherit; direction: ltr; } @media (min-width:768px) { .s123-module-products.layout-2 .products-block .prices { width: 35%; clear: none; float: right; text-align: right; } html[dir=rtl] .s123-module-products.layout-2 .products-block .prices { float: left; text-align: left; } } .s123-module-products.layout-2 .products-block .prices .list-price { margin-right: 0.3em; opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-2 .products-block .buttons-container { width: 100%; clear: both; } .s123-module-products.layout-2 .products-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-2 .products-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-2 .products-block .buttons-container form { display: inline-block; } .s123-module-products.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-products.layout-2 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-products.layout-2 .filter li:first-child:before { display: none; } .s123-module-products.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-products.layout-2 .filter li a:hover, .s123-module-products.layout-2 .filter li a:focus, .s123-module-products.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .s123-module-products.layout-2 .product-sale-banner { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; } html[dir=rtl] .s123-module-products.layout-2 .product-sale-banner { left: auto; right: 20px; } .s123-module-products.layout-2 .product-out-of-stock { position: absolute; left: 20px; top: 20px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-2 .product-out-of-stock { left: auto; right: 20px; } .s123-module-products.layout-3 .products-responsive-filter a { display: none; } .s123-module-products.layout-3 .well { border: none; } .s123-module-products.layout-3 .products-categories-container li { padding-bottom: 0.2em; } .s123-module-products.layout-3 .products-categories-container li a, .s123-module-products.layout-3 .products-categories-container li a:hover, .s123-module-products.layout-3 .products-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-products.layout-3 .products-categories-container li.active a { border: 1px solid; } .s123-module-products.layout-3 .products-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-products.layout-3 .products-container>div .box { position: relative; } .s123-module-products.layout-3 a.product-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-products.layout-3 .product-details-container { overflow: hidden; } .s123-module-products.layout-3 .product-details-container h4 { margin: 0.75em 0; } .s123-module-products.layout-3 .product-details-container p { margin-bottom: 0.75em; } .s123-module-products.layout-3 .product-price { width: 100%; float: left; } .s123-module-products.layout-3 .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-products.layout-3 .products-container .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-products.layout-3 .products-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-products.layout-3 .products-container .buttons-container form { display: inline-block; } @media (max-width:767px) { .s123-module-products.layout-3 .products-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-products.layout-3 .categories-panel { display: none; } .s123-module-products.layout-3 .products-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-products.layout-3 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-products.layout-3 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-3 .product-out-of-stock { left: auto; right: 10px; } .s123-module-products.layout-4 .products-container .box { padding: 0; } .s123-module-products.layout-4 .products-container .box .product-details-container { padding: 10px; } .s123-module-products.layout-4 .products-container .box .buttons-container { padding: 10px; } .s123-module-products.layout-4 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-products.layout-4 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-products.layout-4 .product-out-of-stock { left: auto; right: 10px; } .s123-page-data-products .product-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-products .product-container { margin-bottom: 10px; } .s123-page-data-products .product-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; cursor: crosshair; } .s123-page-data-products .product-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-products .product-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-products .product-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-products .product-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .s123-page-data-products .product-container .product-details h2, .s123-page-data-products .product-container .product-details .list-unstyled { text-transform: uppercase; } .s123-page-data-products .product-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .s123-page-data-products .product-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .s123-page-data-products .product-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .s123-page-data-products .product-container .product-details .price-value { font-size: 24px; } .s123-page-data-products .product-container .product-details .price-value.list-price { margin-right: 5px; font-size: 20px; display: inline-block; opacity: 0.4; text-decoration: line-through; } html[dir=rtl] .s123-page-data-products .product-container .product-details .price-value.list-price { margin-right: 0; margin-left: 5px; } .s123-page-data-products .product-container .btn-buy-now { min-width: 150px; } .product-details-box .product-details-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .product-options { display: block; clear: both; } .p-o-container { display: block; clear: both; } .product-options .p-o-title { margin-bottom: 5px; text-transform: uppercase; } .product-options .p-o-title .p-o-item-value { text-transform: capitalize; } .product-options .p-o-color-list { padding: 0; margin: 0; list-style: none; } @media ( min-width:1201px) { .product-options .p-o-color-list { max-width: 70%; } } .product-options .p-o-color-list .p-o-color { width: 24px; height: 24px; padding: 0; margin-bottom: 10px; margin-right: 14px; display: inline-block; vertical-align: middle; } html[dir=rtl] .product-options .p-o-color-list .p-o-color { margin-right: 0; margin-left: 14px; } .product-options .p-o-color-list .p-o-color>span { width: 100%; height: 100%; border: 1px solid rgba(221, 221, 221, .5); border-radius: 2px; display: block; vertical-align: middle; cursor: pointer; position: relative; } .product-options .p-o-color-list .p-o-color>span:hover:after, .product-options .p-o-color-list .p-o-color.selected>span:after { content: ""; position: absolute; width: 30px; height: 30px; top: -4px; left: -4px; border: 1px solid rgba(221, 221, 221, 1); border-radius: 4px; } .product-options .p-o-list { width: auto; min-width: 160px; margin-bottom: 10px; } .s123-page-data-products .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } .s123-page-data-products .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-page-data-products .product-out-of-stock { left: auto; right: 10px; } @media ( min-width:480px) { #product-custom-text { width: 400px; } } #product-custom-text label { font-weight: normal; } #product-custom-text .c-t-input-container { position: relative; } #product-custom-text #ct_fieldTitle { padding-right: 3rem; } html[dir=rtl] #product-custom-text #ct_fieldTitle { padding-right: 12px; padding-left: 40px; } #product-custom-text #ct_charLimit { padding: .375rem .4rem; border: 1px solid transparent; border-left: 1px solid #ccc; top: 0; right: 0; position: absolute; display: block; color: #000; opacity: 0.5; text-align: center; } html[dir=rtl] #product-custom-text #ct_charLimit { right: auto; left: 0; border-left: none; border-right: 1px solid #ccc; } .product-validator-popover { color: #fff; background-color: #a94442; } .product-validator-popover.right>.arrow:after { border-right-color: #a94442; } .product-validator-popover.top>.arrow:after { border-top-color: #a94442; } .product-validator-popover.left>.arrow:after { border-left-color: #a94442; } .product-validator-popover.bottom>.arrow:after { border-bottom-color: #a94442; } .s123-module-supportcenter.layout-1 .article-title a { position: relative; display: block; padding-left: 1.2em; } .s123-module-supportcenter.layout-1 .article-title .fa { position: absolute; left: 0; } html[dir=rtl] .s123-module-supportcenter.layout-1 .article-title .fa { padding-left: 8px; } .s123-module-supportcenter.layout-1 .supportcenter-box { height: 260px; padding: 30px 20px 0; text-align: center; } .s123-module-supportcenter.layout-1 .supportcenter-box { border-bottom: 1px solid #d7e4ed; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(1) { border-bottom: none; } @media( min-width:768px) { .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(2n+1) { border-right: 1px solid #d7e4ed; } html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(2n+1) { border-right: none; border-left: 1px solid #d7e4ed; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+2):nth-child(2n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+2):nth-child(2n+1)~.supportcenter-box { border-bottom: none; } } @media( min-width:992px) { .s123-module-supportcenter.layout-1 .supportcenter-box { border: none !important; border-bottom: 1px solid #d7e4ed !important; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+2) { border-right: 1px solid #d7e4ed !important; } .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+3):nth-child(3n+1), .s123-module-supportcenter.layout-1 .supportcenter-box:nth-last-child(-n+3):nth-child(3n+1)~.supportcenter-box { border-bottom: none !important; } html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+1), html[dir=rtl] .s123-module-supportcenter.layout-1 .supportcenter-box:nth-child(3n+2) { border-right: none !important; border-left: 1px solid #d7e4ed !important; } } .s123-module-supportcenter.layout-1 .article-details { padding: 5px 0; } .s123-module-supportcenter.layout-1 .supportcenter-box h3, .s123-module-supportcenter.layout-1 .supportcenter-box .article-details a { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: block; } .s123-module-supportcenter.layout-1 .container .supportcenter-data-articles hr { max-width: none; border-width: 1px; border-color: #d7e4ed; } @media(min-width:992px) { .s123-module-supportcenter.layout-1 .container .supportcenter-data-articles .article-title { width: 90%; } } .s123-module-supportcenter.layout-1 .container .supportcenter-hr { border-width: 1px; } .s123-page-data-supportcenter.layout-1 .support-center-container { max-width: 650px; } .s123-page-data-supportcenter.layout-1 .support-center-fluid-width { padding-bottom: 56.25%; position: relative; } .s123-page-data-supportcenter.layout-1 .support-center-container iframe, .s123-page-data-supportcenter.layout-1 .support-center-container object, .s123-page-data-supportcenter.layout-1 .support-center-container embed, .s123-page-data-supportcenter.layout-1 .support-center-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .s123-page-data-supportcenter.layout-1 .support-center-details-box+.support-center-details-box { padding-top: 30px; } .s123-module-donate.layout-1 .donate-description-box { margin-bottom: 20px; } .s123-module-donate.layout-1 .box.box-primary.site123-box-border { padding: 20px; } a.updateCustom:active, a.updateCustom:focus { outline: none !important; box-shadow: none; } .s123-module-pricing-tables.layout-1 .pricing-m { position: relative; } .s123-module-pricing-tables.layout-1 .pricing-m [class^=col-] { margin-top: 20px; } @media (min-width:768px) { .s123-module-pricing-tables.layout-1 .pricing-m [class^=col-] { padding: 0; } } .s123-module-pricing-tables.layout-1 .pricing-m-box { position: relative; border: 1px solid rgba(0, 0, 0, .075); border-radius: 3px; text-align: center; box-shadow: 0 1px 1px rgba(0, 0, 0, .1); background-color: #F5F5F5; } .s123-module-pricing-tables.layout-1 .pricing-m-title { padding: 15px 0; background-color: #F9F9F9; border-radius: 3px 3px 0 0; text-shadow: 1px 1px 1px #FFF; border-bottom: 1px solid rgba(0, 0, 0, .05); } .s123-module-pricing-tables.layout-1 .pricing-m-title h3 { margin: 0; font-size: 20px; letter-spacing: 1px; font-weight: 700; text-transform: uppercase; color: #555; } .s123-module-pricing-tables.layout-1 .pricing-m-title span { display: block; color: #999; font-weight: 300; font-size: 14px; margin-top: 3px; text-transform: uppercase; } .s123-module-pricing-tables.layout-1 .pricing-m-price { position: relative; padding: 25px 0; color: #333; font-weight: 300; font-size: 64px; line-height: 1; } .s123-module-pricing-tables.layout-1 .pricing-m-price:after { content: ''; position: absolute; width: 100px; border-top: 1px solid rgba(0, 0, 0, .1); top: auto; bottom: 0; left: 50%; margin-left: -50px; } .s123-module-pricing-tables.layout-1 .pricing-m-price span { display: inline-block; } .s123-module-pricing-tables.layout-1 .pricing-m-price span.pricing-m-price-value { vertical-align: top; margin: 7px 3px 0 0; font-size: 28px; font-weight: 400; } .s123-module-pricing-tables.layout-1 .pricing-m-price span.pricing-m-price-period { vertical-align: baseline; font-size: 16px; font-weight: 400; color: #999; margin: 0 0 0 3px; } .s123-module-pricing-tables.layout-1 .pricing-m-features { border-bottom: 1px solid rgba(0, 0, 0, .075); padding: 0 10px; } .s123-module-pricing-tables.layout-1 .pricing-m-features ul { margin: 0; padding: 15px 0; list-style: none; } .s123-module-pricing-tables.layout-1 .pricing-m-features li { padding: 6px 0; font-size: 14px; color: #000; } .s123-module-pricing-tables.layout-1 .pricing-m-action { padding: 15px 30px; } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular { background-color: #FFF; box-shadow: 0 0 8px rgba(0, 0, 0, .1); z-index: 1; } @media (min-width:970px) { .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular { margin: -20px -1px 0; } } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular .pricing-m-title { background-color: #FFF; padding: 20px 0; } .s123-module-pricing-tables.layout-1 .pricing-m-box.pricing-m-popular .pricing-m-price { color: #1ABC9C; font-size: 72px; } .s123-module-pricing-tables.layout-2 .container { text-align: center; } .s123-module-pricing-tables.layout-2 .plan-container { margin-top: 81px; border: 1px solid #e5e5e5; } @media (min-width:970px) { .s123-module-pricing-tables.layout-2 .popular { margin-top: 59px; } } .s123-module-pricing-tables.layout-2 .plan-container .price { font-size: 30px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: block; width: 120px; height: 120px; line-height: 105px; margin: 0 auto; margin-top: -120px; position: relative; margin-bottom: 10px; } .s123-module-pricing-tables.layout-2 .plan-container .period { margin-top: -83px; font-size: 18px; display: block; } .s123-module-pricing-tables.layout-2 .plan-name h3 { color: #555; } .s123-module-pricing-tables.layout-2 .plan-container .plan-name { padding-top: 50px; padding-bottom: 10px; } .s123-module-pricing-tables.layout-2 .plan-name { background-color: #e8e8e8; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features { padding: 10px; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features ul { margin: 0; padding: 0; list-style: none; } .s123-module-pricing-tables.layout-2 .plan-container .plan-features ul li { padding: 13px 0; list-style: none; } .s123-module-pricing-tables.layout-2 .plan-button .btn { padding-top: 10px; padding-bottom: 10px; } .s123-module-services.layout-1 { padding: 50px 0; } .s123-module-services.layout-1 .service-item p { white-space: pre-wrap; word-wrap: break-word; } @media(min-width:768px) { .s123-module-services.layout-1 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-services.layout-1 .service-item { margin-bottom: 30px; } .s123-module-services.layout-1 .service-item .fa-stack { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 5px; } .s123-page-data-services.layout-1 p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-services.layout-2 { padding: 50px 0; } .s123-module-services.layout-2 .service-item p { white-space: pre-wrap; word-wrap: break-word; } @media(min-width:768px) { .s123-module-services.layout-2 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-services.layout-2 .service-item { margin-bottom: 30px; } .s123-module-services.layout-2 .service-item .fa-stack { background-size: cover; background-position: center center; background-repeat: no-repeat; margin: 5px; } .s123-page-data-services.layout-2 p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-services.layout-3 .service { padding-top: 30px; padding-bottom: 30px; text-align: center; } .s123-module-services.layout-3 .service>* { clear: both; } .s123-module-services.layout-3 .service a { opacity: 1; } .s123-module-services.layout-3 .service img { max-width: 280px; max-height: 280px; margin-bottom: 15px; } .s123-module-services.layout-3 .service p { min-height: 4.5em; } .s123-module-services.layout-3 .service .service-icon { text-align: center; min-width: 150px; } .s123-module-services.layout-3 .service .service-icon i { font-size: 150px; } @media ( min-width:768px) { .s123-module-services.layout-3 .service { padding: 40px 60px; text-align: left; } .s123-module-services.layout-3 .service>* { clear: none; } html[dir=rtl] .s123-module-services.layout-3 .service { text-align: right; } .s123-module-services.layout-3 .service img, .s123-module-services.layout-3 .service .service-icon { max-width: 300px; max-height: 300px; margin-bottom: 0; margin-right: 50px; float: left; } .s123-module-services.layout-3 .service:nth-child(even) img, .s123-module-services.layout-3 .service:nth-child(even) .service-icon { margin-right: 0; margin-left: 50px; float: right; } html[dir=rtl] .s123-module-services.layout-3 .service img, html[dir=rtl] .s123-module-services.layout-3 .service .service-icon { margin-right: 0; margin-left: 50px; float: right; } html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) img, html[dir=rtl] .s123-module-services.layout-3 .service:nth-child(even) .service-icon { margin-left: 0; margin-right: 50px; float: left; } } .s123-module-articles.layout-1 .bottommargin { margin-bottom: 30px; } .s123-module-articles.layout-1 .article-image, .s123-module-articles.layout-1 .article-image img, .s123-module-articles.layout-1 .article-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto 10px; } .s123-module-articles.layout-1 .article-title { margin-bottom: 15px; } .s123-module-articles.layout-1 .article-title h3 { margin: 0; font-size: 16px; font-weight: bold; } .s123-module-articles.layout-1 .article-description { margin-bottom: 10px; } .s123-module-articles.layout-1 .article-more-link { padding: 0 2px; display: block; font-style: italic; } .s123-module-articles.layout-2 .bottommargin { margin-bottom: 30px; } .s123-module-articles.layout-2 .article-image, .s123-module-articles.layout-2 .article-image img, .s123-module-articles.layout-2 .article-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto 20px; } .s123-module-articles.layout-2 .article-title { margin-bottom: 15px; } .s123-module-articles.layout-2 .article-title h3 { margin: 0; font-size: 16px; font-weight: bold; } .s123-module-articles.layout-2 .article-description, .s123-module-articles.layout-2 .article-body { margin-bottom: 10px; } .s123-module-articles.layout-2 .article-body p { margin: 0; } .s123-module-articles.layout-2 .article-more-link { padding: 0 2px; display: block; font-style: italic; } .s123-module-articles.layout-3 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-articles.layout-3 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-articles.layout-3 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-articles.layout-3 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-articles.layout-3 .event-image img { border-radius: 0; } .s123-module-articles.layout-3 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-articles.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-articles.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-module-articles.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-articles.layout-3 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-articles.layout-3 .event-title h2 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-articles.layout-3 .event-title h2 a {} .s123-module-articles.layout-3 .event-title h2 a:hover {} .s123-module-articles.layout-3 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-articles.layout-3 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li { float: right; } .s123-module-articles.layout-3 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-articles.layout-3 .event-meta li .label { font-size: 100%; } .s123-module-articles.layout-3 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-articles.layout-3 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-articles.layout-3 .event-meta li a {} .s123-module-articles.layout-3 .event-meta li a:hover {} .s123-module-articles.layout-3 .event-meta li:first-child:before { display: none; } .s123-module-articles.layout-3 .event-content { margin-top: 30px; } .s123-page-data-articles.layout-3 .event-image { position: relative; height: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 -15px 0 -15px; } .s123-page-data-articles.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-page-data-articles.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-page-data-articles.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs .bottommargin { margin-bottom: 20px; } .s123-module-blogs .blog-image>a { opacity: 1; } .s123-module-blogs .blog-image, .s123-module-blogs .blog-image img, .s123-module-blogs.blog-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } @media (max-width:768px) { .s123-module-blogs .blog-image, .s123-module-blogs .blog-image img, .s123-module-blogs.blog-image>a { margin: 0 auto; } } .s123-module-blogs .blog-title h3 { margin: 15px 0; font-size: 16px; font-weight: 600; } .s123-module-blogs .blog-content { margin-top: 0px; position: relative; } .s123-module-blogs .blog-content p { margin-bottom: 0px; } .s123-module-blogs .blog-content .more-link { display: inline-block; padding: 0 2px; font-style: italic; } .s123-page-data-blogs.layout-3 .post-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-blogs.s123-module-blogs-comments { background-color: transparent; background-image: none; height: auto; margin-top: 15px; margin-bottom: 15px; } .s123-module-blogs.s123-module-blogs-comments .commentBox { border: 0; padding: 0; margin-bottom: 15px; } .s123-module-blogs.s123-module-blogs-comments .commentBox .title { margin: 0; } .s123-module-blogs.s123-module-blogs-comments .commentBox .time {} .s123-module-blogs.s123-module-blogs-comments .commentBox p { white-space: pre-wrap; word-wrap: break-word; } .blogCommentsForm { margin-top: 15px; margin-bottom: 15px; } .s123-module-blogs.layout-3 .event { padding: 20px; margin: 0 0 30px; position: relative; } .s123-module-blogs.layout-3 .event-image { width: 100%; margin: 0 0 15px; position: relative; min-height: 100px; } @media (min-width:768px) { .s123-module-blogs.layout-3 .event-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-blogs.layout-3 .event-image { float: right; margin: 0 0 0 30px; } } .s123-module-blogs.layout-3 .event-image img { border-radius: 0; } .s123-module-blogs.layout-3 .event-image img, .event-image>a { display: block; position: relative; width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; } .s123-module-blogs.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-module-blogs.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-module-blogs.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs.layout-3 .event-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-blogs.layout-3 .event-title h3 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: 600; } .s123-module-blogs.layout-3 .event-title h3 a {} .s123-module-blogs.layout-3 .event-title h3 a:hover {} .s123-module-blogs.layout-3 .event-meta { padding: 0; margin: 20px -10px -15px 0; list-style: none; } .s123-module-blogs.layout-3 .event-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li { float: right; } .s123-module-blogs.layout-3 .event-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-blogs.layout-3 .event-meta li .label { font-size: 100%; } .s123-module-blogs.layout-3 .event-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-blogs.layout-3 .event-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-blogs.layout-3 .event-meta li a {} .s123-module-blogs.layout-3 .event-meta li a:hover {} .s123-module-blogs.layout-3 .event-meta li:first-child:before { display: none; } .s123-module-blogs.layout-3 .event-content { margin-top: 30px; } .s123-page-data-blogs.layout-3 .event-image { position: relative; height: 200px; background-position: center center; background-repeat: no-repeat; background-size: cover; margin: 0 -15px 0 -15px; } .s123-page-data-blogs.layout-3 .event-image .event-date { position: absolute; top: 10px; left: 10px; background-color: rgba(0, 0, 0, .7); text-shadow: 1px 1px 1px rgba(0, 0, 0, .2); color: #FFF; width: 60px; height: 64px; text-align: center; padding-top: 7px; font-size: 26px; line-height: 1; } html[dir=rtl] .s123-page-data-blogs.layout-3 .event-image .event-date { left: auto; right: 10px; } .s123-page-data-blogs.layout-3 .event-image .event-date span { display: block; font-size: 15px; margin-top: 5px; } .s123-module-blogs.layout-4 .blog-m { margin: 0 0 30px; position: relative; } .s123-module-blogs.layout-4 .blog-m-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 350px; position: relative; width: 100%; } .s123-module-blogs.layout-4 .blog-m-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-4 .blog-m-title h3 { font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-4 .blog-m-meta { list-style: none; margin: 20px -10px -15px 0; padding: 0; } .s123-module-blogs.layout-4 .blog-m-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-4 .blog-m-meta li i { margin-right: 3px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-4 .blog-m-content { margin-top: 30px; } .s123-module-blogs.layout-4 .blog-m-bt { float: none; text-align: center; } @media ( min-width:768px) { .s123-module-blogs.layout-4 .blog-m-bt { float: right; } html[dir=rtl] .s123-module-blogs.layout-4 .blog-m-bt { float: left; } } .s123-module-blogs.layout-5 .blog-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-5 .blog-container { clear: none; } .s123-module-blogs.layout-5 .blog-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-5 .blog-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-5 .blog-container:nth-child(4n+1) { clear: both; } } .s123-module-blogs.layout-5 .blog-image { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-5 .blog-image>div { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-5 .blog-title h3 { margin: 0; margin-bottom: 15px; font-size: 19px; } .s123-module-blogs.layout-5 .blog-text-content { margin-top: 0px; margin-bottom: 30px; position: relative; text-align: justify; } html[dir=rtl] .s123-module-blogs.layout-5 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-6 .all-items .blog-m-container:nth-child(2n+1) { clear: both; } .s123-module-blogs.layout-6 .limit-items .blog-m-container:not(.leading-blog) { float: right; clear: right; } html[dir=rtl] .s123-module-blogs.layout-6 .limit-items .blog-m-container:not(.leading-blog) { float: left; clear: left; } .s123-module-blogs.layout-6 .leading-blog .blog-m-image, .s123-module-blogs.layout-6 .leading-blog .blog-m-image img, .s123-module-blogs.layout-6 .leading-blog .blog-m-image>a { width: 100%; height: auto; margin: 0 auto; margin-bottom: 15px; display: block; position: relative; } .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image, .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image img, .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image>a { width: 110px; height: auto; margin-right: 20px; display: block; position: relative; float: left; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image, html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image img, html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-container:not(.leading-blog) .blog-m-image>a { float: right; margin-right: 0; margin-left: 20px; } .s123-module-blogs.layout-6 .blog-m-details { position: relative; overflow: hidden; margin-bottom: 40px; } .s123-module-blogs.layout-6 .blog-m-details p { margin-bottom: 15px; } .s123-module-blogs.layout-6 .blog-m-title h3 { text-transform: uppercase; letter-spacing: 1px; margin: 0; font-size: 20px; font-weight: bold; } .s123-module-blogs.layout-6 .blog-m-meta { padding: 0; margin: 15px -10px -15px 0; list-style: none; margin-bottom: 15px; } .s123-module-blogs.layout-6 .blog-m-meta li { float: left; font-size: 14px; line-height: 14px; margin: 0 10px 10px 0; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li { float: right; } .s123-module-blogs.layout-6 .blog-m-meta li:before { content: '/'; display: inline-block; margin-right: 10px; opacity: .5; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li:before { margin-right: 0; margin-left: 10px; } .s123-module-blogs.layout-6 .blog-m-meta li i { position: relative; top: 1px; margin-right: 3px; } html[dir=rtl] .s123-module-blogs.layout-6 .blog-m-meta li i { margin-right: 0; margin-left: 3px; } .s123-module-blogs.layout-6 .blog-m-meta li:first-child:before { display: none; } .s123-module-blogs.layout-6 .more-link { display: inline-block; padding: 0 2px; font-style: italic; } html[dir=rtl] .s123-module-blogs.layout-6 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-7 .blog-module { margin: 0 0 30px; position: relative; border: 1px solid #ddd; border-radius: 3px; } .s123-module-blogs.layout-7 .blog-m-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-7 .blog-m-container { clear: none; } .s123-module-blogs.layout-7 .blog-m-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-7 .blog-m-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-7 .blog-m-container:nth-child(3n+1) { clear: both; } } .s123-module-blogs.layout-7 .blog-module-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } .s123-module-blogs.layout-7 .blog-module-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-7 .blog-module-title h3 { padding-bottom: 20px; font-size: 20px; font-weight: bold; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-7 .blog-module-meta { list-style: none; padding: 0; margin-bottom: -5px; } .s123-module-blogs.layout-7 .blog-module-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-7 .blog-module-meta li i { margin-right: 3px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-7 .blog-module-content { padding-bottom: 20px; } .s123-module-blogs.layout-7 .blog-module-bt { float: right; text-align: center; } html[dir=rtl] .s123-module-blogs.layout-7 .blog-module-bt { float: left; } html[dir=rtl] .s123-module-blogs.layout-7 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-8 .blog-m-lead-container { margin-bottom: 30px; } .s123-module-blogs.layout-8 .blog-m-lead-image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } @media ( min-width:768px) { .s123-module-blogs.layout-8 .blog-m-lead-image { height: 400px; } } .s123-module-blogs.layout-8 .blog-m-lead-title h3 { font-size: 19px; font-weight: bold; max-height: 3em; overflow: hidden; } .s123-module-blogs.layout-8 .blog-m-lead-box { width: 100%; padding: 1px 20px 10px; border-bottom: 4px solid #e2e2e2; } .s123-module-blogs.layout-8 .blog-m-container { clear: both; } .s123-module-blogs.layout-8 .blog-m-text { height: 550px; margin-bottom: 30px; } @media ( min-width:768px) { .s123-module-blogs.layout-8 .blog-m-container { clear: none; } .s123-module-blogs.layout-8 .blog-m-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-blogs.layout-8 .blog-m-container:nth-child(odd) { clear: none; } .s123-module-blogs.layout-8 .blog-m-container:nth-child(3n+1) { clear: both; } } .s123-module-blogs.layout-8 .blog-m-text { border-bottom: 4px solid #e2e2e2; } .s123-module-blogs.layout-8 .blog-m-image { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-8 .blog-m-image>div { margin-bottom: 15px; width: 100%; height: 250px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; } .s123-module-blogs.layout-8 .blog-m-title h3 { margin: 0; margin-bottom: 15px; padding: 0 10px; font-size: 19px; font-weight: bold; max-height: 20px; overflow: hidden; } .s123-module-blogs.layout-8 .blog-m-p { margin-top: 0px; margin-bottom: 30px; padding: 0 10px; position: relative; text-align: justify; } .s123-module-blogs.layout-8 .blog-m-p p { max-height: 300px; overflow: hidden; } html[dir=rtl] .s123-module-blogs.layout-8 .fa-angle-right:before { content: "\f104"; } .s123-module-blogs.layout-9 .news-blog { width: 90%; float: none; margin: 0 auto; border: 1px solid #e5e5e5; margin-bottom: 20px; overflow: hidden; display: block; text-align: center; } @media (min-width:992px) { .s123-module-blogs.layout-9 .news-blog { width: 50%; } } .s123-module-blogs.layout-9 .blog-m-meta { margin: 10px !important; margin-bottom: 5px !important; display: inline-block; list-style: none; } .s123-module-blogs.layout-9 .news-blog-module { margin: 0 0 30px; position: relative; border: 1px solid #ddd; border-radius: 3px; } .s123-module-blogs.layout-9 .blog-container { clear: both; } @media ( min-width:768px) { .s123-module-blogs.layout-9 .blog-container { clear: none; } .s123-module-blogs.layout-9 .blog-container:nth-child(odd) { clear: both; } } .s123-module-blogs.layout-9 .news-blog-module-frame { border: 1px solid #e5e5e5; padding: 6px; margin-bottom: 15px; } .s123-module-blogs.layout-9 .news-blog-module-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 250px; position: relative; width: 100%; } .s123-module-blogs.layout-9 .news-blog-module-details { overflow: hidden; padding: 20px; position: relative; } .s123-module-blogs.layout-9 .news-blog-module-title h2 { padding-bottom: 20px; font-size: 20px; font-weight: 600; letter-spacing: 1px; margin: 0; text-transform: uppercase; } .s123-module-blogs.layout-9 .news-blog-module-meta { list-style: none; padding: 0; margin-bottom: -5px; } .s123-module-blogs.layout-9 .news-blog-module-meta li { float: left; font-size: 14px; font-style: italic; line-height: 14px; margin: 0 10px 10px 0; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li { float: right; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li:before { margin-left: 10px; margin-right: 0; } .s123-module-blogs.layout-9 .news-blog-module-meta li i { margin-right: 3px; margin-bottom: 15px; position: relative; top: 1px; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-meta li i { margin-left: 3px; margin-right: 0; } .s123-module-blogs.layout-9 .news-blog-module-content a { float: right; } html[dir=rtl] .s123-module-blogs.layout-9 .news-blog-module-content a { float: left; } html[dir=rtl] .s123-module-blogs.layout-9 .fa-angle-right:before { content: "\f104"; } .s123-module-team .team-member { max-width: 500px; margin: 0 auto 20px auto; overflow: hidden; border-top: 0; border: 1px solid #f5f5f5; border-radius: 4px; } .s123-module-team .team-image { height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } @media(min-width:768px) { .s123-module-team .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-team .team-details { padding: 20px; } .s123-module-team .team-member .member-name { marg in-top: 20px; position: relative; } .s123-module-team .team-member .member-name:before { content: ""; width: 100%; height: 2px; background-color: #ecf0f1; display: block; position: absolute; bottom: -10px; left: 0; } .s123-module-team .team-member .position { padding: 0; font-family: 'Montserrat', sans-serif; display: block; } .s123-module-team .team-member .social-links { padding-top: 10px; } .s123-module-team .team-member .social-links>li a { border-color: #ecf0f1; border-radius: 3px; } .s123-module-team .social { padding: 0; margin: 0; list-style: none; position: relative; z-index: 100; } .s123-module-team .social li { display: inline; margin: 0 3px; } .s123-module-team.layout-2 .team-image { border-radius: 100%; } .s123-module-team .team-member { border: 0; } #teamPopupFloatDivPhone .page { margin-top: 15px; padding-top: 0; } #teamPopupFloatDivPhone .team_phone_icons a { font-size: 25px; text-decoration: none; } .team_phone_icons a { color: white; } @media only screen and (min-width :480px) { #teamPopupFloatDivPhone .team_address_icons a, #teamPopupFloatDivPhone .team_phone_icons a { font-size: 65px; } } .s123-module-team.layout-3 .team-image-container { padding-left: 0px; padding-right: 0px; } .s123-module-team.layout-3 .team-image-container.team-height { height: 400px; } @media ( min-width:768px) { .s123-module-team.layout-3 .team-height { height: 400px; } } @media ( min-width:992px) { .s123-module-team.layout-3 .team-height { height: 600px !important; } } .s123-module-team.layout-3 .team-info-container { text-align: center; } .s123-module-team.layout-3 .team-info-container { padding-left: 15px; padding-right: 15px; } @media ( min-width:768px) { .s123-module-team.layout-3 .team-info-container { padding-left: 25px; padding-right: 25px; } } .s123-module-team.layout-3 .profile-content { max-width: 400px; max-height: 9em; margin: 20px auto; overflow: hidden; } .s123-module-team.layout-3 .hr-design { border-width: 2px; max-width: 40px; } .s123-module-team.layout-3 .employee-title { opacity: 0.7; } .s123-module-team.layout-3 .social-icons { margin-bottom: 20px; } .s123-module-team.layout-3 .transform-centering { -webkit-flex-direction: column; -webkit-justify-content: center; display: -webkit-flex; display: flex; flex-direction: column; height: 100%; justify-content: center; } .s123-module-team.layout-3 .team-bg-image { background-position: center center; background-repeat: no-repeat; background-size: cover; height: 100%; } .s123-module-team.layout-4 .team-image-container { padding-right: 0px; padding-left: 0px; } .s123-module-team.layout-4 .team-info-container { padding-right: 0px; padding-left: 0px; } .s123-module-team.layout-4 .team-image-container.team-height { height: 400px; } @media ( min-width:768px) { .s123-module-team.layout-4 .team-height { height: 400px; } } .s123-module-team.layout-4 .team-bg-image { height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; } .s123-module-team.layout-4 .team-info { padding: 20px; } .s123-module-team.layout-4 .transform-centering { height: 100%; margin: 0 auto; -webkit-flex-direction: column; -webkit-justify-content: center; display: -webkit-flex; display: flex; flex-direction: column; justify-content: center; } @media ( min-width:768px) { .s123-module-team.layout-4 .transform-centering { max-width: 800px; } } @media ( min-width:768px) { .s123-module-team.layout-4 .team-profile-attributes { width: 270px; margin: -10px 40px 0 0; float: left; } html[dir=rtl] .s123-module-team.layout-4 .team-profile-attributes { margin: -10px 0 0 40px; float: right; } } .s123-module-team.layout-4 .team-profile-attributes h3 { padding-top: 15px; margin-bottom: 12px; border-top: 3px solid #5d5d5d; line-height: 30px; } .s123-module-team.layout-4 .text-opacity { opacity: 0.7; } .s123-module-team.layout-4 .social-icons { margin-bottom: 20px; } .s123-module-team.layout-4 .team-text-content { max-height: 13.5em; margin-top: 10px; overflow: hidden; } .s123-module-team.layout-5 .team-m-image { position: relative; height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } @media(min-width:768px) { .s123-module-team.layout-5 .col-centered { display: inline-block; float: none; text-align: center; vertical-align: text-top; } } .s123-module-team.layout-5 .team-m-details { padding: 10px; } .s123-module-team.layout-5 .team-m-member .member-name { margin-top: 20px; position: relative; } .s123-module-team.layout-5 .team-m-member .position { padding: 0; font-family: 'Montserrat', sans-serif; padding: 2px 8px; color: #747d84; display: inline-block; } .s123-module-team.layout-5 .team-m-member .social { position: absolute; bottom: 12px; right: 0; padding: 7px; margin: 0; list-style: none; } html[dir=rtl] .s123-module-team.layout-5 .team-m-member .social { right: auto; left: 0; } .s123-module-team.layout-5 .team-m-member .social li { display: inline; margin: 0 3px; } .s123-module-team.layout-5 .team-m-member i { padding-right: 3px; padding-left: 3px; } .s123-module-testimonials .carousel.slide { padding: 0 0 30px 0; margin-top: 30px; } .s123-module-testimonials .carousel-control { background: none !important; color: inherit; font-size: 2.3em; text-shadow: none; margin-top: 30px; } .s123-module-testimonials .carousel-indicators { bottom: 0; } .s123-module-testimonials .carousel-indicators li { background: #c0c0c0; } .s123-module-testimonials .carousel-indicators .active { background: #333333; } .s123-module-testimonials img { max-width: 100%; max-height: 160px; margin-bottom: 20px; } .s123-module-testimonials .item blockquote { border-left: none; margin: 0; } .s123-module-testimonials .item blockquote p:before { content: "\f10d"; font-family: 'Fontawesome'; float: left; margin-right: 10px; } .s123-module-testimonials .item blockquote p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-testimonials .item blockquote small { color: inherit; } html[dir=rtl] .s123-module-testimonials .item blockquote { border-right: none; } html[dir=rtl] .s123-module-testimonials .item blockquote p:before { content: '\f10e'; float: right; margin-right: 0; margin-left: 10px; } @media (min-width:768px) { .s123-module-testimonials .carousel.slide { padding: 0 100px 30px 100px; margin: 0; } .s123-module-testimonials img { margin-bottom: 0; } } @media (max-width:768px) { .s123-module-testimonials .carousel-indicators { bottom: -20px !important; } .s123-module-testimonials .carousel-indicators li { display: inline-block; margin: 0 5px; width: 15px; height: 15px; } .s123-module-testimonials .carousel-indicators li.active { margin: 0 5px; width: 20px; height: 20px; } } .s123-module-testimonials.layout-4 .testimonials-text-container { margin-bottom: 40px; clear: both; } @media ( min-width:768px) { .s123-module-testimonials.layout-4 .testimonials-text-container { clear: none; } .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(odd) { clear: both; } } @media ( min-width:970px) { .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(odd) { clear: none; } .s123-module-testimonials.layout-4 .testimonials-text-container:nth-child(3n+1) { clear: both; } } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote { border-left: none; border-right: none; margin: 0; padding: 0; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p:before { content: '\f10d'; font-family: 'Fontawesome'; float: left; margin-right: 10px; } html[dir=rtl] .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p:before { content: '\f10e'; float: right; margin-right: 0; margin-left: 10px; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote p { margin-bottom: 10px; white-space: pre-wrap; word-wrap: break-word; } .s123-module-testimonials.layout-4 .testimonials-img img { max-width: 100%; max-height: 130px; margin-bottom: 10px; padding: 4px; line-height: 1.42857143; background-color: #fff; border: 1px solid #ddd; border-radius: 4px; } .s123-module-testimonials.layout-4 .testimonials-text-container blockquote small:before { content: none; } .s123-module-testimonials.layout-4 .testimonials-text-container .testimonials-role { font-style: italic; display: block; } .s123-module-testimonials.layout-4 .testimonials-text-container .testimonials-name { font-size: 15px; } .s123-page-data-songs p { white-space: pre-wrap; word-wrap: break-word; } .home_page .s123-module.s123-promo-module-v2 h1, .home_page .s123-module.s123-promo-module-v2 h2, .home_page .s123-module.s123-promo-module-v2 h3, .home_page .s123-module.s123-promo-module-v2 h4, .home_page .s123-module.s123-promo-module-v2 h5, .home_page .s123-module.s123-promo-module-v2 h6 { margin-top: 0; margin-bottom: 10px; line-height: 1.5; overflow-wrap: break-word; } .home_page .s123-module.s123-promo-module-v2 { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; padding: 0; min-height: 20vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.small-site123, .home_page .s123-promo-module-v2 .container.small-site123, .home_page .s123-promo-module-v2 .container-fluid.small-site123 { min-height: 20vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.medium-site123, .home_page .s123-promo-module-v2 .container.medium-site123, .home_page .s123-promo-module-v2 .container-fluid.medium-site123 { min-height: 40vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.big-site123, .home_page .s123-promo-module-v2 .container.big-site123, .home_page .s123-promo-module-v2 .container-fluid.big-site123 { min-height: 60vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.large-site123, .home_page .s123-promo-module-v2 .container.large-site123, .home_page .s123-promo-module-v2 .container-fluid.large-site123 { min-height: 80vh; height: auto; } .home_page .s123-module.s123-promo-module-v2.full-site123, .home_page .s123-promo-module-v2 .container.full-site123, .home_page .s123-promo-module-v2 .container-fluid.full-site123 { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-promo-module-v2.small-site123 { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.medium-site123 { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.big-site123 { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.large-site123 { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.full-site123 { min-height: calc(100vh - 50px); height: auto; } } .s123-promo-module-v2 .container { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; z-index: 2; padding-top: 70px; padding-bottom: 70px; } .s123-promo-module-v2 .promoText1 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .promoText2 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .promoText3 { white-space: pre-wrap; word-wrap: break-word; } .s123-promo-module-v2 .weight400 { font-weight: 400; } .s123-promo-module-v2 .weight700 { font-weight: 700; } .s123-promo-module-v2 .btn { margin: 10px 0; } .s123-promo-module-v2 .redirect-buttons-container .btn { margin: 10px 20px; margin-left: 0; } html[dir="rtl"] .s123-promo-module-v2 .redirect-buttons-container .btn { margin-left: auto; margin-right: 0; } .s123-promo-module-v2 .redirect-buttons-container .btn-primary-transparent { color: inherit; } .promo-image-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .s123-promo-module-v2 .promo-image-bg .carousel, .s123-promo-module-v2 .promo-image-bg .carousel-inner { width: 100%; height: 100%; } .s123-promo-module-v2 .promo-image-bg .carousel-inner .item { width: 100%; height: 100%; background-size: cover; background-position: center center; } .s123-promo-module-v2 .promo-video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; } .s123-promo-module-v2 .promo-video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .s123-promo-module-v2 .MailingTool { margin: 15px 0; } .s123-promo-module-v2 .mailingListBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-promo-module-v2 .mailingListBox .btn { margin: 0; } .s123-promo-module-v2 .mailingListBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-promo-module-v2 .mailingListBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-promo-module-v2 .mailingListBox { width: 100%; text-align: center; margin: 0 auto; } } .s123-promo-module-v2 .social-icons { margin: 15px 0; } .s123-promo-module-v2 .SearchTool { margin: 15px 0; } .s123-promo-module-v2 .searchBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-promo-module-v2 .searchBox .btn { margin: 0; } .s123-promo-module-v2 .searchBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-promo-module-v2 .searchBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-promo-module-v2 .searchBox { width: 100%; text-align: center; margin: 0 auto; } .s123-promo-module-v2 .searchBox input.form-control { width: 100% !important; } } .home_page .s123-promo-module-v2.twoSideCallAction .flex { display: flex; flex-direction: row; } .home_page .s123-promo-module-v2.twoSideCallAction.fullWidth .container-fluid { width: 100%; height: auto; padding: 0; margin: 0; } .home_page .s123-promo-module-v2.twoSideCallAction.twoSideDiffBack .promoContentOrder { padding: 15px; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding: 25px; padding-left: 0; display: flex; justify-content: center; flex-direction: column; float: none; } html[dir="rtl"] .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding-left: 25px; padding-right: 0; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .end { padding: 25px; padding-right: 0; display: flex; justify-content: flex-end; } html[dir="rtl"] .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { padding-right: 25px; padding-left: 0; } .promo-width-10 { width: 10%; } .promo-width-20 { width: 20%; } .promo-width-30 { width: 30%; } .promo-width-40 { width: 40%; } .promo-width-50 { width: 50%; } .promo-width-60 { width: 60%; } .promo-width-70 { width: 70%; } .promo-width-80 { width: 80%; } .promo-width-90 { width: 90%; } .promo-width-100 { width: 100%; } .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex { flex-direction: row-reverse; } .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex .start {} .home_page .s123-promo-module-v2.twoSideCallAction.reverse .flex .end { justify-content: flex-start; padding-right: 25px; padding-left: 0; } @media(max-width:767px) { .home_page .s123-promo-module-v2.twoSideCallAction .flex { flex-direction: column !important; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .start { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .home_page .s123-promo-module-v2.twoSideCallAction .flex .end { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; justify-content: flex-start; padding: 0; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.small-site123 .start { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.medium-site123 .start { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.big-site123 .start { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.large-site123 .start { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.full-site123 .start { min-height: calc(100vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.small-site123 .end { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.medium-site123 .end { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.big-site123 .end { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.large-site123 .end { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction.twoSideDiffBack.full-site123 .end { min-height: calc(100vh - 50px); height: auto; } } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .promoVideoInline { position: relative; width: 100%; display: flex; align-content: center; justify-content: center; max-width: 560px; max-height: 315px; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .s123-video-handler { display: flex; align-content: center; justify-content: center; align-items: center; } .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .s123-video-handler img { max-width: 100%; max-height: 315px; } @media(max-width:767px) {} .home_page .s123-module.s123-promo-module-v2.twoSideCallAction .promoVideoPopup { display: flex; align-items: center; align-content: center; justify-content: center; } .home_page .s123-module.s123-promo-module-v2 .promoVideoPopup a { transition: all 0.3s ease !important; -webkit-transition: all 0.3s ease !important; -moz-transition: all 0.3s ease !important; margin: 0; } .home_page .s123-module.s123-promo-module-v2 .promoVideoPopup a:hover { transform: scale(0.95); -webkit-transform: scale(0.95); } .home_page .s123-promo-module-v2.basic { padding: 25px 0; } .home_page .s123-promo-module-v2.basic .flex { display: flex; flex-direction: column; align-items: center; text-align: center; } .home_page .s123-module.s123-promo-module-v2.basic .promoForm { width: 100%; max-width: 300px; margin-top: 25px; } .home_page .s123-module.s123-promo-module-v2.style-30 .flex { align-items: flex-start; text-align: inherit; } .home_page .s123-module.s123-promo-module-v2.style-31 .flex { align-items: flex-start; text-align: inherit; } .home_page .s123-promo-module-v2.style-32.twoSideCallAction .flex .end { padding: 0; } .home_page .s123-promo-module-v2.style-32.twoSideCallAction .flex .end form { width: 100%; max-width: 300px; } .home_page .s123-module.s123-module-promo { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; padding: 0; min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.small, .s123-module-promo .container.small { min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.medium, .s123-module-promo .container.medium { min-height: 40vh; height: auto; } .home_page .s123-module.s123-module-promo.big, .s123-module-promo .container.big { min-height: 60vh; height: auto; } .home_page .s123-module.s123-module-promo.large, .s123-module-promo .container.large { min-height: 80vh; height: auto; } .home_page .s123-module.s123-module-promo.full, .s123-module-promo .container.full { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-promo.small { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.medium { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.big { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.large { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.full { min-height: calc(100vh - 50px); height: auto; } } .s123-module-promo .container { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; z-index: 2; padding-top: 70px; padding-bottom: 70px; } .s123-module-promo h3 { font-size: 35px; white-space: pre-wrap; word-wrap: break-word; line-height: 1.5; } .s123-module-promo h6 { font-size: 15px; white-space: pre-wrap; word-wrap: break-word; line-height: 1.5; } .s123-module-promo .btn { margin: 10px 0; } .s123-module-promo .redirect-buttons-container .btn { margin: 10px; } .promo-image-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; background-position: center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } .s123-module-promo .promo-image-bg .carousel, .s123-module-promo .promo-image-bg .carousel-inner { width: 100%; height: 100%; } .s123-module-promo .promo-image-bg .carousel-inner .item { width: 100%; height: 100%; background-size: cover; background-position: center center; } .s123-module-promo .promo-video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; z-index: 1; } .s123-module-promo .promo-video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } .s123-module-promo .mailingListBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-module-promo .mailingListBox .btn { margin: 0; } .s123-module-promo .mailingListBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-module-promo .mailingListBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-module-promo .mailingListBox { width: 350px; max-width: 90%; text-align: center; margin: 0 auto; } } .s123-module-promo .searchBox { width: 350px; max-width: 90%; margin: 0 auto; } .s123-module-promo .searchBox .btn { margin: 0; } .s123-module-promo .searchBox .input-group-btn .btn-primary { border: 1px solid #ccc; border-radius: 0 4px 4px 0; border-left: 0; } html[dir=rtl] .s123-module-promo .searchBox .input-group-btn .btn-primary { border-radius: 4px 0 0 4px; border-right: 0; border-left: 1px; } @media(max-width:767px) { .s123-module-promo .searchBox { width: 350px; max-width: 90%; text-align: center; margin: 0 auto; } } .home_page .s123-module.s123-module-promo.style-3>div { height: auto; width: 100%; } .home_page .s123-module.s123-module-promo.style-3 .row { height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; } .home_page .s123-module.s123-module-promo.style-3 .row>div { display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; } .home_page .s123-module.s123-module-promo.style-3.small .row>div { min-height: 20vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.medium .row>div { min-height: 40vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.big .row>div { min-height: 60vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.large .row>div { min-height: 80vh; height: auto; } .home_page .s123-module.s123-module-promo.style-3.full .row>div { min-height: 100vh; height: auto; } @media(max-width:767px) { .home_page .s123-module.s123-module-promo.style-3 .row { height: 100%; display: block; } .home_page .s123-module.s123-module-promo { height: auto !important; } .home_page .s123-module.s123-module-promo.style-3.small .row>div { min-height: calc(20vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.medium .row>div { min-height: calc(40vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.big .row>div { min-height: calc(60vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.large .row>div { min-height: calc(80vh - 50px); height: auto; } .home_page .s123-module.s123-module-promo.style-3.full .row>div { min-height: calc(100vh - 50px); height: auto; } } .home_page .s123-module.s123-module-ads { padding: 50px 0; } .home_page .s123-module.s123-module-ads.small, .s123-module-ads .container.small { min-height: 10vh; height: auto; } .home_page .s123-module.s123-module-ads.medium, .s123-module-ads .container.medium { min-height: 20vh; height: auto; } @media(max-width:767px) {} .s123-module-timeline .cd-container { width: 90%; max-width: 1170px; margin: 0 auto; } .s123-module-timeline .cd-container::after { content: ''; display: table; clear: both; } .s123-module-timeline .cd-timeline { position: relative; padding: 2em 0; margin-top: 2em; margin-bottom: 2em; } .s123-module-timeline .cd-timeline::before { content: ''; position: absolute; top: 0; left: 18px; height: 100%; width: 4px; background: #d7e4ed; } html[dir=rtl] .s123-module-timeline .cd-timeline::before { left: auto; right: 18px; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline { margin-top: 3em; margin-bottom: 3em; } .s123-module-timeline .cd-timeline::before { left: 50%; margin-left: -2px; } html[dir=rtl] .s123-module-timeline .cd-timeline::before { left: auto; right: 50%; margin-left: 0; margin-right: -2px; } } .s123-module-timeline .cd-timeline-block { position: relative; margin: 2em 0; } .s123-module-timeline .cd-timeline-block:after { content: ""; display: table; clear: both; } .s123-module-timeline .cd-timeline-block:first-child { margin-top: 0; } .s123-module-timeline .cd-timeline-block:last-child { margin-bottom: 0; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-block { margin: 4em 0; } .s123-module-timeline .cd-timeline-block:first-child { margin-top: 0; } .s123-module-timeline .cd-timeline-block:last-child { margin-bottom: 0; } } .s123-module-timeline .cd-timeline-img { position: absolute; top: 0; left: 0; width: 40px; height: 40px; line-height: 40px; text-align: center; font-size: 24px; border-radius: 50%; box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05); } html[dir=rtl] .s123-module-timeline .cd-timeline-img { left: auto; right: 0; } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-img { width: 60px; height: 60px; line-height: 60px; left: 50%; margin-left: -30px; -webkit-transform: translateZ(0); -webkit-backface-visibility: hidden; } html[dir=rtl] .s123-module-timeline .cd-timeline-img { left: auto; right: 50%; margin-left: 0; margin-right: -30px; } html.cssanimations .s123-module-timeline .cd-timeline-img.is-hidden { visibility: hidden; } html.cssanimations .s123-module-timeline .cd-timeline-img.bounce-in { visibility: visible; -webkit-animation: cd-bounce-1 0.6s; -moz-animation: cd-bounce-1 0.6s; animation: cd-bounce-1 0.6s; } } @-webkit-keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); } 100% { -webkit-transform: scale(1); } } @-moz-keyframes cd-bounce-1 { 0% { opacity: 0; -moz-transform: scale(0.5); } 60% { opacity: 1; -moz-transform: scale(1.2); } 100% { -moz-transform: scale(1); } } @keyframes cd-bounce-1 { 0% { opacity: 0; -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -ms-transform: scale(0.5); -o-transform: scale(0.5); transform: scale(0.5); } 60% { opacity: 1; -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -ms-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); } 100% { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .s123-module-timeline .cd-timeline-content { position: relative; margin-left: 60px; border-radius: 0.25em; padding: 1em; box-shadow: 0 3px 0 #d7e4ed; } html[dir=rtl] .s123-module-timeline .cd-timeline-content { margin-left: 0; margin-right: 60px; } .s123-module-timeline .cd-timeline-content:after { content: ""; display: table; clear: both; } .s123-module-timeline .cd-timeline-content h2 { font-size: 16px; } .s123-module-timeline .cd-timeline-content p, .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { font-size: 13px; } .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { display: inline-block; } .s123-module-timeline .cd-timeline-content p { margin: 1em 0; line-height: 1.6; } .s123-module-timeline .cd-timeline-content .cd-read-more { float: right; padding: .8em 1em; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-read-more { float: left; } .s123-module-timeline .cd-timeline-content .cd-date { float: left; padding: .8em 0; opacity: .7; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-date { float: right; } .s123-module-timeline .cd-timeline-content::before { content: ''; position: absolute; top: 16px; right: 100%; height: 0; width: 0; border: 7px solid transparent; border-right: 7px solid white; } html[dir=rtl] .s123-module-timeline .cd-timeline-content::before { right: auto; left: 100%; border: 7px solid transparent; border-left: 7px solid white; } @media only screen and (min-width:768px) { .s123-module-timeline .cd-timeline-content h2 { font-size: 20px; } .s123-module-timeline .cd-timeline-content p { font-size: 16px; } .s123-module-timeline .cd-timeline-content .cd-read-more, .s123-module-timeline .cd-timeline-content .cd-date { font-size: 14px; } } @media only screen and (min-width:1170px) { .s123-module-timeline .cd-timeline-content { margin-left: 0; padding: 1.6em; width: 45%; } html[dir=rtl] .s123-module-timeline .cd-timeline-content { margin-right: 0; } .s123-module-timeline .cd-timeline-content::before { top: 24px; left: 100%; border-color: transparent; border-left-color: white; } html[dir=rtl] .s123-module-timeline .cd-timeline-content::before { left: auto; right: 100%; border-left-color: transparent; border-right-color: white; } .s123-module-timeline .cd-timeline-content .cd-read-more { float: left; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-read-more { float: right; } .s123-module-timeline .cd-timeline-content .cd-date { position: absolute; width: 100%; left: 122%; top: 6px; font-size: 16px; } html[dir=rtl] .s123-module-timeline .cd-timeline-content .cd-date { left: auto; right: 122%; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content { float: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content { float: left; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before { top: 24px; left: auto; right: 100%; border-color: transparent; border-right-color: white; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content::before { left: 100%; right: auto; border-right-color: transparent; border-left-color: white; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more { float: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more { float: left; } .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: auto; right: 122%; text-align: right; } html[dir=rtl] .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date { left: 122%; right: auto; text-align: left; } html.cssanimations .s123-module-timeline .cd-timeline-content.is-hidden { visibility: hidden; } html.cssanimations .s123-module-timeline .cd-timeline-content.bounce-in { visibility: visible; -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; } html[dir=rtl].cssanimations .s123-module-timeline .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; } html.cssanimations .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2-inverse 0.6s; -moz-animation: cd-bounce-2-inverse 0.6s; animation: cd-bounce-2-inverse 0.6s; } html[dir=rtl].cssanimations .s123-module-timeline .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in { -webkit-animation: cd-bounce-2 0.6s; -moz-animation: cd-bounce-2 0.6s; animation: cd-bounce-2 0.6s; } } @-webkit-keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2 { 0% { opacity: 0; -moz-transform: translateX(-100px); } 60% { opacity: 1; -moz-transform: translateX(20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2 { 0% { opacity: 0; -webkit-transform: translateX(-100px); -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -o-transform: translateX(-100px); transform: translateX(-100px); } 60% { opacity: 1; -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } @-webkit-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); } } @-moz-keyframes cd-bounce-2-inverse { 0% { opacity: 0; -moz-transform: translateX(100px); } 60% { opacity: 1; -moz-transform: translateX(-20px); } 100% { -moz-transform: translateX(0); } } @keyframes cd-bounce-2-inverse { 0% { opacity: 0; -webkit-transform: translateX(100px); -moz-transform: translateX(100px); -ms-transform: translateX(100px); -o-transform: translateX(100px); transform: translateX(100px); } 60% { opacity: 1; -webkit-transform: translateX(-20px); -moz-transform: translateX(-20px); -ms-transform: translateX(-20px); -o-transform: translateX(-20px); transform: translateX(-20px); } 100% { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } } .one-video-container { width: 100%; max-width: 650px; margin: 0 auto; padding: 6px; border-radius: 6px; background: #fff; box-shadow: 0 3px 20px rgba(77, 63, 122, 0.4); } .one-video-container.one-video-small { max-width: 650px; } .one-video-container.one-video-medium { max-width: 850px; } .one-video-container.one-video-large { max-width: 100%; } .one-video-fluid-width { position: relative; } .one-video-fluid-width img { width: 100%; height: auto; } .one-video-container object, .one-video-container embed, .one-video-container video { position: relative; width: 100%; height: auto; } .flip-clock-wrapper * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; } .flip-clock-wrapper a { cursor: pointer; text-decoration: none; color: #ccc; } .flip-clock-wrapper a:hover { color: #fff; } .flip-clock-wrapper ul { list-style: none; } .flip-clock-wrapper.clearfix:before, .flip-clock-wrapper.clearfix:after { content: " "; display: table; } .flip-clock-wrapper.clearfix:after { clear: both; } .flip-clock-wrapper.clearfix { *zoom: 1; } .flip-clock-wrapper { font: normal 11px "Helvetica Neue", Helvetica, sans-serif; -webkit-user-select: none; } .flip-clock-meridium { background: none !important; box-shadow: 0 0 0 !important; font-size: 36px !important; } .flip-clock-meridium a { color: #313333; } .flip-clock-wrapper { text-align: center; position: relative; width: 100%; margin: 1em; } .flip-clock-wrapper:before, .flip-clock-wrapper:after { content: " "; display: table; } .flip-clock-wrapper:after { clear: both; } .flip-clock-wrapper ul { position: relative; float: left; margin: 5px; width: 60px; height: 90px; font-size: 80px; font-weight: bold; line-height: 87px; border-radius: 6px; background: #000; } .flip-clock-wrapper ul li { z-index: 1; position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 87px; text-decoration: none !important; } .flip-clock-wrapper ul li:first-child { z-index: 2; } .flip-clock-wrapper ul li a { display: block; height: 100%; -webkit-perspective: 200px; -moz-perspective: 200px; perspective: 200px; margin: 0 !important; overflow: visible !important; cursor: default !important; } .flip-clock-wrapper ul li a div { z-index: 1; position: absolute; left: 0; width: 100%; height: 50%; font-size: 80px; overflow: hidden; outline: 1px solid transparent; } .flip-clock-wrapper ul li a div .shadow { position: absolute; width: 100%; height: 100%; z-index: 2; } .flip-clock-wrapper ul li a div.up { -webkit-transform-origin: 50% 100%; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -o-transform-origin: 50% 100%; transform-origin: 50% 100%; top: 0; } .flip-clock-wrapper ul li a div.up:after { content: ""; position: absolute; top: 44px; left: 0; z-index: 5; width: 100%; height: 3px; background-color: #000; background-color: rgba(0, 0, 0, 0.4); } .flip-clock-wrapper ul li a div.down { -webkit-transform-origin: 50% 0; -moz-transform-origin: 50% 0; -ms-transform-origin: 50% 0; -o-transform-origin: 50% 0; transform-origin: 50% 0; bottom: 0; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; } .flip-clock-wrapper ul li a div div.inn { position: absolute; left: 0; z-index: 1; width: 100%; height: 200%; color: #ccc; text-shadow: 0 1px 2px #000; text-align: center; background-color: #333; border-radius: 6px; font-size: 70px; } .flip-clock-wrapper ul li a div.up div.inn { top: 0; } .flip-clock-wrapper ul li a div.down div.inn { bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before { z-index: 3; } .flip-clock-wrapper .flip { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); } .flip-clock-wrapper ul.play li.flip-clock-active { -webkit-animation: asd 0.5s 0.5s linear both; -moz-animation: asd 0.5s 0.5s linear both; animation: asd 0.5s 0.5s linear both; z-index: 5; } .flip-clock-divider { float: left; display: inline-block; position: relative; width: 20px; height: 100px; } .flip-clock-divider:first-child { width: 0; } .flip-clock-dot { display: block; background: #323434; width: 10px; height: 10px; position: absolute; border-radius: 50%; box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); left: 5px; } .flip-clock-divider .flip-clock-label { position: absolute; top: -1.5em; right: -86px; color: black; text-shadow: none; } .flip-clock-divider.minutes .flip-clock-label { right: -88px; } .flip-clock-divider.seconds .flip-clock-label { right: -91px; } .flip-clock-dot.top { top: 30px; } .flip-clock-dot.bottom { bottom: 30px; } @-webkit-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @-moz-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @-o-keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } @keyframes asd { 0% { z-index: 2; } 20% { z-index: 4; } 100% { z-index: 4; } } .flip-clock-wrapper ul.play li.flip-clock-active .down { z-index: 2; -webkit-animation: turn 0.5s 0.5s linear both; -moz-animation: turn 0.5s 0.5s linear both; animation: turn 0.5s 0.5s linear both; } @-webkit-keyframes turn { 0% { -webkit-transform: rotateX(90deg); } 100% { -webkit-transform: rotateX(0deg); } } @-moz-keyframes turn { 0% { -moz-transform: rotateX(90deg); } 100% { -moz-transform: rotateX(0deg); } } @-o-keyframes turn { 0% { -o-transform: rotateX(90deg); } 100% { -o-transform: rotateX(0deg); } } @keyframes turn { 0% { transform: rotateX(90deg); } 100% { transform: rotateX(0deg); } } .flip-clock-wrapper ul.play li.flip-clock-before .up { z-index: 2; -webkit-animation: turn2 0.5s linear both; -moz-animation: turn2 0.5s linear both; animation: turn2 0.5s linear both; } @-webkit-keyframes turn2 { 0% { -webkit-transform: rotateX(0deg); } 100% { -webkit-transform: rotateX(-90deg); } } @-moz-keyframes turn2 { 0% { -moz-transform: rotateX(0deg); } 100% { -moz-transform: rotateX(-90deg); } } @-o-keyframes turn2 { 0% { -o-transform: rotateX(0deg); } 100% { -o-transform: rotateX(-90deg); } } @keyframes turn2 { 0% { transform: rotateX(0deg); } 100% { transform: rotateX(-90deg); } } .flip-clock-wrapper ul li.flip-clock-active { z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black)); background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%; background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%; -webkit-animation: show 0.5s linear both; -moz-animation: show 0.5s linear both; animation: show 0.5s linear both; } .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow { background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black)); background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%; background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%); background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%; -webkit-animation: hide 0.5s 0.3s linear both; -moz-animation: hide 0.5s 0.3s linear both; animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow { background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1))); background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%; background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%; -webkit-animation: show 0.5s linear both; -moz-animation: show 0.5s linear both; animation: show 0.5s linear both; } .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow { background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1))); background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%; background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%); background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%; -webkit-animation: hide 0.5s 0.3s linear both; -moz-animation: hide 0.5s 0.3s linear both; animation: hide 0.5s 0.2s linear both; } @-webkit-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes show { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @-moz-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @-o-keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } @keyframes hide { 0% { opacity: 1; } 100% { opacity: 0; } } .s123-module-countdown .s123-module-countdown-container { display: inline-block; } .s123-module-countdown .clock { margin: 2em; } .s123-module-countdown .message { visibility: hidden; } .s123-module-countdown .flip-clock-wrapper { font: inherit; } .s123-module-countdown .flip-clock-divider .flip-clock-label { color: inherit; } @media screen and (max-width:767px) { .s123-module-countdown .flip-clock-wrapper { margin: 0 auto !important; display: block !important; width: 480px !important; } .s123-module-countdown .flip-clock-divider { height: 50px !important; } .s123-module-countdown .flip-clock-wrapper ul li a div { line-height: 56px; } .s123-module-countdown .flip-clock-wrapper ul li a div div.inn { font-size: 30px !important; } .s123-module-countdown .flip-clock-wrapper .flip { width: 37px !important; height: 50px !important; line-height: 50px !important; } } @media screen and (max-width:500px) { .s123-module-countdown .flip-clock-wrapper { margin: 0 auto !important; display: block !important; width: 400px !important; } .s123-module-countdown .flip-clock-divider { height: auto; } .s123-module-countdown .flip-clock-wrapper ul li a div { line-height: 46px; } .s123-module-countdown .flip-clock-wrapper ul li a div div.inn { font-size: 25px !important; } .s123-module-countdown .flip-clock-wrapper .flip { width: 30px !important; height: 40px !important; line-height: 40px !important; } } #colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 0; left: 0; z-index: 9999; overflow: hidden; } #cboxWrapper { max-width: none; } #cboxOverlay { position: fixed; width: 100%; height: 100%; } #cboxMiddleLeft, #cboxBottomLeft { clear: left; } #cboxContent { position: relative; } #cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; } #cboxTitle { margin: 0; } #cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; } .cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; } .cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; } #colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; } #cboxOverlay { background: url(/files/colorbox/images/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity=90); } #colorbox { outline: 0; } #cboxTopLeft { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -101px 0; } #cboxTopRight { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -130px 0; } #cboxBottomLeft { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -101px -29px; } #cboxBottomRight { width: 21px; height: 21px; background: url(/files/colorbox/images/controls.png) no-repeat -130px -29px; } #cboxMiddleLeft { width: 21px; background: url(/files/colorbox/images/controls.png) left top repeat-y; } #cboxMiddleRight { width: 21px; background: url(/files/colorbox/images/controls.png) right top repeat-y; } #cboxTopCenter { height: 21px; background: url(/files/colorbox/images/border.png) 0 0 repeat-x; } #cboxBottomCenter { height: 21px; background: url(/files/colorbox/images/border.png) 0 -29px repeat-x; } #cboxContent { background: #fff; overflow: hidden; } .cboxIframe { background: #fff; } #cboxError { padding: 50px; border: 1px solid #ccc; } #cboxLoadedContent { margin-bottom: 28px; } #cboxTitle { position: absolute; bottom: 4px; left: 0; text-align: center; width: 100%; color: #949494; } #cboxCurrent { position: absolute; bottom: 4px; left: 58px; color: #949494; } #cboxLoadingOverlay { background: url(/files/colorbox/images/loading_background.png) no-repeat center center; } #cboxLoadingGraphic { background: url(/files/colorbox/images/loading.gif) no-repeat center center; } #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; } #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; } #cboxSlideshow { position: absolute; bottom: 4px; right: 30px; color: #0092ef; } #cboxPrevious { position: absolute; bottom: 0; left: 0; background: url(/files/colorbox/images/controls.png) no-repeat -75px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxPrevious:hover { background-position: -75px -25px; } #cboxNext { position: absolute; bottom: 0; left: 27px; background: url(/files/colorbox/images/controls.png) no-repeat -50px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxNext:hover { background-position: -50px -25px; } #cboxClose { position: absolute; bottom: 0; right: 0; background: url(/files/colorbox/images/controls.png) no-repeat -25px 0; width: 25px; height: 25px; text-indent: -9999px; } #cboxClose:hover { background-position: -25px -25px; } .cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF); } #gritter-notice-wrapper { position: fixed; top: 20px; right: 20px; width: 301px; z-index: 9999; } #gritter-notice-wrapper.top-left { left: 20px; right: auto; } #gritter-notice-wrapper.bottom-right { top: auto; left: auto; bottom: 20px; right: 20px; } #gritter-notice-wrapper.bottom-left { top: auto; right: auto; bottom: 20px; left: 20px; } .gritter-item-wrapper { position: relative; margin: 0 0 10px 0; background: url('/files/gritter/images/ie-spacer.gif'); } .gritter-top { background: url(/files/gritter/images/gritter.png) no-repeat left -30px; height: 10px; } .hover .gritter-top { background-position: right -30px; } .gritter-bottom { background: url(/files/gritter/images/gritter.png) no-repeat left bottom; height: 8px; margin: 0; } .hover .gritter-bottom { background-position: bottom right; } .gritter-item { display: block; background: url(/files/gritter/images/gritter.png) no-repeat left -40px; color: #eee; padding: 2px 11px 8px 11px; font-size: 11px; font-family: verdana; } .hover .gritter-item { background-position: right -40px; } .gritter-item p { padding: 0; margin: 0; word-wrap: break-word; } .gritter-close { display: none; position: absolute; top: 5px; left: 3px; background: url(/files/gritter/images/gritter.png) no-repeat left top; cursor: pointer; width: 30px; height: 30px; text-indent: -9999em; } .gritter-title { font-size: 14px; font-weight: bold; padding: 0 0 7px 0; display: block; text-shadow: 1px 1px 0 #000; } .gritter-image { width: 48px; height: 48px; float: left; } .gritter-with-image, .gritter-without-image { padding: 0; } .gritter-with-image { width: 220px; float: right; } .gritter-light .gritter-item, .gritter-light .gritter-bottom, .gritter-light .gritter-top, .gritter-light .gritter-close { background-image: url(/files/gritter/images/gritter-light.png); color: #222; } .gritter-light .gritter-title { text-shadow: none; } .gritter-item-wrapper.gritter-success { background: rgba(89, 131, 75, 0.92); } .homepage-layout-3 .homeYoutubeInline, .homepage-layout-3 .homepage-custom-video-in-line { position: relative; max-width: 560px; max-height: 315px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 50px; } @media(min-width:768px) { .homepage-layout-3 .homeYoutubeInline, .homepage-layout-3 .homepage-custom-video-in-line { width: 640px; height: 360px; max-width: 640px; max-height: 360px; } } .homepage-layout-3 .homeYoutubeInline .youtubeInline img { max-width: 100%; } .homepage-layout-5 { padding-bottom: 60px !important; } .homepage-layout-5 .container-fluid { width: 100%; } .homepage-layout-5 form { font-weight: normal; } .homepage-layout-11 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } .homepage-layout-12 { text-align: center; } .homepage-layout-12 .container { margin-bottom: 60px; position: relative; } .homepage-layout-12 .h-form-bg { position: absolute; top: 0; border: 0; left: 0; right: 0; width: 100%; height: 100%; border-radius: 3px; opacity: 0.3; } .homepage-layout-12 form { padding: 30px; } .homepage-layout-12 .form-control { height: 46px; } .homepage-layout-12 .btn-primary { height: 46px; } @media ( min-width:992px) { .homepage-layout-12 .form-container { margin-bottom: 0; } } .homepage-layout-13 .home-text { text-align: center; margin-bottom: 20px; } @media(min-width:768px) { .homepage-layout-13 .home-text { text-align: left; } html[dir=rtl] .homepage-layout-13 .home-text { text-align: right; } } .homepage-layout-13 .home-text h1 { max-height: 2em !important; font-size: 30px !important; font-weight: bold !important; margin-bottom: 10px !important; } .homepage-layout-13 .home-text p { max-height: 3em !important; font-size: 16px !important; margin-bottom: 0 !important; margin-left: 0px !important; margin-right: 0px !important; } @media(min-width:768px) { .homepage-layout-13 .home-text h1 { font-size: 36px !important; } .homepage-layout-13 .home-text p { font-size: 18px !important; } } .homepage-layout-13 #contactUsFormHome input, .homepage-layout-13 #contactUsFormHome textarea { font-weight: normal; } .homepage-layout-17 .title { margin-bottom: 60px !important; } .homepage-layout-17 .title #home_SecondSiteSlogan { margin-bottom: 60px !important; } .homepage-layout-17 .h-mailing-list { position: relative; margin-bottom: 20px; } @media ( min-width:768px) { .homepage-layout-17 .h-mailing-list { width: 50%; margin: auto; } } .homepage-layout-17 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-19 .play-home-video-btn { margin-bottom: 40px; } .homepage-layout-19 .homepage_main_buttons { margin-bottom: 40px; } .homepage-layout-19 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-20 { text-align: center; } .homepage-layout-20 .container-fluid { width: 100%; } .homepage-layout-20 .homepage-search-field { position: relative; margin-bottom: 20px; } @media ( min-width:768px) { .homepage-layout-20 .homepage-search-field { width: 50%; margin: auto; } } @media(min-width:992px) { #top-section.section-homepage-layout-21 .home-image-bg, #top-section.section-homepage-layout-21 .carousel, #top-section.section-homepage-layout-21 #video-bg { width: 60%; } html[dir=rtl] #top-section.section-homepage-layout-21 .home-image-bg, html[dir=rtl] #top-section.section-homepage-layout-21 .carousel, html[dir=rtl] #top-section.section-homepage-layout-21 #video-bg { right: 0; } } .homepage-layout-21 .container-fluid { margin-right: 0; margin-left: 0; } .homepage-layout-21 .transform-centering { height: 100%; min-height: 100vh; display: flex; justify-content: center; flex-direction: column; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-direction: column; } #top-section.section-homepage-layout-21 .home-image-bg { height: 100vh; } #top-section.section-homepage-layout-21.a75height .home-image-bg { height: 75vh; } @media(max-width:768px) { #top-section .homepage-layout-21 .home-secondary-background-color { min-height: 50vh !important; } } .homepage-layout-21 .home-text h1 { max-height: 2.3em; overflow: hidden; } .homepage-layout-21 .home-text p { max-height: 6em; overflow: hidden; } .homepage-layout-21 .home-form { width: 80%; margin: 0 auto; padding-top: 20px; padding-bottom: 20px; } @media(max-width:768px) { .homepage-layout-21 .home-form { width: 100%; margin: auto; padding-bottom: 50px; } } .homepage-layout-21 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } .homepage-layout-23 { display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; text-align: center; } @media (min-width:768px) { #top-section .homepage-layout-24 { padding-top: 120px; padding-bottom: 70px; } } .homepage-layout-24 h1, .homepage-layout-24 h2, .homepage-layout-24 h3, .homepage-layout-24 h4, .homepage-layout-24 h5, .homepage-layout-24 h6 { margin-top: 0; margin-bottom: 10px; line-height: 1.5; } #top-section { text-align: inherit !important; } .homepage-layout-24 { height: 100%; display: flex; flex-direction: column; align-items: center; align-content: center; justify-content: center; color: white; z-index: 1; } .homepage-layout-24 p { white-space: pre-wrap; word-wrap: break-word; } .homepage-layout-24 .flex { display: flex; flex-direction: row; align-items: center; align-content: center; justify-content: center; width: 100%; } .homepage-layout-24 .flex .start { display: flex; align-items: flex-start; align-content: flex-start; justify-content: flex-start; flex-direction: column; width: 70%; padding: 25px; padding-left: 0; } html[dir="rtl"] .homepage-layout-24 .flex .start { padding-left: 25px; padding-right: 0; } .homepage-layout-24 .flex .end { display: flex; align-items: center; align-content: center; justify-content: flex-end; flex-direction: column; width: 30%; } @media(max-width:767px) { .homepage-layout-24 .flex { flex-direction: column !important; } .homepage-layout-24 .flex .start { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .homepage-layout-24 .flex .end { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; justify-content: flex-start; padding: 0; } } .homepage-layout-25 .flex { flex-direction: row-reverse; } #top-section .homepage-layout-26 .homepage_main_buttons { margin-top: 15px; } #top-section .homepage-layout-26 #home_buttonText { margin-left: 0; } html[dir="rtl"] #top-section .homepage-layout-26 #home_buttonText { margin-left: auto; margin-right: 0; } @media(max-width:767px) { .homepage-layout-24 .flex .start { padding-bottom: 0; } .homepage-layout-24 .flex .end { align-items: flex-start; } .homepage-layout-26 .homepage_main_buttons { display: flex; flex-direction: column; } #top-section .homepage-layout-26 #home_buttonText { margin-left: 0; margin-right: 0; } #top-section .homepage-layout-26 #home_buttonText_1 { margin-left: 0; margin-right: 0; } } .homepage-layout-27 .flex .start { width: 40%; padding: 25px; } .homepage-layout-27 .flex .end { width: 60%; padding: 25px; } .homepage-layout-27 .homeYoutubeInline, .homepage-layout-27 .homepage-custom-video-in-line { max-width: 560px; } .homepage-layout-27 .homeYoutubeInline .youtubeInline { position: relative; } .homepage-layout-27 .homeYoutubeInline img { width: 100%; height: auto; } .homepage-layout-28 .flex { flex-direction: row-reverse; } .homepage-layout-29 { text-align: center; } .homepage-layout-30 { text-align: center; } .homepage-layout-31 { text-align: center; } .homepage-layout-31 .homeYoutubeInline, .homepage-layout-31 .homepage-custom-video-in-line { position: relative; max-width: 560px; max-height: 315px; width: 100%; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .homepage-layout-31 .homeYoutubeInline .youtubeInline img { width: 100%; max-width: 560px; max-height: 315px; } @media(min-width:992px) { .homepage-layout-31 .homeYoutubeInline, .homepage-layout-31 .homepage-custom-video-in-line { width: 640px; height: 360px; max-width: 640px; max-height: 360px; } .homepage-layout-31 .homeYoutubeInline .youtubeInline img { width: 100%; max-width: 640px; max-height: 360px; } } .homepage-layout-32 { text-align: center; } .homepage-layout-33 { text-align: center; } .homepage-layout-33 .play-home-video-btn { margin-bottom: 0; } .homepage-layout-33 .homepage_main_buttons { margin-bottom: 40px; } .homepage-layout-33 .home-text-color { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; } .homepage-layout-34 { text-align: center; } .homepage-layout-34 { padding-bottom: 60px !important; } .homepage-layout-34 form { font-weight: normal; max-width: 700px; width: 100%; } .homepage-layout-35 { text-align: center; } .homepage-layout-35 .home-text-color:before { position: absolute; bottom: 0; margin-left: auto; margin-right: auto; left: 0; right: 0; animation-iteration-count: infinite; animation-name: fadeInDown; opacity: 1; animation-duration: 1s; animation-fill-mode: both; } #top-section .homepage-layout-36 .homeYoutubeInline { order: 1; } #top-section .homepage-layout-36 h1 { order: 2; } #top-section .homepage-layout-36 h2 { order: 3; } #top-section .homepage-layout-36 p { order: 4; } .homepage-layout-37 { text-align: center; } .homepage-layout-37 .home-site-slogan-hr { width: 100%; } .homepage-layout-38 { text-align: center; } .homepage-layout-38 .boxBorder { border: 1px solid #fff; width: auto; padding: 10px; background-color: rgba(255, 255, 255, 0.08); } .homepage-layout-39 { align-items: flex-start; } .homepage-layout-40 { text-align: center; align-items: flex-start; } .homepage_style_3 { z-index: 0; } .homepage_style_3 .carousel-fade .carousel-inner .item { opacity: 0; transition-property: opacity; } .homepage_style_3 .carousel-fade .carousel-inner .active { opacity: 1; } .homepage_style_3 .carousel-fade .carousel-inner .active.left, .homepage_style_3 .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .homepage_style_3 .carousel-fade .carousel-inner .next.left, .homepage_style_3 .carousel-fade .carousel-inner .prev.right { opacity: 1; } .homepage_style_3 .carousel-fade .carousel-control { z-index: 2; } @media all and (transform-3d), (-webkit-transform-3d) { .homepage_style_3 .carousel-fade .carousel-inner>.item.next, .homepage_style_3 .carousel-fade .carousel-inner>.item.active.right { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .homepage_style_3 .carousel-fade .carousel-inner>.item.prev, .homepage_style_3 .carousel-fade .carousel-inner>.item.active.left { opacity: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .homepage_style_3 .carousel-fade .carousel-inner>.item.next.left, .homepage_style_3 .carousel-fade .carousel-inner>.item.prev.right, .homepage_style_3 .carousel-fade .carousel-inner>.item.active { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } } .homepage_style_3 .item { background: url() no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .homepage_style_3 .carousel, .homepage_style_3 .carousel-inner, .homepage_style_3 .carousel .item, .homepage_style_3 .carousel .active { width: 100%; height: 100%; } .video-bg #video-bg { position: absolute; top: 0; right: 0; bottom: 0; left: 0; overflow: hidden; } .video-bg #video-bg>video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } @media (min-aspect-ratio:16/9) { .video-bg #video-bg>video { height: 300%; top: -100%; } } @media (max-aspect-ratio:16/9) { .video-bg #video-bg>video { width: 300%; left: -100%; } } @supports (object-fit:cover) { .video-bg #video-bg>video { top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; } } .s123-module-download-app.layout-1 .download-app-description { margin-bottom: 40px; } .s123-module-download-app.layout-1 .download-app-description p { white-space: pre-wrap; word-wrap: break-word; } .s123-module-download-app.layout-1 .download-app-btn { width: 230px; margin-bottom: 10px; text-transform: uppercase; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } @media(min-width:768px) { .s123-module-download-app.layout-1 .download-app-btn { width: auto; margin-right: 10px; } html[dir=rtl] .s123-module-download-app.layout-1 .download-app-btn { margin-right: auto; margin-left: 10px; } } .s123-module-download-app.layout-1 .download-app-icon { vertical-align: middle; font-size: 2em; margin-right: 15px; } html[dir=rtl] .s123-module-download-app.layout-1 .download-app-icon { margin-right: auto; margin-left: 15px; } .s123-module-custom-form-builder.layout-1 .customForm input[type=file].form-control { height: auto; } [data-aos][data-aos][data-aos-duration='50'], body[data-aos-duration='50'] [data-aos] { transition-duration: 50ms } [data-aos][data-aos][data-aos-delay='50'], body[data-aos-delay='50'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='50'].aos-animate, body[data-aos-delay='50'] [data-aos].aos-animate { transition-delay: 50ms } [data-aos][data-aos][data-aos-duration='100'], body[data-aos-duration='100'] [data-aos] { transition-duration: .1s } [data-aos][data-aos][data-aos-delay='100'], body[data-aos-delay='100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='100'].aos-animate, body[data-aos-delay='100'] [data-aos].aos-animate { transition-delay: .1s } [data-aos][data-aos][data-aos-duration='150'], body[data-aos-duration='150'] [data-aos] { transition-duration: .15s } [data-aos][data-aos][data-aos-delay='150'], body[data-aos-delay='150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='150'].aos-animate, body[data-aos-delay='150'] [data-aos].aos-animate { transition-delay: .15s } [data-aos][data-aos][data-aos-duration='200'], body[data-aos-duration='200'] [data-aos] { transition-duration: .2s } [data-aos][data-aos][data-aos-delay='200'], body[data-aos-delay='200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='200'].aos-animate, body[data-aos-delay='200'] [data-aos].aos-animate { transition-delay: .2s } [data-aos][data-aos][data-aos-duration='250'], body[data-aos-duration='250'] [data-aos] { transition-duration: .25s } [data-aos][data-aos][data-aos-delay='250'], body[data-aos-delay='250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='250'].aos-animate, body[data-aos-delay='250'] [data-aos].aos-animate { transition-delay: .25s } [data-aos][data-aos][data-aos-duration='300'], body[data-aos-duration='300'] [data-aos] { transition-duration: .3s } [data-aos][data-aos][data-aos-delay='300'], body[data-aos-delay='300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='300'].aos-animate, body[data-aos-delay='300'] [data-aos].aos-animate { transition-delay: .3s } [data-aos][data-aos][data-aos-duration='350'], body[data-aos-duration='350'] [data-aos] { transition-duration: .35s } [data-aos][data-aos][data-aos-delay='350'], body[data-aos-delay='350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='350'].aos-animate, body[data-aos-delay='350'] [data-aos].aos-animate { transition-delay: .35s } [data-aos][data-aos][data-aos-duration='400'], body[data-aos-duration='400'] [data-aos] { transition-duration: .4s } [data-aos][data-aos][data-aos-delay='400'], body[data-aos-delay='400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='400'].aos-animate, body[data-aos-delay='400'] [data-aos].aos-animate { transition-delay: .4s } [data-aos][data-aos][data-aos-duration='450'], body[data-aos-duration='450'] [data-aos] { transition-duration: .45s } [data-aos][data-aos][data-aos-delay='450'], body[data-aos-delay='450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='450'].aos-animate, body[data-aos-delay='450'] [data-aos].aos-animate { transition-delay: .45s } [data-aos][data-aos][data-aos-duration='500'], body[data-aos-duration='500'] [data-aos] { transition-duration: .5s } [data-aos][data-aos][data-aos-delay='500'], body[data-aos-delay='500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='500'].aos-animate, body[data-aos-delay='500'] [data-aos].aos-animate { transition-delay: .5s } [data-aos][data-aos][data-aos-duration='550'], body[data-aos-duration='550'] [data-aos] { transition-duration: .55s } [data-aos][data-aos][data-aos-delay='550'], body[data-aos-delay='550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='550'].aos-animate, body[data-aos-delay='550'] [data-aos].aos-animate { transition-delay: .55s } [data-aos][data-aos][data-aos-duration='600'], body[data-aos-duration='600'] [data-aos] { transition-duration: .6s } [data-aos][data-aos][data-aos-delay='600'], body[data-aos-delay='600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='600'].aos-animate, body[data-aos-delay='600'] [data-aos].aos-animate { transition-delay: .6s } [data-aos][data-aos][data-aos-duration='650'], body[data-aos-duration='650'] [data-aos] { transition-duration: .65s } [data-aos][data-aos][data-aos-delay='650'], body[data-aos-delay='650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='650'].aos-animate, body[data-aos-delay='650'] [data-aos].aos-animate { transition-delay: .65s } [data-aos][data-aos][data-aos-duration='700'], body[data-aos-duration='700'] [data-aos] { transition-duration: .7s } [data-aos][data-aos][data-aos-delay='700'], body[data-aos-delay='700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='700'].aos-animate, body[data-aos-delay='700'] [data-aos].aos-animate { transition-delay: .7s } [data-aos][data-aos][data-aos-duration='750'], body[data-aos-duration='750'] [data-aos] { transition-duration: .75s } [data-aos][data-aos][data-aos-delay='750'], body[data-aos-delay='750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='750'].aos-animate, body[data-aos-delay='750'] [data-aos].aos-animate { transition-delay: .75s } [data-aos][data-aos][data-aos-duration='800'], body[data-aos-duration='800'] [data-aos] { transition-duration: .8s } [data-aos][data-aos][data-aos-delay='800'], body[data-aos-delay='800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='800'].aos-animate, body[data-aos-delay='800'] [data-aos].aos-animate { transition-delay: .8s } [data-aos][data-aos][data-aos-duration='850'], body[data-aos-duration='850'] [data-aos] { transition-duration: .85s } [data-aos][data-aos][data-aos-delay='850'], body[data-aos-delay='850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='850'].aos-animate, body[data-aos-delay='850'] [data-aos].aos-animate { transition-delay: .85s } [data-aos][data-aos][data-aos-duration='900'], body[data-aos-duration='900'] [data-aos] { transition-duration: .9s } [data-aos][data-aos][data-aos-delay='900'], body[data-aos-delay='900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='900'].aos-animate, body[data-aos-delay='900'] [data-aos].aos-animate { transition-delay: .9s } [data-aos][data-aos][data-aos-duration='950'], body[data-aos-duration='950'] [data-aos] { transition-duration: .95s } [data-aos][data-aos][data-aos-delay='950'], body[data-aos-delay='950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='950'].aos-animate, body[data-aos-delay='950'] [data-aos].aos-animate { transition-delay: .95s } [data-aos][data-aos][data-aos-duration='1000'], body[data-aos-duration='1000'] [data-aos] { transition-duration: 1s } [data-aos][data-aos][data-aos-delay='1000'], body[data-aos-delay='1000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1000'].aos-animate, body[data-aos-delay='1000'] [data-aos].aos-animate { transition-delay: 1s } [data-aos][data-aos][data-aos-duration='1050'], body[data-aos-duration='1050'] [data-aos] { transition-duration: 1.05s } [data-aos][data-aos][data-aos-delay='1050'], body[data-aos-delay='1050'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1050'].aos-animate, body[data-aos-delay='1050'] [data-aos].aos-animate { transition-delay: 1.05s } [data-aos][data-aos][data-aos-duration='1100'], body[data-aos-duration='1100'] [data-aos] { transition-duration: 1.1s } [data-aos][data-aos][data-aos-delay='1100'], body[data-aos-delay='1100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1100'].aos-animate, body[data-aos-delay='1100'] [data-aos].aos-animate { transition-delay: 1.1s } [data-aos][data-aos][data-aos-duration='1150'], body[data-aos-duration='1150'] [data-aos] { transition-duration: 1.15s } [data-aos][data-aos][data-aos-delay='1150'], body[data-aos-delay='1150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1150'].aos-animate, body[data-aos-delay='1150'] [data-aos].aos-animate { transition-delay: 1.15s } [data-aos][data-aos][data-aos-duration='1200'], body[data-aos-duration='1200'] [data-aos] { transition-duration: 1.2s } [data-aos][data-aos][data-aos-delay='1200'], body[data-aos-delay='1200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1200'].aos-animate, body[data-aos-delay='1200'] [data-aos].aos-animate { transition-delay: 1.2s } [data-aos][data-aos][data-aos-duration='1250'], body[data-aos-duration='1250'] [data-aos] { transition-duration: 1.25s } [data-aos][data-aos][data-aos-delay='1250'], body[data-aos-delay='1250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1250'].aos-animate, body[data-aos-delay='1250'] [data-aos].aos-animate { transition-delay: 1.25s } [data-aos][data-aos][data-aos-duration='1300'], body[data-aos-duration='1300'] [data-aos] { transition-duration: 1.3s } [data-aos][data-aos][data-aos-delay='1300'], body[data-aos-delay='1300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1300'].aos-animate, body[data-aos-delay='1300'] [data-aos].aos-animate { transition-delay: 1.3s } [data-aos][data-aos][data-aos-duration='1350'], body[data-aos-duration='1350'] [data-aos] { transition-duration: 1.35s } [data-aos][data-aos][data-aos-delay='1350'], body[data-aos-delay='1350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1350'].aos-animate, body[data-aos-delay='1350'] [data-aos].aos-animate { transition-delay: 1.35s } [data-aos][data-aos][data-aos-duration='1400'], body[data-aos-duration='1400'] [data-aos] { transition-duration: 1.4s } [data-aos][data-aos][data-aos-delay='1400'], body[data-aos-delay='1400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1400'].aos-animate, body[data-aos-delay='1400'] [data-aos].aos-animate { transition-delay: 1.4s } [data-aos][data-aos][data-aos-duration='1450'], body[data-aos-duration='1450'] [data-aos] { transition-duration: 1.45s } [data-aos][data-aos][data-aos-delay='1450'], body[data-aos-delay='1450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1450'].aos-animate, body[data-aos-delay='1450'] [data-aos].aos-animate { transition-delay: 1.45s } [data-aos][data-aos][data-aos-duration='1500'], body[data-aos-duration='1500'] [data-aos] { transition-duration: 1.5s } [data-aos][data-aos][data-aos-delay='1500'], body[data-aos-delay='1500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1500'].aos-animate, body[data-aos-delay='1500'] [data-aos].aos-animate { transition-delay: 1.5s } [data-aos][data-aos][data-aos-duration='1550'], body[data-aos-duration='1550'] [data-aos] { transition-duration: 1.55s } [data-aos][data-aos][data-aos-delay='1550'], body[data-aos-delay='1550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1550'].aos-animate, body[data-aos-delay='1550'] [data-aos].aos-animate { transition-delay: 1.55s } [data-aos][data-aos][data-aos-duration='1600'], body[data-aos-duration='1600'] [data-aos] { transition-duration: 1.6s } [data-aos][data-aos][data-aos-delay='1600'], body[data-aos-delay='1600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1600'].aos-animate, body[data-aos-delay='1600'] [data-aos].aos-animate { transition-delay: 1.6s } [data-aos][data-aos][data-aos-duration='1650'], body[data-aos-duration='1650'] [data-aos] { transition-duration: 1.65s } [data-aos][data-aos][data-aos-delay='1650'], body[data-aos-delay='1650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1650'].aos-animate, body[data-aos-delay='1650'] [data-aos].aos-animate { transition-delay: 1.65s } [data-aos][data-aos][data-aos-duration='1700'], body[data-aos-duration='1700'] [data-aos] { transition-duration: 1.7s } [data-aos][data-aos][data-aos-delay='1700'], body[data-aos-delay='1700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1700'].aos-animate, body[data-aos-delay='1700'] [data-aos].aos-animate { transition-delay: 1.7s } [data-aos][data-aos][data-aos-duration='1750'], body[data-aos-duration='1750'] [data-aos] { transition-duration: 1.75s } [data-aos][data-aos][data-aos-delay='1750'], body[data-aos-delay='1750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1750'].aos-animate, body[data-aos-delay='1750'] [data-aos].aos-animate { transition-delay: 1.75s } [data-aos][data-aos][data-aos-duration='1800'], body[data-aos-duration='1800'] [data-aos] { transition-duration: 1.8s } [data-aos][data-aos][data-aos-delay='1800'], body[data-aos-delay='1800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1800'].aos-animate, body[data-aos-delay='1800'] [data-aos].aos-animate { transition-delay: 1.8s } [data-aos][data-aos][data-aos-duration='1850'], body[data-aos-duration='1850'] [data-aos] { transition-duration: 1.85s } [data-aos][data-aos][data-aos-delay='1850'], body[data-aos-delay='1850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1850'].aos-animate, body[data-aos-delay='1850'] [data-aos].aos-animate { transition-delay: 1.85s } [data-aos][data-aos][data-aos-duration='1900'], body[data-aos-duration='1900'] [data-aos] { transition-duration: 1.9s } [data-aos][data-aos][data-aos-delay='1900'], body[data-aos-delay='1900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1900'].aos-animate, body[data-aos-delay='1900'] [data-aos].aos-animate { transition-delay: 1.9s } [data-aos][data-aos][data-aos-duration='1950'], body[data-aos-duration='1950'] [data-aos] { transition-duration: 1.95s } [data-aos][data-aos][data-aos-delay='1950'], body[data-aos-delay='1950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='1950'].aos-animate, body[data-aos-delay='1950'] [data-aos].aos-animate { transition-delay: 1.95s } [data-aos][data-aos][data-aos-duration='2000'], body[data-aos-duration='2000'] [data-aos] { transition-duration: 2s } [data-aos][data-aos][data-aos-delay='2000'], body[data-aos-delay='2000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2000'].aos-animate, body[data-aos-delay='2000'] [data-aos].aos-animate { transition-delay: 2s } [data-aos][data-aos][data-aos-duration='2050'], body[data-aos-duration='2050'] [data-aos] { transition-duration: 2.05s } [data-aos][data-aos][data-aos-delay='2050'], body[data-aos-delay='2050'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2050'].aos-animate, body[data-aos-delay='2050'] [data-aos].aos-animate { transition-delay: 2.05s } [data-aos][data-aos][data-aos-duration='2100'], body[data-aos-duration='2100'] [data-aos] { transition-duration: 2.1s } [data-aos][data-aos][data-aos-delay='2100'], body[data-aos-delay='2100'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2100'].aos-animate, body[data-aos-delay='2100'] [data-aos].aos-animate { transition-delay: 2.1s } [data-aos][data-aos][data-aos-duration='2150'], body[data-aos-duration='2150'] [data-aos] { transition-duration: 2.15s } [data-aos][data-aos][data-aos-delay='2150'], body[data-aos-delay='2150'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2150'].aos-animate, body[data-aos-delay='2150'] [data-aos].aos-animate { transition-delay: 2.15s } [data-aos][data-aos][data-aos-duration='2200'], body[data-aos-duration='2200'] [data-aos] { transition-duration: 2.2s } [data-aos][data-aos][data-aos-delay='2200'], body[data-aos-delay='2200'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2200'].aos-animate, body[data-aos-delay='2200'] [data-aos].aos-animate { transition-delay: 2.2s } [data-aos][data-aos][data-aos-duration='2250'], body[data-aos-duration='2250'] [data-aos] { transition-duration: 2.25s } [data-aos][data-aos][data-aos-delay='2250'], body[data-aos-delay='2250'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2250'].aos-animate, body[data-aos-delay='2250'] [data-aos].aos-animate { transition-delay: 2.25s } [data-aos][data-aos][data-aos-duration='2300'], body[data-aos-duration='2300'] [data-aos] { transition-duration: 2.3s } [data-aos][data-aos][data-aos-delay='2300'], body[data-aos-delay='2300'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2300'].aos-animate, body[data-aos-delay='2300'] [data-aos].aos-animate { transition-delay: 2.3s } [data-aos][data-aos][data-aos-duration='2350'], body[data-aos-duration='2350'] [data-aos] { transition-duration: 2.35s } [data-aos][data-aos][data-aos-delay='2350'], body[data-aos-delay='2350'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2350'].aos-animate, body[data-aos-delay='2350'] [data-aos].aos-animate { transition-delay: 2.35s } [data-aos][data-aos][data-aos-duration='2400'], body[data-aos-duration='2400'] [data-aos] { transition-duration: 2.4s } [data-aos][data-aos][data-aos-delay='2400'], body[data-aos-delay='2400'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2400'].aos-animate, body[data-aos-delay='2400'] [data-aos].aos-animate { transition-delay: 2.4s } [data-aos][data-aos][data-aos-duration='2450'], body[data-aos-duration='2450'] [data-aos] { transition-duration: 2.45s } [data-aos][data-aos][data-aos-delay='2450'], body[data-aos-delay='2450'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2450'].aos-animate, body[data-aos-delay='2450'] [data-aos].aos-animate { transition-delay: 2.45s } [data-aos][data-aos][data-aos-duration='2500'], body[data-aos-duration='2500'] [data-aos] { transition-duration: 2.5s } [data-aos][data-aos][data-aos-delay='2500'], body[data-aos-delay='2500'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2500'].aos-animate, body[data-aos-delay='2500'] [data-aos].aos-animate { transition-delay: 2.5s } [data-aos][data-aos][data-aos-duration='2550'], body[data-aos-duration='2550'] [data-aos] { transition-duration: 2.55s } [data-aos][data-aos][data-aos-delay='2550'], body[data-aos-delay='2550'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2550'].aos-animate, body[data-aos-delay='2550'] [data-aos].aos-animate { transition-delay: 2.55s } [data-aos][data-aos][data-aos-duration='2600'], body[data-aos-duration='2600'] [data-aos] { transition-duration: 2.6s } [data-aos][data-aos][data-aos-delay='2600'], body[data-aos-delay='2600'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2600'].aos-animate, body[data-aos-delay='2600'] [data-aos].aos-animate { transition-delay: 2.6s } [data-aos][data-aos][data-aos-duration='2650'], body[data-aos-duration='2650'] [data-aos] { transition-duration: 2.65s } [data-aos][data-aos][data-aos-delay='2650'], body[data-aos-delay='2650'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2650'].aos-animate, body[data-aos-delay='2650'] [data-aos].aos-animate { transition-delay: 2.65s } [data-aos][data-aos][data-aos-duration='2700'], body[data-aos-duration='2700'] [data-aos] { transition-duration: 2.7s } [data-aos][data-aos][data-aos-delay='2700'], body[data-aos-delay='2700'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2700'].aos-animate, body[data-aos-delay='2700'] [data-aos].aos-animate { transition-delay: 2.7s } [data-aos][data-aos][data-aos-duration='2750'], body[data-aos-duration='2750'] [data-aos] { transition-duration: 2.75s } [data-aos][data-aos][data-aos-delay='2750'], body[data-aos-delay='2750'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2750'].aos-animate, body[data-aos-delay='2750'] [data-aos].aos-animate { transition-delay: 2.75s } [data-aos][data-aos][data-aos-duration='2800'], body[data-aos-duration='2800'] [data-aos] { transition-duration: 2.8s } [data-aos][data-aos][data-aos-delay='2800'], body[data-aos-delay='2800'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2800'].aos-animate, body[data-aos-delay='2800'] [data-aos].aos-animate { transition-delay: 2.8s } [data-aos][data-aos][data-aos-duration='2850'], body[data-aos-duration='2850'] [data-aos] { transition-duration: 2.85s } [data-aos][data-aos][data-aos-delay='2850'], body[data-aos-delay='2850'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2850'].aos-animate, body[data-aos-delay='2850'] [data-aos].aos-animate { transition-delay: 2.85s } [data-aos][data-aos][data-aos-duration='2900'], body[data-aos-duration='2900'] [data-aos] { transition-duration: 2.9s } [data-aos][data-aos][data-aos-delay='2900'], body[data-aos-delay='2900'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2900'].aos-animate, body[data-aos-delay='2900'] [data-aos].aos-animate { transition-delay: 2.9s } [data-aos][data-aos][data-aos-duration='2950'], body[data-aos-duration='2950'] [data-aos] { transition-duration: 2.95s } [data-aos][data-aos][data-aos-delay='2950'], body[data-aos-delay='2950'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='2950'].aos-animate, body[data-aos-delay='2950'] [data-aos].aos-animate { transition-delay: 2.95s } [data-aos][data-aos][data-aos-duration='3000'], body[data-aos-duration='3000'] [data-aos] { transition-duration: 3s } [data-aos][data-aos][data-aos-delay='3000'], body[data-aos-delay='3000'] [data-aos] { transition-delay: 0 } [data-aos][data-aos][data-aos-delay='3000'].aos-animate, body[data-aos-delay='3000'] [data-aos].aos-animate { transition-delay: 3s } [data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] { transition-timing-function: cubic-bezier(.25, .25, .75, .75) } [data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] { transition-timing-function: ease } [data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] { transition-timing-function: ease-in } [data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] { transition-timing-function: ease-out } [data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] { transition-timing-function: ease-in-out } [data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] { transition-timing-function: cubic-bezier(.6, -.28, .735, .045) } [data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] { transition-timing-function: cubic-bezier(.175, .885, .32, 1.275) } [data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] { transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55) } [data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] { transition-timing-function: cubic-bezier(.47, 0, .745, .715) } [data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.39, .575, .565, 1) } [data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] { transition-timing-function: cubic-bezier(.445, .05, .55, .95) } [data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] { transition-timing-function: cubic-bezier(.55, .085, .68, .53) } [data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.25, .46, .45, .94) } [data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] { transition-timing-function: cubic-bezier(.455, .03, .515, .955) } [data-aos^=fade][data-aos^=fade] { opacity: 0; transition-property: opacity, transform } [data-aos^=fade][data-aos^=fade].aos-animate { opacity: 1; transform: translate(0) } [data-aos=fade-up] { transform: translateY(100px) } [data-aos=fade-down] { transform: translateY(-100px) } [data-aos=fade-right] { transform: translate(-100px) } [data-aos=fade-left] { transform: translate(100px) } [data-aos=fade-up-right] { transform: translate(-100px, 100px) } [data-aos=fade-up-left] { transform: translate(100px, 100px) } [data-aos=fade-down-right] { transform: translate(-100px, -100px) } [data-aos=fade-down-left] { transform: translate(100px, -100px) } [data-aos^=zoom][data-aos^=zoom] { opacity: 0; transition-property: opacity, transform } [data-aos^=zoom][data-aos^=zoom].aos-animate { opacity: 1; transform: translate(0) scale(1) } [data-aos=zoom-in] { transform: scale(.6) } [data-aos=zoom-in-up] { transform: translateY(100px) scale(.6) } [data-aos=zoom-in-down] { transform: translateY(-100px) scale(.6) } [data-aos=zoom-in-right] { transform: translate(-100px) scale(.6) } [data-aos=zoom-in-left] { transform: translate(100px) scale(.6) } [data-aos=zoom-out] { transform: scale(1.2) } [data-aos=zoom-out-up] { transform: translateY(100px) scale(1.2) } [data-aos=zoom-out-down] { transform: translateY(-100px) scale(1.2) } [data-aos=zoom-out-right] { transform: translate(-100px) scale(1.2) } [data-aos=zoom-out-left] { transform: translate(100px) scale(1.2) } [data-aos^=slide][data-aos^=slide] { transition-property: transform } [data-aos^=slide][data-aos^=slide].aos-animate { transform: translate(0) } [data-aos=slide-up] { transform: translateY(100%) } [data-aos=slide-down] { transform: translateY(-100%) } [data-aos=slide-right] { transform: translateX(-100%) } [data-aos=slide-left] { transform: translateX(100%) } [data-aos^=flip][data-aos^=flip] { backface-visibility: hidden; transition-property: transform } [data-aos=flip-left] { transform: perspective(2500px) rotateY(-100deg) } [data-aos=flip-left].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-right] { transform: perspective(2500px) rotateY(100deg) } [data-aos=flip-right].aos-animate { transform: perspective(2500px) rotateY(0) } [data-aos=flip-up] { transform: perspective(2500px) rotateX(-100deg) } [data-aos=flip-up].aos-animate { transform: perspective(2500px) rotateX(0) } [data-aos=flip-down] { transform: perspective(2500px) rotateX(100deg) } [data-aos=flip-down].aos-animate { transform: perspective(2500px) rotateX(0) } .iti-flag { width: 20px; } .iti-flag.be { width: 18px; } .iti-flag.ch { width: 15px; } .iti-flag.mc { width: 19px; } .iti-flag.ne { width: 18px; } .iti-flag.np { width: 13px; } .iti-flag.va { width: 15px } @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) { .iti-flag { background-size: 5630px 15px } } .iti-flag.ac { height: 10px; background-position: 0px 0px; } .iti-flag.ad { height: 14px; background-position: -22px 0px; } .iti-flag.ae { height: 10px; background-position: -44px 0px; } .iti-flag.af { height: 14px; background-position: -66px 0px; } .iti-flag.ag { height: 14px; background-position: -88px 0px; } .iti-flag.ai { height: 10px; background-position: -110px 0px; } .iti-flag.al { height: 15px; background-position: -132px 0px; } .iti-flag.am { height: 10px; background-position: -154px 0px; } .iti-flag.ao { height: 14px; background-position: -176px 0px; } .iti-flag.aq { height: 14px; background-position: -198px 0px; } .iti-flag.ar { height: 13px; background-position: -220px 0px; } .iti-flag.as { height: 10px; background-position: -242px 0px; } .iti-flag.at { height: 14px; background-position: -264px 0px; } .iti-flag.au { height: 10px; background-position: -286px 0px; } .iti-flag.aw { height: 14px; background-position: -308px 0px; } .iti-flag.ax { height: 13px; background-position: -330px 0px; } .iti-flag.az { height: 10px; background-position: -352px 0px; } .iti-flag.ba { height: 10px; background-position: -374px 0px; } .iti-flag.bb { height: 14px; background-position: -396px 0px; } .iti-flag.bd { height: 12px; background-position: -418px 0px; } .iti-flag.be { height: 15px; background-position: -440px 0px; } .iti-flag.bf { height: 14px; background-position: -460px 0px; } .iti-flag.bg { height: 12px; background-position: -482px 0px; } .iti-flag.bh { height: 12px; background-position: -504px 0px; } .iti-flag.bi { height: 12px; background-position: -526px 0px; } .iti-flag.bj { height: 14px; background-position: -548px 0px; } .iti-flag.bl { height: 14px; background-position: -570px 0px; } .iti-flag.bm { height: 10px; background-position: -592px 0px; } .iti-flag.bn { height: 10px; background-position: -614px 0px; } .iti-flag.bo { height: 14px; background-position: -636px 0px; } .iti-flag.bq { height: 14px; background-position: -658px 0px; } .iti-flag.br { height: 14px; background-position: -680px 0px; } .iti-flag.bs { height: 10px; background-position: -702px 0px; } .iti-flag.bt { height: 14px; background-position: -724px 0px; } .iti-flag.bv { height: 15px; background-position: -746px 0px; } .iti-flag.bw { height: 14px; background-position: -768px 0px; } .iti-flag.by { height: 10px; background-position: -790px 0px; } .iti-flag.bz { height: 14px; background-position: -812px 0px; } .iti-flag.ca { height: 10px; background-position: -834px 0px; } .iti-flag.cc { height: 10px; background-position: -856px 0px; } .iti-flag.cd { height: 15px; background-position: -878px 0px; } .iti-flag.cf { height: 14px; background-position: -900px 0px; } .iti-flag.cg { height: 14px; background-position: -922px 0px; } .iti-flag.ch { height: 15px; background-position: -944px 0px; } .iti-flag.ci { height: 14px; background-position: -961px 0px; } .iti-flag.ck { height: 10px; background-position: -983px 0px; } .iti-flag.cl { height: 14px; background-position: -1005px 0px; } .iti-flag.cm { height: 14px; background-position: -1027px 0px; } .iti-flag.cn { height: 14px; background-position: -1049px 0px; } .iti-flag.co { height: 14px; background-position: -1071px 0px; } .iti-flag.cp { height: 14px; background-position: -1093px 0px; } .iti-flag.cr { height: 12px; background-position: -1115px 0px; } .iti-flag.cu { height: 10px; background-position: -1137px 0px; } .iti-flag.cv { height: 12px; background-position: -1159px 0px; } .iti-flag.cw { height: 14px; background-position: -1181px 0px; } .iti-flag.cx { height: 10px; background-position: -1203px 0px; } .iti-flag.cy { height: 13px; background-position: -1225px 0px; } .iti-flag.cz { height: 14px; background-position: -1247px 0px; } .iti-flag.de { height: 12px; background-position: -1269px 0px; } .iti-flag.dg { height: 10px; background-position: -1291px 0px; } .iti-flag.dj { height: 14px; background-position: -1313px 0px; } .iti-flag.dk { height: 15px; background-position: -1335px 0px; } .iti-flag.dm { height: 10px; background-position: -1357px 0px; } .iti-flag.do { height: 13px; background-position: -1379px 0px; } .iti-flag.dz { height: 14px; background-position: -1401px 0px; } .iti-flag.ea { height: 14px; background-position: -1423px 0px; } .iti-flag.ec { height: 14px; background-position: -1445px 0px; } .iti-flag.ee { height: 13px; background-position: -1467px 0px; } .iti-flag.eg { height: 14px; background-position: -1489px 0px; } .iti-flag.eh { height: 10px; background-position: -1511px 0px; } .iti-flag.er { height: 10px; background-position: -1533px 0px; } .iti-flag.es { height: 14px; background-position: -1555px 0px; } .iti-flag.et { height: 10px; background-position: -1577px 0px; } .iti-flag.eu { height: 14px; background-position: -1599px 0px; } .iti-flag.fi { height: 12px; background-position: -1621px 0px; } .iti-flag.fj { height: 10px; background-position: -1643px 0px; } .iti-flag.fk { height: 10px; background-position: -1665px 0px; } .iti-flag.fm { height: 11px; background-position: -1687px 0px; } .iti-flag.fo { height: 15px; background-position: -1709px 0px; } .iti-flag.fr { height: 14px; background-position: -1731px 0px; } .iti-flag.ga { height: 15px; background-position: -1753px 0px; } .iti-flag.gb { height: 10px; background-position: -1775px 0px; } .iti-flag.gd { height: 12px; background-position: -1797px 0px; } .iti-flag.ge { height: 14px; background-position: -1819px 0px; } .iti-flag.gf { height: 14px; background-position: -1841px 0px; } .iti-flag.gg { height: 14px; background-position: -1863px 0px; } .iti-flag.gh { height: 14px; background-position: -1885px 0px; } .iti-flag.gi { height: 10px; background-position: -1907px 0px; } .iti-flag.gl { height: 14px; background-position: -1929px 0px; } .iti-flag.gm { height: 14px; background-position: -1951px 0px; } .iti-flag.gn { height: 14px; background-position: -1973px 0px; } .iti-flag.gp { height: 14px; background-position: -1995px 0px; } .iti-flag.gq { height: 14px; background-position: -2017px 0px; } .iti-flag.gr { height: 14px; background-position: -2039px 0px; } .iti-flag.gs { height: 10px; background-position: -2061px 0px; } .iti-flag.gt { height: 13px; background-position: -2083px 0px; } .iti-flag.gu { height: 11px; background-position: -2105px 0px; } .iti-flag.gw { height: 10px; background-position: -2127px 0px; } .iti-flag.gy { height: 12px; background-position: -2149px 0px; } .iti-flag.hk { height: 14px; background-position: -2171px 0px; } .iti-flag.hm { height: 10px; background-position: -2193px 0px; } .iti-flag.hn { height: 10px; background-position: -2215px 0px; } .iti-flag.hr { height: 10px; background-position: -2237px 0px; } .iti-flag.ht { height: 12px; background-position: -2259px 0px; } .iti-flag.hu { height: 10px; background-position: -2281px 0px; } .iti-flag.ic { height: 14px; background-position: -2303px 0px; } .iti-flag.id { height: 14px; background-position: -2325px 0px; } .iti-flag.ie { height: 10px; background-position: -2347px 0px; } .iti-flag.il { height: 15px; background-position: -2369px 0px; } .iti-flag.im { height: 10px; background-position: -2391px 0px; } .iti-flag.in { height: 14px; background-position: -2413px 0px; } .iti-flag.io { height: 10px; background-position: -2435px 0px; } .iti-flag.iq { height: 14px; background-position: -2457px 0px; } .iti-flag.ir { height: 12px; background-position: -2479px 0px; } .iti-flag.is { height: 15px; background-position: -2501px 0px; } .iti-flag.it { height: 14px; background-position: -2523px 0px; } .iti-flag.je { height: 12px; background-position: -2545px 0px; } .iti-flag.jm { height: 10px; background-position: -2567px 0px; } .iti-flag.jo { height: 10px; background-position: -2589px 0px; } .iti-flag.jp { height: 14px; background-position: -2611px 0px; } .iti-flag.ke { height: 14px; background-position: -2633px 0px; } .iti-flag.kg { height: 12px; background-position: -2655px 0px; } .iti-flag.kh { height: 13px; background-position: -2677px 0px; } .iti-flag.ki { height: 10px; background-position: -2699px 0px; } .iti-flag.km { height: 12px; background-position: -2721px 0px; } .iti-flag.kn { height: 14px; background-position: -2743px 0px; } .iti-flag.kp { height: 10px; background-position: -2765px 0px; } .iti-flag.kr { height: 14px; background-position: -2787px 0px; } .iti-flag.kw { height: 10px; background-position: -2809px 0px; } .iti-flag.ky { height: 10px; background-position: -2831px 0px; } .iti-flag.kz { height: 10px; background-position: -2853px 0px; } .iti-flag.la { height: 14px; background-position: -2875px 0px; } .iti-flag.lb { height: 14px; background-position: -2897px 0px; } .iti-flag.lc { height: 10px; background-position: -2919px 0px; } .iti-flag.li { height: 12px; background-position: -2941px 0px; } .iti-flag.lk { height: 10px; background-position: -2963px 0px; } .iti-flag.lr { height: 11px; background-position: -2985px 0px; } .iti-flag.ls { height: 14px; background-position: -3007px 0px; } .iti-flag.lt { height: 12px; background-position: -3029px 0px; } .iti-flag.lu { height: 12px; background-position: -3051px 0px; } .iti-flag.lv { height: 10px; background-position: -3073px 0px; } .iti-flag.ly { height: 10px; background-position: -3095px 0px; } .iti-flag.ma { height: 14px; background-position: -3117px 0px; } .iti-flag.mc { height: 15px; background-position: -3139px 0px; } .iti-flag.md { height: 10px; background-position: -3160px 0px; } .iti-flag.me { height: 10px; background-position: -3182px 0px; } .iti-flag.mf { height: 14px; background-position: -3204px 0px; } .iti-flag.mg { height: 14px; background-position: -3226px 0px; } .iti-flag.mh { height: 11px; background-position: -3248px 0px; } .iti-flag.mk { height: 10px; background-position: -3270px 0px; } .iti-flag.ml { height: 14px; background-position: -3292px 0px; } .iti-flag.mm { height: 14px; background-position: -3314px 0px; } .iti-flag.mn { height: 10px; background-position: -3336px 0px; } .iti-flag.mo { height: 14px; background-position: -3358px 0px; } .iti-flag.mp { height: 10px; background-position: -3380px 0px; } .iti-flag.mq { height: 14px; background-position: -3402px 0px; } .iti-flag.mr { height: 14px; background-position: -3424px 0px; } .iti-flag.ms { height: 10px; background-position: -3446px 0px; } .iti-flag.mt { height: 14px; background-position: -3468px 0px; } .iti-flag.mu { height: 14px; background-position: -3490px 0px; } .iti-flag.mv { height: 14px; background-position: -3512px 0px; } .iti-flag.mw { height: 14px; background-position: -3534px 0px; } .iti-flag.mx { height: 12px; background-position: -3556px 0px; } .iti-flag.my { height: 10px; background-position: -3578px 0px; } .iti-flag.mz { height: 14px; background-position: -3600px 0px; } .iti-flag.na { height: 14px; background-position: -3622px 0px; } .iti-flag.nc { height: 10px; background-position: -3644px 0px; } .iti-flag.ne { height: 15px; background-position: -3666px 0px; } .iti-flag.nf { height: 10px; background-position: -3686px 0px; } .iti-flag.ng { height: 10px; background-position: -3708px 0px; } .iti-flag.ni { height: 12px; background-position: -3730px 0px; } .iti-flag.nl { height: 14px; background-position: -3752px 0px; } .iti-flag.no { height: 15px; background-position: -3774px 0px; } .iti-flag.np { height: 15px; background-position: -3796px 0px; } .iti-flag.nr { height: 10px; background-position: -3811px 0px; } .iti-flag.nu { height: 10px; background-position: -3833px 0px; } .iti-flag.nz { height: 10px; background-position: -3855px 0px; } .iti-flag.om { height: 10px; background-position: -3877px 0px; } .iti-flag.pa { height: 14px; background-position: -3899px 0px; } .iti-flag.pe { height: 14px; background-position: -3921px 0px; } .iti-flag.pf { height: 14px; background-position: -3943px 0px; } .iti-flag.pg { height: 15px; background-position: -3965px 0px; } .iti-flag.ph { height: 10px; background-position: -3987px 0px; } .iti-flag.pk { height: 14px; background-position: -4009px 0px; } .iti-flag.pl { height: 13px; background-position: -4031px 0px; } .iti-flag.pm { height: 14px; background-position: -4053px 0px; } .iti-flag.pn { height: 10px; background-position: -4075px 0px; } .iti-flag.pr { height: 14px; background-position: -4097px 0px; } .iti-flag.ps { height: 10px; background-position: -4119px 0px; } .iti-flag.pt { height: 14px; background-position: -4141px 0px; } .iti-flag.pw { height: 13px; background-position: -4163px 0px; } .iti-flag.py { height: 11px; background-position: -4185px 0px; } .iti-flag.qa { height: 8px; background-position: -4207px 0px; } .iti-flag.re { height: 14px; background-position: -4229px 0px; } .iti-flag.ro { height: 14px; background-position: -4251px 0px; } .iti-flag.rs { height: 14px; background-position: -4273px 0px; } .iti-flag.ru { height: 14px; background-position: -4295px 0px; } .iti-flag.rw { height: 14px; background-position: -4317px 0px; } .iti-flag.sa { height: 14px; background-position: -4339px 0px; } .iti-flag.sb { height: 10px; background-position: -4361px 0px; } .iti-flag.sc { height: 10px; background-position: -4383px 0px; } .iti-flag.sd { height: 10px; background-position: -4405px 0px; } .iti-flag.se { height: 13px; background-position: -4427px 0px; } .iti-flag.sg { height: 14px; background-position: -4449px 0px; } .iti-flag.sh { height: 10px; background-position: -4471px 0px; } .iti-flag.si { height: 10px; background-position: -4493px 0px; } .iti-flag.sj { height: 15px; background-position: -4515px 0px; } .iti-flag.sk { height: 14px; background-position: -4537px 0px; } .iti-flag.sl { height: 14px; background-position: -4559px 0px; } .iti-flag.sm { height: 15px; background-position: -4581px 0px; } .iti-flag.sn { height: 14px; background-position: -4603px 0px; } .iti-flag.so { height: 14px; background-position: -4625px 0px; } .iti-flag.sr { height: 14px; background-position: -4647px 0px; } .iti-flag.ss { height: 10px; background-position: -4669px 0px; } .iti-flag.st { height: 10px; background-position: -4691px 0px; } .iti-flag.sv { height: 12px; background-position: -4713px 0px; } .iti-flag.sx { height: 14px; background-position: -4735px 0px; } .iti-flag.sy { height: 14px; background-position: -4757px 0px; } .iti-flag.sz { height: 14px; background-position: -4779px 0px; } .iti-flag.ta { height: 10px; background-position: -4801px 0px; } .iti-flag.tc { height: 10px; background-position: -4823px 0px; } .iti-flag.td { height: 14px; background-position: -4845px 0px; } .iti-flag.tf { height: 14px; background-position: -4867px 0px; } .iti-flag.tg { height: 13px; background-position: -4889px 0px; } .iti-flag.th { height: 14px; background-position: -4911px 0px; } .iti-flag.tj { height: 10px; background-position: -4933px 0px; } .iti-flag.tk { height: 10px; background-position: -4955px 0px; } .iti-flag.tl { height: 10px; background-position: -4977px 0px; } .iti-flag.tm { height: 14px; background-position: -4999px 0px; } .iti-flag.tn { height: 14px; background-position: -5021px 0px; } .iti-flag.to { height: 10px; background-position: -5043px 0px; } .iti-flag.tr { height: 14px; background-position: -5065px 0px; } .iti-flag.tt { height: 12px; background-position: -5087px 0px; } .iti-flag.tv { height: 10px; background-position: -5109px 0px; } .iti-flag.tw { height: 14px; background-position: -5131px 0px; } .iti-flag.tz { height: 14px; background-position: -5153px 0px; } .iti-flag.ua { height: 14px; background-position: -5175px 0px; } .iti-flag.ug { height: 14px; background-position: -5197px 0px; } .iti-flag.um { height: 11px; background-position: -5219px 0px; } .iti-flag.us { height: 11px; background-position: -5241px 0px; } .iti-flag.uy { height: 14px; background-position: -5263px 0px; } .iti-flag.uz { height: 10px; background-position: -5285px 0px; } .iti-flag.va { height: 15px; background-position: -5307px 0px; } .iti-flag.vc { height: 14px; background-position: -5324px 0px; } .iti-flag.ve { height: 14px; background-position: -5346px 0px; } .iti-flag.vg { height: 10px; background-position: -5368px 0px; } .iti-flag.vi { height: 14px; background-position: -5390px 0px; } .iti-flag.vn { height: 14px; background-position: -5412px 0px; } .iti-flag.vu { height: 12px; background-position: -5434px 0px; } .iti-flag.wf { height: 14px; background-position: -5456px 0px; } .iti-flag.ws { height: 10px; background-position: -5478px 0px; } .iti-flag.xk { height: 15px; background-position: -5500px 0px; } .iti-flag.ye { height: 14px; background-position: -5522px 0px; } .iti-flag.yt { height: 14px; background-position: -5544px 0px; } .iti-flag.za { height: 14px; background-position: -5566px 0px; } .iti-flag.zm { height: 14px; background-position: -5588px 0px; } .iti-flag.zw { height: 10px; background-position: -5610px 0px; } .iti-flag { width: 20px; height: 15px; box-shadow: 0px 0px 1px 0px #888; background-image: url("/files/frameworks/intl-tel-input-8.5.2/build/img/flags.png"); background-repeat: no-repeat; background-color: #DBDBDB; background-position: 20px 0 } @media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2 / 1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) { .iti-flag { background-image: url("/files/frameworks/intl-tel-input-8.5.2/build/img/flags@2x.png") } } .iti-flag.np { background-color: transparent } .s123-page-data-schedule-booking .schedule-booking-container hr { max-width: none; border-width: 1px; border-color: #ddd; } .s123-page-data-schedule-booking .schedule-booking-container { margin-bottom: 10px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .main-image { margin-bottom: 20px; border: 1px solid #ddd; position: relative; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .main-image>div { width: 100%; height: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; display: block; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel { margin-top: -10px; margin-bottom: 20px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .item .item-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; border: 1px solid #ddd; cursor: pointer; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev, .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { position: absolute; top: calc(50% - 12px); } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: -10px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -10px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: -10px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -10px; } @media ( min-width:768px) { .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: -15px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev { left: auto; right: -15px; } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: -15px; } html[dir=rtl] .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next { right: auto; left: -15px; } } .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-prev.disabled, .s123-page-data-schedule-booking .schedule-booking-container .product-images .owl-carousel .owl-nav .owl-next.disabled { opacity: 0.7; } .schedule-booking-container .product-details h2 { text-transform: uppercase; } .schedule-booking-container .product-details .list-unstyled span { min-width: 130px; display: inline-block; } .schedule-booking-container .product-details .price-text { padding-right: 10px; font-size: 24px; text-transform: uppercase; } html[dir=rtl] .schedule-booking-container .product-details .price-text { padding-right: 0; padding-left: 10px; } .schedule-booking-container .product-details .price-value { font-size: 24px; } .schedule-booking-container .product-details .price-value.list-price { margin-right: 5px; font-size: 20px; display: inline-block; opacity: 0.4; text-decoration: line-through; } html[dir=rtl] .schedule-booking-container .product-details .price-value.list-price { margin-right: 0; margin-left: 5px; } .schedule-booking-container .btn-buy-now { min-width: 150px; } .schedule-booking-box .schedule-booking-box-header { padding: 13px 0; border-width: 0 0 1px 0 !important; } .s123-page-data-schedule-booking .discount-text { display: block; } .s123-page-data-schedule-booking .discount-price { padding-left: 10px; } html[dir=rtl] .s123-page-data-schedule-booking .discount-price { padding-left: auto; padding-right: 10px; } .s123-page-data-schedule-booking .box { padding: 20px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block { width: 100%; } .s123-module-scheduleBookings.layout-1 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-scheduleBookings.layout-1 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-scheduleBookings.layout-1 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-scheduleBookings.layout-1 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .pro-info p { height: 4.5em; display: block; overflow: hidden; display: block; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices { margin: 0 5px 0 0; float: right; font-size: 1.5em; line-height: inherit; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .prices .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container { width: 100%; clear: both; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-1 .scheduleBookings-block .buttons-container form { display: inline-block; } .s123-module-scheduleBookings.layout-1 .products-categories-container { list-style: none; padding: 0; text-align: center; margin: 0 0 40px 0; } .s123-module-scheduleBookings.layout-1 .products-categories-container li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-scheduleBookings.layout-1 .products-categories-container li:first-child:before { display: none; } .s123-module-scheduleBookings.layout-1 .products-categories-container li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-scheduleBookings.layout-1 .products-categories-container li a:hover, .s123-module-scheduleBookings.layout-1 .products-categories-container li a:focus, .s123-module-scheduleBookings.layout-1 .products-categories-container li.active { font-weight: bold; text-decoration: underline; } .s123-module-scheduleBookings.layout-2 .products-responsive-filter a { display: none; } .s123-module-scheduleBookings.layout-2 .well { border: none; } .s123-module-scheduleBookings.layout-2 .products-categories-container li { padding-bottom: 0.2em; } .s123-module-scheduleBookings.layout-2 .products-categories-container li a, .s123-module-scheduleBookings.layout-2 .products-categories-container li a:hover, .s123-module-scheduleBookings.layout-2 .products-categories-container li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-scheduleBookings.layout-2 .products-categories-container li.active a { border: 1px solid; } .s123-module-scheduleBookings.layout-2 .products-container>div { padding-top: 0; font-size: 16px; line-height: 1.42857143; display: inline-block; vertical-align: top; position: relative; } .s123-module-scheduleBookings.layout-2 .products-container>div .box { position: relative; } .s123-module-scheduleBookings.layout-2 a.product-image { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-scheduleBookings.layout-2 .product-details-container { overflow: hidden; } .s123-module-scheduleBookings.layout-2 .product-details-container h4 { margin: 0.75em 0; } .s123-module-scheduleBookings.layout-2 .product-details-container p { margin-bottom: 0.75em; } .s123-module-scheduleBookings.layout-2 .product-price { width: 100%; float: left; } .s123-module-scheduleBookings.layout-2 .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-2 .products-container .buttons-container .btn { margin-top: 0.5em; margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-2 .products-container .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-2 .products-container .buttons-container form { display: inline-block; } @media (max-width:767px) { .s123-module-scheduleBookings.layout-2 .products-responsive-filter a { width: 100%; padding: 10px; text-align: center; display: block; font-weight: bold; text-decoration: none; border: 1px solid; } .s123-module-scheduleBookings.layout-2 .categories-panel { display: none; } .s123-module-scheduleBookings.layout-2 .products-container>div { text-align: center; margin-bottom: 1em; } } .s123-module-scheduleBookings.layout-2 .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; } .s123-module-scheduleBookings.layout-2 .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-module-scheduleBookings.layout-2 .product-out-of-stock { left: auto; right: 10px; } .s123-module-scheduleBookings.layout-2 .products-container .box { padding: 0; } .s123-module-scheduleBookings.layout-2 .products-container .box .product-details-container { padding: 10px; } .s123-module-scheduleBookings.layout-2 .products-container .box .buttons-container { padding: 10px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings2 .inner { padding-top: 65px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings2 h3 { color: #393443; margin-bottom: 40px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block { width: 100%; } .s123-module-scheduleBookings.layout-3 .item-image { margin-bottom: 15px; width: 100%; height: 190px; background-position: center center; background-repeat: no-repeat; background-size: cover; position: relative; display: block; } @media (min-width:768px) { .s123-module-scheduleBookings.layout-3 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-scheduleBookings.layout-3 .item-image img { width: auto; height: auto; max-width: 100%; max-height: 250px; margin: 0 auto; display: block; position: relative; border-radius: 0; } .s123-module-scheduleBookings.layout-3 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info h4 { display: block; margin-bottom: 10px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info h4 a { height: 2.2em; display: block; overflow: hidden; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .pro-info p { display: block; overflow: hidden; display: block; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices { margin: 0 5px 0 0; line-height: inherit; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices { float: left; margin: 0 0 0 5px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .prices .list-price { opacity: 0.4; text-decoration: line-through; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container { width: 100%; clear: both; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container .btn { margin-right: 5px; } html[dir=rtl] .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container .btn { margin-right: 0; margin-left: 5px; } .s123-module-scheduleBookings.layout-3 .scheduleBookings-block .buttons-container form { display: inline-block; } html[dir="rtl"] .businessWorkingDays .day-hours { direction: ltr; text-align: right; } .s123-module-restaurantReservation .box { padding: 20px; } html[dir="rtl"] #popupRestaurantReservations .restaurantReservationsFormPopup { text-align: right; } .s123-module-branches.layout-1 .branch-image { position: relative; height: 200px; width: 100%; background-position: center center; background-size: cover; padding-top: 100%; } .s123-module-branches.layout-1.branchForm #branchEmail a { color: #ffffff; } .s123-module-branches.layout-1.clean-list { display: inline; list-style-type: none; padding-left: 5px; } .s123-module-branches.layout-1.branchForm { color: #fff; text-align: left; width: 70%; } #brancPopupFloatDivPhone .branch_phone_icons a, #brancPopupFloatDivFax .branch_fax_icons a { font-size: 25px; text-decoration: none; color: white; } #brancPopupFloatDivPhone .branch_phone_icons a:hover, #brancPopupFloatDivFax .branch_fax_icons a:hover { color: #4a90e2; } .branch-details.send-mail:hover { cursor: pointer; } @media only screen and (min-width :480px) { #brancPopupFloatDivPhone .branch_phone_icons a, #brancPopupFloatDivFax .branch_fax_icons a { font-size: 65px; } } .s123-page-data.s123-page-data-branch .open-hours { margin-bottom: 50px; } .datepicker { padding: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; direction: ltr } .datepicker-inline { width: 220px } .datepicker-rtl { direction: rtl } .datepicker-rtl.dropdown-menu { left: auto } .datepicker-rtl table tr td span { float: right } .datepicker-dropdown { top: 0; left: 0 } .datepicker-dropdown:before { content: ''; display: inline-block; border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #999; border-top: 0; border-bottom-color: rgba(0, 0, 0, .2); position: absolute } .datepicker-dropdown:after { content: ''; display: inline-block; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid #fff; border-top: 0; position: absolute } .datepicker-dropdown.datepicker-orient-left:before { left: 6px } .datepicker-dropdown.datepicker-orient-left:after { left: 7px } .datepicker-dropdown.datepicker-orient-right:before { right: 6px } .datepicker-dropdown.datepicker-orient-right:after { right: 7px } .datepicker-dropdown.datepicker-orient-bottom:before { top: -7px } .datepicker-dropdown.datepicker-orient-bottom:after { top: -6px } .datepicker-dropdown.datepicker-orient-top:before { bottom: -7px; border-bottom: 0; border-top: 7px solid #999 } .datepicker-dropdown.datepicker-orient-top:after { bottom: -6px; border-bottom: 0; border-top: 6px solid #fff } .datepicker table { margin: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .datepicker td, .datepicker th { text-align: center; width: 20px; height: 20px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: none } .table-striped .datepicker table tr td, .table-striped .datepicker table tr th { background-color: transparent } .datepicker table tr td.day.focused, .datepicker table tr td.day:hover { background: #eee; cursor: pointer } .datepicker table tr td.new, .datepicker table tr td.old { color: #999 } .datepicker table tr td.disabled, .datepicker table tr td.disabled:hover { background: 0 0; color: #999; cursor: default } .datepicker table tr td.highlighted { background: #d9edf7; border-radius: 0 } .datepicker table tr td.today, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today:hover { background-color: #fde19a; background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a)); background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a); background-image: linear-gradient(to bottom, #fdd49a, #fdf59a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0); border-color: #fdf59a #fdf59a #fbed50; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #000 } .datepicker table tr td.today.active, .datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled.disabled, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover.disabled, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today.disabled:hover:hover, .datepicker table tr td.today.disabled:hover[disabled], .datepicker table tr td.today.disabled[disabled], .datepicker table tr td.today:active, .datepicker table tr td.today:hover, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover.disabled, .datepicker table tr td.today:hover:active, .datepicker table tr td.today:hover:hover, .datepicker table tr td.today:hover[disabled], .datepicker table tr td.today[disabled] { background-color: #fdf59a } .datepicker table tr td.today.active, .datepicker table tr td.today.disabled.active, .datepicker table tr td.today.disabled:active, .datepicker table tr td.today.disabled:hover.active, .datepicker table tr td.today.disabled:hover:active, .datepicker table tr td.today:active, .datepicker table tr td.today:hover.active, .datepicker table tr td.today:hover:active { background-color: #fbf069\9 } .datepicker table tr td.today:hover:hover { color: #000 } .datepicker table tr td.today.active:hover { color: #fff } .datepicker table tr td.range, .datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range:hover { background: #eee; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .datepicker table tr td.range.today, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today:hover { background-color: #f3d17a; background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a)); background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a); background-image: linear-gradient(to bottom, #f3c17a, #f3e97a); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0); border-color: #f3e97a #f3e97a #edde34; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0 } .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled.disabled, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover.disabled, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today.disabled:hover:hover, .datepicker table tr td.range.today.disabled:hover[disabled], .datepicker table tr td.range.today.disabled[disabled], .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover.disabled, .datepicker table tr td.range.today:hover:active, .datepicker table tr td.range.today:hover:hover, .datepicker table tr td.range.today:hover[disabled], .datepicker table tr td.range.today[disabled] { background-color: #f3e97a } .datepicker table tr td.range.today.active, .datepicker table tr td.range.today.disabled.active, .datepicker table tr td.range.today.disabled:active, .datepicker table tr td.range.today.disabled:hover.active, .datepicker table tr td.range.today.disabled:hover:active, .datepicker table tr td.range.today:active, .datepicker table tr td.range.today:hover.active, .datepicker table tr td.range.today:hover:active { background-color: #efe24b\9 } .datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover { background-color: #9e9e9e; background-image: -moz-linear-gradient(to bottom, #b3b3b3, grey); background-image: -ms-linear-gradient(to bottom, #b3b3b3, grey); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(grey)); background-image: -webkit-linear-gradient(to bottom, #b3b3b3, grey); background-image: -o-linear-gradient(to bottom, #b3b3b3, grey); background-image: linear-gradient(to bottom, #b3b3b3, grey); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0); border-color: grey grey #595959; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled.disabled, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover.disabled, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected.disabled:hover:hover, .datepicker table tr td.selected.disabled:hover[disabled], .datepicker table tr td.selected.disabled[disabled], .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover.disabled, .datepicker table tr td.selected:hover:active, .datepicker table tr td.selected:hover:hover, .datepicker table tr td.selected:hover[disabled], .datepicker table tr td.selected[disabled] { background-color: grey } .datepicker table tr td.selected.active, .datepicker table tr td.selected.disabled.active, .datepicker table tr td.selected.disabled:active, .datepicker table tr td.selected.disabled:hover.active, .datepicker table tr td.selected.disabled:hover:active, .datepicker table tr td.selected:active, .datepicker table tr td.selected:hover.active, .datepicker table tr td.selected:hover:active { background-color: #666\9 } .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #04c); background-image: -ms-linear-gradient(to bottom, #08c, #04c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)); background-image: -webkit-linear-gradient(to bottom, #08c, #04c); background-image: -o-linear-gradient(to bottom, #08c, #04c); background-image: linear-gradient(to bottom, #08c, #04c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #04c #04c #002a80; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background-color: #04c } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active:active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover:active { background-color: #039\9 } .datepicker table tr td span { display: block; width: 23%; height: 54px; line-height: 54px; float: left; margin: 1%; cursor: pointer; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px } .datepicker table tr td span.focused, .datepicker table tr td span:hover { background: #eee } .datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover { background: 0 0; color: #999; cursor: default } .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover { background-color: #006dcc; background-image: -moz-linear-gradient(to bottom, #08c, #04c); background-image: -ms-linear-gradient(to bottom, #08c, #04c); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#04c)); background-image: -webkit-linear-gradient(to bottom, #08c, #04c); background-image: -o-linear-gradient(to bottom, #08c, #04c); background-image: linear-gradient(to bottom, #08c, #04c); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0); border-color: #04c #04c #002a80; border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25); filter: progid:DXImageTransform.Microsoft.gradient(enabled=false); color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, .25) } .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] { background-color: #04c } .datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active { background-color: #039\9 } .datepicker table tr td span.new, .datepicker table tr td span.old { color: #999 } .datepicker .datepicker-switch { width: 145px } .datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th { cursor: pointer } .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover { background: #eee } .datepicker .next.disabled, .datepicker .prev.disabled { visibility: hidden } .datepicker .cw { font-size: 10px; width: 12px; padding: 0 2px 0 5px; vertical-align: middle } .input-append.date .add-on, .input-prepend.date .add-on { cursor: pointer } .input-append.date .add-on i, .input-prepend.date .add-on i { margin-top: 3px } .input-daterange input { text-align: center } .input-daterange input:first-child { -webkit-border-radius: 3px 0 0 3px; -moz-border-radius: 3px 0 0 3px; border-radius: 3px 0 0 3px } .input-daterange input:last-child { -webkit-border-radius: 0 3px 3px 0; -moz-border-radius: 0 3px 3px 0; border-radius: 0 3px 3px 0 } .input-daterange .add-on { display: inline-block; width: auto; min-width: 16px; height: 18px; padding: 4px 5px; font-weight: 400; line-height: 18px; text-align: center; text-shadow: 0 1px 0 #fff; vertical-align: middle; background-color: #eee; border: 1px solid #ccc; margin-left: -5px; margin-right: -5px } /*! * froala_editor v2.7.3 (https://www.froala.com/wysiwyg-editor) * License https://froala.com/wysiwyg-editor/terms/ * Copyright 2014-2017 <NAME> */ .clearfix::after { clear: both; display: block; content: ""; height: 0 } .hide-by-clipping { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0 } img.fr-rounded, .fr-img-caption.fr-rounded img { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box } img.fr-bordered, .fr-img-caption.fr-bordered img { border: solid 5px #CCC } img.fr-bordered { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box } .fr-img-caption.fr-bordered img { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box } img.fr-shadow, .fr-img-caption.fr-shadow img { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16); box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16) } .fr-view span[style~="color:"] a { color: inherit } .fr-view strong { font-weight: 700 } .fr-view table { border: 0; border-collapse: collapse; empty-cells: show; max-width: 100% } .fr-view table.fr-dashed-borders td, .fr-view table.fr-dashed-borders th { border-style: dashed } .fr-view table.fr-alternate-rows tbody tr:nth-child(2n) { background: #f5f5f5 } .fr-view table td, .fr-view table th { border: 1px solid #ddd } .fr-view table td:empty, .fr-view table th:empty { height: 20px } .fr-view table td.fr-highlighted, .fr-view table th.fr-highlighted { border: 1px double red } .fr-view table td.fr-thick, .fr-view table th.fr-thick { border-width: 2px } .fr-view table th { background: #e6e6e6 } .fr-view hr { clear: both; user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; page-break-after: always } .fr-view .fr-file { position: relative } .fr-view .fr-file::after { position: relative; content: "\1F4CE"; font-weight: 400 } .fr-view pre { white-space: pre-wrap; word-wrap: break-word } .fr-view[dir=rtl] blockquote { border-left: 0; border-right: solid 2px #5e35b1; margin-right: 0; padding-right: 5px; padding-left: 0 } .fr-view[dir=rtl] blockquote blockquote { border-color: #00bcd4 } .fr-view[dir=rtl] blockquote blockquote blockquote { border-color: #43a047 } .fr-view blockquote { border-left: solid 2px #5e35b1; margin-left: 0; padding-left: 5px; color: #5e35b1 } .fr-view blockquote blockquote { border-color: #00bcd4; color: #00bcd4 } .fr-view blockquote blockquote blockquote { border-color: #43a047; color: #43a047 } .fr-view span.fr-emoticon { font-weight: 400; font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; display: inline; line-height: 0 } .fr-view span.fr-emoticon.fr-emoticon-img { background-repeat: no-repeat !important; font-size: inherit; height: 1em; width: 1em; min-height: 20px; min-width: 20px; display: inline-block; margin: -.1em .1em .1em; line-height: 1; vertical-align: middle } .fr-view .fr-text-gray { color: #AAA !important } .fr-view .fr-text-bordered { border-top: solid 1px #222; border-bottom: solid 1px #222; padding: 10px 0 } .fr-view .fr-text-spaced { letter-spacing: 1px } .fr-view .fr-text-uppercase { text-transform: uppercase } .fr-view img { position: relative; max-width: 100% } .fr-view img.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } .fr-view img.fr-dib.fr-fil { margin-left: 0; text-align: left } .fr-view img.fr-dib.fr-fir { margin-right: 0; text-align: right } .fr-view img.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } .fr-view img.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } .fr-view img.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } .fr-view span.fr-img-caption { position: relative; max-width: 100% } .fr-view span.fr-img-caption.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } .fr-view span.fr-img-caption.fr-dib.fr-fil { margin-left: 0; text-align: left } .fr-view span.fr-img-caption.fr-dib.fr-fir { margin-right: 0; text-align: right } .fr-view span.fr-img-caption.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } .fr-view span.fr-img-caption.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } .fr-view span.fr-img-caption.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } .fr-view .fr-video { text-align: center; position: relative } .fr-view .fr-video>* { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; max-width: 100%; border: 0 } .fr-view .fr-video.fr-dvb { display: block; clear: both } .fr-view .fr-video.fr-dvb.fr-fvl { text-align: left } .fr-view .fr-video.fr-dvb.fr-fvr { text-align: right } .fr-view .fr-video.fr-dvi { display: inline-block } .fr-view .fr-video.fr-dvi.fr-fvl { float: left } .fr-view .fr-video.fr-dvi.fr-fvr { float: right } .fr-view a.fr-strong { font-weight: 700 } .fr-view a.fr-green { color: green } .fr-view .fr-img-caption { text-align: center } .fr-view .fr-img-caption .fr-img-wrap { padding: 0; display: inline-block; margin: auto; text-align: center } .fr-view .fr-img-caption .fr-img-wrap img { display: block; margin: auto } .fr-view .fr-img-caption .fr-img-wrap>span { margin: auto; display: inline-block; padding: 5px 5px 10px; font-size: 14px; font-weight: initial; max-width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-opacity: .9; -moz-opacity: .9; opacity: .9; -ms-filter: "alpha(Opacity=0)" } .fr-view button.fr-rounded, .fr-view input.fr-rounded, .fr-view textarea.fr-rounded { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box } .fr-view button.fr-large, .fr-view input.fr-large, .fr-view textarea.fr-large { font-size: 24px } a.fr-view.fr-strong { font-weight: 700 } a.fr-view.fr-green { color: green } img.fr-view { position: relative; max-width: 100% } img.fr-view.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } img.fr-view.fr-dib.fr-fil { margin-left: 0; text-align: left } img.fr-view.fr-dib.fr-fir { margin-right: 0; text-align: right } img.fr-view.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } img.fr-view.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } img.fr-view.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } span.fr-img-caption.fr-view { position: relative; max-width: 100% } span.fr-img-caption.fr-view.fr-dib { margin: 5px auto; display: block; float: none; vertical-align: top } span.fr-img-caption.fr-view.fr-dib.fr-fil { margin-left: 0; text-align: left } span.fr-img-caption.fr-view.fr-dib.fr-fir { margin-right: 0; text-align: right } span.fr-img-caption.fr-view.fr-dii { display: inline-block; float: none; vertical-align: bottom; margin-left: 5px; margin-right: 5px; max-width: calc(100% - (2 * 5px)) } span.fr-img-caption.fr-view.fr-dii.fr-fil { float: left; margin: 5px 5px 5px 0; max-width: calc(100% - 5px) } span.fr-img-caption.fr-view.fr-dii.fr-fir { float: right; margin: 5px 0 5px 5px; max-width: calc(100% - 5px) } /* Froala don't add no border so we add it manually. */ .fr-view table.fr-no-borders td, .fr-view table.fr-no-borders th { border: none; } .s123-module-foodDelivery .well { border: none; } .s123-module-foodDelivery .categories-panel li { padding-bottom: 0.2em; } .s123-module-foodDelivery .categories-panel li a, .s123-module-foodDelivery .categories-panelr li a:hover, .s123-module-foodDelivery .categories-panel li a:focus { border: 1px solid transparent; background: transparent; } .s123-module-foodDelivery .categories-panel li.active a { border: 1px solid; } .s123-module-foodDelivery .food-delivery-items-container .box { padding: 0; } .s123-module-foodDelivery .food-delivery-items-container .box .food-delivery-item-container { padding: 10px; } .s123-module-foodDelivery .food-delivery-items-container .box .buttons-container { padding: 10px; } .s123-module-foodDelivery a.item-image { cursor: pointer; width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } html[dir=rtl] .s123-module-foodDelivery .mobile-floating-cart { position: fixed; bottom: 0px; z-index: 99009; right: 0px; } html[dir=ltr] .s123-module-foodDelivery .mobile-floating-cart { position: fixed; bottom: 0px; z-index: 99009; left: 0px; } .s123-module-foodDelivery.layout-2 .menu2 .inner { padding-top: 65px; } .s123-module-foodDelivery.layout-2 .menu2 h3 { font-size: 1.7em; color: #393443; margin-bottom: 40px; } .s123-module-foodDelivery.layout-2 .menu-category { display: none; } .s123-module-foodDelivery.layout-2 .menu-block { width: 100%; } .s123-module-foodDelivery.layout-2 .item-image { width: 100%; margin: 0 0 15px; } @media (min-width:768px) { .s123-module-foodDelivery.layout-2 .item-image { float: left; width: 230px; margin: 0 30px 0 0; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .item-image { float: right; margin: 0 0 0 30px; } } .s123-module-foodDelivery.layout-2 .item-image img { width: 100%; display: block; position: relative; border-radius: 0; } .s123-module-foodDelivery.layout-2 .item-details { padding: 5px 0; position: relative; overflow: hidden; } .s123-module-foodDelivery.layout-2 .menu-block .item { width: 100%; padding-bottom: 5px; margin-bottom: 30px; padding: 10px; border-radius: 4px; } .s123-module-foodDelivery.layout-2 .menu-block .item h4 { display: block; font-size: 1.3em; margin-bottom: 10px; text-align: left; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .item h4 { text-align: right; } .s123-module-foodDelivery.layout-2 .menu-block .item p { display: block; text-align: left; width: 65%; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .item p { text-align: right; } @media (min-width:768px) { .s123-module-foodDelivery.layout-2 .menu-block .prices { display: block; position: absolute; top: 10px; right: 10px; min-width: 90px; font-size: 1.4em; cursor: default; } } .s123-module-foodDelivery.layout-2 .menu-block .prices.orderButtonPopup { cursor: pointer; } html[dir=rtl] .s123-module-foodDelivery.layout-2 .menu-block .prices { right: auto; left: 0; } .s123-module-foodDelivery.layout-2 .filter { list-style: none; padding: 0; text-align: center; } .s123-module-foodDelivery.layout-2 .filter li { display: inline-block; margin: 0.0714em 0.0714em; } .s123-module-foodDelivery.layout-2 .filter li:first-child:before { display: none; } .s123-module-foodDelivery.layout-2 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-foodDelivery.layout-2 .filter li a:hover, .s123-module-foodDelivery.layout-2 .filter li a:focus, .s123-module-foodDelivery.layout-2 .filter li.active { font-weight: bold; text-decoration: underline; } .product-options { display: block; clear: both; } .p-o-container { display: block; clear: both; } .product-options .p-o-title { margin-bottom: 5px; text-transform: uppercase; } .product-options .p-o-title .p-o-item-value { text-transform: capitalize; } .product-options .p-o-color-list { padding: 0; margin: 0; list-style: none; } @media ( min-width:1201px) { .product-options .p-o-color-list { max-width: 70%; } } .product-options .p-o-color-list .p-o-color { width: 24px; height: 24px; padding: 0; margin-bottom: 10px; margin-right: 14px; display: inline-block; vertical-align: middle; } html[dir=rtl] .product-options .p-o-color-list .p-o-color { margin-right: 0; margin-left: 14px; } .product-options .p-o-color-list .p-o-color>span { width: 100%; height: 100%; border: 1px solid rgba(221, 221, 221, .5); border-radius: 2px; display: block; vertical-align: middle; cursor: pointer; position: relative; } .product-options .p-o-color-list .p-o-color>span:hover:after, .product-options .p-o-color-list .p-o-color.selected>span:after { content: ""; position: absolute; width: 30px; height: 30px; top: -4px; left: -4px; border: 1px solid rgba(221, 221, 221, 1); border-radius: 4px; } .product-options .p-o-list { width: auto; min-width: 160px; margin-bottom: 10px; } .s123-page-data-products .product-sale-banner { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } .s123-page-data-products .product-out-of-stock { position: absolute; left: 10px; top: 10px; opacity: 1; z-index: 1; cursor: default; } html[dir=rtl] .s123-page-data-products .product-out-of-stock { left: auto; right: 10px; } .s123-module-portfolio.layout-1 ul.portfolio-images-container { padding: 0; margin: 0; font-size: 0; list-style: none; } .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 50%; padding: 1%; padding-top: 0; font-size: 1rem; line-height: 1.42857143; display: inline-block; vertical-align: top; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .thumbnail { border: none; color: inherit; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .portfolio-image-box { position: relative; } .s123-module-portfolio.layout-1 ul.portfolio-images-container .caption { min-height: 7.39em; color: inherit; } .s123-module-portfolio.layout-1 .portfolio-image a.portfolio-image-link { width: 100%; padding-bottom: 100%; background-size: cover; background-position: center center; background-repeat: no-repeat; font-size: 0; display: block; } .s123-module-portfolio.layout-1 .product-details-container h4 { margin: 0.75em 0; } .s123-module-portfolio.layout-1 .product-details-container p { margin-bottom: 0.75em; } @media (min-width:640px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 25%; } } @media (max-width:767px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { text-align: center; } } @media (max-width:320px) { .s123-module-portfolio.layout-1 ul.portfolio-images-container li { width: 100%; } } .s123-module-portfolio.layout-1 .filter { list-style: none; padding: 0; margin: 0 0 2.142em 0; text-align: center; } .s123-module-portfolio.layout-1 .filter li { display: inline-flex; margin: 0.0714em 0.0714em; } .s123-module-portfolio.layout-1 .filter li:first-child:before { display: none; } .s123-module-portfolio.layout-1 .filter li a { text-transform: uppercase; font-weight: bold; padding: 0.357em 0.714em; border: 1px solid; } .s123-module-portfolio.layout-1 .filter li a:hover, .s123-module-portfolio.layout-1 .filter li a:focus, .s123-module-portfolio.layout-1 .filter li.active a { font-weight: bold; text-decoration: underline; } .s123-module-portfolio .main-portfolio-image img, .s123-module-portfolio .additional-portfolio-image img { max-width: 100%; height: auto; display: block; } .s123-module-portfolio .custom-container { width: 80%; } .s123-module-portfolio .description-container { margin-bottom: 50px; } .s123-module-agenda.layout-1 table .width-30 { width: 30%; } .s123-module-agenda.layout-1 table .width-70 { width: 70%; }
0.413596
0.081228
body { padding-bottom: 20px; min-width: 400px; font-family: 'Mali', cursive; } h1, h2, h3, h4, h5, h6, p, a, footer, .alert { font-family: 'Mali', cursive; } a { color:#c12c2c; text-decoration: none;} a:hover { color:#831e1e; text-decoration: underline;} hr { border: none; height: 30px; background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(220, 1, 0) 5px, rgb(220, 1, 0) 20px); } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Adjusting navbar and brand-images */ .navbar { margin-bottom: 0; font-family: 'Mali', cursive; } .navbar-header, .navbar-header .navbar-brand { height: 90px; } .navbar-header .navbar-brand img { display: inline-block; max-height: 100px; max-width: 100%; height: auto; } .navbar-collapse.collapse, .navbar-collapse.collapsing { font-size: 2em; padding-top: 25px; color: black; } .nav.navbar-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; } .nav.navbar-nav li a { color: black; border-radius: 10px; } .nav.navbar-nav li.active a { color: white; background-color: darkred; border-radius: 10px; } @media (min-width: 768px) { .navbar-nav { float: none; } } button.navbar-toggle { padding-top: 25px; } button.navbar-toggle .icon-bar { background-color: gray; } #calendar-logo { height: 80px; } #calendar-text { height: 60px; } #santa { height: 150px; margin-right: 20px; animation-name: tilt; animation-duration: 8s; animation-iteration-count: infinite; animation-direction: alternate; -webkit-animation-name: tilt; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 8s; -webkit-animation-direction: alternate; } @keyframes tilt { 10% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 50% { transform: rotate(0); -webkit-transform: rotate(0); } 100% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } } .content-centered { display: flex; justify-content: center; align-items: baseline; align-content: center; flex-direction: row; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } /* QR code generator */ #qrCode { margin: 15px; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ display: inline-block; vertical-align: middle; } .about-person { padding-bottom: 50px; } .about-person h2 { font-size: 1.5em; margin-bottom: 10px; margin-top: 0; } .about-social-section { margin-top: 20px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { .navbar-header .navbar-brand { text-align: center; } .navbar-nav { margin-top: 40px; padding: 15px 0 15px 0; background-color: rgb(153, 1, 0); } .nav.navbar-nav { display: flex; justify-content: center; flex-wrap: wrap; } .nav.navbar-nav li a { color: white; } .nav.navbar-nav li.active a { color: darkred; background-color: white; border-radius: 10px; } .nav.navbar-nav li a:hover { color: darkred; } /* Hide captions */ .carousel-caption { display: none; } .content-centered { flex-direction: column; margin-top: 50px; } .about-person { text-align: center; } .about-person h2 { font-size: 1.5em; margin-bottom: 10px; margin-top: 10px; } } @media screen and (max-width: 400px) { address { text-align: center; } }
src/DevAdventCalendarCompetition/DevAdventCalendarCompetition/wwwroot/css/site.css
body { padding-bottom: 20px; min-width: 400px; font-family: 'Mali', cursive; } h1, h2, h3, h4, h5, h6, p, a, footer, .alert { font-family: 'Mali', cursive; } a { color:#c12c2c; text-decoration: none;} a:hover { color:#831e1e; text-decoration: underline;} hr { border: none; height: 30px; background: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(220, 1, 0) 5px, rgb(220, 1, 0) 20px); } /* Wrapping element */ /* Set some basic padding to keep content from hitting the edges */ .body-content { padding-left: 15px; padding-right: 15px; } /* Adjusting navbar and brand-images */ .navbar { margin-bottom: 0; font-family: 'Mali', cursive; } .navbar-header, .navbar-header .navbar-brand { height: 90px; } .navbar-header .navbar-brand img { display: inline-block; max-height: 100px; max-width: 100%; height: auto; } .navbar-collapse.collapse, .navbar-collapse.collapsing { font-size: 2em; padding-top: 25px; color: black; } .nav.navbar-nav { display: flex; justify-content: flex-end; flex-wrap: wrap; } .nav.navbar-nav li a { color: black; border-radius: 10px; } .nav.navbar-nav li.active a { color: white; background-color: darkred; border-radius: 10px; } @media (min-width: 768px) { .navbar-nav { float: none; } } button.navbar-toggle { padding-top: 25px; } button.navbar-toggle .icon-bar { background-color: gray; } #calendar-logo { height: 80px; } #calendar-text { height: 60px; } #santa { height: 150px; margin-right: 20px; animation-name: tilt; animation-duration: 8s; animation-iteration-count: infinite; animation-direction: alternate; -webkit-animation-name: tilt; -webkit-animation-iteration-count: infinite; -webkit-animation-duration: 8s; -webkit-animation-direction: alternate; } @keyframes tilt { 10% { transform: rotate(-20deg); -webkit-transform: rotate(-20deg); } 50% { transform: rotate(0); -webkit-transform: rotate(0); } 100% { transform: rotate(20deg); -webkit-transform: rotate(20deg); } } .content-centered { display: flex; justify-content: center; align-items: baseline; align-content: center; flex-direction: row; } /* Carousel */ .carousel-caption p { font-size: 20px; line-height: 1.4; } /* Make .svg files in the carousel display properly in older browsers */ .carousel-inner .item img[src$=".svg"] { width: 100%; } /* QR code generator */ #qrCode { margin: 15px; } .vertical-center { min-height: 100%; /* Fallback for browsers do NOT support vh unit */ display: inline-block; vertical-align: middle; } .about-person { padding-bottom: 50px; } .about-person h2 { font-size: 1.5em; margin-bottom: 10px; margin-top: 0; } .about-social-section { margin-top: 20px; } /* Hide/rearrange for smaller screens */ @media screen and (max-width: 767px) { .navbar-header .navbar-brand { text-align: center; } .navbar-nav { margin-top: 40px; padding: 15px 0 15px 0; background-color: rgb(153, 1, 0); } .nav.navbar-nav { display: flex; justify-content: center; flex-wrap: wrap; } .nav.navbar-nav li a { color: white; } .nav.navbar-nav li.active a { color: darkred; background-color: white; border-radius: 10px; } .nav.navbar-nav li a:hover { color: darkred; } /* Hide captions */ .carousel-caption { display: none; } .content-centered { flex-direction: column; margin-top: 50px; } .about-person { text-align: center; } .about-person h2 { font-size: 1.5em; margin-bottom: 10px; margin-top: 10px; } } @media screen and (max-width: 400px) { address { text-align: center; } }
0.560974
0.092976
label { font-weight: 400; } .right { text-align: right; } .fullwidth { width: 100%; } .floatleft { float: left; } .maxwidth400 { max-width: 400px; } .maxheight300 { max-height: 300px; } .height150 { height: 150px !important; } .height250 { height: 250px !important; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .font40 { font-size: 40px; } .fontblack { color: #000000; } .fontred { color: #ff0000; } .fontorange { color: #f5ab35; } .fontblue { color: #0000ff; } .fontwhite { color: #ffffff; } .fontgreen { color: #2ecc71; } .fontbold { font-weight: bold; } .padding10 { padding: 10px; } .paddinglr0 { padding-left: 0; padding-right: 0; } .paddinglr15 { padding-left: 15px !important; padding-right: 15px !important; } .paddingtop0 { padding-top: 0; } .paddingright0 { padding-right: 0; } .paddingright15 { padding-right: 15px !important; } .paddingbottom0 { padding-bottom: 0; } .paddingleft0 { padding-left: 0; } .paddingleft15 { padding-left: 15px; } .paddingbottom10 { padding-bottom: 10px; } .paddingbottom15 { padding-bottom: 15px; } .margin15 { margin: 15px; } .margintb10 { margin-top: 10px; margin-bottom: 10px; } .margintb15 { margin-top: 15px; margin-bottom: 15px; } .marginlr0 { margin-left: 0 !important; margin-right: 0 !important; } .marginlr15 { margin-left: 15px !important; margin-right: 15px !important; } .margintop10 { margin-top: 10px; } .margintop15 { margin-top: 15px; } .marginbottom0 { margin-bottom: 0; } .marginbottom15 { margin-bottom: 15px; } .marginbottom20 { margin-bottom: 20px; } .bg-emerald { background-color: #2ecc71; } .bg-peter-river { background-color: #3498db; } .bg-alizarin { background-color: #e74c3c; } .bg-concrete { background-color: #95a5a6; } .bg-sun-flower { background-color: #f1c40f; } .bg-wet-asphalt { background-color: #34495e; } .bg-amethyst { background-color: #9b59b6; } .bg-primary { background-color: #0088CC; } .bg-white { background-color: #fff; } .hand-pointer { cursor: pointer; } /* * LEFT MENU */ .left-menu { min-height: 300px; } .left-logo { margin-bottom: 15px; margin-top: 15px; } .panel-default > a, .list-group > a { color: inherit; } .panel-default > a:hover, .panel-default > a:focus, .list-group > a:hover, .list-group > a:focus { text-decoration: none; } .panel-heading { background-color: #f5f5f5; padding: 10px 15px; } .navigation .panel-heading:hover, .navigation .panel-heading.active { background-color: #1c5282; color: #ffffff; } .list-group-item:hover { color: #337ab7; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #000; background-color: #f5f5d0; border-color: #337ab7; } /* * Form */ .btn { border-radius: 0; } .btn + .btn { margin-left: 5px; } .blue.btn { color: #ffffff; background-color: #3598dc; } .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active { background-color: #2386ca; } .btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active { background-color: lightgray; } .form-actions { padding: 20px 10px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; } .form-button { border-top: 1px solid #e5e5e5; padding-top: 10px; } .form-horizontal.form-row-stripped .form-group:nth-child(even) { background-color: #fcfcfc; } .content-wait { display: none; } .form-control { border-radius: 4px; } body .btn-primary, body .btn-primary:active, body .btn-primary:focus { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0088CC; border-color: #0088CC; } body .btn-primary:hover { border-color: #0099e6 !important; background-color: #0099e6; } .radio-inline.radio-custom:last-child, .radio-inline.radio-custom:last-of-type { margin-bottom: 7px; } .checkbox-custom:last-child, .checkbox-custom:last-of-type { margin-bottom: 7px; } /* * Main Content */ .panel-featured-primary { border-color: #0088CC; } .page-header { background: transparent; border-left: none; box-shadow: none; border-bottom: 4px solid #CCC; } .page-header h2 { color: inherit; border-bottom: none; } .label-primary { background-color: #0088CC; } .a-default:hover { color: #23527c; } /* * Footer */ .page-footer { padding: 8px 20px; background-color: #f5f5f5; } /* * Image */ .thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } html.webkit .thumb-info .thumb-info-wrapper { margin: 4px 4px 3px 4px; } .thumb-info .thumb-info-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); border-radius: 4px; margin: 4px; overflow: hidden; display: block; position: relative; } .thumb-info .thumb-info-wrapper:after { content: ""; background: rgba(36, 27, 28, 0.9); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius: 4px; bottom: -4px; color: #FFF; left: -4px; position: absolute; right: -4px; top: -4px; display: block; filter: alpha(opacity=0); opacity: 0; z-index: 1; } .thumb-info img { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 3px; position: relative; width: 100%; } .thumb-info .thumb-info-action-icon { background-color: #0088cc; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; /*background: #CCC;*/ border-radius: 0 0 0 25px; display: inline-block; font-size: 25px; height: 50px; line-height: 50px; position: absolute; right: -100px; text-align: center; top: -100px; width: 50px; z-index: 2; } .thumb-info .thumb-info-action-icon i { font-size: 24px; left: 3px; position: relative; top: -4px; color: #FFF; } .thumb-info:hover .thumb-info-wrapper:after { filter: alpha(opacity=100); opacity: 1; } .thumb-info:hover .thumb-info-action-icon { right: 0; top: 0; } .thumb-info:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .thumb-info.thumb-info-no-zoom:hover img { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .btn.btn-file { white-space: nowrap; }
assets/css/style.css
label { font-weight: 400; } .right { text-align: right; } .fullwidth { width: 100%; } .floatleft { float: left; } .maxwidth400 { max-width: 400px; } .maxheight300 { max-height: 300px; } .height150 { height: 150px !important; } .height250 { height: 250px !important; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .font40 { font-size: 40px; } .fontblack { color: #000000; } .fontred { color: #ff0000; } .fontorange { color: #f5ab35; } .fontblue { color: #0000ff; } .fontwhite { color: #ffffff; } .fontgreen { color: #2ecc71; } .fontbold { font-weight: bold; } .padding10 { padding: 10px; } .paddinglr0 { padding-left: 0; padding-right: 0; } .paddinglr15 { padding-left: 15px !important; padding-right: 15px !important; } .paddingtop0 { padding-top: 0; } .paddingright0 { padding-right: 0; } .paddingright15 { padding-right: 15px !important; } .paddingbottom0 { padding-bottom: 0; } .paddingleft0 { padding-left: 0; } .paddingleft15 { padding-left: 15px; } .paddingbottom10 { padding-bottom: 10px; } .paddingbottom15 { padding-bottom: 15px; } .margin15 { margin: 15px; } .margintb10 { margin-top: 10px; margin-bottom: 10px; } .margintb15 { margin-top: 15px; margin-bottom: 15px; } .marginlr0 { margin-left: 0 !important; margin-right: 0 !important; } .marginlr15 { margin-left: 15px !important; margin-right: 15px !important; } .margintop10 { margin-top: 10px; } .margintop15 { margin-top: 15px; } .marginbottom0 { margin-bottom: 0; } .marginbottom15 { margin-bottom: 15px; } .marginbottom20 { margin-bottom: 20px; } .bg-emerald { background-color: #2ecc71; } .bg-peter-river { background-color: #3498db; } .bg-alizarin { background-color: #e74c3c; } .bg-concrete { background-color: #95a5a6; } .bg-sun-flower { background-color: #f1c40f; } .bg-wet-asphalt { background-color: #34495e; } .bg-amethyst { background-color: #9b59b6; } .bg-primary { background-color: #0088CC; } .bg-white { background-color: #fff; } .hand-pointer { cursor: pointer; } /* * LEFT MENU */ .left-menu { min-height: 300px; } .left-logo { margin-bottom: 15px; margin-top: 15px; } .panel-default > a, .list-group > a { color: inherit; } .panel-default > a:hover, .panel-default > a:focus, .list-group > a:hover, .list-group > a:focus { text-decoration: none; } .panel-heading { background-color: #f5f5f5; padding: 10px 15px; } .navigation .panel-heading:hover, .navigation .panel-heading.active { background-color: #1c5282; color: #ffffff; } .list-group-item:hover { color: #337ab7; } .list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover { z-index: 2; color: #000; background-color: #f5f5d0; border-color: #337ab7; } /* * Form */ .btn { border-radius: 0; } .btn + .btn { margin-left: 5px; } .blue.btn { color: #ffffff; background-color: #3598dc; } .blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active { background-color: #2386ca; } .btn.default:hover, .btn.default:focus, .btn.default:active, .btn.default.active { background-color: lightgray; } .form-actions { padding: 20px 10px; background-color: #f5f5f5; border-top: 1px solid #e5e5e5; } .form-button { border-top: 1px solid #e5e5e5; padding-top: 10px; } .form-horizontal.form-row-stripped .form-group:nth-child(even) { background-color: #fcfcfc; } .content-wait { display: none; } .form-control { border-radius: 4px; } body .btn-primary, body .btn-primary:active, body .btn-primary:focus { color: #fff; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); background-color: #0088CC; border-color: #0088CC; } body .btn-primary:hover { border-color: #0099e6 !important; background-color: #0099e6; } .radio-inline.radio-custom:last-child, .radio-inline.radio-custom:last-of-type { margin-bottom: 7px; } .checkbox-custom:last-child, .checkbox-custom:last-of-type { margin-bottom: 7px; } /* * Main Content */ .panel-featured-primary { border-color: #0088CC; } .page-header { background: transparent; border-left: none; box-shadow: none; border-bottom: 4px solid #CCC; } .page-header h2 { color: inherit; border-bottom: none; } .label-primary { background-color: #0088CC; } .a-default:hover { color: #23527c; } /* * Footer */ .page-footer { padding: 8px 20px; background-color: #f5f5f5; } /* * Image */ .thumb-info { display: block; position: relative; text-decoration: none; max-width: 100%; background-color: #FFF; border: 1px solid #DDD; border-radius: 4px; overflow: hidden; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } html.webkit .thumb-info .thumb-info-wrapper { margin: 4px 4px 3px 4px; } .thumb-info .thumb-info-wrapper { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); border-radius: 4px; margin: 4px; overflow: hidden; display: block; position: relative; } .thumb-info .thumb-info-wrapper:after { content: ""; background: rgba(36, 27, 28, 0.9); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; border-radius: 4px; bottom: -4px; color: #FFF; left: -4px; position: absolute; right: -4px; top: -4px; display: block; filter: alpha(opacity=0); opacity: 0; z-index: 1; } .thumb-info img { -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; border-radius: 3px; position: relative; width: 100%; } .thumb-info .thumb-info-action-icon { background-color: #0088cc; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; /*background: #CCC;*/ border-radius: 0 0 0 25px; display: inline-block; font-size: 25px; height: 50px; line-height: 50px; position: absolute; right: -100px; text-align: center; top: -100px; width: 50px; z-index: 2; } .thumb-info .thumb-info-action-icon i { font-size: 24px; left: 3px; position: relative; top: -4px; color: #FFF; } .thumb-info:hover .thumb-info-wrapper:after { filter: alpha(opacity=100); opacity: 1; } .thumb-info:hover .thumb-info-action-icon { right: 0; top: 0; } .thumb-info:hover img { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); } .thumb-info.thumb-info-no-zoom:hover img { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .btn.btn-file { white-space: nowrap; }
0.492676
0.182936
*{ margin:0; padding:0; webkit-border-radius:20px; ms-border-radius:20px; moz-border-radius:20px; /* para mostrar en diferentes navegadores ?*/ o-border-radius:20px; } header { background-image:url(IMAGENES/all.jpg); padding:110px; padding-top:-5px; } body { background-image:url(IMAGENES/jua.jpg); font-size:62.5%; } h1 { color:#e7e5e5; text-align:center; font:bold 5.4em Edwardian Script ITC; padding-top:7%; padding-bottom:0px; } h2 { color:#EEEEEE; font:bold 3.0em Edwardian Script ITC; } p { color:#FFFFFF; font:bold 1.5em Arial, Helvetica, sans-serif; padding-bottom:5%; } h3 { color:#ffffff; height:30%; font:bold 2.8em Edwardian Script ITC; text-align: left; } h4{ color:#ffffff; height:30%; font:bold 2.4em Edwardian Script ITC; text-align: center; } nav { width:80%; height:3%; margin-top:1.5%; margin-left:30%; } blockquote { font:bold 2.8em Edwardian Script ITC; color:#ffffff; text-align:center; margin:20px auto; padding:10px; border:4px; display:inline; margin-left:15.5px; } section { text-align:center; font:bold 1.1em Arial, Helvetica, sans-serif; margin-top:-10px; width:100%; float:right; margin-top:3%; } footer { width:100%; height:20%; clear:both; margin-top:50px; padding:-50% 0%; /*etama�o de el footer*/ } label{ font:bold 1.8em Edwardian Script ITC; color:#fcf5f5; } label1 { font:bold 2.0em Edwardian Script ITC; color:#beb533; } #enviar { width:99%; color:#AA0000; box-shadow: #ffffff 3px 3px 3px; border:4px; text-align:center; background:-webkit-linear-gradient(top, #FFCC66 ,#BBBBBB); font:bold 2.9em Edwardian Script ITC; } .wrap { margin: auto; max-width: 900px; width: 90%; } .principal { color: rgb(242, 242, 247); width: 100%; } h6 { color:#EEEEEE; padding:5px ; font:bold 5.0em Edwardian Script ITC; } .principal .formulario { color: #212121; text-align: center; } .principal .formulario input[type=text] { margin-bottom: 20px; padding: 10px; color: rgb(8, 8, 8); width: 100%; } .principal .formulario input[type=text].error { border: 5px solid #0f0e0e; color: rgb(46, 139, 192); } .principal .formulario .boton { background: none; width:69%; font:bold 4.0em Edwardian Script ITC; border: 3px solid #b16e09; color: #fff; display: inline-block; } .principal .formulario .boton:hover { border: 1px solid #fff; } /* - Tareas - */ .tareas .lista { list-style: none; } .tareas .lista li { border-bottom: 1px solid #B6B6B6; font:bold 1.8em Arial, Helvetica, sans-serif; } .tareas .lista li a { color: #f7f2f2; display: block; padding: 10px 0; text-decoration: none; } .tareas .lista li a:hover { text-decoration: line-through; }
estilo.css
*{ margin:0; padding:0; webkit-border-radius:20px; ms-border-radius:20px; moz-border-radius:20px; /* para mostrar en diferentes navegadores ?*/ o-border-radius:20px; } header { background-image:url(IMAGENES/all.jpg); padding:110px; padding-top:-5px; } body { background-image:url(IMAGENES/jua.jpg); font-size:62.5%; } h1 { color:#e7e5e5; text-align:center; font:bold 5.4em Edwardian Script ITC; padding-top:7%; padding-bottom:0px; } h2 { color:#EEEEEE; font:bold 3.0em Edwardian Script ITC; } p { color:#FFFFFF; font:bold 1.5em Arial, Helvetica, sans-serif; padding-bottom:5%; } h3 { color:#ffffff; height:30%; font:bold 2.8em Edwardian Script ITC; text-align: left; } h4{ color:#ffffff; height:30%; font:bold 2.4em Edwardian Script ITC; text-align: center; } nav { width:80%; height:3%; margin-top:1.5%; margin-left:30%; } blockquote { font:bold 2.8em Edwardian Script ITC; color:#ffffff; text-align:center; margin:20px auto; padding:10px; border:4px; display:inline; margin-left:15.5px; } section { text-align:center; font:bold 1.1em Arial, Helvetica, sans-serif; margin-top:-10px; width:100%; float:right; margin-top:3%; } footer { width:100%; height:20%; clear:both; margin-top:50px; padding:-50% 0%; /*etama�o de el footer*/ } label{ font:bold 1.8em Edwardian Script ITC; color:#fcf5f5; } label1 { font:bold 2.0em Edwardian Script ITC; color:#beb533; } #enviar { width:99%; color:#AA0000; box-shadow: #ffffff 3px 3px 3px; border:4px; text-align:center; background:-webkit-linear-gradient(top, #FFCC66 ,#BBBBBB); font:bold 2.9em Edwardian Script ITC; } .wrap { margin: auto; max-width: 900px; width: 90%; } .principal { color: rgb(242, 242, 247); width: 100%; } h6 { color:#EEEEEE; padding:5px ; font:bold 5.0em Edwardian Script ITC; } .principal .formulario { color: #212121; text-align: center; } .principal .formulario input[type=text] { margin-bottom: 20px; padding: 10px; color: rgb(8, 8, 8); width: 100%; } .principal .formulario input[type=text].error { border: 5px solid #0f0e0e; color: rgb(46, 139, 192); } .principal .formulario .boton { background: none; width:69%; font:bold 4.0em Edwardian Script ITC; border: 3px solid #b16e09; color: #fff; display: inline-block; } .principal .formulario .boton:hover { border: 1px solid #fff; } /* - Tareas - */ .tareas .lista { list-style: none; } .tareas .lista li { border-bottom: 1px solid #B6B6B6; font:bold 1.8em Arial, Helvetica, sans-serif; } .tareas .lista li a { color: #f7f2f2; display: block; padding: 10px 0; text-decoration: none; } .tareas .lista li a:hover { text-decoration: line-through; }
0.204699
0.083441
.ta-editor { min-height: 300px; height: 330px; overflow: auto; font-family: inherit; font-size: 100%; width: 712px; } .btn-toolbar { width: 735px; } .flex-container { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; text-align: center; } .flex-container > * { padding: 15px; -webkit-flex: 1 100%; flex: 1 100%; } @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } .article { text-align: left; } header {background: white; height:50px} footer {background: black;color:white;} .nav {background:#808080; } label {font-family:Palatino Linotype;font-size:16px;} .nav ul { list-style-type: none; padding: 0; } .nav ul a { text-decoration: none; } @media all and (min-width: 768px) { .nav {text-align:left;-webkit-flex: 1 auto;flex:1 auto;-webkit-order:1;order:1;} .article {-webkit-flex:5 0px;flex:5 0px;-webkit-order:2;order:2;} footer {-webkit-order:3;order:3;} } /* -----------------------------------Top menu ------------------------------------------------ */ @import "compass/css3"; ul { list-style: none; margin: 0; padding: 0; background: yellow; } li { display: block; height: 100%; background: black; color: white; float:left; } a, span { display: inline-block; padding: 10px 15px; color: currentColor; } span { display: inline-block; position: relative; background: black; padding-left: 20px; &:before { content: ""; display: inline-block; width: 10px; height: 100%; background: black; position: absolute; left: 0px; top: 0; clip-path: polygon(-1px 0, 100% 50%, -1px 100%); } } .glyphicon{margin-left: 800px;} /* ---------------------------------------Right menu ------------------------------------ */ nav{ float: left; clear: both; width: 75%; margin: 10% auto; background: #eee; font-family: 'Shadows Into Light', cursive; font-size:24px; } nav ul { list-style: none; margin: 0px; padding: 0px; } nav li{ float: none; width: 100%; } nav li a{ display: block; width: 100%; padding: 20px; border-left: 5px solid; position: relative; z-index: 2; text-decoration: none; color: #444; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } nav li a:hover{ border-bottom: 0px; color: #fff;} nav li:first-child a{ border-left: 10px solid #3498db; } nav li:nth-child(2) a{ border-left: 10px solid #ffd071; } nav li:nth-child(3) a{ border-left: 10px solid #f0776c; } nav li:nth-child(4) a{ border-left: 10px solid #f0776c; } nav li:last-child a{ border-left: 10px solid #1abc9c; } nav li a:after { content: ""; height: 100%; left: 0; top: 0; width: 0px; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; z-index: -1; } nav li a:hover:after{ width: 100%; } nav li:first-child a:after{ background: #1C699C; } nav li:nth-child(2) a:after{ background: #B87A00; } nav li:nth-child(3) a:after{ background: #FF311F; } nav li:nth-child(4) a:after{ background: #B87A00; } nav li:last-child a:after{ background: #149077; } } /*-----------------------------------------------------blog display divider---------------------- */ .vertical-divider{ clear: both; position: relative; } .vertical-divider:after { clear: both; content: " "; display: block; height: 0; visibility: hidden; } .vertical-divider .column:not(:first-child):after, .vertical-divider .columns:not(:first-child):after{ background: #DDDDDD; bottom: 0; content: " "; margin-left: -10px; position: absolute; top: 0; width: 1px; } /* Very simple grid for example */ .container { position: relative; width: 960px; margin: 20px auto; padding: 0; } .container .column, .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; } .container .one-third.column { width: 300px; } .container .two-thirds.column { width: 620px; }
app/app-content/style.css
.ta-editor { min-height: 300px; height: 330px; overflow: auto; font-family: inherit; font-size: 100%; width: 712px; } .btn-toolbar { width: 735px; } .flex-container { display: -webkit-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; text-align: center; } .flex-container > * { padding: 15px; -webkit-flex: 1 100%; flex: 1 100%; } @media (min-width: 768px) { .container { max-width: 730px; } } .container-narrow > hr { margin: 30px 0; } .article { text-align: left; } header {background: white; height:50px} footer {background: black;color:white;} .nav {background:#808080; } label {font-family:Palatino Linotype;font-size:16px;} .nav ul { list-style-type: none; padding: 0; } .nav ul a { text-decoration: none; } @media all and (min-width: 768px) { .nav {text-align:left;-webkit-flex: 1 auto;flex:1 auto;-webkit-order:1;order:1;} .article {-webkit-flex:5 0px;flex:5 0px;-webkit-order:2;order:2;} footer {-webkit-order:3;order:3;} } /* -----------------------------------Top menu ------------------------------------------------ */ @import "compass/css3"; ul { list-style: none; margin: 0; padding: 0; background: yellow; } li { display: block; height: 100%; background: black; color: white; float:left; } a, span { display: inline-block; padding: 10px 15px; color: currentColor; } span { display: inline-block; position: relative; background: black; padding-left: 20px; &:before { content: ""; display: inline-block; width: 10px; height: 100%; background: black; position: absolute; left: 0px; top: 0; clip-path: polygon(-1px 0, 100% 50%, -1px 100%); } } .glyphicon{margin-left: 800px;} /* ---------------------------------------Right menu ------------------------------------ */ nav{ float: left; clear: both; width: 75%; margin: 10% auto; background: #eee; font-family: 'Shadows Into Light', cursive; font-size:24px; } nav ul { list-style: none; margin: 0px; padding: 0px; } nav li{ float: none; width: 100%; } nav li a{ display: block; width: 100%; padding: 20px; border-left: 5px solid; position: relative; z-index: 2; text-decoration: none; color: #444; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; } nav li a:hover{ border-bottom: 0px; color: #fff;} nav li:first-child a{ border-left: 10px solid #3498db; } nav li:nth-child(2) a{ border-left: 10px solid #ffd071; } nav li:nth-child(3) a{ border-left: 10px solid #f0776c; } nav li:nth-child(4) a{ border-left: 10px solid #f0776c; } nav li:last-child a{ border-left: 10px solid #1abc9c; } nav li a:after { content: ""; height: 100%; left: 0; top: 0; width: 0px; position: absolute; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; z-index: -1; } nav li a:hover:after{ width: 100%; } nav li:first-child a:after{ background: #1C699C; } nav li:nth-child(2) a:after{ background: #B87A00; } nav li:nth-child(3) a:after{ background: #FF311F; } nav li:nth-child(4) a:after{ background: #B87A00; } nav li:last-child a:after{ background: #149077; } } /*-----------------------------------------------------blog display divider---------------------- */ .vertical-divider{ clear: both; position: relative; } .vertical-divider:after { clear: both; content: " "; display: block; height: 0; visibility: hidden; } .vertical-divider .column:not(:first-child):after, .vertical-divider .columns:not(:first-child):after{ background: #DDDDDD; bottom: 0; content: " "; margin-left: -10px; position: absolute; top: 0; width: 1px; } /* Very simple grid for example */ .container { position: relative; width: 960px; margin: 20px auto; padding: 0; } .container .column, .container .columns { float: left; display: inline; margin-left: 10px; margin-right: 10px; } .container .one-third.column { width: 300px; } .container .two-thirds.column { width: 620px; }
0.268174
0.046077
@CHARSET "UTF-8"; *{margin: 0px;padding: 0px;} .fl{float: left;} .fr{float: right;} a{text-decoration: none;} ul{list-style: none;} body{font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;} /*公用*/ .comWidth{width: 1239px; margin-left:auto; margin-right: auto; position: relative;} .left{float: left;} .right{float: right;} /*top*/ .top{height: 36px;background-color:#FAFAFA; line-height: 36px; display: block; font-size: 12px; } .top a{color:#A0A0A0; text-decoration: none; } .top .sep{margin: 0 10px;} .sep{font-family: sans-serif;} .top a:HOVER { color: #000000; } /*logo*/ .logoBar{height: 110px;background-color: #FFFFFF;} .logo{padding-top: 23px;} /*.search_box{width:424px;}*/ .search_box{width: 382px;height:40px;float:left; position: absolute;top:30px;left: 608px;} .search_box form{float: left;background-color: #FFFFFF; float: right;} /*.search_text{width:352px; height: 20px; padding: 9px 15px; border: 0px; line-height: 20px; color: #333; background: #fff;outline: none;width:382px;border:1px solid #dfdfdf;} .search_btn{border: 0px;background-image:url("img/icon/search.png");width: 19px;height: 20px; float:right;margin-top:0px; }*/ .search_text{border: 0px;float: left;height: 20px;line-height: 20px;outline: none; border:1px solid #dfdfdf;width:300px; padding: 9px 15px; } .search_btn{border: 0px; background-image:url("img/icon/search.png");width: 19px;height: 20px; float: left; } .shopCar{width: 126px;height: 41px;background-color: #FEDA3E; margin-top:30px;} .shopText{height: 41px;width: 127px; line-height: 41px;background: url("img/icon/shop.jpg") 40px center no-repeat; text-indent: 60px; } /*导航*/ .navBox{height: 50px;} .shopClass{background-color: #FF4B00; width: 248px; height:50px;padding-left:10px;position:relative; display: block; color: #ffffff; } .shopClass_show{position: absolute; left: 0px;top: 50px;width: 100%;} .shopClass h3{text-align: center;line-height: 50px;} .nav,.shopClass{font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;} .nav{line-height: 50px; } .nav li{float:left;list-style: none;} .nav a{height: 50px;display:inline-block;padding: 0 20px; text-decoration: none; background-color: #3E4245;color: #FFFFFF;height: 50px; } .nav a:HOVER { color: #fff;background-color:#20202F; } /*商品弹出列表*/ .shopClass_show:HOVER{background-color: #F7F7F7;} .shopClass_item{padding:21px 22px; border-right: 1px solid #dfdfdf;border-top:1px solid #dfdfdf; } .shopClass_item .b{color: #FF0000;} .shopClass_item a{color: #656565;} /*banner部分*/ .banner_bar{width: 992px;height: 420px;float: right; position: relative; overflow: hidden;} .imgBox{width: 1984px;height: 420px; position: absolute;left: 0px;top: 0px;} .imgBox li{float: left;} .imgBox img{width: 992px;height: 420px;display: block;} .imgNum{position: absolute;left: 0px;bottom: 15px;width: 100%; text-align: right; } .imgNum a{width: 30px;height: 20px; overflow: hidden;background-color: #ACACAC; display: inline-block; margin: 0px 11px; text-align: center;} .imgNum a:HOVER { background-color: #6D6D6D; } .imgNum .active{background-color: #6D6D6D;} .shopTit{width: 330px;height: 170px;background-image: url("img/banner/a.jpg")-10px 0s no-repeat ;float: right; position: absolute;left: 0px;bottom: 15px;width: 100%; border-right: 1px solid #dfdfdf;}
homestyle.css
@CHARSET "UTF-8"; *{margin: 0px;padding: 0px;} .fl{float: left;} .fr{float: right;} a{text-decoration: none;} ul{list-style: none;} body{font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;} /*公用*/ .comWidth{width: 1239px; margin-left:auto; margin-right: auto; position: relative;} .left{float: left;} .right{float: right;} /*top*/ .top{height: 36px;background-color:#FAFAFA; line-height: 36px; display: block; font-size: 12px; } .top a{color:#A0A0A0; text-decoration: none; } .top .sep{margin: 0 10px;} .sep{font-family: sans-serif;} .top a:HOVER { color: #000000; } /*logo*/ .logoBar{height: 110px;background-color: #FFFFFF;} .logo{padding-top: 23px;} /*.search_box{width:424px;}*/ .search_box{width: 382px;height:40px;float:left; position: absolute;top:30px;left: 608px;} .search_box form{float: left;background-color: #FFFFFF; float: right;} /*.search_text{width:352px; height: 20px; padding: 9px 15px; border: 0px; line-height: 20px; color: #333; background: #fff;outline: none;width:382px;border:1px solid #dfdfdf;} .search_btn{border: 0px;background-image:url("img/icon/search.png");width: 19px;height: 20px; float:right;margin-top:0px; }*/ .search_text{border: 0px;float: left;height: 20px;line-height: 20px;outline: none; border:1px solid #dfdfdf;width:300px; padding: 9px 15px; } .search_btn{border: 0px; background-image:url("img/icon/search.png");width: 19px;height: 20px; float: left; } .shopCar{width: 126px;height: 41px;background-color: #FEDA3E; margin-top:30px;} .shopText{height: 41px;width: 127px; line-height: 41px;background: url("img/icon/shop.jpg") 40px center no-repeat; text-indent: 60px; } /*导航*/ .navBox{height: 50px;} .shopClass{background-color: #FF4B00; width: 248px; height:50px;padding-left:10px;position:relative; display: block; color: #ffffff; } .shopClass_show{position: absolute; left: 0px;top: 50px;width: 100%;} .shopClass h3{text-align: center;line-height: 50px;} .nav,.shopClass{font: 14px/1.5 arial,"Microsoft Yahei","Hiragino Sans GB",sans-serif;} .nav{line-height: 50px; } .nav li{float:left;list-style: none;} .nav a{height: 50px;display:inline-block;padding: 0 20px; text-decoration: none; background-color: #3E4245;color: #FFFFFF;height: 50px; } .nav a:HOVER { color: #fff;background-color:#20202F; } /*商品弹出列表*/ .shopClass_show:HOVER{background-color: #F7F7F7;} .shopClass_item{padding:21px 22px; border-right: 1px solid #dfdfdf;border-top:1px solid #dfdfdf; } .shopClass_item .b{color: #FF0000;} .shopClass_item a{color: #656565;} /*banner部分*/ .banner_bar{width: 992px;height: 420px;float: right; position: relative; overflow: hidden;} .imgBox{width: 1984px;height: 420px; position: absolute;left: 0px;top: 0px;} .imgBox li{float: left;} .imgBox img{width: 992px;height: 420px;display: block;} .imgNum{position: absolute;left: 0px;bottom: 15px;width: 100%; text-align: right; } .imgNum a{width: 30px;height: 20px; overflow: hidden;background-color: #ACACAC; display: inline-block; margin: 0px 11px; text-align: center;} .imgNum a:HOVER { background-color: #6D6D6D; } .imgNum .active{background-color: #6D6D6D;} .shopTit{width: 330px;height: 170px;background-image: url("img/banner/a.jpg")-10px 0s no-repeat ;float: right; position: absolute;left: 0px;bottom: 15px;width: 100%; border-right: 1px solid #dfdfdf;}
0.311427
0.065755
background-color: var(--colorBg) !important; box-shadow : none !important; border-right : none !important; } /* #panels #switch { margin-left : 3px !important; margin-bottom: 40px !important; } */ #panels:not(.leak) #switch { overflow-y: auto; max-width : 100%; overflow-x: hidden; } /* #panels.leak #switch>div.addwebpanel-wrapper { top : calc(50vh - 200px); position: absolute; } #panels.leak #switch>div.addwebpanel-wrapper>button { display: none; } */ #panels #switch::-webkit-scrollbar { width: 0px !important; } #panels { background-color: var(--colorBg) !important; } /* #panels #switch>button:not(:last-of-type), #panels #switch>div { margin-bottom: 12px; } */ #panels-container:not(.overlay):not([style*="width: 0px;"]) { min-width : 40px !important; border-right: none !important; } #browser:not(.fullscreen) #panels-container:not(.overlay)[style="width: 0px;"] { min-width: 0px !important; } /* #panels-container:not(.overlay) .panel-group { margin-left : 3px !important; border-top : 1px solid var(--colorHighlightBg) !important; border-bottom: none !important; } #panels-container.overlay .panel-group { left: 40px !important; } */ #panels #switch>button:nth-child(4)::before, #panels #switch>button:nth-child(6)::before, #panels #switch>button:nth-child(9)::before, #panels:not(.leak) #switch .addwebpanel-wrapper::before { content : " "; width : 12px; margin-top : -48px; height : 1px; background-color: var(--colorHighlightBg); float: left; display: block; /* margin-left : 11px; */ transform: translateX(10px); /* margin-left: 10px !important; */ } #panels #switch>button:nth-child(4), #panels #switch>button:nth-child(6), #panels #switch>button:nth-child(9), #panels #switch>button:last-of-type { margin-top: 16px; /* transform: translateX(-10px); */ /* margin-left: -10px; */ padding-right: 10px; } /* #panels-container:not(.overlay) .panel-collapse-guard { min-width: 150px !important; } */ #panels-container.overlay { border-right: none !important; width : 40px !important; } #browser.tabs-off.address-top #panels-container.overlay { border-top: 1px solid var(--colorHighlightBg); } #panels-container:after { background-color: transparent; } #panels-container:not([style*="width: 0px;"])+#webview-container { border-left: 1px solid var(--colorBg) !important; } #panels-container:not([style*="width: 0px;"])+#webview-container:before { content : ' '; position : absolute; height : 100%; width : 1px; left : -1px; top : 0; background-image: linear-gradient(to bottom, var(--colorHighlightBg), transparent 100%); z-index : 1; } #browser.tabs-top.address-top #panels-container[style*="width: 0px;"]+#webview-container { border-top: 1px solid var(--colorAccentBg); } #browser.tabs-top.address-top #panels-container[style*="width: 0px;"]+#webview-container:before { content : ' '; position : absolute; height : 1px; width : 41px; left : 0px; top : -1px; background-color: var(--colorHighlightBg); z-index : 1; } #switch>button { border : none !important; border-radius: 0px !important; } #switch button:hover, #switch button.addwebpanel-wrapper:hover { background-color: transparent !important; } #switch button img { width : 16px !important; height: 16px !important; } #switch>button:hover svg, #switch>button:hover img, #switch>button img:hover, #switch>button.panelbtn.webviewbtn img:hover, .addwebpanel-wrapper .addwebpanel:hover svg, #switch>button.downloads.in-progress:hover div.progress { transform : scale(1.18) !important; transition: 0.15s ease-out !important; } #switch>button svg, #switch>button img, .addwebpanel-wrapper .addwebpanel svg { transition: 0.15s ease-in !important; } #switch>button.active { /* background-color: transparent !important; */ border : none !important; } #switch .addwebpanel-wrapper>button, #switch>button { fill: var(--colorHighlightBg) !important; } .theme-dark #switch button.webviewbtn img { background-color: transparent !important; border-radius : 0px !important; } #switch>button:hover:not(.active), .left #switch .addwebpanel-wrapper>button:hover:not(.active) { box-shadow: none !important; } #switch .addwebpanel-wrapper>button svg, #switch>button svg { padding-top: 0px !important; } #switch button.webviewbtn img { padding: 0px !important; } /* #switch>button.downloads.in-progress div.progress div.loaded { background-color: var(--colorHighlightBg) !important; height : 2px; max-width : 16px; position : absolute; top : 2px; border-radius : 0px !important; } */ #switch>button.downloads.in-progress div.progress { background-color: var(--colorBg) !important; width : 18px !important; top : 22px !important; left : 9px !important; height : 6px; border-left : 1px solid var(--colorHighlightBg) !important; border-right : 1px solid var(--colorHighlightBg) !important; border-top : none !important; border-bottom : none !important; border-radius : 0px !important; } #panels #switch .button-badge { margin-left : 0px !important; margin-right : 3px !important; margin-top : 5px !important; margin-bottom: 0px !important; } .webpanel-header { background-color : var(--colorAccentBg); color : var(--colorAccentFg); fill : var(--colorAccentFg); border-bottom-color: #394551 !important; } .webpanel-header .button-toolbar button { border: none !important; } button.preferences.panelbtn { margin-left: 4px; }
vivaldimods/sources/sidebar.css
background-color: var(--colorBg) !important; box-shadow : none !important; border-right : none !important; } /* #panels #switch { margin-left : 3px !important; margin-bottom: 40px !important; } */ #panels:not(.leak) #switch { overflow-y: auto; max-width : 100%; overflow-x: hidden; } /* #panels.leak #switch>div.addwebpanel-wrapper { top : calc(50vh - 200px); position: absolute; } #panels.leak #switch>div.addwebpanel-wrapper>button { display: none; } */ #panels #switch::-webkit-scrollbar { width: 0px !important; } #panels { background-color: var(--colorBg) !important; } /* #panels #switch>button:not(:last-of-type), #panels #switch>div { margin-bottom: 12px; } */ #panels-container:not(.overlay):not([style*="width: 0px;"]) { min-width : 40px !important; border-right: none !important; } #browser:not(.fullscreen) #panels-container:not(.overlay)[style="width: 0px;"] { min-width: 0px !important; } /* #panels-container:not(.overlay) .panel-group { margin-left : 3px !important; border-top : 1px solid var(--colorHighlightBg) !important; border-bottom: none !important; } #panels-container.overlay .panel-group { left: 40px !important; } */ #panels #switch>button:nth-child(4)::before, #panels #switch>button:nth-child(6)::before, #panels #switch>button:nth-child(9)::before, #panels:not(.leak) #switch .addwebpanel-wrapper::before { content : " "; width : 12px; margin-top : -48px; height : 1px; background-color: var(--colorHighlightBg); float: left; display: block; /* margin-left : 11px; */ transform: translateX(10px); /* margin-left: 10px !important; */ } #panels #switch>button:nth-child(4), #panels #switch>button:nth-child(6), #panels #switch>button:nth-child(9), #panels #switch>button:last-of-type { margin-top: 16px; /* transform: translateX(-10px); */ /* margin-left: -10px; */ padding-right: 10px; } /* #panels-container:not(.overlay) .panel-collapse-guard { min-width: 150px !important; } */ #panels-container.overlay { border-right: none !important; width : 40px !important; } #browser.tabs-off.address-top #panels-container.overlay { border-top: 1px solid var(--colorHighlightBg); } #panels-container:after { background-color: transparent; } #panels-container:not([style*="width: 0px;"])+#webview-container { border-left: 1px solid var(--colorBg) !important; } #panels-container:not([style*="width: 0px;"])+#webview-container:before { content : ' '; position : absolute; height : 100%; width : 1px; left : -1px; top : 0; background-image: linear-gradient(to bottom, var(--colorHighlightBg), transparent 100%); z-index : 1; } #browser.tabs-top.address-top #panels-container[style*="width: 0px;"]+#webview-container { border-top: 1px solid var(--colorAccentBg); } #browser.tabs-top.address-top #panels-container[style*="width: 0px;"]+#webview-container:before { content : ' '; position : absolute; height : 1px; width : 41px; left : 0px; top : -1px; background-color: var(--colorHighlightBg); z-index : 1; } #switch>button { border : none !important; border-radius: 0px !important; } #switch button:hover, #switch button.addwebpanel-wrapper:hover { background-color: transparent !important; } #switch button img { width : 16px !important; height: 16px !important; } #switch>button:hover svg, #switch>button:hover img, #switch>button img:hover, #switch>button.panelbtn.webviewbtn img:hover, .addwebpanel-wrapper .addwebpanel:hover svg, #switch>button.downloads.in-progress:hover div.progress { transform : scale(1.18) !important; transition: 0.15s ease-out !important; } #switch>button svg, #switch>button img, .addwebpanel-wrapper .addwebpanel svg { transition: 0.15s ease-in !important; } #switch>button.active { /* background-color: transparent !important; */ border : none !important; } #switch .addwebpanel-wrapper>button, #switch>button { fill: var(--colorHighlightBg) !important; } .theme-dark #switch button.webviewbtn img { background-color: transparent !important; border-radius : 0px !important; } #switch>button:hover:not(.active), .left #switch .addwebpanel-wrapper>button:hover:not(.active) { box-shadow: none !important; } #switch .addwebpanel-wrapper>button svg, #switch>button svg { padding-top: 0px !important; } #switch button.webviewbtn img { padding: 0px !important; } /* #switch>button.downloads.in-progress div.progress div.loaded { background-color: var(--colorHighlightBg) !important; height : 2px; max-width : 16px; position : absolute; top : 2px; border-radius : 0px !important; } */ #switch>button.downloads.in-progress div.progress { background-color: var(--colorBg) !important; width : 18px !important; top : 22px !important; left : 9px !important; height : 6px; border-left : 1px solid var(--colorHighlightBg) !important; border-right : 1px solid var(--colorHighlightBg) !important; border-top : none !important; border-bottom : none !important; border-radius : 0px !important; } #panels #switch .button-badge { margin-left : 0px !important; margin-right : 3px !important; margin-top : 5px !important; margin-bottom: 0px !important; } .webpanel-header { background-color : var(--colorAccentBg); color : var(--colorAccentFg); fill : var(--colorAccentFg); border-bottom-color: #394551 !important; } .webpanel-header .button-toolbar button { border: none !important; } button.preferences.panelbtn { margin-left: 4px; }
0.204819
0.048428
body { background: rgb(255, 255, 255); background-repeat: no-repeat; background-color: rgb(226, 225, 225); background-size: 100%; bottom: 0; color: rgb(184, 184, 184); left: 0; overflow: auto; padding: 0em; position: absolute; right: 0; text-align: center; top: 0; } .nav-menu { transition: all 0.3s ease; background: -moz-linear-gradient(135deg, rgb(3, 24, 41) 0%, rgb(0, 0, 0) 100%); background: -webkit-linear-gradient(135deg, rgb(3, 26, 44) 0%, rgb(0, 0, 0) 100%); background: linear-gradient(135deg, rgb(2, 34, 58) 0%, rgb(0, 0, 0) 100%); -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); position: fixed; top: 0; padding: 10px 8%; } input.ng-invalid.ng-touched { border: 1px solid red; } select.ng-invalid.ng-touched { border: 1px solid red; } input.ng-valid.ng-touched { border: 1px solid green; } select.ng-valid.ng-touched { border: 1px solid green; } .b-example-divider { height: 3rem; background-color: rgba(0, 0, 0, .1); border: solid rgba(0, 0, 0, .15); border-width: 1px 0; box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } @media (min-width: 992px) { .rounded-lg-3 { border-radius: .3rem; } } .footer{ position:absolute; bottom:0; width:100%; } /* Inicio carrousel */ .carousel-inner{ color: white; text-shadow: black 0.1em 0.1em 0.2em } /* Fim Carrousel */ /* Inicio css cards */ body { background:rgb(25, 28, 31); justify-content: space-around; background-repeat: no-repeat; background-size: 100%; bottom: 0; left: 0; overflow: auto; padding: 0em; position: absolute; right: 0; text-align: center; top: 0; } /* Fim cards */ .delivery { margin: 0 auto; width: 70%; border-radius: 50px; padding: 25px; text-align: center; background: hsla(0, 1%, 31%, 0.815); margin-top: 80px; margin-bottom: 80px; } /* inicio nossa historia */ .experience-section { background: rgb(51, 51, 51); padding-top: 80px; padding-bottom: 80px; } .about-left-section h6 { font-size: 1.2rem; line-height: 18px; color: #917758; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oswald', sans-serif; } .about-left-section h2 { color: #fdfdfdf6; font-size: 50px; font-weight: 700; letter-spacing: 0.1px; line-height: 55px; margin-top: 4px; } .line { position: relative; display: block; } .line:after { content: ""; background: #a38f78; width: 70px; height: 4px; position: absolute; left: 0; top: 28px; } .about-left-section { float: left; padding: 0 0 98px 0; width: 100%; } .story-text-left .big-text { font-size: 18px; line-height: 27px; color: #b4b0b0; margin-bottom: 36px; text-transform: none; font-family: 'Oswald', sans-serif; letter-spacing: 1px; } .story-text { float: left; margin-top: 80px; width: 100%; } .story-text-left p { font-size: 1.2rem; line-height: 26px; color: #2d2d2d; } /* fim nossa historia */ .section-title{ font-size: 1.2rem; line-height: 18px; color: #dddddd; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oswald', sans-serif; } .bg-white { background-color: rgba(20, 20, 20, 0.719)!important; } .mb-0{ color: #ddddddc9; }
Sr-Navalha-Front/src/app/view/tela-cliente/tela-cliente.component.css
body { background: rgb(255, 255, 255); background-repeat: no-repeat; background-color: rgb(226, 225, 225); background-size: 100%; bottom: 0; color: rgb(184, 184, 184); left: 0; overflow: auto; padding: 0em; position: absolute; right: 0; text-align: center; top: 0; } .nav-menu { transition: all 0.3s ease; background: -moz-linear-gradient(135deg, rgb(3, 24, 41) 0%, rgb(0, 0, 0) 100%); background: -webkit-linear-gradient(135deg, rgb(3, 26, 44) 0%, rgb(0, 0, 0) 100%); background: linear-gradient(135deg, rgb(2, 34, 58) 0%, rgb(0, 0, 0) 100%); -webkit-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 5px 23px 0px rgba(0, 0, 0, 0.1); position: fixed; top: 0; padding: 10px 8%; } input.ng-invalid.ng-touched { border: 1px solid red; } select.ng-invalid.ng-touched { border: 1px solid red; } input.ng-valid.ng-touched { border: 1px solid green; } select.ng-valid.ng-touched { border: 1px solid green; } .b-example-divider { height: 3rem; background-color: rgba(0, 0, 0, .1); border: solid rgba(0, 0, 0, .15); border-width: 1px 0; box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15); } @media (min-width: 992px) { .rounded-lg-3 { border-radius: .3rem; } } .footer{ position:absolute; bottom:0; width:100%; } /* Inicio carrousel */ .carousel-inner{ color: white; text-shadow: black 0.1em 0.1em 0.2em } /* Fim Carrousel */ /* Inicio css cards */ body { background:rgb(25, 28, 31); justify-content: space-around; background-repeat: no-repeat; background-size: 100%; bottom: 0; left: 0; overflow: auto; padding: 0em; position: absolute; right: 0; text-align: center; top: 0; } /* Fim cards */ .delivery { margin: 0 auto; width: 70%; border-radius: 50px; padding: 25px; text-align: center; background: hsla(0, 1%, 31%, 0.815); margin-top: 80px; margin-bottom: 80px; } /* inicio nossa historia */ .experience-section { background: rgb(51, 51, 51); padding-top: 80px; padding-bottom: 80px; } .about-left-section h6 { font-size: 1.2rem; line-height: 18px; color: #917758; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oswald', sans-serif; } .about-left-section h2 { color: #fdfdfdf6; font-size: 50px; font-weight: 700; letter-spacing: 0.1px; line-height: 55px; margin-top: 4px; } .line { position: relative; display: block; } .line:after { content: ""; background: #a38f78; width: 70px; height: 4px; position: absolute; left: 0; top: 28px; } .about-left-section { float: left; padding: 0 0 98px 0; width: 100%; } .story-text-left .big-text { font-size: 18px; line-height: 27px; color: #b4b0b0; margin-bottom: 36px; text-transform: none; font-family: 'Oswald', sans-serif; letter-spacing: 1px; } .story-text { float: left; margin-top: 80px; width: 100%; } .story-text-left p { font-size: 1.2rem; line-height: 26px; color: #2d2d2d; } /* fim nossa historia */ .section-title{ font-size: 1.2rem; line-height: 18px; color: #dddddd; text-transform: uppercase; letter-spacing: 1px; font-family: 'Oswald', sans-serif; } .bg-white { background-color: rgba(20, 20, 20, 0.719)!important; } .mb-0{ color: #ddddddc9; }
0.423935
0.083441
includeNativeBool: true; } Images{ background-image: url(images/placeholder.png), url(images/credit-card.png), url(images/half-round-rectangle.png), url(images/ticket-icon.png), url(images/map-pin-icon.png), url(images/wallet-icon.png), url(images/apple-icon2.png), url(images/credit-card-icon.png), url(images/paypal-icon.png), url(images/cash-icon.png), url(images/account-place-holder.png), url(images/first-intro-image.png), url(images/second-intro-image.png), url(images/third-intro-image.png), url(images/first-intro-image-dark.png), url(images/second-intro-image-dark.png), url(images/third-intro-image-dark.png), url(images/icon-message-circle.png), url(images/icon-phone.png), url(images/delivery-progress.png), url(images/delivery-progress-dark.png), url(images/set-first-location-background-dark.png), url(images/category-icons/rice-icon.png), url(images/category-icons/pizza-icon.png), url(images/category-icons/donut-icon.png), url(images/category-icons/chicken-icon.png), url(images/category-icons/steak-icon.png), url(images/category-icons/meal-icon.png), url(images/category-icons/kebab-icon.png), url(images/category-icons/all-icon.png), url(images/category-icons/rice-icon-selected.png), url(images/category-icons/pizza-icon-selected.png), url(images/category-icons/donut-icon-selected.png), url(images/category-icons/chicken-icon-selected.png), url(images/category-icons/steak-icon-selected.png), url(images/category-icons/meal-icon-selected.png), url(images/category-icons/kebab-icon-selected.png), url(images/category-icons/all-icon-selected.png), url(images/main-window-options/main-window-favorite.png), url(images/main-window-options/main-window-favorite-selected.png), url(images/main-window-options/main-window-home.png), url(images/main-window-options/main-window-home-selected.png), url(images/main-window-options/main-window-orders.png), url(images/main-window-options/main-window-orders-selected.png), url(images/main-window-options/main-window-profile.png), url(images/main-window-options/main-window-profile-selected.png), url(images/grub-logo-full.png), url(images/grub-logo.png), url(images/facebook-icon.png), url(images/google-icon.png), url(images/apple-icon.png), url(images/filter-button.png), url(images/delivery-time-icon.png), url(images/rating-icon.png), url(images/distance-icon.png), url(images/lobby-background.png); cn1-source-dpi: 0; } ImagesHighRes{ background-image: url(images/afternoon.png), url(images/evening.png), url(images/morning.png); cn1-source-dpi: 480; } BackButton{ color: white; padding: 2mm; margin: 5mm 0 0 1mm; } TextErrorIcon{ font-size: 3mm; color: red; background-color: rgba(0,0,0,0); } RestaurantNameHeader{ font-family: "native:MainBold"; font-size: 4mm; text-align: center; color: black; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } RestaurantCategory{ font-size: 3mm; text-align: center; color: #989898; padding: 0; margin: 0; } RestImage{ padding: 0; margin: 0; } emptyRestaurantCnt{ background-color: #EFF0F0; padding: 0; margin: 0; } RestDetails{ background-color: white; margin: 2mm 2mm 2mm 2mm; padding: 3mm; border-radius: 2mm; } RestTimeRatingCnt{ background-color: rgba(0,0,0,0); margin: 2mm 0mm 0mm 0mm;; padding: 0; } RestaurantRating{ font-size: 3mm; color: #2680eb; background-color: rgba(0,0,0,0); font-family: "native:MainRegular"; margin: 0 2mm 0 2mm; } RestDeliveryTime{ font-size: 3mm; color: #2680eb; background-color: rgba(0,0,0,0); margin: 0 2mm 0 2mm; } MenuContainer{ background-color: #EFF0F0; padding: 0; margin: 0; } RestTab{ border: 0.1mm solid #BDBDBD; color: #BDBDBD; background-color: rgba(0,0,0,0); border-radius: 2mm; padding: 1mm; margin: 1mm; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; } RestTab.pressed{ background-color: #7AC943; color: white; border: none; } MainWindowTabsContainer{ border: none; background-color: rgba(0,0,0,0); /* background-image: url("images/main-window-tabs-container-background.png"); cn1-background-type: cn1-image-scaled;*/ padding: 0; margin: 0; } DishPreview{ background-color: white; margin: 2mm; border-radius: 2mm; } DialogButtonCommand{ color: black; } DishPreviewInfo{ background-color: rgba(0,0,0,0); } DishPreviewName{ background-color: rgba(0,0,0,0); color: black; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; margin: 0; padding: 0.1mm; } DishPreviewDescription{ background-color: rgba(0,0,0,0); color: #BDBDBD; text-align: center; font-family: "native:MainRegular"; font-size: 2mm; } DishPreviewPrice{ background-color: rgba(0,0,0,0); color: #7AC943; text-align: center; font-family: "native:MainBold"; font-size: 3mm; margin: 0; padding: 0; } Dish{ margin: 0; padding: 0; border-radius: 4mm; background-color: #EFF0F0; } DishEmptyWhite{ background-color: white; padding: 0; margin: 0; } DishEmptyBlue{ background-color: #134075; padding: 0; margin: 0; } DishName{ padding: 0; margin: 0; color: black; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 3mm; } DishDescription{ color: #989898; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainRegular"; font-size: 2mm; } DishPrice{ color: #7AC943; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 4mm; padding: 0.5mm; margin: 0; } DishAddToCartText{ background-color: rgba(0,0,0,0); color: white; padding: 0; margin: 1mm; font-family: "native:MainBold"; font-size: 3mm; } DishAddToCartPrice{ background-color: rgba(0,0,0,0); color: white; padding: 0; margin: 1mm; font-family: "native:MainBold"; font-size: 3mm; } DishImage{ border-radius: 2mm; } DishBody{ background-color: rgba(0,0,0,0); padding: 1mm; margin: 0; } DishRemarksCnt{ margin: 0; padding: 2mm; } DishRemarksHeader{ color: black; background-color: rgba(0,0,0,0); text-align: left; font-family: "native:MainBold"; font-size: 3mm; } DishRemarksTextArea{ color: black; background-color: rgba(0,0,0,0); font-family: "native:MainRegular"; font-size: 2.5mm; border: 0.1mm solid #DBDFDF; border-radius: 2mm; padding: 2mm; } AddOnsCnt{ margin: 0; padding: 2mm; } DishDecreaseButton{ color: white; background-color: #2680eb; font-size: 3mm; padding: 0mm; } DishIncreaseButton{ color: white; font-size: 3mm; background-color: #2680eb; padding: 0mm; } DishQuantityLabel{ font-family: "native:MainRegular"; font-size: 3mm; color: #2680eb; padding: 0; margin : 0 1mm 0 1mm; } DishQuantityContainer{ margin: 0mm 6mm 0mm 0mm; } DishAddToCartCnt{ padding: 2mm; margin: 0 4mm 3mm 4mm; background-color: #7AC943; border-radius: 4mm; } AddOnHeader{ color: black; background-color: rgba(0,0,0,0); text-align: left; font-family: "native:MainBold"; font-size: 3mm; } DishAddOn{ border-radius: 2mm; background-color: rgba(0,0,0,0); padding: 1mm; margin: 2mm; } DishAddOnPressed{ border-radius: 2mm; background-color: #7AC943; padding: 1mm; margin: 2mm; } DishAddOnName{ color: black; padding: 1mm 0 1mm 0; margin: 0; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } DishAddOnNamePressed{ color: black; padding: 1mm 0 1mm 0; margin: 0; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } DishAddOnPrice{ color: #7AC943; padding: 0; margin: 0; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; } DishAddOnPricePressed{ color: white; padding: 0; margin: 0; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; } OrderCnt{ background-color: #EFF0F0; padding: 2mm; margin: 0; } OrderHeader{ background-color: rgba(0,0,0,0); color: #cde2fb; text-align: center; font-family: "native:MainBold"; font-size: 4mm; margin: 2mm; } OrderToolbar{ background-color: #5099ef; margin: 0; padding: 0; } OrderDishQuantityLabel{ color: black; background-color: rgba(0,0,0,0); padding: 0; margin: 0 1mm 0 1mm; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } OrderDishIncreaseButton{ border: 0.1mm #DBDFDF cn1-round-border; color: #989898; padding: 0; margin: 0; } OrderDishDecreaseButton{ border: 0.1mm #DBDFDF cn1-round-border; color: #989898; padding: 0; margin: 0; } OrderDish{ border-radius: 2mm; background-color: white; margin: 2mm; } OrderDishPrice{ color: #7AC943; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 3mm; } OrderDishName{ color: black; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 1mm; } OrderDishImage{ margin: 1mm; } TitleCommand{ color: white; background-color: rgba(0,0,0,0); padding: 2mm; font-size: 3mm; } OrderDeliveryFeeHeader{ font-family: "native:MainRegular"; font-size: 2.5mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } OrderDeliveryFee{ font-family: "native:MainBold"; font-size: 3mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } DeliveryFeeCnt{ margin : 0; padding: 0.5mm; } ItemTotalCostCnt{ margin : 0; padding: 0.5mm; } ItemTotalHeader{ font-family: "native:MainRegular"; font-size: 2.5mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } ItemTotalCost{ font-family: "native:MainBold"; font-size: 3mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } TotalCostCnt{ margin: 4mm 0 0 0; padding: 0; } TotalCostHeader{ font-family: "native:MainBold"; font-size: 4mm; background-color: rgba(0,0,0,0); text-align: center; color: #7AC943; padding: 0; margin: 0; } TotalCost{ font-family: "native:MainBold"; font-size: 4mm; background-color: rgba(0,0,0,0); text-align: center; color: #7AC943; padding: 0; margin: 0; } OrderConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } OrderConfirmButton.pressed{ background-color: #9bdf6c; } AccountCnt{ background-image: url(images/lobby-background.png); cn1-background-type: cn1-image-scaled-fill; cn1-source-dpi: 320; margin: 0; padding: 2mm; } SignInButton{ background-color: rgba(0,0,0,0); color: white; font-family: "native:MainBold"; border: 0.1mm solid white; border-radius: 4mm; font-size: 3mm; text-align: center; margin: 1mm; padding: 2mm; } SignInButton.pressed{ color: #7ac943; } SignUpButton{ background-color: white; border-radius: 4mm; color: #7AC943; font-family: "native:MainBold"; font-size: 3mm; text-align: center; margin: 1mm; padding: 2mm 5mm 2mm 5mm; } SignUpButton.pressed{ color: #9bdf6c; } AccountWelcomeText{ font-family: "native:MainBold"; font-size: 4mm; text-align: center; margin : 2mm; } AccountTopView{ margin-top: 10mm; } SignUpCnt{ background-image: url(images/register-background.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; background-color: white; margin: 0; padding: 0; } SignUpTopView{ padding: 10mm 2mm 1mm 2mm; margin: 0; } SignInTopView{ padding: 10mm 2mm 2mm 2mm; } SignUpHeader{ font-family: "native:MainBold"; font-size: 5mm; text-align: center; color: black; padding: 4mm; margin: 0; } SignUpField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } SignUpFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SignUpConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SignUpConfirmButton.pressed{ background-color: #9bdf6c; } SignUpLabel{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; margin: 1mm; padding: 0; } SignOptionsCnt{ padding: 0 0 2mm 0; margin: 30mm 0 0 0; } SignUpOptionsCnt{ padding: 0 0 2mm 0; margin: 0; } SignInLabel{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; margin: 1mm; padding: 0; } GoToSighInButton{ color: #7AC943; font-family: "native:MainRegular"; font-size: 2mm; border-bottom: 0.2mm solid #7AC943; margin: 1mm 2mm 4mm 2mm; padding: 0; } GoToSighInButton.pressed{ color: #9bdf6c; } GoToSighUpButton{ color: #7AC943; font-family: "native:MainRegular"; font-size: 2mm; border-bottom: 0.2mm solid #7AC943; margin: 1mm 2mm 4mm 2mm; padding: 0; } GoToSighUpButton.pressed{ color: #9bdf6c; } SignInCnt{ background-image: url(images/sign-in-background.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; background-color: white; margin: 0; padding: 0; } SignInHeader{ font-family: "native:MainBold"; font-size: 5mm; text-align: center; color: black; padding: 4mm; margin: 0; } SignInField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } SignInFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SignInConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SignInConfirmButton.pressed{ background-color: #9bdf6c; } GoToSignUpLabel{ color: white; font-family: "native:MainRegular"; font-size: 2mm; margin: 1mm 2mm 4mm 2mm; padding: 0; } AddressTypeStyle{ color: #7AC943; background-color: rgba(0,0,0,0); } AddressTypeSelectedStyle{ color: white; background-color: rgba(0,0,0,0); margin: 0; padding: 0; } AddressTypeButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: white; color: #989898; padding: 2mm; margin: 3mm 1mm 3mm 1mm; border-radius: 2mm; } AddressTypeButton.pressed{ background-color: #7AC943; color: white; } DefaultAddressCheckBox{ font-family: "native:MainRegular"; font-size: 3mm; color: black; padding: 2mm;; margin: 2mm; border: 0.3mm solid #e4e7e7; } EditProfile{ background-color: #EFF0F0; border: none; padding: 3mm; margin: 0; } EditProfileSaveButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } EditProfileSaveButton.pressed{ background-color: #9bdf6c; } EditProfileHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditProfileHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } EditProfileBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditAddressesHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } EditAddressesBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditAddressesHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditProfileField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } EditAddresses{ padding: 2mm; margin: 0; background-color: #EFF0F0; } MainWindowTab{ background-color: rgba(0,0,0,0); color: #BDBDBD; font-family: "native:MainRegular"; font-size: 2.5mm; text-align: center; margin: 2mm; padding: 0mm 0mm 0mm 0mm; } MainWindowTab.pressed{ color: #7AC943; font-family: "native:MainBold"; font-size: 3mm; text-align: center; margin: 0mm; padding: 0mm 0mm 0mm 0mm; } MainWindowTabsCnt{ background-color: rgba(0,0,0,0); margin: 0; padding: 0; } MainWindowTabIcon{ color: #BDBDBD; font-size: 4mm; margin: 0; padding: 1mm; } MainWindowTabIconSelected{ background: cn1-round-border; color: white; background-color: #7AC943; font-size: 4mm; margin: 0; padding: 1mm; } ProfileCnt{ background-color: #EFF0F0; margin: 0; padding: 2mm; } ProfileHeader{ background-color: white; border-radius: 2mm; margin: 0; padding: 2mm; color: black; font-family: "native:MainBold"; font-size: 3mm; text-align: center; } ProfileHeaderCnt{ background-color: #EFF0F0; margin: 0; padding: 0; } ProfileInfoCnt{ background-color: rgba(0,0,0,0); margin: 0; padding: 1mm; } ProfileFirstNameLabel{ color: black; font-family: "native:MainBold"; font-size: 4mm; text-align: center; } ProfileLastNameLabel{ color: black; font-family: "native:MainBold"; font-size: 4mm; text-align: center; } ProfilePhoneLabel{ color: black; font-family: "native:MainRegular"; font-size: 3mm; text-align: center; } ProfileImage{ color: #7AC943; font-size: 10mm; padding: 3mm; } ProfileImageLabel{ background-color: rgba(0,0,0,0); text-align:center; margin:2mm; padding:3mm; } ProfileButtonsGoToIcon{ font-size: 3mm; color: #989898; } ProfileButtonEmblemStyle{ padding: 0; margin: 0; font-size: 3mm; background-color: rgba(0,0,0,0); color: #7AC943; } ProfileActionButton{ background-color: white; border-radius: 2mm; margin: 2mm; padding: 2mm; } ProfileActionButton.pressed{ background-color: #ececec; } ProfileActionButtonText{ font-family: "native:MainRegular"; font-size: 3mm; color: black; } ProfileActionsCnt{ background-color: rgba(0,0,0,0); margin: 0; } SavedAddressesHeader{ margin: 0; padding: 2mm 0 2mm 0; font-family: "native:MainBold"; font-size: 4mm; color: black; } AddAddressButton{ padding: 1mm; margin : 1mm; border-radius: 3mm; border: 0.2mm solid #989898; } AddAddressButton.pressed{ background-color: #7AC943; } AddAddressButtonText{ padding: 0; margin: 0; color: #989898; font-size: 3mm; font-family: "native:MainBold"; text-align: left; } AddressField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } AddressFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SaveAddressConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SaveAddressConfirmButton.pressed{ background-color: #9bdf6c; } AddressViewImageSelectedStyle{ color: #7AC943; background-color: rgba(0,0,0,0); font-size: 3mm; } AddressViewImageStyle{ color: #989898; background-color: rgba(0,0,0,0); font-size: 3mm; } AddressViewSelectedStyle{ background-color: white; border-radius: 2mm; border: 0.5mm solid #7AC943; padding: 3mm; margin: 2mm; } AddressViewStyle{ background-color: white; border-radius: 2mm; padding: 3mm; margin: 2mm; } AddressViewType{ padding: 0 2mm 0 2mm; font-family: "native:MainBold"; font-size: 3mm; color: black; } AddressViewLocation{ padding: 0 2mm 0 2mm; font-family: "native:MainRegular"; font-size: 2.5mm; color: #989898; } EditCreditCardsView{ background-color: #EFF0F0; padding: 3mm; margin: 0; } EditCreditCardsBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditCreditCardsHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditCreditCardsHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } SavedAddressesHeader{ margin: 0; padding: 2mm 0 2mm 0; font-family: "native:MainBold"; font-size: 4mm; color: black; } AddCreditCardButton{ background-color: white; padding: 5mm; border-radius: 2mm; } AddCreditCardIcon{ font-size: 5mm; color: black; background-color: rgba(0,0,0,0); } AddCreditCardText{ color: black; font-family: "native:MainBold"; font-size: 3mm; text-align: center; } HomeTopViewImage{ margin: 0; padding: 0; } EmptyGreyContainer{ background-color: #F4F5F5; padding: 0; } BackToTopButton{ padding: 2mm; margin: 2mm 6mm 2mm 6mm; color: #9e9e9e; font-family: "native:MainBold"; font-size: 3mm; text-align: center; border: 0.2mm solid #9e9e9e; border-radius: 4mm; background-color: rgba(0,0,0,0); } HomeSearchField{ background-color: white; border-radius: 1mm; padding: 2mm; margin: 0 1mm 0 1mm; font-family: "native:MainRegular"; font-size: 3mm; color: black; } HomeSearchFieldHint{ font-family: "native:MainRegular"; font-size: 3mm; color: #989898; padding: 2mm; margin: 0 1mm 0 1mm; } HomeFilterButton{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 0 1mm 0 1mm; } HomeFilterButton.pressed{ background-color: #F1F1F1; } HomeSearchCnt{ margin: 0; padding: 1mm 1mm 3mm 1mm; } CategoryContainer{ margin: 0; background-color: #F4F5F5; } CategoryIconLabel{ background-color: rgba(0,0,0,0); margin: 2mm; } CategoryIconWrapper{ background-color: #F9F9F9; padding: 0; margin: 0; } CategoryNameLabel{ font-family: "native:MainRegular"; font-size: 3mm; color: black; text-align: center; padding: 1mm; margin: 0; } PopularCnt{ padding: 2mm; margin: 0; background-color: #F4F5F5; } RecommendCnt{ padding: 2mm; margin: 0; background-color: #F4F5F5; } RestaurantPreview{ background-color: white; padding: 0; margin: 2mm; border-radius: 2mm; } RestPreviewNameLabel{ color: white; text-align: center; font-family: "native:MainBold"; font-size: 4mm; margin: 0; padding: 0mm; } RestPreviewCategoryLabel{ color: white; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0mm; } RestaurantPreviewDetailsCnt{ margin: 0; padding: 2mm; } RestPreviewDeliveryTime{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } RestPreviewRating{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } RestPreviewDistance{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } ExploreButton{ color: #7AC943; font-family: "native:MainBold"; font-size: 2.5mm; padding: 2mm; margin: 0; } ExploreButton.pressed{ color: #9bdf6c; } CategoryHeader{ color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 0; } MainWindow{ background-color: #F4F5F5; padding: 0; margin: 0; } FilterCnt{ background-color: #F4F5F5; padding: 2mm; margin: 0; } FilterBackButton{ color: #989898; font-size: 3mm; } FilterHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 0; } FilterHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } SetFilterButton.pressed{ background-color: #7AC943; } FilterHeader{ font-family: "native:MainBold"; font-size: 3mm; padding: 0; margin: 2mm 0 2mm 0; } FilterSortedByIconStyle{ color: #7AC943; background-color: rgba(0,0,0,0); } FilterSortedByIconStyleSelected{ color: white; background-color: rgba(0,0,0,0); margin: 0; padding: 0; } FilerSortByButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: white; color: #989898; padding: 6mm 0mm 6mm 0mm; margin: 1mm; border-radius: 2mm; } FilerSortByButton.pressed{ background-color: #7AC943; color: white; } FilterCategoryIconWrapper{ padding: 1mm; margin: 0; background-color: rgba(0,0,0,0); border-radius: 2mm; } FilterCategoryIconSelectedWrapper{ padding: 1mm; margin: 0; background-color: #7AC943; border-radius: 2mm; } FilterCategoryNameLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 2mm; background-color: rgba(0,0,0,0); color: black; padding: 1mm; margin: 0; } FilterCategoryNameSelectedLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 2mm; background-color: rgba(0,0,0,0); color: #7AC943; padding: 1mm; margin: 0; } FilterApplyButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: #7AC943; color: white; padding: 2mm; margin: 5mm 2mm 2mm 2mm; border-radius: 4mm; } FilterApplyButton.pressed{ background-color: #a0df74; } SearchView{ background-color: #EFF0F0; margin: 0; padding: 2mm; } SearchFilterCnt{ margin : 3mm 0 3mm 0; border: none; padding: 0; background-color: rgba(0,0,0,0); } SearchBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } SearchHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 0; } SearchHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } AddCreditCardView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } NewCreditCardBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } NewCreditCardHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } NewCreditCardHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } NewCardField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } NewCardFieldHint{ color: #989898; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SaveCardConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } CreditCardView{ padding: 0; margin: 3mm 0 3mm 0; } CreditCardNumber{ color: white; text-align: center; } AddNewCardExplanation{ color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 0 2mm 0 2mm; } CreditCardExpirationDate{ padding : 0 2mm 2mm 2mm; color: white; text-align: right; } RestaurantActionButton{ background: cn1-round-border; color: #7AC943; background-color: white; padding: 1mm; margin: 4mm 1mm 2mm 1mm; } RestBackButton{ background-color: rgba(0,0,0,0); color: white; margin: 4mm 0 4mm 2mm; } RestTabContainer{ background-color: #EFF0F0; margin: 0; } AddDishBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } AddDishHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } AddDishHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } OrderSummaryCnt{ background-image: url(images/order-total-background.png); cn1-source-dpi: 480; cn1-background-type: cn1-image-scaled; padding: 2mm; margin: 2mm 0 2mm 0; } DishView{ border: none; background-color: rgba(0,0,0,0); margin: 5mm; } Dialog{ background-color: white; border-radius: 2mm; margin: 1mm; border: none; } DialogTitle{ text-align: center; font-family: "native:MainBold"; font-size: 5mm; color: #7AC943; padding: 2mm; border-bottom: 0.3mm solid #7AC943; } DishImageLabel{ margin-top: 1mm; } PromoCodeTextField{ padding: 2mm; margin: 0; background-color: white; border: 0.3mm solid #e4e7e7; border-radius: 1mm; } PromoCodeTextFieldHint{ padding: 2mm; margin: 0; background-color: white; color: grey; } FavoriteHeaderLabel{ text-align: center; font-family: "native:MainBold"; font-size: 3mm; margin: 0; padding: 2mm; } FavoriteHeaderCnt{ background-color: white; border-radius: 2mm; padding: 0; margin: 0; } FavoriteRestaurantsView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } HomeView{ margin: 0; padding: 0; background-color: #EFF0F0; } DishBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } DishHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } DishHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 2mm 2mm 2mm; } FavoriteRestImageCnt{ padding: 0; margin: 0; background-color: white; border-radius: 2mm; } FavoriteRestView{ padding: 0; margin: 0 0 2mm 0; } DishesSampleCnt{ margin: 0; padding: 0; } FavoriteDishExample{ padding: 0; margin: 1mm; } DishesCount{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } DishesCountImage{ font-size: 3mm; color: #7AC943; } ToggleButton{ background-color: rgba(0,0,0,0); border: none; } MyOrdersHeaderLabel{ text-align: center; font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 0; } MyOrdersHeaderCnt{ background-color: white; border-radius: 2mm; padding: 0; margin: 0; } MainWindowOrdersView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } CompletedOrderView{ padding: 2mm 2mm 0 2mm; margin: 1mm 0 1mm 0; background-color: white; border-radius: 2mm; } CompletedOrdersCnt{ padding: 2mm 0 2mm 0; margin: 0; background-color: rgba(0,0,0,0); } CompletedOrderRestName{ padding: 2mm 0 0 2mm; margin:0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderIdLabel{ padding: 1mm 0 0 2mm; margin:0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderDeliveredToHeaderLabel{ margin: 2mm 2mm 0 0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderDeliveredToLabel{ margin: 0mm 1mm 1mm 1mm; padding: 0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderDateHeaderLabel{ margin: 3mm 1mm 0 1mm; padding: 0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderDateLabel{ margin: 1mm 1mm 1mm 1mm; padding: 0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderOrderAgainButton{ border-top: 0.3mm solid #EFF0F0; border-right: 0.3mm solid #EFF0F0; padding: 2mm; margin-top: 1mm; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; color: #7AC943; } CompletedOrderOrderAgainButton.pressed{ color: black; } CompletedOrderRateButton{ border-top: 0.3mm solid #EFF0F0; text-align: center; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; margin-top: 1mm; } CompletedOrderIcon{ font-size: 4mm; color: #7AC943; } ShadowContainer{ padding: 0; margin: 0; background-image: url(images/top-shade.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } OrdersTabsContainer{ background-color: rgba(0,0,0,0); margin: 0; padding: 2mm; } OrdersTab{ text-align: center; color: #989898; border-bottom: 0.3mm solid #DBDFDF; background-color: rgba(0,0,0,0); padding: 1mm; } OrdersTab.pressed{ color: black; border-bottom: 0.3mm solid #7AC943; } BottomShadowContainer{ border: none; padding: 0; margin: 0; background-image: url(images/bottom-shade.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } HomeWelcomeTextFirstLine{ text-align: center; padding: 0; font-family: "native:MainRegular"; font-size: 4mm; color: white; } HomeWelcomeTextSecondLine{ text-align: center; padding: 0; font-family: "native:MainBold"; font-size: 5mm; color: white; } IntroductionView{ background-color: white; padding: 4mm; margin: 0; } IntroductionNextButton{ font-family: "native:MainBold"; font-size: 3mm; color: white; border-radius: 4mm; background-color: #7AC943; padding: 2mm; margin: 0 3mm 0 3mm; text-align: center; } IntroductionNextButton.pressed{ background-color: #a0df74; } IntroductionHeader{ margin: 3mm; padding: 2mm; font-family: "native:MainBold"; font-size: 4mm; color: black; text-align: center; } IntroImage{ margin: 4mm 0 5mm 0; padding: 0; } IntroEmptyLabelOn{ font-size: 4mm; padding: 2mm; margin: 1mm; border-top: 0.7mm solid #7AC943; } IntroEmptyLabelOff{ font-size: 4mm; padding: 2mm; margin: 1mm; border-top: 0.7mm solid #DBDFDF; } SetFirstLocationView{ background-image: url(images/set-first-location-background.png); cn1-source-dpi: 0; cn1-background-type: cn1-image-scaled; margin: 0; padding: 0; } SetFirstLocationWrapperView{ background-color: white; padding: 2mm;; margin: 3mm; border-radius: 2mm; } SetFirstAddressHeader{ font-family: "native:MainBold"; font-size: 4mm; color: black; text-align: center; padding: 2mm; } SetFirstLocationTextField{ font-family: "native:MainRegular"; font-size: 3mm; color: black; padding: 1mm; border: 0.3mm solid #DBDFDF; border-radius: 2mm; margin: 1mm; } SetFirstLocationTextFieldHint{ font-family: "native:MainRegular"; font-size: 3mm; color: #989898; padding: 1mm; } SetFirstAddressNextButton{ font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 1mm; border-radius: 4mm; color: white; background-color: #7AC943; text-align: center; } SetFirstAddressNextButton.pressed{ background-color: #9bdf6c; } SetFirstAddressSkipButton{ padding: 2mm; font-family: "native:MainRegular"; font-size: 2.5mm; background-color: rgba(0,0,0,0); text-align: center; color: #989898; } SetFirstAddressSkipButton.pressed{ color: black; } IntroductionSkipButton{ color: #989898; padding: 2mm; background-color: rgba(0,0,0,0); font-family: "native:MainBold"; font-size: 2.5mm; text-align: center; } IntroductionSkipButton.pressed{ color: black; } HomeDeliverToCnt{ background-color: white; border-radius: 2mm; margin: 3mm; padding: 2mm; } HomeDeliverToHeaderButton{ background-color: rgba(0,0,0,0); color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 1mm; text-align: center; } HomeDeliverToLabel{ background-color: rgba(0,0,0,0); color: #989898; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; text-align: center; } AddPromoCodeButton{ background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } GoToIcon{ font-size: 3mm; color: #989898; } AddPromoCodeButtonTextLine1{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } AddPromoCodeButtonTextLine2{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } ManageAddressButton{ margin-top: 2mm; background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } ManageAddressButtonLine1{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } ManageAddressButtonLine2{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } EditPaymentBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditPaymentHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditPaymentHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } PaymentMethodView{ margin-top: 2mm; background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } PaymentMethodViewHeader{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } PaymentMethodViewText{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } EditPaymentView{ background-color: #EFF0F0; padding: 2mm; margin: 0; } SavedCardsHeader{ margin: 0; padding: 1mm; color: black; font-size: 4mm; font-family: "native:MainBold"; text-align: center; } ChangePaymentMethodActionButton{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 2mm; } ChangePaymentMethodActionButton.pressed{ background-color: #DBDFDF; } ChangePaymentMethodActionButtonText{ color: black; font-size: 2.5mm; font-family: "native:MainRegular"; text-align: center; } AnotherMethodHeader{ color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: center; } DeliveryInfoCnt{ padding: 0; margin: 2mm; background-color: white; border-radius: 2mm; } CreditCard{ padding: 2mm; margin: 0; background-image: url(images/credit-card.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } TrackingOrderLabel{ padding-top: 3mm; color: black; font-size: 3.5mm; font-family: "native:MainBold"; text-align: center; } OrderIdLabel{ padding-top: 1mm; padding-bottom: 2mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: center; } PreparingFoodLabel{ padding-top: 3mm; color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: center; } DrivesAtTheRestaurantLabel{ padding-top: 1mm; padding-bottom: 2mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: center; } DriverNameLabel{ padding: 1mm; color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: left; } DriverRatingLabel{ padding: 1mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: left; } CallDriverButton{ margin: 1mm; padding: 2mm; border: 0.2mm solid #DBDFDF; border-radius: 2mm; } MessageDriverButton{ margin: 1mm; padding: 2mm; border: 0.2mm solid #DBDFDF; border-radius: 2mm; } DriverInfoCnt{ padding: 2mm; border-top: 0.2mm solid #DBDFDF; } DarkModeButton{ padding: 1mm; color: #A5A5A5; font-size: 2.5mm; font-family: "native:MainBold"; border: 0.2mm solid #A5A5A5; border-radius: 3mm; } DarkModeButtonIcon{ color: #7AC943; }
common/target/css/cn1-merged-files/39d4abcf1ba51daa6ca4d3619950914c/theme.css
includeNativeBool: true; } Images{ background-image: url(images/placeholder.png), url(images/credit-card.png), url(images/half-round-rectangle.png), url(images/ticket-icon.png), url(images/map-pin-icon.png), url(images/wallet-icon.png), url(images/apple-icon2.png), url(images/credit-card-icon.png), url(images/paypal-icon.png), url(images/cash-icon.png), url(images/account-place-holder.png), url(images/first-intro-image.png), url(images/second-intro-image.png), url(images/third-intro-image.png), url(images/first-intro-image-dark.png), url(images/second-intro-image-dark.png), url(images/third-intro-image-dark.png), url(images/icon-message-circle.png), url(images/icon-phone.png), url(images/delivery-progress.png), url(images/delivery-progress-dark.png), url(images/set-first-location-background-dark.png), url(images/category-icons/rice-icon.png), url(images/category-icons/pizza-icon.png), url(images/category-icons/donut-icon.png), url(images/category-icons/chicken-icon.png), url(images/category-icons/steak-icon.png), url(images/category-icons/meal-icon.png), url(images/category-icons/kebab-icon.png), url(images/category-icons/all-icon.png), url(images/category-icons/rice-icon-selected.png), url(images/category-icons/pizza-icon-selected.png), url(images/category-icons/donut-icon-selected.png), url(images/category-icons/chicken-icon-selected.png), url(images/category-icons/steak-icon-selected.png), url(images/category-icons/meal-icon-selected.png), url(images/category-icons/kebab-icon-selected.png), url(images/category-icons/all-icon-selected.png), url(images/main-window-options/main-window-favorite.png), url(images/main-window-options/main-window-favorite-selected.png), url(images/main-window-options/main-window-home.png), url(images/main-window-options/main-window-home-selected.png), url(images/main-window-options/main-window-orders.png), url(images/main-window-options/main-window-orders-selected.png), url(images/main-window-options/main-window-profile.png), url(images/main-window-options/main-window-profile-selected.png), url(images/grub-logo-full.png), url(images/grub-logo.png), url(images/facebook-icon.png), url(images/google-icon.png), url(images/apple-icon.png), url(images/filter-button.png), url(images/delivery-time-icon.png), url(images/rating-icon.png), url(images/distance-icon.png), url(images/lobby-background.png); cn1-source-dpi: 0; } ImagesHighRes{ background-image: url(images/afternoon.png), url(images/evening.png), url(images/morning.png); cn1-source-dpi: 480; } BackButton{ color: white; padding: 2mm; margin: 5mm 0 0 1mm; } TextErrorIcon{ font-size: 3mm; color: red; background-color: rgba(0,0,0,0); } RestaurantNameHeader{ font-family: "native:MainBold"; font-size: 4mm; text-align: center; color: black; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } RestaurantCategory{ font-size: 3mm; text-align: center; color: #989898; padding: 0; margin: 0; } RestImage{ padding: 0; margin: 0; } emptyRestaurantCnt{ background-color: #EFF0F0; padding: 0; margin: 0; } RestDetails{ background-color: white; margin: 2mm 2mm 2mm 2mm; padding: 3mm; border-radius: 2mm; } RestTimeRatingCnt{ background-color: rgba(0,0,0,0); margin: 2mm 0mm 0mm 0mm;; padding: 0; } RestaurantRating{ font-size: 3mm; color: #2680eb; background-color: rgba(0,0,0,0); font-family: "native:MainRegular"; margin: 0 2mm 0 2mm; } RestDeliveryTime{ font-size: 3mm; color: #2680eb; background-color: rgba(0,0,0,0); margin: 0 2mm 0 2mm; } MenuContainer{ background-color: #EFF0F0; padding: 0; margin: 0; } RestTab{ border: 0.1mm solid #BDBDBD; color: #BDBDBD; background-color: rgba(0,0,0,0); border-radius: 2mm; padding: 1mm; margin: 1mm; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; } RestTab.pressed{ background-color: #7AC943; color: white; border: none; } MainWindowTabsContainer{ border: none; background-color: rgba(0,0,0,0); /* background-image: url("images/main-window-tabs-container-background.png"); cn1-background-type: cn1-image-scaled;*/ padding: 0; margin: 0; } DishPreview{ background-color: white; margin: 2mm; border-radius: 2mm; } DialogButtonCommand{ color: black; } DishPreviewInfo{ background-color: rgba(0,0,0,0); } DishPreviewName{ background-color: rgba(0,0,0,0); color: black; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; margin: 0; padding: 0.1mm; } DishPreviewDescription{ background-color: rgba(0,0,0,0); color: #BDBDBD; text-align: center; font-family: "native:MainRegular"; font-size: 2mm; } DishPreviewPrice{ background-color: rgba(0,0,0,0); color: #7AC943; text-align: center; font-family: "native:MainBold"; font-size: 3mm; margin: 0; padding: 0; } Dish{ margin: 0; padding: 0; border-radius: 4mm; background-color: #EFF0F0; } DishEmptyWhite{ background-color: white; padding: 0; margin: 0; } DishEmptyBlue{ background-color: #134075; padding: 0; margin: 0; } DishName{ padding: 0; margin: 0; color: black; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 3mm; } DishDescription{ color: #989898; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainRegular"; font-size: 2mm; } DishPrice{ color: #7AC943; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 4mm; padding: 0.5mm; margin: 0; } DishAddToCartText{ background-color: rgba(0,0,0,0); color: white; padding: 0; margin: 1mm; font-family: "native:MainBold"; font-size: 3mm; } DishAddToCartPrice{ background-color: rgba(0,0,0,0); color: white; padding: 0; margin: 1mm; font-family: "native:MainBold"; font-size: 3mm; } DishImage{ border-radius: 2mm; } DishBody{ background-color: rgba(0,0,0,0); padding: 1mm; margin: 0; } DishRemarksCnt{ margin: 0; padding: 2mm; } DishRemarksHeader{ color: black; background-color: rgba(0,0,0,0); text-align: left; font-family: "native:MainBold"; font-size: 3mm; } DishRemarksTextArea{ color: black; background-color: rgba(0,0,0,0); font-family: "native:MainRegular"; font-size: 2.5mm; border: 0.1mm solid #DBDFDF; border-radius: 2mm; padding: 2mm; } AddOnsCnt{ margin: 0; padding: 2mm; } DishDecreaseButton{ color: white; background-color: #2680eb; font-size: 3mm; padding: 0mm; } DishIncreaseButton{ color: white; font-size: 3mm; background-color: #2680eb; padding: 0mm; } DishQuantityLabel{ font-family: "native:MainRegular"; font-size: 3mm; color: #2680eb; padding: 0; margin : 0 1mm 0 1mm; } DishQuantityContainer{ margin: 0mm 6mm 0mm 0mm; } DishAddToCartCnt{ padding: 2mm; margin: 0 4mm 3mm 4mm; background-color: #7AC943; border-radius: 4mm; } AddOnHeader{ color: black; background-color: rgba(0,0,0,0); text-align: left; font-family: "native:MainBold"; font-size: 3mm; } DishAddOn{ border-radius: 2mm; background-color: rgba(0,0,0,0); padding: 1mm; margin: 2mm; } DishAddOnPressed{ border-radius: 2mm; background-color: #7AC943; padding: 1mm; margin: 2mm; } DishAddOnName{ color: black; padding: 1mm 0 1mm 0; margin: 0; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } DishAddOnNamePressed{ color: black; padding: 1mm 0 1mm 0; margin: 0; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } DishAddOnPrice{ color: #7AC943; padding: 0; margin: 0; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; } DishAddOnPricePressed{ color: white; padding: 0; margin: 0; text-align: center; font-family: "native:MainBold"; font-size: 2.5mm; } OrderCnt{ background-color: #EFF0F0; padding: 2mm; margin: 0; } OrderHeader{ background-color: rgba(0,0,0,0); color: #cde2fb; text-align: center; font-family: "native:MainBold"; font-size: 4mm; margin: 2mm; } OrderToolbar{ background-color: #5099ef; margin: 0; padding: 0; } OrderDishQuantityLabel{ color: black; background-color: rgba(0,0,0,0); padding: 0; margin: 0 1mm 0 1mm; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; } OrderDishIncreaseButton{ border: 0.1mm #DBDFDF cn1-round-border; color: #989898; padding: 0; margin: 0; } OrderDishDecreaseButton{ border: 0.1mm #DBDFDF cn1-round-border; color: #989898; padding: 0; margin: 0; } OrderDish{ border-radius: 2mm; background-color: white; margin: 2mm; } OrderDishPrice{ color: #7AC943; background-color: rgba(0,0,0,0); text-align: center; font-family: "native:MainBold"; font-size: 3mm; } OrderDishName{ color: black; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 1mm; } OrderDishImage{ margin: 1mm; } TitleCommand{ color: white; background-color: rgba(0,0,0,0); padding: 2mm; font-size: 3mm; } OrderDeliveryFeeHeader{ font-family: "native:MainRegular"; font-size: 2.5mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } OrderDeliveryFee{ font-family: "native:MainBold"; font-size: 3mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } DeliveryFeeCnt{ margin : 0; padding: 0.5mm; } ItemTotalCostCnt{ margin : 0; padding: 0.5mm; } ItemTotalHeader{ font-family: "native:MainRegular"; font-size: 2.5mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } ItemTotalCost{ font-family: "native:MainBold"; font-size: 3mm; color: #BDBDBD; background-color: rgba(0,0,0,0); padding: 0; margin: 0; } TotalCostCnt{ margin: 4mm 0 0 0; padding: 0; } TotalCostHeader{ font-family: "native:MainBold"; font-size: 4mm; background-color: rgba(0,0,0,0); text-align: center; color: #7AC943; padding: 0; margin: 0; } TotalCost{ font-family: "native:MainBold"; font-size: 4mm; background-color: rgba(0,0,0,0); text-align: center; color: #7AC943; padding: 0; margin: 0; } OrderConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } OrderConfirmButton.pressed{ background-color: #9bdf6c; } AccountCnt{ background-image: url(images/lobby-background.png); cn1-background-type: cn1-image-scaled-fill; cn1-source-dpi: 320; margin: 0; padding: 2mm; } SignInButton{ background-color: rgba(0,0,0,0); color: white; font-family: "native:MainBold"; border: 0.1mm solid white; border-radius: 4mm; font-size: 3mm; text-align: center; margin: 1mm; padding: 2mm; } SignInButton.pressed{ color: #7ac943; } SignUpButton{ background-color: white; border-radius: 4mm; color: #7AC943; font-family: "native:MainBold"; font-size: 3mm; text-align: center; margin: 1mm; padding: 2mm 5mm 2mm 5mm; } SignUpButton.pressed{ color: #9bdf6c; } AccountWelcomeText{ font-family: "native:MainBold"; font-size: 4mm; text-align: center; margin : 2mm; } AccountTopView{ margin-top: 10mm; } SignUpCnt{ background-image: url(images/register-background.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; background-color: white; margin: 0; padding: 0; } SignUpTopView{ padding: 10mm 2mm 1mm 2mm; margin: 0; } SignInTopView{ padding: 10mm 2mm 2mm 2mm; } SignUpHeader{ font-family: "native:MainBold"; font-size: 5mm; text-align: center; color: black; padding: 4mm; margin: 0; } SignUpField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } SignUpFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SignUpConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SignUpConfirmButton.pressed{ background-color: #9bdf6c; } SignUpLabel{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; margin: 1mm; padding: 0; } SignOptionsCnt{ padding: 0 0 2mm 0; margin: 30mm 0 0 0; } SignUpOptionsCnt{ padding: 0 0 2mm 0; margin: 0; } SignInLabel{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; text-align: center; margin: 1mm; padding: 0; } GoToSighInButton{ color: #7AC943; font-family: "native:MainRegular"; font-size: 2mm; border-bottom: 0.2mm solid #7AC943; margin: 1mm 2mm 4mm 2mm; padding: 0; } GoToSighInButton.pressed{ color: #9bdf6c; } GoToSighUpButton{ color: #7AC943; font-family: "native:MainRegular"; font-size: 2mm; border-bottom: 0.2mm solid #7AC943; margin: 1mm 2mm 4mm 2mm; padding: 0; } GoToSighUpButton.pressed{ color: #9bdf6c; } SignInCnt{ background-image: url(images/sign-in-background.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; background-color: white; margin: 0; padding: 0; } SignInHeader{ font-family: "native:MainBold"; font-size: 5mm; text-align: center; color: black; padding: 4mm; margin: 0; } SignInField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } SignInFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SignInConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SignInConfirmButton.pressed{ background-color: #9bdf6c; } GoToSignUpLabel{ color: white; font-family: "native:MainRegular"; font-size: 2mm; margin: 1mm 2mm 4mm 2mm; padding: 0; } AddressTypeStyle{ color: #7AC943; background-color: rgba(0,0,0,0); } AddressTypeSelectedStyle{ color: white; background-color: rgba(0,0,0,0); margin: 0; padding: 0; } AddressTypeButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: white; color: #989898; padding: 2mm; margin: 3mm 1mm 3mm 1mm; border-radius: 2mm; } AddressTypeButton.pressed{ background-color: #7AC943; color: white; } DefaultAddressCheckBox{ font-family: "native:MainRegular"; font-size: 3mm; color: black; padding: 2mm;; margin: 2mm; border: 0.3mm solid #e4e7e7; } EditProfile{ background-color: #EFF0F0; border: none; padding: 3mm; margin: 0; } EditProfileSaveButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } EditProfileSaveButton.pressed{ background-color: #9bdf6c; } EditProfileHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditProfileHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } EditProfileBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditAddressesHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } EditAddressesBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditAddressesHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditProfileField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } EditAddresses{ padding: 2mm; margin: 0; background-color: #EFF0F0; } MainWindowTab{ background-color: rgba(0,0,0,0); color: #BDBDBD; font-family: "native:MainRegular"; font-size: 2.5mm; text-align: center; margin: 2mm; padding: 0mm 0mm 0mm 0mm; } MainWindowTab.pressed{ color: #7AC943; font-family: "native:MainBold"; font-size: 3mm; text-align: center; margin: 0mm; padding: 0mm 0mm 0mm 0mm; } MainWindowTabsCnt{ background-color: rgba(0,0,0,0); margin: 0; padding: 0; } MainWindowTabIcon{ color: #BDBDBD; font-size: 4mm; margin: 0; padding: 1mm; } MainWindowTabIconSelected{ background: cn1-round-border; color: white; background-color: #7AC943; font-size: 4mm; margin: 0; padding: 1mm; } ProfileCnt{ background-color: #EFF0F0; margin: 0; padding: 2mm; } ProfileHeader{ background-color: white; border-radius: 2mm; margin: 0; padding: 2mm; color: black; font-family: "native:MainBold"; font-size: 3mm; text-align: center; } ProfileHeaderCnt{ background-color: #EFF0F0; margin: 0; padding: 0; } ProfileInfoCnt{ background-color: rgba(0,0,0,0); margin: 0; padding: 1mm; } ProfileFirstNameLabel{ color: black; font-family: "native:MainBold"; font-size: 4mm; text-align: center; } ProfileLastNameLabel{ color: black; font-family: "native:MainBold"; font-size: 4mm; text-align: center; } ProfilePhoneLabel{ color: black; font-family: "native:MainRegular"; font-size: 3mm; text-align: center; } ProfileImage{ color: #7AC943; font-size: 10mm; padding: 3mm; } ProfileImageLabel{ background-color: rgba(0,0,0,0); text-align:center; margin:2mm; padding:3mm; } ProfileButtonsGoToIcon{ font-size: 3mm; color: #989898; } ProfileButtonEmblemStyle{ padding: 0; margin: 0; font-size: 3mm; background-color: rgba(0,0,0,0); color: #7AC943; } ProfileActionButton{ background-color: white; border-radius: 2mm; margin: 2mm; padding: 2mm; } ProfileActionButton.pressed{ background-color: #ececec; } ProfileActionButtonText{ font-family: "native:MainRegular"; font-size: 3mm; color: black; } ProfileActionsCnt{ background-color: rgba(0,0,0,0); margin: 0; } SavedAddressesHeader{ margin: 0; padding: 2mm 0 2mm 0; font-family: "native:MainBold"; font-size: 4mm; color: black; } AddAddressButton{ padding: 1mm; margin : 1mm; border-radius: 3mm; border: 0.2mm solid #989898; } AddAddressButton.pressed{ background-color: #7AC943; } AddAddressButtonText{ padding: 0; margin: 0; color: #989898; font-size: 3mm; font-family: "native:MainBold"; text-align: left; } AddressField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } AddressFieldHint{ color: black; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SaveAddressConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } SaveAddressConfirmButton.pressed{ background-color: #9bdf6c; } AddressViewImageSelectedStyle{ color: #7AC943; background-color: rgba(0,0,0,0); font-size: 3mm; } AddressViewImageStyle{ color: #989898; background-color: rgba(0,0,0,0); font-size: 3mm; } AddressViewSelectedStyle{ background-color: white; border-radius: 2mm; border: 0.5mm solid #7AC943; padding: 3mm; margin: 2mm; } AddressViewStyle{ background-color: white; border-radius: 2mm; padding: 3mm; margin: 2mm; } AddressViewType{ padding: 0 2mm 0 2mm; font-family: "native:MainBold"; font-size: 3mm; color: black; } AddressViewLocation{ padding: 0 2mm 0 2mm; font-family: "native:MainRegular"; font-size: 2.5mm; color: #989898; } EditCreditCardsView{ background-color: #EFF0F0; padding: 3mm; margin: 0; } EditCreditCardsBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditCreditCardsHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditCreditCardsHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } SavedAddressesHeader{ margin: 0; padding: 2mm 0 2mm 0; font-family: "native:MainBold"; font-size: 4mm; color: black; } AddCreditCardButton{ background-color: white; padding: 5mm; border-radius: 2mm; } AddCreditCardIcon{ font-size: 5mm; color: black; background-color: rgba(0,0,0,0); } AddCreditCardText{ color: black; font-family: "native:MainBold"; font-size: 3mm; text-align: center; } HomeTopViewImage{ margin: 0; padding: 0; } EmptyGreyContainer{ background-color: #F4F5F5; padding: 0; } BackToTopButton{ padding: 2mm; margin: 2mm 6mm 2mm 6mm; color: #9e9e9e; font-family: "native:MainBold"; font-size: 3mm; text-align: center; border: 0.2mm solid #9e9e9e; border-radius: 4mm; background-color: rgba(0,0,0,0); } HomeSearchField{ background-color: white; border-radius: 1mm; padding: 2mm; margin: 0 1mm 0 1mm; font-family: "native:MainRegular"; font-size: 3mm; color: black; } HomeSearchFieldHint{ font-family: "native:MainRegular"; font-size: 3mm; color: #989898; padding: 2mm; margin: 0 1mm 0 1mm; } HomeFilterButton{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 0 1mm 0 1mm; } HomeFilterButton.pressed{ background-color: #F1F1F1; } HomeSearchCnt{ margin: 0; padding: 1mm 1mm 3mm 1mm; } CategoryContainer{ margin: 0; background-color: #F4F5F5; } CategoryIconLabel{ background-color: rgba(0,0,0,0); margin: 2mm; } CategoryIconWrapper{ background-color: #F9F9F9; padding: 0; margin: 0; } CategoryNameLabel{ font-family: "native:MainRegular"; font-size: 3mm; color: black; text-align: center; padding: 1mm; margin: 0; } PopularCnt{ padding: 2mm; margin: 0; background-color: #F4F5F5; } RecommendCnt{ padding: 2mm; margin: 0; background-color: #F4F5F5; } RestaurantPreview{ background-color: white; padding: 0; margin: 2mm; border-radius: 2mm; } RestPreviewNameLabel{ color: white; text-align: center; font-family: "native:MainBold"; font-size: 4mm; margin: 0; padding: 0mm; } RestPreviewCategoryLabel{ color: white; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0mm; } RestaurantPreviewDetailsCnt{ margin: 0; padding: 2mm; } RestPreviewDeliveryTime{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } RestPreviewRating{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } RestPreviewDistance{ color: #989898; font-family: "native:MainRegular"; font-size: 2mm; padding: 2mm; } ExploreButton{ color: #7AC943; font-family: "native:MainBold"; font-size: 2.5mm; padding: 2mm; margin: 0; } ExploreButton.pressed{ color: #9bdf6c; } CategoryHeader{ color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 0; } MainWindow{ background-color: #F4F5F5; padding: 0; margin: 0; } FilterCnt{ background-color: #F4F5F5; padding: 2mm; margin: 0; } FilterBackButton{ color: #989898; font-size: 3mm; } FilterHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 0; } FilterHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } SetFilterButton.pressed{ background-color: #7AC943; } FilterHeader{ font-family: "native:MainBold"; font-size: 3mm; padding: 0; margin: 2mm 0 2mm 0; } FilterSortedByIconStyle{ color: #7AC943; background-color: rgba(0,0,0,0); } FilterSortedByIconStyleSelected{ color: white; background-color: rgba(0,0,0,0); margin: 0; padding: 0; } FilerSortByButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: white; color: #989898; padding: 6mm 0mm 6mm 0mm; margin: 1mm; border-radius: 2mm; } FilerSortByButton.pressed{ background-color: #7AC943; color: white; } FilterCategoryIconWrapper{ padding: 1mm; margin: 0; background-color: rgba(0,0,0,0); border-radius: 2mm; } FilterCategoryIconSelectedWrapper{ padding: 1mm; margin: 0; background-color: #7AC943; border-radius: 2mm; } FilterCategoryNameLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 2mm; background-color: rgba(0,0,0,0); color: black; padding: 1mm; margin: 0; } FilterCategoryNameSelectedLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 2mm; background-color: rgba(0,0,0,0); color: #7AC943; padding: 1mm; margin: 0; } FilterApplyButton{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; background-color: #7AC943; color: white; padding: 2mm; margin: 5mm 2mm 2mm 2mm; border-radius: 4mm; } FilterApplyButton.pressed{ background-color: #a0df74; } SearchView{ background-color: #EFF0F0; margin: 0; padding: 2mm; } SearchFilterCnt{ margin : 3mm 0 3mm 0; border: none; padding: 0; background-color: rgba(0,0,0,0); } SearchBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } SearchHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; margin: 0; } SearchHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } AddCreditCardView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } NewCreditCardBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } NewCreditCardHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } NewCreditCardHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } NewCardField{ color: black; background-color: rgba(0,0,0,0); border-radius: 1mm; margin: 2mm; padding: 2mm; border: 0.3mm solid #e4e7e7; font-family: "native:MainRegular"; font-size: 3mm; } NewCardFieldHint{ color: #989898; background-color: rgba(0,0,0,0); margin: 2mm; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; } SaveCardConfirmButton{ background-color: #7AC943; color: white; border-radius: 4mm; text-align: center; padding: 2mm; margin: 2mm; } CreditCardView{ padding: 0; margin: 3mm 0 3mm 0; } CreditCardNumber{ color: white; text-align: center; } AddNewCardExplanation{ color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 0 2mm 0 2mm; } CreditCardExpirationDate{ padding : 0 2mm 2mm 2mm; color: white; text-align: right; } RestaurantActionButton{ background: cn1-round-border; color: #7AC943; background-color: white; padding: 1mm; margin: 4mm 1mm 2mm 1mm; } RestBackButton{ background-color: rgba(0,0,0,0); color: white; margin: 4mm 0 4mm 2mm; } RestTabContainer{ background-color: #EFF0F0; margin: 0; } AddDishBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } AddDishHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } AddDishHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } OrderSummaryCnt{ background-image: url(images/order-total-background.png); cn1-source-dpi: 480; cn1-background-type: cn1-image-scaled; padding: 2mm; margin: 2mm 0 2mm 0; } DishView{ border: none; background-color: rgba(0,0,0,0); margin: 5mm; } Dialog{ background-color: white; border-radius: 2mm; margin: 1mm; border: none; } DialogTitle{ text-align: center; font-family: "native:MainBold"; font-size: 5mm; color: #7AC943; padding: 2mm; border-bottom: 0.3mm solid #7AC943; } DishImageLabel{ margin-top: 1mm; } PromoCodeTextField{ padding: 2mm; margin: 0; background-color: white; border: 0.3mm solid #e4e7e7; border-radius: 1mm; } PromoCodeTextFieldHint{ padding: 2mm; margin: 0; background-color: white; color: grey; } FavoriteHeaderLabel{ text-align: center; font-family: "native:MainBold"; font-size: 3mm; margin: 0; padding: 2mm; } FavoriteHeaderCnt{ background-color: white; border-radius: 2mm; padding: 0; margin: 0; } FavoriteRestaurantsView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } HomeView{ margin: 0; padding: 0; background-color: #EFF0F0; } DishBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } DishHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } DishHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 2mm 2mm 2mm; } FavoriteRestImageCnt{ padding: 0; margin: 0; background-color: white; border-radius: 2mm; } FavoriteRestView{ padding: 0; margin: 0 0 2mm 0; } DishesSampleCnt{ margin: 0; padding: 0; } FavoriteDishExample{ padding: 0; margin: 1mm; } DishesCount{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } DishesCountImage{ font-size: 3mm; color: #7AC943; } ToggleButton{ background-color: rgba(0,0,0,0); border: none; } MyOrdersHeaderLabel{ text-align: center; font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 0; } MyOrdersHeaderCnt{ background-color: white; border-radius: 2mm; padding: 0; margin: 0; } MainWindowOrdersView{ margin: 0; padding: 2mm; background-color: #EFF0F0; } CompletedOrderView{ padding: 2mm 2mm 0 2mm; margin: 1mm 0 1mm 0; background-color: white; border-radius: 2mm; } CompletedOrdersCnt{ padding: 2mm 0 2mm 0; margin: 0; background-color: rgba(0,0,0,0); } CompletedOrderRestName{ padding: 2mm 0 0 2mm; margin:0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderIdLabel{ padding: 1mm 0 0 2mm; margin:0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderDeliveredToHeaderLabel{ margin: 2mm 2mm 0 0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderDeliveredToLabel{ margin: 0mm 1mm 1mm 1mm; padding: 0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderDateHeaderLabel{ margin: 3mm 1mm 0 1mm; padding: 0; font-family: "native:MainBold"; font-size: 3mm; color: black; } CompletedOrderDateLabel{ margin: 1mm 1mm 1mm 1mm; padding: 0; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; } CompletedOrderOrderAgainButton{ border-top: 0.3mm solid #EFF0F0; border-right: 0.3mm solid #EFF0F0; padding: 2mm; margin-top: 1mm; text-align: center; font-family: "native:MainRegular"; font-size: 3mm; color: #7AC943; } CompletedOrderOrderAgainButton.pressed{ color: black; } CompletedOrderRateButton{ border-top: 0.3mm solid #EFF0F0; text-align: center; padding: 2mm; font-family: "native:MainRegular"; font-size: 3mm; color: #989898; margin-top: 1mm; } CompletedOrderIcon{ font-size: 4mm; color: #7AC943; } ShadowContainer{ padding: 0; margin: 0; background-image: url(images/top-shade.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } OrdersTabsContainer{ background-color: rgba(0,0,0,0); margin: 0; padding: 2mm; } OrdersTab{ text-align: center; color: #989898; border-bottom: 0.3mm solid #DBDFDF; background-color: rgba(0,0,0,0); padding: 1mm; } OrdersTab.pressed{ color: black; border-bottom: 0.3mm solid #7AC943; } BottomShadowContainer{ border: none; padding: 0; margin: 0; background-image: url(images/bottom-shade.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } HomeWelcomeTextFirstLine{ text-align: center; padding: 0; font-family: "native:MainRegular"; font-size: 4mm; color: white; } HomeWelcomeTextSecondLine{ text-align: center; padding: 0; font-family: "native:MainBold"; font-size: 5mm; color: white; } IntroductionView{ background-color: white; padding: 4mm; margin: 0; } IntroductionNextButton{ font-family: "native:MainBold"; font-size: 3mm; color: white; border-radius: 4mm; background-color: #7AC943; padding: 2mm; margin: 0 3mm 0 3mm; text-align: center; } IntroductionNextButton.pressed{ background-color: #a0df74; } IntroductionHeader{ margin: 3mm; padding: 2mm; font-family: "native:MainBold"; font-size: 4mm; color: black; text-align: center; } IntroImage{ margin: 4mm 0 5mm 0; padding: 0; } IntroEmptyLabelOn{ font-size: 4mm; padding: 2mm; margin: 1mm; border-top: 0.7mm solid #7AC943; } IntroEmptyLabelOff{ font-size: 4mm; padding: 2mm; margin: 1mm; border-top: 0.7mm solid #DBDFDF; } SetFirstLocationView{ background-image: url(images/set-first-location-background.png); cn1-source-dpi: 0; cn1-background-type: cn1-image-scaled; margin: 0; padding: 0; } SetFirstLocationWrapperView{ background-color: white; padding: 2mm;; margin: 3mm; border-radius: 2mm; } SetFirstAddressHeader{ font-family: "native:MainBold"; font-size: 4mm; color: black; text-align: center; padding: 2mm; } SetFirstLocationTextField{ font-family: "native:MainRegular"; font-size: 3mm; color: black; padding: 1mm; border: 0.3mm solid #DBDFDF; border-radius: 2mm; margin: 1mm; } SetFirstLocationTextFieldHint{ font-family: "native:MainRegular"; font-size: 3mm; color: #989898; padding: 1mm; } SetFirstAddressNextButton{ font-family: "native:MainBold"; font-size: 3mm; padding: 2mm; margin: 1mm; border-radius: 4mm; color: white; background-color: #7AC943; text-align: center; } SetFirstAddressNextButton.pressed{ background-color: #9bdf6c; } SetFirstAddressSkipButton{ padding: 2mm; font-family: "native:MainRegular"; font-size: 2.5mm; background-color: rgba(0,0,0,0); text-align: center; color: #989898; } SetFirstAddressSkipButton.pressed{ color: black; } IntroductionSkipButton{ color: #989898; padding: 2mm; background-color: rgba(0,0,0,0); font-family: "native:MainBold"; font-size: 2.5mm; text-align: center; } IntroductionSkipButton.pressed{ color: black; } HomeDeliverToCnt{ background-color: white; border-radius: 2mm; margin: 3mm; padding: 2mm; } HomeDeliverToHeaderButton{ background-color: rgba(0,0,0,0); color: black; font-family: "native:MainBold"; font-size: 3mm; padding: 1mm; text-align: center; } HomeDeliverToLabel{ background-color: rgba(0,0,0,0); color: #989898; font-family: "native:MainRegular"; font-size: 3mm; padding: 0; text-align: center; } AddPromoCodeButton{ background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } GoToIcon{ font-size: 3mm; color: #989898; } AddPromoCodeButtonTextLine1{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } AddPromoCodeButtonTextLine2{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } ManageAddressButton{ margin-top: 2mm; background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } ManageAddressButtonLine1{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } ManageAddressButtonLine2{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } EditPaymentBackButton{ color: #989898; font-size: 3mm; padding: 0; margin: 0; } EditPaymentHeaderLabel{ text-align: center; font-family: "native:MainRegular"; font-size: 3mm; margin: 0; padding: 0; } EditPaymentHeaderCnt{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 3mm 0 2mm 0; } PaymentMethodView{ margin-top: 2mm; background-color: white; border-radius: 2mm; font-size: 3mm; padding: 1mm; } PaymentMethodViewHeader{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainBold"; } PaymentMethodViewText{ padding: 1mm; color: black; font-size: 2.8mm; font-family: "native:MainRegular"; } EditPaymentView{ background-color: #EFF0F0; padding: 2mm; margin: 0; } SavedCardsHeader{ margin: 0; padding: 1mm; color: black; font-size: 4mm; font-family: "native:MainBold"; text-align: center; } ChangePaymentMethodActionButton{ background-color: white; border-radius: 2mm; padding: 2mm; margin: 2mm; } ChangePaymentMethodActionButton.pressed{ background-color: #DBDFDF; } ChangePaymentMethodActionButtonText{ color: black; font-size: 2.5mm; font-family: "native:MainRegular"; text-align: center; } AnotherMethodHeader{ color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: center; } DeliveryInfoCnt{ padding: 0; margin: 2mm; background-color: white; border-radius: 2mm; } CreditCard{ padding: 2mm; margin: 0; background-image: url(images/credit-card.png); cn1-background-type: cn1-image-scaled; cn1-source-dpi: 480; } TrackingOrderLabel{ padding-top: 3mm; color: black; font-size: 3.5mm; font-family: "native:MainBold"; text-align: center; } OrderIdLabel{ padding-top: 1mm; padding-bottom: 2mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: center; } PreparingFoodLabel{ padding-top: 3mm; color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: center; } DrivesAtTheRestaurantLabel{ padding-top: 1mm; padding-bottom: 2mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: center; } DriverNameLabel{ padding: 1mm; color: black; font-size: 3mm; font-family: "native:MainBold"; text-align: left; } DriverRatingLabel{ padding: 1mm; color: #989898; font-size: 3mm; font-family: "native:MainRegular"; text-align: left; } CallDriverButton{ margin: 1mm; padding: 2mm; border: 0.2mm solid #DBDFDF; border-radius: 2mm; } MessageDriverButton{ margin: 1mm; padding: 2mm; border: 0.2mm solid #DBDFDF; border-radius: 2mm; } DriverInfoCnt{ padding: 2mm; border-top: 0.2mm solid #DBDFDF; } DarkModeButton{ padding: 1mm; color: #A5A5A5; font-size: 2.5mm; font-family: "native:MainBold"; border: 0.2mm solid #A5A5A5; border-radius: 3mm; } DarkModeButtonIcon{ color: #7AC943; }
0.422743
0.369685
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900"); body { font-family: 'Lato'; color: #d6f9dd; } * { padding: 0; margin: 0; box-sizing: border-box; } img { max-width: 100%; } .caption { position: absolute; top: 50%; left: 8rem; right:8rem; z-index: 9; transform: translateY(-50%); opacity: 0; transition: 200ms ease opacity, 200ms ease transform; transform: translateY(60px); } .caption.current-caption { transition-delay: 1000ms; opacity: 1; transform: translateY(0); } .caption.previous-caption { transform: translateY(-60px); } .caption .caption-heading { transition: 200ms ease-in all; } .caption .caption-heading h1 { font-size: 4rem; margin-bottom: 1.5rem; text-transform: uppercase; text-indent: -0.2rem; letter-spacing: .2rem; font-weight: 300; } .caption .caption-subhead { font-size: 1rem; font-weight: 300; text-transform: uppercase; color: white; letter-spacing: 4px; word-spacing: .1rem; margin-bottom: 2.5rem; display: block; } .caption a.btn { color: #333; font-size: 0.8rem; text-decoration: none; background-color: white; padding: .5rem 1rem; text-transform: uppercase; letter-spacing: .2rem; position: relative; z-index: 9; transition: 100ms ease-in background-color, 200ms ease-in color; } .caption a.btn:hover { background-color: black; color: white; } .container { width: 100%; height: 100vh; background-color: #2C302E; display: flex; position: relative; } .left-col, .right-col { width: 100%; /*box-sizing: border-box;*/ height: 100%; overflow: hidden; } .left-col { padding: 1rem; position: relative; text-align: center; } /*.left-col .slide { position: absolute; width: 100%; height: 100%; background-position: left top !important; background-size: auto 100%!important; background-repeat: no-repeat; opacity: 0; transition: 500ms cubic-bezier(1, 0.04, 0.355, 1) transform, 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path; transform: translateY(-100%); scale: 1; z-index: -1; }*/ .left-col .slide:not(.current){ display: none } .left-col .slide { position: relative; margin:0 auto; width: auto; height: 100%; transition: 500ms cubic-bezier(1, 0.04, 0.355, 1) transform, 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path; transform: translateY(-100%); /*scale: 1;*/ z-index: -1; } .left-col .slide.previous { z-index: 1; opacity: 1; transform: translateY(0); animation-delay: 1s; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transition: 2s ease transform; will-change: transform; } .left-col .slide.previous.change { transform: translateY(50%); } .left-col .slide.next { transform: translateY(-100%); z-index: 3; opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); } .left-col .slide.current { opacity: 1; transform: translateY(0) scale(1); z-index: 2; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } .right-col { display: flex; align-items: center; justify-content: center; } .right-col .preview { max-width: 400px; } .nav { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6; overflow: hidden; } .nav a { color: #fafafa; font-size: 3rem; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); } .nav:hover .slide-up, .nav:hover .slide-down { opacity: .5; transform: translateX(0); } .nav .slide-up, .nav .slide-down { display: block; position: absolute; text-align: center; padding: 1rem; opacity: 0; transition: .25s ease opacity,.25s ease transform; z-index: 99; } .nav .slide-up:hover, .nav .slide-down:hover { opacity: 1; } .nav .slide-up a, .nav .slide-down a { text-decoration: none; font-weight: 300 !important; } .nav .slide-up { top: 50%; left: 0; transform: translateX(-100%); } .nav .slide-down { top: 50%; right: 0; transform: translateX(100%); }
presentation/css/slides.css
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900"); body { font-family: 'Lato'; color: #d6f9dd; } * { padding: 0; margin: 0; box-sizing: border-box; } img { max-width: 100%; } .caption { position: absolute; top: 50%; left: 8rem; right:8rem; z-index: 9; transform: translateY(-50%); opacity: 0; transition: 200ms ease opacity, 200ms ease transform; transform: translateY(60px); } .caption.current-caption { transition-delay: 1000ms; opacity: 1; transform: translateY(0); } .caption.previous-caption { transform: translateY(-60px); } .caption .caption-heading { transition: 200ms ease-in all; } .caption .caption-heading h1 { font-size: 4rem; margin-bottom: 1.5rem; text-transform: uppercase; text-indent: -0.2rem; letter-spacing: .2rem; font-weight: 300; } .caption .caption-subhead { font-size: 1rem; font-weight: 300; text-transform: uppercase; color: white; letter-spacing: 4px; word-spacing: .1rem; margin-bottom: 2.5rem; display: block; } .caption a.btn { color: #333; font-size: 0.8rem; text-decoration: none; background-color: white; padding: .5rem 1rem; text-transform: uppercase; letter-spacing: .2rem; position: relative; z-index: 9; transition: 100ms ease-in background-color, 200ms ease-in color; } .caption a.btn:hover { background-color: black; color: white; } .container { width: 100%; height: 100vh; background-color: #2C302E; display: flex; position: relative; } .left-col, .right-col { width: 100%; /*box-sizing: border-box;*/ height: 100%; overflow: hidden; } .left-col { padding: 1rem; position: relative; text-align: center; } /*.left-col .slide { position: absolute; width: 100%; height: 100%; background-position: left top !important; background-size: auto 100%!important; background-repeat: no-repeat; opacity: 0; transition: 500ms cubic-bezier(1, 0.04, 0.355, 1) transform, 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path; transform: translateY(-100%); scale: 1; z-index: -1; }*/ .left-col .slide:not(.current){ display: none } .left-col .slide { position: relative; margin:0 auto; width: auto; height: 100%; transition: 500ms cubic-bezier(1, 0.04, 0.355, 1) transform, 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) clip-path; transform: translateY(-100%); /*scale: 1;*/ z-index: -1; } .left-col .slide.previous { z-index: 1; opacity: 1; transform: translateY(0); animation-delay: 1s; clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%); transition: 2s ease transform; will-change: transform; } .left-col .slide.previous.change { transform: translateY(50%); } .left-col .slide.next { transform: translateY(-100%); z-index: 3; opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%); } .left-col .slide.current { opacity: 1; transform: translateY(0) scale(1); z-index: 2; clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } .right-col { display: flex; align-items: center; justify-content: center; } .right-col .preview { max-width: 400px; } .nav { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 6; overflow: hidden; } .nav a { color: #fafafa; font-size: 3rem; text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4); } .nav:hover .slide-up, .nav:hover .slide-down { opacity: .5; transform: translateX(0); } .nav .slide-up, .nav .slide-down { display: block; position: absolute; text-align: center; padding: 1rem; opacity: 0; transition: .25s ease opacity,.25s ease transform; z-index: 99; } .nav .slide-up:hover, .nav .slide-down:hover { opacity: 1; } .nav .slide-up a, .nav .slide-down a { text-decoration: none; font-weight: 300 !important; } .nav .slide-up { top: 50%; left: 0; transform: translateX(-100%); } .nav .slide-down { top: 50%; right: 0; transform: translateX(100%); }
0.489992
0.096578
.pull-request-activity { padding: 0; list-style: none; } .pull-request-activity > li { list-style: none; border-top: 1px solid #DFE1E6; } .pull-request-activity > li:first-child { border-top: none; } .pull-request-activity .diff-comment-activity .file-content, .pull-request-activity .file-comment-activity .detail .file-comment-container { background-clip: padding-box; border-radius: 4px; overflow: hidden; position: relative; border: 1px solid #DFE1E6; margin: 10px 0; } .pull-request-activity .diff-comment-activity .file-content .content-view { margin-bottom: 0; overflow: auto; } .pull-request-activity .diff-comment-activity .file-content .skipped-container { cursor: default; } .pull-request-activity .diff-comment-activity, .pull-request-activity .activity-item { padding: 10px 0; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-sizer, .pull-request-activity .activity-item .CodeMirror .CodeMirror-sizer { padding-bottom: 0; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-scroll, .pull-request-activity .activity-item .CodeMirror .CodeMirror-scroll { background-color: #FFFFFF; margin-bottom: -50px; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-lines, .pull-request-activity .activity-item .CodeMirror .CodeMirror-lines { padding-top: 0; } .pull-request-activity .diff-comment-activity .action, .pull-request-activity .activity-item .action { margin-left: 10px; } .pull-request-activity .diff-comment-activity .summary > .user-name, .pull-request-activity .activity-item .summary > .user-name { font-weight: bold; } .pull-request-activity .diff-comment-activity .summary > .removed-lozenge-container, .pull-request-activity .activity-item .summary > .removed-lozenge-container { float: right; } .pull-request-activity .diff-comment-activity .aui-item.avatar, .pull-request-activity .activity-item .aui-item.avatar { width: 32px; } .pull-request-activity .diff-comment-activity .user-avatar, .pull-request-activity .activity-item .user-avatar { vertical-align: middle; margin-right: 10px; } .pull-request-activity .diff-comment-activity .action, .pull-request-activity .activity-item .action, .pull-request-activity .diff-comment-activity time, .pull-request-activity .activity-item time { vertical-align: baseline; } .pull-request-activity .diff-comment-activity time, .pull-request-activity .activity-item time, .pull-request-activity .diff-comment-activity .comment-link, .pull-request-activity .activity-item .comment-link { margin-left: 1em; font-size: 12px; color: #5E6C84; } .pull-request-activity .diff-comment-activity .comment-container time, .pull-request-activity .activity-item .comment-container time, .pull-request-activity .diff-comment-activity .comment-link, .pull-request-activity .activity-item .comment-link { margin-left: 0; } .pull-request-activity .reviewers-updated-activity .removed-symbol { display: inline-block; width: 16px; height: 16px; text-align: center; text-indent: -999em; margin: 0 10px 0 0; background: url('minus.svg') center no-repeat; background-size: 8px 2px; vertical-align: middle; } .pull-request-activity .reviewers-updated-activity .aui-iconfont-add-small { color: #36B37E; margin: 0 10px 0 0; vertical-align: middle; } .pull-request-activity .reviewers-updated-activity .reviewers + .reviewers { border-top: 1px solid #DFE1E6; border-bottom: 1px solid #DFE1E6; padding: 10px; } .pull-request-activity .reviewers-updated-activity .reviewers:first-child { border-top: 1px solid #DFE1E6; padding: 10px; } .pull-request-activity .reviewers-updated-activity .reviewers:only-child { border-top: 0 none; padding: 0 10px; } .pull-request-activity .activity-item { padding: 10px 0; transition: background-color 1s ease-out; } .pull-request-activity .activity-item.new { background-color: #fffde2; } .pull-request-activity .activity-item.focused { background-color: #DEEBFF; } .pull-request-activity .activity-item .activity-item-content { display: table; table-layout: fixed; width: 100%; } .pull-request-activity .activity-item .activity-item-content > .pull-request-state-lozenge, .pull-request-activity .activity-item .activity-item-content > .avatar { display: table-cell; width: 42px; line-height: 32px; } .pull-request-activity .activity-item .activity-item-content > * + .avatar { padding-left: 10px; } .pull-request-activity .activity-item .activity-item-content > .action { display: table-cell; padding-left: 0; } .pull-request-activity .activity-item .activity-item-content > .action .summary { line-height: 32px; } .pull-request-activity .activity-item .activity-item-content > .action .summary .pull-request-state-lozenge { margin: 0 5px; } .pull-request-activity .activity-item .activity-item-content > .action .summary .user-name { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 500px; } .pull-request-activity .activity-item .activity-item-content > .action .detail { padding-bottom: 10px; } .pull-request-activity .general-comment-form { padding-bottom: 10px; } .pull-request-activity + .spinner { width: 48px; height: 48px; margin: 16px auto 0; } .pull-request-activity .rescope .commits-table { margin: 10px 0 0; } .pull-request-activity .rescope .commits-table tbody > tr:first-child { border-top: 1px solid #DFE1E6; } .pull-request-activity .rescope .commits-table tbody > tr:first-child > td { border-top: none; } .pull-request-activity .rescope .commits-table .status { width: 70px; vertical-align: inherit; } .pull-request-activity .rescope .more-commits { margin-top: 0; margin-left: 2px; padding-top: 10px; text-align: center; } .pull-request-activity .rescope .commit { font-size: 12px; } .pull-request-activity .activity-load-new { border-top: #DFE1E6; border-top: none; border-bottom: none; height: 50px; text-align: center; } .pull-request-activity .activity-load-new a { font-size: 14px; } .pull-request-activity .activity-item-content .ref-lozenge { border: none; } .pull-request-activity .activity-item-content .ref-lozenge .aui-icon { display: none; } .pull-request-activity .activity-item-content .ref-lozenge .name { margin-left: 0; }
target/bitbucket/app/static/bitbucket/internal/feature/pull-request/activity/pull-request-activity.less.css
.pull-request-activity { padding: 0; list-style: none; } .pull-request-activity > li { list-style: none; border-top: 1px solid #DFE1E6; } .pull-request-activity > li:first-child { border-top: none; } .pull-request-activity .diff-comment-activity .file-content, .pull-request-activity .file-comment-activity .detail .file-comment-container { background-clip: padding-box; border-radius: 4px; overflow: hidden; position: relative; border: 1px solid #DFE1E6; margin: 10px 0; } .pull-request-activity .diff-comment-activity .file-content .content-view { margin-bottom: 0; overflow: auto; } .pull-request-activity .diff-comment-activity .file-content .skipped-container { cursor: default; } .pull-request-activity .diff-comment-activity, .pull-request-activity .activity-item { padding: 10px 0; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-sizer, .pull-request-activity .activity-item .CodeMirror .CodeMirror-sizer { padding-bottom: 0; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-scroll, .pull-request-activity .activity-item .CodeMirror .CodeMirror-scroll { background-color: #FFFFFF; margin-bottom: -50px; } .pull-request-activity .diff-comment-activity .CodeMirror .CodeMirror-lines, .pull-request-activity .activity-item .CodeMirror .CodeMirror-lines { padding-top: 0; } .pull-request-activity .diff-comment-activity .action, .pull-request-activity .activity-item .action { margin-left: 10px; } .pull-request-activity .diff-comment-activity .summary > .user-name, .pull-request-activity .activity-item .summary > .user-name { font-weight: bold; } .pull-request-activity .diff-comment-activity .summary > .removed-lozenge-container, .pull-request-activity .activity-item .summary > .removed-lozenge-container { float: right; } .pull-request-activity .diff-comment-activity .aui-item.avatar, .pull-request-activity .activity-item .aui-item.avatar { width: 32px; } .pull-request-activity .diff-comment-activity .user-avatar, .pull-request-activity .activity-item .user-avatar { vertical-align: middle; margin-right: 10px; } .pull-request-activity .diff-comment-activity .action, .pull-request-activity .activity-item .action, .pull-request-activity .diff-comment-activity time, .pull-request-activity .activity-item time { vertical-align: baseline; } .pull-request-activity .diff-comment-activity time, .pull-request-activity .activity-item time, .pull-request-activity .diff-comment-activity .comment-link, .pull-request-activity .activity-item .comment-link { margin-left: 1em; font-size: 12px; color: #5E6C84; } .pull-request-activity .diff-comment-activity .comment-container time, .pull-request-activity .activity-item .comment-container time, .pull-request-activity .diff-comment-activity .comment-link, .pull-request-activity .activity-item .comment-link { margin-left: 0; } .pull-request-activity .reviewers-updated-activity .removed-symbol { display: inline-block; width: 16px; height: 16px; text-align: center; text-indent: -999em; margin: 0 10px 0 0; background: url('minus.svg') center no-repeat; background-size: 8px 2px; vertical-align: middle; } .pull-request-activity .reviewers-updated-activity .aui-iconfont-add-small { color: #36B37E; margin: 0 10px 0 0; vertical-align: middle; } .pull-request-activity .reviewers-updated-activity .reviewers + .reviewers { border-top: 1px solid #DFE1E6; border-bottom: 1px solid #DFE1E6; padding: 10px; } .pull-request-activity .reviewers-updated-activity .reviewers:first-child { border-top: 1px solid #DFE1E6; padding: 10px; } .pull-request-activity .reviewers-updated-activity .reviewers:only-child { border-top: 0 none; padding: 0 10px; } .pull-request-activity .activity-item { padding: 10px 0; transition: background-color 1s ease-out; } .pull-request-activity .activity-item.new { background-color: #fffde2; } .pull-request-activity .activity-item.focused { background-color: #DEEBFF; } .pull-request-activity .activity-item .activity-item-content { display: table; table-layout: fixed; width: 100%; } .pull-request-activity .activity-item .activity-item-content > .pull-request-state-lozenge, .pull-request-activity .activity-item .activity-item-content > .avatar { display: table-cell; width: 42px; line-height: 32px; } .pull-request-activity .activity-item .activity-item-content > * + .avatar { padding-left: 10px; } .pull-request-activity .activity-item .activity-item-content > .action { display: table-cell; padding-left: 0; } .pull-request-activity .activity-item .activity-item-content > .action .summary { line-height: 32px; } .pull-request-activity .activity-item .activity-item-content > .action .summary .pull-request-state-lozenge { margin: 0 5px; } .pull-request-activity .activity-item .activity-item-content > .action .summary .user-name { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; max-width: 500px; } .pull-request-activity .activity-item .activity-item-content > .action .detail { padding-bottom: 10px; } .pull-request-activity .general-comment-form { padding-bottom: 10px; } .pull-request-activity + .spinner { width: 48px; height: 48px; margin: 16px auto 0; } .pull-request-activity .rescope .commits-table { margin: 10px 0 0; } .pull-request-activity .rescope .commits-table tbody > tr:first-child { border-top: 1px solid #DFE1E6; } .pull-request-activity .rescope .commits-table tbody > tr:first-child > td { border-top: none; } .pull-request-activity .rescope .commits-table .status { width: 70px; vertical-align: inherit; } .pull-request-activity .rescope .more-commits { margin-top: 0; margin-left: 2px; padding-top: 10px; text-align: center; } .pull-request-activity .rescope .commit { font-size: 12px; } .pull-request-activity .activity-load-new { border-top: #DFE1E6; border-top: none; border-bottom: none; height: 50px; text-align: center; } .pull-request-activity .activity-load-new a { font-size: 14px; } .pull-request-activity .activity-item-content .ref-lozenge { border: none; } .pull-request-activity .activity-item-content .ref-lozenge .aui-icon { display: none; } .pull-request-activity .activity-item-content .ref-lozenge .name { margin-left: 0; }
0.412057
0.090977
body { background: #f9f9f9; font-size: 1em; font-family: Helvetica, Arial, sans-serif; font-weight: 300; line-height: 1.5em; letter-spacing: 0; word-spacing: 0; } #browser-upgrade { padding: 3% 22%; margin-top: 0; } h2 { text-transform: uppercase; text-align: center; line-height: 1em; letter-spacing: 1px; word-spacing: 5px; font-size: 2em; font-weight: 300; color: #333; margin: 0 0 0.25em; } h3 { margin: 0 0 1em 0; font-size: 1.5em; font-weight: 300; border-bottom: 1px solid #ccc; padding-bottom: 0.25em; } .col-left { width: 50%; float: left; } .col-left p { margin-top: 0; } .col-right { width: 39%; float: right; } .col-right i { padding-left: 1.5em; } .col-right a { display: block; margin-bottom: 1em; padding: 4px; } .col-right a:hover { background: #eceef1; } .col-right img { float: left; margin-right: 20px; } .col-right span { line-height: 64px; } small { display: block; font-size: 0.875em; font-weight: 400; font-style: normal; font-family: Georgia, serif; padding: 6px 0; text-align: center; color: #646464; background: #eceef1; word-spacing: 4px; border: 1px solid #eee; margin-top: 1.5em; margin-bottom: 4em; } .desc { display: block; margin-top: 1.5em; text-align: center; color: #999; } ul { letter-spacing: 0; word-spacing: 0; padding: 0; margin: 0; } li { margin: 0 0 1.25em 0; list-style-type: none; } li.separator { height: 15px; position: relative; } li.separator:after { content: 'or'; position: absolute; top: 0; left: 50%; color: #999; } .win-only { display: none; } img { border: 0px; } .footer a, a:active, .footer a:visited { color: #646464; text-decoration: none; } .footer a:hover { color: #343434; } .footer { margin-bottom: 1em; }
assets/style.css
body { background: #f9f9f9; font-size: 1em; font-family: Helvetica, Arial, sans-serif; font-weight: 300; line-height: 1.5em; letter-spacing: 0; word-spacing: 0; } #browser-upgrade { padding: 3% 22%; margin-top: 0; } h2 { text-transform: uppercase; text-align: center; line-height: 1em; letter-spacing: 1px; word-spacing: 5px; font-size: 2em; font-weight: 300; color: #333; margin: 0 0 0.25em; } h3 { margin: 0 0 1em 0; font-size: 1.5em; font-weight: 300; border-bottom: 1px solid #ccc; padding-bottom: 0.25em; } .col-left { width: 50%; float: left; } .col-left p { margin-top: 0; } .col-right { width: 39%; float: right; } .col-right i { padding-left: 1.5em; } .col-right a { display: block; margin-bottom: 1em; padding: 4px; } .col-right a:hover { background: #eceef1; } .col-right img { float: left; margin-right: 20px; } .col-right span { line-height: 64px; } small { display: block; font-size: 0.875em; font-weight: 400; font-style: normal; font-family: Georgia, serif; padding: 6px 0; text-align: center; color: #646464; background: #eceef1; word-spacing: 4px; border: 1px solid #eee; margin-top: 1.5em; margin-bottom: 4em; } .desc { display: block; margin-top: 1.5em; text-align: center; color: #999; } ul { letter-spacing: 0; word-spacing: 0; padding: 0; margin: 0; } li { margin: 0 0 1.25em 0; list-style-type: none; } li.separator { height: 15px; position: relative; } li.separator:after { content: 'or'; position: absolute; top: 0; left: 50%; color: #999; } .win-only { display: none; } img { border: 0px; } .footer a, a:active, .footer a:visited { color: #646464; text-decoration: none; } .footer a:hover { color: #343434; } .footer { margin-bottom: 1em; }
0.540681
0.105948
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif!important; font-size : 16px; } sub{ color:#90A4AE; } /* BASE FONT SIZE IS 16px*/ .header { background-color: #455A64; color: white; font-size: 125%; } .sidemenuHeader { background-color: #455A64; } .boldLetters { color: #90A4AE; font-weight: bold!important; font-size: 162.5%; } .normalBlackLetters { font-size: 125%; } .placeholderLetters { font-size: 100% ; color: #90a4ae!important; } .sideLetters { font-size: 87.5%; color: #90A4AE !important; } /* * Nightmode / Normalmode */ .nightmodeFontColor { color: white!important; font-size: 125% ; } /*background for all the pages except settings*/ .nightmodeBackground { background-color: rgb(68, 68, 68)!important; } .normalBackground { background-color: white!important; } /*settings page where the nightmode transition is happening*/ .nightmodeBackgroundMain { background-color: rgb(68, 68, 68)!important; } .normalBackgroundMain { background-color: white!important; } /*sidemenu icons color*/ .normalSidemenuIcon { color: #444; } .nightmodeSidemenuIcon { color: white; } .nightmodeHeaderClass { color: white !important; } .normalHeaderClass { color: black !important; } /*list background color*/ .nightmodeBackground .item .item-content, .nightmodeBackground .item-select select { background-color: rgb(68, 68, 68)!important; } .normalBackground .item .item-content .item-input { background-color: white; } .nightmodeBackground .toggle input:checked+.track { background-color: rgb(68, 68, 68); } .item .item-content .item-select{ padding-top:1%!important; padding-bottom: 1%!important; padding-left:5%!important; padding-right:5%!important; } /*CSS for Mainition animation from nightmode to normalmode and back*/ /* .normalBackgroundMain-add, .normalBackgroundMain-remove, .nightmodeBackgroundMain-add, .nightmodeBackgroundMain-remove { transition: background-color 150ms linear; } */ /* * Popup class */ .popup-container .popup { width: 90%; } .favouriteButton { color: #42CB24; } .generalPadding { padding: 3% 3% 3% 3%!important; } .sideMenuPadding { padding: 0% 3% 0% 3%!important; } .item { border-left: 0px; border-right: 0px; } .checkbox input:checked:before, .checkbox input:checked+.checkbox-icon:before { background: #455A64; border-color: #455A64; } /*Popup background*/ .popup-container > .popup{ background: white; } /*Select options*/ .customSelect{ right:auto!important; direction:ltr!important; padding-left:0%!important; padding-right:0%!important; } .button.button-positive { border-color: transparent; background-color:#455A64 !important; color: #fff; } .button.button-positive.active, .button.button-positive.activated { border-color: #a2a2a2; background-color: #0c60ee; } .button.button-positive.button-icon { border-color: transparent; background: none; } .button.button-positive.button-outline { border-color: #455A64 !important; background: transparent; color: #387ef5; } .button.button-positive.button-outline.active, .button.button-positive.button-outline.activated { background-color: #455A64 !important; box-shadow: none; color: #fff; }
Mobile_App/platforms/ios/www/css/generalStylling.css
* { font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif!important; font-size : 16px; } sub{ color:#90A4AE; } /* BASE FONT SIZE IS 16px*/ .header { background-color: #455A64; color: white; font-size: 125%; } .sidemenuHeader { background-color: #455A64; } .boldLetters { color: #90A4AE; font-weight: bold!important; font-size: 162.5%; } .normalBlackLetters { font-size: 125%; } .placeholderLetters { font-size: 100% ; color: #90a4ae!important; } .sideLetters { font-size: 87.5%; color: #90A4AE !important; } /* * Nightmode / Normalmode */ .nightmodeFontColor { color: white!important; font-size: 125% ; } /*background for all the pages except settings*/ .nightmodeBackground { background-color: rgb(68, 68, 68)!important; } .normalBackground { background-color: white!important; } /*settings page where the nightmode transition is happening*/ .nightmodeBackgroundMain { background-color: rgb(68, 68, 68)!important; } .normalBackgroundMain { background-color: white!important; } /*sidemenu icons color*/ .normalSidemenuIcon { color: #444; } .nightmodeSidemenuIcon { color: white; } .nightmodeHeaderClass { color: white !important; } .normalHeaderClass { color: black !important; } /*list background color*/ .nightmodeBackground .item .item-content, .nightmodeBackground .item-select select { background-color: rgb(68, 68, 68)!important; } .normalBackground .item .item-content .item-input { background-color: white; } .nightmodeBackground .toggle input:checked+.track { background-color: rgb(68, 68, 68); } .item .item-content .item-select{ padding-top:1%!important; padding-bottom: 1%!important; padding-left:5%!important; padding-right:5%!important; } /*CSS for Mainition animation from nightmode to normalmode and back*/ /* .normalBackgroundMain-add, .normalBackgroundMain-remove, .nightmodeBackgroundMain-add, .nightmodeBackgroundMain-remove { transition: background-color 150ms linear; } */ /* * Popup class */ .popup-container .popup { width: 90%; } .favouriteButton { color: #42CB24; } .generalPadding { padding: 3% 3% 3% 3%!important; } .sideMenuPadding { padding: 0% 3% 0% 3%!important; } .item { border-left: 0px; border-right: 0px; } .checkbox input:checked:before, .checkbox input:checked+.checkbox-icon:before { background: #455A64; border-color: #455A64; } /*Popup background*/ .popup-container > .popup{ background: white; } /*Select options*/ .customSelect{ right:auto!important; direction:ltr!important; padding-left:0%!important; padding-right:0%!important; } .button.button-positive { border-color: transparent; background-color:#455A64 !important; color: #fff; } .button.button-positive.active, .button.button-positive.activated { border-color: #a2a2a2; background-color: #0c60ee; } .button.button-positive.button-icon { border-color: transparent; background: none; } .button.button-positive.button-outline { border-color: #455A64 !important; background: transparent; color: #387ef5; } .button.button-positive.button-outline.active, .button.button-positive.button-outline.activated { background-color: #455A64 !important; box-shadow: none; color: #fff; }
0.450118
0.161023
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); /* @import url('https://fonts.googleapis.com/css?family=Montserrat|Quicksand'); */ body { font-family: 'Poppins', sans-serif; /* font-family: 'quicksand', Arial, Helvetica, sans-serif; */ font-size: 16px; line-height: 24px; font-weight: 400; color: #212112; height: 100vh; background-position: center; background-repeat: repeat; background-size: cover; overflow-x: hidden; transition: all 200ms linear; background: #2c6975; /* background: linear-gradient(to right bottom, #f5f7fa, #e8edf4, #dce3ee, #cfd9e8, #c3cfe2); */ } ::selection { color: #fff; background-color: #8167a9; } ::-moz-selection { color: #fff; background-color: #8167a9; } .navbar-brand img { height: 35px; width: auto; display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* ///////////////////////////// index.php //////////////////////////////////////// */ .tiny_case { color: #999; margin: 0; font-size: 18px; margin-top: 0; padding-top: 10px; margin-bottom: 0; font-weight: 700; } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-color: white; border-radius: 6px; margin-left: 10px; margin-right: 10px; } .col-md-12, .col-md-3 { padding: 0; } .no_padding { padding-left: 0; padding-right: 0; } .faaa { background-image: linear-gradient(to right bottom, #6063ea, #0098ff, #00c0ff, #00e2f6, #00fed4); } .text { text-transform: uppercase; background: linear-gradient(to right, #30CFD0 0%, #330867 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; } .h4-padding { margin-top: 20px; margin-bottom: 20px; text-align: center; } /* /////////////////////////// Form Module ////////////////////////// */ form { padding: 20px; margin: 0 auto; max-width: 600px; background-color: white; border-radius: 6px; } form h1 { padding-bottom: 10px; margin-bottom: 25px; font-family: 'Poppins', sans-serif; font-weight: 100; text-align: center; color: #000000; border-bottom: 1px solid #ccc; } form .roww { margin-bottom: 10px; margin-left: 0px; margin-right: 0px; position: relative; overflow: hidden; } form input[type="text"], form input[type="password"], form textarea { width: 100%; height: 40px; padding: 10px 10px 10px 90px; box-sizing: border-box; border: 1px solid #ccc; color: #333; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form textarea { height: auto; min-height: 100px; padding: 50px 10px 10px 10px; } form input[type="text"]+label, form input[type="password"]+label, form textarea+label { position: absolute; top: 0; bottom: 0; left: 0; height: 40px; line-height: 40px; font-size: 10px; font-weight: bold; width: 80px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white; background: #2C6975; border-radius: 3px 0 0 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); } form textarea+label { width: 100%; border-radius: 3px 3px 0 0; } form input[type="text"]:focus, form input[type="password"]:focus { padding-left: 10px; } form textarea:focus { padding-top: 10px; } form input[type="text"]:focus+label, form input[type="password"]:focus+label { -webkit-transform: translateZ(0) translateX(-100%); transform: translateZ(0) translateX(-100%); } form textarea:focus+label { -webkit-transform: translateZ(0) translateY(-100%); transform: translateZ(0) translateY(-100%); } form input[type="checkbox"], form input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; } form input[type="radio"]+label { position: relative; display: inline-block; overflow: hidden; text-indent: -9999px; background: #ccc; width: 20px; height: 20px; border-radius: 100%; cursor: pointer; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form input[type="radio"]+label:before { content: ''; position: absolute; display: block; height: 10px; width: 10px; top: 50%; left: 50%; background: white; border-radius: 100%; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s; -webkit-transform: translateZ(0) translate(-50%, -50%) scale(0); transform: translateZ(0) translate(-50%, -50%) scale(0); } form input[type="radio"]:checked+label { background: #2C6975; } form input[type="radio"]:checked+label:before { -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1); transform: translateZ(0) translate(-50%, -50%) scale(1); } form input[type="checkbox"]+label { position: relative; display: inline-block; overflow: hidden; text-indent: -9999px; background: #ccc; width: 50px; height: 24px; border-radius: 100px; cursor: pointer; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form input[type="checkbox"]+label:before { content: ''; position: absolute; display: block; top: 0; right: 0; bottom: 0; left: 0; background: #2C6975; border-radius: 100px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s; -webkit-transform: translateZ(0) scale(0); transform: translateZ(0) scale(0); } form input[type="checkbox"]+label:after { content: ''; position: absolute; top: 2px; left: 2px; display: block; height: 20px; width: 20px; background: white; border-radius: 100%; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); } form input[type="checkbox"]:checked+label { background: #2C6975; } form input[type="checkbox"]:checked+label:after { left: calc(100% - 22px); -webkit-transform: translateZ(0); transform: translateZ(0); } button { position: relative; overflow: hidden; height: 40px; line-height: 40px; padding: 0 20px; font-size: 10px; font-weight: bold; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white; border: none; background: #2C6975; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); z-index: 2; } .a_btn { position: relative; overflow: hidden; height: 40px; line-height: 40px; padding: 0 20px; font-size: 10px; font-weight: bold; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white !important; border: none; background: #2C6975; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); z-index: 2; } a { color: #2C6975 !important; text-decoration: none; } a:hover { text-decoration: none !important; color: white; } button:before { content: ''; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; color: #68B2A0; background: #68B2A0; height: 100%; width: 100%; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) scale(0); transform: translateZ(0) scale(0); z-index: -1; } .radio_name { position: relative; bottom: 8px; } form button:hover:before, form button:focus:before { -webkit-transform: scale(1); transform: scale(1); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } .h1_slimtext { font-weight: 200; text-transform: uppercase; font-size: 30px; margin-top: 0px; margin-bottom: 10px; } /* /////////////////////////// FIle Upload /////////////////////////////////////// */ .file-input { border: 1px solid #2b6671; display: inline-block; text-align: left; background: #fff; margin: 16px; width: 450px; position: relative; border-radius: 3px; } .file-input>[type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 10; cursor: pointer; } .file-input>.button { display: inline-block; cursor: pointer; background: #2b6671; padding: 8px 16px; border-radius: 2px; margin-right: 8px; color: white; } .file-input:hover>.button { background: dodgerblue; color: white; } .file-input>.label { color: #333; white-space: nowrap; opacity: .3; } .file-input.-chosen>.label { opacity: 1; } /* ///////////////////////////////// Breadcrumbs /////////////////////////////////////// */ ul.breadcrumb { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; padding: 10px 16px; list-style: none; background-color: #fff; } ul.breadcrumb li { display: inline; font-size: 15px; } ul.breadcrumb li+li:before { padding: 8px; color: black; content: ' \00BB'; } ul.breadcrumb li a { color: #0275d8; text-decoration: none; } ul.breadcrumb li a:hover { color: #01447e; text-decoration: underline; } .shadow { box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.02); } .main_color { background: #2c6975; } /* ////////////////////////////////// sweet alert //////////////////////////////////////////// */ .swal-button { background-color: #2C6975; color: #fff; border: none; box-shadow: none; border-radius: 5px; font-weight: 600; font-size: 14px; padding: 0px 24px; margin: 0; cursor: pointer; } .swal-button:hover { background-color: #2C6975; } /* ////////////////////////////////// form with import ///////////////////////////////////////// */ .main_container { background-color: #fff; border-radius: 6px; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); position: relative; overflow: hidden; width: 98.5%; max-width: 100%; min-height: 480px; margin-left: 10px; margin-right: 10px; } .form-main_container { position: absolute; top: 0; height: 100%; transition: all 0.6s ease-in-out; } .sign-in-main_container { left: 0; width: 50%; z-index: 2; } .sign-up-main_container { left: 0; width: 50%; opacity: 0; z-index: 1; } .main_container.right-panel-active .sign-up-main_container { transform: translateX(100%); opacity: 1; z-index: 5; animation: show 0.6s; } @keyframes show { 0%, 49.99% { opacity: 0; z-index: 1; } 50%, 100% { opacity: 1; z-index: 5; } } .overlay-main_container { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; overflow: hidden; transition: transform 0.6s ease-in-out; z-index: 100; } .main_container.right-panel-active .overlay-main_container { transform: translateX(-100%); } /* //////////////////////////////// user overlay ///////////////////////////////// */ .overlay_user { background: url("../images/user_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_user { transform: translateX(50%); } /* //////////////////////////////// user overlay ///////////////////////////////// */ .overlay_asset { background: url("../images/asset_background.png"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_asset { transform: translateX(50%); } /* //////////////////////////////// brand overlay ///////////////////////////////// */ .overlay_brand { background: url("../images/brand_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_brand { transform: translateX(50%); } /* //////////////////////////////// vender overlay ///////////////////////////////// */ .overlay_vender { background: url("../images/vendor_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_vender { transform: translateX(50%); } /* //////////////////////////////// project overlay ///////////////////////////////// */ .overlay_project { background: url("../images/project_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_project { transform: translateX(50%); } /* //////////////////////////////// Location ///////////////////////////////// */ .overlay { background: url("../images/location_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay { transform: translateX(50%); } .overlay-panel { /* background-image: url("../Assets/images/location_background.jpg"); */ position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 40px; text-align: center; top: 0; height: 100%; width: 50%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .overlay-left { transform: translateX(-20%); } .main_container.right-panel-active .overlay-left { transform: translateX(0); } .overlay-right { right: 0; transform: translateX(0); } .main_container.right-panel-active .overlay-right { transform: translateX(20%); } .ghost { font-size: 17px; background: white; color: #2b6671; } .error { color: red !important; } /* /////////////////////////// FIle Upload /////////////////////////////////////// */ .file-input { border: 1px solid #2b6671; display: inline-block; text-align: left; 8 background: #fff; margin: 16px; width: 450px; position: relative; border-radius: 3px; } .file-input>[type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 10; cursor: pointer; } .file-input>.button { display: inline-block; cursor: pointer; background: #2b6671; padding: 8px 16px; border-radius: 2px; margin-right: 8px; color: white; } .file-input:hover>.button { background: dodgerblue; color: white; } .file-input>.label { color: #333; white-space: nowrap; opacity: .3; } .file-input.-chosen>.label { opacity: 1; } /* //////////////////////////////////////////////////// image avatar ///////////////////////////////////////////////// */ .avatar-upload { position: relative; max-width: 205px; margin: 20px auto; } .avatar-upload .avatar-edit { position: absolute; right: 40px; z-index: 1; top: 5px; } .avatar-upload .avatar-edit input { display: none; } .avatar-upload .avatar-edit input+label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: #2c6975; border: 1px solid transparent; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); cursor: pointer; font-weight: normal; transition: all 0.2s ease-in-out; } .avatar-upload .avatar-edit input+label:hover { background: #f1f1f1; border-color: #d6d6d6; } .avatar-upload .avatar-edit input+label:after { content: "\f040"; font-family: 'FontAwesome'; color: #ffffff; position: absolute; top: 6px; left: 0; right: 0; text-align: center; margin: auto; } .avatar-upload .avatar-preview { width: 120px; height: 120px; position: relative; border-radius: 100%; border: 6px solid #2c6975; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); } .avatar-upload .avatar-preview>div { width: 100%; height: 100%; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } .overlay_color { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(43, 103, 114, 0.7); }
public/asset/css/index - Copy.css
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext'); /* @import url('https://fonts.googleapis.com/css?family=Montserrat|Quicksand'); */ body { font-family: 'Poppins', sans-serif; /* font-family: 'quicksand', Arial, Helvetica, sans-serif; */ font-size: 16px; line-height: 24px; font-weight: 400; color: #212112; height: 100vh; background-position: center; background-repeat: repeat; background-size: cover; overflow-x: hidden; transition: all 200ms linear; background: #2c6975; /* background: linear-gradient(to right bottom, #f5f7fa, #e8edf4, #dce3ee, #cfd9e8, #c3cfe2); */ } ::selection { color: #fff; background-color: #8167a9; } ::-moz-selection { color: #fff; background-color: #8167a9; } .navbar-brand img { height: 35px; width: auto; display: block; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out; } /* ///////////////////////////// index.php //////////////////////////////////////// */ .tiny_case { color: #999; margin: 0; font-size: 18px; margin-top: 0; padding-top: 10px; margin-bottom: 0; font-weight: 700; } .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); background-color: white; border-radius: 6px; margin-left: 10px; margin-right: 10px; } .col-md-12, .col-md-3 { padding: 0; } .no_padding { padding-left: 0; padding-right: 0; } .faaa { background-image: linear-gradient(to right bottom, #6063ea, #0098ff, #00c0ff, #00e2f6, #00fed4); } .text { text-transform: uppercase; background: linear-gradient(to right, #30CFD0 0%, #330867 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; } .h4-padding { margin-top: 20px; margin-bottom: 20px; text-align: center; } /* /////////////////////////// Form Module ////////////////////////// */ form { padding: 20px; margin: 0 auto; max-width: 600px; background-color: white; border-radius: 6px; } form h1 { padding-bottom: 10px; margin-bottom: 25px; font-family: 'Poppins', sans-serif; font-weight: 100; text-align: center; color: #000000; border-bottom: 1px solid #ccc; } form .roww { margin-bottom: 10px; margin-left: 0px; margin-right: 0px; position: relative; overflow: hidden; } form input[type="text"], form input[type="password"], form textarea { width: 100%; height: 40px; padding: 10px 10px 10px 90px; box-sizing: border-box; border: 1px solid #ccc; color: #333; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form textarea { height: auto; min-height: 100px; padding: 50px 10px 10px 10px; } form input[type="text"]+label, form input[type="password"]+label, form textarea+label { position: absolute; top: 0; bottom: 0; left: 0; height: 40px; line-height: 40px; font-size: 10px; font-weight: bold; width: 80px; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white; background: #2C6975; border-radius: 3px 0 0 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); } form textarea+label { width: 100%; border-radius: 3px 3px 0 0; } form input[type="text"]:focus, form input[type="password"]:focus { padding-left: 10px; } form textarea:focus { padding-top: 10px; } form input[type="text"]:focus+label, form input[type="password"]:focus+label { -webkit-transform: translateZ(0) translateX(-100%); transform: translateZ(0) translateX(-100%); } form textarea:focus+label { -webkit-transform: translateZ(0) translateY(-100%); transform: translateZ(0) translateY(-100%); } form input[type="checkbox"], form input[type="radio"] { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; } form input[type="radio"]+label { position: relative; display: inline-block; overflow: hidden; text-indent: -9999px; background: #ccc; width: 20px; height: 20px; border-radius: 100%; cursor: pointer; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form input[type="radio"]+label:before { content: ''; position: absolute; display: block; height: 10px; width: 10px; top: 50%; left: 50%; background: white; border-radius: 100%; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s; -webkit-transform: translateZ(0) translate(-50%, -50%) scale(0); transform: translateZ(0) translate(-50%, -50%) scale(0); } form input[type="radio"]:checked+label { background: #2C6975; } form input[type="radio"]:checked+label:before { -webkit-transform: translateZ(0) translate(-50%, -50%) scale(1); transform: translateZ(0) translate(-50%, -50%) scale(1); } form input[type="checkbox"]+label { position: relative; display: inline-block; overflow: hidden; text-indent: -9999px; background: #ccc; width: 50px; height: 24px; border-radius: 100px; cursor: pointer; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } form input[type="checkbox"]+label:before { content: ''; position: absolute; display: block; top: 0; right: 0; bottom: 0; left: 0; background: #2C6975; border-radius: 100px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9) 0.1s; -webkit-transform: translateZ(0) scale(0); transform: translateZ(0) scale(0); } form input[type="checkbox"]+label:after { content: ''; position: absolute; top: 2px; left: 2px; display: block; height: 20px; width: 20px; background: white; border-radius: 100%; box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); } form input[type="checkbox"]:checked+label { background: #2C6975; } form input[type="checkbox"]:checked+label:after { left: calc(100% - 22px); -webkit-transform: translateZ(0); transform: translateZ(0); } button { position: relative; overflow: hidden; height: 40px; line-height: 40px; padding: 0 20px; font-size: 10px; font-weight: bold; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white; border: none; background: #2C6975; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); z-index: 2; } .a_btn { position: relative; overflow: hidden; height: 40px; line-height: 40px; padding: 0 20px; font-size: 10px; font-weight: bold; text-shadow: 0 0 2px rgba(0, 0, 0, 0.1); text-align: center; text-transform: uppercase; letter-spacing: .05em; color: white !important; border: none; background: #2C6975; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) translateX(0); transform: translateZ(0) translateX(0); z-index: 2; } a { color: #2C6975 !important; text-decoration: none; } a:hover { text-decoration: none !important; color: white; } button:before { content: ''; display: block; position: absolute; top: 0; right: 0; left: 0; bottom: 0; color: #68B2A0; background: #68B2A0; height: 100%; width: 100%; border-radius: 3px; transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); -webkit-transform: translateZ(0) scale(0); transform: translateZ(0) scale(0); z-index: -1; } .radio_name { position: relative; bottom: 8px; } form button:hover:before, form button:focus:before { -webkit-transform: scale(1); transform: scale(1); transition: all 0.3s cubic-bezier(1, 0.1, 0, 0.9); } .h1_slimtext { font-weight: 200; text-transform: uppercase; font-size: 30px; margin-top: 0px; margin-bottom: 10px; } /* /////////////////////////// FIle Upload /////////////////////////////////////// */ .file-input { border: 1px solid #2b6671; display: inline-block; text-align: left; background: #fff; margin: 16px; width: 450px; position: relative; border-radius: 3px; } .file-input>[type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 10; cursor: pointer; } .file-input>.button { display: inline-block; cursor: pointer; background: #2b6671; padding: 8px 16px; border-radius: 2px; margin-right: 8px; color: white; } .file-input:hover>.button { background: dodgerblue; color: white; } .file-input>.label { color: #333; white-space: nowrap; opacity: .3; } .file-input.-chosen>.label { opacity: 1; } /* ///////////////////////////////// Breadcrumbs /////////////////////////////////////// */ ul.breadcrumb { margin-top: 10px; margin-bottom: 10px; margin-left: 10px; margin-right: 10px; padding: 10px 16px; list-style: none; background-color: #fff; } ul.breadcrumb li { display: inline; font-size: 15px; } ul.breadcrumb li+li:before { padding: 8px; color: black; content: ' \00BB'; } ul.breadcrumb li a { color: #0275d8; text-decoration: none; } ul.breadcrumb li a:hover { color: #01447e; text-decoration: underline; } .shadow { box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 6px 0 rgba(0, 0, 0, 0.02); } .main_color { background: #2c6975; } /* ////////////////////////////////// sweet alert //////////////////////////////////////////// */ .swal-button { background-color: #2C6975; color: #fff; border: none; box-shadow: none; border-radius: 5px; font-weight: 600; font-size: 14px; padding: 0px 24px; margin: 0; cursor: pointer; } .swal-button:hover { background-color: #2C6975; } /* ////////////////////////////////// form with import ///////////////////////////////////////// */ .main_container { background-color: #fff; border-radius: 6px; box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); position: relative; overflow: hidden; width: 98.5%; max-width: 100%; min-height: 480px; margin-left: 10px; margin-right: 10px; } .form-main_container { position: absolute; top: 0; height: 100%; transition: all 0.6s ease-in-out; } .sign-in-main_container { left: 0; width: 50%; z-index: 2; } .sign-up-main_container { left: 0; width: 50%; opacity: 0; z-index: 1; } .main_container.right-panel-active .sign-up-main_container { transform: translateX(100%); opacity: 1; z-index: 5; animation: show 0.6s; } @keyframes show { 0%, 49.99% { opacity: 0; z-index: 1; } 50%, 100% { opacity: 1; z-index: 5; } } .overlay-main_container { position: absolute; top: 0; left: 50%; width: 50%; height: 100%; overflow: hidden; transition: transform 0.6s ease-in-out; z-index: 100; } .main_container.right-panel-active .overlay-main_container { transform: translateX(-100%); } /* //////////////////////////////// user overlay ///////////////////////////////// */ .overlay_user { background: url("../images/user_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_user { transform: translateX(50%); } /* //////////////////////////////// user overlay ///////////////////////////////// */ .overlay_asset { background: url("../images/asset_background.png"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_asset { transform: translateX(50%); } /* //////////////////////////////// brand overlay ///////////////////////////////// */ .overlay_brand { background: url("../images/brand_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_brand { transform: translateX(50%); } /* //////////////////////////////// vender overlay ///////////////////////////////// */ .overlay_vender { background: url("../images/vendor_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_vender { transform: translateX(50%); } /* //////////////////////////////// project overlay ///////////////////////////////// */ .overlay_project { background: url("../images/project_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay_project { transform: translateX(50%); } /* //////////////////////////////// Location ///////////////////////////////// */ .overlay { background: url("../images/location_background.jpg"); /* background-repeat: no-repeat; */ background-size: cover; background-position: 0 0; color: #FFFFFF; position: relative; left: -100%; height: 100%; width: 200%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .main_container.right-panel-active .overlay { transform: translateX(50%); } .overlay-panel { /* background-image: url("../Assets/images/location_background.jpg"); */ position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 0 40px; text-align: center; top: 0; height: 100%; width: 50%; transform: translateX(0); transition: transform 0.6s ease-in-out; } .overlay-left { transform: translateX(-20%); } .main_container.right-panel-active .overlay-left { transform: translateX(0); } .overlay-right { right: 0; transform: translateX(0); } .main_container.right-panel-active .overlay-right { transform: translateX(20%); } .ghost { font-size: 17px; background: white; color: #2b6671; } .error { color: red !important; } /* /////////////////////////// FIle Upload /////////////////////////////////////// */ .file-input { border: 1px solid #2b6671; display: inline-block; text-align: left; 8 background: #fff; margin: 16px; width: 450px; position: relative; border-radius: 3px; } .file-input>[type='file'] { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 10; cursor: pointer; } .file-input>.button { display: inline-block; cursor: pointer; background: #2b6671; padding: 8px 16px; border-radius: 2px; margin-right: 8px; color: white; } .file-input:hover>.button { background: dodgerblue; color: white; } .file-input>.label { color: #333; white-space: nowrap; opacity: .3; } .file-input.-chosen>.label { opacity: 1; } /* //////////////////////////////////////////////////// image avatar ///////////////////////////////////////////////// */ .avatar-upload { position: relative; max-width: 205px; margin: 20px auto; } .avatar-upload .avatar-edit { position: absolute; right: 40px; z-index: 1; top: 5px; } .avatar-upload .avatar-edit input { display: none; } .avatar-upload .avatar-edit input+label { display: inline-block; width: 34px; height: 34px; margin-bottom: 0; border-radius: 100%; background: #2c6975; border: 1px solid transparent; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12); cursor: pointer; font-weight: normal; transition: all 0.2s ease-in-out; } .avatar-upload .avatar-edit input+label:hover { background: #f1f1f1; border-color: #d6d6d6; } .avatar-upload .avatar-edit input+label:after { content: "\f040"; font-family: 'FontAwesome'; color: #ffffff; position: absolute; top: 6px; left: 0; right: 0; text-align: center; margin: auto; } .avatar-upload .avatar-preview { width: 120px; height: 120px; position: relative; border-radius: 100%; border: 6px solid #2c6975; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1); } .avatar-upload .avatar-preview>div { width: 100%; height: 100%; border-radius: 100%; background-size: cover; background-repeat: no-repeat; background-position: center; } .overlay_color { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(43, 103, 114, 0.7); }
0.425128
0.083367
.titlebar{ position: fixed; background-color: rgba(0,0,0,1.0); color: #ffffff; width:110%; /* * margin-left: -15px; * margin-right: -15px; * margin-top: -15px; * margin-bottom: 0px; * padding-top:6px; * */ height:120px; left:0px; top:0px; z-index: 5; } .titlebarinner{ padding:0px; } .enchoverlink{ text-decoration:none; color: #ffffff; } .enchoverlink:hover{ text-decoration:none; /*box-shadow: 1px 1px 1px #f1f1f1;*/ color: #ffffff; } .titleitem{ color: #ffffff; background-color: rgba(0,0,0,1.0); /*margin-top: 20px;*/ margin-left: 10px; margin-right: 10px; border-color: #ffffff; font-size: 26px; font-family: sans-serif; /*font-weight: bold;*/ } .titleitemtext{ padding-right:10px; padding-left:10px; padding-top:44px; } .titlefade0{ background-color: #444444; width: 100%; height:5px; } .titlefade1{ background-color: #444444; width: 100%; height:5px; } .titlefade2{ background-color: #888888; width: 100%; height:5px; } .maincontents{ margin-top:0px; margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; /*width:100%!important;*/ } .encrow{ margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; } /* * .container{ * margin-left:0px; * margin-right:0px; * padding-right:0px; * padding-left:0px; * max-width:100%!important; * width:100%!important; * * } * */ .enccoltext{ padding-left:30px; padding-right:30px; } .enccol{ text-align:center; margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; } .encrowheader{ font-size: 25px; padding-top:85px; padding-bottom:55px; padding-left:25px; padding-right:25px; font-family: sans-serif; text-align:center; } .encvideo{ width:1000px; } .moviecontainer{ padding-top:52px; padding-bottom:10px; width:100%; background-color:rgba(0,0,0,1.0); text-align:center; } .menubarlogo{ height: 80px; /*visibility:hidden;*/ opacity:0.0; } .encheaderpartition{ height:190px; background-color: rgba(0,0,0,1.0); } .encimgmainpg{ max-width: 100%; width: auto; } .lidiv { text-align: center; } .jcarousel-wrapper { text-align: center; } .jcarousel-wrapper-wrapper { text-align: center; } .jcarousel-wrapper-wrapper-wrapper { text-align: center; background-color: rgba(0,0,0,1.0); width:100%; padding-bottom:15px; } #carouselnav0 #carouselnav1 #carouselnav2{ text-decoration: none; } .carouselnavlink{ margin-left: 10px; margin-right: 10px; text-decoration: none; } .carouselnavcontainer{ position:relative; top: -30; text-decoration: none; } .encrect{ fill-opacity:0.6; stroke-opacity:0.9; fill:rgb(33,33,33); stroke-width:1; stroke:rgb(0,0,0); } .encrect:hover{ fill-opacity:0.6; stroke-opacity:0.9; fill:rgb(199,199,199); stroke-width:1; stroke:rgb(0,0,0); cursor:pointer; } #product-image-id { overflow:visible; position:absolute; overflow: hidden; max-height:200px; width:100%; } #product-image-scr-id { max-height:200px; visibility: hidden; } #story-image-id { overflow:visible; position:absolute; overflow: hidden; max-height:200px; width:100%; } #story-image-scr-id { max-height:200px; visibility: hidden; } /* * This is the visible area of you carousel. * Set a width here to define how much items are visible. * The width can be either fixed in px or flexible in %. * Position must be relative! * */ .jcarousel { position: relative; overflow: hidden; } /* * This is the container of the carousel items. * You must ensure that the position is relative or absolute and * that the width is big enough to contain all items. * */ .jcarousel ul { width: 10000em; position: relative; /* Optional, required in this case since it's a <ul> element */ list-style: none; margin: 0; padding: 0; } /* * These are the item elements. jCarousel works best, if the items * have a fixed width and height (but it's not required). * */ .jcarousel li { /* Required only for block elements like <li>'s */ float: left; height:300px; } .jcarousel li {width:10px;height:5px;} .jcarousel-wrapper-wrapper {width:10px;} .carouselimg {width:10px;height:5px;} .encvideo {width:10px;} @media screen and (min-width: 200px){ .jcarousel li {width:100px;height:45px;} .jcarousel-wrapper-wrapper {width:100px;} .carouselimg {width:100px;height:45px;} .encvideo {width:100px;} } @media screen and (min-width: 300px){ .jcarousel li {width:200px;height:90px;} .jcarousel-wrapper-wrapper {width:200px;} .carouselimg {width:200px;height:90px;} .encvideo {width:200px;} } @media screen and (min-width: 500px){ .jcarousel li {width:400px;height:180px;} .jcarousel-wrapper-wrapper {width:400px;} .carouselimg {width:400px;height:180px;} .encvideo {width:400px;} } @media screen and (min-width: 700px){ .jcarousel li {width:600px;height:270px;} .jcarousel-wrapper-wrapper {width:600px;} .carouselimg {width:600px;height:270px;} .encvideo {width:600px;} } @media screen and (min-width: 900px){ .jcarousel li {width:800px;height:360px;} .jcarousel-wrapper-wrapper {width:800px;} .carouselimg {width:800px;height:360px;} .encvideo {width:800px;} } @media screen and (min-width: 1100px){ .jcarousel li {width:1000px;height:449px;} .jcarousel-wrapper-wrapper {width:1000px;} .carouselimg {width:1000px;height:449px;} .encvideo {width:1000px;} } /* * @media screen and (min-width: 1300px){ * .jcarousel li {width:1200px;height:539px;} * .jcarousel-wrapper-wrapper {width:1200px;} * .carouselimg {width:1200px;height:539px;} * } * @media screen and (min-width: 1500px){ * .jcarousel li {width:1400px;height:629;} * .jcarousel-wrapper-wrapper {width:1400px;} * .carouselimg {width:1400px;height:629;} * } * */
uwsgi/encorea-old/static/page_header/css/encore.css
.titlebar{ position: fixed; background-color: rgba(0,0,0,1.0); color: #ffffff; width:110%; /* * margin-left: -15px; * margin-right: -15px; * margin-top: -15px; * margin-bottom: 0px; * padding-top:6px; * */ height:120px; left:0px; top:0px; z-index: 5; } .titlebarinner{ padding:0px; } .enchoverlink{ text-decoration:none; color: #ffffff; } .enchoverlink:hover{ text-decoration:none; /*box-shadow: 1px 1px 1px #f1f1f1;*/ color: #ffffff; } .titleitem{ color: #ffffff; background-color: rgba(0,0,0,1.0); /*margin-top: 20px;*/ margin-left: 10px; margin-right: 10px; border-color: #ffffff; font-size: 26px; font-family: sans-serif; /*font-weight: bold;*/ } .titleitemtext{ padding-right:10px; padding-left:10px; padding-top:44px; } .titlefade0{ background-color: #444444; width: 100%; height:5px; } .titlefade1{ background-color: #444444; width: 100%; height:5px; } .titlefade2{ background-color: #888888; width: 100%; height:5px; } .maincontents{ margin-top:0px; margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; /*width:100%!important;*/ } .encrow{ margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; } /* * .container{ * margin-left:0px; * margin-right:0px; * padding-right:0px; * padding-left:0px; * max-width:100%!important; * width:100%!important; * * } * */ .enccoltext{ padding-left:30px; padding-right:30px; } .enccol{ text-align:center; margin-left:0px; margin-right:0px; padding-right:0px; padding-left:0px; } .encrowheader{ font-size: 25px; padding-top:85px; padding-bottom:55px; padding-left:25px; padding-right:25px; font-family: sans-serif; text-align:center; } .encvideo{ width:1000px; } .moviecontainer{ padding-top:52px; padding-bottom:10px; width:100%; background-color:rgba(0,0,0,1.0); text-align:center; } .menubarlogo{ height: 80px; /*visibility:hidden;*/ opacity:0.0; } .encheaderpartition{ height:190px; background-color: rgba(0,0,0,1.0); } .encimgmainpg{ max-width: 100%; width: auto; } .lidiv { text-align: center; } .jcarousel-wrapper { text-align: center; } .jcarousel-wrapper-wrapper { text-align: center; } .jcarousel-wrapper-wrapper-wrapper { text-align: center; background-color: rgba(0,0,0,1.0); width:100%; padding-bottom:15px; } #carouselnav0 #carouselnav1 #carouselnav2{ text-decoration: none; } .carouselnavlink{ margin-left: 10px; margin-right: 10px; text-decoration: none; } .carouselnavcontainer{ position:relative; top: -30; text-decoration: none; } .encrect{ fill-opacity:0.6; stroke-opacity:0.9; fill:rgb(33,33,33); stroke-width:1; stroke:rgb(0,0,0); } .encrect:hover{ fill-opacity:0.6; stroke-opacity:0.9; fill:rgb(199,199,199); stroke-width:1; stroke:rgb(0,0,0); cursor:pointer; } #product-image-id { overflow:visible; position:absolute; overflow: hidden; max-height:200px; width:100%; } #product-image-scr-id { max-height:200px; visibility: hidden; } #story-image-id { overflow:visible; position:absolute; overflow: hidden; max-height:200px; width:100%; } #story-image-scr-id { max-height:200px; visibility: hidden; } /* * This is the visible area of you carousel. * Set a width here to define how much items are visible. * The width can be either fixed in px or flexible in %. * Position must be relative! * */ .jcarousel { position: relative; overflow: hidden; } /* * This is the container of the carousel items. * You must ensure that the position is relative or absolute and * that the width is big enough to contain all items. * */ .jcarousel ul { width: 10000em; position: relative; /* Optional, required in this case since it's a <ul> element */ list-style: none; margin: 0; padding: 0; } /* * These are the item elements. jCarousel works best, if the items * have a fixed width and height (but it's not required). * */ .jcarousel li { /* Required only for block elements like <li>'s */ float: left; height:300px; } .jcarousel li {width:10px;height:5px;} .jcarousel-wrapper-wrapper {width:10px;} .carouselimg {width:10px;height:5px;} .encvideo {width:10px;} @media screen and (min-width: 200px){ .jcarousel li {width:100px;height:45px;} .jcarousel-wrapper-wrapper {width:100px;} .carouselimg {width:100px;height:45px;} .encvideo {width:100px;} } @media screen and (min-width: 300px){ .jcarousel li {width:200px;height:90px;} .jcarousel-wrapper-wrapper {width:200px;} .carouselimg {width:200px;height:90px;} .encvideo {width:200px;} } @media screen and (min-width: 500px){ .jcarousel li {width:400px;height:180px;} .jcarousel-wrapper-wrapper {width:400px;} .carouselimg {width:400px;height:180px;} .encvideo {width:400px;} } @media screen and (min-width: 700px){ .jcarousel li {width:600px;height:270px;} .jcarousel-wrapper-wrapper {width:600px;} .carouselimg {width:600px;height:270px;} .encvideo {width:600px;} } @media screen and (min-width: 900px){ .jcarousel li {width:800px;height:360px;} .jcarousel-wrapper-wrapper {width:800px;} .carouselimg {width:800px;height:360px;} .encvideo {width:800px;} } @media screen and (min-width: 1100px){ .jcarousel li {width:1000px;height:449px;} .jcarousel-wrapper-wrapper {width:1000px;} .carouselimg {width:1000px;height:449px;} .encvideo {width:1000px;} } /* * @media screen and (min-width: 1300px){ * .jcarousel li {width:1200px;height:539px;} * .jcarousel-wrapper-wrapper {width:1200px;} * .carouselimg {width:1200px;height:539px;} * } * @media screen and (min-width: 1500px){ * .jcarousel li {width:1400px;height:629;} * .jcarousel-wrapper-wrapper {width:1400px;} * .carouselimg {width:1400px;height:629;} * } * */
0.510741
0.077797
.customize-control { position: relative; } .customize-control select { margin: 0; line-height: 18px; } .customize-control .notice { margin: 0; } .description .dashicons { width: auto; height: auto; font-size: 1em; line-height: 1; vertical-align: middle; } .button { font-style: normal; } .button .dashicons { width: auto; height: auto; margin-top: -0.1em; font-size: 1.2em; line-height: 1; vertical-align: middle; } #customize-theme-controls .accordion-section-title, #customize-outer-theme-controls .accordion-section-title { border-top: 1px solid #ddd; margin-top: -1px; } li:not(.customize-info) div.customize-section-description { margin: 0 -12px; padding: 12px 15px; background-color: #fff; border-bottom: 1px solid #ddd; } #customize-controls .customize-control-notifications-container:empty { display: none; } #customize-preview { margin-top: auto; } .nanospace-row { display: table; width: 100%; table-layout: fixed; } .nanospace-row-item { display: table-cell; width: 100%; vertical-align: middle; } .nanospace-small-label { font-size: 9px; font-style: normal; font-weight: 500; line-height: 1; text-transform: uppercase; opacity: 0.75; margin-bottom: 0.3em; display: block; } .nanospace-unit { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; text-align: center; -moz-text-align-last: center; text-align-last: center; } .nanospace-heading { position: relative; margin: 0 -12px; padding: 10px 12px; background-color: rgba(0, 0, 0, 0.1); color: inherit; outline: 0; -webkit-transition: all 0.25s; transition: all 0.25s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .nanospace-heading span { font-size: 13px; font-weight: 600; text-transform: uppercase; } .nanospace-responsive-title .nanospace-responsive-switcher { margin-left: 0.5em; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button { cursor: pointer; outline: 0; opacity: 0.25; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button.active { opacity: 0.75; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button .dashicons { font-size: 14px; width: auto; height: auto; line-height: 1; vertical-align: middle; } .nanospace-responsive-fieldset { display: none; } .nanospace-responsive-fieldset.active { display: block; } .nanospace-responsive-fieldset.active.nanospace-row { display: table; } .control-section-nanospace-section-spacer { margin-top: 15px; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title { display: block; background-color: #ee5253; border-color: #ee5253; color: #fff; text-decoration: none; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title h3 { margin: 0; color: inherit !important; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:after { color: inherit !important; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:hover, #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:focus { background-color: #ec3b3c; border-color: #ec3b3c; border-left-color: #a61011; color: #fff; } .customize-control-nanospace-pro-teaser { margin: 20px 0 12px; } .nanospace-pro-teaser { background-color: #fff8e5; margin-top: -1px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; cursor: default; color: inherit; } .customize-control > .nanospace-pro-teaser { margin: 0 -12px; padding: 12px 12px 12px 12px; } .accordion-section > .nanospace-pro-teaser { padding: 12px 10px 12px 18px; } .nanospace-pro-teaser h3 { display: inline-block; color: inherit; margin: 0; } .nanospace-pro-teaser .button { margin: -3px 0 0 8px; font-weight: normal; } .nanospace-pro-teaser ul { margin: 0.5em 0 0; } .nanospace-pro-teaser ul li { margin: 0.25em 0; } .customize-control-nanospace-heading { margin: 20px 0 12px; } .customize-control-nanospace-heading .description { margin-top: 12px; } .customize-control-nanospace-heading .tabindex:focus + .nanospace-heading { background-color: #0073aa; color: #fff; } .customize-section-description-container + .customize-control-nanospace-heading { margin-top: 0; } .customize-control-nanospace-toggle .customize-control-title { padding-right: 40px; } .customize-control-nanospace-toggle input[type="checkbox"] { display: none; } .customize-control-nanospace-toggle .nanospace-toggle-ui { position: absolute; top: 0; right: 0; display: inline-block; width: 30px; height: 18px; margin: 3px 0 0; border-radius: 15px; background-color: #ccc; } .customize-control-nanospace-toggle .nanospace-toggle-ui .nanospace-toggle-ui-handle { position: absolute; top: 0; left: 0; margin: 2px; display: inline-block; width: 14px; height: 14px; border-radius: 15px; background-color: #fff; -webkit-transition: all 0.25s; transition: all 0.25s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .customize-control-nanospace-toggle input[type="checkbox"]:checked ~ .nanospace-toggle-ui { background-color: #0073aa; } .customize-control-nanospace-toggle input[type="checkbox"]:checked ~ .nanospace-toggle-ui .nanospace-toggle-ui-handle { left: auto; right: 0; } .customize-control-nanospace-color .customize-control-title { padding-right: 40px; } .customize-control-nanospace-color .wp-picker-container { display: table; margin-left: auto; } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button { position: absolute !important; top: 0; right: 0; margin: 0; width: 30px; height: 24px; border: none; border-radius: 0 !important; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button:after { content: "not set"; position: absolute; top: 50%; left: 0; width: 40px; margin: -5px 0 0 -5px; border: none; font-size: 8px; font-weight: bold; line-height: 10px; text-align: center; text-transform: uppercase; background-color: #fff; color: #444; } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button[style*="background"]:after { display: none; } .customize-control-nanospace-color .wp-picker-container .wp-color-result-text { display: none; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap { display: none; position: relative; padding-right: 60px; margin-top: 6px; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap label, .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap .wp-color-picker { width: 100% !important; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap .button { position: absolute; top: 0; right: 0; width: 56px; } .customize-control-nanospace-color .wp-picker-container.wp-picker-active .wp-picker-input-wrap { display: block; } .customize-control-nanospace-color .wp-picker-container .wp-picker-holder { display: none; margin-top: 6px; } .customize-control-nanospace-color .wp-picker-container.wp-picker-active .wp-picker-holder { display: block; } .customize-control-nanospace-shadow .customize-control-content { position: relative; } .customize-control-nanospace-shadow .wp-picker-container { display: table; margin-left: auto; } .customize-control-nanospace-shadow .wp-picker-container .wp-color-result.button { position: absolute !important; top: 14px; right: 0; margin: 0; width: 30px; height: 24px; border: none; border-radius: 0 !important; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .customize-control-nanospace-shadow .wp-picker-container .wp-color-result-text { display: none; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap { display: none; position: relative; padding-right: 60px; margin-top: 6px; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap label, .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap .wp-color-picker { width: 100% !important; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap .button { position: absolute; top: 0; right: 0; width: 56px; } .customize-control-nanospace-shadow .wp-picker-container.wp-picker-active .wp-picker-input-wrap { display: block; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-holder { display: none; margin-top: 6px; } .customize-control-nanospace-shadow .wp-picker-container.wp-picker-active .wp-picker-holder { display: block; } .customize-control-nanospace-slider .customize-control-content * { text-align: center; } .customize-control-nanospace-slider .nanospace-slider-reset { font-size: 1em; line-height: 1em; width: auto; height: auto; vertical-align: middle; cursor: pointer; outline: 0; opacity: 0.5; } .customize-control-nanospace-slider .nanospace-slider-reset:hover, .customize-control-nanospace-slider .nanospace-slider-reset:focus { opacity: 1; } .customize-control-nanospace-slider .nanospace-slider-input::-webkit-inner-spin-button, .customize-control-nanospace-slider .nanospace-slider-input::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none; } .customize-control-nanospace-slider .nanospace-slider-ui { position: relative; display: block; height: 6px; margin: 10px 12px 10px 7px; border: none; border-radius: 3px; background: #ccc; } .customize-control-nanospace-slider .nanospace-slider-ui .ui-slider-handle { position: absolute; top: 0; display: inline-block; height: 12px; width: 12px; margin: -4px 0 0 -7px; border-radius: 3px; background: #fff; border: 1px solid #ccc; } .customize-control-nanospace-dimensions .customize-control-content { padding: 0.5em; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-dimensions .customize-control-content * { text-align: center; } .customize-control-nanospace-dimensions .nanospace-dimensions-unlink, .customize-control-nanospace-dimensions .nanospace-dimensions-link { padding: 0; display: none; width: 100%; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .customize-control-nanospace-dimensions [data-linked="true"] .nanospace-dimensions-unlink, .customize-control-nanospace-dimensions [data-linked="false"] .nanospace-dimensions-link { display: block; } .customize-control-nanospace-typography .customize-control-content { padding: 8px 6px; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-typography .customize-control-content .nanospace-row:first-child { margin-top: 0; } .customize-control-nanospace-typography .customize-control-content .nanospace-row:last-child { margin-bottom: 0; } .customize-control-nanospace-typography .nanospace-typography-fieldset { margin: 8px 0 0; } .customize-control-nanospace-typography .nanospace-typography-fieldset > * { padding: 0 2px; } .customize-control-nanospace-typography .nanospace-typography-size-input { text-align: center; } .customize-control-nanospace-builder .nanospace-builder { overflow: hidden; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location { position: relative; margin: 4px 0; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location.disabled { opacity: 0.5; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location.disabled .ui-sortable-placeholder { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-small-label { margin: 0; padding: 5px 8px; border-bottom: 1px solid #ddd; background-color: #f7f7f7; opacity: 1; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-sortable-panel { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 28px; margin: 0; padding: 6px 8px 8px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element { position: relative; display: inline-block; white-space: nowrap; padding: 0; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element > span { display: inline-block; padding: 0 8px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add { position: absolute; bottom: 0; display: inline-block; vertical-align: middle; outline: 0 !important; opacity: 0.5; cursor: pointer; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add:hover, .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add:focus { opacity: 1; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add .dashicons { width: auto; height: auto; font-size: 18px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-delete { display: inline-block; text-align: center; color: inherit !important; margin: 0 4px 0 -4px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-delete .dashicons { width: auto; height: auto; font-size: 1.25em; line-height: inherit; text-decoration: none; opacity: 0.5; margin: 0; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive { display: none; margin: 4px 0; border: 1px solid #ddd; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-builder-sortable-panel { background-color: #f7f7f7; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-builder-element-delete { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-small-label { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive.show { display: block; } .customize-control-nanospace-builder .nanospace-builder .ui-sortable-placeholder { visibility: visible !important; background-color: rgba(0, 0, 0, 0.1) !important; border-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-no-more-items { display: none; margin: 0; font-style: italic; text-decoration: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-no-more-items:only-child { display: inline-block; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-location .nanospace-builder-sortable-panel { padding-right: 28px; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-element-add { right: 0; margin: 0 6px 11px 0; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-element { margin: 2px !important; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-location .nanospace-builder-sortable-panel { padding-bottom: 28px; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element-add { left: 50%; margin: 0 0 5px -9px; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element { width: 100%; margin: 2px 0 !important; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element > span { width: 100%; } .nanospace-has-builder-active .preview-desktop #customize-preview, .nanospace-has-builder-active .preview-tablet #customize-preview { height: auto; } #customize-control-header_builder_actions, #customize-control-footer_builder_actions { display: none !important; } @media screen and (min-width: 1324px) { #customize-controls #accordion-section-nanospace_section_header_builder, #customize-controls #accordion-section-nanospace_section_footer_builder { display: none !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { position: fixed !important; top: auto; bottom: 0; left: 300px; right: 0; display: block; width: auto; height: auto; padding: 20px; max-height: 60%; margin: 0 0 0 -1px; overflow: auto; background-color: #eee; border-top: 1px solid #ddd; border-left: 1px solid #ddd; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-builder-active, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-builder-active { visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide { -webkit-transform: translateY(100%) !important; transform: translateY(100%) !important; overflow: visible; } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide #customize-control-header_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide #customize-control-footer_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide #customize-control-header_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide #customize-control-footer_builder_actions .nanospace-builder-show { visibility: visible; opacity: 1; -webkit-transition: opacity 0.2s 0.2s; transition: opacity 0.2s 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-control-nanospace-pro, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-control-nanospace-pro { margin: 0 0 12px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-control-nanospace-pro .nanospace-heading, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-control-nanospace-pro .nanospace-heading { margin: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions { display: block !important; z-index: 10; margin-top: -20px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .description { font-style: normal; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher { margin: 0 -20px; padding: 9px 20px 0; border-color: #ddd; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab { background-color: #eee; border-color: #ddd; outline: 0; -webkit-box-shadow: none; box-shadow: none; opacity: 0.75; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:focus { background-color: #eee; opacity: 1; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active { background-color: #eee; border-bottom-color: #eee; opacity: 1; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher-button:first-child { margin-left: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-toggle { position: absolute; right: 0; top: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-hide { margin-top: 8px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-show { top: auto; bottom: 100%; margin-bottom: 20px; visibility: hidden; opacity: 0; -webkit-transition: none; transition: none; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-section-description-container, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-section-description-container { display: none !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-sortable-panel { padding: 8px !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2px 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="left"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="left"] .nanospace-small-label { text-align: left; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="left"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="left"] .nanospace-builder-sortable-panel { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="center"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="center"] .nanospace-small-label { text-align: center; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="center"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="center"] .nanospace-builder-sortable-panel { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="right"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="right"] .nanospace-small-label { text-align: right; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="right"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="right"] .nanospace-builder-sortable-panel { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-element-add, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-element-add { display: none; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-inactive, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-inactive { display: block !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 -10px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group { padding: 0 10px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-horizontal, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-horizontal .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-horizontal .nanospace-builder-location { width: 33.33%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical { width: 15%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location { margin: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:first-child { margin-top: 2px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:last-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:last-child { margin-bottom: 2px; } } @media screen and (min-width: 1667px) { #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { left: 18%; } } @media screen and (min-width: 3333px) { #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { left: 600px; } } #sub-accordion-panel-nanospace_panel_header .customize-info .customize-panel-description, #sub-accordion-panel-nanospace_panel_page_settings .customize-info .customize-panel-description { display: block; } #sub-accordion-panel-nanospace_panel_header .customize-info .customize-help-toggle, #sub-accordion-panel-nanospace_panel_page_settings .customize-info .customize-help-toggle { display: none; } #sub-accordion-panel-nanospace_panel_footer li.customize-info .description.customize-panel-description{ display: block !important; }
wp-content/themes/nanospace/library/css/customize-controls.css
.customize-control { position: relative; } .customize-control select { margin: 0; line-height: 18px; } .customize-control .notice { margin: 0; } .description .dashicons { width: auto; height: auto; font-size: 1em; line-height: 1; vertical-align: middle; } .button { font-style: normal; } .button .dashicons { width: auto; height: auto; margin-top: -0.1em; font-size: 1.2em; line-height: 1; vertical-align: middle; } #customize-theme-controls .accordion-section-title, #customize-outer-theme-controls .accordion-section-title { border-top: 1px solid #ddd; margin-top: -1px; } li:not(.customize-info) div.customize-section-description { margin: 0 -12px; padding: 12px 15px; background-color: #fff; border-bottom: 1px solid #ddd; } #customize-controls .customize-control-notifications-container:empty { display: none; } #customize-preview { margin-top: auto; } .nanospace-row { display: table; width: 100%; table-layout: fixed; } .nanospace-row-item { display: table-cell; width: 100%; vertical-align: middle; } .nanospace-small-label { font-size: 9px; font-style: normal; font-weight: 500; line-height: 1; text-transform: uppercase; opacity: 0.75; margin-bottom: 0.3em; display: block; } .nanospace-unit { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; text-align: center; -moz-text-align-last: center; text-align-last: center; } .nanospace-heading { position: relative; margin: 0 -12px; padding: 10px 12px; background-color: rgba(0, 0, 0, 0.1); color: inherit; outline: 0; -webkit-transition: all 0.25s; transition: all 0.25s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .nanospace-heading span { font-size: 13px; font-weight: 600; text-transform: uppercase; } .nanospace-responsive-title .nanospace-responsive-switcher { margin-left: 0.5em; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button { cursor: pointer; outline: 0; opacity: 0.25; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button.active { opacity: 0.75; } .nanospace-responsive-title .nanospace-responsive-switcher .nanospace-responsive-switcher-button .dashicons { font-size: 14px; width: auto; height: auto; line-height: 1; vertical-align: middle; } .nanospace-responsive-fieldset { display: none; } .nanospace-responsive-fieldset.active { display: block; } .nanospace-responsive-fieldset.active.nanospace-row { display: table; } .control-section-nanospace-section-spacer { margin-top: 15px; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title { display: block; background-color: #ee5253; border-color: #ee5253; color: #fff; text-decoration: none; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title h3 { margin: 0; color: inherit !important; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:after { color: inherit !important; } #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:hover, #customize-theme-controls .control-section-nanospace-section-pro-link .accordion-section-title:focus { background-color: #ec3b3c; border-color: #ec3b3c; border-left-color: #a61011; color: #fff; } .customize-control-nanospace-pro-teaser { margin: 20px 0 12px; } .nanospace-pro-teaser { background-color: #fff8e5; margin-top: -1px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; cursor: default; color: inherit; } .customize-control > .nanospace-pro-teaser { margin: 0 -12px; padding: 12px 12px 12px 12px; } .accordion-section > .nanospace-pro-teaser { padding: 12px 10px 12px 18px; } .nanospace-pro-teaser h3 { display: inline-block; color: inherit; margin: 0; } .nanospace-pro-teaser .button { margin: -3px 0 0 8px; font-weight: normal; } .nanospace-pro-teaser ul { margin: 0.5em 0 0; } .nanospace-pro-teaser ul li { margin: 0.25em 0; } .customize-control-nanospace-heading { margin: 20px 0 12px; } .customize-control-nanospace-heading .description { margin-top: 12px; } .customize-control-nanospace-heading .tabindex:focus + .nanospace-heading { background-color: #0073aa; color: #fff; } .customize-section-description-container + .customize-control-nanospace-heading { margin-top: 0; } .customize-control-nanospace-toggle .customize-control-title { padding-right: 40px; } .customize-control-nanospace-toggle input[type="checkbox"] { display: none; } .customize-control-nanospace-toggle .nanospace-toggle-ui { position: absolute; top: 0; right: 0; display: inline-block; width: 30px; height: 18px; margin: 3px 0 0; border-radius: 15px; background-color: #ccc; } .customize-control-nanospace-toggle .nanospace-toggle-ui .nanospace-toggle-ui-handle { position: absolute; top: 0; left: 0; margin: 2px; display: inline-block; width: 14px; height: 14px; border-radius: 15px; background-color: #fff; -webkit-transition: all 0.25s; transition: all 0.25s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .customize-control-nanospace-toggle input[type="checkbox"]:checked ~ .nanospace-toggle-ui { background-color: #0073aa; } .customize-control-nanospace-toggle input[type="checkbox"]:checked ~ .nanospace-toggle-ui .nanospace-toggle-ui-handle { left: auto; right: 0; } .customize-control-nanospace-color .customize-control-title { padding-right: 40px; } .customize-control-nanospace-color .wp-picker-container { display: table; margin-left: auto; } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button { position: absolute !important; top: 0; right: 0; margin: 0; width: 30px; height: 24px; border: none; border-radius: 0 !important; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button:after { content: "not set"; position: absolute; top: 50%; left: 0; width: 40px; margin: -5px 0 0 -5px; border: none; font-size: 8px; font-weight: bold; line-height: 10px; text-align: center; text-transform: uppercase; background-color: #fff; color: #444; } .customize-control-nanospace-color .wp-picker-container .wp-color-result.button[style*="background"]:after { display: none; } .customize-control-nanospace-color .wp-picker-container .wp-color-result-text { display: none; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap { display: none; position: relative; padding-right: 60px; margin-top: 6px; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap label, .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap .wp-color-picker { width: 100% !important; } .customize-control-nanospace-color .wp-picker-container .wp-picker-input-wrap .button { position: absolute; top: 0; right: 0; width: 56px; } .customize-control-nanospace-color .wp-picker-container.wp-picker-active .wp-picker-input-wrap { display: block; } .customize-control-nanospace-color .wp-picker-container .wp-picker-holder { display: none; margin-top: 6px; } .customize-control-nanospace-color .wp-picker-container.wp-picker-active .wp-picker-holder { display: block; } .customize-control-nanospace-shadow .customize-control-content { position: relative; } .customize-control-nanospace-shadow .wp-picker-container { display: table; margin-left: auto; } .customize-control-nanospace-shadow .wp-picker-container .wp-color-result.button { position: absolute !important; top: 14px; right: 0; margin: 0; width: 30px; height: 24px; border: none; border-radius: 0 !important; -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15); } .customize-control-nanospace-shadow .wp-picker-container .wp-color-result-text { display: none; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap { display: none; position: relative; padding-right: 60px; margin-top: 6px; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap label, .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap .wp-color-picker { width: 100% !important; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-input-wrap .button { position: absolute; top: 0; right: 0; width: 56px; } .customize-control-nanospace-shadow .wp-picker-container.wp-picker-active .wp-picker-input-wrap { display: block; } .customize-control-nanospace-shadow .wp-picker-container .wp-picker-holder { display: none; margin-top: 6px; } .customize-control-nanospace-shadow .wp-picker-container.wp-picker-active .wp-picker-holder { display: block; } .customize-control-nanospace-slider .customize-control-content * { text-align: center; } .customize-control-nanospace-slider .nanospace-slider-reset { font-size: 1em; line-height: 1em; width: auto; height: auto; vertical-align: middle; cursor: pointer; outline: 0; opacity: 0.5; } .customize-control-nanospace-slider .nanospace-slider-reset:hover, .customize-control-nanospace-slider .nanospace-slider-reset:focus { opacity: 1; } .customize-control-nanospace-slider .nanospace-slider-input::-webkit-inner-spin-button, .customize-control-nanospace-slider .nanospace-slider-input::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none; } .customize-control-nanospace-slider .nanospace-slider-ui { position: relative; display: block; height: 6px; margin: 10px 12px 10px 7px; border: none; border-radius: 3px; background: #ccc; } .customize-control-nanospace-slider .nanospace-slider-ui .ui-slider-handle { position: absolute; top: 0; display: inline-block; height: 12px; width: 12px; margin: -4px 0 0 -7px; border-radius: 3px; background: #fff; border: 1px solid #ccc; } .customize-control-nanospace-dimensions .customize-control-content { padding: 0.5em; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-dimensions .customize-control-content * { text-align: center; } .customize-control-nanospace-dimensions .nanospace-dimensions-unlink, .customize-control-nanospace-dimensions .nanospace-dimensions-link { padding: 0; display: none; width: 100%; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; } .customize-control-nanospace-dimensions [data-linked="true"] .nanospace-dimensions-unlink, .customize-control-nanospace-dimensions [data-linked="false"] .nanospace-dimensions-link { display: block; } .customize-control-nanospace-typography .customize-control-content { padding: 8px 6px; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-typography .customize-control-content .nanospace-row:first-child { margin-top: 0; } .customize-control-nanospace-typography .customize-control-content .nanospace-row:last-child { margin-bottom: 0; } .customize-control-nanospace-typography .nanospace-typography-fieldset { margin: 8px 0 0; } .customize-control-nanospace-typography .nanospace-typography-fieldset > * { padding: 0 2px; } .customize-control-nanospace-typography .nanospace-typography-size-input { text-align: center; } .customize-control-nanospace-builder .nanospace-builder { overflow: hidden; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location { position: relative; margin: 4px 0; border: 1px solid #ddd; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); background-color: #fff; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location.disabled { opacity: 0.5; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-location.disabled .ui-sortable-placeholder { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-small-label { margin: 0; padding: 5px 8px; border-bottom: 1px solid #ddd; background-color: #f7f7f7; opacity: 1; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-sortable-panel { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; min-height: 28px; margin: 0; padding: 6px 8px 8px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element { position: relative; display: inline-block; white-space: nowrap; padding: 0; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element > span { display: inline-block; padding: 0 8px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add { position: absolute; bottom: 0; display: inline-block; vertical-align: middle; outline: 0 !important; opacity: 0.5; cursor: pointer; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add:hover, .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add:focus { opacity: 1; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-add .dashicons { width: auto; height: auto; font-size: 18px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-delete { display: inline-block; text-align: center; color: inherit !important; margin: 0 4px 0 -4px; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-element-delete .dashicons { width: auto; height: auto; font-size: 1.25em; line-height: inherit; text-decoration: none; opacity: 0.5; margin: 0; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive { display: none; margin: 4px 0; border: 1px solid #ddd; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-builder-sortable-panel { background-color: #f7f7f7; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-builder-element-delete { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive .nanospace-small-label { display: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-inactive.show { display: block; } .customize-control-nanospace-builder .nanospace-builder .ui-sortable-placeholder { visibility: visible !important; background-color: rgba(0, 0, 0, 0.1) !important; border-color: transparent !important; -webkit-box-shadow: none !important; box-shadow: none !important; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-no-more-items { display: none; margin: 0; font-style: italic; text-decoration: none; } .customize-control-nanospace-builder .nanospace-builder .nanospace-builder-no-more-items:only-child { display: inline-block; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-location .nanospace-builder-sortable-panel { padding-right: 28px; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-element-add { right: 0; margin: 0 6px 11px 0; } .customize-control-nanospace-builder .nanospace-builder-layout-inline .nanospace-builder-element { margin: 2px !important; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-location .nanospace-builder-sortable-panel { padding-bottom: 28px; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element-add { left: 50%; margin: 0 0 5px -9px; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element { width: 100%; margin: 2px 0 !important; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .customize-control-nanospace-builder .nanospace-builder-layout-block .nanospace-builder-element > span { width: 100%; } .nanospace-has-builder-active .preview-desktop #customize-preview, .nanospace-has-builder-active .preview-tablet #customize-preview { height: auto; } #customize-control-header_builder_actions, #customize-control-footer_builder_actions { display: none !important; } @media screen and (min-width: 1324px) { #customize-controls #accordion-section-nanospace_section_header_builder, #customize-controls #accordion-section-nanospace_section_footer_builder { display: none !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { position: fixed !important; top: auto; bottom: 0; left: 300px; right: 0; display: block; width: auto; height: auto; padding: 20px; max-height: 60%; margin: 0 0 0 -1px; overflow: auto; background-color: #eee; border-top: 1px solid #ddd; border-left: 1px solid #ddd; -webkit-transform: translateY(100%); transform: translateY(100%); -webkit-transition: all 0.2s; transition: all 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-builder-active, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-builder-active { visibility: visible; -webkit-transform: translateY(0); transform: translateY(0); } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide { -webkit-transform: translateY(100%) !important; transform: translateY(100%) !important; overflow: visible; } .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide #customize-control-header_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_header_builder.nanospace-hide #customize-control-footer_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide #customize-control-header_builder_actions .nanospace-builder-show, .nanospace-has-builder-active .wp-full-overlay.expanded #customize-controls #sub-accordion-section-nanospace_section_footer_builder.nanospace-hide #customize-control-footer_builder_actions .nanospace-builder-show { visibility: visible; opacity: 1; -webkit-transition: opacity 0.2s 0.2s; transition: opacity 0.2s 0.2s; -webkit-backface-visibility: hidden; backface-visibility: hidden; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-control-nanospace-pro, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-control-nanospace-pro { margin: 0 0 12px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-control-nanospace-pro .nanospace-heading, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-control-nanospace-pro .nanospace-heading { margin: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions { display: block !important; z-index: 10; margin-top: -20px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .description, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .description { font-style: normal; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher { margin: 0 -20px; padding: 9px 20px 0; border-color: #ddd; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab { background-color: #eee; border-color: #ddd; outline: 0; -webkit-box-shadow: none; box-shadow: none; opacity: 0.75; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab:focus, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:hover, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab:focus { background-color: #eee; opacity: 1; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher .nav-tab.nav-tab-active { background-color: #eee; border-bottom-color: #eee; opacity: 1; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-responsive-switcher-button:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-responsive-switcher-button:first-child { margin-left: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-toggle, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-toggle { position: absolute; right: 0; top: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-hide, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-hide { margin-top: 8px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-header_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_header_builder #customize-control-footer_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-header_builder_actions .nanospace-builder-show, #customize-controls #sub-accordion-section-nanospace_section_footer_builder #customize-control-footer_builder_actions .nanospace-builder-show { top: auto; bottom: 100%; margin-bottom: 20px; visibility: hidden; opacity: 0; -webkit-transition: none; transition: none; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .customize-section-description-container, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .customize-section-description-container { display: none !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-sortable-panel { padding: 8px !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location { position: relative; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 2px 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="left"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="left"] .nanospace-small-label { text-align: left; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="left"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="left"] .nanospace-builder-sortable-panel { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="center"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="center"] .nanospace-small-label { text-align: center; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="center"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="vertical"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="center"] .nanospace-builder-sortable-panel { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="right"] .nanospace-small-label, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="right"] .nanospace-small-label { text-align: right; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-location[data-location*="right"] .nanospace-builder-sortable-panel, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-location[data-location*="right"] .nanospace-builder-sortable-panel { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-element-add, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-element-add { display: none; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-inactive, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-inactive { display: block !important; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; margin: 0 -10px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group { padding: 0 10px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-horizontal, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-horizontal { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-horizontal .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-horizontal .nanospace-builder-location { width: 33.33%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical { width: 15%; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location { margin: 0; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:first-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:first-child { margin-top: 2px; } #customize-controls #sub-accordion-section-nanospace_section_header_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:last-child, #customize-controls #sub-accordion-section-nanospace_section_footer_builder .nanospace-builder-groups .nanospace-builder-group-vertical .nanospace-builder-location:last-child { margin-bottom: 2px; } } @media screen and (min-width: 1667px) { #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { left: 18%; } } @media screen and (min-width: 3333px) { #customize-controls #sub-accordion-section-nanospace_section_header_builder, #customize-controls #sub-accordion-section-nanospace_section_footer_builder { left: 600px; } } #sub-accordion-panel-nanospace_panel_header .customize-info .customize-panel-description, #sub-accordion-panel-nanospace_panel_page_settings .customize-info .customize-panel-description { display: block; } #sub-accordion-panel-nanospace_panel_header .customize-info .customize-help-toggle, #sub-accordion-panel-nanospace_panel_page_settings .customize-info .customize-help-toggle { display: none; } #sub-accordion-panel-nanospace_panel_footer li.customize-info .description.customize-panel-description{ display: block !important; }
0.404625
0.095941
.graph-container { position: relative; /* required Y axis stuff, Graph Holder's left and bottom sides to be positions properly */ display: inline-block; /* display: table may also work.. */ padding: 0; /* let the bars position themselves */ list-style: none; /* we don't want to see any default <ul> markers */ margin: 10px 0 20px 40px; font-size: 0.7em; /* Graph Holder's Background */ background-image: -webkit-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -moz-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -o-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -ms-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-repeat: no-repeat; background-position: 0 -2.5em; } /* Graph Holder bottom side */ .graph-container:before { position: absolute; content: ""; bottom: 0; left: -1.25em; /* skew pushes it left, so we move it a bit in opposite direction */ width: 100%; /* make sure it is as wide as the whole graph */ height: 2.5em; background-color: rgba(183, 183, 183, 1); /* Make it look perspective */ -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); } /* Graph Holder left side */ .graph-container:after { position: absolute; content: ""; top: 1.25em; /* skew pushes it up so we move it down a bit */ left: -2.5em; width: 2.5em; background-color: rgba(129, 129, 129, 0.4); /* Make it look perspective */ -webkit-transform: skew(0deg, -45deg); -moz-transform: skew(0deg, -45deg); -o-transform: skew(0deg, -45deg); -ms-transform: skew(0deg, -45deg); transform: skew(0deg, -45deg); } /* Bars and X-axis labels holder */ .graph-container > li { float: left; /* Make sure bars are aligned one next to another */ position: relative; /* Make sure X-axis labels are positioned relative to this element */ } /* A small hack to make Graph Holder's background side be wide enough ..because our bottom side is skewed and pushed to the right, we have to compensate it in Graph Holder's background */ .graph-container > li:nth-last-child(2) { margin-right: 2.5em; } /* X-axis labels */ .graph-container > li > span { position: absolute; left: 0; bottom: -2em; width: 80%; /* play with this one if you change perspective depth */ text-align: center; font-weight: bold; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); color: #777; } /******************************* * Graph Y-axis Markers styles * *******************************/ /* Markers container */ .graph-container > li:last-child { width: 100%; position: absolute; left: 0; bottom: 0; } /* Y-axis Markers list */ .graph-marker-container > li { position: absolute; left: -2.5em; bottom: 0; width: 100%; margin-bottom: 2.5em; list-style: none; } /* Y-axis lines general styles */ .graph-marker-container > li:before, .graph-marker-container > li:after { content: ""; position: absolute; border-style: none none dotted; border-color: rgba(100, 100, 100, .15); border-width: 0 0 .15em; background: rgba(133, 133, 133, .15); } /* Y-axis Side line */ .graph-marker-container > li:before { width: 3.55em; height: 0; bottom: -1.22em; left: -.55em; z-index: 2; /* be above .graph-container:after */ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } /* Y-axis Background line */ .graph-marker-container li:after { width: 100%; bottom: 0; left: 2.5em; } /* Y-axis text Label */ .graph-marker-container span { position: absolute; font-weight: bold; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); top: 1em; left: -3.5em; /* just to push it away from the graph.. */ width: 3.5em; /* give it absolute value of left offset */ } /********************* * Graph Bars styles * *********************/ /* Bar wrapper - hides the inner bar when it goes below the bar, required */ .bar-wrapper { overflow: hidden; } /* Bar container - this guy is a real parent of a bar's parts - they all are positioned relative to him */ .bar-container { position: relative; margin-top: 2.5em; /* should be at least equal to the top offset of background casing */ /* because back casing is positioned higher than actual bar */ width: 12.5em; /* required, we have to define the width of a bar */ } /* right bottom patch - make sure inner bar's right bottom corner is "cut" when it slides down */ .bar-container:before { content: ""; position: absolute; z-index: 3; /* to be above .bar-inner */ bottom: 0; right: 0; /* Use bottom border to shape triangle */ width: 0; height: 0; border-style: solid; border-width: 0 0 2.5em 2.5em; border-color: transparent transparent rgba(183,183,183,1); } /** BACK CASING **/ /* Back panel */ .bar-background { width: 10em; height: 100%; position: absolute; top: -2.5em; left: 2.5em; z-index: 1; /* just for reference */ } .bar-background:before, .bar-background:after { content: ""; position: absolute; } /* Bottom panel */ .bar-background:before { bottom: -2.5em; right: 1.25em; width: 10em; height: 2.5em; transform: skew(-45deg); } /* Left back panel */ .bar-background:after { top: 1.25em; right: 10em; width: 2.5em; height: 100%; /* skew only the Y-axis */ transform: skew(0deg, -45deg); } /** FRONT CASING **/ /* Front panel */ .bar-foreground { z-index: 3; /* be above .bar-background and .bar-inner */ } .bar-foreground, .bar-inner { position: absolute; width: 10em; height: 100%; top: 0; left: 0; } .bar-foreground:before, .bar-foreground:after, .bar-inner:before, .bar-inner:after { content: ""; position: absolute; } /* Right front panel */ .bar-foreground:before, .bar-inner:before { top: -1.25em; right: -2.5em; width: 2.5em; height: 100%; background-color: rgba(160, 160, 160, .27); -webkit-transform: skew(0deg, -45deg); -moz-transform: skew(0deg, -45deg); -o-transform: skew(0deg, -45deg); -ms-transform: skew(0deg, -45deg); transform: skew(0deg, -45deg); } /* Top front panel */ .bar-foreground:after, .bar-inner:after { top: -2.5em; right: -1.25em; width: 100%; height: 2.5em; background-color: rgba(160, 160, 160, .2); -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); } /** BAR's inner block **/ .bar-inner { z-index: 2; /* to be above .bar-background */ top: auto; /* reset position top */ background-color: rgba(5, 62, 123, .6); height: 0; bottom: -2.5em; color: transparent; /* hide text values */ -webkit-transition: height 0.8s ease-out, bottom 0.8s ease-out; -moz-transition: height 0.8s ease-out, bottom 0.8s ease-out; -o-transition: height 0.8s ease-out, bottom 0.8s ease-out; -ms-transition: height 0.8s ease-out, bottom 0.8s ease-out; transition: height 0.8s ease-out, bottom 0.8s ease-out; } /* Right panel */ .bar-inner:before { background-color: rgba(5, 62, 123, .6); } /* Top panel */ .bar-inner:after { background-color: rgba(47, 83, 122, .7); } .graph-container li:nth-child(1) .bar-inner, .graph-container li:nth-child(1) .bar-inner:before { background-color: rgba(196, 109, 59, .6); } .graph-container li:nth-child(1) .bar-inner:after { background-color: rgba(216, 143, 102, .7); } .graph-container li:nth-child(2) .bar-inner, .graph-container li:nth-child(2) .bar-inner:before { background-color: rgba(5, 123, 5, .3); } .graph-container li:nth-child(2) .bar-inner:after { background-color: rgba(63, 122, 47, .4); } .graph-container li:nth-child(3) .bar-inner, .graph-container li:nth-child(3) .bar-inner:before { background-color: rgba(255, 0, 0, .3); } .graph-container li:nth-child(3) .bar-inner:after { background-color: rgba(255, 71, 71, .3); } .graph-container li:nth-child(4) .bar-inner, .graph-container li:nth-child(4) .bar-inner:before { background-color: rgba(255, 248, 136, .8); } .graph-container li:nth-child(4) .bar-inner:after { background-color: rgba(220, 204, 53, .4); } .graph-container li:nth-child(5) .bar-inner, .graph-container li:nth-child(5) .bar-inner:before { background-color: rgba(5, 62, 123, .6); } .graph-container li:nth-child(5) .bar-inner:after { background-color: rgba(47, 83, 122, .7); } /****************************************************************************** ** ** ** VARIABLES ** ** ** ******************************************************************************/ /**************** * SIZES * ****************/ /* Size of the Graph */ .graph-container, .bar-container { font-size: 8px; } /* Height of Bars */ .bar-container, .graph-container:after, .graph-container > li:last-child { height: 40em; } .graph-marker-container span, .graph-container > li > span { font-size: 2em; } /**************** * SPACING * ****************/ /* spacing between bars */ .graph-container > li .bar-container { margin-right: 2.5em; } /* spacing before first bar */ .graph-container > li:first-child { margin-left: 2.5em; } /* spacing after last bar */ .graph-container > li:nth-last-child(2) .bar-container { margin-right: 2em; } /**************** * Colors * ****************/ /* Bar's Back side */ .bar-background { background-color: rgba(160, 160, 160, .1); } /* Bar's Bottom side */ .bar-background:before { background-color: rgba(160, 160, 160, .2); } /* Bar's Left Back side */ .bar-background:after { background-color: rgba(160, 160, 160, .05); } /* Bar's Front side */ .bar-foreground { background-color: rgba(160, 160, 160, .1); } .button-label{ font-weight: bold; color: #aaa; line-height: 40px; text-shadow: 1px 1px 1px rgba(255,255,255,0.8); display: inline; margin: 0 10px 0 20px; } .button-label:before { content: " "; white-space: wrap; } .main span:first-of-type{ margin-left: 0px; } /****************************************************************************** ** ** ** RESPONSIVENESS ** ** ** ** Just as an example to show you the way how to resize the graph ** ** ** ******************************************************************************/ @media screen and (max-width: 1125px) { .graph-container > li > span { bottom: -3em; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 1050px) { .graph-container > li > span { bottom: -3em; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 768px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 7px; } } @media screen and (max-width: 640px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 500px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 5px; } } @media screen and (max-width: 360px) { .graph-container { margin-top: 20px; } .graph-container > li > span { bottom: -4em; } .graph-container, .bar-container { font-size: 3px; } }
static/css/graph.css
.graph-container { position: relative; /* required Y axis stuff, Graph Holder's left and bottom sides to be positions properly */ display: inline-block; /* display: table may also work.. */ padding: 0; /* let the bars position themselves */ list-style: none; /* we don't want to see any default <ul> markers */ margin: 10px 0 20px 40px; font-size: 0.7em; /* Graph Holder's Background */ background-image: -webkit-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -moz-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -o-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: -ms-linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-image: linear-gradient(left , rgba(255, 255, 255, .3) 100%, transparent 100%); background-repeat: no-repeat; background-position: 0 -2.5em; } /* Graph Holder bottom side */ .graph-container:before { position: absolute; content: ""; bottom: 0; left: -1.25em; /* skew pushes it left, so we move it a bit in opposite direction */ width: 100%; /* make sure it is as wide as the whole graph */ height: 2.5em; background-color: rgba(183, 183, 183, 1); /* Make it look perspective */ -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); } /* Graph Holder left side */ .graph-container:after { position: absolute; content: ""; top: 1.25em; /* skew pushes it up so we move it down a bit */ left: -2.5em; width: 2.5em; background-color: rgba(129, 129, 129, 0.4); /* Make it look perspective */ -webkit-transform: skew(0deg, -45deg); -moz-transform: skew(0deg, -45deg); -o-transform: skew(0deg, -45deg); -ms-transform: skew(0deg, -45deg); transform: skew(0deg, -45deg); } /* Bars and X-axis labels holder */ .graph-container > li { float: left; /* Make sure bars are aligned one next to another */ position: relative; /* Make sure X-axis labels are positioned relative to this element */ } /* A small hack to make Graph Holder's background side be wide enough ..because our bottom side is skewed and pushed to the right, we have to compensate it in Graph Holder's background */ .graph-container > li:nth-last-child(2) { margin-right: 2.5em; } /* X-axis labels */ .graph-container > li > span { position: absolute; left: 0; bottom: -2em; width: 80%; /* play with this one if you change perspective depth */ text-align: center; font-weight: bold; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); color: #777; } /******************************* * Graph Y-axis Markers styles * *******************************/ /* Markers container */ .graph-container > li:last-child { width: 100%; position: absolute; left: 0; bottom: 0; } /* Y-axis Markers list */ .graph-marker-container > li { position: absolute; left: -2.5em; bottom: 0; width: 100%; margin-bottom: 2.5em; list-style: none; } /* Y-axis lines general styles */ .graph-marker-container > li:before, .graph-marker-container > li:after { content: ""; position: absolute; border-style: none none dotted; border-color: rgba(100, 100, 100, .15); border-width: 0 0 .15em; background: rgba(133, 133, 133, .15); } /* Y-axis Side line */ .graph-marker-container > li:before { width: 3.55em; height: 0; bottom: -1.22em; left: -.55em; z-index: 2; /* be above .graph-container:after */ -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -o-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); } /* Y-axis Background line */ .graph-marker-container li:after { width: 100%; bottom: 0; left: 2.5em; } /* Y-axis text Label */ .graph-marker-container span { position: absolute; font-weight: bold; text-shadow: 1px 1px 1px rgba(255,255,255,0.7); top: 1em; left: -3.5em; /* just to push it away from the graph.. */ width: 3.5em; /* give it absolute value of left offset */ } /********************* * Graph Bars styles * *********************/ /* Bar wrapper - hides the inner bar when it goes below the bar, required */ .bar-wrapper { overflow: hidden; } /* Bar container - this guy is a real parent of a bar's parts - they all are positioned relative to him */ .bar-container { position: relative; margin-top: 2.5em; /* should be at least equal to the top offset of background casing */ /* because back casing is positioned higher than actual bar */ width: 12.5em; /* required, we have to define the width of a bar */ } /* right bottom patch - make sure inner bar's right bottom corner is "cut" when it slides down */ .bar-container:before { content: ""; position: absolute; z-index: 3; /* to be above .bar-inner */ bottom: 0; right: 0; /* Use bottom border to shape triangle */ width: 0; height: 0; border-style: solid; border-width: 0 0 2.5em 2.5em; border-color: transparent transparent rgba(183,183,183,1); } /** BACK CASING **/ /* Back panel */ .bar-background { width: 10em; height: 100%; position: absolute; top: -2.5em; left: 2.5em; z-index: 1; /* just for reference */ } .bar-background:before, .bar-background:after { content: ""; position: absolute; } /* Bottom panel */ .bar-background:before { bottom: -2.5em; right: 1.25em; width: 10em; height: 2.5em; transform: skew(-45deg); } /* Left back panel */ .bar-background:after { top: 1.25em; right: 10em; width: 2.5em; height: 100%; /* skew only the Y-axis */ transform: skew(0deg, -45deg); } /** FRONT CASING **/ /* Front panel */ .bar-foreground { z-index: 3; /* be above .bar-background and .bar-inner */ } .bar-foreground, .bar-inner { position: absolute; width: 10em; height: 100%; top: 0; left: 0; } .bar-foreground:before, .bar-foreground:after, .bar-inner:before, .bar-inner:after { content: ""; position: absolute; } /* Right front panel */ .bar-foreground:before, .bar-inner:before { top: -1.25em; right: -2.5em; width: 2.5em; height: 100%; background-color: rgba(160, 160, 160, .27); -webkit-transform: skew(0deg, -45deg); -moz-transform: skew(0deg, -45deg); -o-transform: skew(0deg, -45deg); -ms-transform: skew(0deg, -45deg); transform: skew(0deg, -45deg); } /* Top front panel */ .bar-foreground:after, .bar-inner:after { top: -2.5em; right: -1.25em; width: 100%; height: 2.5em; background-color: rgba(160, 160, 160, .2); -webkit-transform: skew(-45deg); -moz-transform: skew(-45deg); -o-transform: skew(-45deg); -ms-transform: skew(-45deg); transform: skew(-45deg); } /** BAR's inner block **/ .bar-inner { z-index: 2; /* to be above .bar-background */ top: auto; /* reset position top */ background-color: rgba(5, 62, 123, .6); height: 0; bottom: -2.5em; color: transparent; /* hide text values */ -webkit-transition: height 0.8s ease-out, bottom 0.8s ease-out; -moz-transition: height 0.8s ease-out, bottom 0.8s ease-out; -o-transition: height 0.8s ease-out, bottom 0.8s ease-out; -ms-transition: height 0.8s ease-out, bottom 0.8s ease-out; transition: height 0.8s ease-out, bottom 0.8s ease-out; } /* Right panel */ .bar-inner:before { background-color: rgba(5, 62, 123, .6); } /* Top panel */ .bar-inner:after { background-color: rgba(47, 83, 122, .7); } .graph-container li:nth-child(1) .bar-inner, .graph-container li:nth-child(1) .bar-inner:before { background-color: rgba(196, 109, 59, .6); } .graph-container li:nth-child(1) .bar-inner:after { background-color: rgba(216, 143, 102, .7); } .graph-container li:nth-child(2) .bar-inner, .graph-container li:nth-child(2) .bar-inner:before { background-color: rgba(5, 123, 5, .3); } .graph-container li:nth-child(2) .bar-inner:after { background-color: rgba(63, 122, 47, .4); } .graph-container li:nth-child(3) .bar-inner, .graph-container li:nth-child(3) .bar-inner:before { background-color: rgba(255, 0, 0, .3); } .graph-container li:nth-child(3) .bar-inner:after { background-color: rgba(255, 71, 71, .3); } .graph-container li:nth-child(4) .bar-inner, .graph-container li:nth-child(4) .bar-inner:before { background-color: rgba(255, 248, 136, .8); } .graph-container li:nth-child(4) .bar-inner:after { background-color: rgba(220, 204, 53, .4); } .graph-container li:nth-child(5) .bar-inner, .graph-container li:nth-child(5) .bar-inner:before { background-color: rgba(5, 62, 123, .6); } .graph-container li:nth-child(5) .bar-inner:after { background-color: rgba(47, 83, 122, .7); } /****************************************************************************** ** ** ** VARIABLES ** ** ** ******************************************************************************/ /**************** * SIZES * ****************/ /* Size of the Graph */ .graph-container, .bar-container { font-size: 8px; } /* Height of Bars */ .bar-container, .graph-container:after, .graph-container > li:last-child { height: 40em; } .graph-marker-container span, .graph-container > li > span { font-size: 2em; } /**************** * SPACING * ****************/ /* spacing between bars */ .graph-container > li .bar-container { margin-right: 2.5em; } /* spacing before first bar */ .graph-container > li:first-child { margin-left: 2.5em; } /* spacing after last bar */ .graph-container > li:nth-last-child(2) .bar-container { margin-right: 2em; } /**************** * Colors * ****************/ /* Bar's Back side */ .bar-background { background-color: rgba(160, 160, 160, .1); } /* Bar's Bottom side */ .bar-background:before { background-color: rgba(160, 160, 160, .2); } /* Bar's Left Back side */ .bar-background:after { background-color: rgba(160, 160, 160, .05); } /* Bar's Front side */ .bar-foreground { background-color: rgba(160, 160, 160, .1); } .button-label{ font-weight: bold; color: #aaa; line-height: 40px; text-shadow: 1px 1px 1px rgba(255,255,255,0.8); display: inline; margin: 0 10px 0 20px; } .button-label:before { content: " "; white-space: wrap; } .main span:first-of-type{ margin-left: 0px; } /****************************************************************************** ** ** ** RESPONSIVENESS ** ** ** ** Just as an example to show you the way how to resize the graph ** ** ** ******************************************************************************/ @media screen and (max-width: 1125px) { .graph-container > li > span { bottom: -3em; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 1050px) { .graph-container > li > span { bottom: -3em; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 768px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 7px; } } @media screen and (max-width: 640px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 6px; } } @media screen and (max-width: 500px) { .graph-container > li > span { bottom: -3em; } .graph-container { margin-top: 25px; } .graph-container, .bar-container { font-size: 5px; } } @media screen and (max-width: 360px) { .graph-container { margin-top: 20px; } .graph-container > li > span { bottom: -4em; } .graph-container, .bar-container { font-size: 3px; } }
0.399577
0.129568
.bit-banner { width: 100%; height: 270px; margin-bottom: 20px; } .bit-banner img { width: 100%; height: 100%; } /* 头部大图片 */ /* 内容 */ .bit-content { width: 1024px; height: 821px; margin: auto; } .bit-content .bl-title { width: 100%; height: 82px; padding: 20px 20px 0 20px; text-align: center; line-height: 82px; font-size: 32px; box-sizing: border-box; } .bit-content .dt-shop { height: 699px; width: 984px; padding: 0 20px; margin-top: 20px; } .bit-content .dt-shop .big-card { height: 325px; } .bit-content .dt-shop .card-shop { width: 482px; height: 325px; padding: 0 5px; float: left; } .bit-content .dt-shop .card-shop .big-banner { width: 300px; height: 300px; margin: auto; position: relative; overflow: hidden; padding-bottom: 25px; } .bit-content .dt-shop .card-shop .banner-box { width: 300px; height: 300px; overflow: hidden; } .bit-content .dt-shop .card-shop .banner { position: absolute; width: 300px; height: 300px; top: 0; left: 300px; } .bit-content .dt-shop .card-shop .banner img { width: 100%; height: 100%; } .bit-content .dt-shop .card-shop .big-banner .next { width: 30px; height: 30px; position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer; opacity: 0; transition: 0.3s linear; } .bit-content .dt-shop .card-shop .big-banner .flex { left: 0; background: url(../img/flex.png) no-repeat 0 0; } .bit-content .dt-shop .card-shop .big-banner .flexs { background: url(../img/flex.png) no-repeat -30px 0px; right: 0; } .bit-content .dt-shop .card-shop .big-banner .bn-round { width: 60px; height: 8px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; } .bit-content .dt-shop .card-shop .big-banner .bn-round .round { width: 8px; height: 8px; float: left; margin: 0 6px; background: #7E7E7E; border-radius: 50%; cursor: pointer; } .bit-content .dt-shop .card-shop .big-banner .bn-round .hot { background: #181818; } .bit-content .dt-shop .card-shop .big-banner .bn-round .round:hover { background: #181818; } /* 右边内容 */ .bit-content .dt-shop .card-shop .content { margin-top: 40px; font-size: 14px; color: #808080; } .bit-content .dt-shop .card-shop .content .price { margin-bottom: 20px; } .bit-content .dt-shop .card-shop .content .textone { color: #E40000; font-size: 26px } .bit-content .dt-shop .card-shop .content .split { height: 28px; width: 100%; border-bottom: 1px dashed rgb(194, 194, 194); margin-bottom: 34px; } .bit-content .dt-shop .present { margin-top: 20px; font-size: 22px; color: #3e3e3e; } .bit-content .dt-shop .pt-content { margin-top: 10px; font-size: 16px; color: rgb(128, 128, 128); line-height: 1.5em; } .bit-content .dt-shop .pt-content .contentone { margin-bottom: 24px; }
repair/asset/index/css/detalis.css
.bit-banner { width: 100%; height: 270px; margin-bottom: 20px; } .bit-banner img { width: 100%; height: 100%; } /* 头部大图片 */ /* 内容 */ .bit-content { width: 1024px; height: 821px; margin: auto; } .bit-content .bl-title { width: 100%; height: 82px; padding: 20px 20px 0 20px; text-align: center; line-height: 82px; font-size: 32px; box-sizing: border-box; } .bit-content .dt-shop { height: 699px; width: 984px; padding: 0 20px; margin-top: 20px; } .bit-content .dt-shop .big-card { height: 325px; } .bit-content .dt-shop .card-shop { width: 482px; height: 325px; padding: 0 5px; float: left; } .bit-content .dt-shop .card-shop .big-banner { width: 300px; height: 300px; margin: auto; position: relative; overflow: hidden; padding-bottom: 25px; } .bit-content .dt-shop .card-shop .banner-box { width: 300px; height: 300px; overflow: hidden; } .bit-content .dt-shop .card-shop .banner { position: absolute; width: 300px; height: 300px; top: 0; left: 300px; } .bit-content .dt-shop .card-shop .banner img { width: 100%; height: 100%; } .bit-content .dt-shop .card-shop .big-banner .next { width: 30px; height: 30px; position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer; opacity: 0; transition: 0.3s linear; } .bit-content .dt-shop .card-shop .big-banner .flex { left: 0; background: url(../img/flex.png) no-repeat 0 0; } .bit-content .dt-shop .card-shop .big-banner .flexs { background: url(../img/flex.png) no-repeat -30px 0px; right: 0; } .bit-content .dt-shop .card-shop .big-banner .bn-round { width: 60px; height: 8px; position: absolute; bottom: 0; left: 0; right: 0; margin: auto; } .bit-content .dt-shop .card-shop .big-banner .bn-round .round { width: 8px; height: 8px; float: left; margin: 0 6px; background: #7E7E7E; border-radius: 50%; cursor: pointer; } .bit-content .dt-shop .card-shop .big-banner .bn-round .hot { background: #181818; } .bit-content .dt-shop .card-shop .big-banner .bn-round .round:hover { background: #181818; } /* 右边内容 */ .bit-content .dt-shop .card-shop .content { margin-top: 40px; font-size: 14px; color: #808080; } .bit-content .dt-shop .card-shop .content .price { margin-bottom: 20px; } .bit-content .dt-shop .card-shop .content .textone { color: #E40000; font-size: 26px } .bit-content .dt-shop .card-shop .content .split { height: 28px; width: 100%; border-bottom: 1px dashed rgb(194, 194, 194); margin-bottom: 34px; } .bit-content .dt-shop .present { margin-top: 20px; font-size: 22px; color: #3e3e3e; } .bit-content .dt-shop .pt-content { margin-top: 10px; font-size: 16px; color: rgb(128, 128, 128); line-height: 1.5em; } .bit-content .dt-shop .pt-content .contentone { margin-bottom: 24px; }
0.315525
0.094427
html { width: 100%; } body { width: 100%; line-height: 135%; font-family: "Proxima Nova", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 100; color: rgba(12,28,57,1) !important; } .main_background { z-index: 0 !important; background-color: rgba(22,54,110,0.8); } #photo_background { position: absolute; margin: 0 !important; padding: 0 !important; top : 0; bottom : 0; left : 0; right : 0; overflow: hidden; background-color: rgba(12,28,57,1); opacity: 0.3; z-index: -100 !important; } #photo_background_frame { text-align: center; margin: 0; margin-top: 100px; padding: 4px !important; width: 100%; overflow: hidden; } .photo_background_sq { margin: 4px !important; padding: 0 !important; width: 147.5px; height: 147.5px; display: inline-block !important; } .photo_background_sq_content { width: 100%; background-color: transparent; } .back { background-color: red; } #in_construction { position: fixed; left: 30px; bottom: 30px; background-color: white; border: 3px solid rgba(12,28,57,1) !important; font-size: 1.2em; width: 450px; padding: 10px; z-index: 9999; box-shadow: 0 0 10px 4px white; } @-webkit-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-moz-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-ms-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-o-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } #in_construction { -webkit-animation: shine_frame 1s ease infinite; -moz-animation: shine_frame 1s ease infinite; -ms-animation: shine_frame 1s ease infinite; -o-animation: shine_frame 1s ease infinite; animation: shine_frame 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } /* ------------------------------------------------------ General ------------------------------------------------------ */ .margin0 { margin:0; } .margin_left_10 { margin-left: 10px; } .margin_right_10 { margin-right: 10px; } .margin_top_10 { margin-top: 10px; } .margin_bottom_10 { margin-bottom: 10px; } .margin_right_30 { margin-right: 30px; } .margin_top_30 { margin-top: 30px; } .padding0 { padding: 0; } .padding5 { padding: 5px; } .padding10 { padding: 10px; } .padding50 { padding: 50px; } img { width: 100%; } h1 { text-align: center; font-weight: 500; color: white; line-height: 60% !important; } h1 span { font-size: 0.45em; line-height: 50% !important; margin-top: 20px !important; } @media (min-width: 1400px) { h1 { font-size: 6.6em; margin-top: 200px !important; } } @media (min-width: 992px) and (max-width: 1399px) { h1 { font-size: 5.2em; margin-top: 170px !important; } } @media (min-width: 768px) and (max-width: 991px) { h1 { font-size: 3.8em; margin-top: 170px !important; } } @media (min-width: 478px) and (max-width: 767px) { h1 { font-size: 3.5em; margin-top: 180px !important; } } @media (max-width: 477px) { h1 { font-size: 3em; margin-top: 70px !important; } h1 span { margin-top: 10px !important; } } h2 { text-align: center; margin: 2px 0 0 0; font-weight: 600; color: rgba(12,28,57,0.88); } @media (min-width: 1400px) { h2 { font-size: 3.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h2 { font-size: 3em; } } @media (min-width: 768px) and (max-width: 991px) { h2 { font-size: 2.7em; } } @media (min-width: 478px) and (max-width: 767px) { h2 { font-size: 2.2em; } } @media (max-width: 477px) { h2 { font-size: 1.9em; } } h3 { font-weight: 500 !important; margin-top: 5px !important; text-align: center; color: rgba(12,28,57,1); } @media (min-width: 1400px) { h3 { font-size: 2.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h3 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h3 { font-size: 1.7em; } } @media (min-width: 478px) and (max-width: 767px) { h3 { font-size: 1.4em; } } @media (max-width: 477px) { h3 { font-size: 1.5em; } } h4 { font-weight: 200; text-align: center; } @media (min-width: 1400px) { h4 { font-size: 1.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h4 { font-size: 1.3em; } } @media (min-width: 768px) and (max-width: 991px) { h4 { font-size: 1.2em; } } @media (min-width: 478px) and (max-width: 767px) { h4 { font-size: 1.1em; } } @media (max-width: 477px) { h4 { font-size: 1.3em; } } h5 { color: rgba(12,28,57,1); font-weight: 300; } @media (min-width: 1400px) { h5 { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { h5 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { h5 { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { h5 { font-size: 1em; } } @media (max-width: 477px) { h5 { font-size: 1.2em; } } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .float-right { float: right; } .float-center { float: center; } .float-left { float: left; } .bold { font-weight: 800; } .font1em { font-size: 1em; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .paragraph { margin-left: 5%; margin-right: 5%; margin-top: 2%; margin-bottom: 2%; } .italic { font-style: italic; } .uppercase { text-transform : uppercase; } /*ul, ol, li { font-size: 1em !important; } */ ul { list-style-type: circle; } ul ul { list-style-type: square; } .list_no_style_li { list-style-type: none; } .inline_li li { display: inline; } a, a:focus { color: inherit; text-decoration: none; } button, button:focus { color: inherit; text-decoration: none; } a:hover { color: inherit; text-decoration: underline; } .no_style_a, .no_style_a:focus { text-decoration: none; font-style: normal; } .no_style_a:hover { color: inherit; text-decoration: none; font-style: normal; } .no_style_button, .no_style_button:focus { border: none; background-color: transparent; box-shadow: none; } .btn:focus { color: inherit; text-decoration: none; box-shadow: none; } p { margin: 10px 5px ; text-align: left; } @media (min-width: 1400px) { p, ul, .well, .thumbnail, .modal-content { font-size: 14px; } } @media (min-width: 992px) and (max-width: 1399px) { p, ul, .well, .thumbnail, .modal-content { font-size: 13px; } } @media (min-width: 768px) and (max-width: 991px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } @media (min-width: 478px) and (max-width: 767px) { p, ul, .well, .thumbnail, .modal-content { font-size: 11px; } } @media (max-width: 477px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } .thumbnail { background-color: rgba(250,250,250,0.75) !important; } strong { font-weight: 700; } .row { width: 100%; margin: 0; } .row92 { width: 92%; margin-left: 4%; margin-top: 0; margin-bottom: 0; } .row80 { width: 80%; margin-left: 10%; margin-top: 0; margin-bottom: 0; } .row60 { width: 60%; margin-left: 20%; margin-top: 0; margin-bottom: 0; } @media (max-width: 767px) { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { padding: 2px; margin: 0; } } .inline_div { display: inline-block; } .block_div { display: block; } .opacity0 { opacity: 0; } .opacity05 { opacity: 0.5; } .opacity1 { opacity: 1; } .cursor_default { cursor: default !important; } textarea { resize: vertical; } .well { color: rgba(12,28,57,1) !important; } .white { color: white !important; } hr { color: white; background-color: transparent; margin: 5px 0 !important; height: 1px; } .dark_hr { box-shadow: none; border: none; color: rgba(22,54,110,1); background-color: rgba(22,54,110,1) !important; } .medium_hr { box-shadow: none; border: none; color: rgba(22,54,110,0.2); background-color: rgba(22,54,110,0.2) !important; } /* ------------------------------------------------------ Header ------------------------------------------------------ */ #header { position: fixed; top: 0px !important; z-index: 50; background-color: rgba(22,54,110,1); color: white; padding: 0 !important; margin-top: 0 !important; margin-bottom: 5px; box-shadow: 0 0 10px 5px rgba(250,250,250,.1); } @media (min-width: 1400px) { #header { font-size: 1em; } } @media (min-width: 992px) and (max-width: 1399px) { #header { font-size: 1em; } } @media (min-width: 768px) and (max-width: 991px) { #header { font-size: 0.75em; } } @media (min-width: 478px) and (max-width: 767px) { #header { font-size: 1.5em; } } @media (max-width: 477px) { #header { font-size: 1.4em; } } .border_right_li { border-right : 1px solid white; } .nav-tabs { border-bottom: 0px solid #ddd !important; font-size: 1em !important; } .nav-tabs li { background-color: transparent !important; } .nav-tabs > li > a { line-height: 1.42857143; border: 0px solid transparent !important; border-radius: 0 !important; background-color: transparent !important; } .nav-tabs > li > a:hover { border-color: transparent !important; background-color: rgba(12,28,57,0.88) !important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: inherit !important; cursor: default; background-color: rgba(12,28,57,0.88) !important; border: none; border-radius: 0 !important; cursor: pointer; } #btn_header0.active > a { background-color: inherit !important; } #btn_header0.active > a:hover { background-color: rgba(12,28,57,0.88) !important; } .nav-tabs li.header_help_li { background-color: rgba(245,144,20,0.88) !important; } .nav-tabs > li.header_help_li > a:hover { background-color: rgba(245,144,20,1) !important; } .nav-tabs > li.header_help_li.active > a, .nav-tabs > li.header_help_li.active > a:hover, .nav-tabs > li.header_help_li.active > a:focus { background-color: rgba(245,144,20,1) !important; cursor: pointer; } /*.nav-tabs > li > a:hover .dropdown-menu { display: block; }*/ .dropdown-menu { font-size: 0.8em !important; color: white !important; left: 10% !important; min-width: 100px; list-style: none; background-color: rgba(22,54,110,0.88); border: 1px solid rgba(22,54,110,1); border-radius: 0 !important; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu > li > a { padding: 3px 20px !important; color: white !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: rgba(12,28,57,0.88) !important; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: rgba(12,28,57,0.88) !important; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs { font-size: 1em !important; } .dropdown-menu { font-size: 0.8em !important; } .dropdown-menu-spe { background-color: transparent !important; border: none; box-shadow: none; } /* Top menu in intro */ #menu_top { margin-right: 10px !important; text-align: right !important; color: white !important; } @media (min-width: 1400px) { #menu_top { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { #menu_top { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { #menu_top { font-size: 0.9em; } } @media (min-width: 478px) and (max-width: 767px) { #menu_top { font-size: 1.5em; } } @media (max-width: 477px) { #menu_top { font-size: 1.4em; } } #menu_top div { display: inline-block !important; } #menu_top div a { opacity: 0.65; padding-left: 18px; padding-right: 18px; } #menu_top div a:hover { opacity: 1; } .border_right_white { border-right: 1px solid white !important; } .header_help_a a { border-radius: 5px; background-color: rgba(245,144,20,0.88) !important; padding: 6px 15px !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .header_help_a a:hover { background-color: rgba(245,144,20,1) !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .language_box { float: left; margin-top: 4px; } @media (min-width: 901px) { .language_flag { width: 24px; } .language_box { margin-right: 5px; } } @media (max-width: 900px) { .language_flag { width: 12px; } .language_box { margin-right: 1px; } } .language_selection { margin-left: 10px; opacity: 0.4; } .language_selection:hover { opacity: 1; } .language_selection, .language_selection:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .language_active { opacity: 1; } #social_media { position:fixed; background: rgba(250,250,250,0.96); top:42%; left: 0; border: 1px solid rgba(50,50,50,0.2); border-radius: 0 ; box-shadow: 0 0 10px rgba(0,0,0,0.38); padding:4px; z-index:999; text-align: center; } .social { margin: 4px 2px; width : 20px; height: 20px; } .social_fb { background-image: url('../img/system/social/fb.png'); background-size: 100%; } .social_fb:hover { background-image: url('../img/system/social/fb_hover.png'); background-size: 100%; } .social_tw { background-image: url('../img/system/social/tw.png'); background-size: 100%; } .social_tw:hover { background-image: url('../img/system/social/tw_hover.png'); background-size: 100%; } .social_mail { background-image: url('../img/system/social/mail.png'); background-size: 100%; } .social_mail:hover { background-image: url('../img/system/social/mail_hover.png'); background-size: 100%; } #button_to_top { font-size: 1em; position: fixed; bottom: 50px; right: 50px; width: 50px; height: 50px; z-index: 999; } #button_to_top button { width: 50px; height: 50px; border-radius: 3px; text-align: center !important; background-color: rgba(22,54,110,0.95); } .btn-to-top { margin-left: 10px; margin-right: 10px; border: 2px solid transparent; } .btn-to-top:hover { color: rgba(12,28,57,1); border: 2px solid white; } #side_buttons { position: fixed; right: 22px; top: 40%; width: 12px; z-index: 10100; } @media (max-width: 991px) { #side_buttons { right: 14px !important; } } .btn-side, .btn-side-invert { width: 10px !important; height: 10px !important; border-radius: 5px !important; margin: 1px 0 !important; padding: 0; background-color: transparent; } .btn-side { border: 1px solid rgba(12,28,57,0.88); } .btn-side:hover { border: 1px solid transparent; background-color: rgba(41,41,41,0.7); } .btn-side-active, .btn-side-active:hover { border: 1px solid transparent; background-color: rgba(12,28,57,0.88); } .pop_hover_side { position:absolute; margin-top: -10px; margin-left: -110px; width: 100px; text-align: right !important; color: rgba(12,28,57,0.88); background: transparent; padding: 0; border: none; display: block; z-index: 10000; } .btn-side:hover .pop_hover_side, .btn-side:focus .pop_hover_side, .btn-side-invert:hover .pop_hover_side, .btn-side-invert:focus .pop_hover_side { display: block !important; } /* For the white spots */ .btn-side-invert { border: 1px solid white !important; } .btn-side-invert:hover { background-color: rgba(250,250,250,0.7) !important; } .btn-side-invert-active, .btn-side-invert-active:hover { background-color: white !important; } /* For the white writings in the invert */ .btn-side-invert .pop_hover_side { color: white !important; } .btn_up_arrow, .btn_arrow { width: 20px; position: relative; top: -2px; z-index: 5; } /* ----------------------------------------------- Content -------------------------------------------------- */ .page-admin { width: 100%; background-color: #f1f1f1; } .page-container { width: 100%; background-color: transparent !important;/*#f1f1f1;*/ color: black !important; z-index: 0 !important; } .section_diapo { background-color: transparent !important; } .section_home { background-color: rgba(22,54,110,0.5) !important; padding-top: 42px !important; color: white !important; } .section { margin: 0; background-color: #f1f1f1; padding: 44px !important; z-index: 0 !important; border-bottom: 1.5px solid rgba(22,54,110,0.5); } @media (min-width: 478px) and (max-width: 991px) { .section { padding: 20px !important; } } @media (max-width: 477px) { .section { padding: 5px !important; padding-top: 44px !important; } } /*For section colors*/ /*.section_ecoliers { background-color: rgba(124,18,48,0.8); } .section_etudiants { background-color: rgba(126,200,145,0.8); } .section_jeunesPro { background-color: rgba(100,200,220,0.8); } .section_helpUs { background-color: rgba(255,176,60,0.9); }*/ /*.section_ecoliers { background-image: url('../img/system/content/bg_ecoliers.png'); background-size: cover; } .section_etudiants { background-image: url('../img/system/content/bg_etudiants.png'); background-size: cover; } .section_jeunesPros { background-image: url('../img/system/content/bg_jeunesPros.png'); background-size: cover; } .section_actu { background-image: url('../img/system/content/bg_actu.png'); background-size: cover; } .section_besoins { background-image: url('../img/system/content/bg_besoins.png'); background-size: cover; } .section_charte { background-image: url('../img/system/content/bg_charte.png'); background-size: cover; }*/ .board_parent { padding: 34px; } .board_ecoliers { /*font-family: 'chalk_writing' !important;*/ font-family: 'marker' !important; padding: 12% 20%; color: white !important; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .board_etudiants { /*font-family: 'marker_writing' !important;*/ font-family: 'marker' !important; padding: 12% 20%; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .board_jeunesPros { font-family: 'marker' !important; padding: 12% 20%; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .photo_content { width: 70%; margin-left: 15%; z-index: 99; } .photo_content:hover { cursor: pointer; } .curve { box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2); } .pin_pics, .pin_article { margin-left: 45%; width: 40px; } /*.content_ecoliers { background-color: rgba(124,18,48,0.2); }*/ /*.section_ecoliers { background-color: rgba(124,18,48,0.8); } .section_etudiants { background-color: rgba(126,200,145,0.8); } .section_jeunesPro { background-color: rgba(100,200,220,0.8); }*/ .talkbubble { z-index: 10 !important; padding: 10px; background-color: rgba(250,250,250,0.8); position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2); } .talkbubble:before { content:""; position: absolute; bottom: 100%; right: 48%; width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 26px solid rgba(250,250,250,0.8); } .slide_container { overflow-x: hidden; position:absolute; left:0px; } .slide_container_content { height: 100%; } .slide { padding-top: 0 !important; margin: 0 !important; display: inline-block !important; vertical-align: top; } .slide_content { height: 100%; padding-top: 0 !important; /*overflow-x: hidden; overflow-y: scroll;*/ vertical-align: top; } @media (min-width: 1400px) { .slide { padding: 30px !important; } .slide_content { width: 84%; margin: 0 8% ; } } @media (min-width: 992px) and (max-width: 1399px) { .slide { padding: 20px !important; } .slide_content { width: 86%; margin: 0 7% ; } } @media (min-width: 768px) and (max-width: 991px) { .slide { padding: 10px !important; } .slide_content { width: 88%; margin: 0 6% ; } } @media (min-width: 478px) and (max-width: 767px) { .slide { padding: 5px !important; } .slide_content { width: 92%; margin: 0 4% ; } } @media (max-width: 477px) { .slide { padding: 10px !important; } .slide_content { width: 98%; margin: 0 1% ; } } .slide_content_text { /*border: 1px solid rgba(12,28,57,1);*/ } #sessionFlash { position: absolute; bottom : 10px; text-align: center; margin: auto; display: none; z-index: 99999; } .alert { padding: 4px 10px; padding-right: 30px; border: 1px solid rgba(12,28,57,1); } #div_logo_welcome { position: absolute; left: 30px; top: 30px; width: 13%; min-width: 100px !important; } #logo_welcome { width: 100%; min-width: 100px !important; } .navbar { padding: 0 !important; margin: 0 !important; border-radius: 0 !important; } .navbar-collapse, .navbar-header { border-radius: 0 !important; color: white !important; background-color: rgba(22,54,110,1) !important; } .navbar-nav, .navbar-toggle { border-radius: 0 !important; } .navbar-toggle:focus, .navbar-toggle:active { background-color: transparent !important; } .li_mobile { border-radius: 0 !important; font-size: 1.8em !important; text-transform: uppercase !important; color: white !important; box-shadow: none; text-shadow: none; text-decoration: none; text-align: center; padding: 5px; background-color: rgba(22,54,110,1) !important; } .li_mobile a { color: white !important; text-decoration: none; background-color: transparent !important; } .li_mobile:hover { color: white !important; background-color: rgba(12,28,57,1) !important; } .navbar-collapse li.open { color: white !important; background-color: transparent !important; } .border_bottom_white { border-bottom: 1px solid white; } .li_mobile_help { background-color: rgba(245,144,20,0.95) !important; } .li_mobile_help:hover { background-color: rgba(245,144,20,1) !important; } .li_mobile.open, .li_mobile.open a { background-color: transparent !important; } .dropdown-menu li { text-align: center; font-size: 0.9em; font-style: italic; } .li_mobile.open .dropdown-menu li:hover, .li_mobile.open .dropdown-menu li:hover a { background-color: rgba(12,28,57,1) !important; color: white !important; } .li_mobile .navbar-nav > .active > a, .li_mobile .navbar-nav > .open > a { background-color: transparent !important; } .navbar-brand { z-index: 10100 !important ; } #div_logo_welcome_xs { width: 20%; max-width: 80px; position: absolute; top: 3px; left: 3px; z-index: 10100 !important ; } #logo_welcome_xs { width: 100%; } .btn-diapo { color: white !important; background-color: rgba(196,1,1,0.7); border-radius: 5px; } .btn-diapo:hover { color: white; background-color: rgba(196,1,1,1); } .btn-diapo:focus { outline: none; } @media (min-width: 1400px) { .btn-diapo { /*left: 45%; top: 150px;*/ margin-right: 80px; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-diapo { /*left: 43.5%; top: 130px;*/ margin-right: 0px; font-size: 0.85em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-diapo { position: absolute; left: 42%; top: 100px; } } @media (min-width: 478px) and (max-width: 767px) { .btn-diapo { position: absolute; left: 35%; top: 100px; } } @media (max-width: 477px) { .btn-diapo { position: absolute; left: 30%; top: 60px; } } .btn-diapo-close { font-size: 2em; background-color: rgba(250,250,250,1); box-shadow: 0 0 4px 2px rgba(250,250,250,0.88); color: black; width: 4%; border-radius: 50%; border: white; position: absolute; top : 30px; right: 48%; } .btn-diapo-close:hover { color: rgba(196,1,1,0.9); background-color: rgba(250,250,250,1); } .btn-diapo-close { -webkit-animation: zoomInAndOut 1s ease infinite; -moz-animation: zoomInAndOut 1s ease infinite; -ms-animation: zoomInAndOut 1s ease infinite; -o-animation: zoomInAndOut 1s ease infinite; animation: zoomInAndOut 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } @-webkit-keyframes zoomInAndOut { from { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.3); } to { -webkit-transform: scale(1); } } @-moz-keyframes zoomInAndOut { from { -moz-transform: scale(1); } 50% { -moz-transform: scale(1.3); } to { -moz-transform: scale(1); } } @-ms-keyframes zoomInAndOut { from { -ms-transform: scale(1); } 50% { -ms-transform: scale(1.3); } to { -ms-transform: scale(1); } } @-o-keyframes zoomInAndOut { from { -o-transform: scale(1); } 50% { -o-transform: scale(1.3); } to { -o-transform: scale(1); } } @keyframes zoomInAndOut { from { transform: scale(1); } 50% { transform: scale(1.3); } to { transform: scale(1); } } .home_quote { position: absolute; width: 90% !important; left: 5%; text-align: center; line-height: 130%; } @media (min-width: 1400px) { .home_quote { bottom: 80px; font-size: 1.4em; } } @media (min-width: 992px) and (max-width: 1399px) { .home_quote { bottom: 60px; font-size: 1.3em; } } @media (min-width: 768px) and (max-width: 991px) { .home_quote { bottom: 50px; font-size: 1.3em; } } @media (min-width: 478px) and (max-width: 767px) { .home_quote { bottom: 40px; font-size: 1.2em; } } @media (max-width: 477px) { .home_quote { bottom: 10px; font-size: 1em; } } .home_message { position: absolute; line-height: 100%; width: 100%; left: 0; text-align: center; } @media (min-width: 1400px) { .home_message { bottom: 200px; font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .home_message { bottom: 200px; font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .home_message { bottom: 190px; font-size: 1em; } } .scroll-icons { width: 30px; height: 30px; margin: 0 6px; } .scroll-icons-spe { width: 20px; height: 20px; margin: 0 3px; text-align: right; } @-webkit-keyframes mov_left { from { -webkit-transform: translateX(0px); } 50% { -webkit-transform: translateX(-5px); } to { -webkit-transform: translateX(0px); } } @-moz-keyframes mov_left { from { -moz-transform: translateX(0px); } 50% { -moz-transform: translateX(-5px); } to { -moz-transform: translateX(0px); } } @-ms-keyframes mov_left { from { -ms-transform: translateX(0px); } 50% { -ms-transform: translateX(-5px); } to { -ms-transform: translateX(0px); } } @-o-keyframes mov_left { from { -o-transform: translateX(0px); } 50% { -o-transform: translateX(-5px); } to { -o-transform: translateX(0px); } } @keyframes mov_left{ from { transform: translateX(0px); } 50% { transform: translateX(-5px); } to { transform: translateX(0px); } } .scroll-icons-left { -webkit-animation: mov_left 1s ease infinite; -moz-animation: mov_left 1s ease infinite; -ms-animation: mov_left 1s ease infinite; -o-animation: mov_left 1s ease infinite; animation: mov_left 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } @-webkit-keyframes mov_up { from { -webkit-transform: translateY(0px); } 50% { -webkit-transform: translateY(-5px); } to { -webkit-transform: translateY(0px); } } @-moz-keyframes mov_up { from { -moz-transform: translateY(0px); } 50% { -moz-transform: translateY(-5px); } to { -moz-transform: translateY(0px); } } @-ms-keyframes mov_up { from { -ms-transform: translateY(0px); } 50% { -ms-transform: translateY(-5px); } to { -ms-transform: translateY(0px); } } @-o-keyframes mov_up { from { -o-transform: translateY(0px); } 50% { -o-transform: translateY(-5px); } to { -o-transform: translateY(0px); } } @keyframes mov_up{ from { transform: translateY(0px); } 50% { transform: translateY(-5px); } to { transform: translateY(0px); } } .scroll-icons-up { -webkit-animation: mov_up 1s ease infinite; -moz-animation: mov_up 1s ease infinite; -ms-animation: mov_up 1s ease infinite; -o-animation: mov_up 1s ease infinite; animation: mov_up 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -ms-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; } @-webkit-keyframes mov_right { from { -webkit-transform: translateX(0px); } 50% { -webkit-transform: translateX(5px); } to { -webkit-transform: translateX(0px); } } @-moz-keyframes mov_right { from { -moz-transform: translateX(0px); } 50% { -moz-transform: translateX(5px); } to { -moz-transform: translateX(0px); } } @-ms-keyframes mov_right { from { -ms-transform: translateX(0px); } 50% { -ms-transform: translateX(5px); } to { -ms-transform: translateX(0px); } } @-o-keyframes mov_right { from { -o-transform: translateX(0px); } 50% { -o-transform: translateX(5px); } to { -o-transform: translateX(0px); } } @keyframes mov_right{ from { transform: translateX(0px); } 50% { transform: translateX(5px); } to { transform: translateX(0px); } } .scroll-icons-right { -webkit-animation: mov_right 1s ease infinite; -moz-animation: mov_right 1s ease infinite; -ms-animation: mov_right 1s ease infinite; -o-animation: mov_right 1s ease infinite; animation: mov_right 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -ms-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; } .scroll-icons-spe-right { -webkit-animation: mov_right 1s ease infinite; -moz-animation: mov_right 1s ease infinite; -ms-animation: mov_right 1s ease infinite; -o-animation: mov_right 1s ease infinite; animation: mov_right 1s ease infinite; } @-webkit-keyframes mov_down { from { -webkit-transform: translateY(0px); } 50% { -webkit-transform: translateY(5px); } to { -webkit-transform: translateY(0px); } } @-moz-keyframes mov_down { from { -moz-transform: translateY(0px); } 50% { -moz-transform: translateY(5px); } to { -moz-transform: translateY(0px); } } @-ms-keyframes mov_down { from { -ms-transform: translateY(0px); } 50% { -ms-transform: translateY(5px); } to { -ms-transform: translateY(0px); } } @-o-keyframes mov_down { from { -o-transform: translateY(0px); } 50% { -o-transform: translateY(5px); } to { -o-transform: translateY(0px); } } @keyframes mov_down{ from { transform: translateY(0px); } 50% { transform: translateY(5px); } to { transform: translateY(0px); } } .scroll-icons-down { -webkit-animation: mov_down 1s ease infinite; -moz-animation: mov_down 1s ease infinite; -ms-animation: mov_down 1s ease infinite; -o-animation: mov_down 1s ease infinite; animation: mov_down 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; } .div-btn-btm-accueil { z-index: 10000 !important; position: fixed; bottom: 0; width: 100%; } .btn-accueil { margin-left: 4%; margin-right: 4%; width: 15%; text-align: center; color: white; display: inline-block !important; } .btn-accueil a { width: 100%; border: none; color: white !important; border-radius: 10px 10px 0 0; box-shadow: 0px 0px 3px 1px rgba(250,250,250,0.1); -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; position: relative; top: 5px; } @media (min-width: 1400px) { .btn-accueil a { font-size: 1.4em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-accueil a { font-size: 1.2em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-accueil a { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-accueil a { font-size: 0.7em; } } .btn-accueil a:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; top: 0; } .btn_ecoliers { background: #7d1230; color: white !important; } .btn_ecoliers:hover, .btn_ecoliers_active { background: #3d0818; color: white !important; } .btn_ecoliers_active .btn_arrow { opacity: 1 !important; } .btn_etudiants { background: #7ec790; color: white !important; } .btn_etudiants:hover, .btn_etudiants_active { background: #3d9153; color: white !important; } .btn_etudiants_active .btn_arrow { opacity: 1 !important; } .btn_jeunesPro { background: #64c8dc; color: white !important; } .btn_jeunesPro:hover, .btn_jeunesPro_active { background: #458f9c; color: white !important; } .btn_jeunesPro_active .btn_arrow { opacity: 1 !important; } .btn-perso{ color: rgba(12,28,57,1); box-shadow: none; border-radius: 0; border:1px solid rgba(22,54,110,0.78); padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-perso:hover{ background-color: rgba(22,54,110,0.2); } .btn-perso:focus, .btn-perso-white:focus { outline: none; } @media (min-width: 1400px) { .btn-perso { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-perso { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-perso { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-perso { font-size: 0.9em; } } @media (max-width: 477px) { .btn-perso { font-size: 0.85em; } } .btn-perso-white { color: white !important; border:1px solid white !important; } .btn-perso-white:hover { background-color: rgba(250,250,250,0.2) !important; } .btn-for-side{ color: rgba(12,28,57,1); box-shadow: none; border-radius: 0; border-bottom:1px solid transparent; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-for-side:hover, .btn-for-side:active{ border-bottom:1px solid rgba(22,54,110,0.78); box-shadow: none; } .btn-for-side:focus { outline: none; } @media (min-width: 1400px) { .btn-for-side { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-for-side { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-for-side { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-for-side { font-size: 0.9em; } } @media (max-width: 477px) { .btn-for-side { font-size: 0.85em; } } .photo_default { width: 100%; border: 4px solid rgba(12,28,57,0.88); border-radius: 0px; } .photo_default_white { width: 100%; border: 4px solid white; border-radius: 0px; } .photo_default:hover, .photo_default_white:hover { cursor: pointer; } .button_besoin_info { margin-left: 20px; font-size: 0.5em; border-bottom: 1px solid transparent !important; } .button_besoin_info:hover { border-bottom: 1px solid rgba(12,28,57,1) !important; } .button_besoin_info:active, .button_besoin_info:focus { outline: none; } .prix_subvention_div { float: right; color: white !important; min-width: 50px !important; /*background-color: rgba(22,54,110,0.95);*/ margin: 0; margin-top: -1.5px !important; border-radius: 5px; } .prix_subvention_div:active, .prix_subvention_div:focus { outline: none; } .inner_subvention { margin: 5px 10px !important; } .prix_subvention { border-radius: 5px; } .prix_recolte_danger { color: rgba(215,84,82,0.95) !important; } .prix_recolte_warning { color: rgba(238,172,87,0.95) !important; } .prix_recolte_info { color: rgba(96,192,220,0.95) !important; } .prix_recolte_success { color: rgba(95,183,96,0.95) !important; } .prix_check_danger { background-color: rgba(215,84,82,0.95) !important; } .prix_check_warning { background-color: rgba(238,172,87,0.95) !important; } .prix_check_info { background-color: rgba(96,192,220,0.95) !important; } .prix_check_success { background-color: rgba(95,183,96,0.95) !important; } .actu { width: 92%; margin-left: 4%; } .list_articles { margin: 0; margin-left: 10px; padding: 0; } .list_articles li { color: rgba(12,28,57,1) !important; margin-top: 5px; margin-bottom: 8px; padding: 3px; } .list_articles li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_articles li:hover .arrow_article img { opacity: 0.5; } .li_article_active { border-bottom: 1px solid rgba(22,54,110,0.5); /*background-color: rgba(22,54,110,0.1);*/ } .li_article_active a { font-weight: 900 !important; } .li_article_active .arrow_article img { opacity: 1; } .thumbnail_article { padding: 10px; } .thumbnail_video { padding: 10px; } .date_article { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .date_article_lg { margin-top: 20px; font-size: 1em; color: rgba(50,50,50,0.8); font-style: italic; } .top_info_modal_article { font-size: 1em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_article { margin-left: 5px; } .arrow_article img { width: 20px; opacity: 0; } .carousel_photo { max-width: 100%; max-height: 800px; margin: auto; } .modal_carousel, .modal-content { background-color: rgba(220,220,220,1) !important; } .carousel-control { background-color: transparent; } .list_videos { margin: 0; margin-left: 10px; padding: 0; } .list_videos li { color: rgba(12,28,57,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; border-bottom: 1px solid transparent; } .li_video_active { border-bottom: 1px solid rgba(22,54,110,0.5) !important; } .li_video_active a { font-weight: 900 !important; } .li_video_active .arrow_video img { opacity: 1; } .date_video { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_video { margin-left: 5px; } .arrow_video img { width: 20px; opacity: 0; } .list_videos_white .li_video_active { border: 1px solid rgba(250,250,250,0.5) !important; background-color: rgba(250,250,250,0.1) !important; } .modal-dialog { opacity: 0.98 !important; z-index: 9999 !important; /*background-color: rgba(41,41,41,0.95);*/ background-color: rgba(250,250,250,0.99); /*rgba(120,30,20,0.99) ;*/ /*background-image: url('../img/system/defaults/background_default_medium.png');*/ border: 1px solid white; border-radius: 0; color: rgba(22,54,110,0.95); } .vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */ } .vertical-align-center { /* To center vertically */ display: table-cell; vertical-align: middle; pointer-events:none; background-color: transparent !important; } .modal-content { padding: 0px !important; /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */ width:inherit; height:inherit; /* To center horizontally */ margin: 0 auto; pointer-events: all; } .modal_content { font-size: 1.3em; padding: 20px 10px !important; } .modal-title { padding: 0 !important; margin: 0 !important; color: white !important; } .modal-header, .modal-footer { color: white !important; background-color: rgba(22,54,110,0.95); min-height: 50px !important; } .modal-content, .modal-body { background-color: white !important; border-radius: 0 !important; } .modal_content { font-size: 1em !important; } .modal-footer { padding: 5px !important; } .modal-backdrop { z-index: -1; } .modal-body, .modal-body-inner { overflow:hidden; } .modal_for_photo, .modal_for_photo .modal-dialog, .modal_for_photo .modal-body, .modal_for_photo .modal-content { border: none !important; } .modal_for_photo .modal-body { background-color: rgba(0,0,0,0.88) !important; } body.modal-open { overflow: hidden; } .btn-modal { margin: 10px; font-size : 1em; background-color: transparent; border: 1px solid white !important; border-radius: 0; } .btn-modal:hover, .btn-modal-active { border: 1px solid white !important; background-color: rgba(250,250,250,0.4); color: white; } .slide_ul { margin-left: 10%; } .article_photo { border: 3px solid rgba(22,54,110,0.88); margin-left: 10%; width: 80% !important; } .article_photo:hover { cursor: pointer; } .article_photo_container { padding: 10px 20px; } .photo_container { padding: 10px 20px; } .besoin_photo { border: 3px solid rgba(22,54,110,0.88); width: 100% !important; border-radius: 50%; } .besoin_photo:hover { cursor: pointer; } .besoin_photo_container { padding: 5px; } .message_warning { font-style: italic; font-weight: 400; font-size: 1.2em; opacity: 0.5; } .btn-helpUs{ color: white; font-size: 1em; box-shadow: none; border-radius: 5px !important; border:1px solid rgba(22,54,110,1); padding: 3px 6px ; background-color: rgba(22,54,110,0.7); margin: 2px 10px; } .btn-helpUs:hover{ color: white; background-color: rgba(22,54,110,1); } .btn-helpUs:focus, .btn-helpUs:active { outline: none; } .photo_helpUs { border: 3px solid rgba(22,54,110,0.88); } .photo_helpUs:hover { cursor: pointer; } .photo_partner { border: 1px solid rgba(22,54,110,0.4); } .photo_partner_container { padding: 5px !important; } .photo_partner_content { /*border: 1px solid rgba(41,41,41,0.2);*/ margin: 5px !important; padding: 5px !important; } .photo_partner_container a:hover .partner_link { text-decoration: underline; } .diapo_default:hover { cursor: pointer; } /* ------------------------------------------------------ Admin ------------------------------------------------------ */ .section_admin { padding: 10px !important; } .remember_me_box { margin-left: 42%; } .btn-log { background-color: transparent; border-radius: 0px !important; border-bottom: 1.5px solid transparent; border-top: 1.5px solid transparent; color: rgba(12,28,57,1) !important; box-shadow: none; text-decoration: none; } .btn-log:hover, .btn-log:focus, .btn-log:active { box-shadow: none; text-decoration: none; outline: none; border-bottom: 1.5px solid rgba(12,28,57,1); border-top: 1.5px solid rgba(12,28,57,1); } .border_black_left { border-left: 2px dotted rgba(12,28,57,1); } .nav_tabs_user { text-align: center; } .nav_tabs_user li { margin-bottom: 10px; display: inline-block; width: 8%; } .btn-choice-admin { border-radius: 2px; width: 100%; background-color: transparent; border: 1px solid #001234; padding: 2px 5px ; } .btn-choice-admin:hover { background-color: rgba(150,150,150,0.3); } .nav_tabs_user li.active { background-color: rgba(150,150,150,0.6); box-shadow: none; } .logout-btn-admin:hover { background-color: rgba(200,79,86,0.6) !important; } .btn-action-admin { border-radius: 3px; width: 100px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin-right: 10px; } .btn-action-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-action-admin .btn_arrow { opacity: 0.4; } .btn-action-admin:hover .btn_arrow { opacity: 1 !important; } .btn-admin { border-radius: 3px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin: 10px; } .btn-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-admin .btn_arrow { opacity: 0.4; } .btn-admin:hover .btn_arrow { opacity: 1 !important; } .btn-action-admin-icon { background-color: transparent; color: rgba(150,150,150,0.8); padding: 2px 5px ; margin: 6px; } .btn-action-admin-icon:hover { background-color: transparent; color: rgba(10,10,10,0.88); } .btn-action-admin-icon .btn_arrow { opacity: 0.4; } .btn-action-admin-icon:hover .btn_arrow { opacity: 1 !important; } .btn-delete-admin { border-radius: 0; background-color: transparent; border: none; padding: 5px ; margin-left: 10px; opacity: 0; } .photo_admin:hover .btn-delete-admin { opacity: 0.5; } .btn-delete-admin:hover { opacity: 1 !important; } .list_articles_admin { margin: 0; margin-left: 0px; padding: 0; } .list_articles_admin li { color: rgba(12,28,57,1) !important; margin-top: 3px; margin-bottom: 8px; padding: 3px !important; text-align: left !important; } .list_articles_admin li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_articles_admin li:hover .arrow_article img { opacity: 0.5; } .article_photo_admin { border: 3px solid rgba(22,54,110,0.88); margin-left: 10%; width: 80% !important; } .article_photo_admin:hover { cursor: pointer; } .btn-category-admin { padding: 3px 6px; border-radius: 5px; } .btn-category-admin:hover, .btn-category-admin:focus, .btn-category-admin:active { text-decoration: none; } .btn-category-admin:hover .btn_arrow, .btn-category-admin:focus .btn_arrow, .btn-category-admin:active .btn_arrow { opacity: 0.5; } .btn-category-admin .btn_arrow { opacity: 0; } .list_elements_admin { margin: 0; margin-left: 10px; padding: 0; } .list_elements_admin li { color: rgba(12,28,57,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; border: 1px solid transparent; border-radius: 4px; } .li_element_active { border: 1px solid rgba(22,54,110,0.5) !important; background-color: rgba(22,54,110,0.1); } .li_element_active a { font-weight: 900 !important; } .li_element_active .arrow_element img, .li_element_active .arrow_element_opp img { opacity: 1; } .date_element, .date_element_opp { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_element { margin-left: 5px; } .arrow_element img { width: 20px; opacity: 0; } .arrow_element_opp { margin-right: 5px; } .arrow_element_opp img { width: 20px; opacity: 0; } .list_pages { margin: 0; margin-left: 10px; padding: 0; } .list_pages li { color: rgba(12,28,57,1) !important; margin-top: 5px; margin-bottom: 8px; padding: 3px; } .list_pages li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_pages li:hover .arrow_page img { opacity: 0.5; } .li_page_active { border-bottom: 1px solid rgba(22,54,110,0.5); /*background-color: rgba(22,54,110,0.1);*/ } .li_page_active a { font-weight: 900 !important; } .li_page_active .arrow_page img { opacity: 1; } .thumbnail_page { padding: 10px; } .date_page { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .date_page_lg { margin-top: 20px; font-size: 1em; color: rgba(50,50,50,0.8); font-style: italic; } .top_info_modal_page { font-size: 1em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_page { margin-left: 5px; } .arrow_page img { width: 20px; opacity: 0; } .list_pages_admin { margin: 0; margin-left: 0px; padding: 0; } .list_pages_admin li { color: rgba(12,28,57,1) !important; margin-top: 3px; margin-bottom: 8px; padding: 3px !important; text-align: left !important; border-bottom: 1px solid transparent; } .list_pages_admin li:hover { border-bottom: 1px solid rgba(22,54,110,0.2) !important; /*background-color: rgba(22,54,110,0.1);*/ } .li_page_active { border-bottom: 1px solid rgba(22,54,110,0.88) !important; } .list_pages_admin li:hover .arrow_page img { opacity: 0.5; } .article_diapo_admin { border: 3px solid rgba(22,54,110,0.88); width: 100% !important; } .article_diapo_admin:hover { cursor: pointer; } .diapo_admin:hover .btn-delete-admin { opacity: 0.5; } .article_diapo_container { padding: 2px 5px; } /* ------------------------------------------------------ Footer ------------------------------------------------------ */ .footer { background-color: rgba(22,54,110,0.88); text-align: center; width : 100%; min-height: 84px; margin: 0; padding: 4px; color: white !important; } .footer div.footer_part { padding-top: 25px; padding-bottom: 25px; } .footer_main { margin-top: 5px; } .border_white_top { border-top: 1px solid white; } .footer_bottom { text-transform : uppercase; } .footer_bottom ul { list-style: none; } .footer_bottom ul li { display: inline-block; } .red { color: red !important; } .btn-footer{ color: white; box-shadow: none; border-radius: 0; border:1px solid white; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-footer:hover{ color: white; background-color: rgba(250,250,250,0.2); } .btn-footer:focus { outline: none; }
web/css/main_style.css
html { width: 100%; } body { width: 100%; line-height: 135%; font-family: "Proxima Nova", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 100; color: rgba(12,28,57,1) !important; } .main_background { z-index: 0 !important; background-color: rgba(22,54,110,0.8); } #photo_background { position: absolute; margin: 0 !important; padding: 0 !important; top : 0; bottom : 0; left : 0; right : 0; overflow: hidden; background-color: rgba(12,28,57,1); opacity: 0.3; z-index: -100 !important; } #photo_background_frame { text-align: center; margin: 0; margin-top: 100px; padding: 4px !important; width: 100%; overflow: hidden; } .photo_background_sq { margin: 4px !important; padding: 0 !important; width: 147.5px; height: 147.5px; display: inline-block !important; } .photo_background_sq_content { width: 100%; background-color: transparent; } .back { background-color: red; } #in_construction { position: fixed; left: 30px; bottom: 30px; background-color: white; border: 3px solid rgba(12,28,57,1) !important; font-size: 1.2em; width: 450px; padding: 10px; z-index: 9999; box-shadow: 0 0 10px 4px white; } @-webkit-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-moz-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-ms-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @-o-keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } @keyframes shine_frame { from { background-color: white } 50% { background-color: yellow} to { background-color: white } } #in_construction { -webkit-animation: shine_frame 1s ease infinite; -moz-animation: shine_frame 1s ease infinite; -ms-animation: shine_frame 1s ease infinite; -o-animation: shine_frame 1s ease infinite; animation: shine_frame 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } /* ------------------------------------------------------ General ------------------------------------------------------ */ .margin0 { margin:0; } .margin_left_10 { margin-left: 10px; } .margin_right_10 { margin-right: 10px; } .margin_top_10 { margin-top: 10px; } .margin_bottom_10 { margin-bottom: 10px; } .margin_right_30 { margin-right: 30px; } .margin_top_30 { margin-top: 30px; } .padding0 { padding: 0; } .padding5 { padding: 5px; } .padding10 { padding: 10px; } .padding50 { padding: 50px; } img { width: 100%; } h1 { text-align: center; font-weight: 500; color: white; line-height: 60% !important; } h1 span { font-size: 0.45em; line-height: 50% !important; margin-top: 20px !important; } @media (min-width: 1400px) { h1 { font-size: 6.6em; margin-top: 200px !important; } } @media (min-width: 992px) and (max-width: 1399px) { h1 { font-size: 5.2em; margin-top: 170px !important; } } @media (min-width: 768px) and (max-width: 991px) { h1 { font-size: 3.8em; margin-top: 170px !important; } } @media (min-width: 478px) and (max-width: 767px) { h1 { font-size: 3.5em; margin-top: 180px !important; } } @media (max-width: 477px) { h1 { font-size: 3em; margin-top: 70px !important; } h1 span { margin-top: 10px !important; } } h2 { text-align: center; margin: 2px 0 0 0; font-weight: 600; color: rgba(12,28,57,0.88); } @media (min-width: 1400px) { h2 { font-size: 3.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h2 { font-size: 3em; } } @media (min-width: 768px) and (max-width: 991px) { h2 { font-size: 2.7em; } } @media (min-width: 478px) and (max-width: 767px) { h2 { font-size: 2.2em; } } @media (max-width: 477px) { h2 { font-size: 1.9em; } } h3 { font-weight: 500 !important; margin-top: 5px !important; text-align: center; color: rgba(12,28,57,1); } @media (min-width: 1400px) { h3 { font-size: 2.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h3 { font-size: 2em; } } @media (min-width: 768px) and (max-width: 991px) { h3 { font-size: 1.7em; } } @media (min-width: 478px) and (max-width: 767px) { h3 { font-size: 1.4em; } } @media (max-width: 477px) { h3 { font-size: 1.5em; } } h4 { font-weight: 200; text-align: center; } @media (min-width: 1400px) { h4 { font-size: 1.5em; } } @media (min-width: 992px) and (max-width: 1399px) { h4 { font-size: 1.3em; } } @media (min-width: 768px) and (max-width: 991px) { h4 { font-size: 1.2em; } } @media (min-width: 478px) and (max-width: 767px) { h4 { font-size: 1.1em; } } @media (max-width: 477px) { h4 { font-size: 1.3em; } } h5 { color: rgba(12,28,57,1); font-weight: 300; } @media (min-width: 1400px) { h5 { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { h5 { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { h5 { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { h5 { font-size: 1em; } } @media (max-width: 477px) { h5 { font-size: 1.2em; } } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .float-right { float: right; } .float-center { float: center; } .float-left { float: left; } .bold { font-weight: 800; } .font1em { font-size: 1em; } .font10 { font-size: 10px; } .font12 { font-size: 12px; } .font14 { font-size: 14px; } .font16 { font-size: 16px; } .font18 { font-size: 18px; } .font20 { font-size: 20px; } .paragraph { margin-left: 5%; margin-right: 5%; margin-top: 2%; margin-bottom: 2%; } .italic { font-style: italic; } .uppercase { text-transform : uppercase; } /*ul, ol, li { font-size: 1em !important; } */ ul { list-style-type: circle; } ul ul { list-style-type: square; } .list_no_style_li { list-style-type: none; } .inline_li li { display: inline; } a, a:focus { color: inherit; text-decoration: none; } button, button:focus { color: inherit; text-decoration: none; } a:hover { color: inherit; text-decoration: underline; } .no_style_a, .no_style_a:focus { text-decoration: none; font-style: normal; } .no_style_a:hover { color: inherit; text-decoration: none; font-style: normal; } .no_style_button, .no_style_button:focus { border: none; background-color: transparent; box-shadow: none; } .btn:focus { color: inherit; text-decoration: none; box-shadow: none; } p { margin: 10px 5px ; text-align: left; } @media (min-width: 1400px) { p, ul, .well, .thumbnail, .modal-content { font-size: 14px; } } @media (min-width: 992px) and (max-width: 1399px) { p, ul, .well, .thumbnail, .modal-content { font-size: 13px; } } @media (min-width: 768px) and (max-width: 991px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } @media (min-width: 478px) and (max-width: 767px) { p, ul, .well, .thumbnail, .modal-content { font-size: 11px; } } @media (max-width: 477px) { p, ul, .well, .thumbnail, .modal-content { font-size: 12px; } } .thumbnail { background-color: rgba(250,250,250,0.75) !important; } strong { font-weight: 700; } .row { width: 100%; margin: 0; } .row92 { width: 92%; margin-left: 4%; margin-top: 0; margin-bottom: 0; } .row80 { width: 80%; margin-left: 10%; margin-top: 0; margin-bottom: 0; } .row60 { width: 60%; margin-left: 20%; margin-top: 0; margin-bottom: 0; } @media (max-width: 767px) { .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { padding: 2px; margin: 0; } } .inline_div { display: inline-block; } .block_div { display: block; } .opacity0 { opacity: 0; } .opacity05 { opacity: 0.5; } .opacity1 { opacity: 1; } .cursor_default { cursor: default !important; } textarea { resize: vertical; } .well { color: rgba(12,28,57,1) !important; } .white { color: white !important; } hr { color: white; background-color: transparent; margin: 5px 0 !important; height: 1px; } .dark_hr { box-shadow: none; border: none; color: rgba(22,54,110,1); background-color: rgba(22,54,110,1) !important; } .medium_hr { box-shadow: none; border: none; color: rgba(22,54,110,0.2); background-color: rgba(22,54,110,0.2) !important; } /* ------------------------------------------------------ Header ------------------------------------------------------ */ #header { position: fixed; top: 0px !important; z-index: 50; background-color: rgba(22,54,110,1); color: white; padding: 0 !important; margin-top: 0 !important; margin-bottom: 5px; box-shadow: 0 0 10px 5px rgba(250,250,250,.1); } @media (min-width: 1400px) { #header { font-size: 1em; } } @media (min-width: 992px) and (max-width: 1399px) { #header { font-size: 1em; } } @media (min-width: 768px) and (max-width: 991px) { #header { font-size: 0.75em; } } @media (min-width: 478px) and (max-width: 767px) { #header { font-size: 1.5em; } } @media (max-width: 477px) { #header { font-size: 1.4em; } } .border_right_li { border-right : 1px solid white; } .nav-tabs { border-bottom: 0px solid #ddd !important; font-size: 1em !important; } .nav-tabs li { background-color: transparent !important; } .nav-tabs > li > a { line-height: 1.42857143; border: 0px solid transparent !important; border-radius: 0 !important; background-color: transparent !important; } .nav-tabs > li > a:hover { border-color: transparent !important; background-color: rgba(12,28,57,0.88) !important; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: inherit !important; cursor: default; background-color: rgba(12,28,57,0.88) !important; border: none; border-radius: 0 !important; cursor: pointer; } #btn_header0.active > a { background-color: inherit !important; } #btn_header0.active > a:hover { background-color: rgba(12,28,57,0.88) !important; } .nav-tabs li.header_help_li { background-color: rgba(245,144,20,0.88) !important; } .nav-tabs > li.header_help_li > a:hover { background-color: rgba(245,144,20,1) !important; } .nav-tabs > li.header_help_li.active > a, .nav-tabs > li.header_help_li.active > a:hover, .nav-tabs > li.header_help_li.active > a:focus { background-color: rgba(245,144,20,1) !important; cursor: pointer; } /*.nav-tabs > li > a:hover .dropdown-menu { display: block; }*/ .dropdown-menu { font-size: 0.8em !important; color: white !important; left: 10% !important; min-width: 100px; list-style: none; background-color: rgba(22,54,110,0.88); border: 1px solid rgba(22,54,110,1); border-radius: 0 !important; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); } .dropdown-menu > li > a { padding: 3px 20px !important; color: white !important; } .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { color: rgba(12,28,57,0.88) !important; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: rgba(12,28,57,0.88) !important; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777; } .dropdown:hover .dropdown-menu { display: block; } .nav-tabs { font-size: 1em !important; } .dropdown-menu { font-size: 0.8em !important; } .dropdown-menu-spe { background-color: transparent !important; border: none; box-shadow: none; } /* Top menu in intro */ #menu_top { margin-right: 10px !important; text-align: right !important; color: white !important; } @media (min-width: 1400px) { #menu_top { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { #menu_top { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { #menu_top { font-size: 0.9em; } } @media (min-width: 478px) and (max-width: 767px) { #menu_top { font-size: 1.5em; } } @media (max-width: 477px) { #menu_top { font-size: 1.4em; } } #menu_top div { display: inline-block !important; } #menu_top div a { opacity: 0.65; padding-left: 18px; padding-right: 18px; } #menu_top div a:hover { opacity: 1; } .border_right_white { border-right: 1px solid white !important; } .header_help_a a { border-radius: 5px; background-color: rgba(245,144,20,0.88) !important; padding: 6px 15px !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .header_help_a a:hover { background-color: rgba(245,144,20,1) !important; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .language_box { float: left; margin-top: 4px; } @media (min-width: 901px) { .language_flag { width: 24px; } .language_box { margin-right: 5px; } } @media (max-width: 900px) { .language_flag { width: 12px; } .language_box { margin-right: 1px; } } .language_selection { margin-left: 10px; opacity: 0.4; } .language_selection:hover { opacity: 1; } .language_selection, .language_selection:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; } .language_active { opacity: 1; } #social_media { position:fixed; background: rgba(250,250,250,0.96); top:42%; left: 0; border: 1px solid rgba(50,50,50,0.2); border-radius: 0 ; box-shadow: 0 0 10px rgba(0,0,0,0.38); padding:4px; z-index:999; text-align: center; } .social { margin: 4px 2px; width : 20px; height: 20px; } .social_fb { background-image: url('../img/system/social/fb.png'); background-size: 100%; } .social_fb:hover { background-image: url('../img/system/social/fb_hover.png'); background-size: 100%; } .social_tw { background-image: url('../img/system/social/tw.png'); background-size: 100%; } .social_tw:hover { background-image: url('../img/system/social/tw_hover.png'); background-size: 100%; } .social_mail { background-image: url('../img/system/social/mail.png'); background-size: 100%; } .social_mail:hover { background-image: url('../img/system/social/mail_hover.png'); background-size: 100%; } #button_to_top { font-size: 1em; position: fixed; bottom: 50px; right: 50px; width: 50px; height: 50px; z-index: 999; } #button_to_top button { width: 50px; height: 50px; border-radius: 3px; text-align: center !important; background-color: rgba(22,54,110,0.95); } .btn-to-top { margin-left: 10px; margin-right: 10px; border: 2px solid transparent; } .btn-to-top:hover { color: rgba(12,28,57,1); border: 2px solid white; } #side_buttons { position: fixed; right: 22px; top: 40%; width: 12px; z-index: 10100; } @media (max-width: 991px) { #side_buttons { right: 14px !important; } } .btn-side, .btn-side-invert { width: 10px !important; height: 10px !important; border-radius: 5px !important; margin: 1px 0 !important; padding: 0; background-color: transparent; } .btn-side { border: 1px solid rgba(12,28,57,0.88); } .btn-side:hover { border: 1px solid transparent; background-color: rgba(41,41,41,0.7); } .btn-side-active, .btn-side-active:hover { border: 1px solid transparent; background-color: rgba(12,28,57,0.88); } .pop_hover_side { position:absolute; margin-top: -10px; margin-left: -110px; width: 100px; text-align: right !important; color: rgba(12,28,57,0.88); background: transparent; padding: 0; border: none; display: block; z-index: 10000; } .btn-side:hover .pop_hover_side, .btn-side:focus .pop_hover_side, .btn-side-invert:hover .pop_hover_side, .btn-side-invert:focus .pop_hover_side { display: block !important; } /* For the white spots */ .btn-side-invert { border: 1px solid white !important; } .btn-side-invert:hover { background-color: rgba(250,250,250,0.7) !important; } .btn-side-invert-active, .btn-side-invert-active:hover { background-color: white !important; } /* For the white writings in the invert */ .btn-side-invert .pop_hover_side { color: white !important; } .btn_up_arrow, .btn_arrow { width: 20px; position: relative; top: -2px; z-index: 5; } /* ----------------------------------------------- Content -------------------------------------------------- */ .page-admin { width: 100%; background-color: #f1f1f1; } .page-container { width: 100%; background-color: transparent !important;/*#f1f1f1;*/ color: black !important; z-index: 0 !important; } .section_diapo { background-color: transparent !important; } .section_home { background-color: rgba(22,54,110,0.5) !important; padding-top: 42px !important; color: white !important; } .section { margin: 0; background-color: #f1f1f1; padding: 44px !important; z-index: 0 !important; border-bottom: 1.5px solid rgba(22,54,110,0.5); } @media (min-width: 478px) and (max-width: 991px) { .section { padding: 20px !important; } } @media (max-width: 477px) { .section { padding: 5px !important; padding-top: 44px !important; } } /*For section colors*/ /*.section_ecoliers { background-color: rgba(124,18,48,0.8); } .section_etudiants { background-color: rgba(126,200,145,0.8); } .section_jeunesPro { background-color: rgba(100,200,220,0.8); } .section_helpUs { background-color: rgba(255,176,60,0.9); }*/ /*.section_ecoliers { background-image: url('../img/system/content/bg_ecoliers.png'); background-size: cover; } .section_etudiants { background-image: url('../img/system/content/bg_etudiants.png'); background-size: cover; } .section_jeunesPros { background-image: url('../img/system/content/bg_jeunesPros.png'); background-size: cover; } .section_actu { background-image: url('../img/system/content/bg_actu.png'); background-size: cover; } .section_besoins { background-image: url('../img/system/content/bg_besoins.png'); background-size: cover; } .section_charte { background-image: url('../img/system/content/bg_charte.png'); background-size: cover; }*/ .board_parent { padding: 34px; } .board_ecoliers { /*font-family: 'chalk_writing' !important;*/ font-family: 'marker' !important; padding: 12% 20%; color: white !important; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .board_etudiants { /*font-family: 'marker_writing' !important;*/ font-family: 'marker' !important; padding: 12% 20%; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .board_jeunesPros { font-family: 'marker' !important; padding: 12% 20%; margin: -20px; -webkit-transform: rotateZ(-7deg); -ms-transform: rotateZ(-7deg); -o-transform: rotateZ(-7deg); transform: rotateZ(-7deg); } .photo_content { width: 70%; margin-left: 15%; z-index: 99; } .photo_content:hover { cursor: pointer; } .curve { box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2); } .pin_pics, .pin_article { margin-left: 45%; width: 40px; } /*.content_ecoliers { background-color: rgba(124,18,48,0.2); }*/ /*.section_ecoliers { background-color: rgba(124,18,48,0.8); } .section_etudiants { background-color: rgba(126,200,145,0.8); } .section_jeunesPro { background-color: rgba(100,200,220,0.8); }*/ .talkbubble { z-index: 10 !important; padding: 10px; background-color: rgba(250,250,250,0.8); position: relative; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; box-shadow: 0px 5px 5px 2px rgba(0,0,0,0.2); } .talkbubble:before { content:""; position: absolute; bottom: 100%; right: 48%; width: 0; height: 0; border-left: 13px solid transparent; border-right: 13px solid transparent; border-bottom: 26px solid rgba(250,250,250,0.8); } .slide_container { overflow-x: hidden; position:absolute; left:0px; } .slide_container_content { height: 100%; } .slide { padding-top: 0 !important; margin: 0 !important; display: inline-block !important; vertical-align: top; } .slide_content { height: 100%; padding-top: 0 !important; /*overflow-x: hidden; overflow-y: scroll;*/ vertical-align: top; } @media (min-width: 1400px) { .slide { padding: 30px !important; } .slide_content { width: 84%; margin: 0 8% ; } } @media (min-width: 992px) and (max-width: 1399px) { .slide { padding: 20px !important; } .slide_content { width: 86%; margin: 0 7% ; } } @media (min-width: 768px) and (max-width: 991px) { .slide { padding: 10px !important; } .slide_content { width: 88%; margin: 0 6% ; } } @media (min-width: 478px) and (max-width: 767px) { .slide { padding: 5px !important; } .slide_content { width: 92%; margin: 0 4% ; } } @media (max-width: 477px) { .slide { padding: 10px !important; } .slide_content { width: 98%; margin: 0 1% ; } } .slide_content_text { /*border: 1px solid rgba(12,28,57,1);*/ } #sessionFlash { position: absolute; bottom : 10px; text-align: center; margin: auto; display: none; z-index: 99999; } .alert { padding: 4px 10px; padding-right: 30px; border: 1px solid rgba(12,28,57,1); } #div_logo_welcome { position: absolute; left: 30px; top: 30px; width: 13%; min-width: 100px !important; } #logo_welcome { width: 100%; min-width: 100px !important; } .navbar { padding: 0 !important; margin: 0 !important; border-radius: 0 !important; } .navbar-collapse, .navbar-header { border-radius: 0 !important; color: white !important; background-color: rgba(22,54,110,1) !important; } .navbar-nav, .navbar-toggle { border-radius: 0 !important; } .navbar-toggle:focus, .navbar-toggle:active { background-color: transparent !important; } .li_mobile { border-radius: 0 !important; font-size: 1.8em !important; text-transform: uppercase !important; color: white !important; box-shadow: none; text-shadow: none; text-decoration: none; text-align: center; padding: 5px; background-color: rgba(22,54,110,1) !important; } .li_mobile a { color: white !important; text-decoration: none; background-color: transparent !important; } .li_mobile:hover { color: white !important; background-color: rgba(12,28,57,1) !important; } .navbar-collapse li.open { color: white !important; background-color: transparent !important; } .border_bottom_white { border-bottom: 1px solid white; } .li_mobile_help { background-color: rgba(245,144,20,0.95) !important; } .li_mobile_help:hover { background-color: rgba(245,144,20,1) !important; } .li_mobile.open, .li_mobile.open a { background-color: transparent !important; } .dropdown-menu li { text-align: center; font-size: 0.9em; font-style: italic; } .li_mobile.open .dropdown-menu li:hover, .li_mobile.open .dropdown-menu li:hover a { background-color: rgba(12,28,57,1) !important; color: white !important; } .li_mobile .navbar-nav > .active > a, .li_mobile .navbar-nav > .open > a { background-color: transparent !important; } .navbar-brand { z-index: 10100 !important ; } #div_logo_welcome_xs { width: 20%; max-width: 80px; position: absolute; top: 3px; left: 3px; z-index: 10100 !important ; } #logo_welcome_xs { width: 100%; } .btn-diapo { color: white !important; background-color: rgba(196,1,1,0.7); border-radius: 5px; } .btn-diapo:hover { color: white; background-color: rgba(196,1,1,1); } .btn-diapo:focus { outline: none; } @media (min-width: 1400px) { .btn-diapo { /*left: 45%; top: 150px;*/ margin-right: 80px; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-diapo { /*left: 43.5%; top: 130px;*/ margin-right: 0px; font-size: 0.85em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-diapo { position: absolute; left: 42%; top: 100px; } } @media (min-width: 478px) and (max-width: 767px) { .btn-diapo { position: absolute; left: 35%; top: 100px; } } @media (max-width: 477px) { .btn-diapo { position: absolute; left: 30%; top: 60px; } } .btn-diapo-close { font-size: 2em; background-color: rgba(250,250,250,1); box-shadow: 0 0 4px 2px rgba(250,250,250,0.88); color: black; width: 4%; border-radius: 50%; border: white; position: absolute; top : 30px; right: 48%; } .btn-diapo-close:hover { color: rgba(196,1,1,0.9); background-color: rgba(250,250,250,1); } .btn-diapo-close { -webkit-animation: zoomInAndOut 1s ease infinite; -moz-animation: zoomInAndOut 1s ease infinite; -ms-animation: zoomInAndOut 1s ease infinite; -o-animation: zoomInAndOut 1s ease infinite; animation: zoomInAndOut 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } @-webkit-keyframes zoomInAndOut { from { -webkit-transform: scale(1); } 50% { -webkit-transform: scale(1.3); } to { -webkit-transform: scale(1); } } @-moz-keyframes zoomInAndOut { from { -moz-transform: scale(1); } 50% { -moz-transform: scale(1.3); } to { -moz-transform: scale(1); } } @-ms-keyframes zoomInAndOut { from { -ms-transform: scale(1); } 50% { -ms-transform: scale(1.3); } to { -ms-transform: scale(1); } } @-o-keyframes zoomInAndOut { from { -o-transform: scale(1); } 50% { -o-transform: scale(1.3); } to { -o-transform: scale(1); } } @keyframes zoomInAndOut { from { transform: scale(1); } 50% { transform: scale(1.3); } to { transform: scale(1); } } .home_quote { position: absolute; width: 90% !important; left: 5%; text-align: center; line-height: 130%; } @media (min-width: 1400px) { .home_quote { bottom: 80px; font-size: 1.4em; } } @media (min-width: 992px) and (max-width: 1399px) { .home_quote { bottom: 60px; font-size: 1.3em; } } @media (min-width: 768px) and (max-width: 991px) { .home_quote { bottom: 50px; font-size: 1.3em; } } @media (min-width: 478px) and (max-width: 767px) { .home_quote { bottom: 40px; font-size: 1.2em; } } @media (max-width: 477px) { .home_quote { bottom: 10px; font-size: 1em; } } .home_message { position: absolute; line-height: 100%; width: 100%; left: 0; text-align: center; } @media (min-width: 1400px) { .home_message { bottom: 200px; font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .home_message { bottom: 200px; font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .home_message { bottom: 190px; font-size: 1em; } } .scroll-icons { width: 30px; height: 30px; margin: 0 6px; } .scroll-icons-spe { width: 20px; height: 20px; margin: 0 3px; text-align: right; } @-webkit-keyframes mov_left { from { -webkit-transform: translateX(0px); } 50% { -webkit-transform: translateX(-5px); } to { -webkit-transform: translateX(0px); } } @-moz-keyframes mov_left { from { -moz-transform: translateX(0px); } 50% { -moz-transform: translateX(-5px); } to { -moz-transform: translateX(0px); } } @-ms-keyframes mov_left { from { -ms-transform: translateX(0px); } 50% { -ms-transform: translateX(-5px); } to { -ms-transform: translateX(0px); } } @-o-keyframes mov_left { from { -o-transform: translateX(0px); } 50% { -o-transform: translateX(-5px); } to { -o-transform: translateX(0px); } } @keyframes mov_left{ from { transform: translateX(0px); } 50% { transform: translateX(-5px); } to { transform: translateX(0px); } } .scroll-icons-left { -webkit-animation: mov_left 1s ease infinite; -moz-animation: mov_left 1s ease infinite; -ms-animation: mov_left 1s ease infinite; -o-animation: mov_left 1s ease infinite; animation: mov_left 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; } @-webkit-keyframes mov_up { from { -webkit-transform: translateY(0px); } 50% { -webkit-transform: translateY(-5px); } to { -webkit-transform: translateY(0px); } } @-moz-keyframes mov_up { from { -moz-transform: translateY(0px); } 50% { -moz-transform: translateY(-5px); } to { -moz-transform: translateY(0px); } } @-ms-keyframes mov_up { from { -ms-transform: translateY(0px); } 50% { -ms-transform: translateY(-5px); } to { -ms-transform: translateY(0px); } } @-o-keyframes mov_up { from { -o-transform: translateY(0px); } 50% { -o-transform: translateY(-5px); } to { -o-transform: translateY(0px); } } @keyframes mov_up{ from { transform: translateY(0px); } 50% { transform: translateY(-5px); } to { transform: translateY(0px); } } .scroll-icons-up { -webkit-animation: mov_up 1s ease infinite; -moz-animation: mov_up 1s ease infinite; -ms-animation: mov_up 1s ease infinite; -o-animation: mov_up 1s ease infinite; animation: mov_up 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.1s; -moz-animation-delay: 0.1s; -ms-animation-delay: 0.1s; -o-animation-delay: 0.1s; animation-delay: 0.1s; } @-webkit-keyframes mov_right { from { -webkit-transform: translateX(0px); } 50% { -webkit-transform: translateX(5px); } to { -webkit-transform: translateX(0px); } } @-moz-keyframes mov_right { from { -moz-transform: translateX(0px); } 50% { -moz-transform: translateX(5px); } to { -moz-transform: translateX(0px); } } @-ms-keyframes mov_right { from { -ms-transform: translateX(0px); } 50% { -ms-transform: translateX(5px); } to { -ms-transform: translateX(0px); } } @-o-keyframes mov_right { from { -o-transform: translateX(0px); } 50% { -o-transform: translateX(5px); } to { -o-transform: translateX(0px); } } @keyframes mov_right{ from { transform: translateX(0px); } 50% { transform: translateX(5px); } to { transform: translateX(0px); } } .scroll-icons-right { -webkit-animation: mov_right 1s ease infinite; -moz-animation: mov_right 1s ease infinite; -ms-animation: mov_right 1s ease infinite; -o-animation: mov_right 1s ease infinite; animation: mov_right 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.2s; -moz-animation-delay: 0.2s; -ms-animation-delay: 0.2s; -o-animation-delay: 0.2s; animation-delay: 0.2s; } .scroll-icons-spe-right { -webkit-animation: mov_right 1s ease infinite; -moz-animation: mov_right 1s ease infinite; -ms-animation: mov_right 1s ease infinite; -o-animation: mov_right 1s ease infinite; animation: mov_right 1s ease infinite; } @-webkit-keyframes mov_down { from { -webkit-transform: translateY(0px); } 50% { -webkit-transform: translateY(5px); } to { -webkit-transform: translateY(0px); } } @-moz-keyframes mov_down { from { -moz-transform: translateY(0px); } 50% { -moz-transform: translateY(5px); } to { -moz-transform: translateY(0px); } } @-ms-keyframes mov_down { from { -ms-transform: translateY(0px); } 50% { -ms-transform: translateY(5px); } to { -ms-transform: translateY(0px); } } @-o-keyframes mov_down { from { -o-transform: translateY(0px); } 50% { -o-transform: translateY(5px); } to { -o-transform: translateY(0px); } } @keyframes mov_down{ from { transform: translateY(0px); } 50% { transform: translateY(5px); } to { transform: translateY(0px); } } .scroll-icons-down { -webkit-animation: mov_down 1s ease infinite; -moz-animation: mov_down 1s ease infinite; -ms-animation: mov_down 1s ease infinite; -o-animation: mov_down 1s ease infinite; animation: mov_down 1s ease infinite; -webkit-animation-iteration-count: 10; -moz-animation-iteration-count: 10; -ms-animation-iteration-count: 10; -o-animation-iteration-count: 10; animation-iteration-count: 10; -webkit-animation-delay: 0.3s; -moz-animation-delay: 0.3s; -ms-animation-delay: 0.3s; -o-animation-delay: 0.3s; animation-delay: 0.3s; } .div-btn-btm-accueil { z-index: 10000 !important; position: fixed; bottom: 0; width: 100%; } .btn-accueil { margin-left: 4%; margin-right: 4%; width: 15%; text-align: center; color: white; display: inline-block !important; } .btn-accueil a { width: 100%; border: none; color: white !important; border-radius: 10px 10px 0 0; box-shadow: 0px 0px 3px 1px rgba(250,250,250,0.1); -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; position: relative; top: 5px; } @media (min-width: 1400px) { .btn-accueil a { font-size: 1.4em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-accueil a { font-size: 1.2em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-accueil a { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-accueil a { font-size: 0.7em; } } .btn-accueil a:hover { -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; top: 0; } .btn_ecoliers { background: #7d1230; color: white !important; } .btn_ecoliers:hover, .btn_ecoliers_active { background: #3d0818; color: white !important; } .btn_ecoliers_active .btn_arrow { opacity: 1 !important; } .btn_etudiants { background: #7ec790; color: white !important; } .btn_etudiants:hover, .btn_etudiants_active { background: #3d9153; color: white !important; } .btn_etudiants_active .btn_arrow { opacity: 1 !important; } .btn_jeunesPro { background: #64c8dc; color: white !important; } .btn_jeunesPro:hover, .btn_jeunesPro_active { background: #458f9c; color: white !important; } .btn_jeunesPro_active .btn_arrow { opacity: 1 !important; } .btn-perso{ color: rgba(12,28,57,1); box-shadow: none; border-radius: 0; border:1px solid rgba(22,54,110,0.78); padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-perso:hover{ background-color: rgba(22,54,110,0.2); } .btn-perso:focus, .btn-perso-white:focus { outline: none; } @media (min-width: 1400px) { .btn-perso { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-perso { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-perso { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-perso { font-size: 0.9em; } } @media (max-width: 477px) { .btn-perso { font-size: 0.85em; } } .btn-perso-white { color: white !important; border:1px solid white !important; } .btn-perso-white:hover { background-color: rgba(250,250,250,0.2) !important; } .btn-for-side{ color: rgba(12,28,57,1); box-shadow: none; border-radius: 0; border-bottom:1px solid transparent; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-for-side:hover, .btn-for-side:active{ border-bottom:1px solid rgba(22,54,110,0.78); box-shadow: none; } .btn-for-side:focus { outline: none; } @media (min-width: 1400px) { .btn-for-side { font-size: 1.2em; } } @media (min-width: 992px) and (max-width: 1399px) { .btn-for-side { font-size: 1.1em; } } @media (min-width: 768px) and (max-width: 991px) { .btn-for-side { font-size: 1em; } } @media (min-width: 478px) and (max-width: 767px) { .btn-for-side { font-size: 0.9em; } } @media (max-width: 477px) { .btn-for-side { font-size: 0.85em; } } .photo_default { width: 100%; border: 4px solid rgba(12,28,57,0.88); border-radius: 0px; } .photo_default_white { width: 100%; border: 4px solid white; border-radius: 0px; } .photo_default:hover, .photo_default_white:hover { cursor: pointer; } .button_besoin_info { margin-left: 20px; font-size: 0.5em; border-bottom: 1px solid transparent !important; } .button_besoin_info:hover { border-bottom: 1px solid rgba(12,28,57,1) !important; } .button_besoin_info:active, .button_besoin_info:focus { outline: none; } .prix_subvention_div { float: right; color: white !important; min-width: 50px !important; /*background-color: rgba(22,54,110,0.95);*/ margin: 0; margin-top: -1.5px !important; border-radius: 5px; } .prix_subvention_div:active, .prix_subvention_div:focus { outline: none; } .inner_subvention { margin: 5px 10px !important; } .prix_subvention { border-radius: 5px; } .prix_recolte_danger { color: rgba(215,84,82,0.95) !important; } .prix_recolte_warning { color: rgba(238,172,87,0.95) !important; } .prix_recolte_info { color: rgba(96,192,220,0.95) !important; } .prix_recolte_success { color: rgba(95,183,96,0.95) !important; } .prix_check_danger { background-color: rgba(215,84,82,0.95) !important; } .prix_check_warning { background-color: rgba(238,172,87,0.95) !important; } .prix_check_info { background-color: rgba(96,192,220,0.95) !important; } .prix_check_success { background-color: rgba(95,183,96,0.95) !important; } .actu { width: 92%; margin-left: 4%; } .list_articles { margin: 0; margin-left: 10px; padding: 0; } .list_articles li { color: rgba(12,28,57,1) !important; margin-top: 5px; margin-bottom: 8px; padding: 3px; } .list_articles li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_articles li:hover .arrow_article img { opacity: 0.5; } .li_article_active { border-bottom: 1px solid rgba(22,54,110,0.5); /*background-color: rgba(22,54,110,0.1);*/ } .li_article_active a { font-weight: 900 !important; } .li_article_active .arrow_article img { opacity: 1; } .thumbnail_article { padding: 10px; } .thumbnail_video { padding: 10px; } .date_article { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .date_article_lg { margin-top: 20px; font-size: 1em; color: rgba(50,50,50,0.8); font-style: italic; } .top_info_modal_article { font-size: 1em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_article { margin-left: 5px; } .arrow_article img { width: 20px; opacity: 0; } .carousel_photo { max-width: 100%; max-height: 800px; margin: auto; } .modal_carousel, .modal-content { background-color: rgba(220,220,220,1) !important; } .carousel-control { background-color: transparent; } .list_videos { margin: 0; margin-left: 10px; padding: 0; } .list_videos li { color: rgba(12,28,57,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; border-bottom: 1px solid transparent; } .li_video_active { border-bottom: 1px solid rgba(22,54,110,0.5) !important; } .li_video_active a { font-weight: 900 !important; } .li_video_active .arrow_video img { opacity: 1; } .date_video { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_video { margin-left: 5px; } .arrow_video img { width: 20px; opacity: 0; } .list_videos_white .li_video_active { border: 1px solid rgba(250,250,250,0.5) !important; background-color: rgba(250,250,250,0.1) !important; } .modal-dialog { opacity: 0.98 !important; z-index: 9999 !important; /*background-color: rgba(41,41,41,0.95);*/ background-color: rgba(250,250,250,0.99); /*rgba(120,30,20,0.99) ;*/ /*background-image: url('../img/system/defaults/background_default_medium.png');*/ border: 1px solid white; border-radius: 0; color: rgba(22,54,110,0.95); } .vertical-alignment-helper { display:table; height: 100%; width: 100%; pointer-events:none; /* This makes sure that we can still click outside of the modal to close it */ } .vertical-align-center { /* To center vertically */ display: table-cell; vertical-align: middle; pointer-events:none; background-color: transparent !important; } .modal-content { padding: 0px !important; /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */ width:inherit; height:inherit; /* To center horizontally */ margin: 0 auto; pointer-events: all; } .modal_content { font-size: 1.3em; padding: 20px 10px !important; } .modal-title { padding: 0 !important; margin: 0 !important; color: white !important; } .modal-header, .modal-footer { color: white !important; background-color: rgba(22,54,110,0.95); min-height: 50px !important; } .modal-content, .modal-body { background-color: white !important; border-radius: 0 !important; } .modal_content { font-size: 1em !important; } .modal-footer { padding: 5px !important; } .modal-backdrop { z-index: -1; } .modal-body, .modal-body-inner { overflow:hidden; } .modal_for_photo, .modal_for_photo .modal-dialog, .modal_for_photo .modal-body, .modal_for_photo .modal-content { border: none !important; } .modal_for_photo .modal-body { background-color: rgba(0,0,0,0.88) !important; } body.modal-open { overflow: hidden; } .btn-modal { margin: 10px; font-size : 1em; background-color: transparent; border: 1px solid white !important; border-radius: 0; } .btn-modal:hover, .btn-modal-active { border: 1px solid white !important; background-color: rgba(250,250,250,0.4); color: white; } .slide_ul { margin-left: 10%; } .article_photo { border: 3px solid rgba(22,54,110,0.88); margin-left: 10%; width: 80% !important; } .article_photo:hover { cursor: pointer; } .article_photo_container { padding: 10px 20px; } .photo_container { padding: 10px 20px; } .besoin_photo { border: 3px solid rgba(22,54,110,0.88); width: 100% !important; border-radius: 50%; } .besoin_photo:hover { cursor: pointer; } .besoin_photo_container { padding: 5px; } .message_warning { font-style: italic; font-weight: 400; font-size: 1.2em; opacity: 0.5; } .btn-helpUs{ color: white; font-size: 1em; box-shadow: none; border-radius: 5px !important; border:1px solid rgba(22,54,110,1); padding: 3px 6px ; background-color: rgba(22,54,110,0.7); margin: 2px 10px; } .btn-helpUs:hover{ color: white; background-color: rgba(22,54,110,1); } .btn-helpUs:focus, .btn-helpUs:active { outline: none; } .photo_helpUs { border: 3px solid rgba(22,54,110,0.88); } .photo_helpUs:hover { cursor: pointer; } .photo_partner { border: 1px solid rgba(22,54,110,0.4); } .photo_partner_container { padding: 5px !important; } .photo_partner_content { /*border: 1px solid rgba(41,41,41,0.2);*/ margin: 5px !important; padding: 5px !important; } .photo_partner_container a:hover .partner_link { text-decoration: underline; } .diapo_default:hover { cursor: pointer; } /* ------------------------------------------------------ Admin ------------------------------------------------------ */ .section_admin { padding: 10px !important; } .remember_me_box { margin-left: 42%; } .btn-log { background-color: transparent; border-radius: 0px !important; border-bottom: 1.5px solid transparent; border-top: 1.5px solid transparent; color: rgba(12,28,57,1) !important; box-shadow: none; text-decoration: none; } .btn-log:hover, .btn-log:focus, .btn-log:active { box-shadow: none; text-decoration: none; outline: none; border-bottom: 1.5px solid rgba(12,28,57,1); border-top: 1.5px solid rgba(12,28,57,1); } .border_black_left { border-left: 2px dotted rgba(12,28,57,1); } .nav_tabs_user { text-align: center; } .nav_tabs_user li { margin-bottom: 10px; display: inline-block; width: 8%; } .btn-choice-admin { border-radius: 2px; width: 100%; background-color: transparent; border: 1px solid #001234; padding: 2px 5px ; } .btn-choice-admin:hover { background-color: rgba(150,150,150,0.3); } .nav_tabs_user li.active { background-color: rgba(150,150,150,0.6); box-shadow: none; } .logout-btn-admin:hover { background-color: rgba(200,79,86,0.6) !important; } .btn-action-admin { border-radius: 3px; width: 100px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin-right: 10px; } .btn-action-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-action-admin .btn_arrow { opacity: 0.4; } .btn-action-admin:hover .btn_arrow { opacity: 1 !important; } .btn-admin { border-radius: 3px; background-color: transparent; border: 1px solid rgba(150,150,150,0.8); color: rgba(150,150,150,0.8); padding: 2px 5px ; margin: 10px; } .btn-admin:hover { background-color: rgba(150,150,150,0.6); } .btn-admin .btn_arrow { opacity: 0.4; } .btn-admin:hover .btn_arrow { opacity: 1 !important; } .btn-action-admin-icon { background-color: transparent; color: rgba(150,150,150,0.8); padding: 2px 5px ; margin: 6px; } .btn-action-admin-icon:hover { background-color: transparent; color: rgba(10,10,10,0.88); } .btn-action-admin-icon .btn_arrow { opacity: 0.4; } .btn-action-admin-icon:hover .btn_arrow { opacity: 1 !important; } .btn-delete-admin { border-radius: 0; background-color: transparent; border: none; padding: 5px ; margin-left: 10px; opacity: 0; } .photo_admin:hover .btn-delete-admin { opacity: 0.5; } .btn-delete-admin:hover { opacity: 1 !important; } .list_articles_admin { margin: 0; margin-left: 0px; padding: 0; } .list_articles_admin li { color: rgba(12,28,57,1) !important; margin-top: 3px; margin-bottom: 8px; padding: 3px !important; text-align: left !important; } .list_articles_admin li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_articles_admin li:hover .arrow_article img { opacity: 0.5; } .article_photo_admin { border: 3px solid rgba(22,54,110,0.88); margin-left: 10%; width: 80% !important; } .article_photo_admin:hover { cursor: pointer; } .btn-category-admin { padding: 3px 6px; border-radius: 5px; } .btn-category-admin:hover, .btn-category-admin:focus, .btn-category-admin:active { text-decoration: none; } .btn-category-admin:hover .btn_arrow, .btn-category-admin:focus .btn_arrow, .btn-category-admin:active .btn_arrow { opacity: 0.5; } .btn-category-admin .btn_arrow { opacity: 0; } .list_elements_admin { margin: 0; margin-left: 10px; padding: 0; } .list_elements_admin li { color: rgba(12,28,57,1) !important; margin-top: 4px; margin-bottom: 4px; padding: 5px; border: 1px solid transparent; border-radius: 4px; } .li_element_active { border: 1px solid rgba(22,54,110,0.5) !important; background-color: rgba(22,54,110,0.1); } .li_element_active a { font-weight: 900 !important; } .li_element_active .arrow_element img, .li_element_active .arrow_element_opp img { opacity: 1; } .date_element, .date_element_opp { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_element { margin-left: 5px; } .arrow_element img { width: 20px; opacity: 0; } .arrow_element_opp { margin-right: 5px; } .arrow_element_opp img { width: 20px; opacity: 0; } .list_pages { margin: 0; margin-left: 10px; padding: 0; } .list_pages li { color: rgba(12,28,57,1) !important; margin-top: 5px; margin-bottom: 8px; padding: 3px; } .list_pages li:hover { border-bottom: 1px solid rgba(22,54,110,0.2); /*background-color: rgba(22,54,110,0.1);*/ } .list_pages li:hover .arrow_page img { opacity: 0.5; } .li_page_active { border-bottom: 1px solid rgba(22,54,110,0.5); /*background-color: rgba(22,54,110,0.1);*/ } .li_page_active a { font-weight: 900 !important; } .li_page_active .arrow_page img { opacity: 1; } .thumbnail_page { padding: 10px; } .date_page { font-size: 0.8em; color: rgba(150,150,150,0.8); font-style: italic; } .date_page_lg { margin-top: 20px; font-size: 1em; color: rgba(50,50,50,0.8); font-style: italic; } .top_info_modal_page { font-size: 1em; color: rgba(150,150,150,0.8); font-style: italic; } .arrow_page { margin-left: 5px; } .arrow_page img { width: 20px; opacity: 0; } .list_pages_admin { margin: 0; margin-left: 0px; padding: 0; } .list_pages_admin li { color: rgba(12,28,57,1) !important; margin-top: 3px; margin-bottom: 8px; padding: 3px !important; text-align: left !important; border-bottom: 1px solid transparent; } .list_pages_admin li:hover { border-bottom: 1px solid rgba(22,54,110,0.2) !important; /*background-color: rgba(22,54,110,0.1);*/ } .li_page_active { border-bottom: 1px solid rgba(22,54,110,0.88) !important; } .list_pages_admin li:hover .arrow_page img { opacity: 0.5; } .article_diapo_admin { border: 3px solid rgba(22,54,110,0.88); width: 100% !important; } .article_diapo_admin:hover { cursor: pointer; } .diapo_admin:hover .btn-delete-admin { opacity: 0.5; } .article_diapo_container { padding: 2px 5px; } /* ------------------------------------------------------ Footer ------------------------------------------------------ */ .footer { background-color: rgba(22,54,110,0.88); text-align: center; width : 100%; min-height: 84px; margin: 0; padding: 4px; color: white !important; } .footer div.footer_part { padding-top: 25px; padding-bottom: 25px; } .footer_main { margin-top: 5px; } .border_white_top { border-top: 1px solid white; } .footer_bottom { text-transform : uppercase; } .footer_bottom ul { list-style: none; } .footer_bottom ul li { display: inline-block; } .red { color: red !important; } .btn-footer{ color: white; box-shadow: none; border-radius: 0; border:1px solid white; padding: 3px 6px ; background-color: transparent; margin: 2px 10px; } .btn-footer:hover{ color: white; background-color: rgba(250,250,250,0.2); } .btn-footer:focus { outline: none; }
0.300848
0.097605
@charset "utf-8"; html, body { background: #fff; color: #333; font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } a { color: #333; text-decoration: none; } a:hover { color: #e9280c; text-decoration: none; } .tem_inner, .met_section { position: relative; margin: 0 auto; margin: 0 auto; width: 1000px; } @media(min-width:1000px) { .tem_inner { padding: 0; width: 1000px; } } @media(min-width:1200px) { .tem_inner, .met_section { padding: 0; width: 1100px; } } @media(min-width:1800px) { .tem_inner, .met_section { padding: 0; width: 70%; } } /*201802070242*/ header.tem_headborder { border-bottom: 1px solid #ddd; } header section { border-bottom: 1px solid #e7e8ed; background: #f7f8fa; } .tem_top { position: relative; z-index: 100; height: 35px; color: #53555a; font-size: 12px; line-height: 35px; } .tem_top h2 { font-weight: normal; } .tem_top a { color: #53555a; } .tem_top a:hover { color: #e9280c; } .tem_top_nav { position: absolute; top: 0; right: 0; } .tem_top_nav ol { float: right; margin: 0; padding: 0; } .tem_top_nav ol li { float: left; list-style: none; } .tem_top_nav ol li.line { width: 30px; color: #eee; text-align: center; } .tem_top_nav dl { position: relative; float: right; } .tem_top_nav dl dt i { margin-left: 5px; } .tem_top_nav dl dd { position: absolute; top: 35px; right: 0; display: none; padding: 10px 18px; border: 1px solid #e7e8ed; background: #f7f8fa; white-space: nowrap; } .tem_top_nav dl dd a { display: block; height: 35px; line-height: 35px; } .tem_top_nav div.line { float: right; width: 30px; color: #eee; text-align: center; } .tem_head { min-height: 100px; } .tem_head h1 img, .tem_head h2 img { position: relative; z-index: 999; font-size: 0; } header h1 { display: inline; } .tem_head nav { position: absolute; top: 50%; right: 0; margin-top: -17px; height: 34px; line-height: 34px; } .tem_head nav ul { margin: 0; padding: 0; list-style: none; } .tem_head nav ul li { position: relative; float: left; margin-left: 8px; } .tem_head nav a { display: block; padding: 0 15px; } .tem_head nav a:hover { color: #e9280c; } .tem_head nav a.navdown { border-radius: 2px; background: #e9280c; color: #fff; } .tem_head nav a.navdown:hover { color: #fff; } .tem_head nav ul li dl { position: absolute; top: 55px; left: 0; z-index: 99; display: none; width: 500px; background: #f3f4f5; } .tem_head nav ul li dl dd { float: left; padding: 20px 0; width: 100px; } .tem_head nav ul li dl dd a { margin: 0 10px; padding: 0; padding: 8px 5px; text-align: center; line-height: 1.5; } .tem_head nav ul li dl dt { float: right; overflow: hidden; padding: 20px 20px 20px 0; width: 380px; height: 200px; font-size: 0; } .tem_head nav ul li dl dt img { width: 380px; height: 200px; } .tem_head nav ul li dl dd i { position: absolute; top: -14px; left: 50px; z-index: 100; width: 100%; color: #f3f4f5; font-size: 22px; } .tem_head nav ul li dl.tem_pronoaw { width: auto; } .tem_head nav ul li dl.tem_pronoaw dd { width: auto; } .tem_head nav ul li dl.tem_pronoaw dd div { float: left; padding: 0 20px; min-width: 100px; } .tem_head nav ul li dl.tem_pronoaw dd div h3 { margin-bottom: 5px; border-bottom: 1px solid #888; font-weight: normal; } .tem_head nav ul li dl.tem_pronoaw dd div p a { margin: 0; } .tem_banner { position: relative; overflow: hidden; background: #fafafa; text-align: center; font-size: 0; } .tem_banner ul { overflow: hidden; } .tem_banner ul li { float: left; width: 100%; list-style: none; background-position: 50% 50%; background-repeat: no-repeat; } .tem_banner ul li a { display: block; width: 100%; height: 100%; } .tem_banner ul li img { max-width: 100%; height: auto; } .tem_banner .flex-control-nav { position: absolute; right: 0; bottom: 20px; left: 0; text-align: center; } .tem_banner .flex-control-nav li { margin: 0px; } .tem_banner .flex-control-nav li a { display: inline-block; margin: 0 6px; width: 10px; height: 10px; border: 1px solid #fff; border-radius: 10px; text-indent: -999em; cursor: pointer; background: none; } .tem_banner .flex-control-nav li a.flex-active { background: #fff; } .tem_banner .flash img { width: 100% !important; } .tem_index_title { margin: 0 0 60px 0; border-bottom: 1px solid #ccc; text-align: center; font-weight: normal; font-size: 22px; } .tem_index_title span { position: relative; top: 2px; display: inline-block; padding: 10px 15px; border-bottom: 4px solid #666; } .tem_index_title p { color: #8c8c8c; font-weight: normal; } .tem_index_more { clear: both; margin: 0 auto; padding-top: 30px; width: 200px; text-align: center; } .tem_index_more a { display: block; height: 40px; background: #e9280c; color: #fff; font-weight: normal; font-size: 14px; line-height: 40px; } .tem_index_more a:hover { background: #d82208; color: #fff; } .tem_index_to { border-top: 1px solid #e7e8ed; border-bottom: 1px solid #e7e8ed; background: #f7f8fa; } .tem_wp1, .tem_wp2, .tem_wp3, .tem_wp4, .tem_wp5 { visibility: hidden; } .bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; } .tem_index_about { padding: 50px 0 80px; } .tem_index_about_cont { margin-right: 25px; padding: 50px 0; } .tem_index_about_txt { float: left; width: 55%; } .tem_index_about .txtwd100 { float: none; width: 100%; } .tem_index_about_txt .met_editor { padding: 0px 50px 0; } .tem_index_about_img { float: right; overflow: hidden; width: 45%; height: 227px; font-size: 0; } .tem_index_about_video { float: right; overflow: hidden; width: 45%; } .tem_index_about_img ul { float: left; overflow: hidden; width: 70%; height: 227px; list-style: none; } .tem_index_about_img .tem_index_about_img_noe { float: none; width: 100%; } .tem_index_about_img ul li { padding: 4px; border: 1px solid #eee; } .tem_index_about_img ul img { width: 100%; height: 217px; } .tem_index_about_img ol { float: right; overflow: hidden; width: 30%; list-style: none; } .tem_index_about_img ol li { position: relative; margin-bottom: 8px; margin-left: 20px; padding: 4px; border: 1px solid #eee; } .tem_index_about_img ol img { width: 100%; height: 60px; cursor: pointer; } .tem_index_about_img ol li.tem_now { background: #eee; } .tem_index_about_img ol li i { position: absolute; top: 26px; left: -8px; display: none; color: #eee; font-size: 20px; } .tem_index_about_img ol li.tem_now i { display: block; } .tem_index_about_img ol li.tem_hover { background: #eee; } .tem_index_about_more { padding-top: 10px; } .tem_index_about_more a { display: inline-block; padding: 0 30px; height: 30px; border: 2px solid #eee; color: #999 !important; text-decoration: none; font-weight: normal; line-height: 30px; } .tem_index_about_more a:hover { background: #eee; text-decoration: none !important; } .tem_index_product { padding: 50px 0 80px; } .tem_index_product ul { list-style: none; } .tem_index_product ul li { float: left; overflow: hidden; margin-bottom: 30px; text-align: center; } .tem_index_product ul li a { display: block; margin: 0 auto; background: #fff; text-align: center; font-size: 0; } .tem_index_product ul li h2 { padding: 10px; background: #8c989f; color: #fff; text-align: left; font-weight: normal; font-size: 14px; } .tem_index_product a img { -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .tem_index_product a:hover img { opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; } .tem_index_news { padding: 50px 0 80px; text-align: center; } .tem_index_news_tab { display: inline-block; margin: 0 0 10px; height: 37px; border-right: 1px solid #8c989f; list-style: none; line-height: 37px; } .tem_index_news_tab li { float: left; } .tem_index_news_tab li h3 { padding: 0 40px; height: 35px; border: 1px solid #8c989f; border-right: 0; font-weight: normal; line-height: 35px; cursor: pointer; } .tem_index_news_tab li.flex-active h3 { background: #8c989f; color: #fff; } .tem_index_news_tab li:hover h3 { background: #8c989f; color: #fff; } .tem_index_news_list { margin: 20px 0 0; } .tem_index_news_list li { float: left; overflow: hidden; width: 50%; list-style: none; text-align: left; } .tem_index_news_list li a { display: block; } .tem_index_news_list li dl { margin-right: 10px; padding-top: 21px; height: 115px; } .tem_index_news_list li dl.tem_even { margin-right: 0; margin-left: 10px; } .tem_index_news_list dt { position: relative; float: left; overflow: hidden; width: 100px; height: 115px; border-bottom: 1px solid #e7e8ed; font-size: 0; } .tem_index_news_list dt img { margin-left: 10px; width: 90px; height: 90px; border-radius: 60px; } .tem_index_news_list dd { float: left; margin-left: -100px; width: 100%; } .tem_index_news_list dd a { padding: 0 10px; } .tem_index_news_list_txt { margin-left: 100px; height: 115px; border-bottom: 1px solid #e7e8ed; } .tem_index_news_list_txt h3 { overflow: hidden; margin-bottom: 3px; height: 23px; color: #000; font-weight: normal; line-height: 23px; } .tem_index_news_list_txt p { overflow: hidden; height: 42px; color: #818181; } .tem_index_news_list_txt span.time { display: block; height: 25px; color: #818181; line-height: 25px; } .tem_index_news_list li dl:hover { background: #f7f8fa; } .tem_index_news_list .tem_index_more { float: none; width: 200px; text-align: center; } .tem_index_case { padding: 50px 0 80px; } .tem_index_case_list ul.slides li { float: left; list-style: none; } .tem_index_case_list .tem_list { float: left; width: 25%; } .tem_index_case_list .tem_list dt { text-align: center; font-size: 0; } .tem_index_case_list .tem_list dt a { display: block; overflow: hidden; margin: 0 auto; } .tem_index_case_list .tem_list dt img { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .tem_index_case_list .tem_list dt a:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -ms-transform: scale(1.2); } .tem_index_case_list .tem_list h3 { margin: 0 auto; height: 40px; background: #8c989f; text-align: center; font-weight: normal; line-height: 40px; } .tem_index_case_list .tem_list h3 a { color: #fff; } .tem_index_case_list .tem_list h3 a:hover { color: #fff; } .tem_index_case_list .flex-control-nav { margin-top: 30px; } .tem_index_footer { padding: 40px 0 50px; background: #1e1e1e; } .tem_index_footer dl { float: left; } .tem_index_footer dl dt { margin-right: 25px; height: 40px; border-bottom: 1px solid #363636; color: #f3f3f3; font-size: 16px; line-height: 40px; } .tem_index_footer dl dt span { position: relative; top: -1px; display: inline-block; border-bottom: 3px solid #838383; } .tem_index_footer dl dd { margin-right: 25px; } .tem_index_footer_contact { width: 35%; } .tem_index_footer_contact li { position: relative; margin-top: 25px; padding-top: 5px; padding-left: 48px; min-height: 35px; color: #646363; list-style: none; } .tem_index_footer_contact li i { position: absolute; top: 0; left: 0; width: 35px; height: 35px; border: 1px solid #424244; border-radius: 5px; color: #7c7c7c; text-align: center; font-size: 22px; line-height: 35px; } .tem_index_footer_link { width: 35%; } .tem_index_footer_link dd { padding: 20px 0; } .tem_index_footer_link a { display: inline-block; margin: 0 12px 10px 0; color: #646363; white-space: nowrap; } .tem_index_footer_link a:hover { color: #ababab; } .tem_index_footer_link a img { height: 45px; } .tem_index_footer_attention { width: 30%; } .tem_index_footer_attention dd { padding: 20px 0; color: #646363; } .tem_index_footer_attention li { display: inline-block; margin: 8px; list-style: none; } .tem_index_footer_attention li a { display: block; overflow: hidden; width: 44px; height: 44px; background: url(../pnt.png) no-repeat left top; color: #646363; font-size: 0; } .tem_index_footer_attention li.tenxun a { background-position: -83px top !important; } .tem_index_footer_attention li.weixin a { background-position: -247px top !important; } .tem_index_footer_attention li.qq a { background-position: -165px top !important; } .tem_index_footer_attention li:hover a { background: url(../pnthover.png) no-repeat; } .tem_index_footer_attention img { margin-top: 8px; width: 100px; } .tem_index_footer_attention p { margin-top: 5px; } .tem_footer { position: relative; padding: 30px 0; background: #161616; color: #4a4a4a; font-size: 12px; } .tem_footer a { color: #4a4a4a; } .tem_footer_nav { position: absolute; top: 50%; right: 0; margin-top: -15px; height: 30px; line-height: 30px; } .tem_footer_nav a { margin-left: 30px; } .powered_by_metinfo { height: 35px; background: #161616; color: #4a4a4a; text-align: center; font-size: 12px; line-height: 35px; } .powered_by_metinfo a { color: #4a4a4a; } .met_section { position: relative; padding: 40px 0 50px; } .met_section aside { position: relative; float: left; width: 230px; } .met_section article { float: left; margin-left: -230px; width: 100%; } .met_section article .met_article { margin-left: 250px; } .met_section_asidenone article { float: none; margin-left: 0; } .met_section_asidenone article .met_article { margin-left: 0; } .met_section aside section { border: 1px solid #ddd; } .met_section aside section h2 { padding: 0 20px; height: 60px; border-bottom: 1px solid #ddd; font-size: 18px; line-height: 60px; } .met_section aside .met_aside_list { padding: 10px 0; } .met_section aside .met_aside dl dt { height: 45px; line-height: 45px; } .met_section aside .met_aside dl dt a { display: block; padding: 0 20px; color: #333; } .met_section aside .met_aside dl dt a:hover { background: #efefef; } .met_section aside .met_aside dl dt.on { background: #efefef; border-left: 4px solid #e9280c; } .met_section aside .met_aside dl dd { padding: 6px 0 6px 0; } .met_section aside .met_aside dl dd a { display: block; padding-left: 40px; height: 35px; color: #333; font-weight: normal; line-height: 35px; } .met_section aside .met_aside dl dd .on a, .met_aside dl dd a:hover { background: #efefef; } .met_section aside .met_related { margin-top: 20px; } .met_section aside .met_related ul { padding: 20px; } .met_section aside .met_related li { margin-bottom: 8px; list-style: none; } .met_article_head { position: relative; padding: 0 10px; height: 60px; border-bottom: 1px solid #ddd; line-height: 60px; } .met_article_head .met_position { position: absolute; top: 0; right: 10px; color: #aaa; font-family: '宋体'; } .met_article_head .met_position a { color: #999; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } .met_article_head h1 { color: #555; font-weight: normal; font-size: 18px; } .met_section_sehed { padding-top: 0; } .met_section_head { height: 50px; color: #aaa; font-size: 12px; font-family: '宋体'; line-height: 50px; } .met_section_head a { color: #999; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } .met_section_head a:hover { color: #e9280c; } /*以下CSS样式谨慎修改,内页各模块样式,多模板可共用*/ body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr { margin: 0; padding: 0 } h1, h2, h3, h4, h5, h6 { font-size: 100% } img { border: 0 } button, input, select, textarea { font-size: 100% } .met_clear { clear: both } .met_none { display: none } .met_hidden { visibility: hidden } .met_fl { float: left } .met_fr { float: right } .met_editor { line-height: 2 } .met_editor ul, .met_editor ol { padding: 0 0 0 25px; margin: 0 } .met_editor a { color: #1c57c4 } .met_editor a:hover { text-decoration: underline } .met_editor img { max-width: 100%; height: auto !important; } .met_editor blockquote { padding-top: 5px; padding-bottom: 5px; padding-left: 15px; border-left: 4px solid #ddd } .met_editor hr { display: block; padding: 0; border: 0; height: 0; border-top: 1px solid #ddd; margin: 20px 0; -webkit-box-sizing: content-box; box-sizing: content-box } .met_editor .metvideobox { text-align: center; visibility: hidden; margin: 10px auto; } .met_editor .video-js { max-width: 100%; } .met_editor table { width: 100% !important; margin-bottom: 1.6rem; border-spacing: 0 !important; border-collapse: collapse !important; padding: 0 !important; border: 0 } .met_editor table td { border: 1px solid #ddd !important } .met_editor table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td { padding: .7rem; line-height: 1.6; vertical-align: top; border-top: 1px solid #ddd } .met_editor table>thead>tr>th { vertical-align: bottom; border-bottom: 1px solid #ddd } .met_editor #page_break .collapse { display: none } .met_editor #page_break .num { padding: 10px 0; text-align: center } .met_editor #page_break .num li { display: inline; margin: 0 2px; padding: 3px 5px; border: 1px solid #ccc; background-color: #fff; color: #666; text-align: center; cursor: pointer; font-family: Arial; font-size: 12px; overflow: hidden } .met_editor #page_break .num li.on { background-color: #ccc; color: #fff; font-weight: bold } .metinfo-banner1 { overflow: hidden; margin: 0 auto } *html .met_pager #metPageT { height: 13px; line-height: 13px } *html .met_pager #metPageB { padding: 0; height: 28px; line-height: 20px } *+html .met_pager #metPageT { height: 13px; line-height: 13px } *+html .met_pager #metPageB { padding: 0; height: 28px; line-height: 20px } .met_module1 { padding: 30px 10px } .met_module2_list { padding: 10px 10px } .met_module2_list li { list-style: none; border-bottom: 1px solid #ddd; padding: 15px 100px 15px 10px; position: relative } .met_module2_list h2 { font-weight: normal } .met_module2_list li p { color: #818181 } .met_module2_list li span.time { color: #818181; position: absolute; right: 10px; top: 15px } .met_module2_list li h2 i { margin-right: 10px; position: relative } .met_module2_list li.list_2 h2, .met_module2_list li.list_3 h2 { margin-bottom: 3px; font-weight: bold } .met_module2_list li.list_2 { padding: 15px 0 } .met_module2_list li.list_3 { padding-left: 100px; min-height: 80px } .met_module2_list li.list_3 img { position: absolute; left: 0; top: 15px } .met_module2_list li.list_3 span.time { position: static } .met_module2 h1.met_title { font-size: 28px; font-weight: normal; padding: 5px 0 } .met_module2 .met_infos { color: #818181; font-size: 12px; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #ddd } .met_module2 .met_time { padding-right: 6px } .met_module2 .met_source { padding-right: 6px } .met_module2 .met_source a { color: #607fa6 } .met_module2 .met_editor { padding: 0 10px } .met_tools { border-top: 1px solid #ddd; margin-top: 30px; position: relative; padding: 10px 10px 0; height: 50px; line-height: 50px } .met_tools .met_page { clear: both; position: absolute; right: 5px; top: 0; color: #818181 } .met_tools .met_page li { display: inline; list-style: none; margin-left: 30px; } .met_tools .met_page li span { padding-right: 5px; } .met_tools .met_page a { color: #607fa6 } .met_module3_list ul.list_1 { list-style: none; visibility: hidden } .met_module3_list ul.list_1 li { float: left; text-align: center; margin-top: 30px; overflow: hidden } .met_module3_list ul.list_1 li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } .met_module3_list ul.list_1 li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } .met_module3_list ul a img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } .met_module3_list ul a:hover h2 { color: #333 } .met_module3_list ul a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } .met_module3_list ul.list_2 { list-style: none; visibility: hidden } .met_module3_list ul.list_2 li { padding: 20px 10px; border-bottom: 1px solid #ddd } .met_module3_list ul.list_2 dt { float: left; position: relative } .met_module3_list ul.list_2 dd { float: left; width: 100% } .met_module3_list ul.list_2 dd h2 { padding: 5px 10px; font-size: 15px; font-weight: normal } .met_module3_list ul.list_2 dd p { padding: 5px 10px; color: #818181 } #showproduct .met_nav { height: 45px; line-height: 45px; margin: 30px 0; border: 1px solid #ddd } #showproduct .met_nav li { float: left; list-style: none; border-right: 1px solid #ddd; cursor: pointer } #showproduct .met_nav li a { display: block; padding: 0 40px } #showproduct .met_nav li.met_now, #showproduct .met_nav li.met_hover { background: #f7f8fa } #showproduct .met_related { margin-top: 30px; font-size: 18px; font-weight: normal; border-bottom: 1px solid #ddd; padding: 10px 10px; color: #333 } #showproduct .met_related_list { list-style: none; visibility: hidden } #showproduct .met_related_list li { float: left; text-align: center; margin-top: 30px; overflow: hidden } #showproduct .met_related_list li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } #showproduct .met_related_list li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } #showproduct .met_related_list li img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } #showproduct .met_related_list li a:hover h2 { color: #333 } #showproduct .met_related_list li a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } #showproduct .met_nav_contbox { padding: 0 10px } #downloadlist { padding: 15px } #downloadlist .metlist { margin-bottom: 20px } #downloadlist .metlist dt { border-bottom: 1px solid #ddd; font-size: 14px; font-weight: bold; padding: 8px 5px 8px 0; background: url(../images/dt-9.gif) no-repeat 5px 11px } #downloadlist .metlist dd { color: #999; padding: 8px; background: #f7f8fa } #downloadlist .metlist dd b { font-weight: normal } #downloadlist .metlist dd div { float: right } #downloadlist .metlist dd span { padding-right: 20px } #downloadlist .metlist dd a { color: #1c57c4 } #downloadlist .metlist dd a.down { color: #fa1a1a } #showdownload { padding: 15px } #showdownload h1.title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showdownload .paralist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden } #showdownload .paralist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showdownload .paralist li:last-child { border-bottom: 0 } #showdownload .paralist li a { color: #fff } #showdownload .paralist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; word-wrap: break-word } #showdownload .met_editor { padding: 0 10px } #showdownload .ctitle { margin: 30px 0 10px; padding: 0 10px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd } #showdownload .downloadbox { margin-top: 30px } #showdownload .downloadbox a { display: inline-block; background: #23b7e5; height: 35px; line-height: 35px; padding: 0 35px; color: #fff; border-radius: 2px } #showdownload .downloadbox a:hover { background: #38c4f0 } #showdownload .downloadbox a.active { background: #1ba4cf } #imglist ul.list_1 { list-style: none; visibility: hidden } #imglist ul.list_1 li { float: left; text-align: center; margin-top: 30px; overflow: hidden } #imglist ul.list_1 li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } #imglist ul.list_1 li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } #imglist ul a img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } #imglist ul a:hover h2 { color: #333 } #imglist ul a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } #imglist ul.list_2 { list-style: none; visibility: hidden } #imglist ul.list_2 li { padding: 20px 10px; border-bottom: 1px solid #ddd } #imglist ul.list_2 dt { float: left; position: relative } #imglist ul.list_2 dd { float: left; width: 100% } #imglist ul.list_2 dd h2 { padding: 5px 10px; font-size: 15px } #imglist ul.list_2 dd p { padding: 5px 10px; color: #818181 } #showimg h1.met_title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showimg .met_slide_box { text-align: center; background: #000; margin: 0 auto; overflow: hidden; position: relative } #showimg .met_slide_list ul { display: none; } #showimg ul.exposureThumbs { border-right: 0; padding: 0; margin: 0; list-style-type: none; height: 79px; width: 790px; margin: 0px auto; padding: 10px } #showimg ul.exposureThumbs li { background: #111; margin: 0 10px 0 0; padding: 0; text-align: center; display: none; float: left } #showimg ul.exposureThumbs li img { cursor: pointer } #showimg ul.exposureThumbs li.last { margin: 0 } #showimg .exposureWrapper { position: absolute; top: 0; left: 0 } #showimg .exposureWrapper img { cursor: pointer; position: absolute; top: 0; left: 0 } #showimg .exposureLoaded { background-image: none } #showimg ul.exposureThumbs li { width: 150px; height: 79px } #showimg .exposureSlideshowControls a { font-size: 11px; color: #bba; text-decoration: none; outline: 0; padding: 2px 6px; display: inline } #showimg .exposureSlideshowControls a:active, .exposureSlideshowControls a:hover { background-color: #999; color: #444 } #showimg .met_slide_box .left, .met_slide_box .right { position: absolute; width: 50%; cursor: pointer } #showimg .met_slide_box .left a, .met_slide_box .right a { display: block; width: 100%; height: 100% } #showimg .imgparalist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden; margin-top: 30px; visibility: hidden } #showimg .imgparalist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showimg .imgparalist li:last-child { border-bottom: 0 } #showimg .imgparalist li a { color: #fff } #showimg .imgparalist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; overflow: hidden; word-wrap: break-word } #joblist { padding: 15px } #joblist dl { padding: 10px 5px 10px; margin-top: 30px; border: 1px solid #ddd } #joblist dt { padding: 0 10px; font-size: 16px; font-weight: bold } #joblist dd .dtail { padding: 5px 10px 0; border-top: 1px solid #ddd } #joblist dd .dtail span { margin-right: 15px } #joblist dd .dtail a { color: #1c57c4 } #joblist dd .editor { padding: 10px } #joblist dd .mis { padding: 5px 10px; border-bottom: 1px solid #ddd; font-size: 12px } #joblist dd .mis span { margin-right: 15px; color: #999 } #showjob h1.title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showjob .ctitle { margin: 30px 0 10px; padding: 0 10px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd } #showjob .met_editor { padding: 0 10px } #cvlist { padding: 15px } #showjob .paralist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden; margin-top: 30px; visibility: hidden } #showjob .paralist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showjob .paralist li:last-child { border-bottom: 0 } #showjob .paralist li a { color: #fff } #showjob .paralist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; overflow: hidden; word-wrap: break-word } #showjob .info_cv { margin-top: 30px; margin-left: 10px } #showjob .info_cv a { display: inline-block; background: #23b7e5; height: 35px; line-height: 35px; padding: 0 35px; color: #fff; border-radius: 2px } #showjob .info_cv a:hover { background: #38c4f0 } #showjob .info_cv a.active { background: #1ba4cf } #messagelist { padding: 15px } #messagelist .metlist { margin-top: 30px; border: 1px solid #ddd; padding: 5px } #messagelist .metlist dt { padding: 5px } #messagelist .metlist dt span.name { color: #2c7199 } #messagelist .metlist dt span.time { padding-left: 5px; color: #aaa; font-size: 12px } #messagelist .metlist dt span.tt { float: right; padding-right: 5px; color: #aaa } #messagelist .metlist dd.info span.tt { display: none; clear: both } #messagelist .metlist dd.info span.text { display: block; line-height: 1.5; padding: 0 5px 10px; border-bottom: 1px solid #ddd } #messagelist .metlist dd.reinfo span.tt { display: block; padding: 10px 5px 0; color: #2c7199 } #messagelist .metlist dd.reinfo span.text { display: block; line-height: 1.5; padding: 5px 5px 10px } #messagelist .v52fmbx { margin: 30px 0 0 } #linklist { padding: 15px 15px 25px } #linklist .ctitle { margin: 10px 0 10px; padding: 5px 10px; border-bottom: 1px solid #ddd } #linklist .inside { padding: 15px 0 0 } #linklist .metlist .img li { list-style: none; display: inline; padding-right: 5px } #linklist .metlist .img img { width: 88px; height: 31px } #linklist .metlist .txt li { list-style: none; float: left; width: 88px; height: 20px; line-height: 20px; margin-right: 5px; overflow: hidden } #linksubmit { padding: 15px } #linksubmit table { margin: 0 auto } #memberbox { padding: 15px } ul.searchnavlist { list-style: none; padding: 0 20px; margin: 0 } ul.searchnavlist li { padding: 5px 0 } ul.searchnavlist .advsearch_searchword input { width: 90%; height: 28px; line-height: 28px\9; padding: 2px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0; border-radius: 2px } ul.searchnavlist .searchgo { display: block; background: #23b7e5; border: 0 none; height: 34px; line-height: 26px; padding: 0 35px; color: #fff; cursor: pointer; border-radius: 2px; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun' } ul.searchnavlist .searchgo:hover { background: #38c4f0 } ul.searchnavlist .searchgo:active { background: #1ba4cf } #searchlist { padding: 15px 0 } #searchlist li { padding-left: 10px; margin-bottom: 6px; line-height: 1.5 } #searchlist ul { list-style: none; padding: 0; margin: 0 } #searchlist ul li { padding: 3px 5px; margin-bottom: 10px } #searchlist ul li img { display: none } #searchlist .search_title { display: block; padding: 2px 0 } #searchlist .search_title a { font-size: 16px; color: #12C; text-decoration: underline } #searchlist .search_title em { color: #c00; text-decoration: underline; font-style: normal } #searchlist .search_detail { display: block } #searchlist .search_detail a { text-decoration: underline; color: #12C } #searchlist .search_content em { color: #c00; font-style: normal } #searchlist .search_updatetime { display: block; margin-top: 5px; color: green } #searchlist a:hover { text-decoration: underline } #sitemaplist dl { margin-top: 30px; padding: 20px; border: 1px solid #ddd } #sitemaplist dt h2 { font-size: 18px; font-weight: normal; padding: 10px 0; border-bottom: 1px solid #ddd } #sitemaplist dt h2 i { font-size: 22px; margin-left: 10px; font-weight: normal; color: #888; position: relative; top: 2px } #sitemaplist dd ul { float: left; width: 25%; list-style: none; margin-top: 20px } #sitemaplist dd li { margin-top: 5px } #sitemaplist dd li h4 a { font-weight: normal; color: #666 } .v52fmbx_hr { border-top: 1px solid #ddd; margin: 0; padding: 0 5px 0 15px; font-weight: bold; font-size: 16px; background: #ddd; height: 60px; line-height: 60px; } :-ms-input-placeholder { color: #999 } .met-focus { border: 1px solid #23b7e5 !important } .v52fmbx { border: 1px solid #ddd; border-top: 0; overflow: hidden; text-align: left } .v52fmbx dl:after { display: block; clear: both; content: ""; visibility: hidden; height: 0 } .v52fmbx dl { width: 100%; zoom: 1; background: #fff } .v52fmbx dl { border-top: 1px solid #ddd; margin: 0; display: -webkit-box; display: -moz-box; display: box; display: -ms-flexbox; position: relative; padding: 5px 0 } .v52fmbx dl dt { padding: 15px 15px 10px 15px; width: 105px; text-align: left; font-weight: normal; overflow: hidden; line-height: 1.2 } .v52fmbx dl dd { -moz-box-flex: 1.0; -webkit-box-flex: 1.0; box-flex: 1.0; -ms-flex: 1; padding: 2px 0 0 15px; margin: 10px 0 } .v52fmbx dl dd label input { position: relative; top: 1px; margin-right: 3px } .v52fmbx dl dd .fbox { margin: 0 10px 0 0 } .v52fmbx dl dd .tips { color: #aaa } .v52fmbx dl dd .tips:hover { color: #f00 } .v52fmbx dl dd.labelinline label { display: inline } .v52fmbx dl dt.addimgdt { padding: 10px 5px 10px } .v52fmbx dl dt.addimgdt p { height: 30px; line-height: 30px; margin-bottom: 8px } .v52fmbx dl.noborder { border-bottom: 0 } .formerror { margin-top: 6px; height: 20px; line-height: 20px } .formerror .fa-times { color: #fff; border-radius: 3px; padding: 1px 2px; font-size: 16px; margin-right: 5px; background: red } .formerror .fa-check { color: #fff; border-radius: 3px; padding: 2px; font-size: 14px; margin-right: 5px; background: #10aa00 } .formerrorbox { border: 2px solid #f00 !important } .v52fmbx dl dd.ftype_description { color: #fff; padding: 8px; margin: 0 5px; background: #6c6fbf } .ftype_input .fbox { float: left } .ftype_input .tips { float: left; padding-top: 5px } .ftype_input .fbox input { width: 350px; height: 28px; line-height: 28px\9; padding: 2px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0; border-radius: 2px } .placeholder-ie { position: relative } .placeholder-ie label { position: absolute; left: 8px; top: 7px; cursor: text; color: #999 } .ftype_textarea .tips { display: block } .ftype_textarea textarea { width: 350px; line-height: 1.5; height: 100px; padding: 7px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0 } .ftype_select .tips, .ftype_select-linkage .tips { display: block; margin-top: 5px } select { line-height: 31px; height: 31px; vertical-align: middle; background-color: #fff; outline: 0; border: 1px solid #ccc; padding: 4px; color: #656565 } .ftype_radio .fbox label { font-weight: normal; height: 28px; line-height: 28px; margin: 0; display: block } .ftype_radio .fbox input[type='radio'] { border-radius: 100%; bottom: 3px; height: 15px; position: relative; vertical-align: middle; width: 15px; margin: 0; position: relative; top: -1px; margin-right: 6px } .ftype_radio .formerror { margin-top: 0 } .ftype_checkbox .fbox input[type='checkbox'] { border-radius: 100%; bottom: 3px; height: 15px; position: relative; vertical-align: middle; width: 15px; margin: 0 } .ftype_checkbox .fbox label { font-weight: normal; height: 28px; line-height: 28px; margin: 0; display: block } .ftype_checkbox .fbox input { position: relative; top: -1px; margin-right: 6px !important } .ftype_checkbox .formerror { margin-top: 0 } .ftype_transverse .fbox label { display: inline; margin-right: 15px } .submit { display: block; background: #23b7e5; border: 0 none; height: 34px; line-height: 26px; padding: 0 35px; color: #fff; cursor: pointer; border-radius: 2px; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun' } .submit:hover { background: #38c4f0 } .submit.active { background: #1ba4cf } .v52fmbx dl dd.ftype_code input { width: 80px; margin-right: 10px } .v52fmbx dl dd.ftype_code img { height: 30px; position: relative; bottom: 2px }
public/static/website/css/metinfo.css
@charset "utf-8"; html, body { background: #fff; color: #333; font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } a { color: #333; text-decoration: none; } a:hover { color: #e9280c; text-decoration: none; } .tem_inner, .met_section { position: relative; margin: 0 auto; margin: 0 auto; width: 1000px; } @media(min-width:1000px) { .tem_inner { padding: 0; width: 1000px; } } @media(min-width:1200px) { .tem_inner, .met_section { padding: 0; width: 1100px; } } @media(min-width:1800px) { .tem_inner, .met_section { padding: 0; width: 70%; } } /*201802070242*/ header.tem_headborder { border-bottom: 1px solid #ddd; } header section { border-bottom: 1px solid #e7e8ed; background: #f7f8fa; } .tem_top { position: relative; z-index: 100; height: 35px; color: #53555a; font-size: 12px; line-height: 35px; } .tem_top h2 { font-weight: normal; } .tem_top a { color: #53555a; } .tem_top a:hover { color: #e9280c; } .tem_top_nav { position: absolute; top: 0; right: 0; } .tem_top_nav ol { float: right; margin: 0; padding: 0; } .tem_top_nav ol li { float: left; list-style: none; } .tem_top_nav ol li.line { width: 30px; color: #eee; text-align: center; } .tem_top_nav dl { position: relative; float: right; } .tem_top_nav dl dt i { margin-left: 5px; } .tem_top_nav dl dd { position: absolute; top: 35px; right: 0; display: none; padding: 10px 18px; border: 1px solid #e7e8ed; background: #f7f8fa; white-space: nowrap; } .tem_top_nav dl dd a { display: block; height: 35px; line-height: 35px; } .tem_top_nav div.line { float: right; width: 30px; color: #eee; text-align: center; } .tem_head { min-height: 100px; } .tem_head h1 img, .tem_head h2 img { position: relative; z-index: 999; font-size: 0; } header h1 { display: inline; } .tem_head nav { position: absolute; top: 50%; right: 0; margin-top: -17px; height: 34px; line-height: 34px; } .tem_head nav ul { margin: 0; padding: 0; list-style: none; } .tem_head nav ul li { position: relative; float: left; margin-left: 8px; } .tem_head nav a { display: block; padding: 0 15px; } .tem_head nav a:hover { color: #e9280c; } .tem_head nav a.navdown { border-radius: 2px; background: #e9280c; color: #fff; } .tem_head nav a.navdown:hover { color: #fff; } .tem_head nav ul li dl { position: absolute; top: 55px; left: 0; z-index: 99; display: none; width: 500px; background: #f3f4f5; } .tem_head nav ul li dl dd { float: left; padding: 20px 0; width: 100px; } .tem_head nav ul li dl dd a { margin: 0 10px; padding: 0; padding: 8px 5px; text-align: center; line-height: 1.5; } .tem_head nav ul li dl dt { float: right; overflow: hidden; padding: 20px 20px 20px 0; width: 380px; height: 200px; font-size: 0; } .tem_head nav ul li dl dt img { width: 380px; height: 200px; } .tem_head nav ul li dl dd i { position: absolute; top: -14px; left: 50px; z-index: 100; width: 100%; color: #f3f4f5; font-size: 22px; } .tem_head nav ul li dl.tem_pronoaw { width: auto; } .tem_head nav ul li dl.tem_pronoaw dd { width: auto; } .tem_head nav ul li dl.tem_pronoaw dd div { float: left; padding: 0 20px; min-width: 100px; } .tem_head nav ul li dl.tem_pronoaw dd div h3 { margin-bottom: 5px; border-bottom: 1px solid #888; font-weight: normal; } .tem_head nav ul li dl.tem_pronoaw dd div p a { margin: 0; } .tem_banner { position: relative; overflow: hidden; background: #fafafa; text-align: center; font-size: 0; } .tem_banner ul { overflow: hidden; } .tem_banner ul li { float: left; width: 100%; list-style: none; background-position: 50% 50%; background-repeat: no-repeat; } .tem_banner ul li a { display: block; width: 100%; height: 100%; } .tem_banner ul li img { max-width: 100%; height: auto; } .tem_banner .flex-control-nav { position: absolute; right: 0; bottom: 20px; left: 0; text-align: center; } .tem_banner .flex-control-nav li { margin: 0px; } .tem_banner .flex-control-nav li a { display: inline-block; margin: 0 6px; width: 10px; height: 10px; border: 1px solid #fff; border-radius: 10px; text-indent: -999em; cursor: pointer; background: none; } .tem_banner .flex-control-nav li a.flex-active { background: #fff; } .tem_banner .flash img { width: 100% !important; } .tem_index_title { margin: 0 0 60px 0; border-bottom: 1px solid #ccc; text-align: center; font-weight: normal; font-size: 22px; } .tem_index_title span { position: relative; top: 2px; display: inline-block; padding: 10px 15px; border-bottom: 4px solid #666; } .tem_index_title p { color: #8c8c8c; font-weight: normal; } .tem_index_more { clear: both; margin: 0 auto; padding-top: 30px; width: 200px; text-align: center; } .tem_index_more a { display: block; height: 40px; background: #e9280c; color: #fff; font-weight: normal; font-size: 14px; line-height: 40px; } .tem_index_more a:hover { background: #d82208; color: #fff; } .tem_index_to { border-top: 1px solid #e7e8ed; border-bottom: 1px solid #e7e8ed; background: #f7f8fa; } .tem_wp1, .tem_wp2, .tem_wp3, .tem_wp4, .tem_wp5 { visibility: hidden; } .bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight { visibility: visible; } .tem_index_about { padding: 50px 0 80px; } .tem_index_about_cont { margin-right: 25px; padding: 50px 0; } .tem_index_about_txt { float: left; width: 55%; } .tem_index_about .txtwd100 { float: none; width: 100%; } .tem_index_about_txt .met_editor { padding: 0px 50px 0; } .tem_index_about_img { float: right; overflow: hidden; width: 45%; height: 227px; font-size: 0; } .tem_index_about_video { float: right; overflow: hidden; width: 45%; } .tem_index_about_img ul { float: left; overflow: hidden; width: 70%; height: 227px; list-style: none; } .tem_index_about_img .tem_index_about_img_noe { float: none; width: 100%; } .tem_index_about_img ul li { padding: 4px; border: 1px solid #eee; } .tem_index_about_img ul img { width: 100%; height: 217px; } .tem_index_about_img ol { float: right; overflow: hidden; width: 30%; list-style: none; } .tem_index_about_img ol li { position: relative; margin-bottom: 8px; margin-left: 20px; padding: 4px; border: 1px solid #eee; } .tem_index_about_img ol img { width: 100%; height: 60px; cursor: pointer; } .tem_index_about_img ol li.tem_now { background: #eee; } .tem_index_about_img ol li i { position: absolute; top: 26px; left: -8px; display: none; color: #eee; font-size: 20px; } .tem_index_about_img ol li.tem_now i { display: block; } .tem_index_about_img ol li.tem_hover { background: #eee; } .tem_index_about_more { padding-top: 10px; } .tem_index_about_more a { display: inline-block; padding: 0 30px; height: 30px; border: 2px solid #eee; color: #999 !important; text-decoration: none; font-weight: normal; line-height: 30px; } .tem_index_about_more a:hover { background: #eee; text-decoration: none !important; } .tem_index_product { padding: 50px 0 80px; } .tem_index_product ul { list-style: none; } .tem_index_product ul li { float: left; overflow: hidden; margin-bottom: 30px; text-align: center; } .tem_index_product ul li a { display: block; margin: 0 auto; background: #fff; text-align: center; font-size: 0; } .tem_index_product ul li h2 { padding: 10px; background: #8c989f; color: #fff; text-align: left; font-weight: normal; font-size: 14px; } .tem_index_product a img { -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s; transition: all .5s; } .tem_index_product a:hover img { opacity: .5; filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; } .tem_index_news { padding: 50px 0 80px; text-align: center; } .tem_index_news_tab { display: inline-block; margin: 0 0 10px; height: 37px; border-right: 1px solid #8c989f; list-style: none; line-height: 37px; } .tem_index_news_tab li { float: left; } .tem_index_news_tab li h3 { padding: 0 40px; height: 35px; border: 1px solid #8c989f; border-right: 0; font-weight: normal; line-height: 35px; cursor: pointer; } .tem_index_news_tab li.flex-active h3 { background: #8c989f; color: #fff; } .tem_index_news_tab li:hover h3 { background: #8c989f; color: #fff; } .tem_index_news_list { margin: 20px 0 0; } .tem_index_news_list li { float: left; overflow: hidden; width: 50%; list-style: none; text-align: left; } .tem_index_news_list li a { display: block; } .tem_index_news_list li dl { margin-right: 10px; padding-top: 21px; height: 115px; } .tem_index_news_list li dl.tem_even { margin-right: 0; margin-left: 10px; } .tem_index_news_list dt { position: relative; float: left; overflow: hidden; width: 100px; height: 115px; border-bottom: 1px solid #e7e8ed; font-size: 0; } .tem_index_news_list dt img { margin-left: 10px; width: 90px; height: 90px; border-radius: 60px; } .tem_index_news_list dd { float: left; margin-left: -100px; width: 100%; } .tem_index_news_list dd a { padding: 0 10px; } .tem_index_news_list_txt { margin-left: 100px; height: 115px; border-bottom: 1px solid #e7e8ed; } .tem_index_news_list_txt h3 { overflow: hidden; margin-bottom: 3px; height: 23px; color: #000; font-weight: normal; line-height: 23px; } .tem_index_news_list_txt p { overflow: hidden; height: 42px; color: #818181; } .tem_index_news_list_txt span.time { display: block; height: 25px; color: #818181; line-height: 25px; } .tem_index_news_list li dl:hover { background: #f7f8fa; } .tem_index_news_list .tem_index_more { float: none; width: 200px; text-align: center; } .tem_index_case { padding: 50px 0 80px; } .tem_index_case_list ul.slides li { float: left; list-style: none; } .tem_index_case_list .tem_list { float: left; width: 25%; } .tem_index_case_list .tem_list dt { text-align: center; font-size: 0; } .tem_index_case_list .tem_list dt a { display: block; overflow: hidden; margin: 0 auto; } .tem_index_case_list .tem_list dt img { -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; } .tem_index_case_list .tem_list dt a:hover img { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); -ms-transform: scale(1.2); } .tem_index_case_list .tem_list h3 { margin: 0 auto; height: 40px; background: #8c989f; text-align: center; font-weight: normal; line-height: 40px; } .tem_index_case_list .tem_list h3 a { color: #fff; } .tem_index_case_list .tem_list h3 a:hover { color: #fff; } .tem_index_case_list .flex-control-nav { margin-top: 30px; } .tem_index_footer { padding: 40px 0 50px; background: #1e1e1e; } .tem_index_footer dl { float: left; } .tem_index_footer dl dt { margin-right: 25px; height: 40px; border-bottom: 1px solid #363636; color: #f3f3f3; font-size: 16px; line-height: 40px; } .tem_index_footer dl dt span { position: relative; top: -1px; display: inline-block; border-bottom: 3px solid #838383; } .tem_index_footer dl dd { margin-right: 25px; } .tem_index_footer_contact { width: 35%; } .tem_index_footer_contact li { position: relative; margin-top: 25px; padding-top: 5px; padding-left: 48px; min-height: 35px; color: #646363; list-style: none; } .tem_index_footer_contact li i { position: absolute; top: 0; left: 0; width: 35px; height: 35px; border: 1px solid #424244; border-radius: 5px; color: #7c7c7c; text-align: center; font-size: 22px; line-height: 35px; } .tem_index_footer_link { width: 35%; } .tem_index_footer_link dd { padding: 20px 0; } .tem_index_footer_link a { display: inline-block; margin: 0 12px 10px 0; color: #646363; white-space: nowrap; } .tem_index_footer_link a:hover { color: #ababab; } .tem_index_footer_link a img { height: 45px; } .tem_index_footer_attention { width: 30%; } .tem_index_footer_attention dd { padding: 20px 0; color: #646363; } .tem_index_footer_attention li { display: inline-block; margin: 8px; list-style: none; } .tem_index_footer_attention li a { display: block; overflow: hidden; width: 44px; height: 44px; background: url(../pnt.png) no-repeat left top; color: #646363; font-size: 0; } .tem_index_footer_attention li.tenxun a { background-position: -83px top !important; } .tem_index_footer_attention li.weixin a { background-position: -247px top !important; } .tem_index_footer_attention li.qq a { background-position: -165px top !important; } .tem_index_footer_attention li:hover a { background: url(../pnthover.png) no-repeat; } .tem_index_footer_attention img { margin-top: 8px; width: 100px; } .tem_index_footer_attention p { margin-top: 5px; } .tem_footer { position: relative; padding: 30px 0; background: #161616; color: #4a4a4a; font-size: 12px; } .tem_footer a { color: #4a4a4a; } .tem_footer_nav { position: absolute; top: 50%; right: 0; margin-top: -15px; height: 30px; line-height: 30px; } .tem_footer_nav a { margin-left: 30px; } .powered_by_metinfo { height: 35px; background: #161616; color: #4a4a4a; text-align: center; font-size: 12px; line-height: 35px; } .powered_by_metinfo a { color: #4a4a4a; } .met_section { position: relative; padding: 40px 0 50px; } .met_section aside { position: relative; float: left; width: 230px; } .met_section article { float: left; margin-left: -230px; width: 100%; } .met_section article .met_article { margin-left: 250px; } .met_section_asidenone article { float: none; margin-left: 0; } .met_section_asidenone article .met_article { margin-left: 0; } .met_section aside section { border: 1px solid #ddd; } .met_section aside section h2 { padding: 0 20px; height: 60px; border-bottom: 1px solid #ddd; font-size: 18px; line-height: 60px; } .met_section aside .met_aside_list { padding: 10px 0; } .met_section aside .met_aside dl dt { height: 45px; line-height: 45px; } .met_section aside .met_aside dl dt a { display: block; padding: 0 20px; color: #333; } .met_section aside .met_aside dl dt a:hover { background: #efefef; } .met_section aside .met_aside dl dt.on { background: #efefef; border-left: 4px solid #e9280c; } .met_section aside .met_aside dl dd { padding: 6px 0 6px 0; } .met_section aside .met_aside dl dd a { display: block; padding-left: 40px; height: 35px; color: #333; font-weight: normal; line-height: 35px; } .met_section aside .met_aside dl dd .on a, .met_aside dl dd a:hover { background: #efefef; } .met_section aside .met_related { margin-top: 20px; } .met_section aside .met_related ul { padding: 20px; } .met_section aside .met_related li { margin-bottom: 8px; list-style: none; } .met_article_head { position: relative; padding: 0 10px; height: 60px; border-bottom: 1px solid #ddd; line-height: 60px; } .met_article_head .met_position { position: absolute; top: 0; right: 10px; color: #aaa; font-family: '宋体'; } .met_article_head .met_position a { color: #999; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } .met_article_head h1 { color: #555; font-weight: normal; font-size: 18px; } .met_section_sehed { padding-top: 0; } .met_section_head { height: 50px; color: #aaa; font-size: 12px; font-family: '宋体'; line-height: 50px; } .met_section_head a { color: #999; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'; } .met_section_head a:hover { color: #e9280c; } /*以下CSS样式谨慎修改,内页各模块样式,多模板可共用*/ body, h1, h2, h3, h4, h5, h6, dl, dt, li, ol, ul, dd, th, td, p, pre, form, input, button, textarea, hr { margin: 0; padding: 0 } h1, h2, h3, h4, h5, h6 { font-size: 100% } img { border: 0 } button, input, select, textarea { font-size: 100% } .met_clear { clear: both } .met_none { display: none } .met_hidden { visibility: hidden } .met_fl { float: left } .met_fr { float: right } .met_editor { line-height: 2 } .met_editor ul, .met_editor ol { padding: 0 0 0 25px; margin: 0 } .met_editor a { color: #1c57c4 } .met_editor a:hover { text-decoration: underline } .met_editor img { max-width: 100%; height: auto !important; } .met_editor blockquote { padding-top: 5px; padding-bottom: 5px; padding-left: 15px; border-left: 4px solid #ddd } .met_editor hr { display: block; padding: 0; border: 0; height: 0; border-top: 1px solid #ddd; margin: 20px 0; -webkit-box-sizing: content-box; box-sizing: content-box } .met_editor .metvideobox { text-align: center; visibility: hidden; margin: 10px auto; } .met_editor .video-js { max-width: 100%; } .met_editor table { width: 100% !important; margin-bottom: 1.6rem; border-spacing: 0 !important; border-collapse: collapse !important; padding: 0 !important; border: 0 } .met_editor table td { border: 1px solid #ddd !important } .met_editor table>thead>tr>th, table>tbody>tr>th, table>tfoot>tr>th, table>thead>tr>td, table>tbody>tr>td, table>tfoot>tr>td { padding: .7rem; line-height: 1.6; vertical-align: top; border-top: 1px solid #ddd } .met_editor table>thead>tr>th { vertical-align: bottom; border-bottom: 1px solid #ddd } .met_editor #page_break .collapse { display: none } .met_editor #page_break .num { padding: 10px 0; text-align: center } .met_editor #page_break .num li { display: inline; margin: 0 2px; padding: 3px 5px; border: 1px solid #ccc; background-color: #fff; color: #666; text-align: center; cursor: pointer; font-family: Arial; font-size: 12px; overflow: hidden } .met_editor #page_break .num li.on { background-color: #ccc; color: #fff; font-weight: bold } .metinfo-banner1 { overflow: hidden; margin: 0 auto } *html .met_pager #metPageT { height: 13px; line-height: 13px } *html .met_pager #metPageB { padding: 0; height: 28px; line-height: 20px } *+html .met_pager #metPageT { height: 13px; line-height: 13px } *+html .met_pager #metPageB { padding: 0; height: 28px; line-height: 20px } .met_module1 { padding: 30px 10px } .met_module2_list { padding: 10px 10px } .met_module2_list li { list-style: none; border-bottom: 1px solid #ddd; padding: 15px 100px 15px 10px; position: relative } .met_module2_list h2 { font-weight: normal } .met_module2_list li p { color: #818181 } .met_module2_list li span.time { color: #818181; position: absolute; right: 10px; top: 15px } .met_module2_list li h2 i { margin-right: 10px; position: relative } .met_module2_list li.list_2 h2, .met_module2_list li.list_3 h2 { margin-bottom: 3px; font-weight: bold } .met_module2_list li.list_2 { padding: 15px 0 } .met_module2_list li.list_3 { padding-left: 100px; min-height: 80px } .met_module2_list li.list_3 img { position: absolute; left: 0; top: 15px } .met_module2_list li.list_3 span.time { position: static } .met_module2 h1.met_title { font-size: 28px; font-weight: normal; padding: 5px 0 } .met_module2 .met_infos { color: #818181; font-size: 12px; margin-bottom: 30px; padding-bottom: 10px; border-bottom: 1px solid #ddd } .met_module2 .met_time { padding-right: 6px } .met_module2 .met_source { padding-right: 6px } .met_module2 .met_source a { color: #607fa6 } .met_module2 .met_editor { padding: 0 10px } .met_tools { border-top: 1px solid #ddd; margin-top: 30px; position: relative; padding: 10px 10px 0; height: 50px; line-height: 50px } .met_tools .met_page { clear: both; position: absolute; right: 5px; top: 0; color: #818181 } .met_tools .met_page li { display: inline; list-style: none; margin-left: 30px; } .met_tools .met_page li span { padding-right: 5px; } .met_tools .met_page a { color: #607fa6 } .met_module3_list ul.list_1 { list-style: none; visibility: hidden } .met_module3_list ul.list_1 li { float: left; text-align: center; margin-top: 30px; overflow: hidden } .met_module3_list ul.list_1 li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } .met_module3_list ul.list_1 li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } .met_module3_list ul a img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } .met_module3_list ul a:hover h2 { color: #333 } .met_module3_list ul a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } .met_module3_list ul.list_2 { list-style: none; visibility: hidden } .met_module3_list ul.list_2 li { padding: 20px 10px; border-bottom: 1px solid #ddd } .met_module3_list ul.list_2 dt { float: left; position: relative } .met_module3_list ul.list_2 dd { float: left; width: 100% } .met_module3_list ul.list_2 dd h2 { padding: 5px 10px; font-size: 15px; font-weight: normal } .met_module3_list ul.list_2 dd p { padding: 5px 10px; color: #818181 } #showproduct .met_nav { height: 45px; line-height: 45px; margin: 30px 0; border: 1px solid #ddd } #showproduct .met_nav li { float: left; list-style: none; border-right: 1px solid #ddd; cursor: pointer } #showproduct .met_nav li a { display: block; padding: 0 40px } #showproduct .met_nav li.met_now, #showproduct .met_nav li.met_hover { background: #f7f8fa } #showproduct .met_related { margin-top: 30px; font-size: 18px; font-weight: normal; border-bottom: 1px solid #ddd; padding: 10px 10px; color: #333 } #showproduct .met_related_list { list-style: none; visibility: hidden } #showproduct .met_related_list li { float: left; text-align: center; margin-top: 30px; overflow: hidden } #showproduct .met_related_list li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } #showproduct .met_related_list li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } #showproduct .met_related_list li img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } #showproduct .met_related_list li a:hover h2 { color: #333 } #showproduct .met_related_list li a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } #showproduct .met_nav_contbox { padding: 0 10px } #downloadlist { padding: 15px } #downloadlist .metlist { margin-bottom: 20px } #downloadlist .metlist dt { border-bottom: 1px solid #ddd; font-size: 14px; font-weight: bold; padding: 8px 5px 8px 0; background: url(../images/dt-9.gif) no-repeat 5px 11px } #downloadlist .metlist dd { color: #999; padding: 8px; background: #f7f8fa } #downloadlist .metlist dd b { font-weight: normal } #downloadlist .metlist dd div { float: right } #downloadlist .metlist dd span { padding-right: 20px } #downloadlist .metlist dd a { color: #1c57c4 } #downloadlist .metlist dd a.down { color: #fa1a1a } #showdownload { padding: 15px } #showdownload h1.title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showdownload .paralist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden } #showdownload .paralist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showdownload .paralist li:last-child { border-bottom: 0 } #showdownload .paralist li a { color: #fff } #showdownload .paralist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; word-wrap: break-word } #showdownload .met_editor { padding: 0 10px } #showdownload .ctitle { margin: 30px 0 10px; padding: 0 10px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd } #showdownload .downloadbox { margin-top: 30px } #showdownload .downloadbox a { display: inline-block; background: #23b7e5; height: 35px; line-height: 35px; padding: 0 35px; color: #fff; border-radius: 2px } #showdownload .downloadbox a:hover { background: #38c4f0 } #showdownload .downloadbox a.active { background: #1ba4cf } #imglist ul.list_1 { list-style: none; visibility: hidden } #imglist ul.list_1 li { float: left; text-align: center; margin-top: 30px; overflow: hidden } #imglist ul.list_1 li a { text-align: center; display: block; margin: 0 auto; background: #fff; border: 1px solid #ddd; font-size: 0 } #imglist ul.list_1 li h2 { text-align: left; font-size: 14px; padding: 10px 10px; font-weight: normal; border-top: 1px solid #ddd } #imglist ul a img { transition: all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; -o-transition: all .5s } #imglist ul a:hover h2 { color: #333 } #imglist ul a:hover img { filter: alpha(opacity=50); -moz-opacity: .5; -khtml-opacity: .5; opacity: .5 } #imglist ul.list_2 { list-style: none; visibility: hidden } #imglist ul.list_2 li { padding: 20px 10px; border-bottom: 1px solid #ddd } #imglist ul.list_2 dt { float: left; position: relative } #imglist ul.list_2 dd { float: left; width: 100% } #imglist ul.list_2 dd h2 { padding: 5px 10px; font-size: 15px } #imglist ul.list_2 dd p { padding: 5px 10px; color: #818181 } #showimg h1.met_title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showimg .met_slide_box { text-align: center; background: #000; margin: 0 auto; overflow: hidden; position: relative } #showimg .met_slide_list ul { display: none; } #showimg ul.exposureThumbs { border-right: 0; padding: 0; margin: 0; list-style-type: none; height: 79px; width: 790px; margin: 0px auto; padding: 10px } #showimg ul.exposureThumbs li { background: #111; margin: 0 10px 0 0; padding: 0; text-align: center; display: none; float: left } #showimg ul.exposureThumbs li img { cursor: pointer } #showimg ul.exposureThumbs li.last { margin: 0 } #showimg .exposureWrapper { position: absolute; top: 0; left: 0 } #showimg .exposureWrapper img { cursor: pointer; position: absolute; top: 0; left: 0 } #showimg .exposureLoaded { background-image: none } #showimg ul.exposureThumbs li { width: 150px; height: 79px } #showimg .exposureSlideshowControls a { font-size: 11px; color: #bba; text-decoration: none; outline: 0; padding: 2px 6px; display: inline } #showimg .exposureSlideshowControls a:active, .exposureSlideshowControls a:hover { background-color: #999; color: #444 } #showimg .met_slide_box .left, .met_slide_box .right { position: absolute; width: 50%; cursor: pointer } #showimg .met_slide_box .left a, .met_slide_box .right a { display: block; width: 100%; height: 100% } #showimg .imgparalist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden; margin-top: 30px; visibility: hidden } #showimg .imgparalist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showimg .imgparalist li:last-child { border-bottom: 0 } #showimg .imgparalist li a { color: #fff } #showimg .imgparalist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; overflow: hidden; word-wrap: break-word } #joblist { padding: 15px } #joblist dl { padding: 10px 5px 10px; margin-top: 30px; border: 1px solid #ddd } #joblist dt { padding: 0 10px; font-size: 16px; font-weight: bold } #joblist dd .dtail { padding: 5px 10px 0; border-top: 1px solid #ddd } #joblist dd .dtail span { margin-right: 15px } #joblist dd .dtail a { color: #1c57c4 } #joblist dd .editor { padding: 10px } #joblist dd .mis { padding: 5px 10px; border-bottom: 1px solid #ddd; font-size: 12px } #joblist dd .mis span { margin-right: 15px; color: #999 } #showjob h1.title { font-size: 24px; padding: 15px 5px; border-bottom: 1px solid #ddd; margin-bottom: 30px } #showjob .ctitle { margin: 30px 0 10px; padding: 0 10px; font-size: 16px; font-weight: normal; height: 40px; line-height: 40px; border-bottom: 1px solid #ddd } #showjob .met_editor { padding: 0 10px } #cvlist { padding: 15px } #showjob .paralist { background: #8c989f; padding: 5px 10px; color: #fff; visibility: hidden; margin-top: 30px; visibility: hidden } #showjob .paralist li { list-style: none; padding: 8px 5px 8px 90px; min-height: 20px; position: relative; border-bottom: 1px solid #ddd } #showjob .paralist li:last-child { border-bottom: 0 } #showjob .paralist li a { color: #fff } #showjob .paralist li span { position: absolute; left: 0; top: 0; width: 80px; padding: 8px 5px; overflow: hidden; word-wrap: break-word } #showjob .info_cv { margin-top: 30px; margin-left: 10px } #showjob .info_cv a { display: inline-block; background: #23b7e5; height: 35px; line-height: 35px; padding: 0 35px; color: #fff; border-radius: 2px } #showjob .info_cv a:hover { background: #38c4f0 } #showjob .info_cv a.active { background: #1ba4cf } #messagelist { padding: 15px } #messagelist .metlist { margin-top: 30px; border: 1px solid #ddd; padding: 5px } #messagelist .metlist dt { padding: 5px } #messagelist .metlist dt span.name { color: #2c7199 } #messagelist .metlist dt span.time { padding-left: 5px; color: #aaa; font-size: 12px } #messagelist .metlist dt span.tt { float: right; padding-right: 5px; color: #aaa } #messagelist .metlist dd.info span.tt { display: none; clear: both } #messagelist .metlist dd.info span.text { display: block; line-height: 1.5; padding: 0 5px 10px; border-bottom: 1px solid #ddd } #messagelist .metlist dd.reinfo span.tt { display: block; padding: 10px 5px 0; color: #2c7199 } #messagelist .metlist dd.reinfo span.text { display: block; line-height: 1.5; padding: 5px 5px 10px } #messagelist .v52fmbx { margin: 30px 0 0 } #linklist { padding: 15px 15px 25px } #linklist .ctitle { margin: 10px 0 10px; padding: 5px 10px; border-bottom: 1px solid #ddd } #linklist .inside { padding: 15px 0 0 } #linklist .metlist .img li { list-style: none; display: inline; padding-right: 5px } #linklist .metlist .img img { width: 88px; height: 31px } #linklist .metlist .txt li { list-style: none; float: left; width: 88px; height: 20px; line-height: 20px; margin-right: 5px; overflow: hidden } #linksubmit { padding: 15px } #linksubmit table { margin: 0 auto } #memberbox { padding: 15px } ul.searchnavlist { list-style: none; padding: 0 20px; margin: 0 } ul.searchnavlist li { padding: 5px 0 } ul.searchnavlist .advsearch_searchword input { width: 90%; height: 28px; line-height: 28px\9; padding: 2px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0; border-radius: 2px } ul.searchnavlist .searchgo { display: block; background: #23b7e5; border: 0 none; height: 34px; line-height: 26px; padding: 0 35px; color: #fff; cursor: pointer; border-radius: 2px; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun' } ul.searchnavlist .searchgo:hover { background: #38c4f0 } ul.searchnavlist .searchgo:active { background: #1ba4cf } #searchlist { padding: 15px 0 } #searchlist li { padding-left: 10px; margin-bottom: 6px; line-height: 1.5 } #searchlist ul { list-style: none; padding: 0; margin: 0 } #searchlist ul li { padding: 3px 5px; margin-bottom: 10px } #searchlist ul li img { display: none } #searchlist .search_title { display: block; padding: 2px 0 } #searchlist .search_title a { font-size: 16px; color: #12C; text-decoration: underline } #searchlist .search_title em { color: #c00; text-decoration: underline; font-style: normal } #searchlist .search_detail { display: block } #searchlist .search_detail a { text-decoration: underline; color: #12C } #searchlist .search_content em { color: #c00; font-style: normal } #searchlist .search_updatetime { display: block; margin-top: 5px; color: green } #searchlist a:hover { text-decoration: underline } #sitemaplist dl { margin-top: 30px; padding: 20px; border: 1px solid #ddd } #sitemaplist dt h2 { font-size: 18px; font-weight: normal; padding: 10px 0; border-bottom: 1px solid #ddd } #sitemaplist dt h2 i { font-size: 22px; margin-left: 10px; font-weight: normal; color: #888; position: relative; top: 2px } #sitemaplist dd ul { float: left; width: 25%; list-style: none; margin-top: 20px } #sitemaplist dd li { margin-top: 5px } #sitemaplist dd li h4 a { font-weight: normal; color: #666 } .v52fmbx_hr { border-top: 1px solid #ddd; margin: 0; padding: 0 5px 0 15px; font-weight: bold; font-size: 16px; background: #ddd; height: 60px; line-height: 60px; } :-ms-input-placeholder { color: #999 } .met-focus { border: 1px solid #23b7e5 !important } .v52fmbx { border: 1px solid #ddd; border-top: 0; overflow: hidden; text-align: left } .v52fmbx dl:after { display: block; clear: both; content: ""; visibility: hidden; height: 0 } .v52fmbx dl { width: 100%; zoom: 1; background: #fff } .v52fmbx dl { border-top: 1px solid #ddd; margin: 0; display: -webkit-box; display: -moz-box; display: box; display: -ms-flexbox; position: relative; padding: 5px 0 } .v52fmbx dl dt { padding: 15px 15px 10px 15px; width: 105px; text-align: left; font-weight: normal; overflow: hidden; line-height: 1.2 } .v52fmbx dl dd { -moz-box-flex: 1.0; -webkit-box-flex: 1.0; box-flex: 1.0; -ms-flex: 1; padding: 2px 0 0 15px; margin: 10px 0 } .v52fmbx dl dd label input { position: relative; top: 1px; margin-right: 3px } .v52fmbx dl dd .fbox { margin: 0 10px 0 0 } .v52fmbx dl dd .tips { color: #aaa } .v52fmbx dl dd .tips:hover { color: #f00 } .v52fmbx dl dd.labelinline label { display: inline } .v52fmbx dl dt.addimgdt { padding: 10px 5px 10px } .v52fmbx dl dt.addimgdt p { height: 30px; line-height: 30px; margin-bottom: 8px } .v52fmbx dl.noborder { border-bottom: 0 } .formerror { margin-top: 6px; height: 20px; line-height: 20px } .formerror .fa-times { color: #fff; border-radius: 3px; padding: 1px 2px; font-size: 16px; margin-right: 5px; background: red } .formerror .fa-check { color: #fff; border-radius: 3px; padding: 2px; font-size: 14px; margin-right: 5px; background: #10aa00 } .formerrorbox { border: 2px solid #f00 !important } .v52fmbx dl dd.ftype_description { color: #fff; padding: 8px; margin: 0 5px; background: #6c6fbf } .ftype_input .fbox { float: left } .ftype_input .tips { float: left; padding-top: 5px } .ftype_input .fbox input { width: 350px; height: 28px; line-height: 28px\9; padding: 2px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0; border-radius: 2px } .placeholder-ie { position: relative } .placeholder-ie label { position: absolute; left: 8px; top: 7px; cursor: text; color: #999 } .ftype_textarea .tips { display: block } .ftype_textarea textarea { width: 350px; line-height: 1.5; height: 100px; padding: 7px 5px; border: 1px solid #dcdfe0; background-color: #fff; color: #333; outline: 0 } .ftype_select .tips, .ftype_select-linkage .tips { display: block; margin-top: 5px } select { line-height: 31px; height: 31px; vertical-align: middle; background-color: #fff; outline: 0; border: 1px solid #ccc; padding: 4px; color: #656565 } .ftype_radio .fbox label { font-weight: normal; height: 28px; line-height: 28px; margin: 0; display: block } .ftype_radio .fbox input[type='radio'] { border-radius: 100%; bottom: 3px; height: 15px; position: relative; vertical-align: middle; width: 15px; margin: 0; position: relative; top: -1px; margin-right: 6px } .ftype_radio .formerror { margin-top: 0 } .ftype_checkbox .fbox input[type='checkbox'] { border-radius: 100%; bottom: 3px; height: 15px; position: relative; vertical-align: middle; width: 15px; margin: 0 } .ftype_checkbox .fbox label { font-weight: normal; height: 28px; line-height: 28px; margin: 0; display: block } .ftype_checkbox .fbox input { position: relative; top: -1px; margin-right: 6px !important } .ftype_checkbox .formerror { margin-top: 0 } .ftype_transverse .fbox label { display: inline; margin-right: 15px } .submit { display: block; background: #23b7e5; border: 0 none; height: 34px; line-height: 26px; padding: 0 35px; color: #fff; cursor: pointer; border-radius: 2px; font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun' } .submit:hover { background: #38c4f0 } .submit.active { background: #1ba4cf } .v52fmbx dl dd.ftype_code input { width: 80px; margin-right: 10px } .v52fmbx dl dd.ftype_code img { height: 30px; position: relative; bottom: 2px }
0.460289
0.079818
body { font-size: 15px; line-height: 24px; font-family: 'futura_ltbook', sans-serif; color: #484848; } h1, h2, h3, h4, h5, h6 { font-weight: bold; text-transform: uppercase; color: #616161; font-family: 'futura_ltbold', sans-serif; } h1{font-size: 70px; margin:0; line-height: 72px;} h2 {font-size: 30px; margin: 0 0 20px;} h3 {font-size: 20px; margin: 0 0 10px;} img {width: 100%;} a,button{outline: 0 !important;} a:hover,a:focus{ text-decoration: none} /* All Transition */ .list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{ transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } /* Header */ /*Preloader css*/ #loading{ background-color: #ffcb0f; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 90; } #loading-center{ width: 100%; height: 100%; position: relative; } #loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 50px; width: 150px; margin-top: -25px; margin-left: -75px; } .object{ width: 8px; height: 50px; margin-right:5px; background-color: #FFF; -webkit-animation: animate 1s infinite; animation: animate 1s infinite; float: left; } .object:last-child { margin-right: 0px; } .object:nth-child(10){ -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } .object:nth-child(9){ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; } .object:nth-child(8){ -webkit-animation-delay: 0.7s; animation-delay: 0.7s; } .object:nth-child(7){ -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .object:nth-child(6){ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .object:nth-child(5){ -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .object:nth-child(4){ -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .object:nth-child(3){ -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .object:nth-child(2){ -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } @-webkit-keyframes animate { 50% { -ms-transform: translateX(-25px) scaleY(0.5); -webkit-transform: translateX(-25px) scaleY(0.5); transform: translateX(-25px) scaleY(0.5); } } @keyframes animate { 50% { -ms-transform: translateX(-25px) scaleY(0.5); -webkit-transform: translateX(-25px) scaleY(0.5); transform: translateX(-25px) scaleY(0.5); } } /*End off Preloader*/ /* Top Nav */ .top_nav { background: #ffcb0f none repeat scroll 0 0; overflow: hidden; padding: 10px 0; } .list-inline.info { float: left; margin: 0; } .list-inline.info > li { padding: 0 20px 0 0; } .list-inline.info a,.list-inline.social_icon a { color: #222; font-family: 'futura_ltbook', sans-serif; } .list-inline.info a:hover,.list-inline.social_icon a:hover { color: #555; } .list-inline.info a .fa,.list-inline.social_icon a .fa { font-size: 20px; vertical-align: text-top; } .list-inline.social_icon { float: right; margin: 0; } /* Main Nav */ nav.navbar.bootsnav { background: #222533 none repeat scroll 0 0; border: 0 none; } nav.navbar.bootsnav ul.nav > li > a { color: #fff; } nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus { color: #aaa; } .navbar-brand { height: auto; padding: 20px 15px; } #navbar-menu { margin: 6px 0; } .nav.navbar-nav.menu { float: right; } .attr-nav { margin: 5px -10px 0 0; } .attr-nav > ul > li > a { color: #ffcb0f; font-size: 20px; } .attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus { color: #d7a300; } /* Carousel */ .home .carousel { position: relative; height: 500px; width: 100%; display: inline-block; } .home .carousel .item { width: 100%; height: 500px; } .home .carousel .item img{ width: 100%; height: 500px; } /*.carousel-inner > .item > a > img, .carousel-inner > .item > img { height: 700px; }*/ .carousel .overlay { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; width: 100%; height: 100%; position: absolute; top: 0px; left: 0; } .overlay form { width: 100%; } .overlay form .inner-form { background: rgba(0, 0, 0, 0.5); padding: 50px 47px; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; } .overlay form .inner-form .input-field { margin-right: 30px; height: 44px; } .overlay form .inner-form .input-field input { height: 100%; background: #fff; border-radius: .5px; border: 0; display: block; width: 95%; } .overlay form .inner-form .input-field input.placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input:-moz-placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input::-webkit-input-placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input:hover, .overlay form .inner-form .input-field input:focus { box-shadow: none; outline: 0; } .overlay form .inner-form .input-field.first-wrap { -ms-flex-positive: 1; flex-grow: 1; height: 100%; background: #fff; border-radius: .5px; border: 0; display: block; width: 100%; padding: 10px 32px; font-size: 20px; display: inline-flex; } .overlay form .inner-form .input-field.second-wrap { width: 32.77%; min-width: 180px; } .overlay form .inner-form .input-field.third-wrap { width: 180px; margin-right: 0; } .overlay form .inner-form .input-field.third-wrap .btn-search { height: 100%; width: 100%; background: #4272d7; white-space: nowrap; border-radius: .5px; font-size: 20px; color: #fff; transition: all .2s ease-out, color .2s ease-out; border: 0; cursor: pointer; } .overlay form .inner-form .input-field.third-wrap .btn-search:hover { background: #2d62d3; } .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } .carousel-caption { left: 7%; right: 7%; top: 200px; } .carousel-caption h1 { color: #fff; margin-bottom:20px; } .carousel-caption h1.second_heading { color:#ffcb0f; margin-bottom:35px; } .carousel-caption > h3 { color: #fff; font-family: "futura_ltbook",sans-serif; font-size: 40px; font-weight: normal; margin-bottom: 30px; text-transform: inherit; } .carousel-caption > p { font-size: 23px; line-height: 28px; } .btn.know_btn { background: #ffcb0f none repeat scroll 0 0; border-radius: 30px; color: #fff; font-family: "futura_ltbold",sans-serif; font-size: 16px; padding: 10px 20px; text-transform: uppercase; border:1px solid transparent; margin-left: 20px; } .carousel-caption .btn.know_btn { margin-top: 40px; font-size: 19px } .carousel-caption .btn.know_btn:last-child { margin-left: 20px; } .btn.know_btn:hover, .btn.know_btn:focus { background: transparent; color:#ffcb0f; border:1px solid #ffcb0f; } .carousel-control{ width:50px; height: 50px; line-height: 50px; text-align: center; margin-top:-25px; top:50%; } /*Head Title*/ .head_title p{ line-height: 2.3rem; } .btn-view__more { float: right; border: none; display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; color: #fff; background-color: #616161; transition: 0.3s; margin-top: 60px; } .btn-view__more:visited { color: #fff; background-color: #616161; } .btn-view__more:hover { color: #000; background-color: #ccc } .button__header { width: 100%; position: relative; } /* Search results */ .main-block { padding: 60px 0 90px; background: #f3f4f7; } .styled-heading { text-align: center; margin: 0 0 50px; } .styled-heading h3 { position: relative; padding: 0 0 23px; font-size: 30px; } .styled-heading h3:after { position: absolute; content: ""; width: 60px; height: 3px; background: #ff3a6d; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .featured-place-wrap { background: #fff; margin: 0 0 30px; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; } .featured-place-wrap:hover { -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3); box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3); } .featured-place-wrap a { display: block; text-decoration: none; color: #000; } .featured-place-wrap img { width: 100%; } .featured-rating, .featured-rating-orange, .featured-rating-green { position: absolute; right: 10px; width: 60px; height: 60px; text-align: center; margin: -33px 10px 0 0; font-size: 16px; background: #ff7474; color: #fff; padding: 17px; border-radius: 50%; } .featured-rating-orange { background: #ffae00 !important; } .featured-rating-green { background: #46cd38 !important; } .featured-title-box { padding: 22px 20px; } @media (max-width: 480px) { .featured-title-box { padding: 22px 14px; } } .featured-title-box h6 { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 5px; font-size: 16px; } .featured-title-box p { color: #9fa9b9; display: inline-block; margin: 0; } @media (max-width: 320px) { .featured-title-box p { font-size: 13px; } } .featured-title-box p span { color: #ffb006; padding: 0; } .featured-title-box span { color: #9fa9b9; padding: 0 10px; } @media (max-width: 320px) { .featured-title-box span { padding: 0 4px; } } .featured-title-box ul { padding: 0; margin: 10px 0 0; } .featured-title-box ul li { list-style: none; color: #737882; line-height: 2; } .featured-title-box ul li span { padding: 7px 8px 0 0; } @media (max-width: 1200px) { .featured-title-box ul li span { padding: 0 4px 0 0; } } @media (max-width: 320px) { .featured-title-box ul li span { font-size: 12px; padding: 0 2px 0 0; } } .featured-title-box ul li p { margin: 0; } .justify-content-center { -ms-flex-pack: center!important; justify-content: center!important; display: flex; flex-wrap: wrap; } .bottom-icons { padding: 15px 0 0; line-height: 1; } .bottom-icons span { float: right; line-height: 1; padding: 0 0 0 12px; } .closed-now { color: #ff3a6d; font-size: 13px; display: block; font-weight: 400; display: inline-block; } .open-now { color: #46cd38; font-size: 13px; display: block; font-weight: 400; display: inline-block; } .featured-btn-wrap { text-align: center; } @media (max-width: 1200px) { .featured-btn-wrap { margin: 3px 0 0; } } .featured-btn-wrap .btn-danger { background: #ff3a6d; padding: 16px 50px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; border: 0; } @media (max-width: 576px) { .featured-btn-wrap .btn-danger { width: 100%; } } .featured-btn-wrap .btn-danger:hover, .featured-btn-wrap .btn-danger:focus { background: #f34e79; outline: none; -webkit-box-shadow: none; box-shadow: none; }
bkrv/main/static/main/css/listing.css
body { font-size: 15px; line-height: 24px; font-family: 'futura_ltbook', sans-serif; color: #484848; } h1, h2, h3, h4, h5, h6 { font-weight: bold; text-transform: uppercase; color: #616161; font-family: 'futura_ltbold', sans-serif; } h1{font-size: 70px; margin:0; line-height: 72px;} h2 {font-size: 30px; margin: 0 0 20px;} h3 {font-size: 20px; margin: 0 0 10px;} img {width: 100%;} a,button{outline: 0 !important;} a:hover,a:focus{ text-decoration: none} /* All Transition */ .list-inline.info a,.list-inline.social_icon a,nav.navbar.bootsnav ul.nav > li > a,.attr-nav > ul > li > a,.btn.know_btn,#filters > button,.portfolio_hover_area,.portfolio_hover_area .fa,.testimonial_content,.testimonial_content p:first-child::before,#contact_form .form-control,#contact_form .btn.submit_btn,footer a,.footer_social_icon .fa,.post .date,#scrollUp{ transition: all 0.4s ease; -webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; -ms-transition: all 0.4s ease; } /* Header */ /*Preloader css*/ #loading{ background-color: #ffcb0f; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; z-index: 90; } #loading-center{ width: 100%; height: 100%; position: relative; } #loading-center-absolute { position: absolute; left: 50%; top: 50%; height: 50px; width: 150px; margin-top: -25px; margin-left: -75px; } .object{ width: 8px; height: 50px; margin-right:5px; background-color: #FFF; -webkit-animation: animate 1s infinite; animation: animate 1s infinite; float: left; } .object:last-child { margin-right: 0px; } .object:nth-child(10){ -webkit-animation-delay: 0.9s; animation-delay: 0.9s; } .object:nth-child(9){ -webkit-animation-delay: 0.8s; animation-delay: 0.8s; } .object:nth-child(8){ -webkit-animation-delay: 0.7s; animation-delay: 0.7s; } .object:nth-child(7){ -webkit-animation-delay: 0.6s; animation-delay: 0.6s; } .object:nth-child(6){ -webkit-animation-delay: 0.5s; animation-delay: 0.5s; } .object:nth-child(5){ -webkit-animation-delay: 0.4s; animation-delay: 0.4s; } .object:nth-child(4){ -webkit-animation-delay: 0.3s; animation-delay: 0.3s; } .object:nth-child(3){ -webkit-animation-delay: 0.2s; animation-delay: 0.2s; } .object:nth-child(2){ -webkit-animation-delay: 0.1s; animation-delay: 0.1s; } @-webkit-keyframes animate { 50% { -ms-transform: translateX(-25px) scaleY(0.5); -webkit-transform: translateX(-25px) scaleY(0.5); transform: translateX(-25px) scaleY(0.5); } } @keyframes animate { 50% { -ms-transform: translateX(-25px) scaleY(0.5); -webkit-transform: translateX(-25px) scaleY(0.5); transform: translateX(-25px) scaleY(0.5); } } /*End off Preloader*/ /* Top Nav */ .top_nav { background: #ffcb0f none repeat scroll 0 0; overflow: hidden; padding: 10px 0; } .list-inline.info { float: left; margin: 0; } .list-inline.info > li { padding: 0 20px 0 0; } .list-inline.info a,.list-inline.social_icon a { color: #222; font-family: 'futura_ltbook', sans-serif; } .list-inline.info a:hover,.list-inline.social_icon a:hover { color: #555; } .list-inline.info a .fa,.list-inline.social_icon a .fa { font-size: 20px; vertical-align: text-top; } .list-inline.social_icon { float: right; margin: 0; } /* Main Nav */ nav.navbar.bootsnav { background: #222533 none repeat scroll 0 0; border: 0 none; } nav.navbar.bootsnav ul.nav > li > a { color: #fff; } nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus { color: #aaa; } .navbar-brand { height: auto; padding: 20px 15px; } #navbar-menu { margin: 6px 0; } .nav.navbar-nav.menu { float: right; } .attr-nav { margin: 5px -10px 0 0; } .attr-nav > ul > li > a { color: #ffcb0f; font-size: 20px; } .attr-nav > ul > li > a:hover,.attr-nav > ul > li > a:focus { color: #d7a300; } /* Carousel */ .home .carousel { position: relative; height: 500px; width: 100%; display: inline-block; } .home .carousel .item { width: 100%; height: 500px; } .home .carousel .item img{ width: 100%; height: 500px; } /*.carousel-inner > .item > a > img, .carousel-inner > .item > img { height: 700px; }*/ .carousel .overlay { background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; width: 100%; height: 100%; position: absolute; top: 0px; left: 0; } .overlay form { width: 100%; } .overlay form .inner-form { background: rgba(0, 0, 0, 0.5); padding: 50px 47px; display: -ms-flexbox; display: flex; width: 100%; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-align: center; align-items: center; } .overlay form .inner-form .input-field { margin-right: 30px; height: 44px; } .overlay form .inner-form .input-field input { height: 100%; background: #fff; border-radius: .5px; border: 0; display: block; width: 95%; } .overlay form .inner-form .input-field input.placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input:-moz-placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input::-webkit-input-placeholder { color: #9a9a9a; font-size: 20px; } .overlay form .inner-form .input-field input:hover, .overlay form .inner-form .input-field input:focus { box-shadow: none; outline: 0; } .overlay form .inner-form .input-field.first-wrap { -ms-flex-positive: 1; flex-grow: 1; height: 100%; background: #fff; border-radius: .5px; border: 0; display: block; width: 100%; padding: 10px 32px; font-size: 20px; display: inline-flex; } .overlay form .inner-form .input-field.second-wrap { width: 32.77%; min-width: 180px; } .overlay form .inner-form .input-field.third-wrap { width: 180px; margin-right: 0; } .overlay form .inner-form .input-field.third-wrap .btn-search { height: 100%; width: 100%; background: #4272d7; white-space: nowrap; border-radius: .5px; font-size: 20px; color: #fff; transition: all .2s ease-out, color .2s ease-out; border: 0; cursor: pointer; } .overlay form .inner-form .input-field.third-wrap .btn-search:hover { background: #2d62d3; } .unselectable { -moz-user-select: -moz-none; -khtml-user-select: none; -webkit-user-select: none; -o-user-select: none; user-select: none; } .carousel-caption { left: 7%; right: 7%; top: 200px; } .carousel-caption h1 { color: #fff; margin-bottom:20px; } .carousel-caption h1.second_heading { color:#ffcb0f; margin-bottom:35px; } .carousel-caption > h3 { color: #fff; font-family: "futura_ltbook",sans-serif; font-size: 40px; font-weight: normal; margin-bottom: 30px; text-transform: inherit; } .carousel-caption > p { font-size: 23px; line-height: 28px; } .btn.know_btn { background: #ffcb0f none repeat scroll 0 0; border-radius: 30px; color: #fff; font-family: "futura_ltbold",sans-serif; font-size: 16px; padding: 10px 20px; text-transform: uppercase; border:1px solid transparent; margin-left: 20px; } .carousel-caption .btn.know_btn { margin-top: 40px; font-size: 19px } .carousel-caption .btn.know_btn:last-child { margin-left: 20px; } .btn.know_btn:hover, .btn.know_btn:focus { background: transparent; color:#ffcb0f; border:1px solid #ffcb0f; } .carousel-control{ width:50px; height: 50px; line-height: 50px; text-align: center; margin-top:-25px; top:50%; } /*Head Title*/ .head_title p{ line-height: 2.3rem; } .btn-view__more { float: right; border: none; display: inline-block; padding: 8px 16px; vertical-align: middle; overflow: hidden; text-decoration: none; color: inherit; background-color: inherit; text-align: center; cursor: pointer; white-space: nowrap; color: #fff; background-color: #616161; transition: 0.3s; margin-top: 60px; } .btn-view__more:visited { color: #fff; background-color: #616161; } .btn-view__more:hover { color: #000; background-color: #ccc } .button__header { width: 100%; position: relative; } /* Search results */ .main-block { padding: 60px 0 90px; background: #f3f4f7; } .styled-heading { text-align: center; margin: 0 0 50px; } .styled-heading h3 { position: relative; padding: 0 0 23px; font-size: 30px; } .styled-heading h3:after { position: absolute; content: ""; width: 60px; height: 3px; background: #ff3a6d; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } .featured-place-wrap { background: #fff; margin: 0 0 30px; -webkit-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; position: relative; } .featured-place-wrap:hover { -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px); transform: translateY(-2px); -webkit-box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3); box-shadow: 0px 3px 40px 0 rgba(206, 205, 205, 0.3); } .featured-place-wrap a { display: block; text-decoration: none; color: #000; } .featured-place-wrap img { width: 100%; } .featured-rating, .featured-rating-orange, .featured-rating-green { position: absolute; right: 10px; width: 60px; height: 60px; text-align: center; margin: -33px 10px 0 0; font-size: 16px; background: #ff7474; color: #fff; padding: 17px; border-radius: 50%; } .featured-rating-orange { background: #ffae00 !important; } .featured-rating-green { background: #46cd38 !important; } .featured-title-box { padding: 22px 20px; } @media (max-width: 480px) { .featured-title-box { padding: 22px 14px; } } .featured-title-box h6 { overflow: hidden; white-space: nowrap; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 5px; font-size: 16px; } .featured-title-box p { color: #9fa9b9; display: inline-block; margin: 0; } @media (max-width: 320px) { .featured-title-box p { font-size: 13px; } } .featured-title-box p span { color: #ffb006; padding: 0; } .featured-title-box span { color: #9fa9b9; padding: 0 10px; } @media (max-width: 320px) { .featured-title-box span { padding: 0 4px; } } .featured-title-box ul { padding: 0; margin: 10px 0 0; } .featured-title-box ul li { list-style: none; color: #737882; line-height: 2; } .featured-title-box ul li span { padding: 7px 8px 0 0; } @media (max-width: 1200px) { .featured-title-box ul li span { padding: 0 4px 0 0; } } @media (max-width: 320px) { .featured-title-box ul li span { font-size: 12px; padding: 0 2px 0 0; } } .featured-title-box ul li p { margin: 0; } .justify-content-center { -ms-flex-pack: center!important; justify-content: center!important; display: flex; flex-wrap: wrap; } .bottom-icons { padding: 15px 0 0; line-height: 1; } .bottom-icons span { float: right; line-height: 1; padding: 0 0 0 12px; } .closed-now { color: #ff3a6d; font-size: 13px; display: block; font-weight: 400; display: inline-block; } .open-now { color: #46cd38; font-size: 13px; display: block; font-weight: 400; display: inline-block; } .featured-btn-wrap { text-align: center; } @media (max-width: 1200px) { .featured-btn-wrap { margin: 3px 0 0; } } .featured-btn-wrap .btn-danger { background: #ff3a6d; padding: 16px 50px; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; border: 0; } @media (max-width: 576px) { .featured-btn-wrap .btn-danger { width: 100%; } } .featured-btn-wrap .btn-danger:hover, .featured-btn-wrap .btn-danger:focus { background: #f34e79; outline: none; -webkit-box-shadow: none; box-shadow: none; }
0.309545
0.058669
@media (max-width:767px) { .navbar-toggle { float: left; } .navbar-right { position: absolute; top: 0; right: 20px; } .breadcrumb { display: none; } h2.node-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } @media (min-width: 992px) { body, html, #mainrow, #leftcol { margin: 0; height:100%; } .container{ width: 85vw; } #maincont, #leftcol .panel-group { overflow: hidden; } #maincont { margin-bottom: 50px; } #nodes, #node { overflow-y: auto; } #nodes { max-height: calc(100% - 200px); } #node { height: 100%; } #states-select { margin: 10px; } #states-select a { color: black; } } body { padding-top: 60px; } #chart { height: 310px; } #chart svg { margin-left: calc((100% - 310px)/2); } #chart svg g path, #chart svg g g, #nodeslist li, .panel-title a, .ack, .star, .resource-title, .resource-title ~ pre { cursor: pointer; } #chart > div { margin-top: calc(350px / 2); } #nodeslist .list-group-item .resource:hover, #only-in-old .list-group-item:hover, #only-in-new .list-group-item:hover { background-color: #d9edf7; background-image: none; color: #337ab7; } #nodeslist .list-group-item.selected { background-color: #d9edf7; color: #337ab7; } #nodeslist .list-group-item .resource.selected { background-color: #d9edf7; color: #337ab7; } #nodeslist .list-group-item .glyphicon-star, .panel-title .glyphicon-star { float: right; color: orange; display: none; } #nodeslist .list-group-item.starred .glyphicon-star, .panel-title.starred .glyphicon-star { display: block; } #node .list-group { padding: 0 10px 0 10px; } #node .list-group.active { border-left: solid #4D90F0; padding-left: 7px; } .compile-error { color: red; font-weight: bold; white-space: normal; } .panel-title .badge { float: right; margin-right: 10px; } .back-to-top { position: fixed; top: 10px; left: 70px; display: none; height: 30px; z-index: 99999; cursor: pointer; } #node .diff-stats .progress { text-align: center; width: 5em; display: inline; float: right; } #nodeslist .node-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #nodeslist .progress { text-align: center; display: inline; float: right; margin-left: 5px; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .btn-checkbox { top: -2px; color: #777; padding: 15px 0 15px 20px; } #nodeslist .progress-bar { text-indent: -9999px; // Hide text to the left } #nodeslist .progress-bar:hover { text-indent: 0; // Reveal text } #nodeslist .progress-bar { float: right; } pre.sh_sourceCode .sh_oldfile { color: red !important; } .resource-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .resource-title:hover { text-overflow: clip; overflow: auto; } #pages { margin: 0 auto; width: 30vh; } #navigate span { cursor: pointer; } .overview-chart { text-align: center; } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .form-inline .ui-select-container .ui-select-toggle, .form-inline .ui-select-container .ui-select-search { width: 100%; } .ui-select-match-text{ width: 100%; overflow: hidden; text-overflow: ellipsis; padding-right: 40px; } .ui-select-toggle > .btn.btn-link { margin-right: 10px; top: 6px; position: absolute; right: 10px; } /* * Node attribute table */ #node { overflow-x: hidden; } td.attr-val { white-space: pre; max-width: 25vw; } #node td.attr-val, #nodes li.list-group-item { text-overflow: ellipsis; overflow: hidden; } #node td:hover, #nodes li.list-group-item:hover { text-overflow: clip; overflow: auto; } /* * General information versions */ #leftcol h4 { display: inline-block; } #leftcol span.badge.pull-right { /* force align with h4 */ margin-top: 10px; } /* * Resource filter */ #resFilterClear { position: absolute; right: 20px; top: 0; bottom: 0; height: 14px; margin: auto; font-size: 14px; cursor: pointer; color: #ccc; } /* * Sparkline */ .sparkline { cursor: pointer; }
static/terraboard.css
@media (max-width:767px) { .navbar-toggle { float: left; } .navbar-right { position: absolute; top: 0; right: 20px; } .breadcrumb { display: none; } h2.node-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } } @media (min-width: 992px) { body, html, #mainrow, #leftcol { margin: 0; height:100%; } .container{ width: 85vw; } #maincont, #leftcol .panel-group { overflow: hidden; } #maincont { margin-bottom: 50px; } #nodes, #node { overflow-y: auto; } #nodes { max-height: calc(100% - 200px); } #node { height: 100%; } #states-select { margin: 10px; } #states-select a { color: black; } } body { padding-top: 60px; } #chart { height: 310px; } #chart svg { margin-left: calc((100% - 310px)/2); } #chart svg g path, #chart svg g g, #nodeslist li, .panel-title a, .ack, .star, .resource-title, .resource-title ~ pre { cursor: pointer; } #chart > div { margin-top: calc(350px / 2); } #nodeslist .list-group-item .resource:hover, #only-in-old .list-group-item:hover, #only-in-new .list-group-item:hover { background-color: #d9edf7; background-image: none; color: #337ab7; } #nodeslist .list-group-item.selected { background-color: #d9edf7; color: #337ab7; } #nodeslist .list-group-item .resource.selected { background-color: #d9edf7; color: #337ab7; } #nodeslist .list-group-item .glyphicon-star, .panel-title .glyphicon-star { float: right; color: orange; display: none; } #nodeslist .list-group-item.starred .glyphicon-star, .panel-title.starred .glyphicon-star { display: block; } #node .list-group { padding: 0 10px 0 10px; } #node .list-group.active { border-left: solid #4D90F0; padding-left: 7px; } .compile-error { color: red; font-weight: bold; white-space: normal; } .panel-title .badge { float: right; margin-right: 10px; } .back-to-top { position: fixed; top: 10px; left: 70px; display: none; height: 30px; z-index: 99999; cursor: pointer; } #node .diff-stats .progress { text-align: center; width: 5em; display: inline; float: right; } #nodeslist .node-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } #nodeslist .progress { text-align: center; display: inline; float: right; margin-left: 5px; } .btn-file { position: relative; overflow: hidden; } .btn-file input[type=file] { position: absolute; top: 0; right: 0; min-width: 100%; min-height: 100%; font-size: 100px; text-align: right; filter: alpha(opacity=0); opacity: 0; outline: none; background: white; cursor: inherit; display: block; } .btn-checkbox { top: -2px; color: #777; padding: 15px 0 15px 20px; } #nodeslist .progress-bar { text-indent: -9999px; // Hide text to the left } #nodeslist .progress-bar:hover { text-indent: 0; // Reveal text } #nodeslist .progress-bar { float: right; } pre.sh_sourceCode .sh_oldfile { color: red !important; } .resource-title { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .resource-title:hover { text-overflow: clip; overflow: auto; } #pages { margin: 0 auto; width: 30vh; } #navigate span { cursor: pointer; } .overview-chart { text-align: center; } .jqstooltip { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } .form-inline .ui-select-container .ui-select-toggle, .form-inline .ui-select-container .ui-select-search { width: 100%; } .ui-select-match-text{ width: 100%; overflow: hidden; text-overflow: ellipsis; padding-right: 40px; } .ui-select-toggle > .btn.btn-link { margin-right: 10px; top: 6px; position: absolute; right: 10px; } /* * Node attribute table */ #node { overflow-x: hidden; } td.attr-val { white-space: pre; max-width: 25vw; } #node td.attr-val, #nodes li.list-group-item { text-overflow: ellipsis; overflow: hidden; } #node td:hover, #nodes li.list-group-item:hover { text-overflow: clip; overflow: auto; } /* * General information versions */ #leftcol h4 { display: inline-block; } #leftcol span.badge.pull-right { /* force align with h4 */ margin-top: 10px; } /* * Resource filter */ #resFilterClear { position: absolute; right: 20px; top: 0; bottom: 0; height: 14px; margin: auto; font-size: 14px; cursor: pointer; color: #ccc; } /* * Sparkline */ .sparkline { cursor: pointer; }
0.507324
0.087916
img { max-width: 100%; } /* Dashboard */ .container { margin-top: 51px; } /* Hippiemarkt amsterdam XL */ body { background-image: url(/assets/img/moederdagmarkt-abcoude/background.png); background-attachment: fixed; background-size: cover; width: 100%; margin: 0px; font-family: 'Roboto', sans-serif; min-height: 600px; } .all { overflow: hidden; position: relative; } .form-wrapper { display: none; position: absolute; top: 50px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 11; } .close { position: absolute; right: 20px; top: 60px; background: url("/assets/img/hippiemarkt-amsterdam-xl/close.png"); background-repeat: no-repeat; background-size: 30px; width: 30px; height: 30px; cursor: pointer; } .bord { max-width: 80%; max-height: 80%; position: absolute; top: 0px; left: 50%; -webkit-transform: translate(-50%, -100%); -moz-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); -o-transform: translate(-50%), -100%; transform: translate(-50%, -100%); -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -ms-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear; min-width: 590px; min-height: 470px; } .dromenvanger { position: absolute; right: -100px; top: 0px; -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; width: 8vw; max-width: 115px; } .sticker { position: absolute; left: 10px; top: 100px; display: none; } .flower { position: absolute; right: 0px; top: 30%; z-index: 10; transform: translateX(100%); } .lichtinval-achter { position: absolute; left: 50%; transform: translateX(-50%); display: none; } .lichtinval-voor { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0.6; display: none; } .bord-footer { color: #FFF; position: absolute; top: 578px; text-align: center; font-size: 25px; font-weight: 700; text-shadow: 2px 2px 7px #000; display: none; width: auto; left: 50%; transform: translateX(-50%); } .direct-events { position: absolute; width: 100%; bottom: 100px; height: 120px; background: rgba(255,255,255,0.4); } .logo { position: absolute; bottom: 0px; width: 150px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .aanmelden { background: url(/assets/img/moederdagmarkt-abcoude/aanmeld-btn.png); background-size: 100% auto; background-repeat: no-repeat; border: none; color: #FFF; font-family: 'League Gothic Condensed'; padding: 0px 20px; line-height: 50px; font-size: 42px; border-radius: 5px; position: fixed; top: 480px; left: 50%; -webkit-transform: translateX(30px); -moz-transform: translateX(30px); -ms-transform: translateX(30px); -o-transform: translateX(30px); transform: translateX(30px); cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; width: 237px; height: 68px; border-radius: 14px; box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6); display: none; } .form-style-10{ width:500px; padding:30px; margin:40px auto; background: #FFF; border-radius: 10px; -webkit-border-radius:10px; -moz-border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); } .facebook { position: absolute; left: 50%; bottom: 10px; transform: translateX(-200px); } .facebook-text { position: absolute; left: 50%; bottom: 16px; transform: translateX(-140px); } .direct-events-logo { position: absolute; height: 100%; left: 50%; transform: translateX(-50%); } .form-style-10 .inner-wrap{ padding: 30px; background: #F8F8F8; border-radius: 6px; margin-bottom: 15px; } .form-style-10 h1{ background: #2A88AD; padding: 20px 30px 15px 30px; margin: -30px -30px 30px -30px; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); font: normal 30px 'Bitter', serif; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); border: 1px solid #257C9E; } .form-style-10 h1 > span{ display: block; margin-top: 2px; font: 13px Arial, Helvetica, sans-serif; } .form-style-10 label, .form-style-10 .form-label { display: block; font: 13px Arial, Helvetica, sans-serif; color: #888; margin-bottom: 15px; } .form-style-10 .form-label label { cursor: pointer; margin-bottom: 5px; } .form-style-10 .form-label label input { cursor: pointer; } .form-style-10 input[type="text"], .form-style-10 input[type="date"], .form-style-10 input[type="datetime"], .form-style-10 input[type="email"], .form-style-10 input[type="number"], .form-style-10 input[type="search"], .form-style-10 input[type="time"], .form-style-10 input[type="tel"], .form-style-10 input[type="url"], .form-style-10 input[type="password"], .form-style-10 textarea, .form-style-10 select { display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 100%; padding: 8px; border-radius: 6px; -webkit-border-radius:6px; -moz-border-radius:6px; border: 2px solid #fff; box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); } .form-style-10 .section{ font: normal 20px 'Bitter', serif; color: #2A88AD; margin-bottom: 5px; } .form-style-10 .section span { background: #2A88AD; padding: 5px 10px 5px 10px; position: absolute; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border: 4px solid #fff; font-size: 14px; margin-left: -45px; color: #fff; margin-top: -3px; } .form-style-10 input[type="button"], .form-style-10 input[type="submit"]{ background: #2A88AD; padding: 8px 20px 8px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); font: normal 30px 'Bitter', serif; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); border: 1px solid #257C9E; font-size: 15px; } .form-style-10 input[type="button"]:hover, .form-style-10 input[type="submit"]:hover{ background: #2A6881; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); } .form-style-10 .privacy-policy{ float: right; width: 250px; font: 12px Arial, Helvetica, sans-serif; color: #4D4D4D; margin-top: 10px; text-align: right; } .button-section { text-align: right; } .landscape { position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #FFF; z-index: 999; display: none; } .landscape-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } @media screen and (min-width:768px) and (max-height:699px) { .footer { top: 508px; bottom: auto; } .logo { top: 533px; bottom: auto; } } .mobile-only { display: none; } @media (max-width:767px) { .mobile-only { display: inline; } .bord { min-height:0px; min-width: 0px; } .beplanting { height: 50%; } .logo { width: 250px; } body { min-height: 0px; } .test-form { margin-top: 117px; padding-top: 20px; } .form-wrapper { top: 0px; width: 100%; left: 0px; right: 0px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } .form-style-10 { width: 100%; -webkit-border-radius: 0px; border-radius: 0px; margin: 0px; padding: 0px; } .form-style-10 h1 { border-radius: 0px; font-size: 19px; margin: 0px; position: fixed; top: 0px; height: 80px; } .form-style-10 .section span { margin-left: 0px; left: 10px; } .form-style-10 .section { text-align: center; } .close { position: fixed; top: 20px; z-index: 10; } .test-form input[type="submit"], .test-form input[type="button"] { -webkit-appearance: none; margin-bottom: 20px; } .button-section { text-align: center; } } @media screen and (max-width: 321px) and (min-width:319px) { .datum { top: 25px; } .kramen { top: 110px; } .xl { top: 100px; right: 2px; } .footer { top: 210px; } } @media screen and (min-width:1024px) { .logo { width: 500px; } .footer { top:508px; } .bord-footer {top: 578px;} } @media screen and (max-width: 767px) and (min-height:550px) /* iphone 6 plus */ { .footer { top: 280px; font-size: 13px; } } .aanmelden.landscape { top: 0px; right: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .footer.landscape { top: auto; bottom: 46px; font-size: 17px; } @media screen and (max-height: 321px) and (max-width: 767px) /* iphone 5 landscape */ { .footer.landscape { font-size: 15px; bottom: 41px; } } .logo.landscape { width: 140px; } .form-overlay {display: none;position: fixed;left: 0px;right: 0px;top: 0px;bottom: 0px;background-color: rgba(0,0,0,0.7);z-index: 11;} /* animations */ @-webkit-keyframes swing { 75% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } 78.75% { -webkit-transform: translateX(315px); -moz-transform: translateX(315px); -ms-transform: translateX(315px); -o-transform: translateX(315px); transform: translateX(315px); } 82.5% { -webkit-transform: translateX(305px); -moz-transform: translateX(305px); -ms-transform: translateX(305px); -o-transform: translateX(305px); transform: translateX(305px); } 87.5% { -webkit-transform: translateX(313px); -moz-transform: translateX(313px); -ms-transform: translateX(313px); -o-transform: translateX(313px); transform: translateX(313px); } 91.25% { -webkit-transform: translateX(307px); -moz-transform: translateX(307px); -ms-transform: translateX(307px); -o-transform: translateX(307px); transform: translateX(307px); } 95% { -webkit-transform: translateX(312px); -moz-transform: translateX(312px); -ms-transform: translateX(312px); -o-transform: translateX(312px); transform: translateX(312px); } 100% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } } @keyframes swing { 75% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } 78.75% { -webkit-transform: translateX(315px); -moz-transform: translateX(315px); -ms-transform: translateX(315px); -o-transform: translateX(315px); transform: translateX(315px); } 82.5% { -webkit-transform: translateX(305px); -moz-transform: translateX(305px); -ms-transform: translateX(305px); -o-transform: translateX(305px); transform: translateX(305px); } 87.5% { -webkit-transform: translateX(313px); -moz-transform: translateX(313px); -ms-transform: translateX(313px); -o-transform: translateX(313px); transform: translateX(313px); } 91.25% { -webkit-transform: translateX(307px); -moz-transform: translateX(307px); -ms-transform: translateX(307px); -o-transform: translateX(307px); transform: translateX(307px); } 95% { -webkit-transform: translateX(312px); -moz-transform: translateX(312px); -ms-transform: translateX(312px); -o-transform: translateX(312px); transform: translateX(312px); } 100% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } } .aanmelden.winkeliersvereniging { left: 50%; position: fixed; background: url(/assets/img/moederdagmarkt-abcoude/winkeliers-btn.png); background-size: 100% auto; background-repeat: no-repeat; -webkit-transform: translateX(calc(-100% - 30px)); -moz-transform: translateX(calc(-100% - 30px)); -ms-transform: translateX(calc(-100% - 30px)); -o-transform: translateX(calc(-100% - 30px)); transform: translateX(calc(-100% - 30px)); } @media screen and (max-width: 1025px) and (max-height: 769px) and (min-width: 770px) and (min-height: 1026px) { .flower { display: none; } .aanmelden { top: 690px; } .facebook { bottom: 20px; } .facebook-text {bottom: 26px;} .bord-footer { top: auto; bottom: 200px; } .direct-events { height: 80px; } .sticker { left: 50%; transform: translateX(-50%); top: 460px; } } @media screen and (max-width: 769px) and (max-height: 1025px) and (min-width: 767px) and (min-height: 1023px) { .flower { display: none; } .aanmelden { top: 690px; } .facebook { bottom: 20px; } .facebook-text {bottom: 26px;} .bord-footer { top: auto; bottom: 200px; } .direct-events { height: 80px; } .sticker { left: 50%; transform: translateX(-50%); top: 460px; } } @media screen and (max-width: 766px) and (max-height: 1022px) { .flower { display: none; } .sticker { width: 140px; top: 260px; left: 50%; transform: translateX(-50%); } .facebook { width: 40px;transform: translateX(-137px); } .facebook-text { width: 240px;transform: translateX(-87px); } .direct-events {height: 50px;bottom: 70px;} .bord-footer {width: 320px;bottom: 130px;top: auto;} .aanmelden { top: 405px; width: 150px; height: 43px; } } @media screen and (max-width: 380px) and (max-height: 570px) { .facebook { width: 35px; transform: translateX(-137px); } .facebook-text { width: 220px; transform: translateX(-87px); } .sticker { top: 230px; } .direct-events { bottom: 55px; height: 45px; } .aanmelden { top: 363px; transform: translateX(15px); } .aanmelden.winkeliersvereniging { transform: translateX(calc(-100% - 15px)); } .bord-footer { bottom: 110px; } } @media screen and (max-width: 350px) and (max-height: 550px) { .lichtinval-voor { display: none !important; } .sticker { width: 90px; top: 200px; } .aanmelden { top: 285px; width: 120px; height: 33px; border-radius: 5px; } .bord-footer { width: 270px; } } @media screen and (min-width: 1360px) { .bord {width: 550px;height: auto;min-width: 400px; min-height: 300px;} .direct-events { bottom: 80px; height: 80px; } .aanmelden { top: 450px; } .bord-footer { top: 550px; } } @media screen and (min-width: 1500px) { .bord {width: 700px;height: auto;min-width: 400px; min-height: 300px;} .aanmelden { top: 570px; } .bord-footer { top: 670px; } } @media screen and (min-width: 1800px) { .bord {width: 700px;height: auto;min-width: 400px;min-height: 300px;} .aanmelden {top: 570px;width: 308px;height: 89px;} .bord-footer {top: 690px;width: 670px;} .direct-events {bottom: 100px;height: 120px;} .sticker { width: 400px; left: 40px; top: 100px;} .flower {width: 370px; top: 20%; } }
public_html/assets/css/moederdagmarkt-abcoude/style.css
img { max-width: 100%; } /* Dashboard */ .container { margin-top: 51px; } /* Hippiemarkt amsterdam XL */ body { background-image: url(/assets/img/moederdagmarkt-abcoude/background.png); background-attachment: fixed; background-size: cover; width: 100%; margin: 0px; font-family: 'Roboto', sans-serif; min-height: 600px; } .all { overflow: hidden; position: relative; } .form-wrapper { display: none; position: absolute; top: 50px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); z-index: 11; } .close { position: absolute; right: 20px; top: 60px; background: url("/assets/img/hippiemarkt-amsterdam-xl/close.png"); background-repeat: no-repeat; background-size: 30px; width: 30px; height: 30px; cursor: pointer; } .bord { max-width: 80%; max-height: 80%; position: absolute; top: 0px; left: 50%; -webkit-transform: translate(-50%, -100%); -moz-transform: translate(-50%, -100%); -ms-transform: translate(-50%, -100%); -o-transform: translate(-50%), -100%; transform: translate(-50%, -100%); -webkit-transition: all 0.7s linear; -moz-transition: all 0.7s linear; -ms-transition: all 0.7s linear; -o-transition: all 0.7s linear; transition: all 0.7s linear; min-width: 590px; min-height: 470px; } .dromenvanger { position: absolute; right: -100px; top: 0px; -webkit-transition: all 1s linear; -moz-transition: all 1s linear; -ms-transition: all 1s linear; -o-transition: all 1s linear; transition: all 1s linear; width: 8vw; max-width: 115px; } .sticker { position: absolute; left: 10px; top: 100px; display: none; } .flower { position: absolute; right: 0px; top: 30%; z-index: 10; transform: translateX(100%); } .lichtinval-achter { position: absolute; left: 50%; transform: translateX(-50%); display: none; } .lichtinval-voor { position: absolute; left: 50%; transform: translateX(-50%); opacity: 0.6; display: none; } .bord-footer { color: #FFF; position: absolute; top: 578px; text-align: center; font-size: 25px; font-weight: 700; text-shadow: 2px 2px 7px #000; display: none; width: auto; left: 50%; transform: translateX(-50%); } .direct-events { position: absolute; width: 100%; bottom: 100px; height: 120px; background: rgba(255,255,255,0.4); } .logo { position: absolute; bottom: 0px; width: 150px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .aanmelden { background: url(/assets/img/moederdagmarkt-abcoude/aanmeld-btn.png); background-size: 100% auto; background-repeat: no-repeat; border: none; color: #FFF; font-family: 'League Gothic Condensed'; padding: 0px 20px; line-height: 50px; font-size: 42px; border-radius: 5px; position: fixed; top: 480px; left: 50%; -webkit-transform: translateX(30px); -moz-transform: translateX(30px); -ms-transform: translateX(30px); -o-transform: translateX(30px); transform: translateX(30px); cursor: pointer; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; width: 237px; height: 68px; border-radius: 14px; box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.6); display: none; } .form-style-10{ width:500px; padding:30px; margin:40px auto; background: #FFF; border-radius: 10px; -webkit-border-radius:10px; -moz-border-radius: 10px; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.13); } .facebook { position: absolute; left: 50%; bottom: 10px; transform: translateX(-200px); } .facebook-text { position: absolute; left: 50%; bottom: 16px; transform: translateX(-140px); } .direct-events-logo { position: absolute; height: 100%; left: 50%; transform: translateX(-50%); } .form-style-10 .inner-wrap{ padding: 30px; background: #F8F8F8; border-radius: 6px; margin-bottom: 15px; } .form-style-10 h1{ background: #2A88AD; padding: 20px 30px 15px 30px; margin: -30px -30px 30px -30px; border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); font: normal 30px 'Bitter', serif; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); border: 1px solid #257C9E; } .form-style-10 h1 > span{ display: block; margin-top: 2px; font: 13px Arial, Helvetica, sans-serif; } .form-style-10 label, .form-style-10 .form-label { display: block; font: 13px Arial, Helvetica, sans-serif; color: #888; margin-bottom: 15px; } .form-style-10 .form-label label { cursor: pointer; margin-bottom: 5px; } .form-style-10 .form-label label input { cursor: pointer; } .form-style-10 input[type="text"], .form-style-10 input[type="date"], .form-style-10 input[type="datetime"], .form-style-10 input[type="email"], .form-style-10 input[type="number"], .form-style-10 input[type="search"], .form-style-10 input[type="time"], .form-style-10 input[type="tel"], .form-style-10 input[type="url"], .form-style-10 input[type="password"], .form-style-10 textarea, .form-style-10 select { display: block; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; width: 100%; padding: 8px; border-radius: 6px; -webkit-border-radius:6px; -moz-border-radius:6px; border: 2px solid #fff; box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.33); } .form-style-10 .section{ font: normal 20px 'Bitter', serif; color: #2A88AD; margin-bottom: 5px; } .form-style-10 .section span { background: #2A88AD; padding: 5px 10px 5px 10px; position: absolute; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; border: 4px solid #fff; font-size: 14px; margin-left: -45px; color: #fff; margin-top: -3px; } .form-style-10 input[type="button"], .form-style-10 input[type="submit"]{ background: #2A88AD; padding: 8px 20px 8px 20px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; color: #fff; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12); font: normal 30px 'Bitter', serif; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.17); border: 1px solid #257C9E; font-size: 15px; } .form-style-10 input[type="button"]:hover, .form-style-10 input[type="submit"]:hover{ background: #2A6881; -moz-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); -webkit-box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); box-shadow: inset 0px 2px 2px 0px rgba(255, 255, 255, 0.28); } .form-style-10 .privacy-policy{ float: right; width: 250px; font: 12px Arial, Helvetica, sans-serif; color: #4D4D4D; margin-top: 10px; text-align: right; } .button-section { text-align: right; } .landscape { position: fixed; left: 0px; right: 0px; top: 0px; bottom: 0px; background: #FFF; z-index: 999; display: none; } .landscape-text { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } @media screen and (min-width:768px) and (max-height:699px) { .footer { top: 508px; bottom: auto; } .logo { top: 533px; bottom: auto; } } .mobile-only { display: none; } @media (max-width:767px) { .mobile-only { display: inline; } .bord { min-height:0px; min-width: 0px; } .beplanting { height: 50%; } .logo { width: 250px; } body { min-height: 0px; } .test-form { margin-top: 117px; padding-top: 20px; } .form-wrapper { top: 0px; width: 100%; left: 0px; right: 0px; -webkit-transform: translateX(0%); -moz-transform: translateX(0%); -ms-transform: translateX(0%); -o-transform: translateX(0%); transform: translateX(0%); } .form-style-10 { width: 100%; -webkit-border-radius: 0px; border-radius: 0px; margin: 0px; padding: 0px; } .form-style-10 h1 { border-radius: 0px; font-size: 19px; margin: 0px; position: fixed; top: 0px; height: 80px; } .form-style-10 .section span { margin-left: 0px; left: 10px; } .form-style-10 .section { text-align: center; } .close { position: fixed; top: 20px; z-index: 10; } .test-form input[type="submit"], .test-form input[type="button"] { -webkit-appearance: none; margin-bottom: 20px; } .button-section { text-align: center; } } @media screen and (max-width: 321px) and (min-width:319px) { .datum { top: 25px; } .kramen { top: 110px; } .xl { top: 100px; right: 2px; } .footer { top: 210px; } } @media screen and (min-width:1024px) { .logo { width: 500px; } .footer { top:508px; } .bord-footer {top: 578px;} } @media screen and (max-width: 767px) and (min-height:550px) /* iphone 6 plus */ { .footer { top: 280px; font-size: 13px; } } .aanmelden.landscape { top: 0px; right: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } .footer.landscape { top: auto; bottom: 46px; font-size: 17px; } @media screen and (max-height: 321px) and (max-width: 767px) /* iphone 5 landscape */ { .footer.landscape { font-size: 15px; bottom: 41px; } } .logo.landscape { width: 140px; } .form-overlay {display: none;position: fixed;left: 0px;right: 0px;top: 0px;bottom: 0px;background-color: rgba(0,0,0,0.7);z-index: 11;} /* animations */ @-webkit-keyframes swing { 75% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } 78.75% { -webkit-transform: translateX(315px); -moz-transform: translateX(315px); -ms-transform: translateX(315px); -o-transform: translateX(315px); transform: translateX(315px); } 82.5% { -webkit-transform: translateX(305px); -moz-transform: translateX(305px); -ms-transform: translateX(305px); -o-transform: translateX(305px); transform: translateX(305px); } 87.5% { -webkit-transform: translateX(313px); -moz-transform: translateX(313px); -ms-transform: translateX(313px); -o-transform: translateX(313px); transform: translateX(313px); } 91.25% { -webkit-transform: translateX(307px); -moz-transform: translateX(307px); -ms-transform: translateX(307px); -o-transform: translateX(307px); transform: translateX(307px); } 95% { -webkit-transform: translateX(312px); -moz-transform: translateX(312px); -ms-transform: translateX(312px); -o-transform: translateX(312px); transform: translateX(312px); } 100% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } } @keyframes swing { 75% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } 78.75% { -webkit-transform: translateX(315px); -moz-transform: translateX(315px); -ms-transform: translateX(315px); -o-transform: translateX(315px); transform: translateX(315px); } 82.5% { -webkit-transform: translateX(305px); -moz-transform: translateX(305px); -ms-transform: translateX(305px); -o-transform: translateX(305px); transform: translateX(305px); } 87.5% { -webkit-transform: translateX(313px); -moz-transform: translateX(313px); -ms-transform: translateX(313px); -o-transform: translateX(313px); transform: translateX(313px); } 91.25% { -webkit-transform: translateX(307px); -moz-transform: translateX(307px); -ms-transform: translateX(307px); -o-transform: translateX(307px); transform: translateX(307px); } 95% { -webkit-transform: translateX(312px); -moz-transform: translateX(312px); -ms-transform: translateX(312px); -o-transform: translateX(312px); transform: translateX(312px); } 100% { -webkit-transform: translateX(310px); -moz-transform: translateX(310px); -ms-transform: translateX(310px); -o-transform: translateX(310px); transform: translateX(310px); } } .aanmelden.winkeliersvereniging { left: 50%; position: fixed; background: url(/assets/img/moederdagmarkt-abcoude/winkeliers-btn.png); background-size: 100% auto; background-repeat: no-repeat; -webkit-transform: translateX(calc(-100% - 30px)); -moz-transform: translateX(calc(-100% - 30px)); -ms-transform: translateX(calc(-100% - 30px)); -o-transform: translateX(calc(-100% - 30px)); transform: translateX(calc(-100% - 30px)); } @media screen and (max-width: 1025px) and (max-height: 769px) and (min-width: 770px) and (min-height: 1026px) { .flower { display: none; } .aanmelden { top: 690px; } .facebook { bottom: 20px; } .facebook-text {bottom: 26px;} .bord-footer { top: auto; bottom: 200px; } .direct-events { height: 80px; } .sticker { left: 50%; transform: translateX(-50%); top: 460px; } } @media screen and (max-width: 769px) and (max-height: 1025px) and (min-width: 767px) and (min-height: 1023px) { .flower { display: none; } .aanmelden { top: 690px; } .facebook { bottom: 20px; } .facebook-text {bottom: 26px;} .bord-footer { top: auto; bottom: 200px; } .direct-events { height: 80px; } .sticker { left: 50%; transform: translateX(-50%); top: 460px; } } @media screen and (max-width: 766px) and (max-height: 1022px) { .flower { display: none; } .sticker { width: 140px; top: 260px; left: 50%; transform: translateX(-50%); } .facebook { width: 40px;transform: translateX(-137px); } .facebook-text { width: 240px;transform: translateX(-87px); } .direct-events {height: 50px;bottom: 70px;} .bord-footer {width: 320px;bottom: 130px;top: auto;} .aanmelden { top: 405px; width: 150px; height: 43px; } } @media screen and (max-width: 380px) and (max-height: 570px) { .facebook { width: 35px; transform: translateX(-137px); } .facebook-text { width: 220px; transform: translateX(-87px); } .sticker { top: 230px; } .direct-events { bottom: 55px; height: 45px; } .aanmelden { top: 363px; transform: translateX(15px); } .aanmelden.winkeliersvereniging { transform: translateX(calc(-100% - 15px)); } .bord-footer { bottom: 110px; } } @media screen and (max-width: 350px) and (max-height: 550px) { .lichtinval-voor { display: none !important; } .sticker { width: 90px; top: 200px; } .aanmelden { top: 285px; width: 120px; height: 33px; border-radius: 5px; } .bord-footer { width: 270px; } } @media screen and (min-width: 1360px) { .bord {width: 550px;height: auto;min-width: 400px; min-height: 300px;} .direct-events { bottom: 80px; height: 80px; } .aanmelden { top: 450px; } .bord-footer { top: 550px; } } @media screen and (min-width: 1500px) { .bord {width: 700px;height: auto;min-width: 400px; min-height: 300px;} .aanmelden { top: 570px; } .bord-footer { top: 670px; } } @media screen and (min-width: 1800px) { .bord {width: 700px;height: auto;min-width: 400px;min-height: 300px;} .aanmelden {top: 570px;width: 308px;height: 89px;} .bord-footer {top: 690px;width: 670px;} .direct-events {bottom: 100px;height: 120px;} .sticker { width: 400px; left: 40px; top: 100px;} .flower {width: 370px; top: 20%; } }
0.427038
0.096834
.header-container{ margin: -59px 0px 0px 125px; } ul.menu-list > li.active{ background-color: white; border-bottom: 2px solid; border-color: #247aa2; } li.menu-item > a{ font-size: 20px; color: #247aa2 !important; } .meta-info{ margin-top: 38px; font-size: 15px; } .menu-bar{ height: 60px; /*background-color: #5ad4da;*/ /*background-color: #5ffff7;*/ /*background-color: #CAEBF2;*/ /*background-color: #79d7ea;*/ /*background-color: #57e3ff;*/ /*background-color: #ffa704;*/ /*background-color: #fcc369; /*mustard color*/*/ background-color: #ffffff; /*mustard color*/ font-size: 15px; } .sitelogo{ width: 40px; margin-top: -2.5%; margin-left: 10%; } .navbar-header{ width: 100%; font-size: 20px; color: black; } .navbar-brand{ margin-left: -330px !important; margin-top: 0px !important; } @media screen and (min-width: 1439px) { .site-primary-name{ margin-top: -9% !important; width: 60% !important; margin-left: 27% !important; font-size: 21px !important; } } @media screen and (min-width: 1025px) { .sitelogo{ width: 41px !important; margin-top: -4%; margin-left: 16% !important;} .site-primary-name{ margin-top: -12% !important; width: 60% !important; margin-left: 27% !important; font-size: 21px !important; } @media screen and (max-width: 568px){ .sitelogo{ width: 45px !important; margin-top: -10%; margin-left: 48.5% !important;} li.menu-item > a{ font-size: 14px; background-color: #247aa2; color: white !important; } #home{ height: 300px; } .navbar-nav > .active { background-color: white; border-bottom: 2px solid; border-color: #247aa2; color: #247aa2; } .carousel-imgs{ width: 68% !important; margin-top: 105px !important; } .site-primary-name{ margin-top: -11% !important; width: 38% !important; margin-left: 302px !important; font-size: 19px !important; } } @media screen and (min-width: 1281px) and (max-width: 1440px) { .sitelogo{ width: 44px !important; margin-top: -2.5% !important; margin-left: 17% !important; } .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } .site-primary-name{ margin-top: -9% !important; width: 42% !important; margin-left: 162px !important; font-size: 23px !important; } } /* @media screen and (min-width: 768px) and (max-height: 1024px) { .sitelogo{ width: 52px; margin-top: 0%; margin-left: 18%; } #home{ height: 475px; } .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } .navbar-header{ width: 110%; } .site-primary-name{ width: 58% !important; margin-left: 167px !important; font-size: 25px !important; } } */ @media screen and (max-width: 900px) and (max-height: 1400px) { .sitelogo{ width: 52px; margin-top: 0%; margin-left: 25.2%; } #home{ height: 475px; } /* .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } */ .navbar-header{ width: 110%; } .site-primary-name{ width: 58% !important; margin-left: 232px !important; font-size: 25px !important; } } @media screen and (min-width: 401px) and (max-width: 720px) { #home{height: 280px;} #myCarousel{ width: 100%; margin-top: 43px } .carousel-imgs{ width: 55% !important; margin-top: 58px !important; } } .site-nav{ background-color: white !important; } .site-fullname{ color: #247aa2; } .site-primary-name{ color: #247aa2; margin-top: -11%; width: 65%; font-weight: bold; margin-left: 20%; font-size: 25px; line-height: 24px; text-transform: uppercase; } .site-sec-name{ margin-top: -7px; color: #247aa2; text-transform: uppercase; font-weight: bold; margin-left: 16%; font-size: 25px; } @media only screen and (min-width: 768px){ .navbar-brand{ font-size: 10px; } } .cta-type1 { color: red !important; font-size: 20px; font-weight: bold; } /*.navbar{ height: -2px !important; }*/ /*@media only screen and (min-width: 1855px) and (max-width: 1050px) and (min-width: 400px) { body { background-color: lightblue; } }*/ /*.active-menu{ border-bottom: 2px solid #1c7b9c; } */ /*.menu-item{ border-right: 2px solid #1c7b9c; }*/ .dr-title{ color: #247aa2; text-transform: uppercase; /*font-size: 30px;*/ font-weight: bold; } .dr-details > .loc-details{ margin-left: 55px; } /*Need to recheck template css*/ body { overflow-x: hidden; height: 100%; font: 400 15px Lato, sans-serif; line-height: 1.8; color: #818181; } h2 { font-size: 24px; text-transform: uppercase; color: #303030; font-weight: 600; margin-bottom: 30px; } h4 { font-size: 19px; line-height: 1.375em; color: #303030; font-weight: 400; margin-bottom: 30px; } .jumbotron { background-color: #f4511e; color: #fff; padding: 100px 25px; } .container-fluid { padding: 60px 50px; } .bg-grey { background-color: #f6f6f6; } .logo-small { color: #f4511e; font-size: 50px; } .logo { color: #f4511e; font-size: 200px; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail img { width: 100%; height: 100%; margin-bottom: 10px; } .carousel{ height: 100% !important; } .carousel-control.right, .carousel-control.left { background-image: none; color: #266469; } .carousel-indicators li { border-color: #266467; background-color: grey; } .carousel-indicators li.active { background-color: #52babf; } .item h4 { font-size: 19px; line-height: 1.375em; font-weight: 400; font-style: italic; margin: 70px 0; } .item span { font-style: normal; } .panel { border: none; /*border: 1px solid #f4511e; */ /*border-radius:0 !important;*/ /*transition: box-shadow 0.5s;*/ } .panel-footer .btn:hover { /*border: 1px solid #f4511e;*/ background-color: #fff !important; color: #f4511e; } .panel-heading { width: 116%; color: #fff !important; /*background-color: #f4511e !important;*/ background-color: #247aa2 !important; padding: 25px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .panel-footer { background-color: white !important; } .panel-footer h3 { font-size: 32px; } .panel-footer h4 { color: #aaa; font-size: 14px; } .panel-footer .btn { margin: 15px 0; background-color: #f4511e; color: #fff; } .navbar { z-index: 9999; letter-spacing: 1px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 70%; margin: auto; } .navbar-nav li a:hover, .navbar-nav li.active a { border-bottom: 2px solid; border-color: #247aa2; } .navbar-default .navbar-toggle { border-color: transparent; color: #fff !important; } footer .glyphicon { font-size: 20px; margin-bottom: 20px; color: #f4511e; } .slideanim {visibility:hidden;} .slide { animation-name: slide; -webkit-animation-name: slide; animation-duration: 1s; -webkit-animation-duration: 1s; visibility: visible; } @keyframes slide { 0% { opacity: 0; transform: translateY(70%); } 100% { opacity: 1; transform: translateY(0%); } } @-webkit-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @media screen and (max-width: 768px) { .col-sm-4 { text-align: center; margin: 25px 0; } .btn-lg { width: 100%; margin-bottom: 35px; } } @media screen and (max-width: 480px) { .logo { font-size: 150px; } } #accordion .panel-heading { padding: 0; width: 200%;} #accordion .panel-title > a { display: block; padding: 0.4em 0.6em; outline: none; font-weight:bold; font-size: 20px; text-decoration: none; width: 100%; } .panel-group{ margin-top: -80px; margin-left: 15%; } #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before { float: left; content:"\e113"; font-family: 'Glyphicons Halflings'; margin-right :1em; } #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before { content:"\e114"; } .panel{ width: 390px; margin-top: 10%; } .panel-collapse { width: 200% } #home{ margin-bottom: 0px !important; } /*! * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar) * Copyright 2013-2017 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE) */ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; background: #000; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; padding: 15px; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } /* Sidebar Styles */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: #999999; } .sidebar-nav li a:hover { text-decoration: none; color: #fff; background: rgba(255, 255, 255, 0.2); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav>.sidebar-brand { height: 65px; font-size: 18px; line-height: 60px; } .sidebar-nav>.sidebar-brand a { color: #999999; } .sidebar-nav>.sidebar-brand a:hover { color: #fff; background: none; } @media(min-width:768px) { #wrapper { padding-left: 0; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { width: 0; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { padding: 20px; position: relative; } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } } table, th, td { border: 1px solid black; } th, td { padding: 15px; text-align: left; } .smile-test-content{ font-size: 17px; } .panel-group .panel { margin-bottom: 13px; } .working-hours{ } td { padding: 0px 0px 0px 0px !important; margin: 0px 0px 0px 0px !important; font-size: 18px; } /*homepage*/ .carousel-imgs{ width: 30% !important; margin-top: 60px; } .carousel-inner{ height:455px; } #advertisement{ height: 540px; margin-top: -3%; } .panel-header-lbl{ color: #247aa2; margin-top: -10px; margin-bottom: 110px; text-align: left; } .announcement-img{ width: 60%; margin-top: 55px; margin-right: 128px; } #services{ height: 600px; padding-top: 20px; margin-top: -20px; } #testimonials{ background-color: #257AA1; height: 600px; padding-top: 20px; color: white; } .white-text{ color: white; } #about{ height: 600px; padding-top: 40px; } #contact{ background-color: #7daec75c; height: 555px; margin-bottom: -80px; } .smile-test-container{ margin-top: -30px; } .dental-services-icons{ margin-left: 85px; margin-top: -65px; } .service-img{ width: 48%; }
static/dental_studio/css/cdac.css
.header-container{ margin: -59px 0px 0px 125px; } ul.menu-list > li.active{ background-color: white; border-bottom: 2px solid; border-color: #247aa2; } li.menu-item > a{ font-size: 20px; color: #247aa2 !important; } .meta-info{ margin-top: 38px; font-size: 15px; } .menu-bar{ height: 60px; /*background-color: #5ad4da;*/ /*background-color: #5ffff7;*/ /*background-color: #CAEBF2;*/ /*background-color: #79d7ea;*/ /*background-color: #57e3ff;*/ /*background-color: #ffa704;*/ /*background-color: #fcc369; /*mustard color*/*/ background-color: #ffffff; /*mustard color*/ font-size: 15px; } .sitelogo{ width: 40px; margin-top: -2.5%; margin-left: 10%; } .navbar-header{ width: 100%; font-size: 20px; color: black; } .navbar-brand{ margin-left: -330px !important; margin-top: 0px !important; } @media screen and (min-width: 1439px) { .site-primary-name{ margin-top: -9% !important; width: 60% !important; margin-left: 27% !important; font-size: 21px !important; } } @media screen and (min-width: 1025px) { .sitelogo{ width: 41px !important; margin-top: -4%; margin-left: 16% !important;} .site-primary-name{ margin-top: -12% !important; width: 60% !important; margin-left: 27% !important; font-size: 21px !important; } @media screen and (max-width: 568px){ .sitelogo{ width: 45px !important; margin-top: -10%; margin-left: 48.5% !important;} li.menu-item > a{ font-size: 14px; background-color: #247aa2; color: white !important; } #home{ height: 300px; } .navbar-nav > .active { background-color: white; border-bottom: 2px solid; border-color: #247aa2; color: #247aa2; } .carousel-imgs{ width: 68% !important; margin-top: 105px !important; } .site-primary-name{ margin-top: -11% !important; width: 38% !important; margin-left: 302px !important; font-size: 19px !important; } } @media screen and (min-width: 1281px) and (max-width: 1440px) { .sitelogo{ width: 44px !important; margin-top: -2.5% !important; margin-left: 17% !important; } .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } .site-primary-name{ margin-top: -9% !important; width: 42% !important; margin-left: 162px !important; font-size: 23px !important; } } /* @media screen and (min-width: 768px) and (max-height: 1024px) { .sitelogo{ width: 52px; margin-top: 0%; margin-left: 18%; } #home{ height: 475px; } .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } .navbar-header{ width: 110%; } .site-primary-name{ width: 58% !important; margin-left: 167px !important; font-size: 25px !important; } } */ @media screen and (max-width: 900px) and (max-height: 1400px) { .sitelogo{ width: 52px; margin-top: 0%; margin-left: 25.2%; } #home{ height: 475px; } /* .carousel-imgs{ width: 50% !important; margin-top: 106px !important; } */ .navbar-header{ width: 110%; } .site-primary-name{ width: 58% !important; margin-left: 232px !important; font-size: 25px !important; } } @media screen and (min-width: 401px) and (max-width: 720px) { #home{height: 280px;} #myCarousel{ width: 100%; margin-top: 43px } .carousel-imgs{ width: 55% !important; margin-top: 58px !important; } } .site-nav{ background-color: white !important; } .site-fullname{ color: #247aa2; } .site-primary-name{ color: #247aa2; margin-top: -11%; width: 65%; font-weight: bold; margin-left: 20%; font-size: 25px; line-height: 24px; text-transform: uppercase; } .site-sec-name{ margin-top: -7px; color: #247aa2; text-transform: uppercase; font-weight: bold; margin-left: 16%; font-size: 25px; } @media only screen and (min-width: 768px){ .navbar-brand{ font-size: 10px; } } .cta-type1 { color: red !important; font-size: 20px; font-weight: bold; } /*.navbar{ height: -2px !important; }*/ /*@media only screen and (min-width: 1855px) and (max-width: 1050px) and (min-width: 400px) { body { background-color: lightblue; } }*/ /*.active-menu{ border-bottom: 2px solid #1c7b9c; } */ /*.menu-item{ border-right: 2px solid #1c7b9c; }*/ .dr-title{ color: #247aa2; text-transform: uppercase; /*font-size: 30px;*/ font-weight: bold; } .dr-details > .loc-details{ margin-left: 55px; } /*Need to recheck template css*/ body { overflow-x: hidden; height: 100%; font: 400 15px Lato, sans-serif; line-height: 1.8; color: #818181; } h2 { font-size: 24px; text-transform: uppercase; color: #303030; font-weight: 600; margin-bottom: 30px; } h4 { font-size: 19px; line-height: 1.375em; color: #303030; font-weight: 400; margin-bottom: 30px; } .jumbotron { background-color: #f4511e; color: #fff; padding: 100px 25px; } .container-fluid { padding: 60px 50px; } .bg-grey { background-color: #f6f6f6; } .logo-small { color: #f4511e; font-size: 50px; } .logo { color: #f4511e; font-size: 200px; } .thumbnail { padding: 0 0 15px 0; border: none; border-radius: 0; } .thumbnail img { width: 100%; height: 100%; margin-bottom: 10px; } .carousel{ height: 100% !important; } .carousel-control.right, .carousel-control.left { background-image: none; color: #266469; } .carousel-indicators li { border-color: #266467; background-color: grey; } .carousel-indicators li.active { background-color: #52babf; } .item h4 { font-size: 19px; line-height: 1.375em; font-weight: 400; font-style: italic; margin: 70px 0; } .item span { font-style: normal; } .panel { border: none; /*border: 1px solid #f4511e; */ /*border-radius:0 !important;*/ /*transition: box-shadow 0.5s;*/ } .panel-footer .btn:hover { /*border: 1px solid #f4511e;*/ background-color: #fff !important; color: #f4511e; } .panel-heading { width: 116%; color: #fff !important; /*background-color: #f4511e !important;*/ background-color: #247aa2 !important; padding: 25px; border-bottom: 1px solid transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .panel-footer { background-color: white !important; } .panel-footer h3 { font-size: 32px; } .panel-footer h4 { color: #aaa; font-size: 14px; } .panel-footer .btn { margin: 15px 0; background-color: #f4511e; color: #fff; } .navbar { z-index: 9999; letter-spacing: 1px; } .carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 70%; margin: auto; } .navbar-nav li a:hover, .navbar-nav li.active a { border-bottom: 2px solid; border-color: #247aa2; } .navbar-default .navbar-toggle { border-color: transparent; color: #fff !important; } footer .glyphicon { font-size: 20px; margin-bottom: 20px; color: #f4511e; } .slideanim {visibility:hidden;} .slide { animation-name: slide; -webkit-animation-name: slide; animation-duration: 1s; -webkit-animation-duration: 1s; visibility: visible; } @keyframes slide { 0% { opacity: 0; transform: translateY(70%); } 100% { opacity: 1; transform: translateY(0%); } } @-webkit-keyframes slide { 0% { opacity: 0; -webkit-transform: translateY(70%); } 100% { opacity: 1; -webkit-transform: translateY(0%); } } @media screen and (max-width: 768px) { .col-sm-4 { text-align: center; margin: 25px 0; } .btn-lg { width: 100%; margin-bottom: 35px; } } @media screen and (max-width: 480px) { .logo { font-size: 150px; } } #accordion .panel-heading { padding: 0; width: 200%;} #accordion .panel-title > a { display: block; padding: 0.4em 0.6em; outline: none; font-weight:bold; font-size: 20px; text-decoration: none; width: 100%; } .panel-group{ margin-top: -80px; margin-left: 15%; } #accordion .panel-title > a.accordion-toggle::before, #accordion a[data-toggle="collapse"]::before { float: left; content:"\e113"; font-family: 'Glyphicons Halflings'; margin-right :1em; } #accordion .panel-title > a.accordion-toggle.collapsed::before, #accordion a.collapsed[data-toggle="collapse"]::before { content:"\e114"; } .panel{ width: 390px; margin-top: 10%; } .panel-collapse { width: 200% } #home{ margin-bottom: 0px !important; } /*! * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar) * Copyright 2013-2017 Start Bootstrap * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE) */ #wrapper { padding-left: 0; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { z-index: 1000; position: fixed; left: 250px; width: 0; height: 100%; margin-left: -250px; overflow-y: auto; background: #000; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { width: 100%; position: absolute; padding: 15px; } #wrapper.toggled #page-content-wrapper { position: absolute; margin-right: -250px; } /* Sidebar Styles */ .sidebar-nav { position: absolute; top: 0; width: 250px; margin: 0; padding: 0; list-style: none; } .sidebar-nav li { text-indent: 20px; line-height: 40px; } .sidebar-nav li a { display: block; text-decoration: none; color: #999999; } .sidebar-nav li a:hover { text-decoration: none; color: #fff; background: rgba(255, 255, 255, 0.2); } .sidebar-nav li a:active, .sidebar-nav li a:focus { text-decoration: none; } .sidebar-nav>.sidebar-brand { height: 65px; font-size: 18px; line-height: 60px; } .sidebar-nav>.sidebar-brand a { color: #999999; } .sidebar-nav>.sidebar-brand a:hover { color: #fff; background: none; } @media(min-width:768px) { #wrapper { padding-left: 0; } #wrapper.toggled { padding-left: 250px; } #sidebar-wrapper { width: 0; } #wrapper.toggled #sidebar-wrapper { width: 250px; } #page-content-wrapper { padding: 20px; position: relative; } #wrapper.toggled #page-content-wrapper { position: relative; margin-right: 0; } } table, th, td { border: 1px solid black; } th, td { padding: 15px; text-align: left; } .smile-test-content{ font-size: 17px; } .panel-group .panel { margin-bottom: 13px; } .working-hours{ } td { padding: 0px 0px 0px 0px !important; margin: 0px 0px 0px 0px !important; font-size: 18px; } /*homepage*/ .carousel-imgs{ width: 30% !important; margin-top: 60px; } .carousel-inner{ height:455px; } #advertisement{ height: 540px; margin-top: -3%; } .panel-header-lbl{ color: #247aa2; margin-top: -10px; margin-bottom: 110px; text-align: left; } .announcement-img{ width: 60%; margin-top: 55px; margin-right: 128px; } #services{ height: 600px; padding-top: 20px; margin-top: -20px; } #testimonials{ background-color: #257AA1; height: 600px; padding-top: 20px; color: white; } .white-text{ color: white; } #about{ height: 600px; padding-top: 40px; } #contact{ background-color: #7daec75c; height: 555px; margin-bottom: -80px; } .smile-test-container{ margin-top: -30px; } .dental-services-icons{ margin-left: 85px; margin-top: -65px; } .service-img{ width: 48%; }
0.124213
0.059839
body { position: relative; margin: 0; min-width: 1408px; font-family: "Montserrat", "Helvetica", "Arial", sans-serif; font-size: 16px; line-height: 32px; color: #f2f2f2; background-color: #141530; background-image: url("/Assets/images/icons/pattern-lines-hero.svg"); background-position: center; } hr { display: block; width: 100%; height: 1px; margin: 40px 0; border: 0; background-color: #5053a8; } .container { max-width: 1408px; margin: 0 auto; padding: 0 16px; } /*Page*/ .page-header { margin: 0; padding: 40px 0; } .page-header a, .page-footer a { position: relative; margin-right: 64px; padding-bottom: 10px; padding-top: 9px; font-weight: 500; text-decoration: none; background-repeat: no-repeat; background-position: left; color: inherit; } .page-header a:focus, .page-header a:hover, .page-footer a:focus, .page-footer a:hover { color: #f9dd79; } .page-header a::after, .page-footer a::after { position: absolute; content: ""; bottom: 0; left: 0; width: 0; height: 2px; background-color: #f9dd79; transition: width 200ms; } .page-header a:hover::after, .page-footer a:hover::after { width: 100%; } .page-footer { padding: 40px 0; background-color: #212349; } /*Header + Footer*/ .header-email, .footer-email { padding-left: 28px; background-image: url("/Assets/images/icons/icon-email.svg"); } .header-email:focus, .header-email:hover, .footer-email:focus, .footer-email:hover { background-image: url("/Assets/images/icons/icon-email-alt.svg"); } .header-phone, .footer-phone { padding-left: 21px; background-image: url("/Assets/images/icons/icon-phone.svg"); } .header-phone:focus, .header-phone:hover, .footer-phone:focus, .footer-phone:hover { background-image: url("/Assets/images/icons/icon-phone-alt.svg"); } .footer-git { padding-left: 40px; background-image: url("/Assets/images/icons/footer-git.svg"); } .footer-tg { padding-left: 40px; background-image: url("/Assets/images/icons/footer-tg.svg"); } .footer-vk { padding-left: 40px; background-image: url("/Assets/images/icons/footer-vk.svg"); } .page-header a:active, .page-footer a:active { opacity: 0.5; } .hero-image { position: relative; padding-top: 200px; height: 798px; background-image: url("/Assets/images/bg-html.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: 48px; } /*Hero*/ .hero-image .container { display: flex; flex-direction: column; } .hero-image::before { position: absolute; content: ""; top: 24px; left: calc(50vw - 32px); width: 800px; height: 800px; background-image: url("/Assets/images/icons/hero-image.svg"); background-repeat: no-repeat; } .hero-image::after { position: absolute; content: ""; height: 200px; width: 100%; bottom: 0; background-color: #0b0c23; background-image: url("/Assets/images/bg-tags.svg"); background-position: center; background-repeat: no-repeat; border-top: 2px solid #5053a8; } .heading { z-index: 1; order: 2; margin: 0 0 0 -10px; width: 815px; font-size: 96px; line-height: 112px; font-weight: 500; } .hero-image p { z-index: 1; order: 1; margin: 0; padding: 32px 0; padding-bottom: 16px; font-size: 32px; line-height: 48px; color: #f9dd79; } /*Intro*/ .intro, .portfolio { background-color: #141530; background-image: url("/Assets/images/icons/pattern-lines.svg"); background-repeat: repeat-y; background-position-x: center; } .intro { padding-top: 160px; padding-bottom: 120px; min-height: 828px; } .intro .container { position: relative; } /* .intro .container div { margin-left: 720px; margin-bottom: 56px; } */ .intro h3, .portfolio h3 { margin: 0 0 16px; font-size: 32px; line-height: 40px; font-weight: 500; } .intro p { margin: 0; z-index: 2; } .subheading { margin: 0 0 100px; text-align: center; font-size: 72px; line-height: 88px; font-weight: 500; color: #f9dd79; } /*User*/ /* .user-image { position: absolute; padding: 0; margin: 0; top: 200px; } */ .user-image img { width: 500px; height: 500px; object-fit: cover; } /*Skills*/ .skills { margin-bottom: 0; } .skills h3 { margin-bottom: 40px; } .skills-list { margin: 0; padding: 0; } .skills-list dt { margin: 0 0 8px; padding-left: 46px; height: 36px; font-size: 24px; letter-spacing: 1px; background-repeat: no-repeat; background-position: left; } .skill-html { background-image: url("/Assets/images/icons/icon-html.svg"); } .skill-css { background-image: url("/Assets/images/icons/icon-css.svg"); } .skill-js { background-image: url("/Assets/images/icons/icon-js.svg"); } .skill-CSharp { background-image: url("/Assets/images/icons/icon-cSharp.svg"); } .skill-Cpp { background-image: url("/Assets/images/icons/icon-c-pp.svg"); } .skill-UE4 { background-image: url("/Assets/images/icons/icon-UE4.svg"); } .skill-JQ { background-image: url("/Assets/images/icons/icon-jquery.svg"); } /*Lang*/ .lang-list { margin: 0; padding: 0; } .lang-list dt { margin: 0 0 8px; padding-left: 70px; height: 36px; font-size: 24px; letter-spacing: 1px; background-repeat: no-repeat; background-position: left; } .lang-bel { background-image: url("/Assets/images/icons/icon-belarus.svg"); } .lang-ru { background-image: url("/Assets/images/icons/icon-russia.svg"); } .lang-eng { background-image: url("/Assets/images/icons/icon-eng.svg"); } .level { margin: 0 0 40px; height: 24px; text-align: right; background-color: #0b0c23; box-shadow: inset 0 0 12px #070716; border-radius: 12px; overflow: hidden; } .skills .level div { margin: 0; height: 24px; letter-spacing: 1px; line-height: 26px; background-color: #5053a8; background-image: url("/Assets/images/icons/progress-pattern.svg"); } /*Portfolio*/ .portfolio { margin: 0; padding-bottom: 160px; } .projects { margin: 0; padding: 0; list-style: none; } .projects li { position: relative; min-height: 256px; margin: 0 0 100px; padding-left: 528px; } .project-image { margin: 50px 0 0; left: 0; } .project-image img { width: 448px; height: 256px; object-fit: cover; } .projects p { margin: 0 0 32px; } .button { margin: 5px; padding: 8px 24px; display: inline-block; vertical-align: baseline; font-size: 14px; font-weight: 500; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; color: #0b0c23; background-color: #f9dd79; box-shadow: 0 4px 16px rgba(249, 221, 121, 0.4); border-radius: 24px; transition: background-color 100ms, box-shadow 100ms; } .button:focus, .button:hover { background-color: #f9e7a8; box-shadow: 0 4px 32px rgba(249, 221, 121, 0.6); } .button:active { background-color: #b69e4b; box-shadow: none; } .my-projects { display: flex; justify-content: space-between; flex-wrap: wrap; } .biography__content { display: flex; justify-content: space-around; flex-wrap: wrap; } .project { width: 448px; } .biography__photo { width: 500px; } .biography__text { width: 700px; } .biography__skills { margin: 20px; }
Assets/css/style.css
body { position: relative; margin: 0; min-width: 1408px; font-family: "Montserrat", "Helvetica", "Arial", sans-serif; font-size: 16px; line-height: 32px; color: #f2f2f2; background-color: #141530; background-image: url("/Assets/images/icons/pattern-lines-hero.svg"); background-position: center; } hr { display: block; width: 100%; height: 1px; margin: 40px 0; border: 0; background-color: #5053a8; } .container { max-width: 1408px; margin: 0 auto; padding: 0 16px; } /*Page*/ .page-header { margin: 0; padding: 40px 0; } .page-header a, .page-footer a { position: relative; margin-right: 64px; padding-bottom: 10px; padding-top: 9px; font-weight: 500; text-decoration: none; background-repeat: no-repeat; background-position: left; color: inherit; } .page-header a:focus, .page-header a:hover, .page-footer a:focus, .page-footer a:hover { color: #f9dd79; } .page-header a::after, .page-footer a::after { position: absolute; content: ""; bottom: 0; left: 0; width: 0; height: 2px; background-color: #f9dd79; transition: width 200ms; } .page-header a:hover::after, .page-footer a:hover::after { width: 100%; } .page-footer { padding: 40px 0; background-color: #212349; } /*Header + Footer*/ .header-email, .footer-email { padding-left: 28px; background-image: url("/Assets/images/icons/icon-email.svg"); } .header-email:focus, .header-email:hover, .footer-email:focus, .footer-email:hover { background-image: url("/Assets/images/icons/icon-email-alt.svg"); } .header-phone, .footer-phone { padding-left: 21px; background-image: url("/Assets/images/icons/icon-phone.svg"); } .header-phone:focus, .header-phone:hover, .footer-phone:focus, .footer-phone:hover { background-image: url("/Assets/images/icons/icon-phone-alt.svg"); } .footer-git { padding-left: 40px; background-image: url("/Assets/images/icons/footer-git.svg"); } .footer-tg { padding-left: 40px; background-image: url("/Assets/images/icons/footer-tg.svg"); } .footer-vk { padding-left: 40px; background-image: url("/Assets/images/icons/footer-vk.svg"); } .page-header a:active, .page-footer a:active { opacity: 0.5; } .hero-image { position: relative; padding-top: 200px; height: 798px; background-image: url("/Assets/images/bg-html.png"); background-repeat: no-repeat; background-position-x: center; background-position-y: 48px; } /*Hero*/ .hero-image .container { display: flex; flex-direction: column; } .hero-image::before { position: absolute; content: ""; top: 24px; left: calc(50vw - 32px); width: 800px; height: 800px; background-image: url("/Assets/images/icons/hero-image.svg"); background-repeat: no-repeat; } .hero-image::after { position: absolute; content: ""; height: 200px; width: 100%; bottom: 0; background-color: #0b0c23; background-image: url("/Assets/images/bg-tags.svg"); background-position: center; background-repeat: no-repeat; border-top: 2px solid #5053a8; } .heading { z-index: 1; order: 2; margin: 0 0 0 -10px; width: 815px; font-size: 96px; line-height: 112px; font-weight: 500; } .hero-image p { z-index: 1; order: 1; margin: 0; padding: 32px 0; padding-bottom: 16px; font-size: 32px; line-height: 48px; color: #f9dd79; } /*Intro*/ .intro, .portfolio { background-color: #141530; background-image: url("/Assets/images/icons/pattern-lines.svg"); background-repeat: repeat-y; background-position-x: center; } .intro { padding-top: 160px; padding-bottom: 120px; min-height: 828px; } .intro .container { position: relative; } /* .intro .container div { margin-left: 720px; margin-bottom: 56px; } */ .intro h3, .portfolio h3 { margin: 0 0 16px; font-size: 32px; line-height: 40px; font-weight: 500; } .intro p { margin: 0; z-index: 2; } .subheading { margin: 0 0 100px; text-align: center; font-size: 72px; line-height: 88px; font-weight: 500; color: #f9dd79; } /*User*/ /* .user-image { position: absolute; padding: 0; margin: 0; top: 200px; } */ .user-image img { width: 500px; height: 500px; object-fit: cover; } /*Skills*/ .skills { margin-bottom: 0; } .skills h3 { margin-bottom: 40px; } .skills-list { margin: 0; padding: 0; } .skills-list dt { margin: 0 0 8px; padding-left: 46px; height: 36px; font-size: 24px; letter-spacing: 1px; background-repeat: no-repeat; background-position: left; } .skill-html { background-image: url("/Assets/images/icons/icon-html.svg"); } .skill-css { background-image: url("/Assets/images/icons/icon-css.svg"); } .skill-js { background-image: url("/Assets/images/icons/icon-js.svg"); } .skill-CSharp { background-image: url("/Assets/images/icons/icon-cSharp.svg"); } .skill-Cpp { background-image: url("/Assets/images/icons/icon-c-pp.svg"); } .skill-UE4 { background-image: url("/Assets/images/icons/icon-UE4.svg"); } .skill-JQ { background-image: url("/Assets/images/icons/icon-jquery.svg"); } /*Lang*/ .lang-list { margin: 0; padding: 0; } .lang-list dt { margin: 0 0 8px; padding-left: 70px; height: 36px; font-size: 24px; letter-spacing: 1px; background-repeat: no-repeat; background-position: left; } .lang-bel { background-image: url("/Assets/images/icons/icon-belarus.svg"); } .lang-ru { background-image: url("/Assets/images/icons/icon-russia.svg"); } .lang-eng { background-image: url("/Assets/images/icons/icon-eng.svg"); } .level { margin: 0 0 40px; height: 24px; text-align: right; background-color: #0b0c23; box-shadow: inset 0 0 12px #070716; border-radius: 12px; overflow: hidden; } .skills .level div { margin: 0; height: 24px; letter-spacing: 1px; line-height: 26px; background-color: #5053a8; background-image: url("/Assets/images/icons/progress-pattern.svg"); } /*Portfolio*/ .portfolio { margin: 0; padding-bottom: 160px; } .projects { margin: 0; padding: 0; list-style: none; } .projects li { position: relative; min-height: 256px; margin: 0 0 100px; padding-left: 528px; } .project-image { margin: 50px 0 0; left: 0; } .project-image img { width: 448px; height: 256px; object-fit: cover; } .projects p { margin: 0 0 32px; } .button { margin: 5px; padding: 8px 24px; display: inline-block; vertical-align: baseline; font-size: 14px; font-weight: 500; letter-spacing: 1px; text-decoration: none; text-transform: uppercase; color: #0b0c23; background-color: #f9dd79; box-shadow: 0 4px 16px rgba(249, 221, 121, 0.4); border-radius: 24px; transition: background-color 100ms, box-shadow 100ms; } .button:focus, .button:hover { background-color: #f9e7a8; box-shadow: 0 4px 32px rgba(249, 221, 121, 0.6); } .button:active { background-color: #b69e4b; box-shadow: none; } .my-projects { display: flex; justify-content: space-between; flex-wrap: wrap; } .biography__content { display: flex; justify-content: space-around; flex-wrap: wrap; } .project { width: 448px; } .biography__photo { width: 500px; } .biography__text { width: 700px; } .biography__skills { margin: 20px; }
0.462473
0.08472
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,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{border:0 none;font:inherit;margin:0;padding:0;vertical-align:baseline;font-size: 14px;} ol,ul{list-style:none outside none;} *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;font: 14px/20px Microsoft YaHei,΢ÈíÑźÚ,Arial,Helvetica,sans-serif;} table{border-collapse:collapse;border-spacing:0;} input,textarea{font:inherit;resize:none;outline:medium;background-color: transparent;} body{font:14px/20px Microsoft YaHei,΢ÈíÑźÚ,Arial,Helvetica,sans-serif;margin:0;padding:0;} input{border:0;} select{outline: none;} a{text-decoration:none;transition:color 0.2s linear 0s;cursor:pointer;} a:focus,a:link,a:active{outline:medium none;text-decoration: none;} a:visited,a:hover{text-decoration: none;} button{border: none;outline: none;cursor: pointer;} .clear{clear:both;content:"";height:1;visibility:hidden;} .Txtcenter{text-align:center;} .txtLeft{text-align:left;} .txtRight{text-align:right;} .left{float:left !important;} .right{float:right !important;} .borderNone{border: none !important;} .relative{position: relative !important;} .hide{display: none;} /* 登录界面 */ canvas{ z-index:-1; position:absolute; background-color: transparent; } .login-bg{ position: absolute; z-index:-3; width: 100%; height: 100%; min-width: 500px; min-height: 400px; } .login-bg img{ width: 100%; height:100%; } .login-wrap{ min-width: 500px; min-height: 400px; position: relative; width: 100%; } .login-container { position: absolute; top: 50%; left: 50%; margin: -185px 0px 0 -175px; width: 350px; height: 370px; border-radius: 10px; background: url(../images/login_box.png) no-repeat center; background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; padding: 0 17px; } .login-hd { width: 100%; height: 54px; margin: 38px 0; background: url(../images/login_hd.png) no-repeat center; background-size: 100%; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; <!--[if IE]> -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:F:pc/images/login_hd.png', sizingMethod='scale')"; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:F:pc/images/login_hd.png', sizingMethod='scale'); <![endif]--> } .login-account { -moz-border-radius: 0 0 4px 4px -webkit-border-radius: 0 0 4px 4px; -khtml-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; z-index: 3; font-size: 13px !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: transparent; padding: 0 28px; } .form-group { position: relative; margin-bottom: 30px; background: #4f86db; } .form-group:last-child { } .form-group input::-webkit-input-placeholder{   color: #fff !important; } .form-group input:-moz-placeholder{   color:#fff !important; } .form-group input::-moz-placeholder{   color:#fff !important; } .form-group input:-ms-input-placeholder{   color:#fff !important; } .form-group input:-webkit-autofill{ -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; background-color:transparent; background: url(../images/ico_user1.png)no-repeat center left 13px; background-size: 21px; transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间 } .form-control { display: block; width: 100%; height: 42px; padding: 6px 12px 6px 40px; font-size: 17px; line-height: 30px; color: #fff; letter-spacing: 2px; background-size: 12px 110px ; } .login-form{ } .login-ico{ position: absolute; top: 0 ; left: 0; width: 40px; height: 100%; } .login-u { background: url(../images/ico_user1.png) no-repeat center left 12px; background-size: 21px; } .login-p{ background: url(../images/ico_lock1.png) no-repeat center left 12px; background-size: 21px; } .form-control:focus { color: #fff; } .form-control:blur{ color: #fff; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-login { color: #fff; width: 100%; display: inline-block; padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; background-color: #265cb0; vertical-align: middle; cursor: pointer; background-image: none; border: 2px solid #ccccd7; border-radius: 4px; } .login-footer{ position: absolute; width: 100%; bottom: 10px; text-align: center; margin: 0 auto; } .login-footer h6{ color: #fff; font-size: 11px; line-height: 14px; letter-spacing: 1px; } /* 主界面 */ .logo-lg img { width: 100%; }
css/login.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,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{border:0 none;font:inherit;margin:0;padding:0;vertical-align:baseline;font-size: 14px;} ol,ul{list-style:none outside none;} *{-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;font: 14px/20px Microsoft YaHei,΢ÈíÑźÚ,Arial,Helvetica,sans-serif;} table{border-collapse:collapse;border-spacing:0;} input,textarea{font:inherit;resize:none;outline:medium;background-color: transparent;} body{font:14px/20px Microsoft YaHei,΢ÈíÑźÚ,Arial,Helvetica,sans-serif;margin:0;padding:0;} input{border:0;} select{outline: none;} a{text-decoration:none;transition:color 0.2s linear 0s;cursor:pointer;} a:focus,a:link,a:active{outline:medium none;text-decoration: none;} a:visited,a:hover{text-decoration: none;} button{border: none;outline: none;cursor: pointer;} .clear{clear:both;content:"";height:1;visibility:hidden;} .Txtcenter{text-align:center;} .txtLeft{text-align:left;} .txtRight{text-align:right;} .left{float:left !important;} .right{float:right !important;} .borderNone{border: none !important;} .relative{position: relative !important;} .hide{display: none;} /* 登录界面 */ canvas{ z-index:-1; position:absolute; background-color: transparent; } .login-bg{ position: absolute; z-index:-3; width: 100%; height: 100%; min-width: 500px; min-height: 400px; } .login-bg img{ width: 100%; height:100%; } .login-wrap{ min-width: 500px; min-height: 400px; position: relative; width: 100%; } .login-container { position: absolute; top: 50%; left: 50%; margin: -185px 0px 0 -175px; width: 350px; height: 370px; border-radius: 10px; background: url(../images/login_box.png) no-repeat center; background-size: 100% 100%; -moz-background-size: 100% 100%; -webkit-background-size: 100% 100%; -o-background-size: 100% 100%; padding: 0 17px; } .login-hd { width: 100%; height: 54px; margin: 38px 0; background: url(../images/login_hd.png) no-repeat center; background-size: 100%; -moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; <!--[if IE]> -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:F:pc/images/login_hd.png', sizingMethod='scale')"; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='file:F:pc/images/login_hd.png', sizingMethod='scale'); <![endif]--> } .login-account { -moz-border-radius: 0 0 4px 4px -webkit-border-radius: 0 0 4px 4px; -khtml-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; z-index: 3; font-size: 13px !important; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; background-color: transparent; padding: 0 28px; } .form-group { position: relative; margin-bottom: 30px; background: #4f86db; } .form-group:last-child { } .form-group input::-webkit-input-placeholder{   color: #fff !important; } .form-group input:-moz-placeholder{   color:#fff !important; } .form-group input::-moz-placeholder{   color:#fff !important; } .form-group input:-ms-input-placeholder{   color:#fff !important; } .form-group input:-webkit-autofill{ -webkit-box-shadow: 0 0 0px 1000px transparent inset !important; background-color:transparent; background: url(../images/ico_user1.png)no-repeat center left 13px; background-size: 21px; transition: background-color 50000s ease-in-out 0s; //背景色透明 生效时长 过渡效果 启用时延迟的时间 } .form-control { display: block; width: 100%; height: 42px; padding: 6px 12px 6px 40px; font-size: 17px; line-height: 30px; color: #fff; letter-spacing: 2px; background-size: 12px 110px ; } .login-form{ } .login-ico{ position: absolute; top: 0 ; left: 0; width: 40px; height: 100%; } .login-u { background: url(../images/ico_user1.png) no-repeat center left 12px; background-size: 21px; } .login-p{ background: url(../images/ico_lock1.png) no-repeat center left 12px; background-size: 21px; } .form-control:focus { color: #fff; } .form-control:blur{ color: #fff; } .btn-primary { color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-login { color: #fff; width: 100%; display: inline-block; padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; background-color: #265cb0; vertical-align: middle; cursor: pointer; background-image: none; border: 2px solid #ccccd7; border-radius: 4px; } .login-footer{ position: absolute; width: 100%; bottom: 10px; text-align: center; margin: 0 auto; } .login-footer h6{ color: #fff; font-size: 11px; line-height: 14px; letter-spacing: 1px; } /* 主界面 */ .logo-lg img { width: 100%; }
0.234319
0.073032
ul.pagination { text-align:center; color:#829994; } ul.pagination li { display:inline; padding:0 3px; } ul.pagination a { color:#0d7963; display:inline-block; padding:5px 10px; border:1px solid #cde0dc; text-decoration:none; } ul.pagination a:hover, ul.pagination a.current { background:#0d7963; color:#fff; } ul.pagination .page_info{ margin-top: 6px; display: inline-block; padding-left: 10px; } .form-login { max-width: 300px; margin: 20px auto; } .center-align{ text-align: center; } .payment-status { background: blue; padding: 3px 10px; font-size: 11px; color: #fff; vertical-align: middle; margin-left: 3px; } .main-header .menu{ background:#ffffff !important; min-height: 70px; } .main-header .lg-title{ font-size: 15px; font-weight: bold; height: 70px; padding: 11px 15px; } .main-header .lg-out{ font-size: 14px; border-bottom: 1px solid; color: #4D4F5C; } .main-header .icon-bar{ background-color: #00c0ef!important; padding: 15px 20px; } .sidebar-left{ background: #43425D !important; padding-top: 70px; } .main-sidebar .sidebar img{ width: 16px; height: 16px; } .main-sidebar .sidebar a{ font-size: 15px; color: #ffffff; } .main-sidebar .sidebar li:hover{ border-left: 3px solid #A3A0FB; } .seach-box{ position: absolute; } .seach-box input{ height: 40px; width: 300px !important; border-radius: 5px; box-shadow: none; } .seach-box span{ font-size: 13px; color: #4D4F5C; } /*login*/ .main-form input { border: none; border-bottom: 1px solid #43425D; font-size: 15px; } .main-form input:focus { box-shadow: none; } .main-form{ margin: 0 auto; bottom: 50%; transform: translateY(50%); } .main-form .main-title h3{ font-size: 35px; font-weight: bold; } .main-form .main-title small{ font-size: 18px; } label{ font-size: 15px; } .bt-login{ background: #484760; font-size: 18px; color: #FFFFFF; border-radius: 6px; border: none; margin-left: 270px; } #basic-addon:focus{ box-shadow: none; border: none; outline: 5px auto #ccc; } .title-tb{ font-size: 18px; color: #4D4F5C; } .tt-title th{ font-size: 13px; font-weight: bold; } .f-form{ max-width: 447px; min-height: 80vh; padding: 5px 30px; background: #ffffff; } .f-form input{ border-radius: 5px; } .f-form label{ font-size: 13px; font-weight: bold; color: #333333; } .btn-cancel{ font-weight: bold; font-size: 14px; color: #ffffff; background: #C4C4C4; } .btn-create{ width: 100px; font-weight: bold; font-size: 14px; color: #ffffff; background: #08B46B; } .w-form{ max-width: 751px !important; } .calendar-form{ width: 540px; height: 570px; margin: 0px auto; } .calendar-form h3{ font-size: 27px; } .calendar-form label{ font-size: 14px; } .blog-detail a{ color: #378CBE; border-bottom: 1px solid #378CBE; font-size: 13px; } .main-content{ max-width: 944px; min-height: 80vh; background-color: #ffffff; }
public/backend/css/style.css
ul.pagination { text-align:center; color:#829994; } ul.pagination li { display:inline; padding:0 3px; } ul.pagination a { color:#0d7963; display:inline-block; padding:5px 10px; border:1px solid #cde0dc; text-decoration:none; } ul.pagination a:hover, ul.pagination a.current { background:#0d7963; color:#fff; } ul.pagination .page_info{ margin-top: 6px; display: inline-block; padding-left: 10px; } .form-login { max-width: 300px; margin: 20px auto; } .center-align{ text-align: center; } .payment-status { background: blue; padding: 3px 10px; font-size: 11px; color: #fff; vertical-align: middle; margin-left: 3px; } .main-header .menu{ background:#ffffff !important; min-height: 70px; } .main-header .lg-title{ font-size: 15px; font-weight: bold; height: 70px; padding: 11px 15px; } .main-header .lg-out{ font-size: 14px; border-bottom: 1px solid; color: #4D4F5C; } .main-header .icon-bar{ background-color: #00c0ef!important; padding: 15px 20px; } .sidebar-left{ background: #43425D !important; padding-top: 70px; } .main-sidebar .sidebar img{ width: 16px; height: 16px; } .main-sidebar .sidebar a{ font-size: 15px; color: #ffffff; } .main-sidebar .sidebar li:hover{ border-left: 3px solid #A3A0FB; } .seach-box{ position: absolute; } .seach-box input{ height: 40px; width: 300px !important; border-radius: 5px; box-shadow: none; } .seach-box span{ font-size: 13px; color: #4D4F5C; } /*login*/ .main-form input { border: none; border-bottom: 1px solid #43425D; font-size: 15px; } .main-form input:focus { box-shadow: none; } .main-form{ margin: 0 auto; bottom: 50%; transform: translateY(50%); } .main-form .main-title h3{ font-size: 35px; font-weight: bold; } .main-form .main-title small{ font-size: 18px; } label{ font-size: 15px; } .bt-login{ background: #484760; font-size: 18px; color: #FFFFFF; border-radius: 6px; border: none; margin-left: 270px; } #basic-addon:focus{ box-shadow: none; border: none; outline: 5px auto #ccc; } .title-tb{ font-size: 18px; color: #4D4F5C; } .tt-title th{ font-size: 13px; font-weight: bold; } .f-form{ max-width: 447px; min-height: 80vh; padding: 5px 30px; background: #ffffff; } .f-form input{ border-radius: 5px; } .f-form label{ font-size: 13px; font-weight: bold; color: #333333; } .btn-cancel{ font-weight: bold; font-size: 14px; color: #ffffff; background: #C4C4C4; } .btn-create{ width: 100px; font-weight: bold; font-size: 14px; color: #ffffff; background: #08B46B; } .w-form{ max-width: 751px !important; } .calendar-form{ width: 540px; height: 570px; margin: 0px auto; } .calendar-form h3{ font-size: 27px; } .calendar-form label{ font-size: 14px; } .blog-detail a{ color: #378CBE; border-bottom: 1px solid #378CBE; font-size: 13px; } .main-content{ max-width: 944px; min-height: 80vh; background-color: #ffffff; }
0.345768
0.114023
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Raleway:400,600"); body { font-family: "Raleway", sans-serif; background: #000022; } h1 { text-align: center; padding: 30px 0 0 0; color: #0ECD66; } h4 { font-size: 1.2em; text-align: center; padding: 0 0 30px 0; } .timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: ""; width: 3px; background-color: #d9d9d9; margin-left: -1.5px; left: 20px; } @media (min-width: 576px) { .timeline:before { left: 50%; } } .timeline > li { margin-bottom: 20px; position: relative; padding-left: 55px; } .timeline > li:after, .timeline > li:after { content: ""; display: table; clear: both; } .timeline > li .panel { width: 100%; float: left; border-radius: 3px; overflow: hidden; position: relative; background: #fafafa; box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1); } .timeline > li .panel summary { display: block; user-select: none; outline: none; padding: 20px; margin-bottom: 0px; transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition-property: margin, background; font-weight: 600; } .timeline > li .panel summary::-webkit-details-marker { display: none; } .timeline > li .panel summary:hover { background: rgba(0, 0, 0, 0.1); } .timeline > li .panel p { padding: 0 20px 10px; } .timeline > li .panel[open] summary { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } @media (min-width: 576px) { .timeline > li { padding-left: 0px; } .timeline > li .panel { width: 50%; } .timeline > li:not(:nth-child(even)) { padding-right: 90px; } .timeline > li:nth-child(even) { padding-left: 90px; } .timeline > li:nth-child(even) > :nth-child(even) { float: right; } } .timeline > li > .icon { color: #d9d9d9; width: 50px; height: 50px; line-height: 50px; font-size: 2.5em; text-align: center; position: absolute; left: 20px; margin-left: -25px; background-color: #fafafa; z-index: 999; border-radius: 50%; font-family: Font Awesome\ 5 Free; } .timeline > li > .icon:before { content: ""; } @media (min-width: 576px) { .timeline > li > .icon { left: 50%; } } .timeline > li > .icon.done { color: #0ECD66; } .timeline > li > .icon.done:before { content: ""; } .timeline > li > .icon.working { color: #4E4D9D; } .timeline > li > .icon.working:before { content: ""; }
style.css
@charset "UTF-8"; @import url("https://fonts.googleapis.com/css?family=Raleway:400,600"); body { font-family: "Raleway", sans-serif; background: #000022; } h1 { text-align: center; padding: 30px 0 0 0; color: #0ECD66; } h4 { font-size: 1.2em; text-align: center; padding: 0 0 30px 0; } .timeline { list-style: none; padding: 20px 0 20px; position: relative; } .timeline:before { top: 0; bottom: 0; position: absolute; content: ""; width: 3px; background-color: #d9d9d9; margin-left: -1.5px; left: 20px; } @media (min-width: 576px) { .timeline:before { left: 50%; } } .timeline > li { margin-bottom: 20px; position: relative; padding-left: 55px; } .timeline > li:after, .timeline > li:after { content: ""; display: table; clear: both; } .timeline > li .panel { width: 100%; float: left; border-radius: 3px; overflow: hidden; position: relative; background: #fafafa; box-shadow: 1px 2px 80px 0 rgba(0, 0, 0, 0.1); } .timeline > li .panel summary { display: block; user-select: none; outline: none; padding: 20px; margin-bottom: 0px; transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1); transition-property: margin, background; font-weight: 600; } .timeline > li .panel summary::-webkit-details-marker { display: none; } .timeline > li .panel summary:hover { background: rgba(0, 0, 0, 0.1); } .timeline > li .panel p { padding: 0 20px 10px; } .timeline > li .panel[open] summary { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); } @media (min-width: 576px) { .timeline > li { padding-left: 0px; } .timeline > li .panel { width: 50%; } .timeline > li:not(:nth-child(even)) { padding-right: 90px; } .timeline > li:nth-child(even) { padding-left: 90px; } .timeline > li:nth-child(even) > :nth-child(even) { float: right; } } .timeline > li > .icon { color: #d9d9d9; width: 50px; height: 50px; line-height: 50px; font-size: 2.5em; text-align: center; position: absolute; left: 20px; margin-left: -25px; background-color: #fafafa; z-index: 999; border-radius: 50%; font-family: Font Awesome\ 5 Free; } .timeline > li > .icon:before { content: ""; } @media (min-width: 576px) { .timeline > li > .icon { left: 50%; } } .timeline > li > .icon.done { color: #0ECD66; } .timeline > li > .icon.done:before { content: ""; } .timeline > li > .icon.working { color: #4E4D9D; } .timeline > li > .icon.working:before { content: ""; }
0.488527
0.167355
.content { min-height: 906px; } .alert a { text-decoration: none; } label { font-weight: normal; } label, input[type='checkbox'], input[type='radio'] { cursor: pointer; } [type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 23px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; } [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff; } [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #3c8dbc; position: absolute; top: 4px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .checkbox input[type="checkbox"] { opacity: 0; } .checkbox label { padding: 3px 0 3px 20px; position: relative; display: inline-block; /*padding-left: 22px;*/ } .checkbox label::before, .checkbox label::after { position: absolute; content: ""; display: inline-block; } .checkbox label::before{ height: 16px; width: 16px; border: 1px solid #ddd; left: 0px; top: 5px; } .checkbox label::after { height: 5px; width: 9px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 4px; top: 9px; } .checkbox input[type="checkbox"] + label::after { content: none; } .checkbox input[type="checkbox"]:checked + label::after { content: ""; } .checkbox input[type="checkbox"]:focus + label::before { outline: rgb(59, 153, 252) auto 5px; } input[type=number] { -moz-appearance:textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .tooltip-img { cursor: pointer; margin: 5px 0 0 5px; font-size: 1.25em; } .label-required { font-size: 8.5px; top: -3px; position: relative; } .container-content { margin: 50px 0; } .handling-maker-group { margin-bottom: 10px; } .jobs-station-group-label, .jobs-skills-group-label { display: inline-block; margin-top: 20px; } .choice { /*padding : 7px 0 10px 0;*/ padding: 5px 5px 5px 0; } .choice-top { padding-top:10px; } .handling-maker-category, .job-station-line { color: #960000; clear:both; } .form-group { margin: 0; padding: 25px 0; clear: both; /*overflow: auto;*/ display: flex; align-items: center; border-top: 1px solid #eee; } .no-border { border-top: none; } #job-content .form-group:last-of-type { border-bottom: none; } .date { line-height: 1.5 !important; } .field-title { font-size: 17px; display: block; } .image-upload-label { color: #d9534f; display: block; } .office-modal .row.checkbox div ul { padding: 0; } .modal-title { display: inline-block; font-size: 16px; font-weight: bold; } .modal-dialog { width: 90%; } .modal-body { min-height: 150px; } .modal-skills-list { border-left: 1px solid #ccc; min-height: 67vh; } #modal-city-list, .modal-station-list { min-height: 57vh; display: table; width: 100%; } #checkall-city-list { margin: 10px 0; display: grid; } #checkAll { margin-right: 10px; } .selected-city-list, .selected-station-list { border-top: 1px solid #eee; padding-top: 20px; } #station-list, #selected-modal-station-list { line-height: 1.8em; } #js_prefecture { margin-bottom: 10px; } #selected-cities, #modal-selected-cities, #selected-stations, #modal-selected-stations { margin-top: 5px; line-height: 1.5em; display: block; } .txt-error { color: red; } .job-image { display: block; width: 100%; } .no-job-image { width: 164px; height: 164px; background-color: #ccc; color: #fff; text-align: center; vertical-align: middle; display: table-cell; font-weight: bold; } .btn-delete-image { margin-top: 10px; } #checkZipcode { margin-top: 50px; float: right; } .no-padding { padding-right: 0 !important; padding-left: 0 !important; } .col-padding-left { padding-left: 15px !important; } .col-padding-right { padding-right: 15px !important; } .col-no-padding-left { padding-left: 0px !important; } .col-no-padding-right { padding-right: 0px !important; } .col-margin-left { margin-left: 15px !important; } .col-margin-right { margin-right: 15px !important; } .col-skill-detail { margin-top : -4px; } .col-content p.handling-maker-category:not(:first-child) { padding-top: 20px; } .top20 { margin-top: 20px; } .top10 { margin-top: 10px; } #add-more-resume { width: 30%; } h4.sub-header { font-weight: bold; font-size: 14px; } .sidebar li .barcode { margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom: auto; width:75%; } #skill-detail-list .row-choice { padding: 10px 0 5px 0; } #skill-detail-list .odd { background-color: #f7f7f7; } input[type=checkbox].inline-block { margin-left: 5px; vertical-align: middle; cursor: pointer; margin-top: -3px; } #preview { background-color: #f4f4f4; border-color: #ddd; color: #444; } #preview, #send { min-width: 100px; } #btn-col-tabulator { margin-right: 10px; } .modal-col-tabulator-content { width: 510px; clear: both; right: 68px; /* display: none; */ -webkit-background-clip: padding-box; background-clip: padding-box; padding: 10px 20px 9px 20px; /* top: 143px; */ position: absolute; z-index: 1; background: #fff; /* margin-top: -1px; */ /* border-top: 1px solid #ddd; */ } .modal-col-tabulator-content .modal-header { padding: 5px 0px; } .modal-col-tabulator-content .modal-body { min-height: 15vh; } .inline-block { display: inline-block !important; margin-top: 10px; } .btn-skill.active { color: #fff !important; background-color: #5bc0de !important; border-color: #46b8da !important; } .image-preview-area { display: inline-block; position: relative; } .image-preview-area .image-preview { margin-top: 10px; display: inline-block; width: 250px; height: 165px; /*background-color: #A8A8A8;*/ border: 1px solid #eee; } .image-preview-area .image-preview img { /*border: 1px solid #eee;*/ width: 250px; } .image-preview-verify, .image-preview-verify img { margin-top: 10px; position: relative; } .image-preview-verify img { z-index: 101; } .image-preview-verify img:first-child { position: absolute; top: 0; left: 0; z-index: 100; } .image-preview-area .delete-image-preview { background-color: #fff; line-height: 1em; font-size: 1.2em; position: absolute; top: 20px; right: 10px; display: none; cursor: pointer; } .image-preview-area .delete-image-preview.show { display: inline-block; } .image-preview-area .delete-image-preview i { border: solid 1px #fff; box-shadow: 0 0 8px #fff } #datalist-header { margin-bottom: 5px; visibility: hidden; } #datalist-header.visible { visibility: visible; } .modal-close { position: absolute; right: 15px; top: 10px; } .buttonRoom .fa{ font-size: 48px; } .buttonRoom{ padding: 37px 40px; margin: 0 8px; } .modal-dialog.room-detail-dialog{ width: 500px; min-height: 340px; } .cal-btn-intruct .fa{ padding-right: 8px; } .cal-btn-intruct .fa-exclamation-triangle{ padding-right: 5px; } .cal-btn-intruct{ margin: auto; float: none; padding: 20px 1px; } .modal-dialog.room-detail-dialog .modal-title{ font-size: 20px; } .modal-dialog.room-detail-dialog .cal-btn-intruct{ font-size: 16px; } .def-circle{ text-align: center; width: 100%; margin-top: 35px; } .def-circle .fa{ font-size: 18px; } .text-center.margin-0 { margin: 0; } .font-size-12 { font-size: 12px; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left, .tabulator .tabulator-row .tabulator-frozen.tabulator-frozen-left{ border-right: 0; } .checkbox.checkbox-inquiry label::after{ height: 6px; width: 13px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 7px; top: 10px; } .checkbox.checkbox-inquiry label::before{ height: 18px; width: 18px; border: 1px solid #ddd; left: 4px; top: 5px; } .checkbox.checkbox-inquiry label{ padding: 15px; } .checkbox.checkbox-inquiry{ margin: auto; } .checkbox.all-checkbox-inquiry label::after{ height: 6px; width: 13px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 7px; top: 10px; } .checkbox.all-checkbox-inquiry label::before{ height: 18px; width: 18px; border: 1px solid #ddd; left: 4px; top: 5px; } .checkbox.all-checkbox-inquiry label{ padding: 15px; } .checkbox.all-checkbox-inquiry{ margin: auto; } .rooms-content .box-header { padding: 0; } .rooms-content .box-body { padding-top: 25px; } /** override bootstrap **/ /*.checkbox { margin-top: 5px; }*/ /** .override bootstrap **/ /** override tabulator **/ .tabulator .tabulator-row.tabulator-row-even { background-color: #fbfbfb; } input[type=search] { border: solid 1px #ccc; } .tabulator { border: 1px solid #d2d6de; border-bottom: none; border-left: none; border-right: none; } .tabulator .tabulator-header .tabulator-col, .tabulator .tabulator-row .tabulator-cell { border-right: none; border-left: 1px solid #d2d6de; } .tabulator .tabulator-header .tabulator-col:last-child, .tabulator .tabulator-row .tabulator-cell:last-child { border-right: 1px solid #d2d6de !important; } .tabulator .tabulator-header { border-bottom: none; } .tabulator .tabulator-tableHolder { border-top: 1px solid #d2d6de; } .tabulator .tabulator-header .tabulator-col:last-child { border: none; } .tabulator .tabulator-footer { padding: 10px; background-color: #fff; border: none; font-weight: normal; } .tabulator .tabulator-tableHolder .tabulator-placeholder span { font-weight: normal; } .tabulator .tabulator-table { min-height: 50px !important; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right, .tabulator .tabulator-row .tabulator-cell:last-of-type { border-left: 1px solid #d2d6de !important; } .tabulator-cell { height: 50px !important; } /** .override tabulator **/ /** override adminLte **/ .skin-blue-light .sub-menu-active { background-color: #3c8dbc; color: #fff !important; } .skin-blue-light .sidebar-menu>li>a { font-weight: normal; } .box-header { padding: 25px; } .box-body { padding: 0 25px 25px 25px; min-height: 700px; } #dashboard .box-body { min-height: auto; } .info-box-text { white-space: normal; } .tooltip-inner { max-width: 250px; padding: 12px; color: #fff; text-align: left; background-color: #000; border-radius: 6px; font-size: 13px; } .modal-footer { border-top: none; } .hide { display: none !important; } /** override adminLte **/ /** override select2 **/ .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; } .select2-container { width: 100% !important; } /** .override select2 **/ /** override validation engine **/ .formError .formErrorContent { min-width: 195px; } /** .override validation engine **/ .invisible { opacity: 0 !important; } .main-footer .version{ text-align: right; } .custom-select .select2-search--dropdown { display: none; } .custom-select .select2-container .select2-selection--single { border: 1px solid #d2d6de; border-radius: 0; height: 34px; } .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single { border: 1px solid #3c8dbc; } .custom-select .select2-dropdown { border: 1px solid #3c8dbc; border-top: none; } .custom-timepicker .dropdown-menu { min-width: 50px; } .custom-timepicker .bootstrap-timepicker-widget.dropdown-menu.open table tbody td:not(:first-child) { display: none; } .custom-timepicker .bootstrap-timepicker-widget.timepicker-orient-left:before { left: 17px; } .custom-timepicker .bootstrap-timepicker-widget.timepicker-orient-left:after { left: 18px; } /** Override full calendar **/ .fc-day { cursor: pointer; } .fc-content { height: 38px; } .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td{ position: relative; top: -7px; } .fc-today .fc-day-number { font-weight: bold; color: #f39c12; margin-right: 3px; } .fc-unthemed td.fc-today { background: transparent; position: relative; } .fc-unthemed .fc-bg tbody td.fc-today:before { content: ''; position: absolute; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid #f39c12; } /** For calendar modal dialog **/ .fc-event, .fc-event-dot{ background: transparent; } .fc-event{ border: none; } .fc-title i.fa { color: #333; } #calendar-modal-body { min-height: 70px; } #calendar-modal #calendar-modal-body .buttonRoom.active{ -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); background-image: none; background-color: #e7e7e7; color: #333; border-color: #adadad; } #calendar .fc-day-grid-event.ic-calendar-events { font-size: 18px; background: #fff; border: none; } #calendar .fc-event, #calendar .fc-event:hover{ color: #333; } #calendar .fc-day-grid-event.ic-calendar-events span.fc-title { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); float: left; } #btn-pagination-filter{ margin-right: 12px; width: 80px; } #btn-pagination-filter select[name=page-size]{ width: 100%; box-sizing: border-box; -webkit-appearance: none; background-color: rgb(255, 255, 255); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==); background-position: right center; background-repeat: no-repeat; border: 1px solid rgb(204, 204, 204); border-radius: 0px; padding: 6px 12px; } #btn-form-checkboxes-filter select[name=form_checkboxes]{ width: 100%; box-sizing: border-box; -webkit-appearance: none; background-color: rgb(255, 255, 255); background-image: url(data:image/png;base64,iVB<KEY>); background-position: right center; background-repeat: no-repeat; border: 1px solid rgb(204, 204, 204); border-radius: 0px; padding: 6px 12px; } .hidden { display: none !important; } #delete-inq { min-width: 100px; } /* override datepicker */ .daterangepicker .calendar th{ font-weight: normal; font-size: 12px; } /* override datepicker */ .callendar-wrapper tr:first-child > td > .fc-day-grid-event { margin-top: 10px; } .callendar-wrapper .fc-content { text-align: center; } .callendar-wrapper .fc-title i.fa { font-size: 18px; padding: 6px 0 0; background: #fff; } .callendar-wrapper .fc-content .text-center.margin-0 { background: #fff; color: #000; } .callendar-wrapper .def-circle { margin-top: 31px; } #tabulator-inquiry.modal-col-tabulator-content{ width: 96%; right: calc(50% - 48%); } .inquiry-choice{ min-height: 55px; padding: 0; } .fc-toolbar.fc-header-toolbar { min-height: 32px; } .fc-toolbar.fc-footer-toolbar { min-height: 59px; } .fc-row .fc-content-skeleton{ /* height: 100%; */ } .fc .fc-row .fc-content-skeleton .fc-day-top, .fc .fc-row .fc-content-skeleton .fc-event-container { cursor: pointer; } .fc-day.fc-disabled-day{ cursor: context-menu; } #btn-add-event { padding: 5px 20px; margin: 5px; } .title-keyword-txt { font-weight: bold; color: #001db2; } .desc-keyword-txt { font-weight: bold; } .flexImage { display: flex; text-align: center; } @media only screen and (max-width:991px){ .form-group { display: block; overflow: auto; } } @media only screen and (max-width:767px){ #tabulator-inquiry.modal-col-tabulator-content{ width: 100%; right: 0; } .buttonRoom .fa{ font-size: 24px; } .buttonRoom{ padding: 18px 20px; margin: 0 8px; } .modal-dialog.room-detail-dialog{ width: 300px; min-height: 200px; margin: calc(50vh - 125px) auto; } .cal-btn-intruct .fa{ padding-right: 8px; } .cal-btn-intruct .fa-exclamation-triangle{ padding-right: 5px; } .cal-btn-intruct{ margin: auto; float: none; padding: 20px 1px; } .modal-dialog.room-detail-dialog .modal-title{ font-size: 16px; } .modal-dialog.room-detail-dialog .cal-btn-intruct{ font-size: 14px; } .choice-top { padding-left: 0px; } .modal-col-tabulator-content { width: 100%; right: 0px; } /* #modal-col-tabulator .modal-dialog { width: 100%; } */ .box-body { padding: 0 3% 25px 3% !important; } .form-group { overflow: auto; margin: 0 -12px !important; } .box-header { padding: 25px 3% !important; } .content-header>.breadcrumb { padding-left: 3%; } .modal-dialog { width: auto; } .modal-title { margin-bottom: 10px; } } @media only screen and (min-width: 420px) { .modal-dialog { /* width: 400px; */ margin: 230px auto; } } @media only screen and (max-width:375px){ #btn-col-tabulator { width: 140px; } } #reset-field{ position: relative; } #reset-field label { position: absolute; left: 16px; bottom: -30px; } .reset-field-password { margin-top: 5px; margin-bottom: -5px; } #reset-field input{ margin-top: 0 !important; } .formError .formErrorContent { background: transparent !important; color: #f00 !important; padding-left: 0 !important; font-size: 12px; line-height: 16px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: 0; } .formError .formErrorContent { min-width: 195px; } /* validation style */ .formError { z-index: 1 !important; border-top: 3px solid #f00; margin-top: -3px !important; display: block !important; left: 15px !important; right: 15px !important; bottom: 0px !important; } .formError.inline{ left: 0px !important; right: 0px !important; } #reset-field .formError{ position: relative !important; top: unset !important; left: 0 !important; } #form-password { padding-bottom: 35px; overflow: hidden; } .formError .formErrorContent { background: transparent !important; color: #f00 !important; padding-left: 0 !important; font-size: 12px; line-height: 16px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: 0; } .formError .formErrorArrow, .formError .formErrorArrowBottom{ display: none !important; } #page-campaign .box-body { min-height: 250px !important; margin-top: 35px; } #contact-form #form-status_id .choice label{ cursor: not-allowed !important; } #contact-form #form-sex .choice label{ cursor: not-allowed !important; } .modal-col-tabulator-content{ width: 600px !important; }
public/css/backend/backend.css
.content { min-height: 906px; } .alert a { text-decoration: none; } label { font-weight: normal; } label, input[type='checkbox'], input[type='radio'] { cursor: pointer; } [type="radio"]:checked, [type="radio"]:not(:checked) { position: absolute; left: -9999px; } [type="radio"]:checked + label, [type="radio"]:not(:checked) + label { position: relative; padding-left: 23px; cursor: pointer; line-height: 20px; display: inline-block; color: #666; } [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before { content: ''; position: absolute; left: 0; top: 0; width: 18px; height: 18px; border: 1px solid #ddd; border-radius: 100%; background: #fff; } [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after { content: ''; width: 10px; height: 10px; background: #3c8dbc; position: absolute; top: 4px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; } [type="radio"]:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } [type="radio"]:checked + label:after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .checkbox input[type="checkbox"] { opacity: 0; } .checkbox label { padding: 3px 0 3px 20px; position: relative; display: inline-block; /*padding-left: 22px;*/ } .checkbox label::before, .checkbox label::after { position: absolute; content: ""; display: inline-block; } .checkbox label::before{ height: 16px; width: 16px; border: 1px solid #ddd; left: 0px; top: 5px; } .checkbox label::after { height: 5px; width: 9px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 4px; top: 9px; } .checkbox input[type="checkbox"] + label::after { content: none; } .checkbox input[type="checkbox"]:checked + label::after { content: ""; } .checkbox input[type="checkbox"]:focus + label::before { outline: rgb(59, 153, 252) auto 5px; } input[type=number] { -moz-appearance:textfield; } input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .tooltip-img { cursor: pointer; margin: 5px 0 0 5px; font-size: 1.25em; } .label-required { font-size: 8.5px; top: -3px; position: relative; } .container-content { margin: 50px 0; } .handling-maker-group { margin-bottom: 10px; } .jobs-station-group-label, .jobs-skills-group-label { display: inline-block; margin-top: 20px; } .choice { /*padding : 7px 0 10px 0;*/ padding: 5px 5px 5px 0; } .choice-top { padding-top:10px; } .handling-maker-category, .job-station-line { color: #960000; clear:both; } .form-group { margin: 0; padding: 25px 0; clear: both; /*overflow: auto;*/ display: flex; align-items: center; border-top: 1px solid #eee; } .no-border { border-top: none; } #job-content .form-group:last-of-type { border-bottom: none; } .date { line-height: 1.5 !important; } .field-title { font-size: 17px; display: block; } .image-upload-label { color: #d9534f; display: block; } .office-modal .row.checkbox div ul { padding: 0; } .modal-title { display: inline-block; font-size: 16px; font-weight: bold; } .modal-dialog { width: 90%; } .modal-body { min-height: 150px; } .modal-skills-list { border-left: 1px solid #ccc; min-height: 67vh; } #modal-city-list, .modal-station-list { min-height: 57vh; display: table; width: 100%; } #checkall-city-list { margin: 10px 0; display: grid; } #checkAll { margin-right: 10px; } .selected-city-list, .selected-station-list { border-top: 1px solid #eee; padding-top: 20px; } #station-list, #selected-modal-station-list { line-height: 1.8em; } #js_prefecture { margin-bottom: 10px; } #selected-cities, #modal-selected-cities, #selected-stations, #modal-selected-stations { margin-top: 5px; line-height: 1.5em; display: block; } .txt-error { color: red; } .job-image { display: block; width: 100%; } .no-job-image { width: 164px; height: 164px; background-color: #ccc; color: #fff; text-align: center; vertical-align: middle; display: table-cell; font-weight: bold; } .btn-delete-image { margin-top: 10px; } #checkZipcode { margin-top: 50px; float: right; } .no-padding { padding-right: 0 !important; padding-left: 0 !important; } .col-padding-left { padding-left: 15px !important; } .col-padding-right { padding-right: 15px !important; } .col-no-padding-left { padding-left: 0px !important; } .col-no-padding-right { padding-right: 0px !important; } .col-margin-left { margin-left: 15px !important; } .col-margin-right { margin-right: 15px !important; } .col-skill-detail { margin-top : -4px; } .col-content p.handling-maker-category:not(:first-child) { padding-top: 20px; } .top20 { margin-top: 20px; } .top10 { margin-top: 10px; } #add-more-resume { width: 30%; } h4.sub-header { font-weight: bold; font-size: 14px; } .sidebar li .barcode { margin-left: auto; margin-right: auto; margin-top: 50px; margin-bottom: auto; width:75%; } #skill-detail-list .row-choice { padding: 10px 0 5px 0; } #skill-detail-list .odd { background-color: #f7f7f7; } input[type=checkbox].inline-block { margin-left: 5px; vertical-align: middle; cursor: pointer; margin-top: -3px; } #preview { background-color: #f4f4f4; border-color: #ddd; color: #444; } #preview, #send { min-width: 100px; } #btn-col-tabulator { margin-right: 10px; } .modal-col-tabulator-content { width: 510px; clear: both; right: 68px; /* display: none; */ -webkit-background-clip: padding-box; background-clip: padding-box; padding: 10px 20px 9px 20px; /* top: 143px; */ position: absolute; z-index: 1; background: #fff; /* margin-top: -1px; */ /* border-top: 1px solid #ddd; */ } .modal-col-tabulator-content .modal-header { padding: 5px 0px; } .modal-col-tabulator-content .modal-body { min-height: 15vh; } .inline-block { display: inline-block !important; margin-top: 10px; } .btn-skill.active { color: #fff !important; background-color: #5bc0de !important; border-color: #46b8da !important; } .image-preview-area { display: inline-block; position: relative; } .image-preview-area .image-preview { margin-top: 10px; display: inline-block; width: 250px; height: 165px; /*background-color: #A8A8A8;*/ border: 1px solid #eee; } .image-preview-area .image-preview img { /*border: 1px solid #eee;*/ width: 250px; } .image-preview-verify, .image-preview-verify img { margin-top: 10px; position: relative; } .image-preview-verify img { z-index: 101; } .image-preview-verify img:first-child { position: absolute; top: 0; left: 0; z-index: 100; } .image-preview-area .delete-image-preview { background-color: #fff; line-height: 1em; font-size: 1.2em; position: absolute; top: 20px; right: 10px; display: none; cursor: pointer; } .image-preview-area .delete-image-preview.show { display: inline-block; } .image-preview-area .delete-image-preview i { border: solid 1px #fff; box-shadow: 0 0 8px #fff } #datalist-header { margin-bottom: 5px; visibility: hidden; } #datalist-header.visible { visibility: visible; } .modal-close { position: absolute; right: 15px; top: 10px; } .buttonRoom .fa{ font-size: 48px; } .buttonRoom{ padding: 37px 40px; margin: 0 8px; } .modal-dialog.room-detail-dialog{ width: 500px; min-height: 340px; } .cal-btn-intruct .fa{ padding-right: 8px; } .cal-btn-intruct .fa-exclamation-triangle{ padding-right: 5px; } .cal-btn-intruct{ margin: auto; float: none; padding: 20px 1px; } .modal-dialog.room-detail-dialog .modal-title{ font-size: 20px; } .modal-dialog.room-detail-dialog .cal-btn-intruct{ font-size: 16px; } .def-circle{ text-align: center; width: 100%; margin-top: 35px; } .def-circle .fa{ font-size: 18px; } .text-center.margin-0 { margin: 0; } .font-size-12 { font-size: 12px; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-left, .tabulator .tabulator-row .tabulator-frozen.tabulator-frozen-left{ border-right: 0; } .checkbox.checkbox-inquiry label::after{ height: 6px; width: 13px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 7px; top: 10px; } .checkbox.checkbox-inquiry label::before{ height: 18px; width: 18px; border: 1px solid #ddd; left: 4px; top: 5px; } .checkbox.checkbox-inquiry label{ padding: 15px; } .checkbox.checkbox-inquiry{ margin: auto; } .checkbox.all-checkbox-inquiry label::after{ height: 6px; width: 13px; border-left: 2px solid #3c8dbc; border-bottom: 2px solid #3c8dbc; transform: rotate(-45deg); left: 7px; top: 10px; } .checkbox.all-checkbox-inquiry label::before{ height: 18px; width: 18px; border: 1px solid #ddd; left: 4px; top: 5px; } .checkbox.all-checkbox-inquiry label{ padding: 15px; } .checkbox.all-checkbox-inquiry{ margin: auto; } .rooms-content .box-header { padding: 0; } .rooms-content .box-body { padding-top: 25px; } /** override bootstrap **/ /*.checkbox { margin-top: 5px; }*/ /** .override bootstrap **/ /** override tabulator **/ .tabulator .tabulator-row.tabulator-row-even { background-color: #fbfbfb; } input[type=search] { border: solid 1px #ccc; } .tabulator { border: 1px solid #d2d6de; border-bottom: none; border-left: none; border-right: none; } .tabulator .tabulator-header .tabulator-col, .tabulator .tabulator-row .tabulator-cell { border-right: none; border-left: 1px solid #d2d6de; } .tabulator .tabulator-header .tabulator-col:last-child, .tabulator .tabulator-row .tabulator-cell:last-child { border-right: 1px solid #d2d6de !important; } .tabulator .tabulator-header { border-bottom: none; } .tabulator .tabulator-tableHolder { border-top: 1px solid #d2d6de; } .tabulator .tabulator-header .tabulator-col:last-child { border: none; } .tabulator .tabulator-footer { padding: 10px; background-color: #fff; border: none; font-weight: normal; } .tabulator .tabulator-tableHolder .tabulator-placeholder span { font-weight: normal; } .tabulator .tabulator-table { min-height: 50px !important; } .tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right, .tabulator .tabulator-row .tabulator-cell:last-of-type { border-left: 1px solid #d2d6de !important; } .tabulator-cell { height: 50px !important; } /** .override tabulator **/ /** override adminLte **/ .skin-blue-light .sub-menu-active { background-color: #3c8dbc; color: #fff !important; } .skin-blue-light .sidebar-menu>li>a { font-weight: normal; } .box-header { padding: 25px; } .box-body { padding: 0 25px 25px 25px; min-height: 700px; } #dashboard .box-body { min-height: auto; } .info-box-text { white-space: normal; } .tooltip-inner { max-width: 250px; padding: 12px; color: #fff; text-align: left; background-color: #000; border-radius: 6px; font-size: 13px; } .modal-footer { border-top: none; } .hide { display: none !important; } /** override adminLte **/ /** override select2 **/ .select2-container .select2-selection--single .select2-selection__rendered { padding-left: 0px; } .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; } .select2-container { width: 100% !important; } /** .override select2 **/ /** override validation engine **/ .formError .formErrorContent { min-width: 195px; } /** .override validation engine **/ .invisible { opacity: 0 !important; } .main-footer .version{ text-align: right; } .custom-select .select2-search--dropdown { display: none; } .custom-select .select2-container .select2-selection--single { border: 1px solid #d2d6de; border-radius: 0; height: 34px; } .custom-select .select2-container--default.select2-container--open.select2-container--below .select2-selection--single { border: 1px solid #3c8dbc; } .custom-select .select2-dropdown { border: 1px solid #3c8dbc; border-top: none; } .custom-timepicker .dropdown-menu { min-width: 50px; } .custom-timepicker .bootstrap-timepicker-widget.dropdown-menu.open table tbody td:not(:first-child) { display: none; } .custom-timepicker .bootstrap-timepicker-widget.timepicker-orient-left:before { left: 17px; } .custom-timepicker .bootstrap-timepicker-widget.timepicker-orient-left:after { left: 18px; } /** Override full calendar **/ .fc-day { cursor: pointer; } .fc-content { height: 38px; } .fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td{ position: relative; top: -7px; } .fc-today .fc-day-number { font-weight: bold; color: #f39c12; margin-right: 3px; } .fc-unthemed td.fc-today { background: transparent; position: relative; } .fc-unthemed .fc-bg tbody td.fc-today:before { content: ''; position: absolute; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid #f39c12; } /** For calendar modal dialog **/ .fc-event, .fc-event-dot{ background: transparent; } .fc-event{ border: none; } .fc-title i.fa { color: #333; } #calendar-modal-body { min-height: 70px; } #calendar-modal #calendar-modal-body .buttonRoom.active{ -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); -moz-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); box-shadow: inset 0 3px 5px rgba(0,0,0,0.125); background-image: none; background-color: #e7e7e7; color: #333; border-color: #adadad; } #calendar .fc-day-grid-event.ic-calendar-events { font-size: 18px; background: #fff; border: none; } #calendar .fc-event, #calendar .fc-event:hover{ color: #333; } #calendar .fc-day-grid-event.ic-calendar-events span.fc-title { position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); float: left; } #btn-pagination-filter{ margin-right: 12px; width: 80px; } #btn-pagination-filter select[name=page-size]{ width: 100%; box-sizing: border-box; -webkit-appearance: none; background-color: rgb(255, 255, 255); background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAAAvklEQVQoFY2QMQqEMBBFv7ERa/EMXkGw11K8QbDXzuN4BHv7QO6ifUgj7v4UAdlVM8Uwf+b9YZJISnlqrfEUZVlinucnBGKaJgghbiHOyLyFKIoCbdvecpyReYvo/Ma2bajrGtbaC58kCdZ1RZ7nl/4/4d5EsO/7nzl7IUtodBexMMagaRrs+06JLMvcNWmaOv2W/C/TMAyD58dxROgSmvxFFMdxoOs6lliWBXEcuzokXRbRoJRyvqqqQvye+QDMDz1D6yuj9wAAAABJRU5ErkJggg==); background-position: right center; background-repeat: no-repeat; border: 1px solid rgb(204, 204, 204); border-radius: 0px; padding: 6px 12px; } #btn-form-checkboxes-filter select[name=form_checkboxes]{ width: 100%; box-sizing: border-box; -webkit-appearance: none; background-color: rgb(255, 255, 255); background-image: url(data:image/png;base64,iVB<KEY>); background-position: right center; background-repeat: no-repeat; border: 1px solid rgb(204, 204, 204); border-radius: 0px; padding: 6px 12px; } .hidden { display: none !important; } #delete-inq { min-width: 100px; } /* override datepicker */ .daterangepicker .calendar th{ font-weight: normal; font-size: 12px; } /* override datepicker */ .callendar-wrapper tr:first-child > td > .fc-day-grid-event { margin-top: 10px; } .callendar-wrapper .fc-content { text-align: center; } .callendar-wrapper .fc-title i.fa { font-size: 18px; padding: 6px 0 0; background: #fff; } .callendar-wrapper .fc-content .text-center.margin-0 { background: #fff; color: #000; } .callendar-wrapper .def-circle { margin-top: 31px; } #tabulator-inquiry.modal-col-tabulator-content{ width: 96%; right: calc(50% - 48%); } .inquiry-choice{ min-height: 55px; padding: 0; } .fc-toolbar.fc-header-toolbar { min-height: 32px; } .fc-toolbar.fc-footer-toolbar { min-height: 59px; } .fc-row .fc-content-skeleton{ /* height: 100%; */ } .fc .fc-row .fc-content-skeleton .fc-day-top, .fc .fc-row .fc-content-skeleton .fc-event-container { cursor: pointer; } .fc-day.fc-disabled-day{ cursor: context-menu; } #btn-add-event { padding: 5px 20px; margin: 5px; } .title-keyword-txt { font-weight: bold; color: #001db2; } .desc-keyword-txt { font-weight: bold; } .flexImage { display: flex; text-align: center; } @media only screen and (max-width:991px){ .form-group { display: block; overflow: auto; } } @media only screen and (max-width:767px){ #tabulator-inquiry.modal-col-tabulator-content{ width: 100%; right: 0; } .buttonRoom .fa{ font-size: 24px; } .buttonRoom{ padding: 18px 20px; margin: 0 8px; } .modal-dialog.room-detail-dialog{ width: 300px; min-height: 200px; margin: calc(50vh - 125px) auto; } .cal-btn-intruct .fa{ padding-right: 8px; } .cal-btn-intruct .fa-exclamation-triangle{ padding-right: 5px; } .cal-btn-intruct{ margin: auto; float: none; padding: 20px 1px; } .modal-dialog.room-detail-dialog .modal-title{ font-size: 16px; } .modal-dialog.room-detail-dialog .cal-btn-intruct{ font-size: 14px; } .choice-top { padding-left: 0px; } .modal-col-tabulator-content { width: 100%; right: 0px; } /* #modal-col-tabulator .modal-dialog { width: 100%; } */ .box-body { padding: 0 3% 25px 3% !important; } .form-group { overflow: auto; margin: 0 -12px !important; } .box-header { padding: 25px 3% !important; } .content-header>.breadcrumb { padding-left: 3%; } .modal-dialog { width: auto; } .modal-title { margin-bottom: 10px; } } @media only screen and (min-width: 420px) { .modal-dialog { /* width: 400px; */ margin: 230px auto; } } @media only screen and (max-width:375px){ #btn-col-tabulator { width: 140px; } } #reset-field{ position: relative; } #reset-field label { position: absolute; left: 16px; bottom: -30px; } .reset-field-password { margin-top: 5px; margin-bottom: -5px; } #reset-field input{ margin-top: 0 !important; } .formError .formErrorContent { background: transparent !important; color: #f00 !important; padding-left: 0 !important; font-size: 12px; line-height: 16px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: 0; } .formError .formErrorContent { min-width: 195px; } /* validation style */ .formError { z-index: 1 !important; border-top: 3px solid #f00; margin-top: -3px !important; display: block !important; left: 15px !important; right: 15px !important; bottom: 0px !important; } .formError.inline{ left: 0px !important; right: 0px !important; } #reset-field .formError{ position: relative !important; top: unset !important; left: 0 !important; } #form-password { padding-bottom: 35px; overflow: hidden; } .formError .formErrorContent { background: transparent !important; color: #f00 !important; padding-left: 0 !important; font-size: 12px; line-height: 16px; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: 0; } .formError .formErrorArrow, .formError .formErrorArrowBottom{ display: none !important; } #page-campaign .box-body { min-height: 250px !important; margin-top: 35px; } #contact-form #form-status_id .choice label{ cursor: not-allowed !important; } #contact-form #form-sex .choice label{ cursor: not-allowed !important; } .modal-col-tabulator-content{ width: 600px !important; }
0.343122
0.097648
Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } body { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection declarations have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border: 1px solid #666; margin: 1em 0; padding: 0; } /* * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */ img { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Chrome Frame prompt ========================================================================== */ .chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ html, body { height: 100%; } body { background: #111 url() repeat fixed center top; background-size: auto auto; color: #000000; font-family: Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5 { font-family: Georgia, serif; margin: 0 0 20px; padding: 20px 0; } h2, h3 { background-size: 514px auto; border-bottom: 5px solid #fbb040; color: #414042; font-size: 3em; font-weight: normal; letter-spacing: -2px; margin-right: 2%; margin-left: 2%; padding: 0 0 0.5em; text-align: center; text-shadow: 0 1px 0 #000; text-transform: uppercase; width: auto; } h2 { color: #ffffff; } h3 { color: #ffffff; font-size: 1.3em; letter-spacing: -1px; padding: 1em 0 0.5em; } h4 { background-color: rgba(0,0,0,0.4); color: #ffffff; padding: 2px 0; text-align: center; text-shadow: 0 1px 0 #aaa, 0 0 10px #000; } h4 span { color: #fbb040; } h5 { font-style: italic; padding: 0; } p { margin: 0 0 10px; } p a { color: #ffffff; } a { color: #ffffff; } ol, ol li { list-style-position: inside; list-style-type: none; margin: 0; padding: 0; } section p, #bread p, #bread #info, #bread #additional, #signUp form, #speaking article { width: 90%; } .bigHeader { font-size: 4em; letter-spacing: -2px; text-shadow: none; } .signupButton { background-color: #fbb040; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd8013), to(#fbb040)); background: -webkit-linear-gradient(top, #fbb040, #dd8013); background: -moz-linear-gradient(top, #fbb040, #dd8013); background: -ms-linear-gradient(top, #fbb040, #dd8013); background: -o-linear-gradient(top, #fbb040, #dd8013); border: 0 none transparent; box-shadow: 0 3px 5px rgba(0,0,0,0.4); clear: both; color: #fff; cursor: pointer; display: block; font-size: 2em; margin: 0 auto 6px; padding: 20px 0 20px; text-align: center; text-decoration: none; text-shadow: 0 3px 3px rgba(0,0,0,0.7); width: 300px; } .signupButton:hover { text-decoration: underline; } .signupButton[disabled] { background: transparent; border: 3px dashed #414042; box-shadow: none; color: #414042; margin-bottom: 0; text-shadow: none; } .signupButton[disabled]:hover { text-decoration: none; } .contactUs { background: transparent; clear: both; color: white; display: block; font-family: Helvetica, Arial, sans-sreif; height: 32px; margin: 20px auto 0; padding: 10px 5px; text-align: center; width: 256px; } .contactUs a { background: transparent url(../img/icon_social_pixel.png) no-repeat scroll left top; background-size: auto; display: block; float: left; height: 64px; margin: 0; text-indent: -9999px; width: 64px; } .contactUs a.facebook { background-position: -64px 0;} .contactUs a.facebook:hover { background-position: -64px -64px;} .contactUs a.linkedin { background-position: -192px 0; margin: 0 16px; } .contactUs a.linkedin:hover { background-position: -192px -64px;} .contactUs a.twitter { background-position: 0 0;} .contactUs a.twitter:hover { background-position: 0 -64px;} #head { background: transparent url(../img/bg_dawn_1024x768.png) no-repeat fixed center bottom; background-size: cover; display: block; min-height: 95%; position: relative; text-align: center; width: 100%; } #head h1 { background: transparent url(../img/brewing_agile_2x.png) no-repeat scroll center bottom; background-size: 371px 100%; bottom: 0; display: block; height: 204px; left: 0; margin: 0 auto; padding: 0; position: absolute; text-indent: -9999px; width: 100%; z-index: 1; } #head .slogan { color: #fff; font-family: Georgia, serif; font-size: 4.5em; letter-spacing: -2px; padding-top: 1em; text-shadow: 0 2px 0 #999, 0 5px 10px rgba(0,0,0,0.7); left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 0; } section { background-color: #414042; clear: both; margin: 0; padding: 5% 2% 7% 2%; position: relative; z-index: 1; } section p { margin: 0 auto 1em; } #bread { background-color: #000000; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111111), to(#000000)), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background: -webkit-linear-gradient(top, #000000, transparent), url(../img/bg_dirt_1024x768.png) no-repeat fixed center center; background: -moz-linear-gradient(top, #000000, transparent), url(../img/bg_dirt_1024x768.png) no-repeat fixed center center; background: -ms-linear-gradient(top, #000000, #111111), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background: -o-linear-gradient(top, #000000, #111111), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background-size: 100% 100%, cover; border-bottom-color: #000000; color: #fbb040; padding-top: 1%; } #bread p { display: block; font-size: 1.2em; margin: 0 auto 1em; text-align: justify; } #bread #info, #bread #additional { background: #3e2c1b url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; clear: none; float: left; margin-right: auto; margin-bottom: 3em; margin-left: 9%; padding: 2%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 36%; } #bread #additional { float: right; margin-right: 9%; margin-left: auto; } #bread #info p, #bread #additional p { padding: 0 2% 2%; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 96%; } #bread #info p { } #bread #info p:first-child, #bread #additional p:first-child { padding-top: 2%; } #bread #intro { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 2em; font-weight: normal; letter-spacing: -1px; margin-right: auto; margin-left: auto; padding: 1em 2%; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 48%; } #bread #intro span { text-shadow: none; } #bread #quickInfo { font-family: Georgia, serif; margin-bottom: 3em; text-align: center; } #bread #quickInfo a { color: #fbb040; } #bread #quickInfo .date { font-size: 4em; letter-spacing: -3px; text-shadow: 0 2px 0 #bd8504; } #bread #quickInfo .price { font-size: 4em; letter-spacing: -4px; line-height: 0.5em; text-shadow: 0 2px 0 #bd8504; } #bread .contactUs { width: 256px; } #signUp { background-color: #eeeeee; background: url(../img/bg_stone_1024x768.png) repeat-x fixed center center; background-size: cover; } #signUp header { position: relative; } #signUp .bulk { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #fff; padding: 0.5em; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #signUp .bulk span { color: #fbb040; font-family: Georgia, serif; font-size: 2em; } #signUp form { display: block; margin: 0 auto; } #signUp form .label, #signUp form .input { font-size: 1.2em; margin-bottom: 1em; } #signUp form .label { clear: left; float: left; min-width: 9em; padding-top: 1%; position: relative; text-align: right; width: 24%; } #signUp form .label label { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; display: block; font-style: italic; padding: 3% 5% 5%; position: absolute; right: 0; text-align: right; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); top: -5px; width: 8em; height: 1em; } #signUp form .input, #signUp form .textarea { float: left; padding-right: 13%; text-align: left; width: 50%; } #signUp form .textarea { margin-bottom: 2em; } #signUp form .input input, #signUp form .textarea textarea { padding: 3%; width: 94%; } #signUp form .invoice input { margin: 15px 0 0 20px; padding: 3%; width: auto; } #signUp form .textarea textarea { border: 0 none transparent; height: 5em; } #signUp form .checkbox, #signUp form .radio, #signUp form .invoice, #signUp form .success, #signUp form .error { background: transparent; border: 3px dashed #414042; color: #414042; float: left; margin: 0; padding: 2%; position: relative; text-align: center; width: 47%; } #signUp form .radio.checked { background-color: #fff; border-color: #FBB040; border-style: solid; } #signUp form .radio.first { } #signUp form .radio.last { margin-top: 1em; width: 94%; } #signUp form .checkbox, #signUp form .invoice { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; border: none; margin: 1px 0 2em; padding: 2%; } #signUp form .invoice pre { font-family: Arial, sans-serif; font-size: 0.9em; margin: 10px 0 0; width: auto; } #signUp form .invoice pre span { font-size: 0.9em; text-align: left; } #signUp form .radio .timeInfo { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; display: block; font-size: 0.8em; font-style: italic; left: 100%; padding: 1%; position: absolute; top: 0; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 7em; } #signUp form .radio label { font-size: 1.4em; text-align: center; } #signUp form .radio label span { font-size: 0.8em; } #signUp form .radio input { margin-right: 30px; } #signUp form .success, #signUp form .error { border-color: transparent; margin: 1em 24%; } #signUp form .success { background-color: #63d62b; float: none; } #signUp form .error { background-color: #d6372b; float: none; } #signUp form .success p, #signUp form .error p { font-size: 1.4em; width: 98%; } #signUp form .success p span, #signUp form .error p span { font-size: 0.8em; } #signUp .submit { clear: both; padding-top: 20px; } section article { display: block; } #whoItIsFor { background: transparent url(../img/bg_darkstone_1024x768.png) repeat-x fixed center center; background-size: cover; } #whoItIsFor h2 { } #whoItIsFor section { background: #b7b7b7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; clear: none; margin: 0 auto 0; padding: 2%; text-align: justify; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 96%; } #whoItIsFor section p { -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #whoItIsFor h4 { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 2em; font-weight: normal; letter-spacing: -1px; margin-right: auto; margin-left: auto; padding: 1em 2%; position: relative; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 96%; z-index: 2; } #videos { background: transparent url(../img/bg_darkstone_1024x768.png) repeat-x fixed center center; background-size: cover; } #videos article { background: #b7b7b7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; margin: 0 auto 5%; max-width: 600px; padding: 2%; text-align: center; width: 80%; } #videos article h3 { border-bottom-color: #999; color: #000; font-size: 1.6em; margin-bottom: 0; text-shadow: none; } #videos article iframe { height: 320px; max-width: 560px; width: 100%; } #speaking { background: transparent url(../img/bg_magma_1024x768.png) repeat-x fixed center center; background-size: cover; } #speaking h2 { color: #ffffff; } #speaking article { clear: both; margin-right: auto; margin-left: auto; position: relative; } #speaking .speaker { background: #f7b215 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; height: 320px; overflow: hidden; position: relative; margin-bottom: 2%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); transition: max-height 1s; -webkit-transition: max-height 1s; /* Safari */ } #speaking .speaker.open { height: auto; } #speaking .readMoreButton { background-color: #000000; bottom: -4%; color: #ffffff; font-family: Georgia, serif; font-size: 1.8em; padding: 1% 1% 3.5%; position: absolute; right: 0; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); z-index: 10; } #speaking .readMoreButton:hover { background-color: #ffffff; color: #000000; } #speaking article.speaker > header { background-color: #000000; display: block; left: 0; padding: 2%; position: absolute; top: 0; width: 24%; } #speaking article > header div { background: transparent url() no-repeat scroll center center; background-size: contain; height: 230px; margin: 0 auto; width: 100%; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #speaking .gojko > header div { background-image: url(../img/gojko_adzic.jpg); } #speaking .sara > header div { background-image: url(../img/sara_leren.jpg); } #speaking .emily > header div { background-image: url(../img/emily_bache.jpg); } #speaking .bea > header div { background-image: url(../img/bea_during.jpg); } #speaking article > header h3 { border: 0; color: #ffffff; display: block; margin: 0em auto 0; padding: 0; text-shadow: none; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 100%; } #speaking article > header h3 span { color: #ffffff; font-size: 0.8em; font-style: italic; } #speaking article section { background-color: transparent; } #speaking .talk, #speaking .about { clear: none; text-align: justify; width: 30% } #speaking .talk { float: right; margin-right: 2%; } #speaking .about { float: right; } #speaking .talk header h4 { background-color: transparent; color: #000000; font-size: 1.4em; font-weight: normal; letter-spacing: -1px; text-align: justify; text-shadow: none; } #speaking .talk header h4 span { color: #000000; font-size: 2em; letter-spacing: -2px; line-height: 1.4em; } #speaking h4, #speaking h5 { -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #speaking p { font-size: 1.2em; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 100%; } #speaking p.presented { font-style: italic;; } #speaking #moreSpeakers { background-color: transparent; clear: both; float: none; margin-top: 3em; z-index: -1; } #speaking #moreSpeakers header { width: 100%; } #speaking #moreSpeakers h4 { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 3em; font-weight: normal; letter-spacing: -1px; width: 100%; } #speaking #moreSpeakers p { text-align: center; } #timeplan { background: transparent url(../img/bg_lava_1024x768.png) repeat-x fixed center center; background-size: cover; } #layout { clear: both; color: #fbb040; float: right; width: 60% } #layout > header { margin-bottom: 4%; } #layout div { float: left; width: 100%; } #layout div.first { padding-left: 0; } #layout div header { background: transparent url(../img/workshop.jpg) no-repeat scroll center center; background-size: cover; float: left; width: 38%; } #layout #conference header { background-image: url(../img/conference.jpg); } #layout #scrumBeers header { background-image: url(../img/scrumbeers.jpg); } #layout #unconference header { background-image: url(../img/unconference.jpg); } #layout div header h4 { margin-bottom: 0; margin-top: 105px; } #layout #scrumBeers h4 { } #layout #unconference h4 { } #layout div p { background: #232427 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; display: block; float: right; padding-bottom: 1em; padding: 0 2% 2% 4%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 56%; } #layout .date { font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; font-size: 1.1em; font-style: italic; margin-top: 20px; margin-bottom: 0; padding-top: 1em; } #schedule { color: #fbb040; float: right; width: 40%; } #schedule div { display: block; float: left; width: 100%; } #schedule h4 { background-color: transparent; clear: none; color: #fbb040; float: left; font-family: Helvetica, Arial, sans-serif; padding-bottom: 10px; text-shadow: 0 2px 0 #BD8504; width: 22%; } #schedule h4 span { color: #fbb040; font-size: 5em; line-height: 1em; } #schedule h4 span span { font-size: 0.3em; } #schedule dl { display: block; float: right; margin: 0; padding-left: 5%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 70%; } #schedule dl dt, #schedule dl dd { background-color: #362e30; padding: 0.25em 0; } #schedule dl .even { background-color: #232427; } #schedule dl dt { clear: left; display: block; float: left; font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; font-style: italic; padding-right: 3%; padding-left: 3%; width: 25%; } #schedule dl dd { display: block; float: left; margin-left: 0; padding-left: 3%; padding-right: 1%; width: 65%; } #schedule dl dd.wrapUp { } #schedule dl dt.first, #schedule dl dd.first { border-top: 0 none transparent; } article .fridayMorning { height: 10em; } article .fridayAfternoon { height: 27em; padding-top: 20px; } article .fridayEvening { height: 18em; padding-top: 20px; } article .saturdayAfternoon { height: auto; padding-top: 20px; } #otherInfo { background: transparent url(../img/bg_core_1024x768.png) repeat-x fixed center center; background-size: cover; } #otherInfo h3 { color: #414042; } #sponsors { background: #ffffff url() repeat-x fixed center center; background-size: cover; text-align: center; } #sponsors h2 { color: #414042; } #sponsors div { margin: 0 auto; } #sponsors div a { float: left; margin: 4%; } #sponsors img { display: block; max-width: 100%; max-height: 100%; } #sponsors p { clear: both; font-size: 0.8em; padding-top: 2em; } #sponsors p a { color: #000000; } footer { background-color: #000000; clear: both; color: #fbb040; font-family: Georgia, serif; margin: 0 5%; padding: 2% 2% 1% 2%; text-align: center; } footer a { color: #fbb040; } /* ========================================================================== Fixes for LT IE9 ========================================================================== */ html.lt-ie9 { } html.lt-ie9 #head { background-repeat: repeat-x; } html.lt-ie9 #head h1 { background-image: url(../img/brewing_agile.png); } html.lt-ie9 #head .slogan { position: absolute; } html.lt-ie9 #speaking article > header div { background-size: auto 100%; } /* ========================================================================== Fixes for other browsers ========================================================================== */ body.ios #head .slogan, body.android #head .slogan { position: absolute; } /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 100%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } .clear { clear: both; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. Theses examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 875px){ h2, h3 { margin-right: 7%; margin-left: 7%; } section p, #bread p, #signUp form, #whoItIsFor h4, #whoItIsFor section, #speaking article { width: 80%; } #bread #info, #bread #additional { width: 36%; margin-left: 9%; } #bread #additional { margin-right: 9%; margin-left: 0; } #head .slogan { font-size: 5em; letter-spacing: -2px; } article .fridayAfternoon { height: 26em; } article .fridayEvening { height: 13em; } } @media only screen and (min-width: 1100px){ h2, h3 { margin-right: 17%; margin-left: 17%; } section p, #bread p, #signUp form, #whoItIsFor h4, #whoItIsFor section, #speaking article { width: 60%; } #bread #info, #bread #additional { width: 26%; margin-left: 19%; } #bread #additional { margin-right: 19%; margin-left: 0; } #head .slogan { font-size: 6em; letter-spacing: -3px; } footer { margin: 0 auto; padding: 10px 2% 20px; } section article .fridayEvening { height: 12em; } } @media only screen and (max-width: 650px) { h2, h3 { /*background-color: #ffff00;*/ } #head .slogan { font-size: 4em; letter-spacing: -2px; } #bread p, section p { width: 80%; } #bread #intro { width: 98%; } #bread #info, #bread #additional { margin: 0 auto; width: 80%; } #signUp form .label { height: 40px; margin-bottom: 0; } #signUp form .label label { height: 20px; padding: 10px; top: 0; -moz-transform: skew(0,0); -webkit-transform: skew(0,0); -o-transform: skew(0,0); -ms-transform: skew(0,0); transform: skew(0,0); } #signUp form .input { clear: left; width: 96%; } #signUp form .checkbox, #signUp form .radio, #signUp form .success, #signUp form .error { width: 96%; } #signUp form .radio { padding-top: 2em; } #signUp form .radio .timeInfo { left: auto; right: 0; } #signUp form .success, #signUp form .error { margin: 1em 0; } article .fridayAfternoon, article .fridayEvening, article .saturdayAfternoon { height: auto; border-top: 0 none transparent; } article .saturdayAfternoon { border-top: none; padding-top: 0; } #speakers div, #layout div { float: none; padding-left: 0; overflow: hidden; width: 100%; } #speakers img, #layout img { display: block; height: auto; margin: 0 auto; text-align: center; max-width: 100%; } #speakers div.right { padding-top: 2%; padding-left: 0; } #speaking article.speaker > header { width: 28%; } #speaking .talk, #speaking .about { width: 60%; } #speaking .talk header h4 { font-size: 2em; letter-spacing: -1px; line-height: 1.5em; } #layout, #schedule { clear: both; float: none; padding-left: 0; width: 100%; } #schedule #day2 { padding-top: 5%; } #speaking .talk header h4 span { font-size: 1em; } #sponsors div { width: 100% !important; } } @media only screen and (max-width: 500px) { h2, h3 { /*background-color: orange;*/ } #head .slogan { font-size: 3em; letter-spacing: -1px; } h2, h3 { margin-left: 0; margin-right: 0; } h2 { font-size: 2em; } #bread #info, #bread #additional { width: 96%; } #bread p, section p { float: none; width: 90%; } #bread #quickInfo { padding-bottom: 20px; } #bread #quickInfo .date { font-size: 2em; } #bread #quickInfo .price { font-size: 3em; } #bread #intro { font-size: 1.6em; line-height: 1.2em; } .signupButton { width: 75%; } #layout div header { clear: both; float: none; width: 100%; } #layout div header h4 { margin: 0; } #layout div p { clear: both; float: none; } #layout div { height: auto !important; } #layout div p { -moz-transform: skew(0,0); -webkit-transform: skew(0,0); -o-transform: skew(0,0); -ms-transform: skew(0,0); transform: skew(0,0); width: 96%; } #layout div p.date { margin-top: 0; } } @media screen and (max-width: 500px) and (orientation:landscape) { #head .slogan { font-size: 2em; letter-spacing: -1px; } } @media only screen and (max-width: 320px) { h2, h3 { /*background-color: red;*/ } } @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { /* CSS overrides for mobile here */ } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
2013/css/main.css
Base styles: opinionated defaults ========================================================================== */ html, button, input, select, textarea { color: #222; } body { font-size: 1em; line-height: 1.4; } /* * Remove text-shadow in selection highlight: h5bp.com/i * These selection declarations have to be separate. * Customize the background color to match your design. */ ::-moz-selection { background: #b3d4fc; text-shadow: none; } ::selection { background: #b3d4fc; text-shadow: none; } /* * A better looking default horizontal rule */ hr { display: block; height: 1px; border: 0; border: 1px solid #666; margin: 1em 0; padding: 0; } /* * Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */ img { vertical-align: middle; } /* * Remove default fieldset styles. */ fieldset { border: 0; margin: 0; padding: 0; } /* * Allow only vertical resizing of textareas. */ textarea { resize: vertical; } /* ========================================================================== Chrome Frame prompt ========================================================================== */ .chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } /* ========================================================================== Author's custom styles ========================================================================== */ html, body { height: 100%; } body { background: #111 url() repeat fixed center top; background-size: auto auto; color: #000000; font-family: Helvetica, Arial, sans-serif; } h1, h2, h3, h4, h5 { font-family: Georgia, serif; margin: 0 0 20px; padding: 20px 0; } h2, h3 { background-size: 514px auto; border-bottom: 5px solid #fbb040; color: #414042; font-size: 3em; font-weight: normal; letter-spacing: -2px; margin-right: 2%; margin-left: 2%; padding: 0 0 0.5em; text-align: center; text-shadow: 0 1px 0 #000; text-transform: uppercase; width: auto; } h2 { color: #ffffff; } h3 { color: #ffffff; font-size: 1.3em; letter-spacing: -1px; padding: 1em 0 0.5em; } h4 { background-color: rgba(0,0,0,0.4); color: #ffffff; padding: 2px 0; text-align: center; text-shadow: 0 1px 0 #aaa, 0 0 10px #000; } h4 span { color: #fbb040; } h5 { font-style: italic; padding: 0; } p { margin: 0 0 10px; } p a { color: #ffffff; } a { color: #ffffff; } ol, ol li { list-style-position: inside; list-style-type: none; margin: 0; padding: 0; } section p, #bread p, #bread #info, #bread #additional, #signUp form, #speaking article { width: 90%; } .bigHeader { font-size: 4em; letter-spacing: -2px; text-shadow: none; } .signupButton { background-color: #fbb040; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dd8013), to(#fbb040)); background: -webkit-linear-gradient(top, #fbb040, #dd8013); background: -moz-linear-gradient(top, #fbb040, #dd8013); background: -ms-linear-gradient(top, #fbb040, #dd8013); background: -o-linear-gradient(top, #fbb040, #dd8013); border: 0 none transparent; box-shadow: 0 3px 5px rgba(0,0,0,0.4); clear: both; color: #fff; cursor: pointer; display: block; font-size: 2em; margin: 0 auto 6px; padding: 20px 0 20px; text-align: center; text-decoration: none; text-shadow: 0 3px 3px rgba(0,0,0,0.7); width: 300px; } .signupButton:hover { text-decoration: underline; } .signupButton[disabled] { background: transparent; border: 3px dashed #414042; box-shadow: none; color: #414042; margin-bottom: 0; text-shadow: none; } .signupButton[disabled]:hover { text-decoration: none; } .contactUs { background: transparent; clear: both; color: white; display: block; font-family: Helvetica, Arial, sans-sreif; height: 32px; margin: 20px auto 0; padding: 10px 5px; text-align: center; width: 256px; } .contactUs a { background: transparent url(../img/icon_social_pixel.png) no-repeat scroll left top; background-size: auto; display: block; float: left; height: 64px; margin: 0; text-indent: -9999px; width: 64px; } .contactUs a.facebook { background-position: -64px 0;} .contactUs a.facebook:hover { background-position: -64px -64px;} .contactUs a.linkedin { background-position: -192px 0; margin: 0 16px; } .contactUs a.linkedin:hover { background-position: -192px -64px;} .contactUs a.twitter { background-position: 0 0;} .contactUs a.twitter:hover { background-position: 0 -64px;} #head { background: transparent url(../img/bg_dawn_1024x768.png) no-repeat fixed center bottom; background-size: cover; display: block; min-height: 95%; position: relative; text-align: center; width: 100%; } #head h1 { background: transparent url(../img/brewing_agile_2x.png) no-repeat scroll center bottom; background-size: 371px 100%; bottom: 0; display: block; height: 204px; left: 0; margin: 0 auto; padding: 0; position: absolute; text-indent: -9999px; width: 100%; z-index: 1; } #head .slogan { color: #fff; font-family: Georgia, serif; font-size: 4.5em; letter-spacing: -2px; padding-top: 1em; text-shadow: 0 2px 0 #999, 0 5px 10px rgba(0,0,0,0.7); left: 0; position: fixed; text-align: center; top: 0; width: 100%; z-index: 0; } section { background-color: #414042; clear: both; margin: 0; padding: 5% 2% 7% 2%; position: relative; z-index: 1; } section p { margin: 0 auto 1em; } #bread { background-color: #000000; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#111111), to(#000000)), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background: -webkit-linear-gradient(top, #000000, transparent), url(../img/bg_dirt_1024x768.png) no-repeat fixed center center; background: -moz-linear-gradient(top, #000000, transparent), url(../img/bg_dirt_1024x768.png) no-repeat fixed center center; background: -ms-linear-gradient(top, #000000, #111111), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background: -o-linear-gradient(top, #000000, #111111), url(../img/bg_dirt_1024x768.png) no-repeat scroll center bottom; background-size: 100% 100%, cover; border-bottom-color: #000000; color: #fbb040; padding-top: 1%; } #bread p { display: block; font-size: 1.2em; margin: 0 auto 1em; text-align: justify; } #bread #info, #bread #additional { background: #3e2c1b url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; clear: none; float: left; margin-right: auto; margin-bottom: 3em; margin-left: 9%; padding: 2%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 36%; } #bread #additional { float: right; margin-right: 9%; margin-left: auto; } #bread #info p, #bread #additional p { padding: 0 2% 2%; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 96%; } #bread #info p { } #bread #info p:first-child, #bread #additional p:first-child { padding-top: 2%; } #bread #intro { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 2em; font-weight: normal; letter-spacing: -1px; margin-right: auto; margin-left: auto; padding: 1em 2%; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 48%; } #bread #intro span { text-shadow: none; } #bread #quickInfo { font-family: Georgia, serif; margin-bottom: 3em; text-align: center; } #bread #quickInfo a { color: #fbb040; } #bread #quickInfo .date { font-size: 4em; letter-spacing: -3px; text-shadow: 0 2px 0 #bd8504; } #bread #quickInfo .price { font-size: 4em; letter-spacing: -4px; line-height: 0.5em; text-shadow: 0 2px 0 #bd8504; } #bread .contactUs { width: 256px; } #signUp { background-color: #eeeeee; background: url(../img/bg_stone_1024x768.png) repeat-x fixed center center; background-size: cover; } #signUp header { position: relative; } #signUp .bulk { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #fff; padding: 0.5em; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #signUp .bulk span { color: #fbb040; font-family: Georgia, serif; font-size: 2em; } #signUp form { display: block; margin: 0 auto; } #signUp form .label, #signUp form .input { font-size: 1.2em; margin-bottom: 1em; } #signUp form .label { clear: left; float: left; min-width: 9em; padding-top: 1%; position: relative; text-align: right; width: 24%; } #signUp form .label label { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; display: block; font-style: italic; padding: 3% 5% 5%; position: absolute; right: 0; text-align: right; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); top: -5px; width: 8em; height: 1em; } #signUp form .input, #signUp form .textarea { float: left; padding-right: 13%; text-align: left; width: 50%; } #signUp form .textarea { margin-bottom: 2em; } #signUp form .input input, #signUp form .textarea textarea { padding: 3%; width: 94%; } #signUp form .invoice input { margin: 15px 0 0 20px; padding: 3%; width: auto; } #signUp form .textarea textarea { border: 0 none transparent; height: 5em; } #signUp form .checkbox, #signUp form .radio, #signUp form .invoice, #signUp form .success, #signUp form .error { background: transparent; border: 3px dashed #414042; color: #414042; float: left; margin: 0; padding: 2%; position: relative; text-align: center; width: 47%; } #signUp form .radio.checked { background-color: #fff; border-color: #FBB040; border-style: solid; } #signUp form .radio.first { } #signUp form .radio.last { margin-top: 1em; width: 94%; } #signUp form .checkbox, #signUp form .invoice { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; border: none; margin: 1px 0 2em; padding: 2%; } #signUp form .invoice pre { font-family: Arial, sans-serif; font-size: 0.9em; margin: 10px 0 0; width: auto; } #signUp form .invoice pre span { font-size: 0.9em; text-align: left; } #signUp form .radio .timeInfo { background: #c0b0a7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; color: #414042; display: block; font-size: 0.8em; font-style: italic; left: 100%; padding: 1%; position: absolute; top: 0; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 7em; } #signUp form .radio label { font-size: 1.4em; text-align: center; } #signUp form .radio label span { font-size: 0.8em; } #signUp form .radio input { margin-right: 30px; } #signUp form .success, #signUp form .error { border-color: transparent; margin: 1em 24%; } #signUp form .success { background-color: #63d62b; float: none; } #signUp form .error { background-color: #d6372b; float: none; } #signUp form .success p, #signUp form .error p { font-size: 1.4em; width: 98%; } #signUp form .success p span, #signUp form .error p span { font-size: 0.8em; } #signUp .submit { clear: both; padding-top: 20px; } section article { display: block; } #whoItIsFor { background: transparent url(../img/bg_darkstone_1024x768.png) repeat-x fixed center center; background-size: cover; } #whoItIsFor h2 { } #whoItIsFor section { background: #b7b7b7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; clear: none; margin: 0 auto 0; padding: 2%; text-align: justify; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 96%; } #whoItIsFor section p { -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #whoItIsFor h4 { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 2em; font-weight: normal; letter-spacing: -1px; margin-right: auto; margin-left: auto; padding: 1em 2%; position: relative; text-align: center; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 96%; z-index: 2; } #videos { background: transparent url(../img/bg_darkstone_1024x768.png) repeat-x fixed center center; background-size: cover; } #videos article { background: #b7b7b7 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; margin: 0 auto 5%; max-width: 600px; padding: 2%; text-align: center; width: 80%; } #videos article h3 { border-bottom-color: #999; color: #000; font-size: 1.6em; margin-bottom: 0; text-shadow: none; } #videos article iframe { height: 320px; max-width: 560px; width: 100%; } #speaking { background: transparent url(../img/bg_magma_1024x768.png) repeat-x fixed center center; background-size: cover; } #speaking h2 { color: #ffffff; } #speaking article { clear: both; margin-right: auto; margin-left: auto; position: relative; } #speaking .speaker { background: #f7b215 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; height: 320px; overflow: hidden; position: relative; margin-bottom: 2%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); transition: max-height 1s; -webkit-transition: max-height 1s; /* Safari */ } #speaking .speaker.open { height: auto; } #speaking .readMoreButton { background-color: #000000; bottom: -4%; color: #ffffff; font-family: Georgia, serif; font-size: 1.8em; padding: 1% 1% 3.5%; position: absolute; right: 0; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); z-index: 10; } #speaking .readMoreButton:hover { background-color: #ffffff; color: #000000; } #speaking article.speaker > header { background-color: #000000; display: block; left: 0; padding: 2%; position: absolute; top: 0; width: 24%; } #speaking article > header div { background: transparent url() no-repeat scroll center center; background-size: contain; height: 230px; margin: 0 auto; width: 100%; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #speaking .gojko > header div { background-image: url(../img/gojko_adzic.jpg); } #speaking .sara > header div { background-image: url(../img/sara_leren.jpg); } #speaking .emily > header div { background-image: url(../img/emily_bache.jpg); } #speaking .bea > header div { background-image: url(../img/bea_during.jpg); } #speaking article > header h3 { border: 0; color: #ffffff; display: block; margin: 0em auto 0; padding: 0; text-shadow: none; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 100%; } #speaking article > header h3 span { color: #ffffff; font-size: 0.8em; font-style: italic; } #speaking article section { background-color: transparent; } #speaking .talk, #speaking .about { clear: none; text-align: justify; width: 30% } #speaking .talk { float: right; margin-right: 2%; } #speaking .about { float: right; } #speaking .talk header h4 { background-color: transparent; color: #000000; font-size: 1.4em; font-weight: normal; letter-spacing: -1px; text-align: justify; text-shadow: none; } #speaking .talk header h4 span { color: #000000; font-size: 2em; letter-spacing: -2px; line-height: 1.4em; } #speaking h4, #speaking h5 { -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); } #speaking p { font-size: 1.2em; -moz-transform: skew(0,-4deg); -webkit-transform: skew(0,-4deg); -o-transform: skew(0,-4deg); -ms-transform: skew(0,-4deg); transform: skew(0,-4deg); width: 100%; } #speaking p.presented { font-style: italic;; } #speaking #moreSpeakers { background-color: transparent; clear: both; float: none; margin-top: 3em; z-index: -1; } #speaking #moreSpeakers header { width: 100%; } #speaking #moreSpeakers h4 { background: rgba(0,0,0,0.4) url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; font-size: 3em; font-weight: normal; letter-spacing: -1px; width: 100%; } #speaking #moreSpeakers p { text-align: center; } #timeplan { background: transparent url(../img/bg_lava_1024x768.png) repeat-x fixed center center; background-size: cover; } #layout { clear: both; color: #fbb040; float: right; width: 60% } #layout > header { margin-bottom: 4%; } #layout div { float: left; width: 100%; } #layout div.first { padding-left: 0; } #layout div header { background: transparent url(../img/workshop.jpg) no-repeat scroll center center; background-size: cover; float: left; width: 38%; } #layout #conference header { background-image: url(../img/conference.jpg); } #layout #scrumBeers header { background-image: url(../img/scrumbeers.jpg); } #layout #unconference header { background-image: url(../img/unconference.jpg); } #layout div header h4 { margin-bottom: 0; margin-top: 105px; } #layout #scrumBeers h4 { } #layout #unconference h4 { } #layout div p { background: #232427 url(../img/bg_shine_640x480.png) no-repeat fixed center center; background-size: cover; display: block; float: right; padding-bottom: 1em; padding: 0 2% 2% 4%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 56%; } #layout .date { font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; font-size: 1.1em; font-style: italic; margin-top: 20px; margin-bottom: 0; padding-top: 1em; } #schedule { color: #fbb040; float: right; width: 40%; } #schedule div { display: block; float: left; width: 100%; } #schedule h4 { background-color: transparent; clear: none; color: #fbb040; float: left; font-family: Helvetica, Arial, sans-serif; padding-bottom: 10px; text-shadow: 0 2px 0 #BD8504; width: 22%; } #schedule h4 span { color: #fbb040; font-size: 5em; line-height: 1em; } #schedule h4 span span { font-size: 0.3em; } #schedule dl { display: block; float: right; margin: 0; padding-left: 5%; -moz-transform: skew(0,4deg); -webkit-transform: skew(0,4deg); -o-transform: skew(0,4deg); -ms-transform: skew(0,4deg); transform: skew(0,4deg); width: 70%; } #schedule dl dt, #schedule dl dd { background-color: #362e30; padding: 0.25em 0; } #schedule dl .even { background-color: #232427; } #schedule dl dt { clear: left; display: block; float: left; font-family: 'Palatino Linotype','Book Antiqua',Palatino,serif; font-style: italic; padding-right: 3%; padding-left: 3%; width: 25%; } #schedule dl dd { display: block; float: left; margin-left: 0; padding-left: 3%; padding-right: 1%; width: 65%; } #schedule dl dd.wrapUp { } #schedule dl dt.first, #schedule dl dd.first { border-top: 0 none transparent; } article .fridayMorning { height: 10em; } article .fridayAfternoon { height: 27em; padding-top: 20px; } article .fridayEvening { height: 18em; padding-top: 20px; } article .saturdayAfternoon { height: auto; padding-top: 20px; } #otherInfo { background: transparent url(../img/bg_core_1024x768.png) repeat-x fixed center center; background-size: cover; } #otherInfo h3 { color: #414042; } #sponsors { background: #ffffff url() repeat-x fixed center center; background-size: cover; text-align: center; } #sponsors h2 { color: #414042; } #sponsors div { margin: 0 auto; } #sponsors div a { float: left; margin: 4%; } #sponsors img { display: block; max-width: 100%; max-height: 100%; } #sponsors p { clear: both; font-size: 0.8em; padding-top: 2em; } #sponsors p a { color: #000000; } footer { background-color: #000000; clear: both; color: #fbb040; font-family: Georgia, serif; margin: 0 5%; padding: 2% 2% 1% 2%; text-align: center; } footer a { color: #fbb040; } /* ========================================================================== Fixes for LT IE9 ========================================================================== */ html.lt-ie9 { } html.lt-ie9 #head { background-repeat: repeat-x; } html.lt-ie9 #head h1 { background-image: url(../img/brewing_agile.png); } html.lt-ie9 #head .slogan { position: absolute; } html.lt-ie9 #speaking article > header div { background-size: auto 100%; } /* ========================================================================== Fixes for other browsers ========================================================================== */ body.ios #head .slogan, body.android #head .slogan { position: absolute; } /* ========================================================================== Helper classes ========================================================================== */ /* * Image replacement */ .ir { background-color: transparent; border: 0; overflow: hidden; /* IE 6/7 fallback */ *text-indent: -9999px; } .ir:before { content: ""; display: block; width: 0; height: 100%; } /* * Hide from both screenreaders and browsers: h5bp.com/u */ .hidden { display: none !important; visibility: hidden; } /* * Hide only visually, but have it available for screenreaders: h5bp.com/v */ .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* * Extends the .visuallyhidden class to allow the element to be focusable * when navigated to via the keyboard: h5bp.com/p */ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; } /* * Hide visually and from screenreaders, but maintain layout */ .invisible { visibility: hidden; } .clear { clear: both; } /* * Clearfix: contain floats * * For modern browsers * 1. The space content is one way to avoid an Opera bug when the * `contenteditable` attribute is included anywhere else in the document. * Otherwise it causes space to appear at the top and bottom of elements * that receive the `clearfix` class. * 2. The use of `table` rather than `block` is only necessary if using * `:before` to contain the top-margins of child elements. */ .clearfix:before, .clearfix:after { content: " "; /* 1 */ display: table; /* 2 */ } .clearfix:after { clear: both; } /* * For IE 6/7 only * Include this rule to trigger hasLayout and contain floats. */ .clearfix { *zoom: 1; } /* ========================================================================== EXAMPLE Media Queries for Responsive Design. Theses examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */ @media only screen and (min-width: 875px){ h2, h3 { margin-right: 7%; margin-left: 7%; } section p, #bread p, #signUp form, #whoItIsFor h4, #whoItIsFor section, #speaking article { width: 80%; } #bread #info, #bread #additional { width: 36%; margin-left: 9%; } #bread #additional { margin-right: 9%; margin-left: 0; } #head .slogan { font-size: 5em; letter-spacing: -2px; } article .fridayAfternoon { height: 26em; } article .fridayEvening { height: 13em; } } @media only screen and (min-width: 1100px){ h2, h3 { margin-right: 17%; margin-left: 17%; } section p, #bread p, #signUp form, #whoItIsFor h4, #whoItIsFor section, #speaking article { width: 60%; } #bread #info, #bread #additional { width: 26%; margin-left: 19%; } #bread #additional { margin-right: 19%; margin-left: 0; } #head .slogan { font-size: 6em; letter-spacing: -3px; } footer { margin: 0 auto; padding: 10px 2% 20px; } section article .fridayEvening { height: 12em; } } @media only screen and (max-width: 650px) { h2, h3 { /*background-color: #ffff00;*/ } #head .slogan { font-size: 4em; letter-spacing: -2px; } #bread p, section p { width: 80%; } #bread #intro { width: 98%; } #bread #info, #bread #additional { margin: 0 auto; width: 80%; } #signUp form .label { height: 40px; margin-bottom: 0; } #signUp form .label label { height: 20px; padding: 10px; top: 0; -moz-transform: skew(0,0); -webkit-transform: skew(0,0); -o-transform: skew(0,0); -ms-transform: skew(0,0); transform: skew(0,0); } #signUp form .input { clear: left; width: 96%; } #signUp form .checkbox, #signUp form .radio, #signUp form .success, #signUp form .error { width: 96%; } #signUp form .radio { padding-top: 2em; } #signUp form .radio .timeInfo { left: auto; right: 0; } #signUp form .success, #signUp form .error { margin: 1em 0; } article .fridayAfternoon, article .fridayEvening, article .saturdayAfternoon { height: auto; border-top: 0 none transparent; } article .saturdayAfternoon { border-top: none; padding-top: 0; } #speakers div, #layout div { float: none; padding-left: 0; overflow: hidden; width: 100%; } #speakers img, #layout img { display: block; height: auto; margin: 0 auto; text-align: center; max-width: 100%; } #speakers div.right { padding-top: 2%; padding-left: 0; } #speaking article.speaker > header { width: 28%; } #speaking .talk, #speaking .about { width: 60%; } #speaking .talk header h4 { font-size: 2em; letter-spacing: -1px; line-height: 1.5em; } #layout, #schedule { clear: both; float: none; padding-left: 0; width: 100%; } #schedule #day2 { padding-top: 5%; } #speaking .talk header h4 span { font-size: 1em; } #sponsors div { width: 100% !important; } } @media only screen and (max-width: 500px) { h2, h3 { /*background-color: orange;*/ } #head .slogan { font-size: 3em; letter-spacing: -1px; } h2, h3 { margin-left: 0; margin-right: 0; } h2 { font-size: 2em; } #bread #info, #bread #additional { width: 96%; } #bread p, section p { float: none; width: 90%; } #bread #quickInfo { padding-bottom: 20px; } #bread #quickInfo .date { font-size: 2em; } #bread #quickInfo .price { font-size: 3em; } #bread #intro { font-size: 1.6em; line-height: 1.2em; } .signupButton { width: 75%; } #layout div header { clear: both; float: none; width: 100%; } #layout div header h4 { margin: 0; } #layout div p { clear: both; float: none; } #layout div { height: auto !important; } #layout div p { -moz-transform: skew(0,0); -webkit-transform: skew(0,0); -o-transform: skew(0,0); -ms-transform: skew(0,0); transform: skew(0,0); width: 96%; } #layout div p.date { margin-top: 0; } } @media screen and (max-width: 500px) and (orientation:landscape) { #head .slogan { font-size: 2em; letter-spacing: -1px; } } @media only screen and (max-width: 320px) { h2, h3 { /*background-color: red;*/ } } @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) { /* CSS overrides for mobile here */ } @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) { /* Style adjustments for high resolution devices */ } /* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */ @media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow:none !important; text-shadow: none !important; } a, a:visited { text-decoration: underline; } a[href]:after { content: " (" attr(href) ")"; } abbr[title]:after { content: " (" attr(title) ")"; } /* * Don't show links for images, or javascript/internal links */ .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } pre, blockquote { border: 1px solid #999; page-break-inside: avoid; } thead { display: table-header-group; /* h5bp.com/t */ } tr, img { page-break-inside: avoid; } img { max-width: 100% !important; } @page { margin: 0.5cm; } p, h2, h3 { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } }
0.484868
0.108142
@import url(https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap); @charset "UTF-8"; * { font-family: "Bellota Text", cursive; } .hide { display: none !important; } .form-alert { border: 2px solid red !important; } .avatar { width: 30px; height: 30px; border-radius: 50%; background-position: center; background-size: cover; } a.button, button.button, input.button { width: 190px; display: flex; justify-content: center; align-items: center; text-decoration: none; margin-right: 20px; border-radius: 5px; border: 1px solid grey; min-height: 45px; font-size: 14px; font-weight: bold; } a.to-main-page { /* border: 1px solid grey; */ /* background: white; */ /* border-radius: 20px; */ text-decoration: none; /* display: inline-flex; */ /* justify-content: center; */ /* align-items: center; */ /* padding: 5px 7px; */ font-size: 38px; margin: 0 20px 0 10; /* height: 21px; */ /* width: 18px; */ font-weight: 100; } a.to-main-page:after { content: "⌂"; } .task-status-temp { background-color: #77CFEB; } .task-status-wait { background-color: #AAEB77; } .task-status-repair, .task-status-pause { background-color: #EBD877; } .task-status-finished { background-color: #BFBFBF; } .task-status-dedline, .task-status-empty { background-color: #EB7777; } .dealname { background-color: #eaeaea; padding: 1px 5px; border-radius: 3px; margin-right: 5px; } #modal { width: 100%; height: 100%; background: #d8d8d8ad; position: fixed; top: 0px; left: 0px; display: flex; justify-content: center; align-items: center; z-index: 2; } #modal .modal-container { position: relative; background-color: white; position: relative; width: 800px; background-color: white; border-radius: 5px; filter: drop-shadow(3px 2px 4px black); padding: 20px; } #modal .modal-container .modal-title { font-size: large; font-weight: bold; margin-bottom: 10px; } #modal .modal-container .modal-text .form-block { background: #e8e8e8; width: 80%; margin-bottom: 5px; padding: 20px; border-radius: 5px; } #modal .modal-container .modal-text .form-block .form-elem { margin-bottom: 10px; } #modal .modal-container .modal-text .form-block .form-elem label { font-weight: bold; display: block; margin-bottom: 5px; } #modal .modal-container .modal-text .form-block .form-elem input, #modal .modal-container .modal-text .form-block .form-elem select { padding: 10px 20px; background-color: white; border-radius: 5px; border: none; width: 100%; max-width: 500px; } #modal .modal-container .modal-text .form-block .form-elem__min { width: 230px; display: inline-block; margin: 10px; } #modal .modal-container .modal-text .form-modal-button { background: #def6f6; padding: 8px 30px; border: 1px solid #b8b8b8; border-radius: 10px; } #modal .modal-container .modal-text .delete-confirm { margin-left: 20px; } #modal .modal-container .modal-close-button { top: 10px; position: absolute; right: 10px; background: none; border: 1px solid grey; color: grey; padding: 2px 5px; border-radius: 12px; } .stuck-icon { margin-left: 10px; background: #f5f53d; /* padding: 1px 9px; */ border-radius: 5px; font-weight: bold; display: flex; align-items: center; width: 19px; height: 19px; justify-content: center; }
public/css/general.css
@import url(https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap); @charset "UTF-8"; * { font-family: "Bellota Text", cursive; } .hide { display: none !important; } .form-alert { border: 2px solid red !important; } .avatar { width: 30px; height: 30px; border-radius: 50%; background-position: center; background-size: cover; } a.button, button.button, input.button { width: 190px; display: flex; justify-content: center; align-items: center; text-decoration: none; margin-right: 20px; border-radius: 5px; border: 1px solid grey; min-height: 45px; font-size: 14px; font-weight: bold; } a.to-main-page { /* border: 1px solid grey; */ /* background: white; */ /* border-radius: 20px; */ text-decoration: none; /* display: inline-flex; */ /* justify-content: center; */ /* align-items: center; */ /* padding: 5px 7px; */ font-size: 38px; margin: 0 20px 0 10; /* height: 21px; */ /* width: 18px; */ font-weight: 100; } a.to-main-page:after { content: "⌂"; } .task-status-temp { background-color: #77CFEB; } .task-status-wait { background-color: #AAEB77; } .task-status-repair, .task-status-pause { background-color: #EBD877; } .task-status-finished { background-color: #BFBFBF; } .task-status-dedline, .task-status-empty { background-color: #EB7777; } .dealname { background-color: #eaeaea; padding: 1px 5px; border-radius: 3px; margin-right: 5px; } #modal { width: 100%; height: 100%; background: #d8d8d8ad; position: fixed; top: 0px; left: 0px; display: flex; justify-content: center; align-items: center; z-index: 2; } #modal .modal-container { position: relative; background-color: white; position: relative; width: 800px; background-color: white; border-radius: 5px; filter: drop-shadow(3px 2px 4px black); padding: 20px; } #modal .modal-container .modal-title { font-size: large; font-weight: bold; margin-bottom: 10px; } #modal .modal-container .modal-text .form-block { background: #e8e8e8; width: 80%; margin-bottom: 5px; padding: 20px; border-radius: 5px; } #modal .modal-container .modal-text .form-block .form-elem { margin-bottom: 10px; } #modal .modal-container .modal-text .form-block .form-elem label { font-weight: bold; display: block; margin-bottom: 5px; } #modal .modal-container .modal-text .form-block .form-elem input, #modal .modal-container .modal-text .form-block .form-elem select { padding: 10px 20px; background-color: white; border-radius: 5px; border: none; width: 100%; max-width: 500px; } #modal .modal-container .modal-text .form-block .form-elem__min { width: 230px; display: inline-block; margin: 10px; } #modal .modal-container .modal-text .form-modal-button { background: #def6f6; padding: 8px 30px; border: 1px solid #b8b8b8; border-radius: 10px; } #modal .modal-container .modal-text .delete-confirm { margin-left: 20px; } #modal .modal-container .modal-close-button { top: 10px; position: absolute; right: 10px; background: none; border: 1px solid grey; color: grey; padding: 2px 5px; border-radius: 12px; } .stuck-icon { margin-left: 10px; background: #f5f53d; /* padding: 1px 9px; */ border-radius: 5px; font-weight: bold; display: flex; align-items: center; width: 19px; height: 19px; justify-content: center; }
0.262369
0.076201
.alarm { color:red } .errspan {color: red} .error { color:red !important; background-color:white !important; font-size:12pt !important; font-style:normal !important; } .info { color:black } .messageinfo { color:forestgreen } .debug { color:darkgrey } .finished { color:#248F24 } .completed { color:#248F24 } .done { color:#248F24 } .ready { color:#248F24 } .cached { color:#248F24 } .online { color:#248F24 } .merged { color:#248F24 } .failed { color:red } .aborted { color:red } .aborting { color:red } .broken { color:red } .tobroken { color:red } .deleted { color:red } .paused { color:darkgrey } .brokeroff { color:darkgrey } .test { color:darkgrey } .offline { color:darkgrey } .skipped { color:darkgrey } .notcheckedskipped { color:darkgrey } .holding { color:#FF9933 } .throttled { color:#FF9933 } .exhausted { color:#FF9933 } .cancelled { color:#FF9933 } .warning { color:#FF9933 } .timeout { color:#FF9933 } .discarded { color:#FF9933 } .finishing { color:#FF9933 } .running { color:#47D147 } .approved { color:#47D147 } .merging { color:#47D147 } .topreprocess { color:#47D147 } .preprocessing { color:#47D147 } .prepared { color:#47D147 } .starting { color:#47D147 } .submitting { color:#47D147 } .scouting { color:#47D147 } .scouted { color:#47D147 } .transferring { color:#47D147 } .activated { color:#099999 } .assigning { color:#099999 } .defined { color:grey } .registered { color:grey } .assigned { color:black } .fatal {color:black} .pending { color:grey } .waiting { color:grey } .toretry { color:grey } .toincexec { color:grey } .rerefine { color:grey } .sent { color:#FF9933 } .reassign { color:#FF8174 } .ok {color:#0a47ff} .queued { color:grey } .alarm_fill { color:black; background-color:#FF8174 } .error_fill { color:black; background-color:#FF8174 } .broken_fill { color:black; background-color:#FF8174; position: static; } .tobroken_fill { color:black; background-color:#FF8174; position: static; } .reassign_fill { color:black; background-color:#FF8174 } .failed_fill { color:black; background-color:#FFABA2; position: static; } .aborted_fill { color:black; background-color:#FFABA2; position: static; } .aborting_fill { color:black; background-color:#FFABA2; position: static; } .deleted_fill { color:black; background-color:#FFABA2 } .info_fill { color:black; color:black } .debug_fill { color:black; color:darkgrey } .failedscouting_fill { color:white; background-color:red } .done_fill { color:black; background-color:#62AC21; position: static; } .toincexec_fill { color:black; background-color:#62AC21; position: static; } .rerefine_fill { color:black; background-color:#62AC21; position: static; } .merged_fill { color:black; background-color:#62AC21 } .prepared_fill { color:black; background-color:#A0D670; position: static; } .finished_fill { color:black; background-color:#A0D670; position: static; } .completed_fill { color:black; background-color:#A0D670 } .toretry_fill { color:black; background-color:#A0D670; position: static; } .passed_fill { color: black; background-color:white; position: static;} .running_fill { color:black; background-color:#C7E9A9; position: static; } .pending_fill { color:black; background-color:#C7E9A9; position: static; } .starting_fill { color:black; background-color:#C7E9A9; position: static; } .scouted_fill { color:black; background-color:#C7E9A9; position: static; } .transferring_fill { color:black; background-color:#C7E9A9 } .finishing_fill { color:black; background-color:#C7E9A9; position: static; } .ready_fill { color:black; background-color:#C7E9A9; position: static; } .cached_fill { color:black; background-color:#C7E9A9 } .online_fill { color:black; background-color:#C7E9A9 } .merging_fill { color:black; background-color:#C7E9A9 } .scouting_fill { color:black; background-color:#DBF1C6; position: static; } .topreprocess_fill { color:black; background-color:#DBF1C6; position: static; } .preprocessing_fill { color:black; background-color:#DBF1C6; position: static; } .assigned_fill { color:black; background-color:#DBF1C6 } .activated_fill { color:black; background-color:#DBF1C6 } .assigning_fill { color:black; background-color:#EBF5E2; position: static; } .defined_fill { color:black; background-color:#EBF5E2; position: static; } .registered_fill { color:black; background-color:#EBF5E2; position: static; } .submitting_fill { color:black; background-color:#EBF5E2; position: static; } .approved_fill { color:black; background-color:#EBF5E2 } .processed_fill { color:black; background-color:#EBF5E2 } .paused_fill { color:black; background-color:#DCDCDC; position: static; } .queued_fill { color:black; background-color:#DCDCDC; position: static; } .warning_fill { color:black; background-color:#FFCB2F } .discarded_fill { color:black; background-color:#FFD65D } .timeout_fill { color:black; background-color:#FFD65D } .cancelled_fill { color:black; background-color:#FFD65D } .holding_fill { color:black; background-color:#FFE38E } .throttled_fill { color:black; background-color:#FFE38E; position: static; } .exhausted_fill { color:black; background-color:#FFE38E; position: static; } .waiting_fill { color:black; background-color:#FFF5D6 } .sent_fill { color:black; background-color:#FFF5D6 } .fatal_fill {color:white; background-color: black} .brokeroff_fill { color:darkgrey } .test_fill { color:darkgrey } .offline_fill { color:darkgrey } /*States of requests*/ .monitoring_fill { color:black; background-color:#C7E9A9;} .working_fill { color:black; background-color:#C7E9A9;} /* States of task inputs */ .input_ready_fill { color:black; background-color:#DCDCDC; } .input_queued_fill { color:black; background-color: #b5e0e0; } .input_running_fill { color:black; background-color:#C7E9A9; } .input_merging_fill { color:black; background-color:#A0D670; } .input_transferring_fill { color:black; background-color:#A0D670; } .input_finished_fill { color:black; background-color:#62AC21; } .input_failed_fill { color:black; background-color:#FF8174; } .input_ready { color: grey; } .input_queued { color: #099999; } .input_running { color: #47D147; } .input_merging { color: #62AC21; } .input_transferring { color: #62AC21; } .input_finished { color: #248F24; } .input_failed { color: red; }
core/static/css/state-colors.css
.alarm { color:red } .errspan {color: red} .error { color:red !important; background-color:white !important; font-size:12pt !important; font-style:normal !important; } .info { color:black } .messageinfo { color:forestgreen } .debug { color:darkgrey } .finished { color:#248F24 } .completed { color:#248F24 } .done { color:#248F24 } .ready { color:#248F24 } .cached { color:#248F24 } .online { color:#248F24 } .merged { color:#248F24 } .failed { color:red } .aborted { color:red } .aborting { color:red } .broken { color:red } .tobroken { color:red } .deleted { color:red } .paused { color:darkgrey } .brokeroff { color:darkgrey } .test { color:darkgrey } .offline { color:darkgrey } .skipped { color:darkgrey } .notcheckedskipped { color:darkgrey } .holding { color:#FF9933 } .throttled { color:#FF9933 } .exhausted { color:#FF9933 } .cancelled { color:#FF9933 } .warning { color:#FF9933 } .timeout { color:#FF9933 } .discarded { color:#FF9933 } .finishing { color:#FF9933 } .running { color:#47D147 } .approved { color:#47D147 } .merging { color:#47D147 } .topreprocess { color:#47D147 } .preprocessing { color:#47D147 } .prepared { color:#47D147 } .starting { color:#47D147 } .submitting { color:#47D147 } .scouting { color:#47D147 } .scouted { color:#47D147 } .transferring { color:#47D147 } .activated { color:#099999 } .assigning { color:#099999 } .defined { color:grey } .registered { color:grey } .assigned { color:black } .fatal {color:black} .pending { color:grey } .waiting { color:grey } .toretry { color:grey } .toincexec { color:grey } .rerefine { color:grey } .sent { color:#FF9933 } .reassign { color:#FF8174 } .ok {color:#0a47ff} .queued { color:grey } .alarm_fill { color:black; background-color:#FF8174 } .error_fill { color:black; background-color:#FF8174 } .broken_fill { color:black; background-color:#FF8174; position: static; } .tobroken_fill { color:black; background-color:#FF8174; position: static; } .reassign_fill { color:black; background-color:#FF8174 } .failed_fill { color:black; background-color:#FFABA2; position: static; } .aborted_fill { color:black; background-color:#FFABA2; position: static; } .aborting_fill { color:black; background-color:#FFABA2; position: static; } .deleted_fill { color:black; background-color:#FFABA2 } .info_fill { color:black; color:black } .debug_fill { color:black; color:darkgrey } .failedscouting_fill { color:white; background-color:red } .done_fill { color:black; background-color:#62AC21; position: static; } .toincexec_fill { color:black; background-color:#62AC21; position: static; } .rerefine_fill { color:black; background-color:#62AC21; position: static; } .merged_fill { color:black; background-color:#62AC21 } .prepared_fill { color:black; background-color:#A0D670; position: static; } .finished_fill { color:black; background-color:#A0D670; position: static; } .completed_fill { color:black; background-color:#A0D670 } .toretry_fill { color:black; background-color:#A0D670; position: static; } .passed_fill { color: black; background-color:white; position: static;} .running_fill { color:black; background-color:#C7E9A9; position: static; } .pending_fill { color:black; background-color:#C7E9A9; position: static; } .starting_fill { color:black; background-color:#C7E9A9; position: static; } .scouted_fill { color:black; background-color:#C7E9A9; position: static; } .transferring_fill { color:black; background-color:#C7E9A9 } .finishing_fill { color:black; background-color:#C7E9A9; position: static; } .ready_fill { color:black; background-color:#C7E9A9; position: static; } .cached_fill { color:black; background-color:#C7E9A9 } .online_fill { color:black; background-color:#C7E9A9 } .merging_fill { color:black; background-color:#C7E9A9 } .scouting_fill { color:black; background-color:#DBF1C6; position: static; } .topreprocess_fill { color:black; background-color:#DBF1C6; position: static; } .preprocessing_fill { color:black; background-color:#DBF1C6; position: static; } .assigned_fill { color:black; background-color:#DBF1C6 } .activated_fill { color:black; background-color:#DBF1C6 } .assigning_fill { color:black; background-color:#EBF5E2; position: static; } .defined_fill { color:black; background-color:#EBF5E2; position: static; } .registered_fill { color:black; background-color:#EBF5E2; position: static; } .submitting_fill { color:black; background-color:#EBF5E2; position: static; } .approved_fill { color:black; background-color:#EBF5E2 } .processed_fill { color:black; background-color:#EBF5E2 } .paused_fill { color:black; background-color:#DCDCDC; position: static; } .queued_fill { color:black; background-color:#DCDCDC; position: static; } .warning_fill { color:black; background-color:#FFCB2F } .discarded_fill { color:black; background-color:#FFD65D } .timeout_fill { color:black; background-color:#FFD65D } .cancelled_fill { color:black; background-color:#FFD65D } .holding_fill { color:black; background-color:#FFE38E } .throttled_fill { color:black; background-color:#FFE38E; position: static; } .exhausted_fill { color:black; background-color:#FFE38E; position: static; } .waiting_fill { color:black; background-color:#FFF5D6 } .sent_fill { color:black; background-color:#FFF5D6 } .fatal_fill {color:white; background-color: black} .brokeroff_fill { color:darkgrey } .test_fill { color:darkgrey } .offline_fill { color:darkgrey } /*States of requests*/ .monitoring_fill { color:black; background-color:#C7E9A9;} .working_fill { color:black; background-color:#C7E9A9;} /* States of task inputs */ .input_ready_fill { color:black; background-color:#DCDCDC; } .input_queued_fill { color:black; background-color: #b5e0e0; } .input_running_fill { color:black; background-color:#C7E9A9; } .input_merging_fill { color:black; background-color:#A0D670; } .input_transferring_fill { color:black; background-color:#A0D670; } .input_finished_fill { color:black; background-color:#62AC21; } .input_failed_fill { color:black; background-color:#FF8174; } .input_ready { color: grey; } .input_queued { color: #099999; } .input_running { color: #47D147; } .input_merging { color: #62AC21; } .input_transferring { color: #62AC21; } .input_finished { color: #248F24; } .input_failed { color: red; }
0.607197
0.33334
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext,cyrillic); #slider { zoom: 1; position: absolute; max-height: 480px; max-width: 1097px; margin: 0px auto 0px; margin-left: 10%; margin-right: 10%; margin-top: 11%; z-index: 90; border: none; text-align: left; /* reset align=center */ width: 80%; -webkit-border-radius: 8px; } * html #slider { width:1097px; -webkit-border-radius: 8px; } #slider .ws_images ul { position:absolute; width: 10000%; height:auto; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; -webkit-border-radius: 8px; /*table-layout:fixed;*/ } #slider .ws_images ul li { width:1%; line-height:0; /*opera*/ float:left; font-size:0; padding:0 0 0 0 !important; margin:0 0 0 0 !important; -webkit-border-radius: 8px; } #slider .ws_images { position: relative; left:0; top:0; width:100%; height:100%; overflow:hidden; -webkit-border-radius: 8px; } #slider .ws_images a { width:100%; display:block; color:transparent; -webkit-border-radius: 8px; } #slider img { max-width: none !important; -webkit-border-radius: 8px; } #slider .ws_images img{ width:100%; border:none 0; max-width: none; padding:0; -webkit-border-radius: 8px; } #slider a { text-decoration: none; outline: none; border: none; } #slider .ws_bullets { font-size: 0px; float: left; position:absolute; z-index:70; } #slider .ws_bullets div { position:relative; float:left; } #slider .wsl { display:none; } #slider sound, #slider object { position:absolute; } #slider { box-shadow:0 0 10px #000000; } #slider .ws_bullets { padding: 10px; } #slider .ws_bullets a { font:14px/30px 'Open Sans',Arial,Helvetica,sans-serif; font-weight: bold; color:#000000; text-align:center; margin-left:5px; width:30px; height:30px; background: url(../images/bullet.png) left top; float: left; position:relative; border-radius: 15px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } #slider .ws_bullets a.ws_selbull, #slider .ws_bullets a:hover{ background-position: 0 100%; } #slider a.ws_next, #slider a.ws_prev { position:absolute; display:none; top:50%; margin-top:-40px; z-index:60; height: 78px; width: 77px; background-image: url(../images/arrows.png); } #slider a.ws_next{ background-position: 100% 0; right:10px; } #slider a.ws_prev { left:10px; background-position: 0 0; } #slider a.ws_next:hover{ background-position: 100% 100%; } #slider a.ws_prev:hover { background-position: 0 100%; } * html #slider a.ws_next,* html #slider a.ws_prev{display:block} #slider:hover a.ws_next, #slider:hover a.ws_prev {display:block} /* bottom center */ #slider .ws_bullets { bottom:0; left:50%; } #slider .ws_bullets div{ left:-50%; } #slider .ws-title{ position: absolute; bottom:7%; left: 0px; margin: 0 5px 15px 0; z-index: 50; color: #000000; text-transform:uppercase; font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-size: 18px; line-height: 20px; } #slider .ws-title div,#slider .ws-title span{ display:inline-block; padding:10px; background:#fff; border-radius:0 8px 8px 0; -moz-border-radius:0 8px 8px 0; -webkit-border-radius:0px 8px 8px 0px; opacity:0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); } #slider .ws-title div{ display:block; margin-top:10px; font-size: 14px; font-weight: normal; text-transform:none; } #slider .ws_images ul{ animation: wsBasic 24s infinite; -moz-animation: wsBasic 24s infinite; -webkit-animation: wsBasic 24s infinite; } @keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } @-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } @-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } #slider .ws_bullets a img{ text-indent:0; display:block; bottom:25px; left:-32px; visibility:hidden; position:absolute; -moz-box-shadow: 0 0 5px #3D3D3D; box-shadow: 0 0 5px #3D3D3D; border: 5px solid #ffffff; max-width:none; } #slider .ws_bullets a:hover img{ visibility:visible; } #slider .ws_bulframe div div{ height:48px; overflow:visible; position:relative; } #slider .ws_bulframe div { left:0; overflow:hidden; position:relative; width:64px; background-color:#ffffff; } #slider .ws_bullets .ws_bulframe{ display:none; bottom:35px; overflow:visible; position:absolute; cursor:pointer; -moz-box-shadow: 0 0 5px #3D3D3D; box-shadow: 0 0 5px #3D3D3D; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border: 5px solid #ffffff; } #slider .ws_bulframe span{ display:block; position:absolute; bottom:-11px; margin-left:2px; left:32px; background:url(./triangle.png); width:15px; height:6px; }
css/style.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext,cyrillic); #slider { zoom: 1; position: absolute; max-height: 480px; max-width: 1097px; margin: 0px auto 0px; margin-left: 10%; margin-right: 10%; margin-top: 11%; z-index: 90; border: none; text-align: left; /* reset align=center */ width: 80%; -webkit-border-radius: 8px; } * html #slider { width:1097px; -webkit-border-radius: 8px; } #slider .ws_images ul { position:absolute; width: 10000%; height:auto; left:0; list-style:none; margin:0; padding:0; border-spacing:0; overflow: visible; -webkit-border-radius: 8px; /*table-layout:fixed;*/ } #slider .ws_images ul li { width:1%; line-height:0; /*opera*/ float:left; font-size:0; padding:0 0 0 0 !important; margin:0 0 0 0 !important; -webkit-border-radius: 8px; } #slider .ws_images { position: relative; left:0; top:0; width:100%; height:100%; overflow:hidden; -webkit-border-radius: 8px; } #slider .ws_images a { width:100%; display:block; color:transparent; -webkit-border-radius: 8px; } #slider img { max-width: none !important; -webkit-border-radius: 8px; } #slider .ws_images img{ width:100%; border:none 0; max-width: none; padding:0; -webkit-border-radius: 8px; } #slider a { text-decoration: none; outline: none; border: none; } #slider .ws_bullets { font-size: 0px; float: left; position:absolute; z-index:70; } #slider .ws_bullets div { position:relative; float:left; } #slider .wsl { display:none; } #slider sound, #slider object { position:absolute; } #slider { box-shadow:0 0 10px #000000; } #slider .ws_bullets { padding: 10px; } #slider .ws_bullets a { font:14px/30px 'Open Sans',Arial,Helvetica,sans-serif; font-weight: bold; color:#000000; text-align:center; margin-left:5px; width:30px; height:30px; background: url(../images/bullet.png) left top; float: left; position:relative; border-radius: 15px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } #slider .ws_bullets a.ws_selbull, #slider .ws_bullets a:hover{ background-position: 0 100%; } #slider a.ws_next, #slider a.ws_prev { position:absolute; display:none; top:50%; margin-top:-40px; z-index:60; height: 78px; width: 77px; background-image: url(../images/arrows.png); } #slider a.ws_next{ background-position: 100% 0; right:10px; } #slider a.ws_prev { left:10px; background-position: 0 0; } #slider a.ws_next:hover{ background-position: 100% 100%; } #slider a.ws_prev:hover { background-position: 0 100%; } * html #slider a.ws_next,* html #slider a.ws_prev{display:block} #slider:hover a.ws_next, #slider:hover a.ws_prev {display:block} /* bottom center */ #slider .ws_bullets { bottom:0; left:50%; } #slider .ws_bullets div{ left:-50%; } #slider .ws-title{ position: absolute; bottom:7%; left: 0px; margin: 0 5px 15px 0; z-index: 50; color: #000000; text-transform:uppercase; font-family: 'Open Sans',Arial,Helvetica,sans-serif; font-size: 18px; line-height: 20px; } #slider .ws-title div,#slider .ws-title span{ display:inline-block; padding:10px; background:#fff; border-radius:0 8px 8px 0; -moz-border-radius:0 8px 8px 0; -webkit-border-radius:0px 8px 8px 0px; opacity:0.8; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); } #slider .ws-title div{ display:block; margin-top:10px; font-size: 14px; font-weight: normal; text-transform:none; } #slider .ws_images ul{ animation: wsBasic 24s infinite; -moz-animation: wsBasic 24s infinite; -webkit-animation: wsBasic 24s infinite; } @keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } @-moz-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } @-webkit-keyframes wsBasic{0%{left:-0%} 8.33%{left:-0%} 16.67%{left:-100%} 25%{left:-100%} 33.33%{left:-200%} 41.67%{left:-200%} 50%{left:-300%} 58.33%{left:-300%} 66.67%{left:-400%} 75%{left:-400%} 83.33%{left:-500%} 91.67%{left:-500%} } #slider .ws_bullets a img{ text-indent:0; display:block; bottom:25px; left:-32px; visibility:hidden; position:absolute; -moz-box-shadow: 0 0 5px #3D3D3D; box-shadow: 0 0 5px #3D3D3D; border: 5px solid #ffffff; max-width:none; } #slider .ws_bullets a:hover img{ visibility:visible; } #slider .ws_bulframe div div{ height:48px; overflow:visible; position:relative; } #slider .ws_bulframe div { left:0; overflow:hidden; position:relative; width:64px; background-color:#ffffff; } #slider .ws_bullets .ws_bulframe{ display:none; bottom:35px; overflow:visible; position:absolute; cursor:pointer; -moz-box-shadow: 0 0 5px #3D3D3D; box-shadow: 0 0 5px #3D3D3D; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; border: 5px solid #ffffff; } #slider .ws_bulframe span{ display:block; position:absolute; bottom:-11px; margin-left:2px; left:32px; background:url(./triangle.png); width:15px; height:6px; }
0.200088
0.043814
.datetime-range.datetime { position: relative; width: 100%; min-width: 350px; height: auto; min-height: 4em; margin: 0; padding: 0; color: #444; font-size: 14px; font-family: sans-serif; text-decoration: none; text-align: center; user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } /** * Start and end datetime objects */ .datetime-range.datetime .start-datetime, .datetime-range.datetime .end-datetime { cursor: pointer; position: relative; width: 47%; height: 4em; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .start-datetime { position: absolute; left: 0; } .datetime-range.datetime .end-datetime { position: absolute; left: 53%; } .datetime-range.datetime .start-datetime .date, .datetime-range.datetime .end-datetime .date { color: #777; font-size: 1em; line-height: 1em; margin-top: 0.5em; display: block; overflow: hidden; } .datetime-range.datetime .start-datetime .time, .datetime-range.datetime .end-datetime .time { font-size: 1.5em; line-height: 1.75em; display: block; overflow: hidden; } .datetime-range.datetime .start-datetime.active, .datetime-range.datetime .start-datetime:hover, .datetime-range.datetime .end-datetime.active, .datetime-range.datetime .end-datetime:hover { background-color: #ddd; } .datetime-range.datetime .start-datetime::after { content: ""; position: absolute; top: 0; border-top: 2em solid transparent; border-bottom: 2em solid transparent; border-left: 1em solid #efefef; transition: border-left 0.25s ease-out; right: -1em; } .datetime-range.datetime .start-datetime.active::after, .datetime-range.datetime .start-datetime:hover::after { border-left-color: #ddd; } .datetime-range.datetime .end-datetime::before { content: ""; position: absolute; top: 0; border-width: 2em 0 2em 1em; border-style: solid; border-color: #efefef #efefef #efefef transparent; transition: border-color 0.25s ease-out; left: -1em; } .datetime-range.datetime .end-datetime.active::before, .datetime-range.datetime .end-datetime:hover::before { border-color: #ddd #ddd #ddd transparent; } .datetime-range.datetime .start-datetime.warning, .datetime-range.datetime .end-datetime.warning { background-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning.active, .datetime-range.datetime .start-datetime.warning:hover, .datetime-range.datetime .end-datetime.warning.active, .datetime-range.datetime .end-datetime.warning:hover { background-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning::after { border-left-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning.active::after, .datetime-range.datetime .start-datetime.warning:hover::after { border-left-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .end-datetime.warning::before { border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; } .datetime-range.datetime .end-datetime.warning.active::before, .datetime-range.datetime .end-datetime.warning:hover::before { border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; } /** * Presets */ .datetime-range.datetime .presets { box-sizing: border-box; position: absolute; z-index: 5; top: 4.5em; width: 100%; height: auto; padding: 0; text-align: center; } .datetime-range.datetime .presets .dots { display: inline-block; cursor: pointer; } .datetime-range.datetime .presets .dots .dot { display: inline-block; width: 5px; height: 5px; margin: 0 3px; vertical-align: top; background-color: #efefef; } .datetime-range.datetime .presets .dots:hover .dot { background-color: #ddd; } .datetime-range.datetime .presets .list { display: none; } .datetime-range.datetime .presets .list.active { display: block; } .datetime-range.datetime .presets .list .preset-button { box-sizing: border-box; position: relative; display: block; cursor: pointer; color: #777; width: 100%; height: auto; margin-bottom: 10px; padding: 0 15px; font-size: 1.5em; line-height: 2em; text-align: center; outline: none; border: 1px solid #aaa; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .presets .list .preset-button:hover { background: #ddd; } /** * Edit datetime popover */ .datetime-range.datetime .edit-popover { position: absolute; z-index: 5; top: 4.5em; width: 100%; height: auto; padding: 0; background-color: #efefef; border-radius: 0; border: 1px solid #aaa; box-sizing: border-box; } /** * Calendar */ .datetime-range.datetime .calendar-toggle { width: 100%; color: #777; font-size: 1.5em; line-height: 2em; cursor: pointer; transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar-toggle::before { content: ""; display: block; position: absolute; background-color: #efefef; width: 1em; height: 1em; top: -0.55em; left: 45%; z-index: 2; border-color: #aaa; border-style: solid; border-width: 1px 1px 0 0; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar-toggle:hover, .datetime-range.datetime .calendar-toggle:hover::before { background-color: #ddd; } .datetime-range.datetime .calendar-toggle.start::before { left: 20%; } .datetime-range.datetime .calendar-toggle.end::before { left: 74%; } .datetime-range.datetime .calendar .calendar-header { cursor: default; background-color: #fff; position: relative; width: 100%; font-size: 1.5em; line-height: 2em; } .datetime-range.datetime .calendar .calendar-header .arrow { display: inline-block; color: #ddd; cursor: pointer; line-height: 1.5em; font-size: 1.5em; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left { position: absolute; left: 0; width: 2em; height: 100%; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left::before { content: ""; position: absolute; top: 15%; left: 25%; border-right: 0.75em solid #ddd; border-top: 0.5em solid transparent; border-bottom: 0.5em solid transparent; transition: border 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left:hover::before { border-right-color: #999; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right { position: absolute; right: 0; width: 2em; height: 100%; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right::before { content: ""; position: absolute; top: 15%; right: 25%; border-left: 0.75em solid #ddd; border-top: 0.5em solid transparent; border-bottom: 0.5em solid transparent; transition: border 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right:hover::before { border-left-color: #999; } .datetime-range.datetime .calendar .calendar-body { padding: 0.5em 0; } .datetime-range.datetime .calendar .calendar-body .weekdays { cursor: default; display: flex; justify-content: space-between; color: #777; font-size: 1em; line-height: 2em; text-transform: uppercase; padding: 0 1em; } .datetime-range.datetime .calendar .calendar-body .weekdays .weekday { display: inline-block; width: 5em; height: 2.5em; } .datetime-range.datetime .calendar .calendar-body .weekdays .weekday { display: inline-block; } .datetime-range.datetime .calendar .calendar-body .week { display: flex; justify-content: space-between; color: #777; font-size: 1.25em; line-height: 2.65em; letter-spacing: 1px; padding: 0.5em 1em; } .datetime-range.datetime .calendar .calendar-body .week .date { display: inline-block; cursor: pointer; width: 2.5em; height: 2.5em; border-radius: 50%; transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-body .week .date.current { color: #555; font-weight: 900; } .datetime-range.datetime .calendar .calendar-body .week .date:not(.active):hover { background-color: #ddd; } .datetime-range.datetime .calendar .calendar-body .week .date.active, .datetime-range.datetime .calendar .calendar-body .week .date.inactive.active { color: #efefef; background-color: rgba(255, 69, 0, 0.75); } .datetime-range.datetime .calendar .calendar-body .week .date.inactive { color: #aaa; } /** * Timer */ .datetime-range.datetime .timer { display: flex; justify-content: space-between; background-color: #fff; } .datetime-range.datetime .timer .timer-hours, .datetime-range.datetime .timer .timer-minutes, .datetime-range.datetime .timer .timer-seconds { cursor: default; width: 3em; display: inline-block; font-size: 3em; line-height: 1.5em; position: relative; } .datetime-range.datetime .timer .timer-hours .arrow, .datetime-range.datetime .timer .timer-minutes .arrow, .datetime-range.datetime .timer .timer-seconds .arrow { position: relative; color: #ddd; cursor: pointer; height: 1em; margin: 0 0.5em; line-height: 1em; font-size: 0.75em; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-up::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up::before { content: ""; position: absolute; top: 50%; left: calc(50% - 0.4em); border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-bottom: 0.5em solid #ddd; transition: border 0.25s ease-out; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-up:hover::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up:hover::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up:hover::before { border-bottom-color: #999; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-down::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down::before { content: ""; position: absolute; top: 0; left: calc(50% - 0.4em); border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-top: 0.5em solid #ddd; transition: border 0.25s ease-out; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-down:hover::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down:hover::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down:hover::before { border-top-color: #999; } .datetime-range.datetime .timer .timer-divider { font-size: 3em; line-height: 3em; -webkit-animation-name: blinker; -webkit-animation-duration: 5s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 5s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 5s; animation-timing-function: linear; animation-iteration-count: infinite; } @-moz-keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } @-webkit-keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } @keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } /** * Close button */ .datetime-range.datetime .close-button { position: absolute; z-index: 5; left: -1px; cursor: pointer; outline: none; border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; color: #777; width: 25%; height: auto; margin-top: 10px; font-size: 1.5em; line-height: 2em; box-sizing: border-box; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .close-button::before { content: ""; position: absolute; right: -0.5em; top: -1px; width: 1em; height: 2em; background: #efefef; border-top: 1px solid #aaa; border-right: 1px solid #aaa; transition: background 0.25s ease-out; transform: skewX(-26deg); } .datetime-range.datetime .close-button:hover, .datetime-range.datetime .close-button:hover::before { background: #ddd; }
src/datetime-range.css
.datetime-range.datetime { position: relative; width: 100%; min-width: 350px; height: auto; min-height: 4em; margin: 0; padding: 0; color: #444; font-size: 14px; font-family: sans-serif; text-decoration: none; text-align: center; user-select: none; -ms-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); } /** * Start and end datetime objects */ .datetime-range.datetime .start-datetime, .datetime-range.datetime .end-datetime { cursor: pointer; position: relative; width: 47%; height: 4em; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .start-datetime { position: absolute; left: 0; } .datetime-range.datetime .end-datetime { position: absolute; left: 53%; } .datetime-range.datetime .start-datetime .date, .datetime-range.datetime .end-datetime .date { color: #777; font-size: 1em; line-height: 1em; margin-top: 0.5em; display: block; overflow: hidden; } .datetime-range.datetime .start-datetime .time, .datetime-range.datetime .end-datetime .time { font-size: 1.5em; line-height: 1.75em; display: block; overflow: hidden; } .datetime-range.datetime .start-datetime.active, .datetime-range.datetime .start-datetime:hover, .datetime-range.datetime .end-datetime.active, .datetime-range.datetime .end-datetime:hover { background-color: #ddd; } .datetime-range.datetime .start-datetime::after { content: ""; position: absolute; top: 0; border-top: 2em solid transparent; border-bottom: 2em solid transparent; border-left: 1em solid #efefef; transition: border-left 0.25s ease-out; right: -1em; } .datetime-range.datetime .start-datetime.active::after, .datetime-range.datetime .start-datetime:hover::after { border-left-color: #ddd; } .datetime-range.datetime .end-datetime::before { content: ""; position: absolute; top: 0; border-width: 2em 0 2em 1em; border-style: solid; border-color: #efefef #efefef #efefef transparent; transition: border-color 0.25s ease-out; left: -1em; } .datetime-range.datetime .end-datetime.active::before, .datetime-range.datetime .end-datetime:hover::before { border-color: #ddd #ddd #ddd transparent; } .datetime-range.datetime .start-datetime.warning, .datetime-range.datetime .end-datetime.warning { background-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning.active, .datetime-range.datetime .start-datetime.warning:hover, .datetime-range.datetime .end-datetime.warning.active, .datetime-range.datetime .end-datetime.warning:hover { background-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning::after { border-left-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .start-datetime.warning.active::after, .datetime-range.datetime .start-datetime.warning:hover::after { border-left-color: rgba(255, 54, 46, 0.75); } .datetime-range.datetime .end-datetime.warning::before { border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; } .datetime-range.datetime .end-datetime.warning.active::before, .datetime-range.datetime .end-datetime.warning:hover::before { border-color: rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) rgba(255, 54, 46, 0.75) transparent; } /** * Presets */ .datetime-range.datetime .presets { box-sizing: border-box; position: absolute; z-index: 5; top: 4.5em; width: 100%; height: auto; padding: 0; text-align: center; } .datetime-range.datetime .presets .dots { display: inline-block; cursor: pointer; } .datetime-range.datetime .presets .dots .dot { display: inline-block; width: 5px; height: 5px; margin: 0 3px; vertical-align: top; background-color: #efefef; } .datetime-range.datetime .presets .dots:hover .dot { background-color: #ddd; } .datetime-range.datetime .presets .list { display: none; } .datetime-range.datetime .presets .list.active { display: block; } .datetime-range.datetime .presets .list .preset-button { box-sizing: border-box; position: relative; display: block; cursor: pointer; color: #777; width: 100%; height: auto; margin-bottom: 10px; padding: 0 15px; font-size: 1.5em; line-height: 2em; text-align: center; outline: none; border: 1px solid #aaa; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .presets .list .preset-button:hover { background: #ddd; } /** * Edit datetime popover */ .datetime-range.datetime .edit-popover { position: absolute; z-index: 5; top: 4.5em; width: 100%; height: auto; padding: 0; background-color: #efefef; border-radius: 0; border: 1px solid #aaa; box-sizing: border-box; } /** * Calendar */ .datetime-range.datetime .calendar-toggle { width: 100%; color: #777; font-size: 1.5em; line-height: 2em; cursor: pointer; transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar-toggle::before { content: ""; display: block; position: absolute; background-color: #efefef; width: 1em; height: 1em; top: -0.55em; left: 45%; z-index: 2; border-color: #aaa; border-style: solid; border-width: 1px 1px 0 0; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar-toggle:hover, .datetime-range.datetime .calendar-toggle:hover::before { background-color: #ddd; } .datetime-range.datetime .calendar-toggle.start::before { left: 20%; } .datetime-range.datetime .calendar-toggle.end::before { left: 74%; } .datetime-range.datetime .calendar .calendar-header { cursor: default; background-color: #fff; position: relative; width: 100%; font-size: 1.5em; line-height: 2em; } .datetime-range.datetime .calendar .calendar-header .arrow { display: inline-block; color: #ddd; cursor: pointer; line-height: 1.5em; font-size: 1.5em; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left { position: absolute; left: 0; width: 2em; height: 100%; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left::before { content: ""; position: absolute; top: 15%; left: 25%; border-right: 0.75em solid #ddd; border-top: 0.5em solid transparent; border-bottom: 0.5em solid transparent; transition: border 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-left:hover::before { border-right-color: #999; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right { position: absolute; right: 0; width: 2em; height: 100%; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right::before { content: ""; position: absolute; top: 15%; right: 25%; border-left: 0.75em solid #ddd; border-top: 0.5em solid transparent; border-bottom: 0.5em solid transparent; transition: border 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-header .arrow.arrow-right:hover::before { border-left-color: #999; } .datetime-range.datetime .calendar .calendar-body { padding: 0.5em 0; } .datetime-range.datetime .calendar .calendar-body .weekdays { cursor: default; display: flex; justify-content: space-between; color: #777; font-size: 1em; line-height: 2em; text-transform: uppercase; padding: 0 1em; } .datetime-range.datetime .calendar .calendar-body .weekdays .weekday { display: inline-block; width: 5em; height: 2.5em; } .datetime-range.datetime .calendar .calendar-body .weekdays .weekday { display: inline-block; } .datetime-range.datetime .calendar .calendar-body .week { display: flex; justify-content: space-between; color: #777; font-size: 1.25em; line-height: 2.65em; letter-spacing: 1px; padding: 0.5em 1em; } .datetime-range.datetime .calendar .calendar-body .week .date { display: inline-block; cursor: pointer; width: 2.5em; height: 2.5em; border-radius: 50%; transition: background-color 0.25s ease-out; } .datetime-range.datetime .calendar .calendar-body .week .date.current { color: #555; font-weight: 900; } .datetime-range.datetime .calendar .calendar-body .week .date:not(.active):hover { background-color: #ddd; } .datetime-range.datetime .calendar .calendar-body .week .date.active, .datetime-range.datetime .calendar .calendar-body .week .date.inactive.active { color: #efefef; background-color: rgba(255, 69, 0, 0.75); } .datetime-range.datetime .calendar .calendar-body .week .date.inactive { color: #aaa; } /** * Timer */ .datetime-range.datetime .timer { display: flex; justify-content: space-between; background-color: #fff; } .datetime-range.datetime .timer .timer-hours, .datetime-range.datetime .timer .timer-minutes, .datetime-range.datetime .timer .timer-seconds { cursor: default; width: 3em; display: inline-block; font-size: 3em; line-height: 1.5em; position: relative; } .datetime-range.datetime .timer .timer-hours .arrow, .datetime-range.datetime .timer .timer-minutes .arrow, .datetime-range.datetime .timer .timer-seconds .arrow { position: relative; color: #ddd; cursor: pointer; height: 1em; margin: 0 0.5em; line-height: 1em; font-size: 0.75em; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-up::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up::before { content: ""; position: absolute; top: 50%; left: calc(50% - 0.4em); border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-bottom: 0.5em solid #ddd; transition: border 0.25s ease-out; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-up:hover::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-up:hover::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-up:hover::before { border-bottom-color: #999; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-down::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down::before { content: ""; position: absolute; top: 0; left: calc(50% - 0.4em); border-left: 0.5em solid transparent; border-right: 0.5em solid transparent; border-top: 0.5em solid #ddd; transition: border 0.25s ease-out; } .datetime-range.datetime .timer .timer-hours .arrow.arrow-down:hover::before, .datetime-range.datetime .timer .timer-minutes .arrow.arrow-down:hover::before, .datetime-range.datetime .timer .timer-seconds .arrow.arrow-down:hover::before { border-top-color: #999; } .datetime-range.datetime .timer .timer-divider { font-size: 3em; line-height: 3em; -webkit-animation-name: blinker; -webkit-animation-duration: 5s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: blinker; -moz-animation-duration: 5s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite; animation-name: blinker; animation-duration: 5s; animation-timing-function: linear; animation-iteration-count: infinite; } @-moz-keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } @-webkit-keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } @keyframes blinker { 0% { opacity: 0.0; } 5% { opacity: 1.0; } 95% { opacity: 1.0; } 100% { opacity: 0.0; } } /** * Close button */ .datetime-range.datetime .close-button { position: absolute; z-index: 5; left: -1px; cursor: pointer; outline: none; border-top: 1px solid #aaa; border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; color: #777; width: 25%; height: auto; margin-top: 10px; font-size: 1.5em; line-height: 2em; box-sizing: border-box; background-color: #efefef; transition: background-color 0.25s ease-out; } .datetime-range.datetime .close-button::before { content: ""; position: absolute; right: -0.5em; top: -1px; width: 1em; height: 2em; background: #efefef; border-top: 1px solid #aaa; border-right: 1px solid #aaa; transition: background 0.25s ease-out; transform: skewX(-26deg); } .datetime-range.datetime .close-button:hover, .datetime-range.datetime .close-button:hover::before { background: #ddd; }
0.523664
0.124213
a.meanmenu-reveal{display:none} .mean-container .mean-bar { background: transparent none repeat scroll 0 0; float: left; min-height: 42px; padding: 5px 0; position: relative; width: 100%; z-index: 999; } .mean-container a.meanmenu-reveal{background:#2C2C2C none repeat scroll 0 0; width:22px;height:22px;padding:13px 13px 11px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;z-index:99;} .home3 .mean-container a.meanmenu-reveal{background:#212121 none repeat scroll 0 0;} .mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px} .mean-container .mean-nav{float:left;width:100%;background:#0c1923} .mean-container .mean-nav ul { list-style-type: none; margin: 0; padding: 0; transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; width: 100%; } .mean-container .mean-nav ul li { background: #f8f8f8 none repeat scroll 0 0; float: left; position: relative; width: 100%; border-top: 1px solid#ddd; } .mean-container .mean-nav ul li a { background: #f8f8f8 none repeat scroll 0 0; color: #666666; display: block; float: left; font-size: 12px; margin: 0; padding: 1em 5%; text-align: left; text-decoration: none; text-transform: uppercase; width: 90%; font-weight: bold; } .mean-container a.meanmenu-reveal:hover{background:#F36523;color:#fff;} .mobile-menu-area { background: #262626; } .mean-container .mean-nav ul li li a { border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: 0.75; padding: 1em 10%; text-shadow: none !important; visibility: visible; width: 80%; font-weight: normal; text-transform: capitalize; color: #444; } .mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0} .mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%} .mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} .mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} .mean-container .mean-nav ul li a:hover { background: #f8f8f8 none repeat scroll 0 0; color: #e30000; } .mean-container .mean-nav ul li a.mean-expand { background: #e1e1e1 none repeat scroll 0 0; border: 0 none !important; font-weight: 600; height: 30px; margin-top: 1px; padding: 5px !important; position: absolute; right: 0; text-align: center; top: 0; width: 32px; z-index: 2; font-size: 32px !important; line-height: 32px; } .mean-container .mean-nav ul li a.mean-expand:hover { background: #F36523; color:#fff; } .mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both} .mean-nav .wrapper{width:100%;padding:0;margin:0} .mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} .mean-remove{display:none!important} .mean-container .mean-bar::after { color: #2c2c2c; /* content: "MENU";*/ font-size: 21px; left: 5%; position: absolute; top: 12px; } .home3 .mean-container .mean-bar::after {color:#fff;}
public/frontend/css/meanmenu.min.css
a.meanmenu-reveal{display:none} .mean-container .mean-bar { background: transparent none repeat scroll 0 0; float: left; min-height: 42px; padding: 5px 0; position: relative; width: 100%; z-index: 999; } .mean-container a.meanmenu-reveal{background:#2C2C2C none repeat scroll 0 0; width:22px;height:22px;padding:13px 13px 11px;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700;float: right;z-index:99;} .home3 .mean-container a.meanmenu-reveal{background:#212121 none repeat scroll 0 0;} .mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px} .mean-container .mean-nav{float:left;width:100%;background:#0c1923} .mean-container .mean-nav ul { list-style-type: none; margin: 0; padding: 0; transition: all 0s ease-in-out 0s; -webkit-transition: all 0s ease-in-out 0s; -moz-transition: all 0s ease-in-out 0s; width: 100%; } .mean-container .mean-nav ul li { background: #f8f8f8 none repeat scroll 0 0; float: left; position: relative; width: 100%; border-top: 1px solid#ddd; } .mean-container .mean-nav ul li a { background: #f8f8f8 none repeat scroll 0 0; color: #666666; display: block; float: left; font-size: 12px; margin: 0; padding: 1em 5%; text-align: left; text-decoration: none; text-transform: uppercase; width: 90%; font-weight: bold; } .mean-container a.meanmenu-reveal:hover{background:#F36523;color:#fff;} .mobile-menu-area { background: #262626; } .mean-container .mean-nav ul li li a { border-top: 1px solid rgba(255, 255, 255, 0.25); opacity: 0.75; padding: 1em 10%; text-shadow: none !important; visibility: visible; width: 80%; font-weight: normal; text-transform: capitalize; color: #444; } .mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0} .mean-container .mean-nav ul li li li a{width:70%;padding:1em 15%} .mean-container .mean-nav ul li li li li a{width:60%;padding:1em 20%} .mean-container .mean-nav ul li li li li li a{width:50%;padding:1em 25%} .mean-container .mean-nav ul li a:hover { background: #f8f8f8 none repeat scroll 0 0; color: #e30000; } .mean-container .mean-nav ul li a.mean-expand { background: #e1e1e1 none repeat scroll 0 0; border: 0 none !important; font-weight: 600; height: 30px; margin-top: 1px; padding: 5px !important; position: absolute; right: 0; text-align: center; top: 0; width: 32px; z-index: 2; font-size: 32px !important; line-height: 32px; } .mean-container .mean-nav ul li a.mean-expand:hover { background: #F36523; color:#fff; } .mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both} .mean-nav .wrapper{width:100%;padding:0;margin:0} .mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box} .mean-remove{display:none!important} .mean-container .mean-bar::after { color: #2c2c2c; /* content: "MENU";*/ font-size: 21px; left: 5%; position: absolute; top: 12px; } .home3 .mean-container .mean-bar::after {color:#fff;}
0.255715
0.051415
@font-face { font-family: "Flutterwave"; src: url(../fonts/Flutterwave/OpenType-TT/Flutterwave-Black.ttf) format("truetype"); } @font-face { font-family: "Flw-black-italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Black-Italic.ttf) format("truetype"); } @font-face { font-family: "FLW-Bold-Italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Bold-Italic.ttf) format("truetype"); } @font-face { font-family: "FLW-Bold"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Bold.ttf) format("truetype"); } @font-face { font-family: "FLW-Regular"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Regular.ttf) format("truetype"); } @font-face { font-family: "FLW-Italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Italic.ttf) format("truetype"); } /* import external fonts */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); /* import external css files */ @import url(./header.css); @import url(./sidebar.css); @import url(./footer.css); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } body { background-color: #f2f2f2; } .main__content { margin: 4rem 1rem 4px 16rem; display: flex; } .main__post { width: 70%; padding: 20px; } .main__post img { width: 100%; } .card { display: flex; background: #fff; padding: 25px; margin-bottom: 20px; border-radius: 8px; } .card h3 { color: #333333; font-family: "Open Sans", sans-serif; font-weight: 800; } .card h3 a { color: #333333; /* font-family: "Open Sans", sans-serif; */ font-family: FLW-Regular; font-weight: 800; } .card p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.6em; font-weight: 300; margin: 1rem 0 0 0; } .title__meta { color: #aaaaaa; font-size: 14px; font-weight: 400; font-style: italic; } .author__name { color: #fab352; } .fixed__post { width: 30%; height: 100%; margin-top: 20px; position: fixed; top: 55px; right: -65px; } .fixed__post h3 { margin-bottom: 20px; font-family: "Open Sans", sans-serif; font-weight: 800; font-size: 18px; } .fixed__post__title { position: relative; width: 80%; margin: 7px 0 20px; height: 35px; background: #4f5d6c; } .fixed__post__title h3 { position: relative; display: block; height: 32px; font-size: 18px; color: #fff; font-weight: 600; text-transform: uppercase; line-height: 32px; padding: 0 15px; margin: 0; margin: 0; } .post__content { display: flex; flex: 1; border-bottom: 1px solid #e6e6e6; width: 80%; margin-bottom: 20px; padding: 8px 8px 8px 0; } .post__content__image img { height: 70px; width: 70px; } .post__content a { font-size: 14px; font-weight: 600; line-height: 1.6em; text-decoration: none; text-align: justify; padding-left: 10px; } .post__title { color: #333333; font-size: 20px; font-family: "Open Sans", sans-serif; font-weight: bold; } .subscribe__us { background-color: #fff; border-radius: 3px; padding: 15px; width: 80%; margin-top: 20px; } /* Media Query */ @media (max-width: 768px) { .main__content { display: flex; justify-content: center; margin-left: 0; width: 100%; } .main__post { width: 100%; } .card h1 { text-align: center; color: #333333; font-family: "Open Sans", sans-serif; font-weight: 500; } .card p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.6em; font-weight: 300; margin: 1rem 0 2rem 0px; } .fixed__post { display: none; } .footer { margin-left: 0; } } .article { padding: 30px; width: 70%; margin: 0 auto; margin-top: 5rem; } .article__title { color: #333333; font-size: 35px; font-family: "Open Sans", sans-serif; font-weight: 800; margin-top: -25px; margin-bottom: 20px; text-align: start; } .author__img { height: 50px; width: 50px; border-radius: 50%; } .article p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.6em; font-weight: 300; margin: 3rem 0 2rem 0px; text-align: justify; } .article__qoute { font-size: 20px; padding-left: 10px; border-left: 4px solid #333333; } .author__details { display: grid; grid-template-columns: 5fr 5fr; gap: 10px; padding: 24px; } .author__card p { color: #777373; margin-top: 5px; font-size: 12px; } .author__card { padding: 0; display: grid; grid-template-columns: 1fr 9fr; gap: 10px; } .author__card img { width: 50px; height: 50px; border-radius: 50%; } .author__bio h3 { color: #333333; margin-top: 3px; font-family: "Open Sans", sans-serif; font-weight: 600; } .article__image { height: 100%; width: 100%; } .article__sub__title h1 { margin-top: 35px; color: #333333; font-size: 30px; font-family: "Open Sans", sans-serif; font-weight: 800; text-align: start; } .underline { text-decoration: underline; } .italics { font-style: italic; } .bold { font-weight: bold; } .link { color: #fab352; } .conclusion { color: #333333; font-size: 30px; font-family: "Open Sans", sans-serif; font-weight: 800; text-align: start; } /* .social__share { margin-top: 4rem; } .social__share ul li { display: inline-block; list-style: none; padding-left: 1px; padding: 10px; } .social__icon a img { margin-bottom: 10px; height: 35px; width: 35px; } .social__icon__design { height: 30px; width: 30px; } */ .blog__post__footer { margin-left: 0; display: flex; justify-content: space-around; padding: 20px; background: #f2f2f2; box-shadow: 0px 3px 50px #0000001f; } .blog__post__footer p { text-align: center; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; } /* Media Query */ @media (max-width: 768px) { .article { padding: 30px; width: 100%; margin: 0 auto; margin-top: 5rem; } } .event__image { width: 50%; } .event__description { padding-left: 20px; } .main__content__price { display: flex; justify-content: flex-end; margin-top: 40px; color: red; font-size: 20px; font-family: FLW-bold-italic; font-weight: 600; }
src/assets/css/style.css
@font-face { font-family: "Flutterwave"; src: url(../fonts/Flutterwave/OpenType-TT/Flutterwave-Black.ttf) format("truetype"); } @font-face { font-family: "Flw-black-italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Black-Italic.ttf) format("truetype"); } @font-face { font-family: "FLW-Bold-Italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Bold-Italic.ttf) format("truetype"); } @font-face { font-family: "FLW-Bold"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Bold.ttf) format("truetype"); } @font-face { font-family: "FLW-Regular"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Regular.ttf) format("truetype"); } @font-face { font-family: "FLW-Italic"; src: url(../fonts/Flutterwave/OpenType-TT/FLW-Italic.ttf) format("truetype"); } /* import external fonts */ @import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap"); /* import external css files */ @import url(./header.css); @import url(./sidebar.css); @import url(./footer.css); * { margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } body { background-color: #f2f2f2; } .main__content { margin: 4rem 1rem 4px 16rem; display: flex; } .main__post { width: 70%; padding: 20px; } .main__post img { width: 100%; } .card { display: flex; background: #fff; padding: 25px; margin-bottom: 20px; border-radius: 8px; } .card h3 { color: #333333; font-family: "Open Sans", sans-serif; font-weight: 800; } .card h3 a { color: #333333; /* font-family: "Open Sans", sans-serif; */ font-family: FLW-Regular; font-weight: 800; } .card p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.6em; font-weight: 300; margin: 1rem 0 0 0; } .title__meta { color: #aaaaaa; font-size: 14px; font-weight: 400; font-style: italic; } .author__name { color: #fab352; } .fixed__post { width: 30%; height: 100%; margin-top: 20px; position: fixed; top: 55px; right: -65px; } .fixed__post h3 { margin-bottom: 20px; font-family: "Open Sans", sans-serif; font-weight: 800; font-size: 18px; } .fixed__post__title { position: relative; width: 80%; margin: 7px 0 20px; height: 35px; background: #4f5d6c; } .fixed__post__title h3 { position: relative; display: block; height: 32px; font-size: 18px; color: #fff; font-weight: 600; text-transform: uppercase; line-height: 32px; padding: 0 15px; margin: 0; margin: 0; } .post__content { display: flex; flex: 1; border-bottom: 1px solid #e6e6e6; width: 80%; margin-bottom: 20px; padding: 8px 8px 8px 0; } .post__content__image img { height: 70px; width: 70px; } .post__content a { font-size: 14px; font-weight: 600; line-height: 1.6em; text-decoration: none; text-align: justify; padding-left: 10px; } .post__title { color: #333333; font-size: 20px; font-family: "Open Sans", sans-serif; font-weight: bold; } .subscribe__us { background-color: #fff; border-radius: 3px; padding: 15px; width: 80%; margin-top: 20px; } /* Media Query */ @media (max-width: 768px) { .main__content { display: flex; justify-content: center; margin-left: 0; width: 100%; } .main__post { width: 100%; } .card h1 { text-align: center; color: #333333; font-family: "Open Sans", sans-serif; font-weight: 500; } .card p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.6em; font-weight: 300; margin: 1rem 0 2rem 0px; } .fixed__post { display: none; } .footer { margin-left: 0; } } .article { padding: 30px; width: 70%; margin: 0 auto; margin-top: 5rem; } .article__title { color: #333333; font-size: 35px; font-family: "Open Sans", sans-serif; font-weight: 800; margin-top: -25px; margin-bottom: 20px; text-align: start; } .author__img { height: 50px; width: 50px; border-radius: 50%; } .article p { position: relative; display: block; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.6em; font-weight: 300; margin: 3rem 0 2rem 0px; text-align: justify; } .article__qoute { font-size: 20px; padding-left: 10px; border-left: 4px solid #333333; } .author__details { display: grid; grid-template-columns: 5fr 5fr; gap: 10px; padding: 24px; } .author__card p { color: #777373; margin-top: 5px; font-size: 12px; } .author__card { padding: 0; display: grid; grid-template-columns: 1fr 9fr; gap: 10px; } .author__card img { width: 50px; height: 50px; border-radius: 50%; } .author__bio h3 { color: #333333; margin-top: 3px; font-family: "Open Sans", sans-serif; font-weight: 600; } .article__image { height: 100%; width: 100%; } .article__sub__title h1 { margin-top: 35px; color: #333333; font-size: 30px; font-family: "Open Sans", sans-serif; font-weight: 800; text-align: start; } .underline { text-decoration: underline; } .italics { font-style: italic; } .bold { font-weight: bold; } .link { color: #fab352; } .conclusion { color: #333333; font-size: 30px; font-family: "Open Sans", sans-serif; font-weight: 800; text-align: start; } /* .social__share { margin-top: 4rem; } .social__share ul li { display: inline-block; list-style: none; padding-left: 1px; padding: 10px; } .social__icon a img { margin-bottom: 10px; height: 35px; width: 35px; } .social__icon__design { height: 30px; width: 30px; } */ .blog__post__footer { margin-left: 0; display: flex; justify-content: space-around; padding: 20px; background: #f2f2f2; box-shadow: 0px 3px 50px #0000001f; } .blog__post__footer p { text-align: center; color: #333333; font-family: "Open Sans", sans-serif; font-size: 16px; } /* Media Query */ @media (max-width: 768px) { .article { padding: 30px; width: 100%; margin: 0 auto; margin-top: 5rem; } } .event__image { width: 50%; } .event__description { padding-left: 20px; } .main__content__price { display: flex; justify-content: flex-end; margin-top: 40px; color: red; font-size: 20px; font-family: FLW-bold-italic; font-weight: 600; }
0.354321
0.059702
.s-content table th{ //background-color: #336ed6; } .Brand{ color: #fff; } .s-content p { margin-bottom: 1.0em; } body, .Homepage { background-color: #f7f7f7; } .HomepageFooter{ color : #fff; } .HomepageFooter__links a{ color : #fff; } .HomepageFooter__links li{ color : #fff; } .SearchResults .SearchResults__url a, a{ color: #028fe8; } .s-content pre { background : #f5f5f5; } .svg-inline--fa.d3fa-color-blue, .fa.fa-d3color-blue { color: #028fe8; } .Navbar .svg-inline--fa.d3fa-color-blue, .Navbar .fa.fa-d3color-blue, .Brand .svg-inline--fa.d3fa-color-blue, .Brand .fa.fa-d3color-blue{ color: white; } .HomepageFooter__links li{ float: left; min-width: 70px; } .HomepageFooter__links li a { padding-right: 40px; } blockquote.alert a { text-decoration: none !important; font-weight: 700; } blockquote.alert.alert-danger { color: #ce2c2c; background-color: #f2dede; border-color: #ce2c2c; } blockquote.alert.alert-danger a { color: #843534; } blockquote.alert.alert-warning { color: #e39c37; background-color: #fcf8e3; border-color: #e39c37; } blockquote.alert.alert-warning a { color: #66512c; } blockquote.alert.alert-info { color: #31708f; background-color: #d9edf7; border-color: #31708f; } blockquote.alert.alert-info a { color: #245269; } blockquote.alert.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } blockquote.alert.alert-success a { color: #2b542c; } .s-content blockquote.alert svg { float: left; margin: 4px 12px 0 0; } .HomepageTitle .title, .HomepageTitle .details { width: 80%; margin: 40px auto; max-width: 500px; } .HomepageTitle h2, .HomepageTitle div { width: auto; margin: unset; text-align: left; } .HomepageTitle h2 { font-size: 43px; } .HomepageTitle div { font-size: 24px; } .HomepageTitle .details div { font-size: 15px; } aside .Links a { font-size: 14px; } .Navbar, .Brand, .Links, .Columns__left.Collapsible { background-color: #028fe8; } .Navbar { height: auto; min-height: 50px; display: inline-table; width: 100%; } span.navi_element { border: 1px #c5c5cb; border-style: solid solid none; border-radius: 5px 5px 0 0; padding: 0 5px; background-color: #f7f7f7; } .Nav { background-color: #f7f7f7; } .Links a{ color: #f7f7f7; } .Links a:hover { text-decoration: underline; } .Links hr { border-color: #028fe8; } .HomepageFooter, .Search { background-color: #028fe8; } .Search { margin: 10px; } li { margin-bottom: 7px; } .Search__field { border-radius: 4px; } .versionselector { padding: 0 20px; font-family: "Roboto Slab",-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif; font-size: 14px; color: #f7f7f7; }
themes/d3/css/d3.css
.s-content table th{ //background-color: #336ed6; } .Brand{ color: #fff; } .s-content p { margin-bottom: 1.0em; } body, .Homepage { background-color: #f7f7f7; } .HomepageFooter{ color : #fff; } .HomepageFooter__links a{ color : #fff; } .HomepageFooter__links li{ color : #fff; } .SearchResults .SearchResults__url a, a{ color: #028fe8; } .s-content pre { background : #f5f5f5; } .svg-inline--fa.d3fa-color-blue, .fa.fa-d3color-blue { color: #028fe8; } .Navbar .svg-inline--fa.d3fa-color-blue, .Navbar .fa.fa-d3color-blue, .Brand .svg-inline--fa.d3fa-color-blue, .Brand .fa.fa-d3color-blue{ color: white; } .HomepageFooter__links li{ float: left; min-width: 70px; } .HomepageFooter__links li a { padding-right: 40px; } blockquote.alert a { text-decoration: none !important; font-weight: 700; } blockquote.alert.alert-danger { color: #ce2c2c; background-color: #f2dede; border-color: #ce2c2c; } blockquote.alert.alert-danger a { color: #843534; } blockquote.alert.alert-warning { color: #e39c37; background-color: #fcf8e3; border-color: #e39c37; } blockquote.alert.alert-warning a { color: #66512c; } blockquote.alert.alert-info { color: #31708f; background-color: #d9edf7; border-color: #31708f; } blockquote.alert.alert-info a { color: #245269; } blockquote.alert.alert-success { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } blockquote.alert.alert-success a { color: #2b542c; } .s-content blockquote.alert svg { float: left; margin: 4px 12px 0 0; } .HomepageTitle .title, .HomepageTitle .details { width: 80%; margin: 40px auto; max-width: 500px; } .HomepageTitle h2, .HomepageTitle div { width: auto; margin: unset; text-align: left; } .HomepageTitle h2 { font-size: 43px; } .HomepageTitle div { font-size: 24px; } .HomepageTitle .details div { font-size: 15px; } aside .Links a { font-size: 14px; } .Navbar, .Brand, .Links, .Columns__left.Collapsible { background-color: #028fe8; } .Navbar { height: auto; min-height: 50px; display: inline-table; width: 100%; } span.navi_element { border: 1px #c5c5cb; border-style: solid solid none; border-radius: 5px 5px 0 0; padding: 0 5px; background-color: #f7f7f7; } .Nav { background-color: #f7f7f7; } .Links a{ color: #f7f7f7; } .Links a:hover { text-decoration: underline; } .Links hr { border-color: #028fe8; } .HomepageFooter, .Search { background-color: #028fe8; } .Search { margin: 10px; } li { margin-bottom: 7px; } .Search__field { border-radius: 4px; } .versionselector { padding: 0 20px; font-family: "Roboto Slab",-apple-system,".SFNSText-Regular","San Francisco","Roboto","Segoe UI","Helvetica Neue","Lucida Grande",Arial,sans-serif; font-size: 14px; color: #f7f7f7; }
0.394434
0.113727
* { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: text; /* prevent copy paste, to allow, change 'none' to 'text' */ background-color: white; background-attachment:fixed; font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:12px; height:100%; margin:0px; padding:0px; text-transform:uppercase; width:100%; } .logo{ width: 90%; margin-left: 10%; margin-top: 40%; margin-bottom: 5%; background-color: white; } .nameform { background-color: white; text-align: center; color: red; width: 90%; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-left: 5%; margin-bottom: 1%; margin-top: 10%; } .passform { background-color: white; text-align: center; width: 90%; color: red; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-left: 5%; margin-top: 5%; margin-bottom: 1%; } #spc_code { background-color: white; opacity: 0; text-align: center; width: 90%; color: red; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-top: -51px; margin-left: 5%; margin-bottom: 1%; } .nursebutton { background-color: white; margin-top: 7%; text-align: center; -webkit- transition-duration: 0.8s; transition-duration: 0.8s; color: blue; padding-bottom: 1%; padding-top: 1%; border-style: solid; border-width: 2%; border-radius: 40%; border-color: blue; margin-left: 5%; font-size: 1.7em; } .logbutton { background-color: white; margin-top: 1%; text-align: center; -webkit- transition-duration: 0.8s; transition-duration: 0.8s; color: red; padding-bottom: 1%; padding-top: 1%; border-style: solid; border-width: 2%; border-radius: 40%; border-color: red; margin-left: 60%; font-size: 2.3em; } .logbutton:hover { border-color: black; color:black; background-color: red; } .nursebutton:hover { border-color: white; color:white; background-color: blue; }
www/css/login.css
* { -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */ } body { -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */ -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */ -webkit-user-select: text; /* prevent copy paste, to allow, change 'none' to 'text' */ background-color: white; background-attachment:fixed; font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif; font-size:12px; height:100%; margin:0px; padding:0px; text-transform:uppercase; width:100%; } .logo{ width: 90%; margin-left: 10%; margin-top: 40%; margin-bottom: 5%; background-color: white; } .nameform { background-color: white; text-align: center; color: red; width: 90%; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-left: 5%; margin-bottom: 1%; margin-top: 10%; } .passform { background-color: white; text-align: center; width: 90%; color: red; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-left: 5%; margin-top: 5%; margin-bottom: 1%; } #spc_code { background-color: white; opacity: 0; text-align: center; width: 90%; color: red; padding-top: 10px; padding-bottom: 10px; font-size: 2em; display:block; border: 2px solid red; border-radius: 50px; box-sizing: border-box; margin-top: -51px; margin-left: 5%; margin-bottom: 1%; } .nursebutton { background-color: white; margin-top: 7%; text-align: center; -webkit- transition-duration: 0.8s; transition-duration: 0.8s; color: blue; padding-bottom: 1%; padding-top: 1%; border-style: solid; border-width: 2%; border-radius: 40%; border-color: blue; margin-left: 5%; font-size: 1.7em; } .logbutton { background-color: white; margin-top: 1%; text-align: center; -webkit- transition-duration: 0.8s; transition-duration: 0.8s; color: red; padding-bottom: 1%; padding-top: 1%; border-style: solid; border-width: 2%; border-radius: 40%; border-color: red; margin-left: 60%; font-size: 2.3em; } .logbutton:hover { border-color: black; color:black; background-color: red; } .nursebutton:hover { border-color: white; color:white; background-color: blue; }
0.530966
0.074198
.cq-timeline { clear:both; width: 100%; margin: 0; padding: 0; position: relative; box-sizing: border-box; /*padding: 15px 0;*/ } .cq-timeline-list, .cq-timeline-list li { box-sizing: border-box; width: 100%; position: relative; list-style: none; padding: 0; margin: 0; } .cq-timeline .cq-timeline-title { margin: 0; padding: 0; font-size: 1.5em; line-height: 120%; color: #FFF; } .cq-timeline:after { content: ''; display: table; clear: both; width: 100%; } .cq-timeline:before { content: ''; display: inline-block; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; } .cq-timeline.cq-timeline-border-small:before { width: 2px; } .cq-timeline.cq-timeline-border-large:before { width: 4px; } .cq-timeline.cq-timeline-border-tiny:before { width: 1px; } .cq-timeline-bordermint:before { background-color: #37BC9B; } .cq-timeline-borderbittersweet:before { background-color: #E9573F; } .cq-timeline-bordergrass:before { background-color: #8CC152; } .cq-timeline-bordersunflower:before { background-color: #F6BB42; } .cq-timeline-bordergrapefruit:before { background-color: #DA4453; } .cq-timeline-borderpinkrose:before { background-color: #D770AD; } .cq-timeline-borderdarkgray:before { background-color: #434A54; } .cq-timeline-bordermediumgray:before { background-color: #AAB2BD; } .cq-timeline-borderlightgray:before { background-color: #E6E9ED; } .cq-timeline-borderbluejeans:before { background-color: #4A89DC; } .cq-timeline-borderlavender:before { background-color: #967ADC; } .cq-timeline-borderaqua:before { background-color: #3BAFDA; } .cq-timeline-borderwhite:before { background-color: #FFF; } .cq-timeline-bordertransparent:before { background-color: none; } .cq-timeline .cq-timeline-item { box-sizing: border-box; position: relative; max-width: 100%; width: 50%; padding: 0; margin: 0; margin-bottom: 20px; } .cq-timeline .cq-timeline-item .cq-timeline-content { position: relative; max-width: 100%; transition: transform 0.4s; } .cq-timeline .cq-timeline-item .cq-timeline-content img, .cq-timeline .cq-timeline-item .cq-timeline-content iframe { max-width: 100%; } .cq-timeline .cq-timeline-item .cq-timeline-iconcontainer { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; border-radius: 50%; background-color: #AAB2BD; color: #fff; text-align: center; line-height: 40px; } .cq-timeline .cq-timeline-icon-grapefruit.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(207, 45, 66); } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(207, 45, 66); } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(207, 45, 66); } .cq-timeline .cq-timeline-icon-bittersweet.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(255, 64, 49); } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(255, 64, 49); } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(255, 64, 49); } .cq-timeline .cq-timeline-icon-sunflower.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(243, 174, 52); } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(243, 174, 52); } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(243, 174, 52); } .cq-timeline .cq-timeline-icon-grass.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-grass .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(140, 193, 82); } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(140, 193, 82); } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(140, 193, 82); } .cq-timeline .cq-timeline-icon-mint.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-mint .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(49, 177, 137); } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(49, 177, 137); } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(49, 177, 137); } .cq-timeline .cq-timeline-icon-aqua.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-aqua .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(50, 159, 209); } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(50, 159, 209); } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(50, 159, 209); } .cq-timeline .cq-timeline-icon-lavender.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-lavender .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(131, 97, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(131, 97, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(131, 97, 211); } .cq-timeline .cq-timeline-icon-bluejeans.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(59, 115, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(59, 115, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(59, 115, 211); } .cq-timeline .cq-timeline-icon-pinkrose.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(203, 86, 157); } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(203, 86, 157); } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(203, 86, 157); } .cq-timeline .cq-timeline-icon-lightgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(224, 227, 233); } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(224, 227, 233); } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(224, 227, 233); } .cq-timeline .cq-timeline-icon-mediumgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(154, 162, 176); } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(154, 162, 176); } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(154, 162, 176); } .cq-timeline .cq-timeline-icon-darkgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(51, 57, 67); } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(51, 57, 67); } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(51, 57, 67); } .cq-timeline .cq-timeline-icon-transparent.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-transparent .cq-timeline-contentcontainer .cq-timeline-content { background-color: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid none; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer, .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { position: relative; line-height: 1.5; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { /*box-shadow: -5px 5px 0 0 rgba(0,0,0,0.2);*/ } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { content: ''; display: inline-block; position: absolute; top: 50%; margin-top: -10px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { content: ''; display: inline-block; position: absolute; top: 50%; margin-top: -5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { display: inline-block; background-color: #525abb; padding: 15px; } .cq-timeline.cq-timeline-round-small .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 4px; } .cq-timeline.cq-timeline-round-medium .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 8px; } .cq-timeline.cq-timeline-round-large .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 16px; } .cq-timeline.cq-timeline-round-square .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 0px; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { color: #fff; } .cq-timeline .cq-timeline-item .cq-timeline-label { color: #ccc; white-space: nowrap; margin-top: -15px; position: absolute; top: 50%; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item { clear: left; float: right; text-align: left; padding-left: 20px; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(odd):hover .cq-timeline-item .cq-timeline-content { transform: translateX(12px); } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-left: 15px; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-iconcontainer { right: 100%; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; /*border-right: 12px solid #e5e5e5;*/ } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-label { right: 100%; margin-right: 30px; text-align: right; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item { clear: right; width: 50%; float: left; text-align: right; padding-right: 20px; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(even):hover .cq-timeline-item .cq-timeline-content { transform: translateX(-12px); } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-right: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-iconcontainer { left: 100%; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { left: 100%; border-left: 10px solid #525abb; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-label { left: 100%; margin-left: 30px; text-align: left; } .cq-timeline .cq-timeline-text { line-height: 150%; margin: 4px 0 0 0; } @media(max-width:767px) { .cq-timeline:before { left: 30px; margin-left: 0; } .cq-timeline .cq-timeline-row { padding-left: 30px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item, .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item { width: 100%; padding-left: 20px; padding-right: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item { float: right; text-align: left; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(even):hover .cq-timeline-item .cq-timeline-content { transform: translateX(12px); } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer { margin-left: 0; margin-right: 0px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-iconcontainer { right: 100%; left: auto; } .cq-timeline .cq-timeline-row .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-bottom: 5px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-right: 0; margin-left: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid #e5e5e5; border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(207, 45, 66); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(255, 64, 49); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(243, 174, 52); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(140, 193, 82); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(49, 177, 137); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(50, 159, 209); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(131, 97, 211); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(59, 115, 211); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(203, 86, 157); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(224, 227, 233); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(154, 162, 176); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(51, 57, 67); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid none; border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { /*border-left: none;*/ } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { right: 100%; left: auto; border-left: none!important; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-label, .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-label { position: static; text-align: left; margin-top: 5px; margin-left: 15px; } }
site/wp-content/plugins/vc-extensions-bundle/timeline/css/style.css
.cq-timeline { clear:both; width: 100%; margin: 0; padding: 0; position: relative; box-sizing: border-box; /*padding: 15px 0;*/ } .cq-timeline-list, .cq-timeline-list li { box-sizing: border-box; width: 100%; position: relative; list-style: none; padding: 0; margin: 0; } .cq-timeline .cq-timeline-title { margin: 0; padding: 0; font-size: 1.5em; line-height: 120%; color: #FFF; } .cq-timeline:after { content: ''; display: table; clear: both; width: 100%; } .cq-timeline:before { content: ''; display: inline-block; position: absolute; top: 0; bottom: 0; left: 50%; width: 2px; } .cq-timeline.cq-timeline-border-small:before { width: 2px; } .cq-timeline.cq-timeline-border-large:before { width: 4px; } .cq-timeline.cq-timeline-border-tiny:before { width: 1px; } .cq-timeline-bordermint:before { background-color: #37BC9B; } .cq-timeline-borderbittersweet:before { background-color: #E9573F; } .cq-timeline-bordergrass:before { background-color: #8CC152; } .cq-timeline-bordersunflower:before { background-color: #F6BB42; } .cq-timeline-bordergrapefruit:before { background-color: #DA4453; } .cq-timeline-borderpinkrose:before { background-color: #D770AD; } .cq-timeline-borderdarkgray:before { background-color: #434A54; } .cq-timeline-bordermediumgray:before { background-color: #AAB2BD; } .cq-timeline-borderlightgray:before { background-color: #E6E9ED; } .cq-timeline-borderbluejeans:before { background-color: #4A89DC; } .cq-timeline-borderlavender:before { background-color: #967ADC; } .cq-timeline-borderaqua:before { background-color: #3BAFDA; } .cq-timeline-borderwhite:before { background-color: #FFF; } .cq-timeline-bordertransparent:before { background-color: none; } .cq-timeline .cq-timeline-item { box-sizing: border-box; position: relative; max-width: 100%; width: 50%; padding: 0; margin: 0; margin-bottom: 20px; } .cq-timeline .cq-timeline-item .cq-timeline-content { position: relative; max-width: 100%; transition: transform 0.4s; } .cq-timeline .cq-timeline-item .cq-timeline-content img, .cq-timeline .cq-timeline-item .cq-timeline-content iframe { max-width: 100%; } .cq-timeline .cq-timeline-item .cq-timeline-iconcontainer { position: absolute; top: 50%; width: 40px; height: 40px; margin-top: -20px; border-radius: 50%; background-color: #AAB2BD; color: #fff; text-align: center; line-height: 40px; } .cq-timeline .cq-timeline-icon-grapefruit.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(207, 45, 66); } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(207, 45, 66); } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(207, 45, 66); } .cq-timeline .cq-timeline-icon-bittersweet.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(255, 64, 49); } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(255, 64, 49); } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(255, 64, 49); } .cq-timeline .cq-timeline-icon-sunflower.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(243, 174, 52); } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(243, 174, 52); } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(243, 174, 52); } .cq-timeline .cq-timeline-icon-grass.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-grass .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(140, 193, 82); } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(140, 193, 82); } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(140, 193, 82); } .cq-timeline .cq-timeline-icon-mint.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-mint .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(49, 177, 137); } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(49, 177, 137); } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(49, 177, 137); } .cq-timeline .cq-timeline-icon-aqua.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-aqua .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(50, 159, 209); } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(50, 159, 209); } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(50, 159, 209); } .cq-timeline .cq-timeline-icon-lavender.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-lavender .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(131, 97, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(131, 97, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(131, 97, 211); } .cq-timeline .cq-timeline-icon-bluejeans.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(59, 115, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(59, 115, 211); } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(59, 115, 211); } .cq-timeline .cq-timeline-icon-pinkrose.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(203, 86, 157); } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(203, 86, 157); } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(203, 86, 157); } .cq-timeline .cq-timeline-icon-lightgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(224, 227, 233); } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(224, 227, 233); } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(224, 227, 233); } .cq-timeline .cq-timeline-icon-mediumgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(154, 162, 176); } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(154, 162, 176); } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(154, 162, 176); } .cq-timeline .cq-timeline-icon-darkgray.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray .cq-timeline-contentcontainer .cq-timeline-content { background-color: rgb(51, 57, 67); } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid rgb(51, 57, 67); } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid rgb(51, 57, 67); } .cq-timeline .cq-timeline-icon-transparent.cq-timeline-iconcontainer, .cq-timeline .cq-timeline-row.cq-timeline-style-transparent .cq-timeline-contentcontainer .cq-timeline-content { background-color: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { margin-top: -10px; right: 100%; border-right: 10px solid none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { margin-top: -10px; left: 100%; border-left: 10px solid none; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer, .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { position: relative; line-height: 1.5; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { /*box-shadow: -5px 5px 0 0 rgba(0,0,0,0.2);*/ } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { content: ''; display: inline-block; position: absolute; top: 50%; margin-top: -10px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { content: ''; display: inline-block; position: absolute; top: 50%; margin-top: -5px; border-top: 10px solid transparent; border-bottom: 10px solid transparent; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { display: inline-block; background-color: #525abb; padding: 15px; } .cq-timeline.cq-timeline-round-small .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 4px; } .cq-timeline.cq-timeline-round-medium .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 8px; } .cq-timeline.cq-timeline-round-large .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 16px; } .cq-timeline.cq-timeline-round-square .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { border-radius: 0px; } .cq-timeline .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { color: #fff; } .cq-timeline .cq-timeline-item .cq-timeline-label { color: #ccc; white-space: nowrap; margin-top: -15px; position: absolute; top: 50%; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item { clear: left; float: right; text-align: left; padding-left: 20px; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(odd):hover .cq-timeline-item .cq-timeline-content { transform: translateX(12px); } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-left: 15px; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-iconcontainer { right: 100%; } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; /*border-right: 12px solid #e5e5e5;*/ } .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-label { right: 100%; margin-right: 30px; text-align: right; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item { clear: right; width: 50%; float: left; text-align: right; padding-right: 20px; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(even):hover .cq-timeline-item .cq-timeline-content { transform: translateX(-12px); } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-right: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-iconcontainer { left: 100%; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { left: 100%; border-left: 10px solid #525abb; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-label { left: 100%; margin-left: 30px; text-align: left; } .cq-timeline .cq-timeline-text { line-height: 150%; margin: 4px 0 0 0; } @media(max-width:767px) { .cq-timeline:before { left: 30px; margin-left: 0; } .cq-timeline .cq-timeline-row { padding-left: 30px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item, .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item { width: 100%; padding-left: 20px; padding-right: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item { float: right; text-align: left; } .cq-timeline.cq-timeline-movetrue .cq-timeline-row:nth-child(even):hover .cq-timeline-item .cq-timeline-content { transform: translateX(12px); } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer { margin-left: 0; margin-right: 0px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-iconcontainer { right: 100%; left: auto; } .cq-timeline .cq-timeline-row .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-bottom: 5px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content { margin-right: 0; margin-left: 15px; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid #e5e5e5; border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-grapefruit:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(207, 45, 66); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-bittersweet:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(255, 64, 49); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-sunflower:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(243, 174, 52); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-grass:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(140, 193, 82); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-mint:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(49, 177, 137); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-aqua:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(50, 159, 209); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-lavender:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(131, 97, 211); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-bluejeans:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(59, 115, 211); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(203, 86, 157); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-lightgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(224, 227, 233); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-mediumgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(154, 162, 176); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-darkgray:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid rgb(51, 57, 67); border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-transparent:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:before { right: 100%; left: auto; border-right: 12px solid none; border-left: none; } .cq-timeline .cq-timeline-row.cq-timeline-style-pinkrose:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { /*border-left: none;*/ } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-contentcontainer .cq-timeline-content:after { right: 100%; left: auto; border-left: none!important; } .cq-timeline .cq-timeline-row:nth-child(even) .cq-timeline-item .cq-timeline-label, .cq-timeline .cq-timeline-row:nth-child(odd) .cq-timeline-item .cq-timeline-label { position: static; text-align: left; margin-top: 5px; margin-left: 15px; } }
0.556761
0.071138
.textSection { // margin: 3em auto; // padding-top: 20px; } .textSection:first-child { margin-top: 0; } .contentWrapper { margin-bottom: 65px; } .searchForm, .searchFormSticky { padding: 2px 10px; // background: #345468; color: #333333; // color: white; cursor: pointer; // min-height: 55px; border-bottom: 1px solid #d2dbe0 } .searchFormSticky { position: fixed; width: 100%; top: 0; z-index: 999; } .searchForm h1, .searchFormSticky h1 { font-size: 17px; text-align: center; font-weight: normal; letter-spacing: -0.4px; } .edit { position: absolute; right: 0px; padding-right: 12px; top: -2px; width: 104px; padding-top: 2px; height: 45px; line-height: 45px; cursor: pointer; text-align: right; font-size: 17px; } .centered { text-align: center; } p, label { // font-family: Georgia, Times, 'Times New Roman', serif; line-height: 1.5em; } .link { text-decoration: none; } .usernameForm { margin-bottom: 1em; } .input { outline: none; border-bottom: 1px dotted #999; } .atPrefix { color: black; margin-left: 0.4em; } .searchInputWrapper { background: white; // border: 1px solid gray; padding: 0 0 0 8px; width: 80%; height: 35px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; position: relative; display: inline-block; } .inputField { color: #333333; line-height: 35px; height: 30px; width: calc(100% - 30px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; // font-size: 15px; } .filter { display: inline-block; vertical-align: top; line-height: 35px; text-align: center; background: #848484; color: white; width: 20%; height: 35px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; font-size: 15px; } .searchIcon { position: absolute; right: 8px; top: 8px; display: block; font-size: 18px; color: #848484; } .inputPlaceholder { color: lightgray; display: inline-block; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; } .tag { display: inline-block; background: #B5D8E9; margin: 5px 5px 0 0; height: 25px; line-height: 25px; padding: 0 8px; border-radius: 2px; } .tagText { color: #333333; } .amount { margin: 15px 10px 5px; display: block; position: relative; // font-size: 13px; } .nonMatchingAmount { margin: 15px 10px 5px; display: block; } .toggleButtons { width: calc(100% - 25px); display: block; margin: 15px auto; } .toggleButtons button { width: 50%; display: inline-block; // color: #848484; color: #345468; height: 35px; // background: #345468; // border: 2px solid #848484; border: 2px solid #345468; } .toggleButtons button:first-child { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .toggleButtons button:last-child { border-bottom-right-radius: 5px; border-top-right-radius: 5px; } .activeButton { // background: #32749D !important; // background: #848484 !important; background: #345468 !important; color: white !important; } .matchWrapper { padding-bottom: 53px; } .matchDescription { display: block; margin: 20px auto 20px;; width: 75%; text-align: center; } .matchDescription p { font-size: 17px; } .listDescription { // font-style: italic; text-transform: uppercase; margin-top: 20px; display: block; margin-left: 10px; font-size: 12px; } .showMatchingButton, .addToSearchButton { // background: #06769F; background: #5E8404; margin: 15px auto; display: block; color: white; border: none; width: 94%; left: 3%; position: fixed; bottom: 50px; display: block; z-index: 999; height: 40px; } .addToSearchButton { height: auto !important; min-height: 40px; bottom: -5px; white-space: normal; line-height: 25px; } .myCompetences { background: #B5D8E9; width: 95%; margin: 10px auto; padding: 10px; border-radius: 2px; // color: white; } .showNonMatchningJobs { display: block; background: #848484; color: white; width: 95%; height: 35px; margin: 10px auto; padding: 10px; border-radius: 5px; padding: 0; } .listWrapperMatchingContent { padding-bottom: 2px; } .right { float: right; color: #B0B0B0; } .rightPart { position: absolute; right: 0px; top: calc(55% - 10px); color: #B0B0B0; font-size: 18px; } .cancel { position: absolute; left: 0px; padding-left: 12px; top: -2px; width: 50px; padding-top: 2px; height: 47px; line-height: 55px; cursor: pointer; } .done { position: absolute; right: 0px; padding-right: 12px; top: -2px; width: 50px; padding-top: 2px; height: 47px; line-height: 55px; cursor: pointer; text-align: right; } .goBack { position: absolute; left: 12px; top: 17px; cursor: pointer; } .additionalJobs { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 80px; z-index: 999; } .additionalAmountWrapper { position: relative; width: calc(100% - 10px); padding-right: 4px; } .stickyHeader { position: fixed; height: auto; top: 0; width: 100%; background: white; padding: 2px 5px; z-index: 999; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .saveSearch { position: absolute; right: 12px; top: 0px; padding-top: 2px; height: 50px; line-height: 50px; } .isSaved { color: gray; } .overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 999; // pointer-events: none; } .saveSearchPopup { position: fixed; top: 30%; width: 80%; left: 10%; height: auto; padding-top: 20px; padding-bottom: 45px; // border: 2px solid red; background: rgba(255,255,255,0.95); border-radius: 5px; text-align: center; font-size: 16px; } .popupText { padding: 0 15px; } .bell { margin-right: 5px; color: gray; } .leftConfirmButton, .rightConfirmButton { width: 50%; border-top: 1px solid lightgray; display: inline-block; height: 40px; line-height: 35px; position: absolute; bottom: 0; } .leftConfirmButton { border-bottom-left-radius: 5px; left: 0; } .rightConfirmButton { border-bottom-right-radius: 5px; right: 0; border-left: 1px solid lightgray; } .matchCriteriaPopover { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 105px; } .criteraWrappper { width: calc(100% - 20px); background: white; border: 1px solid #CCC; border-radius: 2px; margin: 0 auto 20px; } .criteriaSelectionHeader { width: calc(100% - 20px); display: block; margin: 10px auto; position: relative; font-weight: bold; text-transform: uppercase; } .criteriaSelectionContent { border-top: 1px solid #EEE; width: calc(100% - 20px); height: auto; display: block; margin: auto; padding: 5px 0 10px; } .criteriaSelectionView { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 115px; z-index: 999; } .experienceSelectionWrapper { width: 100%; padding: 0 10px; } .matchCriteriaSearchSummary { text-align: center; // padding-bottom: 5px; // margin-top: -5px; display: flex; align-items: center; justify-content: center; height: 55px; font-weight: bold; } .matchCriteriaSearchSummaryText { width: calc(100% - 112px); // width: auto; margin: auto; } .matchCriteriaSearchSummaryText span { // font-size: 12px; // width: calc(100% - 112px); // height: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .small { font-size: 12px; font-weight: normal; } .pencilIcon { color: #32749d; font-size: 17px; } .listHeader { text-transform: uppercase; margin-top: 20px; display: block; margin-left: 10px; font-size: 12px; position: relative; margin-bottom: 6px; height: 17px; } .pencil { position: absolute; right: 8px; color: #333333; text-transform: none; font-size: 13px; } :global(.glyphicon-remove) { cursor: pointer; color: #8E8E93; margin-left: 5px; top: 2px; } :global(input.form-control) { height: 40px; }
app/containers/SavedPage/styles.css
.textSection { // margin: 3em auto; // padding-top: 20px; } .textSection:first-child { margin-top: 0; } .contentWrapper { margin-bottom: 65px; } .searchForm, .searchFormSticky { padding: 2px 10px; // background: #345468; color: #333333; // color: white; cursor: pointer; // min-height: 55px; border-bottom: 1px solid #d2dbe0 } .searchFormSticky { position: fixed; width: 100%; top: 0; z-index: 999; } .searchForm h1, .searchFormSticky h1 { font-size: 17px; text-align: center; font-weight: normal; letter-spacing: -0.4px; } .edit { position: absolute; right: 0px; padding-right: 12px; top: -2px; width: 104px; padding-top: 2px; height: 45px; line-height: 45px; cursor: pointer; text-align: right; font-size: 17px; } .centered { text-align: center; } p, label { // font-family: Georgia, Times, 'Times New Roman', serif; line-height: 1.5em; } .link { text-decoration: none; } .usernameForm { margin-bottom: 1em; } .input { outline: none; border-bottom: 1px dotted #999; } .atPrefix { color: black; margin-left: 0.4em; } .searchInputWrapper { background: white; // border: 1px solid gray; padding: 0 0 0 8px; width: 80%; height: 35px; border-top-left-radius: 5px; border-bottom-left-radius: 5px; position: relative; display: inline-block; } .inputField { color: #333333; line-height: 35px; height: 30px; width: calc(100% - 30px); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; // font-size: 15px; } .filter { display: inline-block; vertical-align: top; line-height: 35px; text-align: center; background: #848484; color: white; width: 20%; height: 35px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; font-size: 15px; } .searchIcon { position: absolute; right: 8px; top: 8px; display: block; font-size: 18px; color: #848484; } .inputPlaceholder { color: lightgray; display: inline-block; margin-top: 10px; margin-bottom: 10px; margin-left: 5px; } .tag { display: inline-block; background: #B5D8E9; margin: 5px 5px 0 0; height: 25px; line-height: 25px; padding: 0 8px; border-radius: 2px; } .tagText { color: #333333; } .amount { margin: 15px 10px 5px; display: block; position: relative; // font-size: 13px; } .nonMatchingAmount { margin: 15px 10px 5px; display: block; } .toggleButtons { width: calc(100% - 25px); display: block; margin: 15px auto; } .toggleButtons button { width: 50%; display: inline-block; // color: #848484; color: #345468; height: 35px; // background: #345468; // border: 2px solid #848484; border: 2px solid #345468; } .toggleButtons button:first-child { border-bottom-left-radius: 5px; border-top-left-radius: 5px; } .toggleButtons button:last-child { border-bottom-right-radius: 5px; border-top-right-radius: 5px; } .activeButton { // background: #32749D !important; // background: #848484 !important; background: #345468 !important; color: white !important; } .matchWrapper { padding-bottom: 53px; } .matchDescription { display: block; margin: 20px auto 20px;; width: 75%; text-align: center; } .matchDescription p { font-size: 17px; } .listDescription { // font-style: italic; text-transform: uppercase; margin-top: 20px; display: block; margin-left: 10px; font-size: 12px; } .showMatchingButton, .addToSearchButton { // background: #06769F; background: #5E8404; margin: 15px auto; display: block; color: white; border: none; width: 94%; left: 3%; position: fixed; bottom: 50px; display: block; z-index: 999; height: 40px; } .addToSearchButton { height: auto !important; min-height: 40px; bottom: -5px; white-space: normal; line-height: 25px; } .myCompetences { background: #B5D8E9; width: 95%; margin: 10px auto; padding: 10px; border-radius: 2px; // color: white; } .showNonMatchningJobs { display: block; background: #848484; color: white; width: 95%; height: 35px; margin: 10px auto; padding: 10px; border-radius: 5px; padding: 0; } .listWrapperMatchingContent { padding-bottom: 2px; } .right { float: right; color: #B0B0B0; } .rightPart { position: absolute; right: 0px; top: calc(55% - 10px); color: #B0B0B0; font-size: 18px; } .cancel { position: absolute; left: 0px; padding-left: 12px; top: -2px; width: 50px; padding-top: 2px; height: 47px; line-height: 55px; cursor: pointer; } .done { position: absolute; right: 0px; padding-right: 12px; top: -2px; width: 50px; padding-top: 2px; height: 47px; line-height: 55px; cursor: pointer; text-align: right; } .goBack { position: absolute; left: 12px; top: 17px; cursor: pointer; } .additionalJobs { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 80px; z-index: 999; } .additionalAmountWrapper { position: relative; width: calc(100% - 10px); padding-right: 4px; } .stickyHeader { position: fixed; height: auto; top: 0; width: 100%; background: white; padding: 2px 5px; z-index: 999; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .saveSearch { position: absolute; right: 12px; top: 0px; padding-top: 2px; height: 50px; line-height: 50px; } .isSaved { color: gray; } .overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.7); z-index: 999; // pointer-events: none; } .saveSearchPopup { position: fixed; top: 30%; width: 80%; left: 10%; height: auto; padding-top: 20px; padding-bottom: 45px; // border: 2px solid red; background: rgba(255,255,255,0.95); border-radius: 5px; text-align: center; font-size: 16px; } .popupText { padding: 0 15px; } .bell { margin-right: 5px; color: gray; } .leftConfirmButton, .rightConfirmButton { width: 50%; border-top: 1px solid lightgray; display: inline-block; height: 40px; line-height: 35px; position: absolute; bottom: 0; } .leftConfirmButton { border-bottom-left-radius: 5px; left: 0; } .rightConfirmButton { border-bottom-right-radius: 5px; right: 0; border-left: 1px solid lightgray; } .matchCriteriaPopover { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 105px; } .criteraWrappper { width: calc(100% - 20px); background: white; border: 1px solid #CCC; border-radius: 2px; margin: 0 auto 20px; } .criteriaSelectionHeader { width: calc(100% - 20px); display: block; margin: 10px auto; position: relative; font-weight: bold; text-transform: uppercase; } .criteriaSelectionContent { border-top: 1px solid #EEE; width: calc(100% - 20px); height: auto; display: block; margin: auto; padding: 5px 0 10px; } .criteriaSelectionView { position: fixed; top: 0px; left: 0px; right: 0px; bottom: 0px; background: #FAFAFA; height: 100%; width: 100%; overflow-y: scroll; padding-top: 55px; padding-bottom: 115px; z-index: 999; } .experienceSelectionWrapper { width: 100%; padding: 0 10px; } .matchCriteriaSearchSummary { text-align: center; // padding-bottom: 5px; // margin-top: -5px; display: flex; align-items: center; justify-content: center; height: 55px; font-weight: bold; } .matchCriteriaSearchSummaryText { width: calc(100% - 112px); // width: auto; margin: auto; } .matchCriteriaSearchSummaryText span { // font-size: 12px; // width: calc(100% - 112px); // height: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; } .small { font-size: 12px; font-weight: normal; } .pencilIcon { color: #32749d; font-size: 17px; } .listHeader { text-transform: uppercase; margin-top: 20px; display: block; margin-left: 10px; font-size: 12px; position: relative; margin-bottom: 6px; height: 17px; } .pencil { position: absolute; right: 8px; color: #333333; text-transform: none; font-size: 13px; } :global(.glyphicon-remove) { cursor: pointer; color: #8E8E93; margin-left: 5px; top: 2px; } :global(input.form-control) { height: 40px; }
0.438064
0.093264
body { font-family: "Arimo", sans-serif; } i { color: #abc629; } nav { background-color: #1e3978; border-top: none; } #head-text { font-family: "<NAME>", sans-serif; font-size: 0.7em; } #seasonal { background-image: url("img/seasonal/three-orn.jpg"); background-size: cover; border: 1px solid black; } .card { background-color: #2d4d7c; font-size: 0.9em; } .imgheader { background-image: url("img/gallery/11.jpg"); background-size: cover; background-position-y: 100%; height: 140px; align-items: flex-end; font-size: 2em; } #flex-gallery { flex-wrap: wrap; background-color: #2d4d7c; } #flex-gallery img { width: 135px; height: 135px; margin: 1px; border: 1px solid black; } #flex-gallery img:hover { opacity: 0.8; } video { border: 1px solid black; margin: 1px; } nav ul { display: flex; align-items: center; justify-content: space-around; list-style-type: none; font-family: "Muli", sans-serif; } nav ul li a { color: #fefcfd; font-weight: bold; } nav ul li a:hover { color: #abc629; } footer { background-color: #1e3978; } footer a { color: #abc629; font-weight: bold; font-size: 1.2em; } footer a:hover { color: #abc629; text-decoration: none; } @media (max-width: 991.98px) { nav ul li a { font-size: 0.7em; } #seasonal { background-image: url("img/seasonal/three-orn.jpg"); background-size: fill; min-height: 225px; } } .background { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #1C1721; overflow: hidden; } .background span { width: 1vmin; height: 1vmin; border-radius: 1vmin; backface-visibility: hidden; position: absolute; animation: move; animation-duration: 33; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes move { 100% { transform: translate3d(0, 0, 1px) rotate(360deg); } } .background span:nth-child(0) { color: #583C87; top: 79%; left: 46%; animation-duration: 118s; animation-delay: -29s; transform-origin: -4vw -19vh; box-shadow: 2vmin 0 0.4237884690103775vmin currentColor; } .background span:nth-child(1) { color: #20d63; top: 53%; left: 22%; animation-duration: 129s; animation-delay: -71s; transform-origin: 1vw 20vh; box-shadow: -2vmin 0 1.0525683959161696vmin currentColor; } .background span:nth-child(2) { color: #20d63; top: 73%; left: 54%; animation-duration: 116s; animation-delay: -60s; transform-origin: 23vw -2vh; box-shadow: -2vmin 0 0.5433407782968371vmin currentColor; } .background span:nth-child(3) { color: #6166db; top: 53%; left: 63%; animation-duration: 109s; animation-delay: -136s; transform-origin: 17vw 4vh; box-shadow: -2vmin 0 0.8820289230546314vmin currentColor; } .background span:nth-child(4) { color: #FFACAC; top: 30%; left: 13%; animation-duration: 130s; animation-delay: -18s; transform-origin: -3vw 25vh; box-shadow: -2vmin 0 1.1285735907451622vmin currentColor; } .background span:nth-child(5) { color: #20d63; top: 57%; left: 26%; animation-duration: 63s; animation-delay: -28s; transform-origin: -3vw -17vh; box-shadow: -2vmin 0 1.1638680323759918vmin currentColor; } .background span:nth-child(6) { color: #FFACAC; top: 65%; left: 37%; animation-duration: 103s; animation-delay: -60s; transform-origin: 24vw -6vh; box-shadow: -2vmin 0 0.4035473466898991vmin currentColor; } .background span:nth-child(7) { color: #E45A84; top: 74%; left: 77%; animation-duration: 102s; animation-delay: -111s; transform-origin: 19vw 11vh; box-shadow: 2vmin 0 0.8057222203686967vmin currentColor; } .background span:nth-child(8) { color: #6166db; top: 60%; left: 89%; animation-duration: 69s; animation-delay: -98s; transform-origin: 22vw 19vh; box-shadow: 2vmin 0 0.8198202419238458vmin currentColor; } .background span:nth-child(9) { color: #E45A84; top: 60%; left: 48%; animation-duration: 147s; animation-delay: -132s; transform-origin: 19vw -22vh; box-shadow: -2vmin 0 1.1671718619906288vmin currentColor; } .background span:nth-child(10) { color: #FFACAC; top: 67%; left: 27%; animation-duration: 105s; animation-delay: -39s; transform-origin: 24vw -23vh; box-shadow: 2vmin 0 1.1272717857405186vmin currentColor; } .background span:nth-child(11) { color: #E45A84; top: 47%; left: 80%; animation-duration: 170s; animation-delay: -125s; transform-origin: 5vw -17vh; box-shadow: 2vmin 0 0.3922631244006147vmin currentColor; } .background span:nth-child(12) { color: #20d63; top: 78%; left: 76%; animation-duration: 59s; animation-delay: -102s; transform-origin: 18vw 24vh; box-shadow: -2vmin 0 1.222936490752022vmin currentColor; } .background span:nth-child(13) { color: #6166db; top: 57%; left: 22%; animation-duration: 13s; animation-delay: -106s; transform-origin: -18vw 13vh; box-shadow: 2vmin 0 0.6309807913392949vmin currentColor; } .background span:nth-child(14) { color: #20d63; top: 14%; left: 88%; animation-duration: 100s; animation-delay: -21s; transform-origin: -13vw -8vh; box-shadow: 2vmin 0 0.9145065248448896vmin currentColor; } .background span:nth-child(15) { color: #583C87; top: 1%; left: 1%; animation-duration: 121s; animation-delay: -89s; transform-origin: 14vw -9vh; box-shadow: -2vmin 0 0.3666779495197847vmin currentColor; } .background span:nth-child(16) { color: #583C87; top: 90%; left: 17%; animation-duration: 52s; animation-delay: -28s; transform-origin: 15vw -16vh; box-shadow: 2vmin 0 1.0254394000413218vmin currentColor; } .background span:nth-child(17) { color: #E45A84; top: 48%; left: 16%; animation-duration: 67s; animation-delay: -146s; transform-origin: 2vw 19vh; box-shadow: 2vmin 0 0.9257918558171787vmin currentColor; } .background span:nth-child(18) { color: #20d63; top: 24%; left: 33%; animation-duration: 98s; animation-delay: -123s; transform-origin: -21vw 3vh; box-shadow: 2vmin 0 1.02415768642423vmin currentColor; } .background span:nth-child(19) { color: #20d63; top: 8%; left: 6%; animation-duration: 152s; animation-delay: -124s; transform-origin: -15vw 22vh; box-shadow: -2vmin 0 1.2053220528340485vmin currentColor; } .background span:nth-child(20) { color: #FFACAC; top: 46%; left: 55%; animation-duration: 167s; animation-delay: -29s; transform-origin: -12vw 24vh; box-shadow: -2vmin 0 1.1090488887310788vmin currentColor; } .background span:nth-child(21) { color: #583C87; top: 68%; left: 55%; animation-duration: 134s; animation-delay: -134s; transform-origin: -17vw 16vh; box-shadow: 2vmin 0 0.8066775082153204vmin currentColor; } .background span:nth-child(22) { color: #583C87; top: 38%; left: 10%; animation-duration: 147s; animation-delay: -44s; transform-origin: -8vw 17vh; box-shadow: 2vmin 0 0.33246154438619535vmin currentColor; } .background span:nth-child(23) { color: #FFACAC; top: 83%; left: 85%; animation-duration: 6s; animation-delay: -55s; transform-origin: -13vw 17vh; box-shadow: -2vmin 0 0.780349543305642vmin currentColor; } .background span:nth-child(24) { color: #FFACAC; top: 88%; left: 97%; animation-duration: 86s; animation-delay: -104s; transform-origin: -16vw -11vh; box-shadow: -2vmin 0 0.3967873204774508vmin currentColor; } .background span:nth-child(25) { color: #20d63; top: 19%; left: 94%; animation-duration: 53s; animation-delay: -43s; transform-origin: 3vw 6vh; box-shadow: -2vmin 0 0.6767342670655241vmin currentColor; } .background span:nth-child(26) { color: #FFACAC; top: 77%; left: 95%; animation-duration: 36s; animation-delay: -88s; transform-origin: 0vw -15vh; box-shadow: 2vmin 0 0.9743893090817961vmin currentColor; } .background span:nth-child(27) { color: #583C87; top: 60%; left: 15%; animation-duration: 161s; animation-delay: -137s; transform-origin: 20vw 7vh; box-shadow: -2vmin 0 0.5275023006855526vmin currentColor; } .background span:nth-child(28) { color: #20d63; top: 62%; left: 8%; animation-duration: 85s; animation-delay: -104s; transform-origin: 9vw 9vh; box-shadow: -2vmin 0 0.5421450502102756vmin currentColor; } .background span:nth-child(29) { color: #E45A84; top: 92%; left: 69%; animation-duration: 154s; animation-delay: -11s; transform-origin: -5vw -21vh; box-shadow: 2vmin 0 0.6138782693942482vmin currentColor; } .background span:nth-child(30) { color: #6166db; top: 3%; left: 58%; animation-duration: 12s; animation-delay: -146s; transform-origin: 12vw -5vh; box-shadow: -2vmin 0 0.5282396821233819vmin currentColor; } .background span:nth-child(31) { color: #6166db; top: 39%; left: 40%; animation-duration: 110s; animation-delay: -135s; transform-origin: 1vw 16vh; box-shadow: -2vmin 0 0.3649248280504689vmin currentColor; } .background span:nth-child(32) { color: #20d63; top: 15%; left: 3%; animation-duration: 8s; animation-delay: -6s; transform-origin: 16vw 21vh; box-shadow: 2vmin 0 0.31057800659885393vmin currentColor; } .background span:nth-child(33) { color: #583C87; top: 50%; left: 58%; animation-duration: 9s; animation-delay: -169s; transform-origin: -22vw 16vh; box-shadow: 2vmin 0 0.958193709043947vmin currentColor; } .background span:nth-child(34) { color: #6166db; top: 3%; left: 42%; animation-duration: 27s; animation-delay: -19s; transform-origin: 12vw 16vh; box-shadow: 2vmin 0 0.2556027710888038vmin currentColor; } .background span:nth-child(35) { color: #6166db; top: 98%; left: 17%; animation-duration: 167s; animation-delay: -161s; transform-origin: 13vw 16vh; box-shadow: 2vmin 0 0.39010421277600904vmin currentColor; } .background span:nth-child(36) { color: #6166db; top: 99%; left: 54%; animation-duration: 115s; animation-delay: -4s; transform-origin: 20vw -4vh; box-shadow: 2vmin 0 0.7789858652408979vmin currentColor; } .background span:nth-child(37) { color: #FFACAC; top: 75%; left: 55%; animation-duration: 58s; animation-delay: -137s; transform-origin: -23vw 24vh; box-shadow: 2vmin 0 0.3221009882742847vmin currentColor; } .background span:nth-child(38) { color: #6166db; top: 25%; left: 4%; animation-duration: 146s; animation-delay: -34s; transform-origin: -2vw 20vh; box-shadow: 2vmin 0 0.8421100385638971vmin currentColor; } .background span:nth-child(39) { color: #20d63; top: 35%; left: 70%; animation-duration: 9s; animation-delay: -37s; transform-origin: 12vw -8vh; box-shadow: 2vmin 0 1.0115381683305917vmin currentColor; } .background span:nth-child(40) { color: #20d63; top: 9%; left: 62%; animation-duration: 13s; animation-delay: -106s; transform-origin: 21vw 3vh; box-shadow: -2vmin 0 0.3161374864608526vmin currentColor; } .background span:nth-child(41) { color: #FFACAC; top: 49%; left: 63%; animation-duration: 120s; animation-delay: -139s; transform-origin: 3vw -24vh; box-shadow: -2vmin 0 1.097904719496678vmin currentColor; } .background span:nth-child(42) { color: #20d63; top: 24%; left: 21%; animation-duration: 96s; animation-delay: -8s; transform-origin: 17vw -14vh; box-shadow: -2vmin 0 1.0808980700090305vmin currentColor; } .background span:nth-child(43) { color: #583C87; top: 1%; left: 39%; animation-duration: 158s; animation-delay: -53s; transform-origin: 2vw -21vh; box-shadow: 2vmin 0 1.1719633902184607vmin currentColor; } .background span:nth-child(44) { color: #6166db; top: 26%; left: 48%; animation-duration: 57s; animation-delay: -106s; transform-origin: 19vw 12vh; box-shadow: 2vmin 0 0.32792619380905186vmin currentColor; } .background span:nth-child(45) { color: #20d63; top: 57%; left: 98%; animation-duration: 119s; animation-delay: -127s; transform-origin: -10vw 23vh; box-shadow: -2vmin 0 0.6076757774910904vmin currentColor; } .background span:nth-child(46) { color: #FFACAC; top: 3%; left: 44%; animation-duration: 16s; animation-delay: -57s; transform-origin: 3vw -18vh; box-shadow: -2vmin 0 1.0998259145399756vmin currentColor; } .background span:nth-child(47) { color: #583C87; top: 92%; left: 79%; animation-duration: 66s; animation-delay: -99s; transform-origin: 6vw 25vh; box-shadow: -2vmin 0 0.8018233666907708vmin currentColor; } .background span:nth-child(48) { color: #583C87; top: 51%; left: 92%; animation-duration: 47s; animation-delay: -84s; transform-origin: 6vw 24vh; box-shadow: -2vmin 0 0.5650397786542605vmin currentColor; } .background span:nth-child(49) { color: #FFACAC; top: 12%; left: 81%; animation-duration: 151s; animation-delay: -122s; transform-origin: 2vw 17vh; box-shadow: -2vmin 0 1.0078271110881794vmin currentColor; }
custom.css
body { font-family: "Arimo", sans-serif; } i { color: #abc629; } nav { background-color: #1e3978; border-top: none; } #head-text { font-family: "<NAME>", sans-serif; font-size: 0.7em; } #seasonal { background-image: url("img/seasonal/three-orn.jpg"); background-size: cover; border: 1px solid black; } .card { background-color: #2d4d7c; font-size: 0.9em; } .imgheader { background-image: url("img/gallery/11.jpg"); background-size: cover; background-position-y: 100%; height: 140px; align-items: flex-end; font-size: 2em; } #flex-gallery { flex-wrap: wrap; background-color: #2d4d7c; } #flex-gallery img { width: 135px; height: 135px; margin: 1px; border: 1px solid black; } #flex-gallery img:hover { opacity: 0.8; } video { border: 1px solid black; margin: 1px; } nav ul { display: flex; align-items: center; justify-content: space-around; list-style-type: none; font-family: "Muli", sans-serif; } nav ul li a { color: #fefcfd; font-weight: bold; } nav ul li a:hover { color: #abc629; } footer { background-color: #1e3978; } footer a { color: #abc629; font-weight: bold; font-size: 1.2em; } footer a:hover { color: #abc629; text-decoration: none; } @media (max-width: 991.98px) { nav ul li a { font-size: 0.7em; } #seasonal { background-image: url("img/seasonal/three-orn.jpg"); background-size: fill; min-height: 225px; } } .background { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #1C1721; overflow: hidden; } .background span { width: 1vmin; height: 1vmin; border-radius: 1vmin; backface-visibility: hidden; position: absolute; animation: move; animation-duration: 33; animation-timing-function: linear; animation-iteration-count: infinite; } @keyframes move { 100% { transform: translate3d(0, 0, 1px) rotate(360deg); } } .background span:nth-child(0) { color: #583C87; top: 79%; left: 46%; animation-duration: 118s; animation-delay: -29s; transform-origin: -4vw -19vh; box-shadow: 2vmin 0 0.4237884690103775vmin currentColor; } .background span:nth-child(1) { color: #20d63; top: 53%; left: 22%; animation-duration: 129s; animation-delay: -71s; transform-origin: 1vw 20vh; box-shadow: -2vmin 0 1.0525683959161696vmin currentColor; } .background span:nth-child(2) { color: #20d63; top: 73%; left: 54%; animation-duration: 116s; animation-delay: -60s; transform-origin: 23vw -2vh; box-shadow: -2vmin 0 0.5433407782968371vmin currentColor; } .background span:nth-child(3) { color: #6166db; top: 53%; left: 63%; animation-duration: 109s; animation-delay: -136s; transform-origin: 17vw 4vh; box-shadow: -2vmin 0 0.8820289230546314vmin currentColor; } .background span:nth-child(4) { color: #FFACAC; top: 30%; left: 13%; animation-duration: 130s; animation-delay: -18s; transform-origin: -3vw 25vh; box-shadow: -2vmin 0 1.1285735907451622vmin currentColor; } .background span:nth-child(5) { color: #20d63; top: 57%; left: 26%; animation-duration: 63s; animation-delay: -28s; transform-origin: -3vw -17vh; box-shadow: -2vmin 0 1.1638680323759918vmin currentColor; } .background span:nth-child(6) { color: #FFACAC; top: 65%; left: 37%; animation-duration: 103s; animation-delay: -60s; transform-origin: 24vw -6vh; box-shadow: -2vmin 0 0.4035473466898991vmin currentColor; } .background span:nth-child(7) { color: #E45A84; top: 74%; left: 77%; animation-duration: 102s; animation-delay: -111s; transform-origin: 19vw 11vh; box-shadow: 2vmin 0 0.8057222203686967vmin currentColor; } .background span:nth-child(8) { color: #6166db; top: 60%; left: 89%; animation-duration: 69s; animation-delay: -98s; transform-origin: 22vw 19vh; box-shadow: 2vmin 0 0.8198202419238458vmin currentColor; } .background span:nth-child(9) { color: #E45A84; top: 60%; left: 48%; animation-duration: 147s; animation-delay: -132s; transform-origin: 19vw -22vh; box-shadow: -2vmin 0 1.1671718619906288vmin currentColor; } .background span:nth-child(10) { color: #FFACAC; top: 67%; left: 27%; animation-duration: 105s; animation-delay: -39s; transform-origin: 24vw -23vh; box-shadow: 2vmin 0 1.1272717857405186vmin currentColor; } .background span:nth-child(11) { color: #E45A84; top: 47%; left: 80%; animation-duration: 170s; animation-delay: -125s; transform-origin: 5vw -17vh; box-shadow: 2vmin 0 0.3922631244006147vmin currentColor; } .background span:nth-child(12) { color: #20d63; top: 78%; left: 76%; animation-duration: 59s; animation-delay: -102s; transform-origin: 18vw 24vh; box-shadow: -2vmin 0 1.222936490752022vmin currentColor; } .background span:nth-child(13) { color: #6166db; top: 57%; left: 22%; animation-duration: 13s; animation-delay: -106s; transform-origin: -18vw 13vh; box-shadow: 2vmin 0 0.6309807913392949vmin currentColor; } .background span:nth-child(14) { color: #20d63; top: 14%; left: 88%; animation-duration: 100s; animation-delay: -21s; transform-origin: -13vw -8vh; box-shadow: 2vmin 0 0.9145065248448896vmin currentColor; } .background span:nth-child(15) { color: #583C87; top: 1%; left: 1%; animation-duration: 121s; animation-delay: -89s; transform-origin: 14vw -9vh; box-shadow: -2vmin 0 0.3666779495197847vmin currentColor; } .background span:nth-child(16) { color: #583C87; top: 90%; left: 17%; animation-duration: 52s; animation-delay: -28s; transform-origin: 15vw -16vh; box-shadow: 2vmin 0 1.0254394000413218vmin currentColor; } .background span:nth-child(17) { color: #E45A84; top: 48%; left: 16%; animation-duration: 67s; animation-delay: -146s; transform-origin: 2vw 19vh; box-shadow: 2vmin 0 0.9257918558171787vmin currentColor; } .background span:nth-child(18) { color: #20d63; top: 24%; left: 33%; animation-duration: 98s; animation-delay: -123s; transform-origin: -21vw 3vh; box-shadow: 2vmin 0 1.02415768642423vmin currentColor; } .background span:nth-child(19) { color: #20d63; top: 8%; left: 6%; animation-duration: 152s; animation-delay: -124s; transform-origin: -15vw 22vh; box-shadow: -2vmin 0 1.2053220528340485vmin currentColor; } .background span:nth-child(20) { color: #FFACAC; top: 46%; left: 55%; animation-duration: 167s; animation-delay: -29s; transform-origin: -12vw 24vh; box-shadow: -2vmin 0 1.1090488887310788vmin currentColor; } .background span:nth-child(21) { color: #583C87; top: 68%; left: 55%; animation-duration: 134s; animation-delay: -134s; transform-origin: -17vw 16vh; box-shadow: 2vmin 0 0.8066775082153204vmin currentColor; } .background span:nth-child(22) { color: #583C87; top: 38%; left: 10%; animation-duration: 147s; animation-delay: -44s; transform-origin: -8vw 17vh; box-shadow: 2vmin 0 0.33246154438619535vmin currentColor; } .background span:nth-child(23) { color: #FFACAC; top: 83%; left: 85%; animation-duration: 6s; animation-delay: -55s; transform-origin: -13vw 17vh; box-shadow: -2vmin 0 0.780349543305642vmin currentColor; } .background span:nth-child(24) { color: #FFACAC; top: 88%; left: 97%; animation-duration: 86s; animation-delay: -104s; transform-origin: -16vw -11vh; box-shadow: -2vmin 0 0.3967873204774508vmin currentColor; } .background span:nth-child(25) { color: #20d63; top: 19%; left: 94%; animation-duration: 53s; animation-delay: -43s; transform-origin: 3vw 6vh; box-shadow: -2vmin 0 0.6767342670655241vmin currentColor; } .background span:nth-child(26) { color: #FFACAC; top: 77%; left: 95%; animation-duration: 36s; animation-delay: -88s; transform-origin: 0vw -15vh; box-shadow: 2vmin 0 0.9743893090817961vmin currentColor; } .background span:nth-child(27) { color: #583C87; top: 60%; left: 15%; animation-duration: 161s; animation-delay: -137s; transform-origin: 20vw 7vh; box-shadow: -2vmin 0 0.5275023006855526vmin currentColor; } .background span:nth-child(28) { color: #20d63; top: 62%; left: 8%; animation-duration: 85s; animation-delay: -104s; transform-origin: 9vw 9vh; box-shadow: -2vmin 0 0.5421450502102756vmin currentColor; } .background span:nth-child(29) { color: #E45A84; top: 92%; left: 69%; animation-duration: 154s; animation-delay: -11s; transform-origin: -5vw -21vh; box-shadow: 2vmin 0 0.6138782693942482vmin currentColor; } .background span:nth-child(30) { color: #6166db; top: 3%; left: 58%; animation-duration: 12s; animation-delay: -146s; transform-origin: 12vw -5vh; box-shadow: -2vmin 0 0.5282396821233819vmin currentColor; } .background span:nth-child(31) { color: #6166db; top: 39%; left: 40%; animation-duration: 110s; animation-delay: -135s; transform-origin: 1vw 16vh; box-shadow: -2vmin 0 0.3649248280504689vmin currentColor; } .background span:nth-child(32) { color: #20d63; top: 15%; left: 3%; animation-duration: 8s; animation-delay: -6s; transform-origin: 16vw 21vh; box-shadow: 2vmin 0 0.31057800659885393vmin currentColor; } .background span:nth-child(33) { color: #583C87; top: 50%; left: 58%; animation-duration: 9s; animation-delay: -169s; transform-origin: -22vw 16vh; box-shadow: 2vmin 0 0.958193709043947vmin currentColor; } .background span:nth-child(34) { color: #6166db; top: 3%; left: 42%; animation-duration: 27s; animation-delay: -19s; transform-origin: 12vw 16vh; box-shadow: 2vmin 0 0.2556027710888038vmin currentColor; } .background span:nth-child(35) { color: #6166db; top: 98%; left: 17%; animation-duration: 167s; animation-delay: -161s; transform-origin: 13vw 16vh; box-shadow: 2vmin 0 0.39010421277600904vmin currentColor; } .background span:nth-child(36) { color: #6166db; top: 99%; left: 54%; animation-duration: 115s; animation-delay: -4s; transform-origin: 20vw -4vh; box-shadow: 2vmin 0 0.7789858652408979vmin currentColor; } .background span:nth-child(37) { color: #FFACAC; top: 75%; left: 55%; animation-duration: 58s; animation-delay: -137s; transform-origin: -23vw 24vh; box-shadow: 2vmin 0 0.3221009882742847vmin currentColor; } .background span:nth-child(38) { color: #6166db; top: 25%; left: 4%; animation-duration: 146s; animation-delay: -34s; transform-origin: -2vw 20vh; box-shadow: 2vmin 0 0.8421100385638971vmin currentColor; } .background span:nth-child(39) { color: #20d63; top: 35%; left: 70%; animation-duration: 9s; animation-delay: -37s; transform-origin: 12vw -8vh; box-shadow: 2vmin 0 1.0115381683305917vmin currentColor; } .background span:nth-child(40) { color: #20d63; top: 9%; left: 62%; animation-duration: 13s; animation-delay: -106s; transform-origin: 21vw 3vh; box-shadow: -2vmin 0 0.3161374864608526vmin currentColor; } .background span:nth-child(41) { color: #FFACAC; top: 49%; left: 63%; animation-duration: 120s; animation-delay: -139s; transform-origin: 3vw -24vh; box-shadow: -2vmin 0 1.097904719496678vmin currentColor; } .background span:nth-child(42) { color: #20d63; top: 24%; left: 21%; animation-duration: 96s; animation-delay: -8s; transform-origin: 17vw -14vh; box-shadow: -2vmin 0 1.0808980700090305vmin currentColor; } .background span:nth-child(43) { color: #583C87; top: 1%; left: 39%; animation-duration: 158s; animation-delay: -53s; transform-origin: 2vw -21vh; box-shadow: 2vmin 0 1.1719633902184607vmin currentColor; } .background span:nth-child(44) { color: #6166db; top: 26%; left: 48%; animation-duration: 57s; animation-delay: -106s; transform-origin: 19vw 12vh; box-shadow: 2vmin 0 0.32792619380905186vmin currentColor; } .background span:nth-child(45) { color: #20d63; top: 57%; left: 98%; animation-duration: 119s; animation-delay: -127s; transform-origin: -10vw 23vh; box-shadow: -2vmin 0 0.6076757774910904vmin currentColor; } .background span:nth-child(46) { color: #FFACAC; top: 3%; left: 44%; animation-duration: 16s; animation-delay: -57s; transform-origin: 3vw -18vh; box-shadow: -2vmin 0 1.0998259145399756vmin currentColor; } .background span:nth-child(47) { color: #583C87; top: 92%; left: 79%; animation-duration: 66s; animation-delay: -99s; transform-origin: 6vw 25vh; box-shadow: -2vmin 0 0.8018233666907708vmin currentColor; } .background span:nth-child(48) { color: #583C87; top: 51%; left: 92%; animation-duration: 47s; animation-delay: -84s; transform-origin: 6vw 24vh; box-shadow: -2vmin 0 0.5650397786542605vmin currentColor; } .background span:nth-child(49) { color: #FFACAC; top: 12%; left: 81%; animation-duration: 151s; animation-delay: -122s; transform-origin: 2vw 17vh; box-shadow: -2vmin 0 1.0078271110881794vmin currentColor; }
0.477798
0.054399
:root { --font-family: 1em/100% "Montserrat", sans-serif; --white: 255, 255, 255; --black: 0, 0, 0; --gray-light: 240, 242, 247; --gray-medium: 228, 231, 239; --gray-heavy: 185, 190, 209; --gray-hard: 161, 166, 187; --dark: 34, 35, 40; --primary: 26, 92, 255; --success: 70, 201, 58; --danger: 255, 71, 87; --warning: 255, 186, 0; } ::-webkit-input-placeholder {} ::-moz-input-placeholder {} ::-ms-input-placeholder {} ::placeholder {} ::-moz-selection {} ::selection {} .img { width: 100%; height: auto; display: block; } .clr:before { content: " "; display: table; clear: both; } .hidden { display: none; opacity: 0; visibility: hidden; overflow: hidden; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters {margin-right: 0;margin-left: 0;} .no-gutters > .col, .no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;} .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} @media (min-width: 576px) { .container, .container-sm {max-width: 540px;} .col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-sm-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-sm-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-sm-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 768px) { .container, .container-sm, .container-md {max-width: 720px;} .col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-md-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-md-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-md-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg {max-width: 960px;} .col-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-lg-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-lg-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-lg-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-lg-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-lg-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-lg-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-lg-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-lg-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-lg-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-lg-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;} .col-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-xl-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-xl-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-xl-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-xl-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-xl-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-xl-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-xl-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-xl-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-xl-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-xl-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-xl-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-xl-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-xl-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} }
css/apps.css
:root { --font-family: 1em/100% "Montserrat", sans-serif; --white: 255, 255, 255; --black: 0, 0, 0; --gray-light: 240, 242, 247; --gray-medium: 228, 231, 239; --gray-heavy: 185, 190, 209; --gray-hard: 161, 166, 187; --dark: 34, 35, 40; --primary: 26, 92, 255; --success: 70, 201, 58; --danger: 255, 71, 87; --warning: 255, 186, 0; } ::-webkit-input-placeholder {} ::-moz-input-placeholder {} ::-ms-input-placeholder {} ::placeholder {} ::-moz-selection {} ::selection {} .img { width: 100%; height: auto; display: block; } .clr:before { content: " "; display: table; clear: both; } .hidden { display: none; opacity: 0; visibility: hidden; overflow: hidden; } .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } .row { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters {margin-right: 0;margin-left: 0;} .no-gutters > .col, .no-gutters > [class*="col-"] {padding-right: 0;padding-left: 0;} .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; max-width: 100%; } .col-auto { -ms-flex: 0 0 auto; flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} @media (min-width: 576px) { .container, .container-sm {max-width: 540px;} .col-sm {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-sm-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-sm-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-sm-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-sm-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-sm-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-sm-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-sm-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-sm-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-sm-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-sm-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-sm-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-sm-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-sm-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 768px) { .container, .container-sm, .container-md {max-width: 720px;} .col-md {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-md-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-md-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-md-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-md-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-md-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-md-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-md-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-md-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-md-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-md-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-md-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-md-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-md-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 992px) { .container, .container-sm, .container-md, .container-lg {max-width: 960px;} .col-lg {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-lg-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-lg-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-lg-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-lg-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-lg-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-lg-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-lg-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-lg-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-lg-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-lg-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-lg-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-lg-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-lg-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} } @media (min-width: 1200px) { .container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 1140px;} .col-xl {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;} .col-xl-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: 100%;} .col-xl-1 {-ms-flex: 0 0 8.333333%;flex: 0 0 8.333333%;max-width: 8.333333%;} .col-xl-2 {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;} .col-xl-3 {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;} .col-xl-4 {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;} .col-xl-5 {-ms-flex: 0 0 41.666667%;flex: 0 0 41.666667%;max-width: 41.666667%;} .col-xl-6 {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;} .col-xl-7 {-ms-flex: 0 0 58.333333%;flex: 0 0 58.333333%;max-width: 58.333333%;} .col-xl-8 {-ms-flex: 0 0 66.666667%;flex: 0 0 66.666667%;max-width: 66.666667%;} .col-xl-9 {-ms-flex: 0 0 75%;flex: 0 0 75%;max-width: 75%;} .col-xl-10 {-ms-flex: 0 0 83.333333%;flex: 0 0 83.333333%;max-width: 83.333333%;} .col-xl-11 {-ms-flex: 0 0 91.666667%;flex: 0 0 91.666667%;max-width: 91.666667%;} .col-xl-12 {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;} }
0.35488
0.101679
@media (min-width: 960px) { header { width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; } main{ display: grid; grid-template-columns: 200px 1fr; height: 600px; } #cont{ display: flex; flex-direction: column; } #e-h { display: grid; grid-template-columns: 25% 25% 25% 25%; } #c-d { display: grid; grid-template-columns: 50% 50%; } footer { display: flex; justify-content: center; height: 100%; align-items: center; }} /* tablate */ @media (min-width: 767px) and (max-width: 960px) { main { width: 100%; display: flex; flex-direction: column; } header { width: 100%; height: 75px; display: flex; flex-direction: column; justify-content: center; } #c-d { display: grid; grid-template-columns: 50% 50%; } #e-h { display: grid; height: 500px; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; } footer { display: flex; justify-content: center; height: 80px; align-items: center; border: 1px solid black; box-sizing: border-box; } } /* mobile */ @media (max-width: 767px) { main { width: 100%; display: flex; flex-direction: column; } header { width: 100%; height: 75px; display: flex; flex-direction: column; justify-content: center; } #e-h { display: grid; height: 500px; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; } footer { background-color: rgb(8, 219, 138); display: flex; justify-content: center; height: 80px; } }
css/layout.css
@media (min-width: 960px) { header { width: 100%; height: 100px; display: flex; flex-direction: column; justify-content: center; } main{ display: grid; grid-template-columns: 200px 1fr; height: 600px; } #cont{ display: flex; flex-direction: column; } #e-h { display: grid; grid-template-columns: 25% 25% 25% 25%; } #c-d { display: grid; grid-template-columns: 50% 50%; } footer { display: flex; justify-content: center; height: 100%; align-items: center; }} /* tablate */ @media (min-width: 767px) and (max-width: 960px) { main { width: 100%; display: flex; flex-direction: column; } header { width: 100%; height: 75px; display: flex; flex-direction: column; justify-content: center; } #c-d { display: grid; grid-template-columns: 50% 50%; } #e-h { display: grid; height: 500px; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; } footer { display: flex; justify-content: center; height: 80px; align-items: center; border: 1px solid black; box-sizing: border-box; } } /* mobile */ @media (max-width: 767px) { main { width: 100%; display: flex; flex-direction: column; } header { width: 100%; height: 75px; display: flex; flex-direction: column; justify-content: center; } #e-h { display: grid; height: 500px; grid-template-columns: 50% 50%; grid-template-rows: 50% 50%; } footer { background-color: rgb(8, 219, 138); display: flex; justify-content: center; height: 80px; } }
0.369315
0.082846
.cover-page-wrap { background-image: url('../img/bg_sp.jpg'); background-position: top center; background-repeat: no-repeat; background-size: cover; margin-top: 55px; min-height: 360px; position: relative; width: 100%; } .cover-page-container { background-image: url('../img/bg1.png'); background-position: top center; background-repeat: no-repeat; background-size: cover; /*margin-top: 55px;*/ min-height: 360px; position: absolute; bottom: 0; left: 0; width: 100%; } .logos { background-color: rgba(0,0,0,.3); top: 0; left: 0; padding: 1em 0; position: absolute; width: 100%; } .logos .logo_game { float: left; margin-left: 1em; height: 40px; } .logos .logo_platform { float: right; /*margin-right: 1em;*/ height: 40px; } .section-title { background: #161b35; border-bottom: 1px solid #292C5E; border-top: 1px solid #292C5E; padding: 1em .5em; } .section-title h3 { color: #00d4e4; font-family: 'DINPro-Bold', 'Open Sans', sans-serif; font-size: 18px; font-weight: bold; margin: 0; text-transform: uppercase; } .section-title .navigation-buttons a { color: #00d4e4; font-size: 12px; font-weight: bold; } .section-title .navigation-buttons .disabled { color: #0C646C; pointer-events: none; } .section-title .navigation-buttons span { color: #00d4e4; font-size: 12px; } @media screen and (min-width: 520px) { .cover-page-wrap { background-image: url(../img/bg_pc.jpg); background-size: cover; /*min-height: 540px;*/ } .cover-page-container { background-image: url(../img/bg2.png); background-size: auto; background-position: top center; /*min-height: 540px;*/ } } .carousel-testimonies .width-auto { width: auto; } .carousel-testimonies .text-lg { font-size: 2rem; } .carousel-testimonies .carousel-indicators li { border: none; background: #ccc; } .carousel-testimonies .carousel-indicators li.active { background: #28a745; } @media screen and (min-width: 767px) { .cover-page-wrap { } .cover-page-container { background-image: url(../img/bg_1080.png); } .logos { } .logos .logo_game { /*width: 40%;*/ } .logos .logo_platform { /*width: 40%;*/ } }
public/css/home.css
.cover-page-wrap { background-image: url('../img/bg_sp.jpg'); background-position: top center; background-repeat: no-repeat; background-size: cover; margin-top: 55px; min-height: 360px; position: relative; width: 100%; } .cover-page-container { background-image: url('../img/bg1.png'); background-position: top center; background-repeat: no-repeat; background-size: cover; /*margin-top: 55px;*/ min-height: 360px; position: absolute; bottom: 0; left: 0; width: 100%; } .logos { background-color: rgba(0,0,0,.3); top: 0; left: 0; padding: 1em 0; position: absolute; width: 100%; } .logos .logo_game { float: left; margin-left: 1em; height: 40px; } .logos .logo_platform { float: right; /*margin-right: 1em;*/ height: 40px; } .section-title { background: #161b35; border-bottom: 1px solid #292C5E; border-top: 1px solid #292C5E; padding: 1em .5em; } .section-title h3 { color: #00d4e4; font-family: 'DINPro-Bold', 'Open Sans', sans-serif; font-size: 18px; font-weight: bold; margin: 0; text-transform: uppercase; } .section-title .navigation-buttons a { color: #00d4e4; font-size: 12px; font-weight: bold; } .section-title .navigation-buttons .disabled { color: #0C646C; pointer-events: none; } .section-title .navigation-buttons span { color: #00d4e4; font-size: 12px; } @media screen and (min-width: 520px) { .cover-page-wrap { background-image: url(../img/bg_pc.jpg); background-size: cover; /*min-height: 540px;*/ } .cover-page-container { background-image: url(../img/bg2.png); background-size: auto; background-position: top center; /*min-height: 540px;*/ } } .carousel-testimonies .width-auto { width: auto; } .carousel-testimonies .text-lg { font-size: 2rem; } .carousel-testimonies .carousel-indicators li { border: none; background: #ccc; } .carousel-testimonies .carousel-indicators li.active { background: #28a745; } @media screen and (min-width: 767px) { .cover-page-wrap { } .cover-page-container { background-image: url(../img/bg_1080.png); } .logos { } .logos .logo_game { /*width: 40%;*/ } .logos .logo_platform { /*width: 40%;*/ } }
0.465387
0.090735
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;900&display=swap'); /* #f0da4c - yellow color code */ /* #de9d24 - dark yellow color code*/ *{ box-sizing: border-box; } body,html{ overflow-x: hidden; } body{ font-family: 'Barlow', sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; padding: 0; width: 100%; margin: 0; } /* Navbar */ .navbar{ padding: 2rem 0; display: flex; width: 100vw; height: 6rem; justify-content: center; align-items: center; position: fixed; background: transparent; z-index: 100; top: 0; transition: 0.5s ease, transform 1s ease-out, opacity 1s ease-out; transform: translateY(-3rem); opacity: 0; will-change: opacity, transform; } .navbar.is-visible{ transform: translateY(0rem); opacity: 1; } .navbar .logo{ width: 10%; display: flex; position: absolute; left: 5rem; align-items: center; justify-content: center; text-decoration: none; } .navbar .logo img{ width:5rem; height: auto; } .navbar .logo p{ text-transform: uppercase; color: #f0da4c; font-weight: bold; } .navbar .nav-icons-list{ padding: 0; width: 70%; display: none; align-items: center; justify-content: center; list-style: none; } .navbar .nav-icons-list a{ margin: 4%; padding: 0.4rem 0.5rem; text-decoration: none; color: #f0da4c; display: inline-block; background: transparent; transition: 0.3s ease; position: relative; cursor: pointer; } .navbar .nav-icons-list a:hover{ background: #f0da4c; color: black; } .navbar .login-button{ background: transparent; padding: 0.2rem 0.2rem; font-family: inherit; font-size: 1.1rem; color: #f0da4c; transition: 0.3s ease; text-decoration: none; position: absolute; right: 6rem; display: none; } .navbar .register-button{ background: transparent; padding: 0.2rem 0.2rem; font-family: inherit; font-size: 1.1rem; color: #f0da4c; transition: 0.3s ease; text-decoration: none; position: absolute; right: 1rem; display: none; } .navbar .login-button:hover,.navbar .register-button:hover{ background-color: #f0da4c; color: black; } /* after scrolling navbar */ .navbar.scrolling-active{ background: #f0da4c; box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); height: 3.5rem; } .navbar.scrolling-active .logo{ left: 50%; transform: translateX(-50%); transition: opacity 0.3s ease; opacity: 1; } .navbar.scrolling-active .logo:hover{ opacity: 0.7; } .navbar.scrolling-active .logo img{ width: 6rem; filter: brightness(0) saturate(0) contrast(100%); margin-top: 1rem; } .navbar.scrolling-active .logo p{ display: none; } .navbar.scrolling-active .nav-icons-list a{ color: black; margin: 6%; padding: 1.2rem 0.5rem; } .navbar.scrolling-active .nav-icons-list a:hover{ color: #f0da4c; background: black; } .navbar.scrolling-active .login-button,.navbar.scrolling-active .register-button{ color: black; border-color: black; } .navbar.scrolling-active .login-button:hover,.navbar.scrolling-active .register-button:hover{ color: #f0da4c; background: black; } /* mobile view navbar */ .mobile-nav-button{ position: absolute; top: 1.5rem; right: 4rem; z-index: 3000; font-size: 2rem; color: #f0da4c; } .mobile-view{ width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; display: none; z-index: 2000; backdrop-filter: blur(20px); } .mobile-view i{ position: absolute; top: 1.5rem; right: 4rem; font-size: 2rem; color: #f0da4c; } .mobile-view ul{ list-style-type: none; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; } .mobile-view ul li{ color: #f0da4c; font-size: 3rem; font-weight: bold; margin: 1rem auto; } .mobile-view ul li a{ text-decoration: none; color: inherit; } .mobile-view ul li a:hover{ opacity: 0.7; } @media (min-width: 1100px) { .mobile-nav-button{ display: none; } .navbar .nav-icons-list{ display: flex; } .navbar .login-button,.navbar .register-button{ display: block; } } /* homepage */ .home-page{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100vh; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('https://i.pinimg.com/originals/bd/d5/a3/bdd5a366fdaafb4292ce3b9ca22ae934.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; } .home-page .left{ width: 50%; height: 100%; display: none; position: relative; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: opacity 1s ease; will-change: opacity; } .home-page .left.is-visible{ opacity: 1; } .home-page .left img{ width: 50%; max-width: 30rem; height: auto; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); } .home-page .right{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; opacity: 0; transition: opacity 1s ease-out; will-change: opacity; } .home-page .right.is-visible{ opacity: 1; } .home-page .right .moto{ width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .home-page .right .moto .top, .home-page .right .moto .bottom{ color: #f0da4c; font-weight: 900; line-height: 3; /* opacity: 0.3; */ font-size: 4rem; } .home-page .right .moto .center{ background-color: transparent; color: black; font-weight: 900; font-size: 4rem; line-height: 1.1; /* opacity: 0.3; */ will-change: background-color; transition: background-color 1s ease-out; } .home-page .right .moto .center.is-visible{ background: #f0da4c; } .home-page .right a{ text-decoration: none; color: #f0da4c; font-family: inherit; position: relative; margin-top: 3rem; display: none; } .home-page .right a .rect{ padding: 1.5rem 7.5rem; opacity: 0.5; position: absolute; transition: 0.3s ease; } .home-page .right .first.rect{ top: -0.5rem; left: -0.5rem; background: #f0da4c; } .home-page .right a .second.rect{ top: 0.5rem; left: 0.5rem; background: #de9d24; } .home-page .right a .text{ text-decoration: none; position: absolute; color: Black; z-index: 3; top: 0.8rem; left: 3.75rem; white-space: nowrap; font-size: 1.2rem; } .home-page .right a:hover .first.rect{ top: 0; left: 0; } .home-page .right a:hover .second.rect{ top: 0; left: 0; } @media (min-width: 1100px) { .home-page .left{ display: flex; } .home-page .right{ width: 50%; align-items: center; } .home-page .right .moto{ align-items: flex-end; } .home-page .right .moto .top, .home-page .right .moto .center, .home-page .right .moto .bottom{ line-height: 1.1; font-size: 8rem; transform: translateX(0rem); margin-right: 1rem; } .home-page .right a{ display: block; } } /* about us */ .aboutus{ display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100vh; background: white; } .aboutus .left{ width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; } .aboutus .slider{ position: relative; width: 30rem; height: 30rem; overflow: hidden; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); } .aboutus .slider ul{ position: relative; list-style-type: none; height: 100%; width: 10000%; padding: 0; margin: 0; transition: all 750ms ease; left: 0; } .aboutus .slider ul li{ position: relative; height: 100%; float: left; } .aboutus .slider ul li img{ width: 30rem; height: auto; } .aboutus .right{ width: 50%; height: 100%; display: flex; align-items: flex-start; justify-content: flex-start; text-align: left; flex-direction: column; } .aboutus .right h1{ font-size: 2.5rem; margin: 10rem 3rem 2rem 3rem; font-family: inherit; } .aboutus .right p{ width: 75%; margin: 2rem 3rem 2rem 3rem; font-size: 1.2rem; font-family: inherit; } .aboutus .right a{ color: #de9d24; margin: 2rem 3rem 2rem 3rem; text-decoration: none; font-size: 1.2rem; transition: 0.3s ease; } .aboutus .right a:hover{ color: #f0da4c; text-decoration: underline; } /* services */ .services{ display: flex; align-items: center; justify-content: center; width: 100%; height: 60vh; color: white; } .services .section{ background: #f0da4c; border-radius: 15px; width: 40%; margin: 0 3% 0 3%; padding: 5rem 0 5rem 0; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: 0.5s ease; } .services .section:hover{ transform: translateY(-2rem); background-color: #de9d24; } .services .section h1{ font-size: 2.5rem; margin: 0; padding: 0; } .services .section p{ font-size: 1.1rem; width: 60%; text-align: center; } .services .section a{ text-decoration: none; padding: 1rem 5rem; border: 3px solid black; transition: 0.3s ease; color: black; font-weight: bold; margin-top: 2rem; } .services .section a:hover{ background: black; color: #de9d24; } /* testimonials */ .testimonials{ margin: 0; padding: 0; width: 100%; height: 100%; font-size: 13px; text-align: center; font-family: inherit; background: black; } section{ float: left; position: relative; padding: 30px 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url("https://images.pexels.com/photos/4606338/pexels-photo-4606338.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; z-index: 1; width: 100%; } .section-title{ float: left; position: relative; width: 100%; padding-bottom: 40px; } .section-title p{ color: snow; font-size: 13px; line-height: 20px; max-width: 450px; margin: 0 auto; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-title p.is-visible{ transform: translateY(0rem); opacity: 1; } .section-title h2 { float: left; width: 100%; text-align: center; color: white; font-size: 3rem; margin: 1rem 0 0 0; font-weight: 800; position: relative; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-title h2.is-visible{ transform: translateY(0rem); opacity: 1; } .section-separator { float: left; width: 100%; position: relative; margin: 20px 0; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-separator.is-visible{ transform: translateY(0rem); opacity: 1; } .section-separator:before{ content: ''; position: absolute; left: 50%; top: 0; height: 3px; width: 50px; border-radius: 3px; z-index: 2; background-color: snow; margin-left: -25px; } .swiper-container { width: 100%; height: 100%; } .listing-carousel-button{ position: absolute; top: 50%; width: 50px; height: 50px; line-height: 50px; margin-top: -25px; z-index: 100; cursor: pointer; background: black; box-shadow: 0 9px 26px rgba(58, 87,135,0.45); transition: all 200ms linear; outline: none; } .listing-carousel-button i{ position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); font-size: 1.2rem; color: white; } .listing-carousel-button.listing-carousel-button-next{ right: 2rem; padding-right: 20px; border-radius: 60px; } .listing-carousel-button.listing-carousel-button-prev{ left: 2rem; padding-left: 20px; border-radius: 60px; } .listing-carousel-button.listing-carousel-button-next:hover{ right: 1.5rem; background: #636363; } .listing-carousel-button.listing-carousel-button-prev:hover{ left: 1.5rem; background: #636363; } .testi-item { transition: all .3s ease-in-out; transform: scale(0.9); opacity: 0.9; } .testimonials-text { padding: 75px 50px 75px; overflow:hidden; background: white; border:1ps solid #f1f1f1; border-radius: 10px; transition: all .3s ease-in-out; } .testimonials-text-after{ font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; color: #ccc; opacity: .3; font-size: 35px; transition: all 400ms linear; bottom: 25px; right: 30px; } .testimonials-text-before{ font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; color: #ccc; opacity: .5; font-size: 50px; transition: all 400ms linear; top: 15px; left: 50%; transform: translateX(-50%); } .testimonials-text .listing-rating{ float: none; display: inline-block; margin-bottom: 12px; } .listing-rating i{ color: #ffd700; } .testimonials-avatar h3{ font-weight: 600; color: #636363; font-size: 18px; } .testimonials-avatar h4{ font-weight:400; font-size:12px; padding-top:6px; color:#949494; } .testimonials-carousel .swiper-slide{ padding: 30px 0; } .testi-avatar{ position: absolute; left: 50%; bottom: -30px; width: 90px; height: 90px; margin-left: -45px; z-index: 20; } .testi-avatar img{ width: 90px; height: 90px; float: left; border-radius: 100%; border:6px solid #fff; box-shadow: 0 9px 26px rgba(58, 87,135,0.1); } .swiper-slide-active .testimonials-text { background: #fff; box-shadow: 0 9px 26px rgba(58, 87,135,0.1); } .testimonials-text p{ color: #636363; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 24px; padding-bottom: 10px; font-weight: 500; } .text-link{ position: absolute; bottom:0; padding: 15px 0; border-radius: 10px 10px 0 0; background: #f9f9f9; border:1px solid #eee; box-shadow: 0 10px 15px rgba(0,0,0,0.03); left: 50%; width: 200px; margin-left: -100px; } .swiper-slide-active .testi-item{ opacity: 1; transform: scale(1.0); } .contact-us{ width: 100%; height: 60vh; background: #f0da4c; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; position: relative; } .contact-us p{ font-size: 1.1rem; margin-top: 2.5rem; } .contact-us h1{ font-size: 3rem; width: 40%; text-align: center; } .contact-us .contact-button{ text-decoration: none; color: black; font-weight: bold; font-size: 1.5rem; background: transparent; border-radius: 50px; border: 3px solid black; transition: 0.3s ease; padding: 1.5rem 5rem; } .contact-us .contact-button:hover{ background: black; color: #f0da4c; } /* footer */ .footer{ width: 100%; background-color: black; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; } .footer .upper{ width: 100%; display: flex; align-items: center; justify-content: center; } .footer .upper>div{ width: 21%; margin: 0 6%; } .footer-links ul{ list-style-type: none; padding: 0; } .footer-links ul li{ margin: 1rem 0; display: block; padding-left: 50%; } .footer-links ul li a{ text-decoration: none; color: #eaeaea; transition: 0.3s ease; } .footer-links ul li a:hover{ color: #f0da4c; } .footer .upper .social{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .footer .upper .social .social-icons{ display: flex; align-items: center; justify-content: center; padding: 0; } .footer .upper .social a{ display: flex; align-items: center; justify-content: center; } .footer .upper .social a img{ width: 40%; margin-top: 3rem; height: auto; } .footer hr{ width: 80%; border-radius: 50px; background: #f0da4c; border: 0; margin: 1rem 0; height: 1px; } .footer .social h2{ text-align: center; } .footer .social .social-icons a{ margin: 0 1rem; text-decoration: none; color: white; transition: 0.3s ease; } .footer .social .social-icons a:hover{ color: #f0da4c; } .contact-details ul{ list-style-type: none; padding: 0; } .contact-details ul li{ padding-left: 10%; margin: 0.5rem 0; } .contact-details ul li{ color: #eaeaea; } .footer .lower{ margin: 1rem 0; width: 80%; text-align: right; } /* sticky icons */ .sticky-social-icons{ display: flex; flex-direction: column; background: #de9d24; position: fixed; top: 50%; transform: translateY(-50%); left: 0; z-index: 1000; box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); } .sticky-social-icons a .icon{ font-size: 1.5rem; color: black; padding: 0.8rem 0.8rem; transition: 0.3s ease; background: #f0da4c; } .sticky-social-icons a .icon:hover{ transform: translateX(1rem); background: #de9d24; color: black; } @media (min-width: 600px) { .sticky-social-icons a .icon{ padding: 1rem 1rem; font-size: 2rem; } } /* scrollbar */ ::-webkit-scrollbar{ width: 7.5px; transition: 0.5s ease; } ::-webkit-scrollbar-track{ background: transparent; transition: 0.3s ease; } ::-webkit-scrollbar-thumb{ background: #f0da4c; border-radius: 25px; } ::-webkit-scrollbar-thumb:hover{ background: #de9d24; } /* about us page */ .about,.contact,.book,.join{ display: flex; width: 100%; align-items: center; justify-content: center; flex-direction: column; } .about .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1582820795651-f358eebe4406?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1171&q=80"); } .contact .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/uploads/1413222992504f1b734a6/1928e537?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .book .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1516738901171-8eb4fc13bd20?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .join .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1558522195-e1201b090344?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .about .title-section,.contact .title-section,.book .title-section,.join .title-section{ display: flex; align-items: center; justify-content: center; width: 100%; height: 50vh; background-position: bottom left; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; margin-bottom: 3rem; } .about .title,.contact .title,.book .title,.join .title{ font-size: 4rem; margin: 0; padding: 0; opacity: 0; will-change: opacity; color: white; transition: 2s ease; } .about .title.is-visible,.contact .title.is-visible,.book .title.is-visible,.join .title.is-visible{ opacity: 1; } .about .how-we-started,.about .our-services{ display: flex; align-items: center; justify-content: center; flex-direction: column; } .about .how-we-started img,.about .our-services img{ width: 50%; height: auto; margin: 0 0 1rem 0; opacity: 0; transform: translateY(-2rem); will-change: transfrom, opacity; transition: 2s ease; } .about .how-we-started img.is-visible,.about .our-services img.is-visible{ opacity: 1; transform: translateY(0rem); } .about .how-we-started h1,.about .our-services h1{ font-size: 4rem; padding: 2rem; margin: 0; opacity: 0; will-change: opacity; transition: 2s ease; } .about .how-we-started h1.is-visible, .about .our-services h1.is-visible{ opacity: 1; } .about .how-we-started p,.about .our-services p{ width: 70%; font-size: 1.1rem; line-height: 1.5; text-align: justify; padding: 2rem 0; } .contact .form-section,.login .form-section,.register .form-section{ display: flex; align-items: center; justify-content: flex-start; flex-direction: column; width: 100%; } .contact .form-section .contact-subtitle, .book .form-section .form-subtitle, .join .form-section .form-subtitle{ font-size: 1.2rem; color: #aaa; padding: 0; margin: 2rem 0 0 0; } .contact .form-section h1,.login .form-section h1,.register .form-section h1, .book .form-section .form-title, .join .form-section .form-title{ font-size: 3rem; padding: 0; margin-bottom: 3rem; } .contact .form-section input,.login .form-section input,.register .form-section input,.book .form-section input, .join .form-section input{ height: 4rem; font-size: 1.1rem; background: #eee; border: 1px solid #eee; border-radius: 50px; margin: 0.5rem 1rem; padding: 0.5rem 1rem; font-family: inherit; width: 100%; transition: 0.3s ease; } .contact .form-section input:focus,.login .form-section input:focus,.register .form-section input:focus,.book .form-section input:focus, .join .form-section input:focus{ outline: none; border: 1px solid #7bd9f6; background: transparent; } .contact .form-section textarea{ resize: none; font-size: 1.1rem; border: 1px solid #eee; background: #eee ; border-radius: 50px; margin: 1rem 1rem; padding: 1rem 2rem; font-family: inherit; width: 90%; transition: 0.5s ease; } .contact .form-section textarea:focus{ outline:none; border: 1px solid #7bd9f6; background: transparent; } .contact .form-section form{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 50%; } .login .form-section form,.register .form-section form{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 25%; } .contact .form-section form p{ display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; width: 100%; } .contact .form-section input[type=submit],.login .form-section input[type=submit], .book .form-section input[type=submit],.join .form-section input[type=submit],.register .form-section input[type=submit]{ width: 50%; color: black; font-size: 1.4rem; font-weight: bold; cursor: pointer; margin: 1rem 0 5rem 0; background: #f0da4c; } .contact .form-section input[type=submit]:hover,.book .form-section input[type=submit]:hover,.login .form-section input[type=submit]:hover,.register .form-section input[type=submit]:hover, .join .form-section input[type=submit]:hover{ background: black; color: #f0da4c; } .book .form-section, .join .form-section{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 80%; } .book .form-section .form-content, .join .form-section .form-content{ width: 50%; font-size: 1.2rem; padding: 0; margin: 0 0 2rem 0; } .book .form-section .booking-form p, .join .form-section .booking-form p{ display: flex; align-items: center; justify-content: center; } .booking-form .radio-buttons{ display: flex; align-items: flex-start; justify-content: center; flex-direction: column; } .booking-form .radio-buttons .radio{ display: flex; align-items: center; justify-content: center; font-weight: bold; } .booking-form .radio-buttons .radio input{ width: 1rem; } .login,.register{ display: flex; width: 100%; height: 90vh; align-items: center; justify-content: center; flex-direction: column; }
public/css/style.css
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;900&display=swap'); /* #f0da4c - yellow color code */ /* #de9d24 - dark yellow color code*/ *{ box-sizing: border-box; } body,html{ overflow-x: hidden; } body{ font-family: 'Barlow', sans-serif; display: flex; flex-direction: column; justify-content: center; align-items: center; position: absolute; padding: 0; width: 100%; margin: 0; } /* Navbar */ .navbar{ padding: 2rem 0; display: flex; width: 100vw; height: 6rem; justify-content: center; align-items: center; position: fixed; background: transparent; z-index: 100; top: 0; transition: 0.5s ease, transform 1s ease-out, opacity 1s ease-out; transform: translateY(-3rem); opacity: 0; will-change: opacity, transform; } .navbar.is-visible{ transform: translateY(0rem); opacity: 1; } .navbar .logo{ width: 10%; display: flex; position: absolute; left: 5rem; align-items: center; justify-content: center; text-decoration: none; } .navbar .logo img{ width:5rem; height: auto; } .navbar .logo p{ text-transform: uppercase; color: #f0da4c; font-weight: bold; } .navbar .nav-icons-list{ padding: 0; width: 70%; display: none; align-items: center; justify-content: center; list-style: none; } .navbar .nav-icons-list a{ margin: 4%; padding: 0.4rem 0.5rem; text-decoration: none; color: #f0da4c; display: inline-block; background: transparent; transition: 0.3s ease; position: relative; cursor: pointer; } .navbar .nav-icons-list a:hover{ background: #f0da4c; color: black; } .navbar .login-button{ background: transparent; padding: 0.2rem 0.2rem; font-family: inherit; font-size: 1.1rem; color: #f0da4c; transition: 0.3s ease; text-decoration: none; position: absolute; right: 6rem; display: none; } .navbar .register-button{ background: transparent; padding: 0.2rem 0.2rem; font-family: inherit; font-size: 1.1rem; color: #f0da4c; transition: 0.3s ease; text-decoration: none; position: absolute; right: 1rem; display: none; } .navbar .login-button:hover,.navbar .register-button:hover{ background-color: #f0da4c; color: black; } /* after scrolling navbar */ .navbar.scrolling-active{ background: #f0da4c; box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); height: 3.5rem; } .navbar.scrolling-active .logo{ left: 50%; transform: translateX(-50%); transition: opacity 0.3s ease; opacity: 1; } .navbar.scrolling-active .logo:hover{ opacity: 0.7; } .navbar.scrolling-active .logo img{ width: 6rem; filter: brightness(0) saturate(0) contrast(100%); margin-top: 1rem; } .navbar.scrolling-active .logo p{ display: none; } .navbar.scrolling-active .nav-icons-list a{ color: black; margin: 6%; padding: 1.2rem 0.5rem; } .navbar.scrolling-active .nav-icons-list a:hover{ color: #f0da4c; background: black; } .navbar.scrolling-active .login-button,.navbar.scrolling-active .register-button{ color: black; border-color: black; } .navbar.scrolling-active .login-button:hover,.navbar.scrolling-active .register-button:hover{ color: #f0da4c; background: black; } /* mobile view navbar */ .mobile-nav-button{ position: absolute; top: 1.5rem; right: 4rem; z-index: 3000; font-size: 2rem; color: #f0da4c; } .mobile-view{ width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.3); position: absolute; top: 0; left: 0; display: none; z-index: 2000; backdrop-filter: blur(20px); } .mobile-view i{ position: absolute; top: 1.5rem; right: 4rem; font-size: 2rem; color: #f0da4c; } .mobile-view ul{ list-style-type: none; display: flex; align-items: center; justify-content: center; flex-direction: column; width: 100%; height: 100%; } .mobile-view ul li{ color: #f0da4c; font-size: 3rem; font-weight: bold; margin: 1rem auto; } .mobile-view ul li a{ text-decoration: none; color: inherit; } .mobile-view ul li a:hover{ opacity: 0.7; } @media (min-width: 1100px) { .mobile-nav-button{ display: none; } .navbar .nav-icons-list{ display: flex; } .navbar .login-button,.navbar .register-button{ display: block; } } /* homepage */ .home-page{ display: flex; align-items: center; justify-content: center; width: 100%; height: 100vh; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url('https://i.pinimg.com/originals/bd/d5/a3/bdd5a366fdaafb4292ce3b9ca22ae934.jpg'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center center; } .home-page .left{ width: 50%; height: 100%; display: none; position: relative; align-items: center; justify-content: center; flex-direction: column; opacity: 0; transition: opacity 1s ease; will-change: opacity; } .home-page .left.is-visible{ opacity: 1; } .home-page .left img{ width: 50%; max-width: 30rem; height: auto; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); } .home-page .right{ width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; opacity: 0; transition: opacity 1s ease-out; will-change: opacity; } .home-page .right.is-visible{ opacity: 1; } .home-page .right .moto{ width: 100%; display: flex; align-items: center; justify-content: center; flex-direction: column; } .home-page .right .moto .top, .home-page .right .moto .bottom{ color: #f0da4c; font-weight: 900; line-height: 3; /* opacity: 0.3; */ font-size: 4rem; } .home-page .right .moto .center{ background-color: transparent; color: black; font-weight: 900; font-size: 4rem; line-height: 1.1; /* opacity: 0.3; */ will-change: background-color; transition: background-color 1s ease-out; } .home-page .right .moto .center.is-visible{ background: #f0da4c; } .home-page .right a{ text-decoration: none; color: #f0da4c; font-family: inherit; position: relative; margin-top: 3rem; display: none; } .home-page .right a .rect{ padding: 1.5rem 7.5rem; opacity: 0.5; position: absolute; transition: 0.3s ease; } .home-page .right .first.rect{ top: -0.5rem; left: -0.5rem; background: #f0da4c; } .home-page .right a .second.rect{ top: 0.5rem; left: 0.5rem; background: #de9d24; } .home-page .right a .text{ text-decoration: none; position: absolute; color: Black; z-index: 3; top: 0.8rem; left: 3.75rem; white-space: nowrap; font-size: 1.2rem; } .home-page .right a:hover .first.rect{ top: 0; left: 0; } .home-page .right a:hover .second.rect{ top: 0; left: 0; } @media (min-width: 1100px) { .home-page .left{ display: flex; } .home-page .right{ width: 50%; align-items: center; } .home-page .right .moto{ align-items: flex-end; } .home-page .right .moto .top, .home-page .right .moto .center, .home-page .right .moto .bottom{ line-height: 1.1; font-size: 8rem; transform: translateX(0rem); margin-right: 1rem; } .home-page .right a{ display: block; } } /* about us */ .aboutus{ display: flex; align-items: center; justify-content: flex-start; width: 100%; height: 100vh; background: white; } .aboutus .left{ width: 50%; height: 100%; display: flex; align-items: center; justify-content: center; } .aboutus .slider{ position: relative; width: 30rem; height: 30rem; overflow: hidden; box-shadow: 0 0 30px rgba(0, 0, 0, 0.3); } .aboutus .slider ul{ position: relative; list-style-type: none; height: 100%; width: 10000%; padding: 0; margin: 0; transition: all 750ms ease; left: 0; } .aboutus .slider ul li{ position: relative; height: 100%; float: left; } .aboutus .slider ul li img{ width: 30rem; height: auto; } .aboutus .right{ width: 50%; height: 100%; display: flex; align-items: flex-start; justify-content: flex-start; text-align: left; flex-direction: column; } .aboutus .right h1{ font-size: 2.5rem; margin: 10rem 3rem 2rem 3rem; font-family: inherit; } .aboutus .right p{ width: 75%; margin: 2rem 3rem 2rem 3rem; font-size: 1.2rem; font-family: inherit; } .aboutus .right a{ color: #de9d24; margin: 2rem 3rem 2rem 3rem; text-decoration: none; font-size: 1.2rem; transition: 0.3s ease; } .aboutus .right a:hover{ color: #f0da4c; text-decoration: underline; } /* services */ .services{ display: flex; align-items: center; justify-content: center; width: 100%; height: 60vh; color: white; } .services .section{ background: #f0da4c; border-radius: 15px; width: 40%; margin: 0 3% 0 3%; padding: 5rem 0 5rem 0; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: 0.5s ease; } .services .section:hover{ transform: translateY(-2rem); background-color: #de9d24; } .services .section h1{ font-size: 2.5rem; margin: 0; padding: 0; } .services .section p{ font-size: 1.1rem; width: 60%; text-align: center; } .services .section a{ text-decoration: none; padding: 1rem 5rem; border: 3px solid black; transition: 0.3s ease; color: black; font-weight: bold; margin-top: 2rem; } .services .section a:hover{ background: black; color: #de9d24; } /* testimonials */ .testimonials{ margin: 0; padding: 0; width: 100%; height: 100%; font-size: 13px; text-align: center; font-family: inherit; background: black; } section{ float: left; position: relative; padding: 30px 0; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 100%), url("https://images.pexels.com/photos/4606338/pexels-photo-4606338.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"); background-position: center center; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; z-index: 1; width: 100%; } .section-title{ float: left; position: relative; width: 100%; padding-bottom: 40px; } .section-title p{ color: snow; font-size: 13px; line-height: 20px; max-width: 450px; margin: 0 auto; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-title p.is-visible{ transform: translateY(0rem); opacity: 1; } .section-title h2 { float: left; width: 100%; text-align: center; color: white; font-size: 3rem; margin: 1rem 0 0 0; font-weight: 800; position: relative; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-title h2.is-visible{ transform: translateY(0rem); opacity: 1; } .section-separator { float: left; width: 100%; position: relative; margin: 20px 0; transform: translateY(4rem); opacity: 0; will-change: opacity, transform; transition: 0.5s ease; } .section-separator.is-visible{ transform: translateY(0rem); opacity: 1; } .section-separator:before{ content: ''; position: absolute; left: 50%; top: 0; height: 3px; width: 50px; border-radius: 3px; z-index: 2; background-color: snow; margin-left: -25px; } .swiper-container { width: 100%; height: 100%; } .listing-carousel-button{ position: absolute; top: 50%; width: 50px; height: 50px; line-height: 50px; margin-top: -25px; z-index: 100; cursor: pointer; background: black; box-shadow: 0 9px 26px rgba(58, 87,135,0.45); transition: all 200ms linear; outline: none; } .listing-carousel-button i{ position: absolute; top: 50%; left: 50%; transform: translateX(-50%) translateY(-50%); font-size: 1.2rem; color: white; } .listing-carousel-button.listing-carousel-button-next{ right: 2rem; padding-right: 20px; border-radius: 60px; } .listing-carousel-button.listing-carousel-button-prev{ left: 2rem; padding-left: 20px; border-radius: 60px; } .listing-carousel-button.listing-carousel-button-next:hover{ right: 1.5rem; background: #636363; } .listing-carousel-button.listing-carousel-button-prev:hover{ left: 1.5rem; background: #636363; } .testi-item { transition: all .3s ease-in-out; transform: scale(0.9); opacity: 0.9; } .testimonials-text { padding: 75px 50px 75px; overflow:hidden; background: white; border:1ps solid #f1f1f1; border-radius: 10px; transition: all .3s ease-in-out; } .testimonials-text-after{ font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; color: #ccc; opacity: .3; font-size: 35px; transition: all 400ms linear; bottom: 25px; right: 30px; } .testimonials-text-before{ font-style: normal; font-weight: normal; text-decoration: inherit; position: absolute; color: #ccc; opacity: .5; font-size: 50px; transition: all 400ms linear; top: 15px; left: 50%; transform: translateX(-50%); } .testimonials-text .listing-rating{ float: none; display: inline-block; margin-bottom: 12px; } .listing-rating i{ color: #ffd700; } .testimonials-avatar h3{ font-weight: 600; color: #636363; font-size: 18px; } .testimonials-avatar h4{ font-weight:400; font-size:12px; padding-top:6px; color:#949494; } .testimonials-carousel .swiper-slide{ padding: 30px 0; } .testi-avatar{ position: absolute; left: 50%; bottom: -30px; width: 90px; height: 90px; margin-left: -45px; z-index: 20; } .testi-avatar img{ width: 90px; height: 90px; float: left; border-radius: 100%; border:6px solid #fff; box-shadow: 0 9px 26px rgba(58, 87,135,0.1); } .swiper-slide-active .testimonials-text { background: #fff; box-shadow: 0 9px 26px rgba(58, 87,135,0.1); } .testimonials-text p{ color: #636363; font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; font-style: italic; line-height: 24px; padding-bottom: 10px; font-weight: 500; } .text-link{ position: absolute; bottom:0; padding: 15px 0; border-radius: 10px 10px 0 0; background: #f9f9f9; border:1px solid #eee; box-shadow: 0 10px 15px rgba(0,0,0,0.03); left: 50%; width: 200px; margin-left: -100px; } .swiper-slide-active .testi-item{ opacity: 1; transform: scale(1.0); } .contact-us{ width: 100%; height: 60vh; background: #f0da4c; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; position: relative; } .contact-us p{ font-size: 1.1rem; margin-top: 2.5rem; } .contact-us h1{ font-size: 3rem; width: 40%; text-align: center; } .contact-us .contact-button{ text-decoration: none; color: black; font-weight: bold; font-size: 1.5rem; background: transparent; border-radius: 50px; border: 3px solid black; transition: 0.3s ease; padding: 1.5rem 5rem; } .contact-us .contact-button:hover{ background: black; color: #f0da4c; } /* footer */ .footer{ width: 100%; background-color: black; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; } .footer .upper{ width: 100%; display: flex; align-items: center; justify-content: center; } .footer .upper>div{ width: 21%; margin: 0 6%; } .footer-links ul{ list-style-type: none; padding: 0; } .footer-links ul li{ margin: 1rem 0; display: block; padding-left: 50%; } .footer-links ul li a{ text-decoration: none; color: #eaeaea; transition: 0.3s ease; } .footer-links ul li a:hover{ color: #f0da4c; } .footer .upper .social{ display: flex; flex-direction: column; align-items: center; justify-content: center; } .footer .upper .social .social-icons{ display: flex; align-items: center; justify-content: center; padding: 0; } .footer .upper .social a{ display: flex; align-items: center; justify-content: center; } .footer .upper .social a img{ width: 40%; margin-top: 3rem; height: auto; } .footer hr{ width: 80%; border-radius: 50px; background: #f0da4c; border: 0; margin: 1rem 0; height: 1px; } .footer .social h2{ text-align: center; } .footer .social .social-icons a{ margin: 0 1rem; text-decoration: none; color: white; transition: 0.3s ease; } .footer .social .social-icons a:hover{ color: #f0da4c; } .contact-details ul{ list-style-type: none; padding: 0; } .contact-details ul li{ padding-left: 10%; margin: 0.5rem 0; } .contact-details ul li{ color: #eaeaea; } .footer .lower{ margin: 1rem 0; width: 80%; text-align: right; } /* sticky icons */ .sticky-social-icons{ display: flex; flex-direction: column; background: #de9d24; position: fixed; top: 50%; transform: translateY(-50%); left: 0; z-index: 1000; box-shadow: 0 3px 1rem rgba(0, 0, 0, 0.3); } .sticky-social-icons a .icon{ font-size: 1.5rem; color: black; padding: 0.8rem 0.8rem; transition: 0.3s ease; background: #f0da4c; } .sticky-social-icons a .icon:hover{ transform: translateX(1rem); background: #de9d24; color: black; } @media (min-width: 600px) { .sticky-social-icons a .icon{ padding: 1rem 1rem; font-size: 2rem; } } /* scrollbar */ ::-webkit-scrollbar{ width: 7.5px; transition: 0.5s ease; } ::-webkit-scrollbar-track{ background: transparent; transition: 0.3s ease; } ::-webkit-scrollbar-thumb{ background: #f0da4c; border-radius: 25px; } ::-webkit-scrollbar-thumb:hover{ background: #de9d24; } /* about us page */ .about,.contact,.book,.join{ display: flex; width: 100%; align-items: center; justify-content: center; flex-direction: column; } .about .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1582820795651-f358eebe4406?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1171&q=80"); } .contact .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/uploads/1413222992504f1b734a6/1928e537?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .book .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1516738901171-8eb4fc13bd20?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .join .title-section{ background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%),url("https://images.unsplash.com/photo-1558522195-e1201b090344?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1170&q=80"); } .about .title-section,.contact .title-section,.book .title-section,.join .title-section{ display: flex; align-items: center; justify-content: center; width: 100%; height: 50vh; background-position: bottom left; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; margin-bottom: 3rem; } .about .title,.contact .title,.book .title,.join .title{ font-size: 4rem; margin: 0; padding: 0; opacity: 0; will-change: opacity; color: white; transition: 2s ease; } .about .title.is-visible,.contact .title.is-visible,.book .title.is-visible,.join .title.is-visible{ opacity: 1; } .about .how-we-started,.about .our-services{ display: flex; align-items: center; justify-content: center; flex-direction: column; } .about .how-we-started img,.about .our-services img{ width: 50%; height: auto; margin: 0 0 1rem 0; opacity: 0; transform: translateY(-2rem); will-change: transfrom, opacity; transition: 2s ease; } .about .how-we-started img.is-visible,.about .our-services img.is-visible{ opacity: 1; transform: translateY(0rem); } .about .how-we-started h1,.about .our-services h1{ font-size: 4rem; padding: 2rem; margin: 0; opacity: 0; will-change: opacity; transition: 2s ease; } .about .how-we-started h1.is-visible, .about .our-services h1.is-visible{ opacity: 1; } .about .how-we-started p,.about .our-services p{ width: 70%; font-size: 1.1rem; line-height: 1.5; text-align: justify; padding: 2rem 0; } .contact .form-section,.login .form-section,.register .form-section{ display: flex; align-items: center; justify-content: flex-start; flex-direction: column; width: 100%; } .contact .form-section .contact-subtitle, .book .form-section .form-subtitle, .join .form-section .form-subtitle{ font-size: 1.2rem; color: #aaa; padding: 0; margin: 2rem 0 0 0; } .contact .form-section h1,.login .form-section h1,.register .form-section h1, .book .form-section .form-title, .join .form-section .form-title{ font-size: 3rem; padding: 0; margin-bottom: 3rem; } .contact .form-section input,.login .form-section input,.register .form-section input,.book .form-section input, .join .form-section input{ height: 4rem; font-size: 1.1rem; background: #eee; border: 1px solid #eee; border-radius: 50px; margin: 0.5rem 1rem; padding: 0.5rem 1rem; font-family: inherit; width: 100%; transition: 0.3s ease; } .contact .form-section input:focus,.login .form-section input:focus,.register .form-section input:focus,.book .form-section input:focus, .join .form-section input:focus{ outline: none; border: 1px solid #7bd9f6; background: transparent; } .contact .form-section textarea{ resize: none; font-size: 1.1rem; border: 1px solid #eee; background: #eee ; border-radius: 50px; margin: 1rem 1rem; padding: 1rem 2rem; font-family: inherit; width: 90%; transition: 0.5s ease; } .contact .form-section textarea:focus{ outline:none; border: 1px solid #7bd9f6; background: transparent; } .contact .form-section form{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 50%; } .login .form-section form,.register .form-section form{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 25%; } .contact .form-section form p{ display: flex; align-items: center; justify-content: center; margin: 0; padding: 0; width: 100%; } .contact .form-section input[type=submit],.login .form-section input[type=submit], .book .form-section input[type=submit],.join .form-section input[type=submit],.register .form-section input[type=submit]{ width: 50%; color: black; font-size: 1.4rem; font-weight: bold; cursor: pointer; margin: 1rem 0 5rem 0; background: #f0da4c; } .contact .form-section input[type=submit]:hover,.book .form-section input[type=submit]:hover,.login .form-section input[type=submit]:hover,.register .form-section input[type=submit]:hover, .join .form-section input[type=submit]:hover{ background: black; color: #f0da4c; } .book .form-section, .join .form-section{ display: flex; align-items: center; justify-content: center; flex-direction: column; width: 80%; } .book .form-section .form-content, .join .form-section .form-content{ width: 50%; font-size: 1.2rem; padding: 0; margin: 0 0 2rem 0; } .book .form-section .booking-form p, .join .form-section .booking-form p{ display: flex; align-items: center; justify-content: center; } .booking-form .radio-buttons{ display: flex; align-items: flex-start; justify-content: center; flex-direction: column; } .booking-form .radio-buttons .radio{ display: flex; align-items: center; justify-content: center; font-weight: bold; } .booking-form .radio-buttons .radio input{ width: 1rem; } .login,.register{ display: flex; width: 100%; height: 90vh; align-items: center; justify-content: center; flex-direction: column; }
0.538012
0.064683
@-moz-document url-prefix("https://www.serialzone.cz/") { * body .brand-cover, body { color: #f9f9f9; background-color: #00112f !important; } .up-box table td, .art-ocekavane .art-ocekavane-box, .subs-paging, .subs-paging-tvs, .cbb-text, .c-box-body, .main-big-box, .filtry, .content, .def-list2a, .def-list-art, .poster-box-cover, .paging .pag-line, .paging2 .pag-line, .article .art-foot-disc-box, .art-foot-disc-box, .article .art-social-foot, .SZ-bg-darker-grey, legend, .timeline-commentline, .brand-cover { color: #f9f9f9; background-color: transparent !important; } .subs-paging a, .subs-paging-tvs a, .paging .pag-line a, .article a.art-foot-link, a.art-foot-link, ul.submenu-uni li.plain, a.games-list { background-color: #005eb0; color: #fff } .npl-cont-in { background-color: #526479; } .nplbox2, .time-line-list { height: 40px; background-color: #526479; } .timeline-poster img { height: 35px; margin: 0; } .timeline-head-poster img { width: 20px; height: 20px; } .time-line-list .timeline-head-nick { height: 40px; } .time-line-list .timeline-head-nick a.dfl2-name { font-size: 18px; } .time-line-list .timeline-head-date { height: 35px; } .c-box-body { padding: 0; } .cbb-text a, .timeline-in-comment p a { color: #0092f3; } .timeline-in-comment a.tic-head, .art-ocekavane .art-ocekavane-box h3, .art-slyste .art-ocekavane-box h3, .article h1, .article h2, .article h3, .article p, .def-list-art .dla-in a.dla-in-head, .def-list-art .dla-in p a { color: #fff; } .art-ocekavane .art-ocekavane-box a { color: #ff65b8; } }
data/usercss/179802.user.css
@-moz-document url-prefix("https://www.serialzone.cz/") { * body .brand-cover, body { color: #f9f9f9; background-color: #00112f !important; } .up-box table td, .art-ocekavane .art-ocekavane-box, .subs-paging, .subs-paging-tvs, .cbb-text, .c-box-body, .main-big-box, .filtry, .content, .def-list2a, .def-list-art, .poster-box-cover, .paging .pag-line, .paging2 .pag-line, .article .art-foot-disc-box, .art-foot-disc-box, .article .art-social-foot, .SZ-bg-darker-grey, legend, .timeline-commentline, .brand-cover { color: #f9f9f9; background-color: transparent !important; } .subs-paging a, .subs-paging-tvs a, .paging .pag-line a, .article a.art-foot-link, a.art-foot-link, ul.submenu-uni li.plain, a.games-list { background-color: #005eb0; color: #fff } .npl-cont-in { background-color: #526479; } .nplbox2, .time-line-list { height: 40px; background-color: #526479; } .timeline-poster img { height: 35px; margin: 0; } .timeline-head-poster img { width: 20px; height: 20px; } .time-line-list .timeline-head-nick { height: 40px; } .time-line-list .timeline-head-nick a.dfl2-name { font-size: 18px; } .time-line-list .timeline-head-date { height: 35px; } .c-box-body { padding: 0; } .cbb-text a, .timeline-in-comment p a { color: #0092f3; } .timeline-in-comment a.tic-head, .art-ocekavane .art-ocekavane-box h3, .art-slyste .art-ocekavane-box h3, .article h1, .article h2, .article h3, .article p, .def-list-art .dla-in a.dla-in-head, .def-list-art .dla-in p a { color: #fff; } .art-ocekavane .art-ocekavane-box a { color: #ff65b8; } }
0.309441
0.069605
meta.foundation-version { font-family: "/5.5.1/"; } meta.foundation-mq-small { font-family: "/only screen/"; width: 0; } meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 40em)/"; width: 0; } meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; width: 40.063em; } meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } meta.foundation-mq-large-only { font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/"; width: 64.063em; } meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/"; width: 90.063em; } meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } meta.foundation-data-attribute-namespace { font-family: false; } html, body { height: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { font-size: 100%; } body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1.5; position: relative; cursor: auto; } a:hover { cursor: pointer; } img { max-width: 100%; height: auto; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } .left { float: left !important; } .right { float: right !important; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .hide { display: none; } .invisible { visibility: hidden; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; } select { width: 100%; } .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5rem; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; } .row.collapse .row { margin-left: 0; margin-right: 0; } .row .row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; } .row .row:before, .row .row:after { content: " "; display: table; } .row .row:after { clear: both; } .row .row.collapse { width: auto; margin: 0; max-width: none; } .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } .row .row.collapse:after { clear: both; } .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } [class*="column"] + [class*="column"]:last-child { float: right; } [class*="column"] + [class*="column"].end { float: left; } @media only screen { .small-push-0 { position: relative; left: 0%; right: auto; } .small-pull-0 { position: relative; right: 0%; left: auto; } .small-push-1 { position: relative; left: 8.33333%; right: auto; } .small-pull-1 { position: relative; right: 8.33333%; left: auto; } .small-push-2 { position: relative; left: 16.66667%; right: auto; } .small-pull-2 { position: relative; right: 16.66667%; left: auto; } .small-push-3 { position: relative; left: 25%; right: auto; } .small-pull-3 { position: relative; right: 25%; left: auto; } .small-push-4 { position: relative; left: 33.33333%; right: auto; } .small-pull-4 { position: relative; right: 33.33333%; left: auto; } .small-push-5 { position: relative; left: 41.66667%; right: auto; } .small-pull-5 { position: relative; right: 41.66667%; left: auto; } .small-push-6 { position: relative; left: 50%; right: auto; } .small-pull-6 { position: relative; right: 50%; left: auto; } .small-push-7 { position: relative; left: 58.33333%; right: auto; } .small-pull-7 { position: relative; right: 58.33333%; left: auto; } .small-push-8 { position: relative; left: 66.66667%; right: auto; } .small-pull-8 { position: relative; right: 66.66667%; left: auto; } .small-push-9 { position: relative; left: 75%; right: auto; } .small-pull-9 { position: relative; right: 75%; left: auto; } .small-push-10 { position: relative; left: 83.33333%; right: auto; } .small-pull-10 { position: relative; right: 83.33333%; left: auto; } .small-push-11 { position: relative; left: 91.66667%; right: auto; } .small-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .small-1 { width: 8.33333%; } .small-2 { width: 16.66667%; } .small-3 { width: 25%; } .small-4 { width: 33.33333%; } .small-5 { width: 41.66667%; } .small-6 { width: 50%; } .small-7 { width: 58.33333%; } .small-8 { width: 66.66667%; } .small-9 { width: 75%; } .small-10 { width: 83.33333%; } .small-11 { width: 91.66667%; } .small-12 { width: 100%; } .small-offset-0 { margin-left: 0% !important; } .small-offset-1 { margin-left: 8.33333% !important; } .small-offset-2 { margin-left: 16.66667% !important; } .small-offset-3 { margin-left: 25% !important; } .small-offset-4 { margin-left: 33.33333% !important; } .small-offset-5 { margin-left: 41.66667% !important; } .small-offset-6 { margin-left: 50% !important; } .small-offset-7 { margin-left: 58.33333% !important; } .small-offset-8 { margin-left: 66.66667% !important; } .small-offset-9 { margin-left: 75% !important; } .small-offset-10 { margin-left: 83.33333% !important; } .small-offset-11 { margin-left: 91.66667% !important; } .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; } .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.small-centered:last-child, .columns.small-centered:last-child { float: none; } .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; } .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; } .row.small-collapse .row { margin-left: 0; margin-right: 0; } .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } } @media only screen and (min-width: 40.063em) { .medium-push-0 { position: relative; left: 0%; right: auto; } .medium-pull-0 { position: relative; right: 0%; left: auto; } .medium-push-1 { position: relative; left: 8.33333%; right: auto; } .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } .medium-push-2 { position: relative; left: 16.66667%; right: auto; } .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } .medium-push-3 { position: relative; left: 25%; right: auto; } .medium-pull-3 { position: relative; right: 25%; left: auto; } .medium-push-4 { position: relative; left: 33.33333%; right: auto; } .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } .medium-push-5 { position: relative; left: 41.66667%; right: auto; } .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } .medium-push-6 { position: relative; left: 50%; right: auto; } .medium-pull-6 { position: relative; right: 50%; left: auto; } .medium-push-7 { position: relative; left: 58.33333%; right: auto; } .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } .medium-push-8 { position: relative; left: 66.66667%; right: auto; } .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } .medium-push-9 { position: relative; left: 75%; right: auto; } .medium-pull-9 { position: relative; right: 75%; left: auto; } .medium-push-10 { position: relative; left: 83.33333%; right: auto; } .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } .medium-push-11 { position: relative; left: 91.66667%; right: auto; } .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .medium-1 { width: 8.33333%; } .medium-2 { width: 16.66667%; } .medium-3 { width: 25%; } .medium-4 { width: 33.33333%; } .medium-5 { width: 41.66667%; } .medium-6 { width: 50%; } .medium-7 { width: 58.33333%; } .medium-8 { width: 66.66667%; } .medium-9 { width: 75%; } .medium-10 { width: 83.33333%; } .medium-11 { width: 91.66667%; } .medium-12 { width: 100%; } .medium-offset-0 { margin-left: 0% !important; } .medium-offset-1 { margin-left: 8.33333% !important; } .medium-offset-2 { margin-left: 16.66667% !important; } .medium-offset-3 { margin-left: 25% !important; } .medium-offset-4 { margin-left: 33.33333% !important; } .medium-offset-5 { margin-left: 41.66667% !important; } .medium-offset-6 { margin-left: 50% !important; } .medium-offset-7 { margin-left: 58.33333% !important; } .medium-offset-8 { margin-left: 66.66667% !important; } .medium-offset-9 { margin-left: 75% !important; } .medium-offset-10 { margin-left: 83.33333% !important; } .medium-offset-11 { margin-left: 91.66667% !important; } .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; } .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; } .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; } .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; } .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; } .row.medium-collapse .row { margin-left: 0; margin-right: 0; } .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { .large-push-0 { position: relative; left: 0%; right: auto; } .large-pull-0 { position: relative; right: 0%; left: auto; } .large-push-1 { position: relative; left: 8.33333%; right: auto; } .large-pull-1 { position: relative; right: 8.33333%; left: auto; } .large-push-2 { position: relative; left: 16.66667%; right: auto; } .large-pull-2 { position: relative; right: 16.66667%; left: auto; } .large-push-3 { position: relative; left: 25%; right: auto; } .large-pull-3 { position: relative; right: 25%; left: auto; } .large-push-4 { position: relative; left: 33.33333%; right: auto; } .large-pull-4 { position: relative; right: 33.33333%; left: auto; } .large-push-5 { position: relative; left: 41.66667%; right: auto; } .large-pull-5 { position: relative; right: 41.66667%; left: auto; } .large-push-6 { position: relative; left: 50%; right: auto; } .large-pull-6 { position: relative; right: 50%; left: auto; } .large-push-7 { position: relative; left: 58.33333%; right: auto; } .large-pull-7 { position: relative; right: 58.33333%; left: auto; } .large-push-8 { position: relative; left: 66.66667%; right: auto; } .large-pull-8 { position: relative; right: 66.66667%; left: auto; } .large-push-9 { position: relative; left: 75%; right: auto; } .large-pull-9 { position: relative; right: 75%; left: auto; } .large-push-10 { position: relative; left: 83.33333%; right: auto; } .large-pull-10 { position: relative; right: 83.33333%; left: auto; } .large-push-11 { position: relative; left: 91.66667%; right: auto; } .large-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .large-1 { width: 8.33333%; } .large-2 { width: 16.66667%; } .large-3 { width: 25%; } .large-4 { width: 33.33333%; } .large-5 { width: 41.66667%; } .large-6 { width: 50%; } .large-7 { width: 58.33333%; } .large-8 { width: 66.66667%; } .large-9 { width: 75%; } .large-10 { width: 83.33333%; } .large-11 { width: 91.66667%; } .large-12 { width: 100%; } .large-offset-0 { margin-left: 0% !important; } .large-offset-1 { margin-left: 8.33333% !important; } .large-offset-2 { margin-left: 16.66667% !important; } .large-offset-3 { margin-left: 25% !important; } .large-offset-4 { margin-left: 33.33333% !important; } .large-offset-5 { margin-left: 41.66667% !important; } .large-offset-6 { margin-left: 50% !important; } .large-offset-7 { margin-left: 58.33333% !important; } .large-offset-8 { margin-left: 66.66667% !important; } .large-offset-9 { margin-left: 75% !important; } .large-offset-10 { margin-left: 83.33333% !important; } .large-offset-11 { margin-left: 91.66667% !important; } .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; } .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.large-centered:last-child, .columns.large-centered:last-child { float: none; } .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; } .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; } .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; } .row.large-collapse .row { margin-left: 0; margin-right: 0; } .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } .inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } .inline-list > li { list-style: none; float: left; margin-left: 1.375rem; display: block; } .inline-list > li > * { display: block; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } @media only screen and (max-width: 40em) { .small-only-text-left { text-align: left !important; } .small-only-text-right { text-align: right !important; } .small-only-text-center { text-align: center !important; } .small-only-text-justify { text-align: justify !important; } } @media only screen { .small-text-left { text-align: left !important; } .small-text-right { text-align: right !important; } .small-text-center { text-align: center !important; } .small-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { .medium-only-text-left { text-align: left !important; } .medium-only-text-right { text-align: right !important; } .medium-only-text-center { text-align: center !important; } .medium-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) { .medium-text-left { text-align: left !important; } .medium-text-right { text-align: right !important; } .medium-text-center { text-align: center !important; } .medium-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) and (max-width: 90em) { .large-only-text-left { text-align: left !important; } .large-only-text-right { text-align: right !important; } .large-only-text-center { text-align: center !important; } .large-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) { .large-text-left { text-align: left !important; } .large-text-right { text-align: right !important; } .large-text-center { text-align: center !important; } .large-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) and (max-width: 120em) { .xlarge-only-text-left { text-align: left !important; } .xlarge-only-text-right { text-align: right !important; } .xlarge-only-text-center { text-align: center !important; } .xlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) { .xlarge-text-left { text-align: left !important; } .xlarge-text-right { text-align: right !important; } .xlarge-text-center { text-align: center !important; } .xlarge-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) and (max-width: 99999999em) { .xxlarge-only-text-left { text-align: left !important; } .xxlarge-only-text-right { text-align: right !important; } .xxlarge-only-text-center { text-align: center !important; } .xxlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) { .xxlarge-text-left { text-align: left !important; } .xxlarge-text-right { text-align: right !important; } .xxlarge-text-center { text-align: center !important; } .xxlarge-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-decoration: none; line-height: inherit; } a:hover, a:focus { color: #0078a0; } a img { border: none; } /* Default paragraph styles */ p { font-family: inherit; 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; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } h1 { font-size: 2.125rem; } 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: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } hr { border: solid #DDDDDD; 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: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #333333; background-color: #f8f8f8; border-width: 1px; border-style: solid; border-color: #dfdfdf; padding: 0.125rem 0.3125rem 0.0625rem; } /* Lists */ ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: inherit; } 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; } /* Definition Lists */ dl dt { margin-bottom: 0.3rem; font-weight: bold; } dl dd { margin-bottom: 0.75rem; } /* Abbreviations */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; cursor: help; } abbr { text-transform: none; } abbr[title] { border-bottom: 1px dotted #DDDDDD; } /* Blockquotes */ blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #DDDDDD; } blockquote cite { display: block; font-size: 0.8125rem; color: #555555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ .vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #DDDDDD; padding: 0.625rem 0.75rem; } .vcard li { margin: 0; display: block; } .vcard .fn { font-weight: bold; font-size: 0.9375rem; } .vevent .summary { font-weight: bold; } .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; } @media only screen and (min-width: 40.063em) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; } h1 { font-size: 2.75rem; } h2 { font-size: 2.3125rem; } h3 { font-size: 1.6875rem; } h4 { font-size: 1.4375rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } } .reveal-modal-bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000000; background: rgba(0, 0, 0, 0.45); z-index: 1004; display: none; left: 0; } .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 1005; width: 100%; top: 0; border-radius: 3px; left: 0; background-color: #FFFFFF; padding: 1.875rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } @media only screen and (max-width: 40em) { .reveal-modal { min-height: 100vh; } } .reveal-modal .column, .reveal-modal .columns { min-width: 0; } .reveal-modal > :first-child { margin-top: 0; } .reveal-modal > :last-child { margin-bottom: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal { width: 80%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal { top: 6.25rem; } } .reveal-modal.radius { border-radius: 3px; } .reveal-modal.round { border-radius: 1000px; } .reveal-modal.collapse { padding: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal.tiny { width: 30%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.small { width: 40%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.medium { width: 60%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.large { width: 70%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.xlarge { width: 95%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.full { top: 0; left: 0; height: 100%; height: 100vh; min-height: 100vh; max-width: none !important; margin-left: 0 !important; } @media only screen and (min-width: 40.063em) { .reveal-modal.full { width: 100%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.toback { z-index: 1003; } .reveal-modal .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.625rem; right: 1.375rem; color: #AAAAAA; font-weight: bold; cursor: pointer; } .label { font-weight: normal; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; margin-bottom: auto; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #008CBA; color: #FFFFFF; } .label.radius { border-radius: 3px; } .label.round { border-radius: 1000px; } .label.alert { background-color: #f04124; color: #FFFFFF; } .label.warning { background-color: #f08a24; color: #FFFFFF; } .label.success { background-color: #43AC6A; color: #FFFFFF; } .label.secondary { background-color: #e7e7e7; color: #333333; } .label.info { background-color: #a0d3e8; color: #333333; } [class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; } [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } [class*="block-grid-"]:after { clear: both; } [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @media only screen { .small-block-grid-1 > li { width: 100%; list-style: none; } .small-block-grid-1 > li:nth-of-type(1n) { clear: none; } .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .small-block-grid-2 > li { width: 50%; list-style: none; } .small-block-grid-2 > li:nth-of-type(1n) { clear: none; } .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .small-block-grid-3 > li { width: 33.33333%; list-style: none; } .small-block-grid-3 > li:nth-of-type(1n) { clear: none; } .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .small-block-grid-4 > li { width: 25%; list-style: none; } .small-block-grid-4 > li:nth-of-type(1n) { clear: none; } .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .small-block-grid-5 > li { width: 20%; list-style: none; } .small-block-grid-5 > li:nth-of-type(1n) { clear: none; } .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .small-block-grid-6 > li { width: 16.66667%; list-style: none; } .small-block-grid-6 > li:nth-of-type(1n) { clear: none; } .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .small-block-grid-7 > li { width: 14.28571%; list-style: none; } .small-block-grid-7 > li:nth-of-type(1n) { clear: none; } .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .small-block-grid-8 > li { width: 12.5%; list-style: none; } .small-block-grid-8 > li:nth-of-type(1n) { clear: none; } .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .small-block-grid-9 > li { width: 11.11111%; list-style: none; } .small-block-grid-9 > li:nth-of-type(1n) { clear: none; } .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .small-block-grid-10 > li { width: 10%; list-style: none; } .small-block-grid-10 > li:nth-of-type(1n) { clear: none; } .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .small-block-grid-11 > li { width: 9.09091%; list-style: none; } .small-block-grid-11 > li:nth-of-type(1n) { clear: none; } .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .small-block-grid-12 > li { width: 8.33333%; list-style: none; } .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { .medium-block-grid-1 > li { width: 100%; list-style: none; } .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .medium-block-grid-2 > li { width: 50%; list-style: none; } .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .medium-block-grid-3 > li { width: 33.33333%; list-style: none; } .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .medium-block-grid-4 > li { width: 25%; list-style: none; } .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .medium-block-grid-5 > li { width: 20%; list-style: none; } .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .medium-block-grid-6 > li { width: 16.66667%; list-style: none; } .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .medium-block-grid-7 > li { width: 14.28571%; list-style: none; } .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .medium-block-grid-8 > li { width: 12.5%; list-style: none; } .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .medium-block-grid-9 > li { width: 11.11111%; list-style: none; } .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .medium-block-grid-10 > li { width: 10%; list-style: none; } .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .medium-block-grid-11 > li { width: 9.09091%; list-style: none; } .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .medium-block-grid-12 > li { width: 8.33333%; list-style: none; } .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { .large-block-grid-1 > li { width: 100%; list-style: none; } .large-block-grid-1 > li:nth-of-type(1n) { clear: none; } .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .large-block-grid-2 > li { width: 50%; list-style: none; } .large-block-grid-2 > li:nth-of-type(1n) { clear: none; } .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .large-block-grid-3 > li { width: 33.33333%; list-style: none; } .large-block-grid-3 > li:nth-of-type(1n) { clear: none; } .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .large-block-grid-4 > li { width: 25%; list-style: none; } .large-block-grid-4 > li:nth-of-type(1n) { clear: none; } .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .large-block-grid-5 > li { width: 20%; list-style: none; } .large-block-grid-5 > li:nth-of-type(1n) { clear: none; } .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .large-block-grid-6 > li { width: 16.66667%; list-style: none; } .large-block-grid-6 > li:nth-of-type(1n) { clear: none; } .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .large-block-grid-7 > li { width: 14.28571%; list-style: none; } .large-block-grid-7 > li:nth-of-type(1n) { clear: none; } .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .large-block-grid-8 > li { width: 12.5%; list-style: none; } .large-block-grid-8 > li:nth-of-type(1n) { clear: none; } .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .large-block-grid-9 > li { width: 11.11111%; list-style: none; } .large-block-grid-9 > li:nth-of-type(1n) { clear: none; } .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .large-block-grid-10 > li { width: 10%; list-style: none; } .large-block-grid-10 > li:nth-of-type(1n) { clear: none; } .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .large-block-grid-11 > li { width: 9.09091%; list-style: none; } .large-block-grid-11 > li:nth-of-type(1n) { clear: none; } .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .large-block-grid-12 > li { width: 8.33333%; list-style: none; } .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } .keystroke, kbd { background-color: #ededed; border-color: #dddddd; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: inherit; padding: 0.125rem 0.25rem 0; border-radius: 3px; } .panel { margin-bottom: -3.75rem; padding: 10px; position: relative; top: -110px; color: #ffffff; background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */ background: rgba(0, 0, 0, .2); max-width: 300px } /* Normal Buttons ---------------------- */ .button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: inherit; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ } .button:hover, .button:focus { color: white;} .button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; } .button.large { font-size: 17px; padding: 15px 30px 16px; } .button.medium { font-size: 14px; } .button.small { font-size: 11px; padding: 7px 14px 8px; } .button.tiny { font-size: 10px; padding: 5px 10px 6px; } .button.expand { width: 100%; text-align: center; } .button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; } .button.primary:hover, .button.primary:focus { background-color: #2284a1; } .button.success { background-color: #5da423; border: 1px solid #396516; } .button.success:hover, .button.success:focus { background-color: #457a1a; } .button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; } .button.alert:hover, .button.alert:focus { background-color: #970b0e; } .button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; } .button.secondary:hover, .button.secondary:focus { background-color: #d0d0d0; } .button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } .button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; } .button.left-align { text-align: left; text-indent: 12px; } .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .button.disabled:hover, .button[disabled]:hover { background: #2ba6cb; } .button.disabled.success, .button[disabled].success { background-color: #5da423; } .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; outline: none; } .button.disabled.alert, .button[disabled].alert { background-color: #c60f13; } .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #c60f13; outline: none; } .button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; } .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e9e9e9; outline: none; } /* Don't use native buttons on iOS */ input[type=submit].button, button.button { -webkit-appearance: none; } /* Correct FF button padding */ @-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; } input[type="submit"].tiny.button { padding: 3px 10px 4px; } input[type="submit"].small.button { padding: 5px 14px 6px; } input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; } input[type="submit"].large.button { padding: 13px 30px 14px; } } /* Buttons with Dropdowns ---------------------- */ .button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ } .button.dropdown.large { padding-right: 60px; } .button.dropdown.small { padding-right: 28px; } .button.dropdown.tiny { padding-right: 20px; } .button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; } .button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; } .button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; } .button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; } .button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; } .button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; } .button.dropdown > ul li a, .button.dropdown > ul li button { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; } .button.dropdown > ul li button { width: 100%; border: inherit; background: inherit; font-family: inherit; margin: inherit; -webkit-font-smoothing: antialiased; } .button.dropdown > ul li:hover, .button.dropdown > ul li:focus { background-color: #e3f4f9; color: #222; } .button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; } .button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; } .button.dropdown ul.no-hover.show-dropdown { display: block !important; } .button.dropdown:hover > ul.no-hover { display: none; } .button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ } .button.dropdown.split:after { display: none; } .button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #2ba6cb; } .button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus { background-color: #c60f13; } .button.dropdown.split.success:hover, .button.dropdown.split.success:focus { background-color: #5da423; } .button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus { background-color: #e9e9e9; } .button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } .button.dropdown.split > a:hover, .button.dropdown.split > a:focus { background-color: #2284a1; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; } .button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; } .button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; } .button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; } .button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } .button.dropdown.split > span:hover, .button.dropdown.split > span:focus { background-color: #2284a1; } .button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; } .button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; } .button.dropdown.split.large span { width: 45px; } .button.dropdown.split.small span { width: 21px; } .button.dropdown.split.tiny span { width: 15px; } .button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; } .button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; } .button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; } .button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; } .button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; } .button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; } .button.dropdown.split.secondary > a { color: #1d1d1d; } .button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus { background-color: #970b0e; } .button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus { background-color: #457a1a; } .button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus { background-color: #d0d0d0; } /* Button Groups ---------------------- */ ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; } ul.button-group:before, ul.button-group:after { content: " "; display: table; } ul.button-group:after { clear: both; } ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; } ul.button-group li:first-child { margin-left: 0; } ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } ul.button-group.radius li:first-child .button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; } ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } ul.button-group.radius li:last-child .button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; } ul.button-group.even .button { width: 100%; } ul.button-group.even.two-up li { width: 50%; } ul.button-group.even.three-up li { width: 33.3%; } ul.button-group.even.three-up li:first-child { width: 33.4%; } ul.button-group.even.four-up li { width: 25%; } ul.button-group.even.five-up li { width: 20%; } div.button-bar { overflow: hidden; } div.button-bar ul.button-group { float: left; margin-right: 8px; } div.button-bar ul.button-group:last-child { margin-left: 0; }
www/css/foundation.css
meta.foundation-version { font-family: "/5.5.1/"; } meta.foundation-mq-small { font-family: "/only screen/"; width: 0; } meta.foundation-mq-small-only { font-family: "/only screen and (max-width: 40em)/"; width: 0; } meta.foundation-mq-medium { font-family: "/only screen and (min-width:40.063em)/"; width: 40.063em; } meta.foundation-mq-medium-only { font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/"; width: 40.063em; } meta.foundation-mq-large { font-family: "/only screen and (min-width:64.063em)/"; width: 64.063em; } meta.foundation-mq-large-only { font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/"; width: 64.063em; } meta.foundation-mq-xlarge { font-family: "/only screen and (min-width:90.063em)/"; width: 90.063em; } meta.foundation-mq-xlarge-only { font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/"; width: 90.063em; } meta.foundation-mq-xxlarge { font-family: "/only screen and (min-width:120.063em)/"; width: 120.063em; } meta.foundation-data-attribute-namespace { font-family: false; } html, body { height: 100%; } *, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } html, body { font-size: 100%; } body { background: #fff; color: #222; padding: 0; margin: 0; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; line-height: 1.5; position: relative; cursor: auto; } a:hover { cursor: pointer; } img { max-width: 100%; height: auto; } img { -ms-interpolation-mode: bicubic; } #map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object { max-width: none !important; } .left { float: left !important; } .right { float: right !important; } .clearfix:before, .clearfix:after { content: " "; display: table; } .clearfix:after { clear: both; } .hide { display: none; } .invisible { visibility: hidden; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } img { display: inline-block; vertical-align: middle; } textarea { height: auto; min-height: 50px; } select { width: 100%; } .row { width: 100%; margin-left: auto; margin-right: auto; margin-top: 0; margin-bottom: 0; max-width: 62.5rem; } .row:before, .row:after { content: " "; display: table; } .row:after { clear: both; } .row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; } .row.collapse .row { margin-left: 0; margin-right: 0; } .row .row { width: auto; margin-left: -0.9375rem; margin-right: -0.9375rem; margin-top: 0; margin-bottom: 0; max-width: none; } .row .row:before, .row .row:after { content: " "; display: table; } .row .row:after { clear: both; } .row .row.collapse { width: auto; margin: 0; max-width: none; } .row .row.collapse:before, .row .row.collapse:after { content: " "; display: table; } .row .row.collapse:after { clear: both; } .column, .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; width: 100%; float: left; } [class*="column"] + [class*="column"]:last-child { float: right; } [class*="column"] + [class*="column"].end { float: left; } @media only screen { .small-push-0 { position: relative; left: 0%; right: auto; } .small-pull-0 { position: relative; right: 0%; left: auto; } .small-push-1 { position: relative; left: 8.33333%; right: auto; } .small-pull-1 { position: relative; right: 8.33333%; left: auto; } .small-push-2 { position: relative; left: 16.66667%; right: auto; } .small-pull-2 { position: relative; right: 16.66667%; left: auto; } .small-push-3 { position: relative; left: 25%; right: auto; } .small-pull-3 { position: relative; right: 25%; left: auto; } .small-push-4 { position: relative; left: 33.33333%; right: auto; } .small-pull-4 { position: relative; right: 33.33333%; left: auto; } .small-push-5 { position: relative; left: 41.66667%; right: auto; } .small-pull-5 { position: relative; right: 41.66667%; left: auto; } .small-push-6 { position: relative; left: 50%; right: auto; } .small-pull-6 { position: relative; right: 50%; left: auto; } .small-push-7 { position: relative; left: 58.33333%; right: auto; } .small-pull-7 { position: relative; right: 58.33333%; left: auto; } .small-push-8 { position: relative; left: 66.66667%; right: auto; } .small-pull-8 { position: relative; right: 66.66667%; left: auto; } .small-push-9 { position: relative; left: 75%; right: auto; } .small-pull-9 { position: relative; right: 75%; left: auto; } .small-push-10 { position: relative; left: 83.33333%; right: auto; } .small-pull-10 { position: relative; right: 83.33333%; left: auto; } .small-push-11 { position: relative; left: 91.66667%; right: auto; } .small-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .small-1 { width: 8.33333%; } .small-2 { width: 16.66667%; } .small-3 { width: 25%; } .small-4 { width: 33.33333%; } .small-5 { width: 41.66667%; } .small-6 { width: 50%; } .small-7 { width: 58.33333%; } .small-8 { width: 66.66667%; } .small-9 { width: 75%; } .small-10 { width: 83.33333%; } .small-11 { width: 91.66667%; } .small-12 { width: 100%; } .small-offset-0 { margin-left: 0% !important; } .small-offset-1 { margin-left: 8.33333% !important; } .small-offset-2 { margin-left: 16.66667% !important; } .small-offset-3 { margin-left: 25% !important; } .small-offset-4 { margin-left: 33.33333% !important; } .small-offset-5 { margin-left: 41.66667% !important; } .small-offset-6 { margin-left: 50% !important; } .small-offset-7 { margin-left: 58.33333% !important; } .small-offset-8 { margin-left: 66.66667% !important; } .small-offset-9 { margin-left: 75% !important; } .small-offset-10 { margin-left: 83.33333% !important; } .small-offset-11 { margin-left: 91.66667% !important; } .small-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.small-centered, .columns.small-centered { margin-left: auto; margin-right: auto; float: none; } .column.small-uncentered, .columns.small-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.small-centered:last-child, .columns.small-centered:last-child { float: none; } .column.small-uncentered:last-child, .columns.small-uncentered:last-child { float: left; } .column.small-uncentered.opposite, .columns.small-uncentered.opposite { float: right; } .row.small-collapse > .column, .row.small-collapse > .columns { padding-left: 0; padding-right: 0; } .row.small-collapse .row { margin-left: 0; margin-right: 0; } .row.small-uncollapse > .column, .row.small-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } } @media only screen and (min-width: 40.063em) { .medium-push-0 { position: relative; left: 0%; right: auto; } .medium-pull-0 { position: relative; right: 0%; left: auto; } .medium-push-1 { position: relative; left: 8.33333%; right: auto; } .medium-pull-1 { position: relative; right: 8.33333%; left: auto; } .medium-push-2 { position: relative; left: 16.66667%; right: auto; } .medium-pull-2 { position: relative; right: 16.66667%; left: auto; } .medium-push-3 { position: relative; left: 25%; right: auto; } .medium-pull-3 { position: relative; right: 25%; left: auto; } .medium-push-4 { position: relative; left: 33.33333%; right: auto; } .medium-pull-4 { position: relative; right: 33.33333%; left: auto; } .medium-push-5 { position: relative; left: 41.66667%; right: auto; } .medium-pull-5 { position: relative; right: 41.66667%; left: auto; } .medium-push-6 { position: relative; left: 50%; right: auto; } .medium-pull-6 { position: relative; right: 50%; left: auto; } .medium-push-7 { position: relative; left: 58.33333%; right: auto; } .medium-pull-7 { position: relative; right: 58.33333%; left: auto; } .medium-push-8 { position: relative; left: 66.66667%; right: auto; } .medium-pull-8 { position: relative; right: 66.66667%; left: auto; } .medium-push-9 { position: relative; left: 75%; right: auto; } .medium-pull-9 { position: relative; right: 75%; left: auto; } .medium-push-10 { position: relative; left: 83.33333%; right: auto; } .medium-pull-10 { position: relative; right: 83.33333%; left: auto; } .medium-push-11 { position: relative; left: 91.66667%; right: auto; } .medium-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .medium-1 { width: 8.33333%; } .medium-2 { width: 16.66667%; } .medium-3 { width: 25%; } .medium-4 { width: 33.33333%; } .medium-5 { width: 41.66667%; } .medium-6 { width: 50%; } .medium-7 { width: 58.33333%; } .medium-8 { width: 66.66667%; } .medium-9 { width: 75%; } .medium-10 { width: 83.33333%; } .medium-11 { width: 91.66667%; } .medium-12 { width: 100%; } .medium-offset-0 { margin-left: 0% !important; } .medium-offset-1 { margin-left: 8.33333% !important; } .medium-offset-2 { margin-left: 16.66667% !important; } .medium-offset-3 { margin-left: 25% !important; } .medium-offset-4 { margin-left: 33.33333% !important; } .medium-offset-5 { margin-left: 41.66667% !important; } .medium-offset-6 { margin-left: 50% !important; } .medium-offset-7 { margin-left: 58.33333% !important; } .medium-offset-8 { margin-left: 66.66667% !important; } .medium-offset-9 { margin-left: 75% !important; } .medium-offset-10 { margin-left: 83.33333% !important; } .medium-offset-11 { margin-left: 91.66667% !important; } .medium-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.medium-centered, .columns.medium-centered { margin-left: auto; margin-right: auto; float: none; } .column.medium-uncentered, .columns.medium-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.medium-centered:last-child, .columns.medium-centered:last-child { float: none; } .column.medium-uncentered:last-child, .columns.medium-uncentered:last-child { float: left; } .column.medium-uncentered.opposite, .columns.medium-uncentered.opposite { float: right; } .row.medium-collapse > .column, .row.medium-collapse > .columns { padding-left: 0; padding-right: 0; } .row.medium-collapse .row { margin-left: 0; margin-right: 0; } .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } @media only screen and (min-width: 64.063em) { .large-push-0 { position: relative; left: 0%; right: auto; } .large-pull-0 { position: relative; right: 0%; left: auto; } .large-push-1 { position: relative; left: 8.33333%; right: auto; } .large-pull-1 { position: relative; right: 8.33333%; left: auto; } .large-push-2 { position: relative; left: 16.66667%; right: auto; } .large-pull-2 { position: relative; right: 16.66667%; left: auto; } .large-push-3 { position: relative; left: 25%; right: auto; } .large-pull-3 { position: relative; right: 25%; left: auto; } .large-push-4 { position: relative; left: 33.33333%; right: auto; } .large-pull-4 { position: relative; right: 33.33333%; left: auto; } .large-push-5 { position: relative; left: 41.66667%; right: auto; } .large-pull-5 { position: relative; right: 41.66667%; left: auto; } .large-push-6 { position: relative; left: 50%; right: auto; } .large-pull-6 { position: relative; right: 50%; left: auto; } .large-push-7 { position: relative; left: 58.33333%; right: auto; } .large-pull-7 { position: relative; right: 58.33333%; left: auto; } .large-push-8 { position: relative; left: 66.66667%; right: auto; } .large-pull-8 { position: relative; right: 66.66667%; left: auto; } .large-push-9 { position: relative; left: 75%; right: auto; } .large-pull-9 { position: relative; right: 75%; left: auto; } .large-push-10 { position: relative; left: 83.33333%; right: auto; } .large-pull-10 { position: relative; right: 83.33333%; left: auto; } .large-push-11 { position: relative; left: 91.66667%; right: auto; } .large-pull-11 { position: relative; right: 91.66667%; left: auto; } .column, .columns { position: relative; padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .large-1 { width: 8.33333%; } .large-2 { width: 16.66667%; } .large-3 { width: 25%; } .large-4 { width: 33.33333%; } .large-5 { width: 41.66667%; } .large-6 { width: 50%; } .large-7 { width: 58.33333%; } .large-8 { width: 66.66667%; } .large-9 { width: 75%; } .large-10 { width: 83.33333%; } .large-11 { width: 91.66667%; } .large-12 { width: 100%; } .large-offset-0 { margin-left: 0% !important; } .large-offset-1 { margin-left: 8.33333% !important; } .large-offset-2 { margin-left: 16.66667% !important; } .large-offset-3 { margin-left: 25% !important; } .large-offset-4 { margin-left: 33.33333% !important; } .large-offset-5 { margin-left: 41.66667% !important; } .large-offset-6 { margin-left: 50% !important; } .large-offset-7 { margin-left: 58.33333% !important; } .large-offset-8 { margin-left: 66.66667% !important; } .large-offset-9 { margin-left: 75% !important; } .large-offset-10 { margin-left: 83.33333% !important; } .large-offset-11 { margin-left: 91.66667% !important; } .large-reset-order { margin-left: 0; margin-right: 0; left: auto; right: auto; float: left; } .column.large-centered, .columns.large-centered { margin-left: auto; margin-right: auto; float: none; } .column.large-uncentered, .columns.large-uncentered { margin-left: 0; margin-right: 0; float: left; } .column.large-centered:last-child, .columns.large-centered:last-child { float: none; } .column.large-uncentered:last-child, .columns.large-uncentered:last-child { float: left; } .column.large-uncentered.opposite, .columns.large-uncentered.opposite { float: right; } .row.large-collapse > .column, .row.large-collapse > .columns { padding-left: 0; padding-right: 0; } .row.large-collapse .row { margin-left: 0; margin-right: 0; } .row.large-uncollapse > .column, .row.large-uncollapse > .columns { padding-left: 0.9375rem; padding-right: 0.9375rem; float: left; } .push-0 { position: relative; left: 0%; right: auto; } .pull-0 { position: relative; right: 0%; left: auto; } .push-1 { position: relative; left: 8.33333%; right: auto; } .pull-1 { position: relative; right: 8.33333%; left: auto; } .push-2 { position: relative; left: 16.66667%; right: auto; } .pull-2 { position: relative; right: 16.66667%; left: auto; } .push-3 { position: relative; left: 25%; right: auto; } .pull-3 { position: relative; right: 25%; left: auto; } .push-4 { position: relative; left: 33.33333%; right: auto; } .pull-4 { position: relative; right: 33.33333%; left: auto; } .push-5 { position: relative; left: 41.66667%; right: auto; } .pull-5 { position: relative; right: 41.66667%; left: auto; } .push-6 { position: relative; left: 50%; right: auto; } .pull-6 { position: relative; right: 50%; left: auto; } .push-7 { position: relative; left: 58.33333%; right: auto; } .pull-7 { position: relative; right: 58.33333%; left: auto; } .push-8 { position: relative; left: 66.66667%; right: auto; } .pull-8 { position: relative; right: 66.66667%; left: auto; } .push-9 { position: relative; left: 75%; right: auto; } .pull-9 { position: relative; right: 75%; left: auto; } .push-10 { position: relative; left: 83.33333%; right: auto; } .pull-10 { position: relative; right: 83.33333%; left: auto; } .push-11 { position: relative; left: 91.66667%; right: auto; } .pull-11 { position: relative; right: 91.66667%; left: auto; } } .inline-list { margin: 0 auto 1.0625rem auto; margin-left: -1.375rem; margin-right: 0; padding: 0; list-style: none; overflow: hidden; } .inline-list > li { list-style: none; float: left; margin-left: 1.375rem; display: block; } .inline-list > li > * { display: block; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } .text-justify { text-align: justify !important; } @media only screen and (max-width: 40em) { .small-only-text-left { text-align: left !important; } .small-only-text-right { text-align: right !important; } .small-only-text-center { text-align: center !important; } .small-only-text-justify { text-align: justify !important; } } @media only screen { .small-text-left { text-align: left !important; } .small-text-right { text-align: right !important; } .small-text-center { text-align: center !important; } .small-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) and (max-width: 64em) { .medium-only-text-left { text-align: left !important; } .medium-only-text-right { text-align: right !important; } .medium-only-text-center { text-align: center !important; } .medium-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 40.063em) { .medium-text-left { text-align: left !important; } .medium-text-right { text-align: right !important; } .medium-text-center { text-align: center !important; } .medium-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) and (max-width: 90em) { .large-only-text-left { text-align: left !important; } .large-only-text-right { text-align: right !important; } .large-only-text-center { text-align: center !important; } .large-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 64.063em) { .large-text-left { text-align: left !important; } .large-text-right { text-align: right !important; } .large-text-center { text-align: center !important; } .large-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) and (max-width: 120em) { .xlarge-only-text-left { text-align: left !important; } .xlarge-only-text-right { text-align: right !important; } .xlarge-only-text-center { text-align: center !important; } .xlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 90.063em) { .xlarge-text-left { text-align: left !important; } .xlarge-text-right { text-align: right !important; } .xlarge-text-center { text-align: center !important; } .xlarge-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) and (max-width: 99999999em) { .xxlarge-only-text-left { text-align: left !important; } .xxlarge-only-text-right { text-align: right !important; } .xxlarge-only-text-center { text-align: center !important; } .xxlarge-only-text-justify { text-align: justify !important; } } @media only screen and (min-width: 120.063em) { .xxlarge-text-left { text-align: left !important; } .xxlarge-text-right { text-align: right !important; } .xxlarge-text-center { text-align: center !important; } .xxlarge-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-decoration: none; line-height: inherit; } a:hover, a:focus { color: #0078a0; } a img { border: none; } /* Default paragraph styles */ p { font-family: inherit; 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; } /* Default header styles */ h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; font-weight: normal; font-style: normal; color: #222222; text-rendering: optimizeLegibility; margin-top: 0.2rem; margin-bottom: 0.5rem; line-height: 1.4; } h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-size: 60%; color: #6f6f6f; line-height: 0; } h1 { font-size: 2.125rem; } 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: #6f6f6f; font-weight: normal; margin-top: 0.2rem; margin-bottom: 0.5rem; } hr { border: solid #DDDDDD; 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: bold; line-height: inherit; } small { font-size: 60%; line-height: inherit; } code { font-family: Consolas, "Liberation Mono", Courier, monospace; font-weight: normal; color: #333333; background-color: #f8f8f8; border-width: 1px; border-style: solid; border-color: #dfdfdf; padding: 0.125rem 0.3125rem 0.0625rem; } /* Lists */ ul, ol, dl { font-size: 1rem; line-height: 1.6; margin-bottom: 1.25rem; list-style-position: outside; font-family: inherit; } 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; } /* Definition Lists */ dl dt { margin-bottom: 0.3rem; font-weight: bold; } dl dd { margin-bottom: 0.75rem; } /* Abbreviations */ abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; cursor: help; } abbr { text-transform: none; } abbr[title] { border-bottom: 1px dotted #DDDDDD; } /* Blockquotes */ blockquote { margin: 0 0 1.25rem; padding: 0.5625rem 1.25rem 0 1.1875rem; border-left: 1px solid #DDDDDD; } blockquote cite { display: block; font-size: 0.8125rem; color: #555555; } blockquote cite:before { content: "\2014 \0020"; } blockquote cite a, blockquote cite a:visited { color: #555555; } blockquote, blockquote p { line-height: 1.6; color: #6f6f6f; } /* Microformats */ .vcard { display: inline-block; margin: 0 0 1.25rem 0; border: 1px solid #DDDDDD; padding: 0.625rem 0.75rem; } .vcard li { margin: 0; display: block; } .vcard .fn { font-weight: bold; font-size: 0.9375rem; } .vevent .summary { font-weight: bold; } .vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 0.0625rem; } @media only screen and (min-width: 40.063em) { h1, h2, h3, h4, h5, h6 { line-height: 1.4; } h1 { font-size: 2.75rem; } h2 { font-size: 2.3125rem; } h3 { font-size: 1.6875rem; } h4 { font-size: 1.4375rem; } h5 { font-size: 1.125rem; } h6 { font-size: 1rem; } } .reveal-modal-bg { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: #000000; background: rgba(0, 0, 0, 0.45); z-index: 1004; display: none; left: 0; } .reveal-modal { visibility: hidden; display: none; position: absolute; z-index: 1005; width: 100%; top: 0; border-radius: 3px; left: 0; background-color: #FFFFFF; padding: 1.875rem; border: solid 1px #666666; box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); } @media only screen and (max-width: 40em) { .reveal-modal { min-height: 100vh; } } .reveal-modal .column, .reveal-modal .columns { min-width: 0; } .reveal-modal > :first-child { margin-top: 0; } .reveal-modal > :last-child { margin-bottom: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal { width: 80%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal { top: 6.25rem; } } .reveal-modal.radius { border-radius: 3px; } .reveal-modal.round { border-radius: 1000px; } .reveal-modal.collapse { padding: 0; } @media only screen and (min-width: 40.063em) { .reveal-modal.tiny { width: 30%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.small { width: 40%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.medium { width: 60%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.large { width: 70%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } @media only screen and (min-width: 40.063em) { .reveal-modal.xlarge { width: 95%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.full { top: 0; left: 0; height: 100%; height: 100vh; min-height: 100vh; max-width: none !important; margin-left: 0 !important; } @media only screen and (min-width: 40.063em) { .reveal-modal.full { width: 100%; max-width: 62.5rem; left: 0; right: 0; margin: 0 auto; } } .reveal-modal.toback { z-index: 1003; } .reveal-modal .close-reveal-modal { font-size: 2.5rem; line-height: 1; position: absolute; top: 0.625rem; right: 1.375rem; color: #AAAAAA; font-weight: bold; cursor: pointer; } .label { font-weight: normal; font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; text-align: center; text-decoration: none; line-height: 1; white-space: nowrap; display: inline-block; position: relative; margin-bottom: auto; padding: 0.25rem 0.5rem 0.25rem; font-size: 0.6875rem; background-color: #008CBA; color: #FFFFFF; } .label.radius { border-radius: 3px; } .label.round { border-radius: 1000px; } .label.alert { background-color: #f04124; color: #FFFFFF; } .label.warning { background-color: #f08a24; color: #FFFFFF; } .label.success { background-color: #43AC6A; color: #FFFFFF; } .label.secondary { background-color: #e7e7e7; color: #333333; } .label.info { background-color: #a0d3e8; color: #333333; } [class*="block-grid-"] { display: block; padding: 0; margin: 0 -0.625rem; } [class*="block-grid-"]:before, [class*="block-grid-"]:after { content: " "; display: table; } [class*="block-grid-"]:after { clear: both; } [class*="block-grid-"] > li { display: block; height: auto; float: left; padding: 0 0.625rem 1.25rem; } @media only screen { .small-block-grid-1 > li { width: 100%; list-style: none; } .small-block-grid-1 > li:nth-of-type(1n) { clear: none; } .small-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .small-block-grid-2 > li { width: 50%; list-style: none; } .small-block-grid-2 > li:nth-of-type(1n) { clear: none; } .small-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .small-block-grid-3 > li { width: 33.33333%; list-style: none; } .small-block-grid-3 > li:nth-of-type(1n) { clear: none; } .small-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .small-block-grid-4 > li { width: 25%; list-style: none; } .small-block-grid-4 > li:nth-of-type(1n) { clear: none; } .small-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .small-block-grid-5 > li { width: 20%; list-style: none; } .small-block-grid-5 > li:nth-of-type(1n) { clear: none; } .small-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .small-block-grid-6 > li { width: 16.66667%; list-style: none; } .small-block-grid-6 > li:nth-of-type(1n) { clear: none; } .small-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .small-block-grid-7 > li { width: 14.28571%; list-style: none; } .small-block-grid-7 > li:nth-of-type(1n) { clear: none; } .small-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .small-block-grid-8 > li { width: 12.5%; list-style: none; } .small-block-grid-8 > li:nth-of-type(1n) { clear: none; } .small-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .small-block-grid-9 > li { width: 11.11111%; list-style: none; } .small-block-grid-9 > li:nth-of-type(1n) { clear: none; } .small-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .small-block-grid-10 > li { width: 10%; list-style: none; } .small-block-grid-10 > li:nth-of-type(1n) { clear: none; } .small-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .small-block-grid-11 > li { width: 9.09091%; list-style: none; } .small-block-grid-11 > li:nth-of-type(1n) { clear: none; } .small-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .small-block-grid-12 > li { width: 8.33333%; list-style: none; } .small-block-grid-12 > li:nth-of-type(1n) { clear: none; } .small-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 40.063em) { .medium-block-grid-1 > li { width: 100%; list-style: none; } .medium-block-grid-1 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .medium-block-grid-2 > li { width: 50%; list-style: none; } .medium-block-grid-2 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .medium-block-grid-3 > li { width: 33.33333%; list-style: none; } .medium-block-grid-3 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .medium-block-grid-4 > li { width: 25%; list-style: none; } .medium-block-grid-4 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .medium-block-grid-5 > li { width: 20%; list-style: none; } .medium-block-grid-5 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .medium-block-grid-6 > li { width: 16.66667%; list-style: none; } .medium-block-grid-6 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .medium-block-grid-7 > li { width: 14.28571%; list-style: none; } .medium-block-grid-7 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .medium-block-grid-8 > li { width: 12.5%; list-style: none; } .medium-block-grid-8 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .medium-block-grid-9 > li { width: 11.11111%; list-style: none; } .medium-block-grid-9 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .medium-block-grid-10 > li { width: 10%; list-style: none; } .medium-block-grid-10 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .medium-block-grid-11 > li { width: 9.09091%; list-style: none; } .medium-block-grid-11 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .medium-block-grid-12 > li { width: 8.33333%; list-style: none; } .medium-block-grid-12 > li:nth-of-type(1n) { clear: none; } .medium-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } @media only screen and (min-width: 64.063em) { .large-block-grid-1 > li { width: 100%; list-style: none; } .large-block-grid-1 > li:nth-of-type(1n) { clear: none; } .large-block-grid-1 > li:nth-of-type(1n+1) { clear: both; } .large-block-grid-2 > li { width: 50%; list-style: none; } .large-block-grid-2 > li:nth-of-type(1n) { clear: none; } .large-block-grid-2 > li:nth-of-type(2n+1) { clear: both; } .large-block-grid-3 > li { width: 33.33333%; list-style: none; } .large-block-grid-3 > li:nth-of-type(1n) { clear: none; } .large-block-grid-3 > li:nth-of-type(3n+1) { clear: both; } .large-block-grid-4 > li { width: 25%; list-style: none; } .large-block-grid-4 > li:nth-of-type(1n) { clear: none; } .large-block-grid-4 > li:nth-of-type(4n+1) { clear: both; } .large-block-grid-5 > li { width: 20%; list-style: none; } .large-block-grid-5 > li:nth-of-type(1n) { clear: none; } .large-block-grid-5 > li:nth-of-type(5n+1) { clear: both; } .large-block-grid-6 > li { width: 16.66667%; list-style: none; } .large-block-grid-6 > li:nth-of-type(1n) { clear: none; } .large-block-grid-6 > li:nth-of-type(6n+1) { clear: both; } .large-block-grid-7 > li { width: 14.28571%; list-style: none; } .large-block-grid-7 > li:nth-of-type(1n) { clear: none; } .large-block-grid-7 > li:nth-of-type(7n+1) { clear: both; } .large-block-grid-8 > li { width: 12.5%; list-style: none; } .large-block-grid-8 > li:nth-of-type(1n) { clear: none; } .large-block-grid-8 > li:nth-of-type(8n+1) { clear: both; } .large-block-grid-9 > li { width: 11.11111%; list-style: none; } .large-block-grid-9 > li:nth-of-type(1n) { clear: none; } .large-block-grid-9 > li:nth-of-type(9n+1) { clear: both; } .large-block-grid-10 > li { width: 10%; list-style: none; } .large-block-grid-10 > li:nth-of-type(1n) { clear: none; } .large-block-grid-10 > li:nth-of-type(10n+1) { clear: both; } .large-block-grid-11 > li { width: 9.09091%; list-style: none; } .large-block-grid-11 > li:nth-of-type(1n) { clear: none; } .large-block-grid-11 > li:nth-of-type(11n+1) { clear: both; } .large-block-grid-12 > li { width: 8.33333%; list-style: none; } .large-block-grid-12 > li:nth-of-type(1n) { clear: none; } .large-block-grid-12 > li:nth-of-type(12n+1) { clear: both; } } .keystroke, kbd { background-color: #ededed; border-color: #dddddd; color: #222222; border-style: solid; border-width: 1px; margin: 0; font-family: "Consolas", "Menlo", "Courier", monospace; font-size: inherit; padding: 0.125rem 0.25rem 0; border-radius: 3px; } .panel { margin-bottom: -3.75rem; padding: 10px; position: relative; top: -110px; color: #ffffff; background: rgb(0, 0, 0); /* Fall-back for browsers that don't support rgba */ background: rgba(0, 0, 0, .2); max-width: 300px } /* Normal Buttons ---------------------- */ .button { width: auto; background: #2ba6cb; border: 1px solid #1e728c; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; color: white; cursor: pointer; display: inline-block; font-family: inherit; font-size: 14px; font-weight: bold; line-height: 1; margin: 0; padding: 10px 20px 11px; position: relative; text-align: center; text-decoration: none; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; /* Hovers */ /* Sizes */ /* Colors */ /* Radii */ /* Layout */ /* Disabled ---------- */ } .button:hover, .button:focus { color: white;} .button:active { -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset; } .button.large { font-size: 17px; padding: 15px 30px 16px; } .button.medium { font-size: 14px; } .button.small { font-size: 11px; padding: 7px 14px 8px; } .button.tiny { font-size: 10px; padding: 5px 10px 6px; } .button.expand { width: 100%; text-align: center; } .button.primary { background-color: #2ba6cb; border: 1px solid #1e728c; } .button.primary:hover, .button.primary:focus { background-color: #2284a1; } .button.success { background-color: #5da423; border: 1px solid #396516; } .button.success:hover, .button.success:focus { background-color: #457a1a; } .button.alert { background-color: #c60f13; border: 1px solid #7f0a0c; } .button.alert:hover, .button.alert:focus { background-color: #970b0e; } .button.secondary { background-color: #e9e9e9; color: #1d1d1d; border: 1px solid #c3c3c3; } .button.secondary:hover, .button.secondary:focus { background-color: #d0d0d0; } .button.radius { -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; } .button.round { -webkit-border-radius: 1000px; -moz-border-radius: 1000px; -ms-border-radius: 1000px; -o-border-radius: 1000px; border-radius: 1000px; } .button.full-width { width: 100%; text-align: center; padding-left: 0px !important; padding-right: 0px !important; } .button.left-align { text-align: left; text-indent: 12px; } .button.disabled, .button[disabled] { opacity: 0.6; cursor: default; background: #2ba6cb; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .button.disabled:hover, .button[disabled]:hover { background: #2ba6cb; } .button.disabled.success, .button[disabled].success { background-color: #5da423; } .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus { background-color: #5da423; outline: none; } .button.disabled.alert, .button[disabled].alert { background-color: #c60f13; } .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus { background-color: #c60f13; outline: none; } .button.disabled.secondary, .button[disabled].secondary { background-color: #e9e9e9; } .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus { background-color: #e9e9e9; outline: none; } /* Don't use native buttons on iOS */ input[type=submit].button, button.button { -webkit-appearance: none; } /* Correct FF button padding */ @-moz-document url-prefix() { button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; padding: 0; } input[type="submit"].tiny.button { padding: 3px 10px 4px; } input[type="submit"].small.button { padding: 5px 14px 6px; } input[type="submit"].button, input[type=submit].medium.button { padding: 8px 20px 9px; } input[type="submit"].large.button { padding: 13px 30px 14px; } } /* Buttons with Dropdowns ---------------------- */ .button.dropdown { position: relative; padding-right: 44px; /* Sizes */ /* Triangles */ /* Flyout List */ /* Split Dropdown Buttons */ } .button.dropdown.large { padding-right: 60px; } .button.dropdown.small { padding-right: 28px; } .button.dropdown.tiny { padding-right: 20px; } .button.dropdown:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; right: 20px; margin-top: -2px; } .button.dropdown.large:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; right: 30px; } .button.dropdown.small:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-top: -2px; right: 14px; } .button.dropdown.tiny:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; right: 10px; } .button.dropdown > ul { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; display: none; position: absolute; left: -1px; background: #fff; background: rgba(255, 255, 255, 0.95); list-style: none; margin: 0; padding: 0; border: 1px solid #cccccc; border-top: none; min-width: 100%; z-index: 40; } .button.dropdown > ul li { width: 100%; cursor: pointer; padding: 0; min-height: 18px; line-height: 18px; margin: 0; white-space: nowrap; list-style: none; } .button.dropdown > ul li a, .button.dropdown > ul li button { display: block; color: #555; font-size: 13px; font-weight: normal; padding: 6px 14px; text-align: left; } .button.dropdown > ul li button { width: 100%; border: inherit; background: inherit; font-family: inherit; margin: inherit; -webkit-font-smoothing: antialiased; } .button.dropdown > ul li:hover, .button.dropdown > ul li:focus { background-color: #e3f4f9; color: #222; } .button.dropdown > ul li.divider { min-height: 0; padding: 0; height: 1px; margin: 4px 0; background: #ededed; } .button.dropdown.up > ul { border-top: 1px solid #cccccc; border-bottom: none; } .button.dropdown ul.no-hover.show-dropdown { display: block !important; } .button.dropdown:hover > ul.no-hover { display: none; } .button.dropdown.split { padding: 0; position: relative; /* Sizes */ /* Triangle Spans */ /* Colors */ } .button.dropdown.split:after { display: none; } .button.dropdown.split:hover, .button.dropdown.split:focus { background-color: #2ba6cb; } .button.dropdown.split.alert:hover, .button.dropdown.split.alert:focus { background-color: #c60f13; } .button.dropdown.split.success:hover, .button.dropdown.split.success:focus { background-color: #5da423; } .button.dropdown.split.secondary:hover, .button.dropdown.split.secondary:focus { background-color: #e9e9e9; } .button.dropdown.split > a { color: white; display: block; padding: 10px 50px 11px 20px; padding-left: 20px; padding-right: 50px; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } .button.dropdown.split > a:hover, .button.dropdown.split > a:focus { background-color: #2284a1; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset; } .button.dropdown.split.large > a { padding: 15px 75px 16px 30px; padding-left: 30px; padding-right: 75px; } .button.dropdown.split.small > a { padding: 7px 35px 8px 14px; padding-left: 14px; padding-right: 35px; } .button.dropdown.split.tiny > a { padding: 5px 25px 6px 10px; padding-left: 10px; padding-right: 25px; } .button.dropdown.split > span { background-color: #2ba6cb; position: absolute; right: 0; top: 0; height: 100%; width: 30px; border-left: 1px solid #1e728c; -webkit-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -moz-box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset; -webkit-transition: background-color 0.15s ease-in-out; -moz-transition: background-color 0.15s ease-in-out; -o-transition: background-color 0.15s ease-in-out; transition: background-color 0.15s ease-in-out; } .button.dropdown.split > span:hover, .button.dropdown.split > span:focus { background-color: #2284a1; } .button.dropdown.split > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: white transparent transparent transparent; position: absolute; top: 50%; left: 50%; margin-left: -6px; margin-top: -2px; } .button.dropdown.split.secondary > span:after { content: ""; display: block; width: 0; height: 0; border: solid 6px; border-color: #1d1d1d transparent transparent transparent; } .button.dropdown.split.large span { width: 45px; } .button.dropdown.split.small span { width: 21px; } .button.dropdown.split.tiny span { width: 15px; } .button.dropdown.split.large span:after { content: ""; display: block; width: 0; height: 0; border: solid 7px; border-color: white transparent transparent transparent; margin-top: -3px; margin-left: -7px; } .button.dropdown.split.small span:after { content: ""; display: block; width: 0; height: 0; border: solid 4px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -4px; } .button.dropdown.split.tiny span:after { content: ""; display: block; width: 0; height: 0; border: solid 3px; border-color: white transparent transparent transparent; margin-top: -1px; margin-left: -3px; } .button.dropdown.split.alert > span { background-color: #c60f13; border-left-color: #7f0a0c; } .button.dropdown.split.success > span { background-color: #5da423; border-left-color: #396516; } .button.dropdown.split.secondary > span { background-color: #e9e9e9; border-left-color: #c3c3c3; } .button.dropdown.split.secondary > a { color: #1d1d1d; } .button.dropdown.split.alert > a:hover, .button.dropdown.split.alert > span:hover, .button.dropdown.split.alert > a:focus, .button.dropdown.split.alert > span:focus { background-color: #970b0e; } .button.dropdown.split.success > a:hover, .button.dropdown.split.success > span:hover, .button.dropdown.split.success > a:focus, .button.dropdown.split.success > span:focus { background-color: #457a1a; } .button.dropdown.split.secondary > a:hover, .button.dropdown.split.secondary > span:hover, .button.dropdown.split.secondary > a:focus, .button.dropdown.split.secondary > span:focus { background-color: #d0d0d0; } /* Button Groups ---------------------- */ ul.button-group { list-style: none; padding: 0; margin: 0 0 12px; *zoom: 1; } ul.button-group:before, ul.button-group:after { content: " "; display: table; } ul.button-group:after { clear: both; } ul.button-group li { padding: 0; margin: 0 0 0 -1px; float: left; } ul.button-group li:first-child { margin-left: 0; } ul.button-group.radius li .button, ul.button-group.radius li .button.radius, ul.button-group.radius li .button-rounded { -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; border-radius: 0px; } ul.button-group.radius li:first-child .button, ul.button-group.radius li:first-child .button.radius { -moz-border-radius-topleft: 3px; -webkit-border-top-left-radius: 3px; border-top-left-radius: 3px; -moz-border-radius-bottomleft: 3px; -webkit-border-bottom-left-radius: 3px; border-bottom-left-radius: 3px; } ul.button-group.radius li:first-child .button.rounded { -moz-border-radius-topleft: 1000px; -webkit-border-top-left-radius: 1000px; border-top-left-radius: 1000px; -moz-border-radius-bottomleft: 1000px; -webkit-border-bottom-left-radius: 1000px; border-bottom-left-radius: 1000px; } ul.button-group.radius li:last-child .button, ul.button-group.radius li:last-child .button.radius { -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 3px; border-top-right-radius: 3px; -moz-border-radius-bottomright: 3px; -webkit-border-bottom-right-radius: 3px; border-bottom-right-radius: 3px; } ul.button-group.radius li:last-child .button.rounded { -moz-border-radius-topright: 1000px; -webkit-border-top-right-radius: 1000px; border-top-right-radius: 1000px; -moz-border-radius-bottomright: 1000px; -webkit-border-bottom-right-radius: 1000px; border-bottom-right-radius: 1000px; } ul.button-group.even .button { width: 100%; } ul.button-group.even.two-up li { width: 50%; } ul.button-group.even.three-up li { width: 33.3%; } ul.button-group.even.three-up li:first-child { width: 33.4%; } ul.button-group.even.four-up li { width: 25%; } ul.button-group.even.five-up li { width: 20%; } div.button-bar { overflow: hidden; } div.button-bar ul.button-group { float: left; margin-right: 8px; } div.button-bar ul.button-group:last-child { margin-left: 0; }
0.519278
0.08218
.intro-title{ font-weight: 700; position: relative; left: 12%; } .bgimg0{ background-image: url('../img/bg.png'); position:absolute; min-width :1500px; min-height:1520px; } .bgimg1{ background-image: url("../img/background/Converse-7.jpg"); height: 550px; } .bgimg2{ background-image: url("../img/background/bg_nike.png"); } .bgimg3{ background-image: url('../img/background/adidas.jpg'); } .bgimg4{ background-image: url('../img/background/Converse-6.jpg') } .bgimg5{ background-image: url('../img/background/hunter_1.jpg') } .bgimg6{ background-image: url('../img/background/08.png') } .bgimg0, .bgimg1, .bgimg2, .bgimg3, .bgimg4, .bgimg5, .bgimg6{ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .bgimg2, .bgimg3, .bgimg4, .bgimg5, .bgimg6{ min-height: 400px; width: 75%; z-index: 1; opacity:0.9; } .backgroundContainer{ margin: 100px 0 50px; align-items: center; justify-content: center; display: flex; } .animate-opacity{ -webkit-animation:opac 0.8s;animation:opac 0.8s; } .area{ text-align: center; padding: 15px 30px!important; color: #fff; background-color: #000; font-size: 20px; font-family: "Segoe UI",Arial,sans-serif; letter-spacing: 5px; opacity: 0.8; } .area-title{ padding: 20px 60px!important; } .display-middle{ position: absolute; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); white-space:nowrap; z-index: 20; } .display-middle-1{ top:50%; } .display-middle-2{ top: 150%; } .display-middle-3{ top: 230%; } .display-middle-4{ top: 305%; } .display-middle-5{ top: 385%; } .display-middle-6{ top: 460%; } .margin-right-15{ margin-right: 15px!important; } /* --- Slide show --- */ .centerize{ display: flex; justify-content: center; align-items: center; } .imageSlideShow{ position: relative; width: 100%; max-height: 750px; } .image img{ width: 100%; } .image{ display: none; animation-name: fade; animation-duration: 1.5s; -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .pre, .next{ cursor: pointer; position: absolute; top: 40%; font-size: 40px; padding: 20px; outline: none; display: inline-block; } .next { right: 0; } .pre:hover, .next:hover{ background-color: #bbb; -webkit-transition: 0.7s ease; } .imageDot{ cursor: pointer; border-radius: 50%; height: 20px; width: 20px; background-color: #bbb; margin: 10px 2px; display: inline-block; } .imageDot:hover{ background-color: #eee; } .imageDot-container{ text-align: center; position: absolute; bottom: 2%; left: 48%; } /* --- Image columns --- */ .imageCol{ position: relative; } .image1, .image2, .image3, .image4{ max-width: 100%; position: relative; display: inline-flex; align-items: stretch; background-repeat: no-repeat; margin-right: -6px; width: 25%; height: 1000px; } .image1{ background-image: url("../img/background/vintas.jpg"); background-position: 30%; z-index: 1; } .image2{ background-image: url('../img/background/urbas.jpg'); background-position: 45%; z-index: 2; } .image3{ background-image: url('../img/background/babas.jpg'); z-index: 3; background-position: 40%; } .image4{ background-image: url('../img/background/Creas.jpg'); z-index: 4; background-position: 40%; } /* --- Gallery Image --- */ #titleOfGallery{ display: flex; justify-content: center; align-items: center; } #titleOfGallery h2{ background-color: #ff8533; font-family: sans-serif; color: white; border-radius: 15px; font-size: 50px; padding: 10px 20px; } .Gallery{ position: relative; box-sizing: border-box; margin-top:3%; text-align: center; background-color: #ff8533; padding: 70px 0; } .imageGallery{ font-family: sans-serif; display: inline-block; width: 33%; position: relative; } .imageGallery img{ max-height: 260px; position: relative; width: 90%; height: 100%; } .imageGallery:hover img{ opacity: 0.4; -webkit-transition: 0.3s ease; } .imageGallery:hover:after{ position: absolute; font-size: 50px; font-weight: 500; color: white; } .imageGallery1:hover:after{ content: "New Nike"; top : 35%; left: 26%; } .imageGallery2:hover:after{ content: "New Converse"; top : 35%; left: 15%; } .imageGallery3:hover:after{ content: "New Adidas"; top : 35%; left: 20%; } /* --- image wrapper --- */ .TheWrapper{ position: relative; top: 100px; height: 850px; } #imageWrapper1, #imageWrapper2{ position: absolute; background-repeat: no-repeat; height: 1000px; width: 80%; } #imageWrapper1{ background-image: url('../img/background/shoes-2.jpg'); z-index: 2; } #imageWrapper2{ background-image: url('../img/background/shoes-1.jpg'); width: 100%; } .aboutTheWrapper{ position: absolute; top: 40%; left: 14%; width: 300px; font-weight: 600; font-family: sans-serif; z-index: 100; color: white; } .aboutTheWrapper h4{ color:black; font-weight: 500; font-size: 200%; } .aboutTheWrapper h1{ font-weight: 500; font-size: 350%; margin: -10px 0 30px; } .aboutTheWrapper p{ text-align: justify; font-size: 120%; }
images.css
.intro-title{ font-weight: 700; position: relative; left: 12%; } .bgimg0{ background-image: url('../img/bg.png'); position:absolute; min-width :1500px; min-height:1520px; } .bgimg1{ background-image: url("../img/background/Converse-7.jpg"); height: 550px; } .bgimg2{ background-image: url("../img/background/bg_nike.png"); } .bgimg3{ background-image: url('../img/background/adidas.jpg'); } .bgimg4{ background-image: url('../img/background/Converse-6.jpg') } .bgimg5{ background-image: url('../img/background/hunter_1.jpg') } .bgimg6{ background-image: url('../img/background/08.png') } .bgimg0, .bgimg1, .bgimg2, .bgimg3, .bgimg4, .bgimg5, .bgimg6{ background-attachment: fixed; background-position: center; background-repeat: no-repeat; background-size: cover; } .bgimg2, .bgimg3, .bgimg4, .bgimg5, .bgimg6{ min-height: 400px; width: 75%; z-index: 1; opacity:0.9; } .backgroundContainer{ margin: 100px 0 50px; align-items: center; justify-content: center; display: flex; } .animate-opacity{ -webkit-animation:opac 0.8s;animation:opac 0.8s; } .area{ text-align: center; padding: 15px 30px!important; color: #fff; background-color: #000; font-size: 20px; font-family: "Segoe UI",Arial,sans-serif; letter-spacing: 5px; opacity: 0.8; } .area-title{ padding: 20px 60px!important; } .display-middle{ position: absolute; left:50%; transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); white-space:nowrap; z-index: 20; } .display-middle-1{ top:50%; } .display-middle-2{ top: 150%; } .display-middle-3{ top: 230%; } .display-middle-4{ top: 305%; } .display-middle-5{ top: 385%; } .display-middle-6{ top: 460%; } .margin-right-15{ margin-right: 15px!important; } /* --- Slide show --- */ .centerize{ display: flex; justify-content: center; align-items: center; } .imageSlideShow{ position: relative; width: 100%; max-height: 750px; } .image img{ width: 100%; } .image{ display: none; animation-name: fade; animation-duration: 1.5s; -webkit-animation-name: fade; -webkit-animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .pre, .next{ cursor: pointer; position: absolute; top: 40%; font-size: 40px; padding: 20px; outline: none; display: inline-block; } .next { right: 0; } .pre:hover, .next:hover{ background-color: #bbb; -webkit-transition: 0.7s ease; } .imageDot{ cursor: pointer; border-radius: 50%; height: 20px; width: 20px; background-color: #bbb; margin: 10px 2px; display: inline-block; } .imageDot:hover{ background-color: #eee; } .imageDot-container{ text-align: center; position: absolute; bottom: 2%; left: 48%; } /* --- Image columns --- */ .imageCol{ position: relative; } .image1, .image2, .image3, .image4{ max-width: 100%; position: relative; display: inline-flex; align-items: stretch; background-repeat: no-repeat; margin-right: -6px; width: 25%; height: 1000px; } .image1{ background-image: url("../img/background/vintas.jpg"); background-position: 30%; z-index: 1; } .image2{ background-image: url('../img/background/urbas.jpg'); background-position: 45%; z-index: 2; } .image3{ background-image: url('../img/background/babas.jpg'); z-index: 3; background-position: 40%; } .image4{ background-image: url('../img/background/Creas.jpg'); z-index: 4; background-position: 40%; } /* --- Gallery Image --- */ #titleOfGallery{ display: flex; justify-content: center; align-items: center; } #titleOfGallery h2{ background-color: #ff8533; font-family: sans-serif; color: white; border-radius: 15px; font-size: 50px; padding: 10px 20px; } .Gallery{ position: relative; box-sizing: border-box; margin-top:3%; text-align: center; background-color: #ff8533; padding: 70px 0; } .imageGallery{ font-family: sans-serif; display: inline-block; width: 33%; position: relative; } .imageGallery img{ max-height: 260px; position: relative; width: 90%; height: 100%; } .imageGallery:hover img{ opacity: 0.4; -webkit-transition: 0.3s ease; } .imageGallery:hover:after{ position: absolute; font-size: 50px; font-weight: 500; color: white; } .imageGallery1:hover:after{ content: "New Nike"; top : 35%; left: 26%; } .imageGallery2:hover:after{ content: "New Converse"; top : 35%; left: 15%; } .imageGallery3:hover:after{ content: "New Adidas"; top : 35%; left: 20%; } /* --- image wrapper --- */ .TheWrapper{ position: relative; top: 100px; height: 850px; } #imageWrapper1, #imageWrapper2{ position: absolute; background-repeat: no-repeat; height: 1000px; width: 80%; } #imageWrapper1{ background-image: url('../img/background/shoes-2.jpg'); z-index: 2; } #imageWrapper2{ background-image: url('../img/background/shoes-1.jpg'); width: 100%; } .aboutTheWrapper{ position: absolute; top: 40%; left: 14%; width: 300px; font-weight: 600; font-family: sans-serif; z-index: 100; color: white; } .aboutTheWrapper h4{ color:black; font-weight: 500; font-size: 200%; } .aboutTheWrapper h1{ font-weight: 500; font-size: 350%; margin: -10px 0 30px; } .aboutTheWrapper p{ text-align: justify; font-size: 120%; }
0.231267
0.042762
body { background-color: #fed74f; color: #190A06; font-family: "Helvetica Neue", Arial, Verdana, sans-serif; font-size: 12px; } h2 { margin: 5px; font-size: 150%; font-weight: bold; } p { margin: 5px; } a { color: #254B9C; text-decoration: none; } a:hover, a:active { text-decoration: underline; } .with-warrior-menu #header { padding-left: 175px; } .with-warrior-menu .content { margin-left: 175px; } .single-project .multi-project { display: none; } #connection-error { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; padding: 8px 15px 12px 15px; background: #A70B0B; color: #fff; } #no-js-message { font-size: 1.2em; } #no-js-title { font-weight: bold; font-size: 1.5em; } #warrior-menu { position: fixed; left: 0; top: 0; width: 175px; height: 100%; background: #190A06; } #warrior-logo { position: relative; margin-bottom: 5px; width: 175px; height: 90px; background: #eee; } #warrior-logo h1 { position: absolute; top: 0; left: 0; width: 100%; text-align: center; line-height: 1.2; font-size: 150%; font-weight: bold; } #warrior-logo h1 img { padding: 5px 30px 0 0; } #warrior-menu #tabs { padding-top: 40px; } #warrior-menu ul { margin: 0 0 3px 3px; padding: 5px 0 5px 5px; } #warrior-menu li { margin-bottom: 5px; } #warrior-menu li a { display: block; font-size: 150%; padding: 5px 5px 7px 7px; background: #7E6B27; border-radius: 5px 0 0 5px; color: #000; text-decoration: none; } #warrior-menu li.active a { background: #FED74F; } #warrior-menu li a:hover { background: #BEA13B; text-decoration: none; } #warrior-menu table { margin: 8px; width: 159px; } #warrior-menu table#warrior-status { margin-top: 20px; } #warrior-menu #warrior-status-description { line-height: 1.2; } #warrior-menu table .button-link { display: block; text-align: center; } #warrior-menu #warrior-status-form-force .button-link { background-color: #A70B0B; border-color: #A70B0B; } #warrior-menu table th, #warrior-menu table td { padding: 4px 0 4px 0; color: #fff; font-size: 14px; text-align: center; } #bandwidth { position: absolute; bottom: 0; } #bandwidth table { margin-bottom: 0; } #bandwidth table td { font-size: 11px; width: 45%; } #bandwidth canvas { width: 159px; height: 80px; margin: 4px 8px 8px 8px; } body.single-project #bandwidth { visibility: hidden; } #project-header { position: relative; height: 70px; background: #fff; padding: 10px 150px 10px 10px; } #project-header img.project-logo { float: left; margin-right: 10px; margin-bottom: 10px; } #project-header h2 span.links { display: inline-block; padding-left: 10px; font-weight: normal; font-size: 12px; } #project-header table.time-left { position: absolute; right: 8px; bottom: 8px; } #project-header input, #project-header label { font-size: smaller; } table.time-left thead th { text-align: left; padding-left: 2px; } table.time-left th { text-align: center; padding: 0 0 3px 0; color: #326827; } table.time-left td { padding: 2px; } table.time-left td span { display: block; padding: 5px; min-width: 45px; font-size: 250%; text-align: center; background: #459B34; color: #fff; border-radius: 5px; } #task-summary { position: relative; margin: 10px 10px 10px 10px; } #task-summary h3 { font-size: 150%; margin-left: 5px; margin-bottom: 5px; } #task-summary ol.tasks { width: 100% !important; float: none !important; } #task-summary ol.tasks li { display: inline-block; margin-right: 10px !important; } #task-summary ol.tasks li span.s { margin-left: 20px; } #items-view-settings { margin: 0 10px 0px 10px; } #items { position: relative; margin: 0 10px 40px 10px; } .item { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 0 0 5px 0; } .item.closed { padding-bottom: 0; white-space: nowrap; overflow: hidden; } .item h3 { margin: 0 0 5px 0; padding: 5px 5px 7px 10px; background: #190A06; /* #8A351E; */ color: #fff; border-radius: 4px; } .item-failed h3 { background: #A70B0B; } .item-failed h3 strong { background: #A70B0B; } .item-completed h3 { background: #326827; } .item-completed h3 strong { background: #326827; } .item.open .status-line { display: none; } .item .log-line { font-family: monospace; } .item.open .log-line { display: none; } .item .twisty { font-size: smaller; display: inline-block; width: 1em; padding-right: 3px; background: inherit; border-radius: 3px; cursor: pointer; } .item.open .twisty:before { content: "▼"; } .item.closed .twisty:before { content: "▶"; } .item div.number { padding: 5px 7px 0 10px; position: absolute; top: 0; right: 0; color: #fff; } .item div.status { padding: 5px 7px 0 10px; position: absolute; top: 0; left: 203px; color: #fff; } .item.closed div.status { display: none; } .item ol.tasks, #task-summary ol.tasks { display: block; float: left; margin: 0 3px 0 5px; padding-right: 2px; width: 200px; max-height: 208px; overflow-y: auto; } .item.closed ol.tasks { display: none; } .item ol.tasks li, #task-summary ol.tasks li { position: relative; background: #eff6ee; color: #94c58b; padding: 3px 5px 6px 5px; margin: 0 0 2px 0; vertical-align: middle; border-radius: 4px; } .item ol.tasks li.completed, #task-summary ol.tasks li.completed { background: #a1cc99; color: #326827; } .item ol.tasks li.running, #task-summary ol.tasks li { background: #459B34; color: #fff; } .item ol.tasks li.failed { background: #A70B0B; color: #fff; } .item ol.tasks li span.s { position: absolute; display: block; text-align: right; right: 4px; top: 4px; } .item pre.log { margin: 0 5px 0 205px; padding: 3px; background: #190A06; height: 200px; color: #fff; font-family: monospace; border-radius: 4px; overflow-y: scroll; overflow-x: hidden; white-space: pre-wrap; } .item.closed pre.log { display: none; } .item.closed .log-header { display: none; } .log-header { text-align: right; margin: 5px; color: #444444; } .item-project-name, .item-duration-counter { font-size: 0.9em; margin: 8px; } #projects-header { position: relative; height: 60px; background: #fff; padding: 15px 150px 15px 15px; } #projects ul { position: relative; margin: 0 10px 25px 10px; } #projects li { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 5px; min-height: 60px; } #projects h3 { font-size: 150%; padding: 15px 0 0 20px; } #projects li img.project-logo { float: left; margin: 5px 5px 0 5px; } #projects li h4 { font-size: 150%; padding: 5px 0 0 5px; } #projects li p { font-size: 14px; margin-right: 180px; } #projects li div.select { position: absolute; top: 10px; right: 10px; } #projects li.installing div.select .button-link { display: none; } #projects li div.select span.installing { display: block; padding: 10px 15px; font-size: 14px; } #projects li.with-time-left { min-height: 65px; } #projects li.with-time-left div.select { right: 140px; } #projects li.with-time-left p { margin-right: 300px } #projects li table.time-left { position: absolute; top: 7px; right: 7px; } #projects li table.time-left thead { display: none; } #projects .installation-failed { clear: both; background: #fce5e5; padding: 5px; margin: 10px -5px -5px -5px; border-radius: 0 0 5px 5px; } #projects li.with-time-left .installation-failed { margin-top: 20px; } #projects .installation-failed pre.log { margin: 10px 5px 5px 5px; padding: 3px; background: #190A06; height: 200px; color: #fff; font-family: monospace; border-radius: 4px; overflow-y: scroll; overflow-x: hidden; white-space: pre-wrap; } #settings-header, #help-header { position: relative; height: 60px; background: #fff; padding: 15px 150px 15px 15px; } #settings ul { position: relative; margin: 0 10px 25px 10px; } #settings li { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 5px; } #settings li.error { margin-left: -5px; border-left: 5px solid #A70B0B; } #settings li.required { margin-left: -5px; border-left: 5px solid #459B34; } #settings input[type="text"] { font-size: 14px; padding: 0 6px; height: 30px; } #settings li.error input[type="text"] { background: #FCE5E5; } #settings li.advanced { display: none; } #settings.show-advanced li.advanced, #settings li.error, #settings li.required { display: list-item; } #settings p { font-size: 14px; } #settings p.info { font-size: 12px; } #settings li.error p.error { color: #A70B0B; } #settings #settings-saving { display: none; padding-left: 10px; } .advanced-settings-field { padding-left: 15px; } #help, #broadcastMessage { background: #fff; border-radius: 5px; margin: 10px; padding: 5px; font-size: 110%; } #help li, #help p, #help h3, #help ul { margin: 0.2em; } #broadcastMessage-contents { margin: 5px; } #broadcastMessage-indicator { background-color: darkgoldenrod; color: white; padding: 2px; border-radius: 100%; display: none; } .projectBroadcastMessage { background-color: aliceblue; padding: 5px; border-radius: 5px; display: inline-block; margin: 0px; } .projectBroadcastMessage:before { content: ' ✉ '; } .button-link { display: inline-block; padding: 10px 15px; background: #254B9C; color: #FFF; font-size: 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px #254B9C; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } .button-link:hover { background: #356094; border: solid 1px #2A4E77; text-decoration: none; } .button-link:active { -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); background: #2E5481; border: solid 1px #203E5F; } .debug_log { max-height: 20em; max-width: 100%; overflow: auto; white-space: pre; font-family: monospace; margin: 1em; }
seesaw/public/style.css
body { background-color: #fed74f; color: #190A06; font-family: "Helvetica Neue", Arial, Verdana, sans-serif; font-size: 12px; } h2 { margin: 5px; font-size: 150%; font-weight: bold; } p { margin: 5px; } a { color: #254B9C; text-decoration: none; } a:hover, a:active { text-decoration: underline; } .with-warrior-menu #header { padding-left: 175px; } .with-warrior-menu .content { margin-left: 175px; } .single-project .multi-project { display: none; } #connection-error { position: fixed; top: 0; left: 0; width: 100%; z-index: 1; padding: 8px 15px 12px 15px; background: #A70B0B; color: #fff; } #no-js-message { font-size: 1.2em; } #no-js-title { font-weight: bold; font-size: 1.5em; } #warrior-menu { position: fixed; left: 0; top: 0; width: 175px; height: 100%; background: #190A06; } #warrior-logo { position: relative; margin-bottom: 5px; width: 175px; height: 90px; background: #eee; } #warrior-logo h1 { position: absolute; top: 0; left: 0; width: 100%; text-align: center; line-height: 1.2; font-size: 150%; font-weight: bold; } #warrior-logo h1 img { padding: 5px 30px 0 0; } #warrior-menu #tabs { padding-top: 40px; } #warrior-menu ul { margin: 0 0 3px 3px; padding: 5px 0 5px 5px; } #warrior-menu li { margin-bottom: 5px; } #warrior-menu li a { display: block; font-size: 150%; padding: 5px 5px 7px 7px; background: #7E6B27; border-radius: 5px 0 0 5px; color: #000; text-decoration: none; } #warrior-menu li.active a { background: #FED74F; } #warrior-menu li a:hover { background: #BEA13B; text-decoration: none; } #warrior-menu table { margin: 8px; width: 159px; } #warrior-menu table#warrior-status { margin-top: 20px; } #warrior-menu #warrior-status-description { line-height: 1.2; } #warrior-menu table .button-link { display: block; text-align: center; } #warrior-menu #warrior-status-form-force .button-link { background-color: #A70B0B; border-color: #A70B0B; } #warrior-menu table th, #warrior-menu table td { padding: 4px 0 4px 0; color: #fff; font-size: 14px; text-align: center; } #bandwidth { position: absolute; bottom: 0; } #bandwidth table { margin-bottom: 0; } #bandwidth table td { font-size: 11px; width: 45%; } #bandwidth canvas { width: 159px; height: 80px; margin: 4px 8px 8px 8px; } body.single-project #bandwidth { visibility: hidden; } #project-header { position: relative; height: 70px; background: #fff; padding: 10px 150px 10px 10px; } #project-header img.project-logo { float: left; margin-right: 10px; margin-bottom: 10px; } #project-header h2 span.links { display: inline-block; padding-left: 10px; font-weight: normal; font-size: 12px; } #project-header table.time-left { position: absolute; right: 8px; bottom: 8px; } #project-header input, #project-header label { font-size: smaller; } table.time-left thead th { text-align: left; padding-left: 2px; } table.time-left th { text-align: center; padding: 0 0 3px 0; color: #326827; } table.time-left td { padding: 2px; } table.time-left td span { display: block; padding: 5px; min-width: 45px; font-size: 250%; text-align: center; background: #459B34; color: #fff; border-radius: 5px; } #task-summary { position: relative; margin: 10px 10px 10px 10px; } #task-summary h3 { font-size: 150%; margin-left: 5px; margin-bottom: 5px; } #task-summary ol.tasks { width: 100% !important; float: none !important; } #task-summary ol.tasks li { display: inline-block; margin-right: 10px !important; } #task-summary ol.tasks li span.s { margin-left: 20px; } #items-view-settings { margin: 0 10px 0px 10px; } #items { position: relative; margin: 0 10px 40px 10px; } .item { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 0 0 5px 0; } .item.closed { padding-bottom: 0; white-space: nowrap; overflow: hidden; } .item h3 { margin: 0 0 5px 0; padding: 5px 5px 7px 10px; background: #190A06; /* #8A351E; */ color: #fff; border-radius: 4px; } .item-failed h3 { background: #A70B0B; } .item-failed h3 strong { background: #A70B0B; } .item-completed h3 { background: #326827; } .item-completed h3 strong { background: #326827; } .item.open .status-line { display: none; } .item .log-line { font-family: monospace; } .item.open .log-line { display: none; } .item .twisty { font-size: smaller; display: inline-block; width: 1em; padding-right: 3px; background: inherit; border-radius: 3px; cursor: pointer; } .item.open .twisty:before { content: "▼"; } .item.closed .twisty:before { content: "▶"; } .item div.number { padding: 5px 7px 0 10px; position: absolute; top: 0; right: 0; color: #fff; } .item div.status { padding: 5px 7px 0 10px; position: absolute; top: 0; left: 203px; color: #fff; } .item.closed div.status { display: none; } .item ol.tasks, #task-summary ol.tasks { display: block; float: left; margin: 0 3px 0 5px; padding-right: 2px; width: 200px; max-height: 208px; overflow-y: auto; } .item.closed ol.tasks { display: none; } .item ol.tasks li, #task-summary ol.tasks li { position: relative; background: #eff6ee; color: #94c58b; padding: 3px 5px 6px 5px; margin: 0 0 2px 0; vertical-align: middle; border-radius: 4px; } .item ol.tasks li.completed, #task-summary ol.tasks li.completed { background: #a1cc99; color: #326827; } .item ol.tasks li.running, #task-summary ol.tasks li { background: #459B34; color: #fff; } .item ol.tasks li.failed { background: #A70B0B; color: #fff; } .item ol.tasks li span.s { position: absolute; display: block; text-align: right; right: 4px; top: 4px; } .item pre.log { margin: 0 5px 0 205px; padding: 3px; background: #190A06; height: 200px; color: #fff; font-family: monospace; border-radius: 4px; overflow-y: scroll; overflow-x: hidden; white-space: pre-wrap; } .item.closed pre.log { display: none; } .item.closed .log-header { display: none; } .log-header { text-align: right; margin: 5px; color: #444444; } .item-project-name, .item-duration-counter { font-size: 0.9em; margin: 8px; } #projects-header { position: relative; height: 60px; background: #fff; padding: 15px 150px 15px 15px; } #projects ul { position: relative; margin: 0 10px 25px 10px; } #projects li { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 5px; min-height: 60px; } #projects h3 { font-size: 150%; padding: 15px 0 0 20px; } #projects li img.project-logo { float: left; margin: 5px 5px 0 5px; } #projects li h4 { font-size: 150%; padding: 5px 0 0 5px; } #projects li p { font-size: 14px; margin-right: 180px; } #projects li div.select { position: absolute; top: 10px; right: 10px; } #projects li.installing div.select .button-link { display: none; } #projects li div.select span.installing { display: block; padding: 10px 15px; font-size: 14px; } #projects li.with-time-left { min-height: 65px; } #projects li.with-time-left div.select { right: 140px; } #projects li.with-time-left p { margin-right: 300px } #projects li table.time-left { position: absolute; top: 7px; right: 7px; } #projects li table.time-left thead { display: none; } #projects .installation-failed { clear: both; background: #fce5e5; padding: 5px; margin: 10px -5px -5px -5px; border-radius: 0 0 5px 5px; } #projects li.with-time-left .installation-failed { margin-top: 20px; } #projects .installation-failed pre.log { margin: 10px 5px 5px 5px; padding: 3px; background: #190A06; height: 200px; color: #fff; font-family: monospace; border-radius: 4px; overflow-y: scroll; overflow-x: hidden; white-space: pre-wrap; } #settings-header, #help-header { position: relative; height: 60px; background: #fff; padding: 15px 150px 15px 15px; } #settings ul { position: relative; margin: 0 10px 25px 10px; } #settings li { position: relative; background: #fff; border-radius: 5px; margin: 10px 0 10px 0; padding: 5px; } #settings li.error { margin-left: -5px; border-left: 5px solid #A70B0B; } #settings li.required { margin-left: -5px; border-left: 5px solid #459B34; } #settings input[type="text"] { font-size: 14px; padding: 0 6px; height: 30px; } #settings li.error input[type="text"] { background: #FCE5E5; } #settings li.advanced { display: none; } #settings.show-advanced li.advanced, #settings li.error, #settings li.required { display: list-item; } #settings p { font-size: 14px; } #settings p.info { font-size: 12px; } #settings li.error p.error { color: #A70B0B; } #settings #settings-saving { display: none; padding-left: 10px; } .advanced-settings-field { padding-left: 15px; } #help, #broadcastMessage { background: #fff; border-radius: 5px; margin: 10px; padding: 5px; font-size: 110%; } #help li, #help p, #help h3, #help ul { margin: 0.2em; } #broadcastMessage-contents { margin: 5px; } #broadcastMessage-indicator { background-color: darkgoldenrod; color: white; padding: 2px; border-radius: 100%; display: none; } .projectBroadcastMessage { background-color: aliceblue; padding: 5px; border-radius: 5px; display: inline-block; margin: 0px; } .projectBroadcastMessage:before { content: ' ✉ '; } .button-link { display: inline-block; padding: 10px 15px; background: #254B9C; color: #FFF; font-size: 14px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border: solid 1px #254B9C; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4); -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; } .button-link:hover { background: #356094; border: solid 1px #2A4E77; text-decoration: none; } .button-link:active { -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6); background: #2E5481; border: solid 1px #203E5F; } .debug_log { max-height: 20em; max-width: 100%; overflow: auto; white-space: pre; font-family: monospace; margin: 1em; }
0.379723
0.088269
:root { --primary: rgb(209, 209, 209); --secondary: rgb(187, 59, 42); --tertiary: rgba(16, 16, 182, 0.986); } * { background-color: rgb(63, 62, 62); color: rgb(187, 59, 42); text-align: center; font-size: 27px; font-family:'Staatliches', cursive; } img { display: block; margin-left: auto; margin-right: auto; } /*header*/ header { padding: 5px 5px; } header h1 { padding: 5px 1% 5px 3%; font-size: 3.5vw; } /*navigation*/ nav { display: flex; flex-direction: row; flex-wrap: wrap; } nav a { text-decoration: none; padding: 5px 10px; background-color: linear-gradient( 270deg, var(--primary) 0%, var(--primary) 100% ); background-position: bottom; transition: all 0.35s ease-in; background-repeat: no-repeat; background-size: 100% 0.2em; font-size: 2vw; margin: 0 260px; } nav a:hover { background-size: 100% 100%; color: var(--secondary); } nav a:last-child { margin-right: 0; } h2 { margin-left: 200px; } /*button*/ .btn { color: var(--secondary); background-color: cornsilk; font-size: 25px; margin: 1%; box-shadow: 3px 3px 25px #db3232 } .btn:hover { background-color: var(--secondary); color: cornsilk; box-shadow: 3px 3px 25px #ece5e5 } .col-1 { flex: 0 0 calc(100% * 1 / 12 - 2%); } .col-2 { flex: 0 0 calc(100% * 2 / 12 - 2%); } .col-3 { flex: 0 0 calc(100% * 3 / 12 - 2%); } .col-4 { flex: 0 0 calc(100% * 4 / 12 - 2%); } .col-5 { flex: 0 0 calc(100% * 5 / 12 - 2%); } .col-6 { flex: 0 0 calc(100% * 6 / 12 - 2%); } .col-7 { flex: 0 0 calc(100% * 7 / 12 - 2%); } .col-8 { flex: 0 0 calc(100% * 8 / 12 - 2%); } .col-9 { flex: 0 0 calc(100% * 9 / 12 - 2%); } .col-10 { flex: 0 0 calc(100% * 10 / 12 - 2%); } /*column for results*/ #hero-container { display: flex; justify-content: center; align-items: stretch; width: 100%; } #watch-section { height: 100px; display: flex; flex-direction: column; flex-basis: 45%; flex: 1; } #watch-table, #read-table { margin-top: 10%; text-align: center; } #read-section { height: 100px; display: flex; flex-direction: column; flex-basis: 45%; flex: 1; } .comicList, .movieList { color: rgb(156, 156, 156); } .pic { height: 20%; width: 20%; }
assets/css/style.css
:root { --primary: rgb(209, 209, 209); --secondary: rgb(187, 59, 42); --tertiary: rgba(16, 16, 182, 0.986); } * { background-color: rgb(63, 62, 62); color: rgb(187, 59, 42); text-align: center; font-size: 27px; font-family:'Staatliches', cursive; } img { display: block; margin-left: auto; margin-right: auto; } /*header*/ header { padding: 5px 5px; } header h1 { padding: 5px 1% 5px 3%; font-size: 3.5vw; } /*navigation*/ nav { display: flex; flex-direction: row; flex-wrap: wrap; } nav a { text-decoration: none; padding: 5px 10px; background-color: linear-gradient( 270deg, var(--primary) 0%, var(--primary) 100% ); background-position: bottom; transition: all 0.35s ease-in; background-repeat: no-repeat; background-size: 100% 0.2em; font-size: 2vw; margin: 0 260px; } nav a:hover { background-size: 100% 100%; color: var(--secondary); } nav a:last-child { margin-right: 0; } h2 { margin-left: 200px; } /*button*/ .btn { color: var(--secondary); background-color: cornsilk; font-size: 25px; margin: 1%; box-shadow: 3px 3px 25px #db3232 } .btn:hover { background-color: var(--secondary); color: cornsilk; box-shadow: 3px 3px 25px #ece5e5 } .col-1 { flex: 0 0 calc(100% * 1 / 12 - 2%); } .col-2 { flex: 0 0 calc(100% * 2 / 12 - 2%); } .col-3 { flex: 0 0 calc(100% * 3 / 12 - 2%); } .col-4 { flex: 0 0 calc(100% * 4 / 12 - 2%); } .col-5 { flex: 0 0 calc(100% * 5 / 12 - 2%); } .col-6 { flex: 0 0 calc(100% * 6 / 12 - 2%); } .col-7 { flex: 0 0 calc(100% * 7 / 12 - 2%); } .col-8 { flex: 0 0 calc(100% * 8 / 12 - 2%); } .col-9 { flex: 0 0 calc(100% * 9 / 12 - 2%); } .col-10 { flex: 0 0 calc(100% * 10 / 12 - 2%); } /*column for results*/ #hero-container { display: flex; justify-content: center; align-items: stretch; width: 100%; } #watch-section { height: 100px; display: flex; flex-direction: column; flex-basis: 45%; flex: 1; } #watch-table, #read-table { margin-top: 10%; text-align: center; } #read-section { height: 100px; display: flex; flex-direction: column; flex-basis: 45%; flex: 1; } .comicList, .movieList { color: rgb(156, 156, 156); } .pic { height: 20%; width: 20%; }
0.452778
0.152663
body { background-color: #fafafa; } html, body { height: 100%; } .err404 { background-color: blue; width: 100%; height: 100%; color: white } .submitBtn { background-color: #808080; border: #808080; } .jumbotron { background-image: url("../media/blogbg.jpg"); background-size: cover; height: 300px; color: #fff; position: relative; padding: 0px; } .navbar { margin-bottom: 0px; border-radius: 0px; opacity: .8; margin-bottom: 20px; z-index: 2; } .open .dropdown-toggle { color: #fff ; background-color: #555 !important; } .dropdown-menu li a { color: #fff !important; } .dropdown-menu{ background-color: #0c3c60; opacity: 1 !important; } .portfolio { max-width: 100%; } .portfolio body{ background-color: #fff; } .webdevphoto { max-width: 100%; } .dropdown-menu li a { color: #fff !important; } .dropdown-menu li a:hover { background-color: #000 !important; opacity: .8; } .manager { max-width: 600px; margin-top: 20px; } .managerTxt { font-weight: bold; } .msgImg { max-width: 660px; } #jumboTxt{ position: absolute; vertical-align: top; left: 0; text-shadow: 5px 5px 10px #808080; } .blogHeader { margin: auto; } .well { max-width: 700px; margin:auto; margin-bottom: 15px !important; background-color: #fff; } .left { text-align: left; color: #fff; margin-top: 15px; margin-bottom: 15px; } #msgBody { font-weight: 200; } #msgTitle { font-size: 20px; font-style: italic; } #headText { font-size: 70px; line-height: 50px; } #tagLine { line-height: 20px; } .footer { background-color: #000; opacity: .7; height: 150px; color: #fff; } .push { height: 150px; /* .push must be the same height as .footer */ } .socMedia { width: 40px; padding-left: 10px; } .innerFoot { width: 80%; padding: 20px; margin: auto; /*border-width: 1px; border-style: dashed; border-color: red;*/ font-size: 13px; font-weight: lighter; /*letter-spacing: .3px;*/ font-family: sans-serif; } .wrapper { min-height: 100%; margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */ } .btnBlock { display: inline-block; } .btn-circle.btn-xl { width: 75px; height: 75px; padding: 10px 16px; font-size: 24px; line-height: 1.33; border-radius: 50px; } .btn { margin: 5px; }
public/styles/style.css
body { background-color: #fafafa; } html, body { height: 100%; } .err404 { background-color: blue; width: 100%; height: 100%; color: white } .submitBtn { background-color: #808080; border: #808080; } .jumbotron { background-image: url("../media/blogbg.jpg"); background-size: cover; height: 300px; color: #fff; position: relative; padding: 0px; } .navbar { margin-bottom: 0px; border-radius: 0px; opacity: .8; margin-bottom: 20px; z-index: 2; } .open .dropdown-toggle { color: #fff ; background-color: #555 !important; } .dropdown-menu li a { color: #fff !important; } .dropdown-menu{ background-color: #0c3c60; opacity: 1 !important; } .portfolio { max-width: 100%; } .portfolio body{ background-color: #fff; } .webdevphoto { max-width: 100%; } .dropdown-menu li a { color: #fff !important; } .dropdown-menu li a:hover { background-color: #000 !important; opacity: .8; } .manager { max-width: 600px; margin-top: 20px; } .managerTxt { font-weight: bold; } .msgImg { max-width: 660px; } #jumboTxt{ position: absolute; vertical-align: top; left: 0; text-shadow: 5px 5px 10px #808080; } .blogHeader { margin: auto; } .well { max-width: 700px; margin:auto; margin-bottom: 15px !important; background-color: #fff; } .left { text-align: left; color: #fff; margin-top: 15px; margin-bottom: 15px; } #msgBody { font-weight: 200; } #msgTitle { font-size: 20px; font-style: italic; } #headText { font-size: 70px; line-height: 50px; } #tagLine { line-height: 20px; } .footer { background-color: #000; opacity: .7; height: 150px; color: #fff; } .push { height: 150px; /* .push must be the same height as .footer */ } .socMedia { width: 40px; padding-left: 10px; } .innerFoot { width: 80%; padding: 20px; margin: auto; /*border-width: 1px; border-style: dashed; border-color: red;*/ font-size: 13px; font-weight: lighter; /*letter-spacing: .3px;*/ font-family: sans-serif; } .wrapper { min-height: 100%; margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */ } .btnBlock { display: inline-block; } .btn-circle.btn-xl { width: 75px; height: 75px; padding: 10px 16px; font-size: 24px; line-height: 1.33; border-radius: 50px; } .btn { margin: 5px; }
0.398641
0.068631
header { background-color: #535353; } #menu { padding-left: 5px; } #menu ul { display: flex; padding: 0; margin: 0; width: 100%; list-style-type: none; } #menu li { color: white; padding: 1px 2em; border-radius: 5px; display: inline-block; color: white; font-size: 9pt; border-bottom-left-radius: 0; border-bottom-right-radius: 0; font-family: "Lexend Deca", sans-serif; cursor: pointer; } #menu li:hover { color: orange; } .selectedTabMenu { background: linear-gradient(to bottom, #ffffff 0%, #c8c8c8 100%); color: black !important; font-weight: 700; } .tabBckg { padding: 3px; background-image: linear-gradient( to bottom, #ffffff, #f3f3f3, #e7e7e7, #dbdbdb, #cfcfcf, #cbcbcb, #c8c8c8, #c4c4c4, #c8c8c8, #cccbcb, #d0cecf, #d4d2d2 ); border: 1px solid #d8e7fc; padding-left: 5px; border-top: 1px solid #535353; padding-left: 0; } .tabBckgContent { display: none; height: 100%; flex-direction: row; } .imgMenu { height: 54px; } #Источники { display: flex; } .tabFooterCaption { font-size: 8pt; border: 1px solid #9d9d9d; border-radius: 6px; display: inline-flex; flex-direction: column; margin-left: 3px; } button { padding: 0; background: #acacac; border: 1px solid #868686; color: white; text-transform: capitalize; border-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 0px; margin-top: auto; border-top: 0; } .imagesSectionMenu { display: flex; flex-direction: row; height: 100%; } .imagesContainerMenu { text-align: center; width: 90px; padding: 3px; padding-bottom: 0px; margin: 0 auto; /* margin-bottom: 4px; */ } .searchComputerImage { background-position: -1246px 0; } .searchPlusImage { background-position: -1685px -6px; height: 25px; } .searchImageMenu { background-position: -2207px 0; } .renewImageMenu { background-position: -2239px 0; } .copyIcon { background-position: -2112px -58px; } .reportIcon { background-position: -1316px -56px; } .calendarIcon { background-position: -1356px 0; } .MagnifyingGlassIcon { background-position: -371px -59px; } .arrayUpIcon { background-position: -1211px 0px; } .paperIcon { background-position: -1716px -52px; } .paintingIcon { background-position: -530px -55px; } .iconPath { background-image: url("http://demo.kometa-pacs.info/Kometa/CloudWebServer/App_Themes/WebPbCommon/images/ico.png"); width: 25px; height: 25px; display: inline-block; } .imageWrapper { height: 32px; background-image: url("http://demo.kometa-pacs.info/Kometa/CloudWebServer/App_Themes/WebPbCommon/images/ico.png"); width: 32px; margin: auto; } .captionPhotoMenu { margin-top: 3px; } .unRegularLongWidth { width: 100px; } #addInViewerCaption { margin-top: -6px; } .unRegularLongWidth:hover, .imagesContainerMenu:hover, .longTextContainer:hover { cursor: pointer; background-image: linear-gradient( to bottom, #fff0b2, #fff0b1, #fff0af, #ffefae, #ffefac, #ffedaa, #ffeca7, #ffeaa5, #ffe7a1, #ffe39d, #ffe09a, #ffdc96 ); } .yellowTriangleIcon { background-position: -2815px 0; } .zoomImage { background-position: -225px 0; } .container_inputs_menu { display: flex; align-items: center; } .mini_container_menu { border-right: 1px solid gray; padding-right: 5px; margin-left: 5px; width: 200px; } .mbc_editFiltCont_lpn { font-size: 11px; width: 101px; display: inline-block; } .mbc_editFiltCont_lpn::after { content: ":"; } .tdFilter { width: 90px; height: 19px; font: 10px; } .fButtons { display: flex; flex-direction: row; } .mbc_editFiltCont_bn_bh { width: 120px; text-align: center; display: flex; } .sideFButtons { display: flex; flex-direction: column; height: 50%; align-items: center; } .mbc_editFiltCont_bn_bh_caption { padding-top: 3px; font-size: small; } .logOutImage { background-position: -256px -57px; } .longTextContainer { text-align: center; padding: 4px; padding-bottom: 0px; margin: 0 auto; } .orangeBackground { background: url(/App_Themes/BlackDark/images/edtButtonBackPressed.gif) repeat-x center top #ffcf8b; } .mbc_editFiltCont_bn_bh:hover { cursor: pointer; background: url(/App_Themes/BlackDark/images/edtButtonBackPressed.gif) repeat-x center top #ffcf8b; } .small-text { font-size: 14px; }
src/index.css
header { background-color: #535353; } #menu { padding-left: 5px; } #menu ul { display: flex; padding: 0; margin: 0; width: 100%; list-style-type: none; } #menu li { color: white; padding: 1px 2em; border-radius: 5px; display: inline-block; color: white; font-size: 9pt; border-bottom-left-radius: 0; border-bottom-right-radius: 0; font-family: "Lexend Deca", sans-serif; cursor: pointer; } #menu li:hover { color: orange; } .selectedTabMenu { background: linear-gradient(to bottom, #ffffff 0%, #c8c8c8 100%); color: black !important; font-weight: 700; } .tabBckg { padding: 3px; background-image: linear-gradient( to bottom, #ffffff, #f3f3f3, #e7e7e7, #dbdbdb, #cfcfcf, #cbcbcb, #c8c8c8, #c4c4c4, #c8c8c8, #cccbcb, #d0cecf, #d4d2d2 ); border: 1px solid #d8e7fc; padding-left: 5px; border-top: 1px solid #535353; padding-left: 0; } .tabBckgContent { display: none; height: 100%; flex-direction: row; } .imgMenu { height: 54px; } #Источники { display: flex; } .tabFooterCaption { font-size: 8pt; border: 1px solid #9d9d9d; border-radius: 6px; display: inline-flex; flex-direction: column; margin-left: 3px; } button { padding: 0; background: #acacac; border: 1px solid #868686; color: white; text-transform: capitalize; border-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 0px; margin-top: auto; border-top: 0; } .imagesSectionMenu { display: flex; flex-direction: row; height: 100%; } .imagesContainerMenu { text-align: center; width: 90px; padding: 3px; padding-bottom: 0px; margin: 0 auto; /* margin-bottom: 4px; */ } .searchComputerImage { background-position: -1246px 0; } .searchPlusImage { background-position: -1685px -6px; height: 25px; } .searchImageMenu { background-position: -2207px 0; } .renewImageMenu { background-position: -2239px 0; } .copyIcon { background-position: -2112px -58px; } .reportIcon { background-position: -1316px -56px; } .calendarIcon { background-position: -1356px 0; } .MagnifyingGlassIcon { background-position: -371px -59px; } .arrayUpIcon { background-position: -1211px 0px; } .paperIcon { background-position: -1716px -52px; } .paintingIcon { background-position: -530px -55px; } .iconPath { background-image: url("http://demo.kometa-pacs.info/Kometa/CloudWebServer/App_Themes/WebPbCommon/images/ico.png"); width: 25px; height: 25px; display: inline-block; } .imageWrapper { height: 32px; background-image: url("http://demo.kometa-pacs.info/Kometa/CloudWebServer/App_Themes/WebPbCommon/images/ico.png"); width: 32px; margin: auto; } .captionPhotoMenu { margin-top: 3px; } .unRegularLongWidth { width: 100px; } #addInViewerCaption { margin-top: -6px; } .unRegularLongWidth:hover, .imagesContainerMenu:hover, .longTextContainer:hover { cursor: pointer; background-image: linear-gradient( to bottom, #fff0b2, #fff0b1, #fff0af, #ffefae, #ffefac, #ffedaa, #ffeca7, #ffeaa5, #ffe7a1, #ffe39d, #ffe09a, #ffdc96 ); } .yellowTriangleIcon { background-position: -2815px 0; } .zoomImage { background-position: -225px 0; } .container_inputs_menu { display: flex; align-items: center; } .mini_container_menu { border-right: 1px solid gray; padding-right: 5px; margin-left: 5px; width: 200px; } .mbc_editFiltCont_lpn { font-size: 11px; width: 101px; display: inline-block; } .mbc_editFiltCont_lpn::after { content: ":"; } .tdFilter { width: 90px; height: 19px; font: 10px; } .fButtons { display: flex; flex-direction: row; } .mbc_editFiltCont_bn_bh { width: 120px; text-align: center; display: flex; } .sideFButtons { display: flex; flex-direction: column; height: 50%; align-items: center; } .mbc_editFiltCont_bn_bh_caption { padding-top: 3px; font-size: small; } .logOutImage { background-position: -256px -57px; } .longTextContainer { text-align: center; padding: 4px; padding-bottom: 0px; margin: 0 auto; } .orangeBackground { background: url(/App_Themes/BlackDark/images/edtButtonBackPressed.gif) repeat-x center top #ffcf8b; } .mbc_editFiltCont_bn_bh:hover { cursor: pointer; background: url(/App_Themes/BlackDark/images/edtButtonBackPressed.gif) repeat-x center top #ffcf8b; } .small-text { font-size: 14px; }
0.275519
0.093719
.content-wrapper .content-header { padding-bottom: 9px; margin-bottom: 10px; border-bottom: 1px solid #eee; padding: 35px 25px 15px; } .content-header > .breadcrumb { top: 5px; padding-right: 20px; } .content-wrapper .content { padding: 15px 25px 25px; overflow: auto; } /* nút thêm chung trong các list, thêm các loại */ button.addItem, button.functionButton { margin-bottom: 20px; background-color: #337ab7; border-color: #337ab7; color: #fff; } button.addItem:hover, button.functionButton:hover { background-color: #FF9800; border-color: #FF9800; color: #fff; } button.functionButton { margin-top: 50px; margin-right: 30px; } button.addItem a { color: #fff; } /* nút lọc (filter) trong list sản phẩm, nút xóa trong trong các list */ button.filter { margin-left: 15px; color: #fff; background-color: #337ab7; border: none; } button.delete { color: #fff; background-color: #337ab7; border: none; } button.filter:hover, button.delete:hover { color: #fff; background-color: #FF9800; } /* bảng hiển thị danh sách sản phẩm, thể loại... */ .content table thead tr th { text-align: center; } .table-bordered { margin-top: 10px !important; border-top: 1px solid #d0cece; border-left: 1px solid #d0cece; } .table-bordered thead tr th, .table-bordered tbody tr td { border-bottom: 1px solid #d0cece !important; border-right: 1px solid #d0cece !important; } .table-bordered thead tr th:last-child { border-right: 1px solid #d0cece; } /* ảnh chi tiết của sản phẩm */ .img-detail { margin-bottom: 10px; } a#del_img { position: relative; top: -45px; left: -15px; border-radius: 20px; width: 10px; height: 25px; } a#del_img i { position: relative; top: -5px; left: -5px; } /* phân trang */ .pagination { margin-top: 0; } .pagination li a:hover { background-color: #FF9800; color: #fff; } /* search */ input#search { margin-bottom: 40px; background-color: #cee3f5; } /* dấu hoa thị cho biết trường bắt buộc nhập/chọn */ .asterisk { font-size: 15px; color: red; }
public/admin/css/mystyle.css
.content-wrapper .content-header { padding-bottom: 9px; margin-bottom: 10px; border-bottom: 1px solid #eee; padding: 35px 25px 15px; } .content-header > .breadcrumb { top: 5px; padding-right: 20px; } .content-wrapper .content { padding: 15px 25px 25px; overflow: auto; } /* nút thêm chung trong các list, thêm các loại */ button.addItem, button.functionButton { margin-bottom: 20px; background-color: #337ab7; border-color: #337ab7; color: #fff; } button.addItem:hover, button.functionButton:hover { background-color: #FF9800; border-color: #FF9800; color: #fff; } button.functionButton { margin-top: 50px; margin-right: 30px; } button.addItem a { color: #fff; } /* nút lọc (filter) trong list sản phẩm, nút xóa trong trong các list */ button.filter { margin-left: 15px; color: #fff; background-color: #337ab7; border: none; } button.delete { color: #fff; background-color: #337ab7; border: none; } button.filter:hover, button.delete:hover { color: #fff; background-color: #FF9800; } /* bảng hiển thị danh sách sản phẩm, thể loại... */ .content table thead tr th { text-align: center; } .table-bordered { margin-top: 10px !important; border-top: 1px solid #d0cece; border-left: 1px solid #d0cece; } .table-bordered thead tr th, .table-bordered tbody tr td { border-bottom: 1px solid #d0cece !important; border-right: 1px solid #d0cece !important; } .table-bordered thead tr th:last-child { border-right: 1px solid #d0cece; } /* ảnh chi tiết của sản phẩm */ .img-detail { margin-bottom: 10px; } a#del_img { position: relative; top: -45px; left: -15px; border-radius: 20px; width: 10px; height: 25px; } a#del_img i { position: relative; top: -5px; left: -5px; } /* phân trang */ .pagination { margin-top: 0; } .pagination li a:hover { background-color: #FF9800; color: #fff; } /* search */ input#search { margin-bottom: 40px; background-color: #cee3f5; } /* dấu hoa thị cho biết trường bắt buộc nhập/chọn */ .asterisk { font-size: 15px; color: red; }
0.212968
0.072999
.formError { z-index: 990; } .formError .formErrorContent { z-index: 991; } .formError .formErrorArrow { z-index: 996; } .ui-dialog .formError { z-index: 5000; } .ui-dialog .formError .formErrorContent { z-index: 5001; } .ui-dialog .formError .formErrorArrow { z-index: 5006; } .arab .dropdown-menu{ position: absolute; right: 0px; margin-left: 40%; text-align: right; } .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fa-envelope:before { content: "\f0e0"; } .fa-site:before { content: "\f0e8"; } .fa-phone:before { content: "\f095"; } .fa-dollar:before, .fa-usd:before { content: "\f0d6"; } .fa-pencil:before { content: "\f044"; } .fa-calendar:before { content: "\f073"; } .fa-calendar-o:before { content: "\f133"; } .fa-plane:before { content: "\f072"; } .fa-code:before { content: "\f029"; } .fa-text:before { content: "\f15c"; } .fa-globe:before { content: "\f0ac"; } .fa-building:before { content: "\f0f7"; } .fa-user:before { content: "\f007"; } .fa-user-d:before { content: "\f0f0"; } .fa-home:before { content: "\f015"; } .icheckbox_flat-green, .iradio_flat-green { display: inline-block; *display: inline; vertical-align: middle; margin: 0; margin-left: 70px; padding: 0; width: 20px; height: 20px; background: url(blue.png) no-repeat; border: none; cursor: pointer; } .icheckbox_flat-green { background-position: 0 0; } .icheckbox_flat-green.checked { background-position: -22px 0; } .icheckbox_flat-green.disabled { background-position: -44px 0; cursor: default; } .icheckbox_flat-green.checked.disabled { background-position: -66px 0; } .iradio_flat-green { background-position: -88px 0; } .iradio_flat-green.checked { background-position: -110px 0; } .iradio_flat-green.disabled { background-position: -132px 0; cursor: default; } .iradio_flat-green.checked.disabled { background-position: -154px 0; } /* Retina support */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .icheckbox_flat-green, .flat-green { background-image: url(blue@2x.png); -webkit-background-size: 176px 22px; background-size: 176px 22px; } } .inputContainer { position: relative; float: left; } .formError { position: absolute; top: 300px; left: 300px; display: block; cursor: pointer; text-align: left; } .formError.inline { position: relative; top: 500px; left: 500px; display: inline-block; } .ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; } .formError .formErrorContent { width: 100%; background: rgba(209, 30, 7, 0.21); position:relative; color: #000000; min-width: 120px; font-size: 11px; border: 5px double rgb(255, 0, 0); box-shadow: 0 0 6px #000; -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; -o-box-shadow: 0 0 6px #000; padding: 4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; } .formError.inline .formErrorContent { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; } .greenPopup .formErrorContent { background: #33be40; } .blackPopup .formErrorContent { background: #393939; color: #FFF; } .formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px; position:relative; } body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow { margin: -2px 13px 0 0; } .formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; margin: 0px 0 0 12px; top:2px; } .formError .formErrorArrow div { border-left: 2px solid #ddd; border-right: 2px solid #ddd; box-shadow: 0 2px 3px #444; -moz-box-shadow: 0 2px 3px #444; -webkit-box-shadow: 0 2px 3px #444; -o-box-shadow: 0 2px 3px #444; font-size: 0px; height: 1px; background: rgb(255, 25, 25); margin: 0 auto; line-height: 0; font-size: 0; display: block; } .formError .formErrorArrowBottom div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; } .greenPopup .formErrorArrow div { background: #33be40; } .blackPopup .formErrorArrow div { background: #393939; color: #FFF; } .formError .formErrorArrow .line10 { width: 15px; border: none; } .formError .formErrorArrow .line9 { width: 13px; border: none; } .formError .formErrorArrow .line8 { width: 11px; } .formError .formErrorArrow .line7 { width: 9px; } .formError .formErrorArrow .line6 { width: 7px; } .formError .formErrorArrow .line5 { width: 5px; } .formError .formErrorArrow .line4 { width: 3px; } .formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; } .formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; } .formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }
production/login/assets/plugins/validationengine/css/validationEngine.jquery.css
.formError { z-index: 990; } .formError .formErrorContent { z-index: 991; } .formError .formErrorArrow { z-index: 996; } .ui-dialog .formError { z-index: 5000; } .ui-dialog .formError .formErrorContent { z-index: 5001; } .ui-dialog .formError .formErrorArrow { z-index: 5006; } .arab .dropdown-menu{ position: absolute; right: 0px; margin-left: 40%; text-align: right; } .fa { display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .fa-envelope:before { content: "\f0e0"; } .fa-site:before { content: "\f0e8"; } .fa-phone:before { content: "\f095"; } .fa-dollar:before, .fa-usd:before { content: "\f0d6"; } .fa-pencil:before { content: "\f044"; } .fa-calendar:before { content: "\f073"; } .fa-calendar-o:before { content: "\f133"; } .fa-plane:before { content: "\f072"; } .fa-code:before { content: "\f029"; } .fa-text:before { content: "\f15c"; } .fa-globe:before { content: "\f0ac"; } .fa-building:before { content: "\f0f7"; } .fa-user:before { content: "\f007"; } .fa-user-d:before { content: "\f0f0"; } .fa-home:before { content: "\f015"; } .icheckbox_flat-green, .iradio_flat-green { display: inline-block; *display: inline; vertical-align: middle; margin: 0; margin-left: 70px; padding: 0; width: 20px; height: 20px; background: url(blue.png) no-repeat; border: none; cursor: pointer; } .icheckbox_flat-green { background-position: 0 0; } .icheckbox_flat-green.checked { background-position: -22px 0; } .icheckbox_flat-green.disabled { background-position: -44px 0; cursor: default; } .icheckbox_flat-green.checked.disabled { background-position: -66px 0; } .iradio_flat-green { background-position: -88px 0; } .iradio_flat-green.checked { background-position: -110px 0; } .iradio_flat-green.disabled { background-position: -132px 0; cursor: default; } .iradio_flat-green.checked.disabled { background-position: -154px 0; } /* Retina support */ @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { .icheckbox_flat-green, .flat-green { background-image: url(blue@2x.png); -webkit-background-size: 176px 22px; background-size: 176px 22px; } } .inputContainer { position: relative; float: left; } .formError { position: absolute; top: 300px; left: 300px; display: block; cursor: pointer; text-align: left; } .formError.inline { position: relative; top: 500px; left: 500px; display: inline-block; } .ajaxSubmit { padding: 20px; background: #55ea55; border: 1px solid #999; display: none; } .formError .formErrorContent { width: 100%; background: rgba(209, 30, 7, 0.21); position:relative; color: #000000; min-width: 120px; font-size: 11px; border: 5px double rgb(255, 0, 0); box-shadow: 0 0 6px #000; -moz-box-shadow: 0 0 6px #000; -webkit-box-shadow: 0 0 6px #000; -o-box-shadow: 0 0 6px #000; padding: 4px 10px 4px 10px; border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; -o-border-radius: 6px; } .formError.inline .formErrorContent { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; border: none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -o-border-radius: 0; } .greenPopup .formErrorContent { background: #33be40; } .blackPopup .formErrorContent { background: #393939; color: #FFF; } .formError .formErrorArrow { width: 15px; margin: -2px 0 0 13px; position:relative; } body[dir='rtl'] .formError .formErrorArrow, body.rtl .formError .formErrorArrow { margin: -2px 13px 0 0; } .formError .formErrorArrowBottom { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; margin: 0px 0 0 12px; top:2px; } .formError .formErrorArrow div { border-left: 2px solid #ddd; border-right: 2px solid #ddd; box-shadow: 0 2px 3px #444; -moz-box-shadow: 0 2px 3px #444; -webkit-box-shadow: 0 2px 3px #444; -o-box-shadow: 0 2px 3px #444; font-size: 0px; height: 1px; background: rgb(255, 25, 25); margin: 0 auto; line-height: 0; font-size: 0; display: block; } .formError .formErrorArrowBottom div { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; } .greenPopup .formErrorArrow div { background: #33be40; } .blackPopup .formErrorArrow div { background: #393939; color: #FFF; } .formError .formErrorArrow .line10 { width: 15px; border: none; } .formError .formErrorArrow .line9 { width: 13px; border: none; } .formError .formErrorArrow .line8 { width: 11px; } .formError .formErrorArrow .line7 { width: 9px; } .formError .formErrorArrow .line6 { width: 7px; } .formError .formErrorArrow .line5 { width: 5px; } .formError .formErrorArrow .line4 { width: 3px; } .formError .formErrorArrow .line3 { width: 1px; border-left: 2px solid #ddd; border-right: 2px solid #ddd; border-bottom: 0 solid #ddd; } .formError .formErrorArrow .line2 { width: 3px; border: none; background: #ddd; } .formError .formErrorArrow .line1 { width: 1px; border: none; background: #ddd; }
0.270866
0.083217
.ace--zero-dark-matrix .ace_gutter { background: rgba(57,128,191,2.55); color: rgb(156,192,223) } .ace--zero-dark-matrix .ace_print-margin { width: 1px; background: #e8e8e8 } .ace--zero-dark-matrix { background-color: rgba(57,128,191,2.55); color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_cursor { color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_marker-layer .ace_selection { background: rgb(181, 213, 255) } .ace--zero-dark-matrix.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px rgba(57,128,191,2.55); border-radius: 2px } .ace--zero-dark-matrix .ace_marker-layer .ace_step { background: rgb(198, 219, 174) } .ace--zero-dark-matrix .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192) } .ace--zero-dark-matrix .ace_marker-layer .ace_active-line { background: rgba(0, 0, 0, 0.07) } .ace--zero-dark-matrix .ace_gutter-active-line { background-color: rgba(0, 0, 0, 0.07) } .ace--zero-dark-matrix .ace_marker-layer .ace_selected-word { border: 1px solid rgb(181, 213, 255) } .ace--zero-dark-matrix .ace_fold { background-color: rgba(221,187,0,1); border-color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_keyword { color: rgba(90,218,248,1) } .ace--zero-dark-matrix .ace_constant.ace_language { color: rgba(189,190,130,1) } .ace--zero-dark-matrix .ace_constant.ace_numeric { color: rgba(143,194,187,1.87) } .ace--zero-dark-matrix .ace_constant.ace_character, .ace--zero-dark-matrix .ace_constant.ace_other { color: rgba(34,255,153,2.23) } .ace--zero-dark-matrix .ace_support.ace_function { color: rgba(173,174,178,1) } .ace--zero-dark-matrix .ace_support.ace_class { color: rgba(239,106,167,2.21) } .ace--zero-dark-matrix .ace_storage { font-style: italic; color: rgba(139,108,207,2.55) } .ace--zero-dark-matrix .ace_invalid { color: rgba(223,223,213,1); background-color: rgba(204,27,39,1) } .ace--zero-dark-matrix .ace_string { color: rgba(255,116,0,2.38) } .ace--zero-dark-matrix .ace_comment { font-style: italic; color: rgba(87,98,99,1) } .ace--zero-dark-matrix .ace_entity.ace_name.ace_function, .ace--zero-dark-matrix .ace_variable { color: rgba(221,187,0,1) } .ace--zero-dark-matrix .ace_variable.ace_language { color: rgba(58,175,255,1) } .ace--zero-dark-matrix .ace_variable.ace_parameter { color: rgba(51,182,169,1) } .ace--zero-dark-matrix .ace_entity.ace_other.ace_attribute-name { color: rgba(73,134,194,2.04); background-color: rgba(73,134,194,0.09) } .ace--zero-dark-matrix .ace_entity.ace_name.ace_tag { color: rgba(73,166,210,1) }
ace/lib/ace/theme/ZeroDarkMatrix.css
.ace--zero-dark-matrix .ace_gutter { background: rgba(57,128,191,2.55); color: rgb(156,192,223) } .ace--zero-dark-matrix .ace_print-margin { width: 1px; background: #e8e8e8 } .ace--zero-dark-matrix { background-color: rgba(57,128,191,2.55); color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_cursor { color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_marker-layer .ace_selection { background: rgb(181, 213, 255) } .ace--zero-dark-matrix.ace_multiselect .ace_selection.ace_start { box-shadow: 0 0 3px 0px rgba(57,128,191,2.55); border-radius: 2px } .ace--zero-dark-matrix .ace_marker-layer .ace_step { background: rgb(198, 219, 174) } .ace--zero-dark-matrix .ace_marker-layer .ace_bracket { margin: -1px 0 0 -1px; border: 1px solid rgb(192, 192, 192) } .ace--zero-dark-matrix .ace_marker-layer .ace_active-line { background: rgba(0, 0, 0, 0.07) } .ace--zero-dark-matrix .ace_gutter-active-line { background-color: rgba(0, 0, 0, 0.07) } .ace--zero-dark-matrix .ace_marker-layer .ace_selected-word { border: 1px solid rgb(181, 213, 255) } .ace--zero-dark-matrix .ace_fold { background-color: rgba(221,187,0,1); border-color: rgba(255,255,255,2.55) } .ace--zero-dark-matrix .ace_keyword { color: rgba(90,218,248,1) } .ace--zero-dark-matrix .ace_constant.ace_language { color: rgba(189,190,130,1) } .ace--zero-dark-matrix .ace_constant.ace_numeric { color: rgba(143,194,187,1.87) } .ace--zero-dark-matrix .ace_constant.ace_character, .ace--zero-dark-matrix .ace_constant.ace_other { color: rgba(34,255,153,2.23) } .ace--zero-dark-matrix .ace_support.ace_function { color: rgba(173,174,178,1) } .ace--zero-dark-matrix .ace_support.ace_class { color: rgba(239,106,167,2.21) } .ace--zero-dark-matrix .ace_storage { font-style: italic; color: rgba(139,108,207,2.55) } .ace--zero-dark-matrix .ace_invalid { color: rgba(223,223,213,1); background-color: rgba(204,27,39,1) } .ace--zero-dark-matrix .ace_string { color: rgba(255,116,0,2.38) } .ace--zero-dark-matrix .ace_comment { font-style: italic; color: rgba(87,98,99,1) } .ace--zero-dark-matrix .ace_entity.ace_name.ace_function, .ace--zero-dark-matrix .ace_variable { color: rgba(221,187,0,1) } .ace--zero-dark-matrix .ace_variable.ace_language { color: rgba(58,175,255,1) } .ace--zero-dark-matrix .ace_variable.ace_parameter { color: rgba(51,182,169,1) } .ace--zero-dark-matrix .ace_entity.ace_other.ace_attribute-name { color: rgba(73,134,194,2.04); background-color: rgba(73,134,194,0.09) } .ace--zero-dark-matrix .ace_entity.ace_name.ace_tag { color: rgba(73,166,210,1) }
0.699357
0.231191
:root { --mainColor: #c60000; --seconColor: #4D4D4D; } .ratings i.active { color: #ffca08; } .actions_btns { display: flex; align-items: center; justify-content: center; flex-direction: column; } .actions_btns a { display: block; background-color: #333; color: #fff; margin-bottom: .2rem; padding: 0.4rem; width: 50px; font-size: 11px; text-align: center; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; opacity: 0.7; } .actions_btns a i { display: block; margin-bottom: .1rem; } .actions_btns a:nth-child(1) {background-color: #ffca08;} .actions_btns a:nth-child(2) {background-color: dodgerblue;} .actions_btns a:nth-child(3) {background-color: tomato;} .actions_btns a:hover { opacity: 1; } .produc-card { background-color: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; box-shadow: 0 2px 10px #ddd; } .produc-card .img-prod { height: 100%; display: flex; align-items: center; justify-content: center; } .produc-card .img-prod img { width: 100%; } .produc-card .info { padding: 1rem; } .produc-card .info .title { font-size: 14px; color: #333; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .produc-card .info .title:hover { color: var(--mainColor); } .produc-card .info .price { margin-top: .5rem; } .produc-card .info .price strong { font-size: 1rem; display: inline-block; } .produc-card .info .price del { color: #f00; } .produc-card .info .in-stock { display: block; font-size: 1rem; color: #080; } .comments .items__comment { box-shadow: 0 0 10px #ddd; padding: 10px; margin-bottom: 1rem; border-radius: 5px; transition: .5s; } .comments .items__comment:hover { box-shadow: 0 0 20px #bbb; } .comments .items__comment .img__comment img { border-radius: 50%; width: 150px; height: 150px; display: block; margin: auto; } .comments .items__comment .info__comment>p { color: #666; } .comments .items__comment .info__comment .user__name strong.user_title { font-weight: bold; font-size: 1.2rem; color: #444; } .comments .items__comment .info__comment .user__name>p { color: #666; font-weight: bold; } .comments .items__comment .info__comment span.date { color: #666; font-weight: bold; } .ratings i.active { color: #ffca08; } .checkbox_style input { opacity: 0; } .checkbox_style label { display: inline-block; position: relative; padding-left: 16px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } .checkbox_style label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -16px; border: 1px solid #e8ebf2; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .checkbox_style input[type="checkbox"]:checked+label::before { font-family: IcoFont; content: "\efab"; text-align: center; line-height: 1; font-size: 18px; } .checkbox_style.checkbox-primary input[type="checkbox"]:checked+label::before { border-color: #00baf2; color: #00baf2; } .checkbox_style .radio-animated label { margin-right: 20px; } .del_comment { padding: .5rem; display: block; margin: 1rem; text-align: center; color: #fff; background-color: tomato; opacity: 0.7; } .del_comment:hover { color: #fff; opacity: 1; } .b_left { border-left: 1px solid #ddd; } .points { box-shadow: 0 0 10px #ddd; padding: 2rem 0; } .points strong { color: #666; font-size: 1.3rem; } .points strong.color-point { color: #7acdd6; } .icon-wallets { max-height: 150px; } .card .card-body { padding: 30px 10px; } .count_new { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #43a047; width: 25px; height: 25px; text-align: center; line-height: 25px; margin: 0; border-radius: 50%; } .action_btns_orders { display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-start; } .action_btns_orders a { display: inline-block; color: #fff; cursor: pointer; margin-bottom: .5rem; padding: .4rem; text-align: center; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .action_btns_orders a.btn-edit { background-color: dodgerblue; } .action_btns_orders a.btn-delete { background-color: #e26767 ; } .order-info {} .order-info p { margin: 0; padding: .1rem .5rem; font-size: 14px; } @media print { .no_print { display: none; } .print_area { position: fixed; top: 0px; left: 0px; width: 100%; height: 100vh; z-index: 99999; background-color: #ffffff; } }
public/frontend/assets/css/admin-main-style.css
:root { --mainColor: #c60000; --seconColor: #4D4D4D; } .ratings i.active { color: #ffca08; } .actions_btns { display: flex; align-items: center; justify-content: center; flex-direction: column; } .actions_btns a { display: block; background-color: #333; color: #fff; margin-bottom: .2rem; padding: 0.4rem; width: 50px; font-size: 11px; text-align: center; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; opacity: 0.7; } .actions_btns a i { display: block; margin-bottom: .1rem; } .actions_btns a:nth-child(1) {background-color: #ffca08;} .actions_btns a:nth-child(2) {background-color: dodgerblue;} .actions_btns a:nth-child(3) {background-color: tomato;} .actions_btns a:hover { opacity: 1; } .produc-card { background-color: #fff; border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px; box-shadow: 0 2px 10px #ddd; } .produc-card .img-prod { height: 100%; display: flex; align-items: center; justify-content: center; } .produc-card .img-prod img { width: 100%; } .produc-card .info { padding: 1rem; } .produc-card .info .title { font-size: 14px; color: #333; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } .produc-card .info .title:hover { color: var(--mainColor); } .produc-card .info .price { margin-top: .5rem; } .produc-card .info .price strong { font-size: 1rem; display: inline-block; } .produc-card .info .price del { color: #f00; } .produc-card .info .in-stock { display: block; font-size: 1rem; color: #080; } .comments .items__comment { box-shadow: 0 0 10px #ddd; padding: 10px; margin-bottom: 1rem; border-radius: 5px; transition: .5s; } .comments .items__comment:hover { box-shadow: 0 0 20px #bbb; } .comments .items__comment .img__comment img { border-radius: 50%; width: 150px; height: 150px; display: block; margin: auto; } .comments .items__comment .info__comment>p { color: #666; } .comments .items__comment .info__comment .user__name strong.user_title { font-weight: bold; font-size: 1.2rem; color: #444; } .comments .items__comment .info__comment .user__name>p { color: #666; font-weight: bold; } .comments .items__comment .info__comment span.date { color: #666; font-weight: bold; } .ratings i.active { color: #ffca08; } .checkbox_style input { opacity: 0; } .checkbox_style label { display: inline-block; position: relative; padding-left: 16px; cursor: pointer; margin-top: 10px; margin-bottom: 10px; } .checkbox_style label::before { content: ""; display: inline-block; position: absolute; width: 19px; height: 19px; left: 0; margin-left: -16px; border: 1px solid #e8ebf2; border-radius: 3px; background-color: #fff; -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out; transition: border 0.15s ease-in-out, color 0.15s ease-in-out; } .checkbox_style input[type="checkbox"]:checked+label::before { font-family: IcoFont; content: "\efab"; text-align: center; line-height: 1; font-size: 18px; } .checkbox_style.checkbox-primary input[type="checkbox"]:checked+label::before { border-color: #00baf2; color: #00baf2; } .checkbox_style .radio-animated label { margin-right: 20px; } .del_comment { padding: .5rem; display: block; margin: 1rem; text-align: center; color: #fff; background-color: tomato; opacity: 0.7; } .del_comment:hover { color: #fff; opacity: 1; } .b_left { border-left: 1px solid #ddd; } .points { box-shadow: 0 0 10px #ddd; padding: 2rem 0; } .points strong { color: #666; font-size: 1.3rem; } .points strong.color-point { color: #7acdd6; } .icon-wallets { max-height: 150px; } .card .card-body { padding: 30px 10px; } .count_new { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); background-color: #43a047; width: 25px; height: 25px; text-align: center; line-height: 25px; margin: 0; border-radius: 50%; } .action_btns_orders { display: flex; flex-direction: column; flex-wrap: wrap; align-content: flex-start; } .action_btns_orders a { display: inline-block; color: #fff; cursor: pointer; margin-bottom: .5rem; padding: .4rem; text-align: center; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; } .action_btns_orders a.btn-edit { background-color: dodgerblue; } .action_btns_orders a.btn-delete { background-color: #e26767 ; } .order-info {} .order-info p { margin: 0; padding: .1rem .5rem; font-size: 14px; } @media print { .no_print { display: none; } .print_area { position: fixed; top: 0px; left: 0px; width: 100%; height: 100vh; z-index: 99999; background-color: #ffffff; } }
0.339828
0.123445
body { /* border: blue solid 5px; */ width: 100%; height: 1500px; } .sliderEmp { /* border: green solid 5px; */ width: 100%; height: 540px; position: relative; margin-top: -1rem; } .brand-img img { /* border: blue solid 5px; */ width: 100%; height: 470px; } /* ----- <NAME>MI ICIN CSS ----- */ .NewsEmployee { /* border: red solid 5px; */ width: 100%; height: auto; position: relative; } .NewsEmployee .container { display: flex; /* border: yellow solid 5px; */ position: relative; height: 100%; } .sec2c { /* border: green solid 5px; */ margin-right: 6rem; height: 500px; list-style-type: none; } .sec2c li { /* border: red solid 2px; */ display: block; cursor: pointer; display: flex; align-items: center; padding: 10px; /* background-color: blanchedalmond; */ border-bottom: 1px solid rgb(199, 201, 201); } .sec2c li a { font-family: 'Mukta'; font-weight: bold; color: rgb(36, 36, 36); text-decoration: none; } .sec2c li svg { width: 30px; height: 30px; margin-right: 12px; } /* ----------------------- */ /* ----------------------- */ /* ----------------------- */ .NewsEmployee .newsWrap, .AnnouncementsWrap, .StudentNewsWrap, .automatıonsWrap, .advertisementsWrap { /* border: blue solid 5px; */ position: relative; display: flex; height: auto; flex-wrap: wrap; width: 100%; justify-content: space-between; } .NewsEmployee .newsWrap a, .AnnouncementsWrap a, .StudentNewsWrap a, .automatıonsWrap a, .advertisementsWrap a { /* border: rgb(255, 0, 191) solid 5px; */ display: inline !important; width: 45%; margin-bottom: 20px; } .NewsEmployee .newsWrap .New, .announcement, .studentsNew, .automatıon, .advertisement { /* border: green solid 8px; */ position: relative; width: 100%; height: 250px; } .New .new_image, .announcement .announcement_image, .studentsNew .studentsNew_image, .automatıon .automatıon_image, .advertisement .advertisement_image { /* border: rgb(0, 70, 128) solid 5px; */ width: 100%; height: 100%; overflow: hidden; } .New .new_image img, .announcement_image img, .studentsNew img, .automatıon img, .advertisement_image img { width: 100%; transition: 350ms ease; height: 100%; border-radius: 2px; } .New .new_image img:hover, .announcement_image img:hover, .studentsNew img:hover, .automatıon img:hover, .advertisement_image img:hover { transform: scale(1.1); } .New .new_title, .announcement_title, .studentsNew_title, .automatıon_title, .advertisement_title { position: absolute; bottom: 0; /* border: red solid 2px; */ color: rgb(224, 224, 224); font-weight: bold; font-family: 'Mukta'; width: 100%; height: auto; text-align: center; font-size: 1.1rem; padding: 6px; z-index: 88; box-shadow: inset 0 0 100px rgb(255, 132, 115); /* background-color: linear-gradient(to bottom, rgba(124, 16, 16, 0) 10%, rgba(0, 0, 0, 0.78) 79%, rgba(0, 0, 0, 0.98) 100%); */ } .announcement_title { box-shadow: inset 0 0 100px rgb(84, 145, 5); } .studentsNew_title { box-shadow: inset 0 0 100px rgb(5, 122, 143); } .automatıon_title { box-shadow: inset 0 0 100px rgb(127, 5, 143); } .advertisement_title { box-shadow: inset 0 0 100px rgb(5, 143, 51); } .checked { background-color: #DD1129 !important; color: white; }
static/css/index.css
body { /* border: blue solid 5px; */ width: 100%; height: 1500px; } .sliderEmp { /* border: green solid 5px; */ width: 100%; height: 540px; position: relative; margin-top: -1rem; } .brand-img img { /* border: blue solid 5px; */ width: 100%; height: 470px; } /* ----- <NAME>MI ICIN CSS ----- */ .NewsEmployee { /* border: red solid 5px; */ width: 100%; height: auto; position: relative; } .NewsEmployee .container { display: flex; /* border: yellow solid 5px; */ position: relative; height: 100%; } .sec2c { /* border: green solid 5px; */ margin-right: 6rem; height: 500px; list-style-type: none; } .sec2c li { /* border: red solid 2px; */ display: block; cursor: pointer; display: flex; align-items: center; padding: 10px; /* background-color: blanchedalmond; */ border-bottom: 1px solid rgb(199, 201, 201); } .sec2c li a { font-family: 'Mukta'; font-weight: bold; color: rgb(36, 36, 36); text-decoration: none; } .sec2c li svg { width: 30px; height: 30px; margin-right: 12px; } /* ----------------------- */ /* ----------------------- */ /* ----------------------- */ .NewsEmployee .newsWrap, .AnnouncementsWrap, .StudentNewsWrap, .automatıonsWrap, .advertisementsWrap { /* border: blue solid 5px; */ position: relative; display: flex; height: auto; flex-wrap: wrap; width: 100%; justify-content: space-between; } .NewsEmployee .newsWrap a, .AnnouncementsWrap a, .StudentNewsWrap a, .automatıonsWrap a, .advertisementsWrap a { /* border: rgb(255, 0, 191) solid 5px; */ display: inline !important; width: 45%; margin-bottom: 20px; } .NewsEmployee .newsWrap .New, .announcement, .studentsNew, .automatıon, .advertisement { /* border: green solid 8px; */ position: relative; width: 100%; height: 250px; } .New .new_image, .announcement .announcement_image, .studentsNew .studentsNew_image, .automatıon .automatıon_image, .advertisement .advertisement_image { /* border: rgb(0, 70, 128) solid 5px; */ width: 100%; height: 100%; overflow: hidden; } .New .new_image img, .announcement_image img, .studentsNew img, .automatıon img, .advertisement_image img { width: 100%; transition: 350ms ease; height: 100%; border-radius: 2px; } .New .new_image img:hover, .announcement_image img:hover, .studentsNew img:hover, .automatıon img:hover, .advertisement_image img:hover { transform: scale(1.1); } .New .new_title, .announcement_title, .studentsNew_title, .automatıon_title, .advertisement_title { position: absolute; bottom: 0; /* border: red solid 2px; */ color: rgb(224, 224, 224); font-weight: bold; font-family: 'Mukta'; width: 100%; height: auto; text-align: center; font-size: 1.1rem; padding: 6px; z-index: 88; box-shadow: inset 0 0 100px rgb(255, 132, 115); /* background-color: linear-gradient(to bottom, rgba(124, 16, 16, 0) 10%, rgba(0, 0, 0, 0.78) 79%, rgba(0, 0, 0, 0.98) 100%); */ } .announcement_title { box-shadow: inset 0 0 100px rgb(84, 145, 5); } .studentsNew_title { box-shadow: inset 0 0 100px rgb(5, 122, 143); } .automatıon_title { box-shadow: inset 0 0 100px rgb(127, 5, 143); } .advertisement_title { box-shadow: inset 0 0 100px rgb(5, 143, 51); } .checked { background-color: #DD1129 !important; color: white; }
0.52074
0.060613
.hvr-grow { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .move_category { -webkit-animation: move_category 1s; position: absolute; width: 600px; right: 200px; top: 30px; display: flex; flex-wrap: wrap; } @-webkit-keyframes move_category { 0% { -webkit-transform: translateX(200px); opacity: 0; } } .menu_category { width: 33%; display: flex; justify-content: center; flex-direction: column; font-size: 20px; font-family: serif; } .menu_category_span { color: white; text-align: center; width: 170px; padding: 10px 10px 20px; } .move_tile { -webkit-animation: move_tile 1.5s; position: absolute; right: 20px; top: 30px; } @-webkit-keyframes move_tile { 0% { -webkit-transform: translateY(-200px); opacity: 0; } 70% { -webkit-transform: translate(.5px, .5px) rotate(-.5deg); } 72% { -webkit-transform: translate(-.5px, 1.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg); } 76% { -webkit-transform: translate(2.5px, -.5px) rotate(.5deg); } 78% { -webkit-transform: translate(2.5px, 2.5px) rotate(.5deg); } 80% { -webkit-transform: translate(-1.5px, 2.5px) rotate(.5deg); } 82% { -webkit-transform: translate(-1.5px, -.5px) rotate(.5deg); } 84% { -webkit-transform: translate(.5px, 1.5px) rotate(-.5deg); } 86% { -webkit-transform: translate(-.5px, 2.5px) rotate(.5deg); } 88% { -webkit-transform: translate(2.5px, 2.5px) rotate(1.5deg); } 90% { -webkit-transform: translate(-.5px, -1.5px) rotate(-.5deg); } 92% { -webkit-transform: translate(1.5px, .5px) rotate(.5deg); } 94% { -webkit-transform: translate(-.5px, -.5px) rotate(.5deg); } 96% { -webkit-transform: translate(1.5px, .5px) rotate(1.5deg); } 98% { -webkit-transform: translate(.5px, -.5px) rotate(1.5deg); } 100% { -webkit-transform: translate(0, 0) rotate(0); } }
src/renderer/component/GroupModal/index.css
.hvr-grow { vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active { -webkit-transform: scale(1.1); transform: scale(1.1); } .move_category { -webkit-animation: move_category 1s; position: absolute; width: 600px; right: 200px; top: 30px; display: flex; flex-wrap: wrap; } @-webkit-keyframes move_category { 0% { -webkit-transform: translateX(200px); opacity: 0; } } .menu_category { width: 33%; display: flex; justify-content: center; flex-direction: column; font-size: 20px; font-family: serif; } .menu_category_span { color: white; text-align: center; width: 170px; padding: 10px 10px 20px; } .move_tile { -webkit-animation: move_tile 1.5s; position: absolute; right: 20px; top: 30px; } @-webkit-keyframes move_tile { 0% { -webkit-transform: translateY(-200px); opacity: 0; } 70% { -webkit-transform: translate(.5px, .5px) rotate(-.5deg); } 72% { -webkit-transform: translate(-.5px, 1.5px) rotate(1.5deg); } 74% { -webkit-transform: translate(-1.5px, 1.5px) rotate(1.5deg); } 76% { -webkit-transform: translate(2.5px, -.5px) rotate(.5deg); } 78% { -webkit-transform: translate(2.5px, 2.5px) rotate(.5deg); } 80% { -webkit-transform: translate(-1.5px, 2.5px) rotate(.5deg); } 82% { -webkit-transform: translate(-1.5px, -.5px) rotate(.5deg); } 84% { -webkit-transform: translate(.5px, 1.5px) rotate(-.5deg); } 86% { -webkit-transform: translate(-.5px, 2.5px) rotate(.5deg); } 88% { -webkit-transform: translate(2.5px, 2.5px) rotate(1.5deg); } 90% { -webkit-transform: translate(-.5px, -1.5px) rotate(-.5deg); } 92% { -webkit-transform: translate(1.5px, .5px) rotate(.5deg); } 94% { -webkit-transform: translate(-.5px, -.5px) rotate(.5deg); } 96% { -webkit-transform: translate(1.5px, .5px) rotate(1.5deg); } 98% { -webkit-transform: translate(.5px, -.5px) rotate(1.5deg); } 100% { -webkit-transform: translate(0, 0) rotate(0); } }
0.467575
0.139016
* { box-sizing: border-box; } h1 { text-align: center; margin-bottom: 35px; } .title { border: 1px solid black; font-weight: bold; position: absolute; right: 0; width: 150px; text-align: center; padding: 10px 0 10px 0; margin-top: 0; } .description { padding: 45px 10px 5px 10px; } #fan { background-color: #85144b; } #light { background-color: #FF851B; color: white; } #ac { background-color: #3D9970; } .row { width: 100%; padding: 0 10px 0 10px; } div.section { background: #DDDDDD; border: 1px solid black; position: relative; margin: 10px; } /* Desktop */ @media (min-width: 992px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33%; } .col-lg-2 { width: 16.66%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33%; } .col-lg-5 { width: 41.66%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33%; } .col-lg-8 { width: 66.66%; } .col-lg-9 { width: 74.99%; } .col-lg-10 { width: 83.33%; } .col-lg-11 { width: 91.66%; } .col-lg-12 { width: 100%; } } /* Tablets */ @media (min-width: 768px) and (max-width: 991px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33%; } .col-md-2 { width: 16.66%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33%; } .col-md-5 { width: 41.66%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 74.99%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-12 { width: 100%; } } /* Mobile */ @media (max-width: 767px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33%; } .col-sm-2 { width: 16.66%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33%; } .col-sm-5 { width: 41.66%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33%; } .col-sm-8 { width: 66.66%; } .col-sm-9 { width: 74.99%; } .col-sm-10 { width: 83.33%; } .col-sm-11 { width: 91.66%; } .col-sm-12 { width: 100%; } }
mod2_solution/css/style.css
* { box-sizing: border-box; } h1 { text-align: center; margin-bottom: 35px; } .title { border: 1px solid black; font-weight: bold; position: absolute; right: 0; width: 150px; text-align: center; padding: 10px 0 10px 0; margin-top: 0; } .description { padding: 45px 10px 5px 10px; } #fan { background-color: #85144b; } #light { background-color: #FF851B; color: white; } #ac { background-color: #3D9970; } .row { width: 100%; padding: 0 10px 0 10px; } div.section { background: #DDDDDD; border: 1px solid black; position: relative; margin: 10px; } /* Desktop */ @media (min-width: 992px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; } .col-lg-1 { width: 8.33%; } .col-lg-2 { width: 16.66%; } .col-lg-3 { width: 25%; } .col-lg-4 { width: 33%; } .col-lg-5 { width: 41.66%; } .col-lg-6 { width: 50%; } .col-lg-7 { width: 58.33%; } .col-lg-8 { width: 66.66%; } .col-lg-9 { width: 74.99%; } .col-lg-10 { width: 83.33%; } .col-lg-11 { width: 91.66%; } .col-lg-12 { width: 100%; } } /* Tablets */ @media (min-width: 768px) and (max-width: 991px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; } .col-md-1 { width: 8.33%; } .col-md-2 { width: 16.66%; } .col-md-3 { width: 25%; } .col-md-4 { width: 33%; } .col-md-5 { width: 41.66%; } .col-md-6 { width: 50%; } .col-md-7 { width: 58.33%; } .col-md-8 { width: 66.66%; } .col-md-9 { width: 74.99%; } .col-md-10 { width: 83.33%; } .col-md-11 { width: 91.66%; } .col-md-12 { width: 100%; } } /* Mobile */ @media (max-width: 767px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; } .col-sm-1 { width: 8.33%; } .col-sm-2 { width: 16.66%; } .col-sm-3 { width: 25%; } .col-sm-4 { width: 33%; } .col-sm-5 { width: 41.66%; } .col-sm-6 { width: 50%; } .col-sm-7 { width: 58.33%; } .col-sm-8 { width: 66.66%; } .col-sm-9 { width: 74.99%; } .col-sm-10 { width: 83.33%; } .col-sm-11 { width: 91.66%; } .col-sm-12 { width: 100%; } }
0.522933
0.11689
.banner_320{ display: none; } .psychics_offer_320,.psychics_offer_1024{ display: none; } .psychics_offer_320 .psychics_offer1 img,.psychics_offer_1024 .psychics_offer1 img{ width: 100%; } .custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; } .left_radius{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .right_radius{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; } /* service page css start */ .serviceContainer{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; /* padding:5%; */ } .serviceContainer_sub{ display: flex; flex-wrap: wrap; /* align-items: flex-start; */ width: 50%; padding: 2%; } .serviceContainer_sub1{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 12px; } .serviceTitle{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .serviceHeader,.serviceHeader1{ display: flex; align-items: flex-start; width: 15%; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #0AAAE9; align-self: center; text-align: center; } .serviceHeader1{ justify-content: center; } .serviceContent{ width: 85%; display: flex; flex-wrap: wrap; flex-direction: column; /* align-self: center; */ } .serviceText{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* service page css end */ /* Card code start */ .cardContainer1{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; padding:5%; margin-bottom: 213px; } .cardHeader1{ display: flex; align-items: flex-start; width: 10%; } .cardContent1{ width: 90%; font-size: 24px; display: flex; flex-wrap: wrap; flex-direction: column; } .cardTitle1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .cardContainer{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; padding:5%; border: 1px solid #C5FFF4; border-radius: 40px; } .cardHeader{ display: flex; align-items: flex-start; width: 15%; } .cardContent{ width: 80%; font-size: 24px; display: flex; flex-wrap: wrap; flex-direction: column; } .cardTitle{ margin-bottom: 24px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; margin-left: 0px; } .cardText{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; margin-bottom: 0px; align-self: center; line-height: 36px; } .cardText a{ color: skyblue; } .cardButtonContainer{ display: flex; width: 100%; flex-direction: row; flex-wrap: wrap; } .cardButton{ background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; padding:10px; margin: 12px 12px 12px 0px; } /* Card code end */ html,#root{ background-color: white; } .img_readers{ margin-top: 17%; } .img_readers>div:nth-child(1) img,.img_readers>div:nth-child(2) img,.img_readers>div:nth-child(3) img,.img_readers>div:nth-child(4) img,.img_readers>div:nth-child(5) img{ width: 100%; } .img_readers>div:nth-child(1){ width: 15.66%; height: 10.552%; } .img_readers>div:nth-child(2){ margin: 14% 0px 0px 41%; width: 18.792%; height: 15.6624%; } .img_readers>div:nth-child(3){ width: 23.49%; height: 15.828%; margin-top: 23%; } .img_readers>div:nth-child(4){ width: 15.528%; height: 8.4416%; margin-left: 66%; } .img_readers>div:nth-child(5){ width: 21.924%; height: 14.7728%; margin: 8% 0px 0px 30%; } /* login page css start */ .sss{ text-align: right; } .lbl_login{ display: flex;justify-content: space-between; } .asd{ margin-top: 5.5%; display: flex; } .login_row_320_margin_top label{ display: flex;justify-content: space-between; } .login_row_320_margin_top input{ width: 100%; height: 48px; } .login_row_320_margin_top a{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #0AAAE9; } .other_ul{ list-style-type:disc; } .other_ul li{ color: #0AAAE9; } .other_note{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #0AAAE9; } .font-color{ /* color: #0AAAE9; */ text-align: center; display: flex; } .state_combo{ width: 70%; padding-right: 5%; } .login_welcome{ width: 322px; height: 60px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 200%; line-height: 60px; text-align: left; } .btn-primary_login1 { color: #fff; background-color: #09698A; border-color: #09698A; } .btn-info-cancel { color: #fff; background-color: #C4C4C4; border-color: #C4C4C4; } .cancel1{ display: none; } .btn-primary-continue{ color: #fff; background-color: #09698A; border-color: #09698A; } .login_margin_top{ margin-top: 4.4%; } .login_width_80{ width: 80%; } .login_tablet_hidden_img1{ display: none; } @media only screen and (max-width: 1024px) { .login_width_80{ width: 100%; } .login_tablet_hidden_img2{ display: none; } .login_tablet_hidden_img1{ display: inline; } .login_margin_top_10{ flex: 0 0 100%; max-width: 100%; } } .login_desktop_normal_button{ padding: 2%; } @media only screen and (min-width: 321px) { .login_display_none_320{ display: block; } .login_display_block_320{ display: none; } } #login_sel{ border-radius: 15px; } .login_desktop_normal_button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #0AAAE9; justify-content: center; border: 1px solid #0AAAE9; box-sizing: border-box; margin-top: 0px !important; background-color: #ffffff; } .active a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 36px; text-align: center; color: #FFFFFF; } #login_sel .active{ color: #ffffff; border-style: hidden; background: #0AAAE9; border-right: 1px solid #0AAAE9; } .deactive a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 36px; text-align: center; color: #0AAAE9; } .login_desktop_normal_button span,.login_desktop_normal_button div,.login_desktop_normal_button a{ padding: 0px; } .login_desktop_normal_button span{ align-self: center; } .login_create_account{ margin-top: 1%; } .login_margin_top_10{ margin-top: 10%; } .login_margin_top_30{ margin-top: 30%; } .login_information{ text-align: left; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; margin-top: 4%; } .login_width_100{ width: 100%; } .login_width_100 span{ margin: 5px; } .login_width_30{ width: 20%; margin-right: 12px; } .login_margin_top_2{ margin-top: 6%; } .login_margin_top_3{ margin-top: 3%; } .login_width_25{ width: 25%; } @media only screen and (max-width: 320px) { #login1_img, .login_display_none_320{ display: none; } .login_display_block_320{ display: block; } .login_welcome{ font-size: 22px; line-height: 36px; } .login_information{ font-size: 14px; line-height: 24px; } .login_button_320{ width: 100%; } .login_row_320_margin_top{ margin-top: 10%; } .login_width_20{ width: 20%; } .login_width_6{ width: 6%; } .login_button_group,.date_of_birth,#sel1{ font-size: 14px; } .other_note{ font-size: 16px; } } #sel1{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #949494; } .login_button_group{ border: 1px solid #C4C4C4; box-sizing: border-box; /* border-radius: 10px 0px 0px 10px; */ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #949494; width: 137px; height: 48px; } .date_of_birth{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .other_note{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #0AAAE9; text-align: start; } .login5_li{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .login5_margin_top_5{ margin-top: 5%; } /* login page css end */ .btn-secondary{ background-color: white; color: black; border-color: white; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #000000; } .main { /* display: flex; */ height:100vh; } .header{ width: 100%; height: 25%; } /* .top_bar{ position: fixed; top: 0; right: 0; left: 0; z-index: 1030; background-color: white; } */ .top{ width: 75%; margin: auto; margin-top: 24px; } .top1{ display: flex; /* height:70px; */ flex-wrap: wrap; margin-bottom: 20px; } .logo{ /* position: absolute; */ /* width: 275px; */ height: 66px; /* background: url("../img/logo.svg"); */ } .helper{ /* width: 500px; */ margin-left: auto; height: 66px; /* margin: 30px 0px 0px 850px; */ display: flex; } .header img{ margin: 10px 10px; } .top2{ display: flex; flex-wrap: wrap; } .top2 div p{ margin: 0px; align-self: center; } .top2 #top2_p1{ /* width: 20%; */ height: 24px; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 18px; line-height: 24px; color: #0AAAE9; } .top2>div:nth-child(3){ text-align: end; padding: 0px; } .top2>div:first-child{ padding: 0px; } .top2 #top2_p2{ /* width: 75%; */ height: 24px; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 18px; line-height: 24px; color: black; } .coupon{ width: 190px; height: 48px; margin-left: auto; border: 3px solid #0AAAE9; box-sizing: border-box; border-radius: 12px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #000000; padding: 0px; background-color: #ffffff; } .menu{ display: flex; margin: auto; margin-top: 15px; width: 75%; flex-wrap: wrap; } .container-fluid .active a{ color: #0AAAE9; } .navbar div{ margin: auto; } .navbar { margin-left: auto; } .menu .menu_helper, .menu_logo{ display: none; } .menu ul { width: 100%; } .menu ul li{ /* margin-right: 48px; */ } .menu ul li a:hover{ color: #0AAAE9; } .menu ul .left{ margin-left: auto; } .menu a{ width: 134px; height: 36px; text-decoration: none; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #000000; } .content{ width: 100%; /* margin-top: 13%; */ } .content_top{ width: 100%; height: 675.37px; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 57.16%, #09698A 100.4%); /* background: url('../img/content_top_bg.svg'); */ background-size: cover; background-repeat: no-repeat; border-bottom-left-radius: 50% 80px; border-bottom-right-radius: 50% 80px; } .content_top_inside{ display:flex; flex-wrap: wrap; width: 75%; height: 100%; margin: auto; } .content_top_left{ /* width: 700px; */ margin: 70px 0px 0px 0px; } .content_right{ /* width: 893px; */ background-repeat: no-repeat; background-size: cover; /* background: url("../img/banner_home_page.svg"); */ margin-left: auto; } .ctl_text1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 54px; line-height: 74px; color: #FFFFFF; } .ctl_text2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #FFFFFF; } .login_div{ display: flex; } .register{ width: 240px; height: 72px; background: #09698A; border-color: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #FFFFFF; text-align: center; padding: 17px; } .register1{ justify-content: center; width: 34.41%; background: #0AAAE9; border-radius: 12px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #FFFFFF; text-decoration: none; text-align: center; padding: 15px; margin: 0px; } .login1{ margin-left: 48px; width: 34.41%; border: 3px solid #0AAAE9; box-sizing: border-box; border-radius: 12px; background-color: white; text-align: center; padding: 13px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #000000; } .sign_up{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #0AAAE9; } .login_div1{ justify-content: flex-end; } .register a{ color: white !important; text-decoration: none; } .login{ margin-left: 50px; width: 240px; height: 72px; border: 3px solid #09698A; box-sizing: border-box; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #09698A; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 200%, #09698A 300%); padding: 17px; text-align: center; } .login a{ color: #09698A; } .content_top_left1{ margin-top: 84.35px; } .content_top_right{ align-self: flex-end; } .content_top_right img{ width: 100%; } .middle_top{ display: flex; flex-wrap: wrap; width: 100%; /* height: 1171px; */ } .middle_bottom{ width: 100%; height: 1428px; display: flex; flex-wrap: wrap; margin-top: 100px; } .middle_bottom_left{ width: 40%; } .middle_bottom_right{ width: 60%; } .content_middle{ /* display: flex; */ /* flex-wrap: wrap; */ width: 75%; margin: auto; margin-top: 100px; } .content_middle>div:nth-child(2){ margin: auto; margin-top: 96px; margin-bottom: 98px; } .content_middle>div:nth-child(2)>div:nth-child(2),.content_middle>div:nth-child(2)>div:nth-child(1){ align-self: flex-start; } .union .btn_list{ display: flex; flex-wrap: wrap; } .union_sub{ /* background: url("../img/Union.svg"); background-size: contain; background-repeat: no-repeat; */ border: 1px solid #C5FFF4; /*border-radius: 20px; */ border-radius: 40px; } .union_sub img{ /* width: 100%; */ } .union_sub>div:first-child>div:first-child{ margin-top: 36px; } .union>div:nth-child(2),.union>div:nth-child(3){ margin-top: 60px; } .content_featured_readers{ display: flex; flex-wrap: wrap; } .content_featured_readers1{ margin-top: 115px; } .content_featured_readers2{ display: none; } .content_featured_readers #feature1{ margin-top: 160px; margin-left: 36px; } .content_featured_readers #feature2{ margin-top: 192px; } .content_featured_readers #feature3{ margin-top: 48px; margin-left: 36px; } .content_featured_readers .div1{ width: 237px; } .content_featured_readers1>div:first-child>div:nth-child(2){ /* margin-top: 213px; */ } .content_featured_readers1>div:first-child>div:nth-child(2)>div:first-child>div:first-child{ width: 100%; } .content_featured_readers1>div:first-child>div:first-child>div:nth-child(2) p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; color: #000000; line-height: 36px; } .content_featured_readers1 #text{ /* margin-left: 36px; margin-top: 103px; */ margin: 103px 0px 0px 36px; } .content_middle_1{ display: flex; flex-wrap: wrap; width: 43%; height: 1171px; /* margin: 0 auto; */ background: #FFFFFF; box-sizing: border-box; } .content_middle_1 .sub_div{ width: 37.792%; margin: 70px 0px 0px 50px; } .content_middle_2{ width: 50%; display: flex; flex-wrap: wrap; margin-top: 70px; height: 1000px; } .content_middle_3{ width: 100%; } #welcome{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; line-height: 36px; } #why{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; color: #000000; margin: 0px; line-height: 60px; } .content_middle_4{ background-size: cover !important; background-repeat: no-repeat !important; width: 100%; height: 420px; display: flex; margin-bottom: 80px; } .content_middle_4_1 img{ margin: 35px 0px 0px 100px; } .content_middle_4_1{ display: flex; flex-wrap: wrap; /* width: 100%; */ height: 50px; } .content_middle_4_2{ height: 348px; margin-left: 20px; } #p4_2_1{ /* margin: 40px 0px 0px 30px; */ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; margin-left: 0px; } #p4_2_2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; margin-bottom: 0px; align-self: center; line-height: 36px; } .content_middle_4_2_1{ display: flex; flex-wrap: wrap; /* margin: 10px 0px 0px 160px; */ } #p4_2_3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } #btn1{ flex-direction: row; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; flex: none; order: 0; align-self: center; margin: 5px 10px; height: 52px; } .content_middle_5{ width: 100%; height: 763px; display: flex; flex-wrap: wrap; margin-top: 100px; } .content_middle_5 #img1{ margin: 0px 0px 0px 50px; height: 116px; } .content_middle_5 #img2{ height: 134px; margin: 150px 0px 0px 100px; } .content_middle_5 #img3{ height: 164px; margin: 350px 0px 0px -300px; } .content_middle_5 #img4{ height: 100px; margin: 500px 0px 0px 160px; } .content_middle_5 #img5{ height: 154px; margin: 600px 0px 0px -260px; } .content_middle_6{ height: 408px; background-size: cover !important; background-repeat: no-repeat !important; width: 100%; display: flex; margin-bottom: 80px; } .content_middle_6_1 img{ margin: 35px 0px 0px 100px; } .content_middle_6_2{ margin-left: 20px; height: 336px; } .content_middle_6_2 #p6_2_1{ margin: 40px 0px 0px 30px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; height: 24px; margin-left: 0px; } .content_middle_6_2 #p6_2_2{ height: 288px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .content_middle_7{ /* height: 480px; */ background-size: cover !important; background-repeat: no-repeat !important; width: 100%; display: flex; } .content_middle_7_1 img{ margin: 35px 0px 0px 100px; } .content_middle_7_2{ height: 408px; margin-left: 20px; } .content_middle_7_2 #p7_2_1{ margin: 40px 0px 0px 30px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; height: 24px; margin-left: 0px; } .content_middle_7_2 #p7_2_2{ height: 360px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .content_middle2_left{ display: flex; height: 100px; width: 100%; flex-wrap: wrap; } .content_middle2_left p{ margin-left: 20px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .content_middle2_left1{ width: 60%; margin-left: 25px; } .content_middle2_left2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 39px; line-height: 60px; color: #000000; } .content_middle2_left3{ line-height: 36px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; } .div1{ width: 258px; /* width: 100%; */ /* height: 540px; */ background: #FFFFFF; border: 1px solid #79D9FF; box-sizing: border-box; border-radius: 20px; margin: auto; } .about{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; width: 100px; margin: auto; margin-bottom: 20px; } .thumb{ width: 69%; /*margin: 9% 18% 3%; */ text-align: center; margin: auto; margin-top: 24px; margin-bottom: 12px; } .thumb img{ width: 100%; } .about a{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; margin-left: 15px; color: #000000; } .btnstyle{ display:flex; align-items: center; justify-content: center; margin: auto; margin-bottom: 12px; } .btnstyle1{ display: flex; justify-content: center; margin-bottom: 12px; } .empathic{ background: #FEFFD8; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; border-radius: 10px; } .tarot{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; border-radius: 10px; background: #D1B8FF; } .relationship{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #FF99CA; border-radius: 10px; } .lifecoach{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #A8FFF6; border-radius: 10px; } .clairvoyant{ display: flex; flex-direction: row; padding: 8px 12px; background: #FF88D1; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .dream{ display: flex; flex-direction: row; padding: 8px 12px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .healing{ display: flex; flex-direction: row; padding: 8px 12px; background: #C5FFF4; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .angelguides{ display: flex; flex-direction: row; padding: 8px 12px; background: #95F1FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .medium{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #B49CC8; border-radius: 10px; } .paranomal{ display: flex; flex-direction: row; padding: 8px 12px; background: #E6A0E5; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .MoneyandFinance{ display: flex; flex-direction: row; padding: 8px 12px; background: #FFF4D8; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .spirit{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(29, 115, 166, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .omens{ display: flex; flex-direction: row; padding: 8px 12px; background: #B4ABBE; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .nymerology{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(133, 168, 115, 0.6); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .astrology{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(102, 57, 148, 0.6); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .holocreation{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(239, 83, 253, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .manifesting{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(203, 110, 58, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .mtd_bottom{ justify-content: center; display: flex; margin-bottom: 26px; } .mtd_bottom img{ margin: 0 10px; } .statue{ display: flex; /* width: 70.219%;; */ width: 100%; padding: 0px; margin: auto; margin-bottom: 25px; align-items: center; justify-content: center; } .statue>div:first-child{ padding-right: 0px; } .statue>div:nth-child(2){ padding-left: 0px; } .statue>div:nth-child(2) img{ width: 100%; } .online{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #1CCB00; } .offline{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #949494; } .in_a_session{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #1BC8FF; } .be_right_back{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #FF5693; } .statue p{ margin: 0 0; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; color: #000000; margin-right: 12px; } .statue a i{ margin-right: 6px; } .statue a{ font-size: 16px; } .statue img{ margin: 0px 5px; } /* our footer page css start */ .footer{ width: 100%; padding: 0px; margin: 0px; height: 680px; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 57.16%, #09698A 100.4%); } /* .footer_logo img{ width: 100%; } */ .footer_middle>div:nth-child(3){ height:100%; padding:0px; } .footer_middle>div:nth-child(3) img{ display: none; } .footer_body{ height: 70.587%; width: 100%; padding: 0px; margin: 0px; } .footer_girl img{ height: 100%; width: 100%; } .footer_girl_1024{ display: none; } .footer_girl_1024 img{ height: 100%; width: 100%; } .footer_girl{ /* align-self: flex-end; */ height: 100%; /* background-image: url("../img/girl.svg"); */ /* background-size: cover; background-repeat: no-repeat; */ } .footer_left,.footer_middle{ height: 100%; } .footer_effect{ margin: 0px; padding: 0px; background-color: white; height: 29.413%; border-bottom-left-radius: 50% 200px; border-bottom-right-radius: 50% 200px; } .footer .banner .rectangle .rectangle1{ display: flex; flex-wrap: wrap; } .rectangle{ background-size: cover; background-repeat: no-repeat; margin-top: 142px; display: flex; flex-wrap: wrap; color: white; /* background: radial-gradient(69.14% 122.64% at 69.14% 50.88%, #0AAAE9 0%, #06A2B9 35.99%, #09698A 71.01%, #0D636E 98.44%); */ background:url('../img/footer_rectangle.svg'); } .rectangle .rectangle_sub{ height: 100%; } .navigation{ /* display: flex; flex-wrap: wrap; */ height: 52.5%; margin-top: 93px; } .navigation div{ display: flex; flex-wrap: wrap; width: 50%; padding-right: 0px; } .navigation div a{ font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #FFFFFF; width: 100%; margin-bottom: 20px; text-decoration: none; } .navigation a{ color: white; } .call{ margin-left: auto; margin-top: 44px; } .fg_show2{ display: none !important; } .call div{ display: flex; } .call img{ margin: 0px 20px 0px 20px; } .call p{ font-family: Poppins; font-style: normal; font-weight: 500; font-size: 23px; line-height: 36px; color: #FFFFFF; margin: 0px; } .call #phone_num{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 34px; color: #FFFFFF; margin: 0px; } .subfooter{ width: 100%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 20px; margin-bottom: 24px; } .subfooter div{ text-align: center; align-self: center; } .copylight{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #828282; /* margin-right: 350px; */ } .copylight1{ display: none; } .footer_social img{ margin-right: 20px; } /* our footer page css end */ /* our psychics page css start */ .our_psychics{ width: 75%; margin: auto; /* margin-top: 16.5%; */ margin-top: 50px; } .text #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 54px; line-height: 74px; color: #000000; margin: 0px; } .text #p2{ margin: 0px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .filters{ /* height: 112px; */ display: flex; flex-wrap: wrap; margin: 36px 0px 52px 0px; } .category_filter{ /* width: 66%; */ /* height: 112px; */ display: flex; flex-wrap: wrap; } .category_filter p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; } .tags{ display: flex; flex-wrap: wrap; /* height: 112px; */ width: 80%; margin-left: 36px; } .tags button{ display: flex; flex-direction: row; /* width: 123px; */ height: 44px; border: 1px solid #C4C4C4; box-sizing: border-box; border-radius: 10px; margin-right: 2px; justify-content: center; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #C4C4C4; flex: none; order: 0; align-self: center; margin: 10px 18px; background-color: white; } .tags #div1{ display: flex; flex-wrap: wrap; } .tags #div2{ display: flex; flex-wrap: wrap; } .chosen{ flex-wrap: wrap; display: flex; margin-left: auto; align-self: center; } .chosen p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; margin: 10px 24px 0px 0px; } .chosen input{ width: 100%; height: 24px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color:#000000; margin: 0px; height: 48px; border: 1px solid #C4C4C4; box-sizing: border-box; border-radius: 10px; padding: 10%; } .chosen button{ height: 48px; background: #0AAAE9; border-radius: 0px 10px 10px 0px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; text-align: center; color: #FFFFFF; } .cards{ display: flex; flex-wrap: wrap; width: 90%; margin: auto; } .cards .div1{ margin-bottom: 36px; } .cards1{ display: flex; flex-wrap: wrap; height: 540px; margin-bottom: 50px; } .button{ width: 230px; height: 72px; margin: auto; margin-top: 100px; } .button button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; width: 230px; height: 72px; background: #09698A; border-radius: 10px; } .cards1 .div1{ margin-right: 50px; } /* our psychics page css end */ /* our reader page page css start */ .reader_page{ margin: auto; margin-top: 100px; } .about_reade{ margin: auto; width: 75%; display: flex; flex-wrap: wrap; } .about_reade .left{ width: 30%; text-align: center; } .about_reade .right{ width: 65%; display: flex; flex-wrap: wrap; margin-left: 60px; } .reader_page .about_reade .left .mtd_bottom{ margin: 20px 0px 20px 0px; } .info{ background: #FFFFFF; border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 20px; } .info .top{ display: flex; flex-wrap: wrap; } .info .top .left{ width: 60%; } .info .top .top_right{ width: 40%; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .info .top .left p{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 33px; color: #0AAAE9; } .reader_page .right p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin: 0px; } .point{ margin: 15px 10px 0px 10px; } .reader_page .right .right1{ display: flex; height: 60px; } .reader_page .right .right2{ display: flex; flex-wrap: wrap; height: 165px; } .reader_page .right .right2 div{ display: flex; flex-wrap: wrap; } .reader_page .right .right2 div button{ margin: 0px 10px 10px 0px; } .reader_page .right .right3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin-top: 20px; } .feedbacks{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; } .feedbacks .feedbacks_top{ width: 100%; text-align: center; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } /* our reader page css end */ /* about_us page css start */ .about_us{ width: 75%; display: flex; flex-wrap: wrap; margin: auto; /* margin-top: 16.5%; */ margin-top: 50px; } .about_us .about_top{ width: 100%; /* height: 412px; */ } .about_us .about_top #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } .about_us .about_top #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .about_us .about_top #p2 button{ background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; flex: none; order: 0; align-self: center; } .about_us .about_top #p2 div{ display: flex; flex-direction: row; padding: 8px 12px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .about_us .psychics_offer{ display: flex; flex-wrap: wrap; margin-top: 50px; width: 100%; } .about_us .psychics_offer .psychics_offer1{ display: flex; flex-wrap: wrap; width: 90%; } .about_us .psychics_offer .psychics_offer1 img{ width: 90%; } /* about_us page css end */ /* our services page css start */ .btn_service_place{ height: 48px; background: #09698A; border-color: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #FFFFFF !important; text-align: center; width: 33.964% !important; } .our_service{ width: 75%; margin: auto; /* margin-top: 15.238%; */ } .our_service_top{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 100px; } .our_service_top .service_top2{ width: 100%; display: flex; } .service_top2>div:first-child{ padding-right: 0px; } .service_top2>div:nth-child(2){ padding: 0px; } .our_service_top .service_top2 #service_top2_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .our_service_top .service_top2 #service_top2_p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .service_top1{ width: 90%; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 70px; } .service_top1 div{ align-self: center; } .service_top1 #p1{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; } .service_top1 #p2{ text-align: center; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } .service_top1 #p2 span{ margin-left: 12px; } .service_top1 img{ width: 100%; } .service_top1 .service_top1_sub{ display: flex; flex-wrap: wrap; margin-right: auto; } .service_top1 .service_top1_sub p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; } .service_top1 .service_top1_sub img{ margin-right: 30px; } .service_top3{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 50px; } .service_top3_left{ width: 50%; } .service_top3_left1{ width: 100%; margin-bottom: 20px; } .service_top3_left #service_top3_left_p1,.service_top3_right #service_top3_left_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } #service_top3_left_sub_div{ display: flex; flex-wrap: wrap; } #service_top3_left_sub_div img{ margin-right: 30px; } #service_top3_left_sub_div div{ align-self: center; } .align_self,.align_self1{ align-self: center; } .service_top3_left #p1,.service_top3_right #p1{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #0AAAE9; height: 24px; margin: 0px; text-align: center; } .service_top3_left #p2,.service_top3_right #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin: 0px; margin-bottom: 12px; } .service_top3_right_btn button{ background: #09698A; border-radius: 10px; height: 65px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #FFFFFF; } .service_top3_right_btn{ text-align: center; margin-top: 140px; } .service_top3_right_btn_1024{ text-align: center; margin-top: 140px; display: none; } .service_top3_right_btn_1024 button{ width: 313px; height: 60px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #FFFFFF; } .service_top4{ width: 60%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 60px; } .service_top4_1 p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #0AAAE9; } .service_top4_2 p{ margin: 0px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* our services page css start */ /* our prices->live chat page css start */ .our_price{ /* margin-top: 16.5%; */ } .our_price_menu{ display: flex; margin: auto; margin-top: 50px; width: 75%; justify-content: center; } .our_price_menu ul{ border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 10px; } .our_price_menu ul li{ align-self: center; } .our_price_menu table{ border-collapse: collapse; height: 64px; background: url("../img/Rectangle.svg"); background-size: contain; background-repeat: no-repeat; } .our_price_menu div{ margin: 0px 10px; } .our_price_menu a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 17px; line-height: 60px; text-align: center; width: 134px; height: 64px; text-decoration: none; color: #0AAAE9; } .live_chat{ width: 1136px; margin: auto; } .live_chat #live_chat_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .live_chat button{ width: 170px; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; } .live_chat #live_chat_p2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; margin: auto; } .live_chat .phone_p{ color: #FFABAB; } .live_chat .phone_b{ background: #FFABAB; width: 170px; height: 60px; } .live_chat .live_p{ color: #0AAAE9; width: 170px; height: 60px; } .live_chat .live_b{ background: #0AAAE9; width: 170px; height: 60px; } .live_chat .mail_p{ color: #CD85EF; } .live_chat .mail_b{ background: #CD85EF; width: 170px; height: 60px; } .live_chat #live_chat_p3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; width: 60%; margin: auto; } .live_chat #live_chat_p4{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; text-align: center; color: #69E5EE; } .live_chat .st_row1{ /* width: 556px; */ /* width: 48.945%; */ flex: 0 0 71%; max-width: 71%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .live_chat .st_row1,.live_chat .st_row4{ /* width: 556px; */ /* width: 48.945%; */ flex: 0 0 71%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .live_chat .st_row2,.our_price .live_chat .st_row3,.live_chat .st_row5{ width: 100%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .our_price .live_chat .st_row3{ justify-content: center; flex-direction: row; /* width: 23.416%; */ } .live_chat .st_row3{ width: 302px; margin: auto; margin-top: 72px; } .leve_chat .st_row4{ width: 835px; margin: auto; margin-top: 96px; } .live_chat .card1{ /* width: 50%; */ text-align: center; } .live_chat .card2{ /* width: 50%; */ text-align: center; margin-left: auto; } .live_chat .st_row3 .new_post{ display: flex; } .live_chat .st_row3 .new_post button{ width: 100px; height: 100px; background: #D8F4FF; border-radius: 50px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #0AAAE9; margin-left: auto; border-color: #D8F4FF;; } button{ border-style: double } .new_post p{ text-align: center; margin: auto; } /* our prices->live chat page css end */ /* Article page css start */ .btn-info { color: #000 !important; background-color: #D8F4FF !important; border-color: #D8F4FF !important; } .article_header{ margin-top: 100px; } .article_header img{ width: 100%; } .article_header #div1{ /* width: 40%; */ margin: auto; } .article_header #div2{ /* width: 60%;*/ margin: auto; margin-top: 50px; } .article_header button{ background: #D8F4FF; border-radius: 10px; width: 61px; height: 44px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .article_header #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: center; color: #000000; text-align: -webkit-match-parent; } .article_header #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } /* .article_content{ */ /* width: 60%; */ /* margin: auto; */ /* } */ .article_content #div1{ width: 100%; } .article_content #div2{ width: 80%; margin: auto; } .article_content #div3{ width: 90%; margin: auto; } .article_content #p1{ padding-left: 100px; } .article_content h1{ padding-left: 50px; } .article_content p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* .article_footer{ */ /* width: 75%; margin: auto; */ /* } */ .article_footer #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 36px; line-height: 36px; color: #000000; margin-left: 30px; } .article_footer_post{ display: flex; flex-wrap: wrap; } .article_footer_post_sub{ margin-left: auto; /* width: 25%; */ } .article_footer_post .article_footer_post_author{ display: flex; flex-wrap: wrap; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } .article_footer_post #title{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #000000; } .article_footer_post #content{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .read_more button{ display: flex; flex-direction: row; padding: 10px 12px; width: 70px; height: 44px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .read_more{ display: flex; flex-wrap: wrap; } .article_footer_post_author #date{ margin-left: auto; } .read_more #div1{ margin-left: auto; align-self: center; } .article_footer_post #div{ display: flex; flex-wrap: wrap; } /* Article_us page css end */ /* Articles page css start */ #article{ /* margin-top: 16.55%; */ width: 73%; margin: auto; } #article h2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 32px; line-height: 48px; text-align: start; color: #000000; } #article_category1{ margin-top: 63px; } #article_category1>div:first-child img{ width: 100%; } #article_category1 h6{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; } #article_category2{ margin-top: 24px; } .article_category_space{ margin: 0px 24px 24px 0px; padding: 3px; /* justify-content: space-between; */ } #article_article1{ margin-top: 69px; } .article_article1_row1{ margin-top: 24px; display: flex; justify-content: space-between; } .article_article1_row11{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; text-align: center; color: #000000; text-align: -webkit-left; } .article_opacity{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } .article_article1_row2{ margin-top: 16px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .article_article1_row3{ margin-top: 52px; display: flex; justify-content: space-between; } .article_article1_row3 div{ width: 88.22%; align-self: center; cursor: pointer; } .article_more_subtitle div,.article_more_subtitle div{ cursor: pointer; } .article_article1_row3 a{ align-self: center; cursor: pointer; align-self: center; margin-left: auto; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; } .articls_read_more{ color: #0AAAE9; margin-left: auto; align-self: center; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } .article_article1_row3 span{ margin-left: 10px; } .article_article1_row3 button{ width: 61px; height: 44px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; } #article_post_row{ margin-top: 60px; } .article_post_title{ margin-top: 12px; display: flex; justify-content: space-between; } .article_post_ask{ margin-top: 24px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: left; color: #000000; } .article_post_resolve{ margin-top: 12px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .article_post_link{ margin-top: 24px; display: flex; } .article_post_link a{ align-self: center; margin-left: auto; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } #article_more_title{ margin-top: 96px; } #article_more_title>div:first-child>h3:first-child{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: start; color: #000000; } .article_more_post{ margin-top: 36px; } #article_all_view{ margin-top: 72px; background: #09698A; border-radius: 20px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; width: 230px; height: 72px; } .article_more_subtitle{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; text-align: center; color: #000000; margin-top: 24px; display: flex; justify-content: space-between; } .article_more_subtitle div{ width: 42.03%; align-self: center; } .article_more_subtitle button{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; background: #D8F4FF; border-radius: 10px; } .article_more_subtitle a{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; color: #0AAAE9; } .article_more_subtitle h6{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; color: #949494; align-self: center; } .article_more_subtitle span{ margin-left: 10px; align-self: center; } .article_more_contenttext{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; margin-top: 12px; } .article_featured_icon{ margin-top: 24px; margin-bottom: 21px; } .article_more_link,.article_more_link1{ margin-bottom: 12px; justify-content: center; } .article_more_link div,.article_more_link1 div{ align-self: center; width: 88.22%; } .article_more_link h3,.article_more_link1 h3{ /* height: 120px; */ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: center; color: #000000; margin-bottom: 48px; } .article_more_link h6{ color: #0AAAE9; margin-left: auto; align-self: center; } .article_more_link span{ margin-left: 10px; } .article_category_btn{ margin-top: 12px; } #article_category_img{ width: 100%; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; background: #D8F4FF; border-radius: 10px; height: 44px; } @media only screen and (max-width: 320px) { .article_hidden_img{ display: none; width: 100%; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 12px; line-height: 10%; } } @media only screen and (max-width: 1024px) { #article_category_img{ border-radius: 10px 10px 10px 10px; } .article_hidden_img{ width: 100%; height: 100%; } #article_all_view{ font-size: 16px; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 12px; line-height: 100%; } } /* Articles page css end */ /* Contact Us page css start */ #contact{ /* margin-top: 19%; */ width: 73%; margin: auto; } .contact_left{ margin-top: 27%; } .contact_left img{ margin-right: 27px; } .contact_left h2,.contact_right h2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } .contact_left h6{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .contact_left div{ margin-top: 1%; display: flex; } .contact_left div i{ color: #0AAAE9; } .contact_right{ margin-top: 13%; } .contact_right h2,#user{ width: 100%; } .contact_right textarea{ width: 100%; height: 9%; } .contact_right #div1{ text-align: center; } .contact_right #div2{ padding-left: 2%; } .contact_right #div2 label{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .form-check{ padding-left: 0px; } .contact_right #div2 #div2_1{ margin-top: 5.5%; display: flex; margin-bottom: 2%; border: 1px solid black; width: 100%; justify-content:space-around; height: 11%; } .contact_right #div2 #div2_1 #div2_1_1{ /* width: 3rem; */ align-self: flex-end; height: 3rem; display: flex; flex-wrap: wrap; } .contact_right #div2 #div2_1 #div2_1_2{ text-align: center; } .contact_right #div2 #div2_2{ text-align: center; } .contact_right #div2 #div2_2 button{ background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #FFFFFF; width: 35%; } /* Contact Us page css start */ .nav_menu{ box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.0), 0 0px 0px 0px rgba(0, 0, 0, 0.0); } .call>div:nth-child(3) img{ display: none; } .our_price_menu_sub{ display: flex; flex-wrap: wrap; border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 10px; width: 46.524%; } .our_price_menu_sub div{ margin: 0px; width: 214px; text-align: center; } .our_price_menu_sub .div_active_left{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .our_price_menu_sub .div_active_right{ border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .div_active{ background: #0AAAE9; color: #ffffff !important; } .div_active a{ padding-top: 15px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 17px; line-height: 36px; text-align: center; color: #FFFFFF; } .border_right{ border-right: 1px solid #949494; } /* responsive start */ @media (max-width:1768px){ .content_featured_readers .div1{ width: 200px; } } @media (max-width:1575px){ .menu a{ font-size: 23px; } .call p{ font-size: 22px; } .navigation div a{ line-height: 34px; } .call #phone_num{ font-size: 33px; } } @media (max-width:1532px){ .call p{ font-size: 21px; } .navigation div a{ line-height: 33px; } .call #phone_num{ font-size: 32px; } .content_featured_readers .div1{ width: 150px; } .empathic,.tarot,.relationship,.lifecoach,.clairvoyant,.dream,.angelguides,.healing{ font-size: 12px; } .btnstyle1{ margin: auto; justify-content: center; } .mtd_bottom img{ margin: 0px 3px; } .statue p{ font-size: 16px; } .statue a{ font-size: 10px; } } @media (max-width:1540px){ .menu a{ font-size: 22px; } } @media (max-width:1493px){ .menu a{ font-size: 21px; } .menu ul li { margin-right: 0px; } } @media (max-width:1444px){ .ctl_text1{ font-size: 52px; } } @media (max-width:1392px){ .ctl_text1{ font-size: 51px; } } @media (max-width:1366px){ .ctl_text1{ font-size: 50px; } } @media (max-width:1343px){ .ctl_text1{ font-size: 49px; } } @media (max-width:1315px){ .ctl_text1{ font-size: 48px; } .call p{ font-size: 20px; } .navigation div a{ line-height: 32px; } .call #phone_num{ font-size: 31px; } } @media (max-width:1290px){ .ctl_text1{ font-size: 47px; } .chosen p{ font-size: 17px; } } @media (max-width:1268px){ .ctl_text1{ font-size: 46px; } .call p{ font-size: 19px; } .navigation div a{ line-height: 31px; } .call #phone_num{ font-size: 30px; } } @media (max-width:1239px){ .ctl_text1{ font-size: 45px; } .service_top1 { width: 100%; } } @media (max-width:1214px){ .ctl_text1{ font-size: 44px; } } @media (max-width:1211px){ .content_top_inside{ width: 80%; } .content_middle{ width: 90%; } } @media only screen and (min-width: 1200px) { .article_category_space{ /* margin-left: 24px; */ margin: 0px 24px 24px 0px; padding: 3px; } } @media (max-width:1185px){ .menu a{ font-size: 20px; } } @media (max-width:1180px){ .chosen p{ font-size: 16px; } } @media (max-width:1145px){ .chosen p{ font-size: 15px; } } @media (max-width:1135px){ .our_price_menu_sub{ width: 75.655% !important; } /* .our_price_menu_sub div{ width: 33.33% !important; } */ .live_chat{ width: 100% !important; } } @media (max-width:1114px){ .ctl_text1{ font-size: 41px; } } @media (max-width:1075px){ .chosen p{ font-size: 14px; } } @media (max-width:1042px){ .ctl_text1{ font-size: 40px; } } @media only screen and (min-width: 1025px) { .article_category_btn { margin-top: 12px; } } @media (max-width:1024px){ .btn_service_place{ font-size: 18px; padding: 1.5%; line-height: 24px; } .service_top2>div:nth-child(2){ padding: 1%; } .serviceContainer_sub{ padding: 0px; } .psychics_offer_1024{ display: initial; margin-top: 72px; } .psychics_offer{ display: none !important; } .tags{ flex: 0 0 100%; max-width: 100%; margin-left: 0px; } .tags button{ margin-left: 0px; } .our_psychics{ width: 90%; } .cardContainer1{ margin-bottom: 0px; } .content_middle>div:nth-child(2),.union>div:nth-child(2){ margin-top: 72px; } .content_middle>div:nth-child(2){ margin-bottom: 0px; } #login{ margin: 0px; padding: 0px; max-width: 100%; } #login>div:first-child{ width: 90%; margin: auto; } .login_margin_top_10{ max-width: 95%; margin: auto; margin-top: 10%; } .serviceTitle{ font-size: 22px; } .serviceHeader,.serviceHeader1{ font-size: 20px; width: 100%; justify-content: flex-start; } .serviceText{ font-size: 20px; } .cardTitle1{ font-size: 22px; } #navcol ul{ text-align: left; } #navcol ul li{ width: 100%; } .cardHeader img{ width: 90%; } #article_category1>div:first-child,#article_category1>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } #article_category1>div:nth-child(2){ margin-top: 30px; } #article_category1>div:first-child img{ width: 107px; } .content{ /* margin-top: 8%; */ } .our_price_menu_sub div{ width: 100%; } .live_chat .st_row2>div:nth-child(1),.live_chat .st_row2>div:nth-child(2){ flex: 0 0 71%; max-width: 100%; margin: auto; } .live_chat .st_row2>div:nth-child(1),.live_chat .st_row5>div:nth-child(1){ margin-bottom: 108px; } .div_active a,.our_price_menu a{ font-size: 16px; } .footer_logo img{ width: 100%; } .footer_effect{ border-bottom-left-radius: 50% 100px; border-bottom-right-radius: 50% 100px; } #btn1{ font-size: 16px; } #why{ font-size: 32px; } #p4_2_2,#welcome{ font-size: 20px; } .content_featured_readers1>div:first-child>div:nth-child(2)>div:first-child{ display: none; } .content_featured_readers1>div:first-child>div:nth-child(2)>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .content_featured_readers1>div:first-child>div:nth-child(2){ margin-top: 0px; } .content_featured_readers1 #text{ margin-top: 48px; } .footer_left,.footer_right{ flex: 0 0 8.333333%; max-width: 8.333333%; } .footer_middle{ flex: 0 0 86%; max-width: 86%; } .content_featured_readers1>div:first-child>div:first-child>div:nth-child(2) p{ font-size: 22px; } .content_middle2_left2{ font-size: 32px; } .content_middle2_left3{ font-size: 20px; } .navigation div a{ font-size: 20px; line-height: 36px; } .call p{ font-size: 20px; line-height: 36px; } .footer_girl{ display: none; align-self: flex-end; } .footer_girl_1024{ display: block; align-self: flex-end; } .content_top_left1{ margin-top: 82px; } .service_top1 .align_self{ max-width: 25%; } .service_top1 #p2{ font-size: 18px; } .service_top4_2 p{ font-size: 20px; } .service_top3_left #p1, .service_top3_right #p1,.service_top3_left #p2, .service_top3_right #p2{ font-size: 20px; } .service_top3_left>div:first-child>div:nth-child(2),.service_top3_right>div:first-child>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .service_top4{ width: 100%; } .service_top3_right_btn_1024{ display: initial; } .service_top3_right_btn{ display: none; } .align_self{ flex: 0 0 100%; max-width: 100%; } .align_self #p1{ text-align: left; } .our_service_top .service_top2 #service_top2_p1,.service_top3_left #service_top3_left_p1{ font-size: 22px; } .our_service_top .service_top2 #service_top2_p2,#service_top3_left_sub_div #p1,#service_top3_left_sub_div #p2{ font-size: 20px; } .service_top2 div{ flex: 0 0 100%; max-width: 100%; } .our_service{ width: 90%; } .header{ display: none; } .nav_menu{ flex: 0 0 16.666667%; max-width: 16.666667%; } .menu #helper{ margin-top: 3%; } .navbar-expand-md .navbar-toggler { display: block; } .collapse:not(.show) { display: none !important; } /* .navbar-collapse { flex-basis: 100% !important; flex-grow: 1 !important; align-items: center !important; } */ .menu ul .left{ margin-left: 0px; } .navbar-nav { display: flex !important; flex-direction: column !important; padding-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; } .menu .menu_helper, .menu_logo{ display: initial; } .menu .menu_helper{ margin-left: auto; } .fg_show1{ display: none !important; } .fg_show2{ display: flex !important; } .ctl_text1{ font-size: 36px; line-height: 48px; } .ctl_text2{ font-size: 20px; line-height: 36px; } .register{ height: 60px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #FFFFFF; text-align: center; padding: 17px; } .login{ margin-left: 30px; height: 60px; border: 3px solid #09698A; box-sizing: border-box; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #09698A; padding: 17px; text-align: center; } .content_top{ height: 432px; } .keyword{ flex: 0 0 100%; max-width: 100%; } .content_featured_readers #feature1,.content_featured_readers #feature3{ margin-left: auto; } .content_featured_readers #feature2{ margin-top: -50px; } } @media (max-width:991px){ .article_more_link1{ display: none; } /* $("#body-container .main-content").remove().insertBefore($("#body-container .left-sidebar")); */ } @media (max-width:923px){ .ctl_text1{ font-size: 35px; line-height: 45px; } .ctl_text2{ font-size: 19px; line-height: 33px; } } @media (max-width:914px){ .content_featured_readers{ display: block; } .content_featured_readers .div1{ width: 100%; } .content_featured_readers #feature2,.content_featured_readers #feature1{ margin-top: 48px; } } @media (max-width:878px){ .footer_social img{ margin-right: 10px; } } @media (max-width:804px){ .ctl_text1{ font-size: 34px; line-height: 44px; } .ctl_text2{ font-size: 18px; line-height: 32px; } .footer_logo { display: none; } .copylight,.subfooter>div:nth-child(3){ flex: 0 0 50%; max-width: 50%; } .cardHeader1 img{ width:90%; } } @media (max-width:586px){ .menu #helper{ display: none; } .menu .menu_logo{ flex: 0 0 83.333333%; max-width: 83.333333%; } } @media (max-width:575px){ .chosen{ flex: 0 0 100%; max-width: 100%; } .align_self{ margin-bottom: 12px; max-width: 16.666667%; } .align_self1{ margin-bottom: 24px; } .our_price .live_chat .st_row4>div:first-child,.our_price .live_chat .st_row4>div:nth-child(2),.our_price .live_chat .st_row4>div:nth-child(3){ margin-bottom: 72px; flex: 0 0 100%; max-width: 100%; } .our_price .st_row5{ margin-top: 0px; } } @media (max-width:530px){ .footer_social img{ width: 24px; height: 24px; } .content_top_right { display: none; } .content_top_left1 { flex: 0 0 100%; max-width: 100%; margin-top: 38px; } .login_div{ margin-top: 250px; /* flex-wrap: wrap; */ } .content_middle>div:first-child { margin-top: 60% !important; } .content_featured_readers2 { display: block; } .content_featured_readers2 h3 { font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #000000; } .content_featured_readers2,.content_featured_readers1 { display: block; } .content_featured_readers2 p { font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .content_featured_readers { -webkit-box-flex: 0; flex: 0 0 100%; flex-grow: 0; flex-shrink: 0; flex-basis: 100%; max-width: 100%; } .content_featured_readers #feature0 { margin: auto; } .content_featured_readers #feature1 { margin-left: 0px; margin: auto; margin-top: 24px; } .content_featured_readers #feature3,.content_featured_readers #feature2 { margin: auto; margin-top: 24px; } .content_middle>div:nth-child(2)>div:nth-child(1), .union { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1)>div:nth-child(2),.footer_girl_1024 { display: none; } .union { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .footer_effect { border-bottom-left-radius: 50% 70px; border-bottom-right-radius: 50% 70px; } .footer_middle>div:first-child { -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; } .navigation>div:first-child, .navigation>div:nth-child(2) { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .footer_middle>div:nth-child(3) { height: auto; align-self: flex-end; flex: 0 0 58.333333%; max-width: 58.333333%; } } @media (max-width:490px){ .contact_right #div2 #div2_2 button{ width: auto; } } @media (max-width:320px){ .service_top2>div:nth-child(2){ padding-right: 15px; } .serviceContainer>div:nth-child(2){ margin-top: 48px; } .btn_service_place{ width: 100% !important; padding: 5%; font-size: 16px; line-height: 24px; } .about_us .about_top #p1{ font-size: 24px; line-height: 36px; } .about_us .about_top #p2,.about_us .about_top #p2 button{ font-size: 16px; line-height: 24px; } .psychics_offer_320{ display: initial; margin-top: 48px; } .psychics_offer{ display: none !important; } .chosen p{ font-size: 18px; line-height: 24px; } .chosen_sub>div:first-child{ flex: 0 0 75%; max-width: 75%; } .banner_320{ display: initial; } .register{ height: 48px; width: 200px; margin: auto; padding: 6%; } .login{ height: 48px; width: 200px; font-size: 16px; padding: 5%; margin: auto; margin-top: 24px; } .footer_left, .footer_right{ display: none; } .footer_middle{ padding: 0; margin: auto; } .div1 .btnstyle1 img{ height: 33px; margin-bottom: 26px; } .login_width_30{ width: 70%; } .sss{ text-align: center; } .login_margin_top_30{ max-width: 85%; margin: auto; margin-top: 30%; } .login_margin_top_30>div:nth-child(1){ margin-top: 36px; } .login_margin_top_30 #dont{ margin-left: 10%; } .date_of_birth,.sign_up{ font-size: 14px; } .login_information{ display: none; } .cancel1{ display: inline; } .cancel{ display: none; } .login_tablet_hidden_img1{ display: none; } .login_margin_top_10{ max-width: 85%; } .login_welcome{ text-align: center; margin-left: 15%; } .serviceTitle{ font-size: 20px; } .live_chat #live_chat_p4{ font-size: 18px; } .serviceContainer_sub{ width: 100%; } .serviceHeader,.serviceHeader1{ font-size: 18px; width: 100%; } .serviceText{ font-size: 16px; } .serviceHeader1{ width: 15%; } .cardContainer{ padding : 10%; } .cardTitle{ font-size: 20px; } .cardText,#welcome{ font-size: 16px; line-height: 24px; } #why{ font-size: 22px; line-height: 36px; } .cardButton{ font-size: 16px; } .union{ padding: 0px; } .subfooter>div:nth-child(3){ flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; } .article_article1_row11,.article_more_subtitle{ font-size: 20px; line-height: 24px; } .article_article1_row2,.article_post_resolve,.article_more_contenttext{ font-size: 14px; line-height: 24px; } .article_post_ask{ font-size: 18px; line-height: 24px; } #article_all_view{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; width: 228px; height: 48px; background: #09698A; border-radius: 10px; } .contact_left h2,.contact_right h2{ font-size: 22px; line-height: 36px; } .contact_left h6{ font-size: 16px; line-height: 24px; } .contact_right #div2 #div2_2 button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; } #article_more_title>div:first-child>h3:first-child{ font-size: 22px; line-height: 36px; } .our_price .live_chat .st_row3>div:first-child,.our_price .live_chat .st_row3>div:nth-child(2),.our_price .live_chat .st_row3>div:nth-child(3){ margin-bottom: 72px; flex: 0 0 100%; max-width: 100%; } .article_category_space{ margin: 0px 12px 12px 0px; }; .tags{ margin-left: 0px; width: 100%; } .text #p1{ font-size: 24px; line-height: 36px; } .text #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .live_chat .phone_b,.live_chat .live_p,.live_chat .live_b,.live_chat .mail_b{ width: 170px; height: 48px; } .live_chat .st_row1>div:nth-child(1),.live_chat .st_row2>div:nth-child(1)>div:nth-child(1),.live_chat .st_row2>div:nth-child(2)>div:nth-child(1){ margin-bottom: 108px; } .div_active a,.our_price_menu a{ font-size: 15px; } .border_right{ border-right: 0px solid #949494; } .union_sub>div:first-child>div:nth-child(2)>div:nth-child(2),.btn_list{ flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1),.union{ flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){ display: none; } .footer_effect{ border-bottom-left-radius: 50% 70px; border-bottom-right-radius: 50% 70px; } .call>div:nth-child(3) img{ display: block; } .footer_middle>div:first-child{ flex: 0 0 50%; max-width: 50%; padding: 0px; } .footer_girl_1024{ display: none; } .footer_middle>div:nth-child(3){ flex: 0 0 58.333333%; max-width: 58.333333%; } .navigation>div:first-child,.navigation>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .footer_middle>div:nth-child(3){ height: auto; align-self: flex-end; } .navigation div a{ font-size: 16px; line-height: 15px; } .call p{ font-size: 16px; } .call #phone_num{ font-size: 20px; } .content_featured_readers #feature0{ margin: auto; } .content_featured_readers #feature1{ margin-left: 0px; margin: auto; margin-top: 24px; } .content_featured_readers #feature2{ margin: auto; margin-top: 24px; } .content_featured_readers #feature3{ margin: auto; margin-top: 24px; } .content_featured_readers{ flex: 0 0 100%; max-width: 100%; } .content_featured_readers1{ display: none; } .content_featured_readers2{ display: block; } .content_featured_readers2 h3{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #000000; } .content_featured_readers2 p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; margin-top: 40px; margin-bottom: 24px; } .content_top_right{ display: none; } .content_top_left1 { flex: 0 0 100%; max-width: 100%; margin-top: 38px; } .menu .menu_helper{ display: none; } .footer_logo,.copylight{ display: none; } .copylight1{ display: flex; justify-content: center; } .footer_social{ text-align: center; } .cards .div1{ margin-bottom: 24px; } .our_service_top .service_top2 #service_top2_p1, .service_top3_left #service_top3_left_p1,.service_top4_1 p{ font-size: 20px; } .our_service_top .service_top2 #service_top2_p2, #service_top3_left_sub_div #p1, #service_top3_left_sub_div #p2,.service_top3_left #p1, .service_top3_right #p1, .service_top3_left #p2, .service_top3_right #p2,.service_top4_2 p,.service_top1 #p1,.menu a,.ctl_text2{ font-size: 16px; } .ctl_text2{ text-align: center; } .align_self #p1{ font-size: 18px; } .service_top3_right_btn_1024{ margin-top: 30px; } .service_top3_right_btn_1024 button{ display: flex; flex-direction: column; padding: 12px 48px; width: 280px; height: 48px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; margin: 0px 10px; } .service_top1 #p2{ font-size: 12px; } .ctl_text1{ font-size: 20px; line-height: 32px; text-align: center; } .login_div{ margin-top: 22.58px; flex-wrap: wrap; } .login{ margin: 24px 0px 0px 0px; } .content_middle>div:first-child{ margin-top: 35% !important; } }
public/css/style.css
.banner_320{ display: none; } .psychics_offer_320,.psychics_offer_1024{ display: none; } .psychics_offer_320 .psychics_offer1 img,.psychics_offer_1024 .psychics_offer1 img{ width: 100%; } .custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; } .left_radius{ border-top-left-radius: 10px; border-bottom-left-radius: 10px; } .right_radius{ border-top-right-radius: 10px; border-bottom-right-radius: 10px; } /* service page css start */ .serviceContainer{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; /* padding:5%; */ } .serviceContainer_sub{ display: flex; flex-wrap: wrap; /* align-items: flex-start; */ width: 50%; padding: 2%; } .serviceContainer_sub1{ display: flex; flex-wrap: wrap; width: 100%; margin-bottom: 12px; } .serviceTitle{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .serviceHeader,.serviceHeader1{ display: flex; align-items: flex-start; width: 15%; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #0AAAE9; align-self: center; text-align: center; } .serviceHeader1{ justify-content: center; } .serviceContent{ width: 85%; display: flex; flex-wrap: wrap; flex-direction: column; /* align-self: center; */ } .serviceText{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* service page css end */ /* Card code start */ .cardContainer1{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; padding:5%; margin-bottom: 213px; } .cardHeader1{ display: flex; align-items: flex-start; width: 10%; } .cardContent1{ width: 90%; font-size: 24px; display: flex; flex-wrap: wrap; flex-direction: column; } .cardTitle1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .cardContainer{ width:100%; display: flex; flex-wrap: wrap; box-sizing: border-box; padding:5%; border: 1px solid #C5FFF4; border-radius: 40px; } .cardHeader{ display: flex; align-items: flex-start; width: 15%; } .cardContent{ width: 80%; font-size: 24px; display: flex; flex-wrap: wrap; flex-direction: column; } .cardTitle{ margin-bottom: 24px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; margin-left: 0px; } .cardText{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; margin-bottom: 0px; align-self: center; line-height: 36px; } .cardText a{ color: skyblue; } .cardButtonContainer{ display: flex; width: 100%; flex-direction: row; flex-wrap: wrap; } .cardButton{ background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; padding:10px; margin: 12px 12px 12px 0px; } /* Card code end */ html,#root{ background-color: white; } .img_readers{ margin-top: 17%; } .img_readers>div:nth-child(1) img,.img_readers>div:nth-child(2) img,.img_readers>div:nth-child(3) img,.img_readers>div:nth-child(4) img,.img_readers>div:nth-child(5) img{ width: 100%; } .img_readers>div:nth-child(1){ width: 15.66%; height: 10.552%; } .img_readers>div:nth-child(2){ margin: 14% 0px 0px 41%; width: 18.792%; height: 15.6624%; } .img_readers>div:nth-child(3){ width: 23.49%; height: 15.828%; margin-top: 23%; } .img_readers>div:nth-child(4){ width: 15.528%; height: 8.4416%; margin-left: 66%; } .img_readers>div:nth-child(5){ width: 21.924%; height: 14.7728%; margin: 8% 0px 0px 30%; } /* login page css start */ .sss{ text-align: right; } .lbl_login{ display: flex;justify-content: space-between; } .asd{ margin-top: 5.5%; display: flex; } .login_row_320_margin_top label{ display: flex;justify-content: space-between; } .login_row_320_margin_top input{ width: 100%; height: 48px; } .login_row_320_margin_top a{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #0AAAE9; } .other_ul{ list-style-type:disc; } .other_ul li{ color: #0AAAE9; } .other_note{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #0AAAE9; } .font-color{ /* color: #0AAAE9; */ text-align: center; display: flex; } .state_combo{ width: 70%; padding-right: 5%; } .login_welcome{ width: 322px; height: 60px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 200%; line-height: 60px; text-align: left; } .btn-primary_login1 { color: #fff; background-color: #09698A; border-color: #09698A; } .btn-info-cancel { color: #fff; background-color: #C4C4C4; border-color: #C4C4C4; } .cancel1{ display: none; } .btn-primary-continue{ color: #fff; background-color: #09698A; border-color: #09698A; } .login_margin_top{ margin-top: 4.4%; } .login_width_80{ width: 80%; } .login_tablet_hidden_img1{ display: none; } @media only screen and (max-width: 1024px) { .login_width_80{ width: 100%; } .login_tablet_hidden_img2{ display: none; } .login_tablet_hidden_img1{ display: inline; } .login_margin_top_10{ flex: 0 0 100%; max-width: 100%; } } .login_desktop_normal_button{ padding: 2%; } @media only screen and (min-width: 321px) { .login_display_none_320{ display: block; } .login_display_block_320{ display: none; } } #login_sel{ border-radius: 15px; } .login_desktop_normal_button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #0AAAE9; justify-content: center; border: 1px solid #0AAAE9; box-sizing: border-box; margin-top: 0px !important; background-color: #ffffff; } .active a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 36px; text-align: center; color: #FFFFFF; } #login_sel .active{ color: #ffffff; border-style: hidden; background: #0AAAE9; border-right: 1px solid #0AAAE9; } .deactive a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 36px; text-align: center; color: #0AAAE9; } .login_desktop_normal_button span,.login_desktop_normal_button div,.login_desktop_normal_button a{ padding: 0px; } .login_desktop_normal_button span{ align-self: center; } .login_create_account{ margin-top: 1%; } .login_margin_top_10{ margin-top: 10%; } .login_margin_top_30{ margin-top: 30%; } .login_information{ text-align: left; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; margin-top: 4%; } .login_width_100{ width: 100%; } .login_width_100 span{ margin: 5px; } .login_width_30{ width: 20%; margin-right: 12px; } .login_margin_top_2{ margin-top: 6%; } .login_margin_top_3{ margin-top: 3%; } .login_width_25{ width: 25%; } @media only screen and (max-width: 320px) { #login1_img, .login_display_none_320{ display: none; } .login_display_block_320{ display: block; } .login_welcome{ font-size: 22px; line-height: 36px; } .login_information{ font-size: 14px; line-height: 24px; } .login_button_320{ width: 100%; } .login_row_320_margin_top{ margin-top: 10%; } .login_width_20{ width: 20%; } .login_width_6{ width: 6%; } .login_button_group,.date_of_birth,#sel1{ font-size: 14px; } .other_note{ font-size: 16px; } } #sel1{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #949494; } .login_button_group{ border: 1px solid #C4C4C4; box-sizing: border-box; /* border-radius: 10px 0px 0px 10px; */ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #949494; width: 137px; height: 48px; } .date_of_birth{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .other_note{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #0AAAE9; text-align: start; } .login5_li{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .login5_margin_top_5{ margin-top: 5%; } /* login page css end */ .btn-secondary{ background-color: white; color: black; border-color: white; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #000000; } .main { /* display: flex; */ height:100vh; } .header{ width: 100%; height: 25%; } /* .top_bar{ position: fixed; top: 0; right: 0; left: 0; z-index: 1030; background-color: white; } */ .top{ width: 75%; margin: auto; margin-top: 24px; } .top1{ display: flex; /* height:70px; */ flex-wrap: wrap; margin-bottom: 20px; } .logo{ /* position: absolute; */ /* width: 275px; */ height: 66px; /* background: url("../img/logo.svg"); */ } .helper{ /* width: 500px; */ margin-left: auto; height: 66px; /* margin: 30px 0px 0px 850px; */ display: flex; } .header img{ margin: 10px 10px; } .top2{ display: flex; flex-wrap: wrap; } .top2 div p{ margin: 0px; align-self: center; } .top2 #top2_p1{ /* width: 20%; */ height: 24px; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 18px; line-height: 24px; color: #0AAAE9; } .top2>div:nth-child(3){ text-align: end; padding: 0px; } .top2>div:first-child{ padding: 0px; } .top2 #top2_p2{ /* width: 75%; */ height: 24px; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 18px; line-height: 24px; color: black; } .coupon{ width: 190px; height: 48px; margin-left: auto; border: 3px solid #0AAAE9; box-sizing: border-box; border-radius: 12px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #000000; padding: 0px; background-color: #ffffff; } .menu{ display: flex; margin: auto; margin-top: 15px; width: 75%; flex-wrap: wrap; } .container-fluid .active a{ color: #0AAAE9; } .navbar div{ margin: auto; } .navbar { margin-left: auto; } .menu .menu_helper, .menu_logo{ display: none; } .menu ul { width: 100%; } .menu ul li{ /* margin-right: 48px; */ } .menu ul li a:hover{ color: #0AAAE9; } .menu ul .left{ margin-left: auto; } .menu a{ width: 134px; height: 36px; text-decoration: none; font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #000000; } .content{ width: 100%; /* margin-top: 13%; */ } .content_top{ width: 100%; height: 675.37px; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 57.16%, #09698A 100.4%); /* background: url('../img/content_top_bg.svg'); */ background-size: cover; background-repeat: no-repeat; border-bottom-left-radius: 50% 80px; border-bottom-right-radius: 50% 80px; } .content_top_inside{ display:flex; flex-wrap: wrap; width: 75%; height: 100%; margin: auto; } .content_top_left{ /* width: 700px; */ margin: 70px 0px 0px 0px; } .content_right{ /* width: 893px; */ background-repeat: no-repeat; background-size: cover; /* background: url("../img/banner_home_page.svg"); */ margin-left: auto; } .ctl_text1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 54px; line-height: 74px; color: #FFFFFF; } .ctl_text2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #FFFFFF; } .login_div{ display: flex; } .register{ width: 240px; height: 72px; background: #09698A; border-color: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #FFFFFF; text-align: center; padding: 17px; } .register1{ justify-content: center; width: 34.41%; background: #0AAAE9; border-radius: 12px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #FFFFFF; text-decoration: none; text-align: center; padding: 15px; margin: 0px; } .login1{ margin-left: 48px; width: 34.41%; border: 3px solid #0AAAE9; box-sizing: border-box; border-radius: 12px; background-color: white; text-align: center; padding: 13px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #000000; } .sign_up{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #0AAAE9; } .login_div1{ justify-content: flex-end; } .register a{ color: white !important; text-decoration: none; } .login{ margin-left: 50px; width: 240px; height: 72px; border: 3px solid #09698A; box-sizing: border-box; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #09698A; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 200%, #09698A 300%); padding: 17px; text-align: center; } .login a{ color: #09698A; } .content_top_left1{ margin-top: 84.35px; } .content_top_right{ align-self: flex-end; } .content_top_right img{ width: 100%; } .middle_top{ display: flex; flex-wrap: wrap; width: 100%; /* height: 1171px; */ } .middle_bottom{ width: 100%; height: 1428px; display: flex; flex-wrap: wrap; margin-top: 100px; } .middle_bottom_left{ width: 40%; } .middle_bottom_right{ width: 60%; } .content_middle{ /* display: flex; */ /* flex-wrap: wrap; */ width: 75%; margin: auto; margin-top: 100px; } .content_middle>div:nth-child(2){ margin: auto; margin-top: 96px; margin-bottom: 98px; } .content_middle>div:nth-child(2)>div:nth-child(2),.content_middle>div:nth-child(2)>div:nth-child(1){ align-self: flex-start; } .union .btn_list{ display: flex; flex-wrap: wrap; } .union_sub{ /* background: url("../img/Union.svg"); background-size: contain; background-repeat: no-repeat; */ border: 1px solid #C5FFF4; /*border-radius: 20px; */ border-radius: 40px; } .union_sub img{ /* width: 100%; */ } .union_sub>div:first-child>div:first-child{ margin-top: 36px; } .union>div:nth-child(2),.union>div:nth-child(3){ margin-top: 60px; } .content_featured_readers{ display: flex; flex-wrap: wrap; } .content_featured_readers1{ margin-top: 115px; } .content_featured_readers2{ display: none; } .content_featured_readers #feature1{ margin-top: 160px; margin-left: 36px; } .content_featured_readers #feature2{ margin-top: 192px; } .content_featured_readers #feature3{ margin-top: 48px; margin-left: 36px; } .content_featured_readers .div1{ width: 237px; } .content_featured_readers1>div:first-child>div:nth-child(2){ /* margin-top: 213px; */ } .content_featured_readers1>div:first-child>div:nth-child(2)>div:first-child>div:first-child{ width: 100%; } .content_featured_readers1>div:first-child>div:first-child>div:nth-child(2) p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; color: #000000; line-height: 36px; } .content_featured_readers1 #text{ /* margin-left: 36px; margin-top: 103px; */ margin: 103px 0px 0px 36px; } .content_middle_1{ display: flex; flex-wrap: wrap; width: 43%; height: 1171px; /* margin: 0 auto; */ background: #FFFFFF; box-sizing: border-box; } .content_middle_1 .sub_div{ width: 37.792%; margin: 70px 0px 0px 50px; } .content_middle_2{ width: 50%; display: flex; flex-wrap: wrap; margin-top: 70px; height: 1000px; } .content_middle_3{ width: 100%; } #welcome{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; line-height: 36px; } #why{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; color: #000000; margin: 0px; line-height: 60px; } .content_middle_4{ background-size: cover !important; background-repeat: no-repeat !important; width: 100%; height: 420px; display: flex; margin-bottom: 80px; } .content_middle_4_1 img{ margin: 35px 0px 0px 100px; } .content_middle_4_1{ display: flex; flex-wrap: wrap; /* width: 100%; */ height: 50px; } .content_middle_4_2{ height: 348px; margin-left: 20px; } #p4_2_1{ /* margin: 40px 0px 0px 30px; */ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; margin-left: 0px; } #p4_2_2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; margin-bottom: 0px; align-self: center; line-height: 36px; } .content_middle_4_2_1{ display: flex; flex-wrap: wrap; /* margin: 10px 0px 0px 160px; */ } #p4_2_3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } #btn1{ flex-direction: row; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; flex: none; order: 0; align-self: center; margin: 5px 10px; height: 52px; } .content_middle_5{ width: 100%; height: 763px; display: flex; flex-wrap: wrap; margin-top: 100px; } .content_middle_5 #img1{ margin: 0px 0px 0px 50px; height: 116px; } .content_middle_5 #img2{ height: 134px; margin: 150px 0px 0px 100px; } .content_middle_5 #img3{ height: 164px; margin: 350px 0px 0px -300px; } .content_middle_5 #img4{ height: 100px; margin: 500px 0px 0px 160px; } .content_middle_5 #img5{ height: 154px; margin: 600px 0px 0px -260px; } .content_middle_6{ height: 408px; background-size: cover !important; background-repeat: no-repeat !important; width: 100%; display: flex; margin-bottom: 80px; } .content_middle_6_1 img{ margin: 35px 0px 0px 100px; } .content_middle_6_2{ margin-left: 20px; height: 336px; } .content_middle_6_2 #p6_2_1{ margin: 40px 0px 0px 30px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; height: 24px; margin-left: 0px; } .content_middle_6_2 #p6_2_2{ height: 288px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .content_middle_7{ /* height: 480px; */ background-size: cover !important; background-repeat: no-repeat !important; width: 100%; display: flex; } .content_middle_7_1 img{ margin: 35px 0px 0px 100px; } .content_middle_7_2{ height: 408px; margin-left: 20px; } .content_middle_7_2 #p7_2_1{ margin: 40px 0px 0px 30px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; height: 24px; margin-left: 0px; } .content_middle_7_2 #p7_2_2{ height: 360px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .content_middle2_left{ display: flex; height: 100px; width: 100%; flex-wrap: wrap; } .content_middle2_left p{ margin-left: 20px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .content_middle2_left1{ width: 60%; margin-left: 25px; } .content_middle2_left2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 39px; line-height: 60px; color: #000000; } .content_middle2_left3{ line-height: 36px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; color: #000000; } .div1{ width: 258px; /* width: 100%; */ /* height: 540px; */ background: #FFFFFF; border: 1px solid #79D9FF; box-sizing: border-box; border-radius: 20px; margin: auto; } .about{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #000000; width: 100px; margin: auto; margin-bottom: 20px; } .thumb{ width: 69%; /*margin: 9% 18% 3%; */ text-align: center; margin: auto; margin-top: 24px; margin-bottom: 12px; } .thumb img{ width: 100%; } .about a{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; margin-left: 15px; color: #000000; } .btnstyle{ display:flex; align-items: center; justify-content: center; margin: auto; margin-bottom: 12px; } .btnstyle1{ display: flex; justify-content: center; margin-bottom: 12px; } .empathic{ background: #FEFFD8; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; border-radius: 10px; } .tarot{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; border-radius: 10px; background: #D1B8FF; } .relationship{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000;flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #FF99CA; border-radius: 10px; } .lifecoach{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #A8FFF6; border-radius: 10px; } .clairvoyant{ display: flex; flex-direction: row; padding: 8px 12px; background: #FF88D1; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .dream{ display: flex; flex-direction: row; padding: 8px 12px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .healing{ display: flex; flex-direction: row; padding: 8px 12px; background: #C5FFF4; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .angelguides{ display: flex; flex-direction: row; padding: 8px 12px; background: #95F1FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .medium{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; display: flex; flex-direction: row; padding: 8px 12px; background: #B49CC8; border-radius: 10px; } .paranomal{ display: flex; flex-direction: row; padding: 8px 12px; background: #E6A0E5; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .MoneyandFinance{ display: flex; flex-direction: row; padding: 8px 12px; background: #FFF4D8; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .spirit{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(29, 115, 166, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .omens{ display: flex; flex-direction: row; padding: 8px 12px; background: #B4ABBE; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .nymerology{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(133, 168, 115, 0.6); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .astrology{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(102, 57, 148, 0.6); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .holocreation{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(239, 83, 253, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .manifesting{ display: flex; flex-direction: row; padding: 8px 12px; background: rgba(203, 110, 58, 0.5); border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; order: 0; align-self: center; margin: 10px 0px; } .mtd_bottom{ justify-content: center; display: flex; margin-bottom: 26px; } .mtd_bottom img{ margin: 0 10px; } .statue{ display: flex; /* width: 70.219%;; */ width: 100%; padding: 0px; margin: auto; margin-bottom: 25px; align-items: center; justify-content: center; } .statue>div:first-child{ padding-right: 0px; } .statue>div:nth-child(2){ padding-left: 0px; } .statue>div:nth-child(2) img{ width: 100%; } .online{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #1CCB00; } .offline{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #949494; } .in_a_session{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #1BC8FF; } .be_right_back{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #FF5693; } .statue p{ margin: 0 0; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; color: #000000; margin-right: 12px; } .statue a i{ margin-right: 6px; } .statue a{ font-size: 16px; } .statue img{ margin: 0px 5px; } /* our footer page css start */ .footer{ width: 100%; padding: 0px; margin: 0px; height: 680px; background: linear-gradient(90.28deg, #79D9FF 0.09%, #2BC7DE 57.16%, #09698A 100.4%); } /* .footer_logo img{ width: 100%; } */ .footer_middle>div:nth-child(3){ height:100%; padding:0px; } .footer_middle>div:nth-child(3) img{ display: none; } .footer_body{ height: 70.587%; width: 100%; padding: 0px; margin: 0px; } .footer_girl img{ height: 100%; width: 100%; } .footer_girl_1024{ display: none; } .footer_girl_1024 img{ height: 100%; width: 100%; } .footer_girl{ /* align-self: flex-end; */ height: 100%; /* background-image: url("../img/girl.svg"); */ /* background-size: cover; background-repeat: no-repeat; */ } .footer_left,.footer_middle{ height: 100%; } .footer_effect{ margin: 0px; padding: 0px; background-color: white; height: 29.413%; border-bottom-left-radius: 50% 200px; border-bottom-right-radius: 50% 200px; } .footer .banner .rectangle .rectangle1{ display: flex; flex-wrap: wrap; } .rectangle{ background-size: cover; background-repeat: no-repeat; margin-top: 142px; display: flex; flex-wrap: wrap; color: white; /* background: radial-gradient(69.14% 122.64% at 69.14% 50.88%, #0AAAE9 0%, #06A2B9 35.99%, #09698A 71.01%, #0D636E 98.44%); */ background:url('../img/footer_rectangle.svg'); } .rectangle .rectangle_sub{ height: 100%; } .navigation{ /* display: flex; flex-wrap: wrap; */ height: 52.5%; margin-top: 93px; } .navigation div{ display: flex; flex-wrap: wrap; width: 50%; padding-right: 0px; } .navigation div a{ font-family: Poppins; font-style: normal; font-weight: 500; font-size: 24px; line-height: 36px; color: #FFFFFF; width: 100%; margin-bottom: 20px; text-decoration: none; } .navigation a{ color: white; } .call{ margin-left: auto; margin-top: 44px; } .fg_show2{ display: none !important; } .call div{ display: flex; } .call img{ margin: 0px 20px 0px 20px; } .call p{ font-family: Poppins; font-style: normal; font-weight: 500; font-size: 23px; line-height: 36px; color: #FFFFFF; margin: 0px; } .call #phone_num{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 34px; color: #FFFFFF; margin: 0px; } .subfooter{ width: 100%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 20px; margin-bottom: 24px; } .subfooter div{ text-align: center; align-self: center; } .copylight{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #828282; /* margin-right: 350px; */ } .copylight1{ display: none; } .footer_social img{ margin-right: 20px; } /* our footer page css end */ /* our psychics page css start */ .our_psychics{ width: 75%; margin: auto; /* margin-top: 16.5%; */ margin-top: 50px; } .text #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 54px; line-height: 74px; color: #000000; margin: 0px; } .text #p2{ margin: 0px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .filters{ /* height: 112px; */ display: flex; flex-wrap: wrap; margin: 36px 0px 52px 0px; } .category_filter{ /* width: 66%; */ /* height: 112px; */ display: flex; flex-wrap: wrap; } .category_filter p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; } .tags{ display: flex; flex-wrap: wrap; /* height: 112px; */ width: 80%; margin-left: 36px; } .tags button{ display: flex; flex-direction: row; /* width: 123px; */ height: 44px; border: 1px solid #C4C4C4; box-sizing: border-box; border-radius: 10px; margin-right: 2px; justify-content: center; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #C4C4C4; flex: none; order: 0; align-self: center; margin: 10px 18px; background-color: white; } .tags #div1{ display: flex; flex-wrap: wrap; } .tags #div2{ display: flex; flex-wrap: wrap; } .chosen{ flex-wrap: wrap; display: flex; margin-left: auto; align-self: center; } .chosen p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; margin: 10px 24px 0px 0px; } .chosen input{ width: 100%; height: 24px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color:#000000; margin: 0px; height: 48px; border: 1px solid #C4C4C4; box-sizing: border-box; border-radius: 10px; padding: 10%; } .chosen button{ height: 48px; background: #0AAAE9; border-radius: 0px 10px 10px 0px; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 16px; line-height: 24px; text-align: center; color: #FFFFFF; } .cards{ display: flex; flex-wrap: wrap; width: 90%; margin: auto; } .cards .div1{ margin-bottom: 36px; } .cards1{ display: flex; flex-wrap: wrap; height: 540px; margin-bottom: 50px; } .button{ width: 230px; height: 72px; margin: auto; margin-top: 100px; } .button button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; width: 230px; height: 72px; background: #09698A; border-radius: 10px; } .cards1 .div1{ margin-right: 50px; } /* our psychics page css end */ /* our reader page page css start */ .reader_page{ margin: auto; margin-top: 100px; } .about_reade{ margin: auto; width: 75%; display: flex; flex-wrap: wrap; } .about_reade .left{ width: 30%; text-align: center; } .about_reade .right{ width: 65%; display: flex; flex-wrap: wrap; margin-left: 60px; } .reader_page .about_reade .left .mtd_bottom{ margin: 20px 0px 20px 0px; } .info{ background: #FFFFFF; border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 20px; } .info .top{ display: flex; flex-wrap: wrap; } .info .top .left{ width: 60%; } .info .top .top_right{ width: 40%; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .info .top .left p{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 33px; color: #0AAAE9; } .reader_page .right p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin: 0px; } .point{ margin: 15px 10px 0px 10px; } .reader_page .right .right1{ display: flex; height: 60px; } .reader_page .right .right2{ display: flex; flex-wrap: wrap; height: 165px; } .reader_page .right .right2 div{ display: flex; flex-wrap: wrap; } .reader_page .right .right2 div button{ margin: 0px 10px 10px 0px; } .reader_page .right .right3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin-top: 20px; } .feedbacks{ width: 100%; display: flex; flex-wrap: wrap; justify-content: center; } .feedbacks .feedbacks_top{ width: 100%; text-align: center; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } /* our reader page css end */ /* about_us page css start */ .about_us{ width: 75%; display: flex; flex-wrap: wrap; margin: auto; /* margin-top: 16.5%; */ margin-top: 50px; } .about_us .about_top{ width: 100%; /* height: 412px; */ } .about_us .about_top #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } .about_us .about_top #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .about_us .about_top #p2 button{ background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; flex: none; order: 0; align-self: center; } .about_us .about_top #p2 div{ display: flex; flex-direction: row; padding: 8px 12px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .about_us .psychics_offer{ display: flex; flex-wrap: wrap; margin-top: 50px; width: 100%; } .about_us .psychics_offer .psychics_offer1{ display: flex; flex-wrap: wrap; width: 90%; } .about_us .psychics_offer .psychics_offer1 img{ width: 90%; } /* about_us page css end */ /* our services page css start */ .btn_service_place{ height: 48px; background: #09698A; border-color: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #FFFFFF !important; text-align: center; width: 33.964% !important; } .our_service{ width: 75%; margin: auto; /* margin-top: 15.238%; */ } .our_service_top{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 100px; } .our_service_top .service_top2{ width: 100%; display: flex; } .service_top2>div:first-child{ padding-right: 0px; } .service_top2>div:nth-child(2){ padding: 0px; } .our_service_top .service_top2 #service_top2_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .our_service_top .service_top2 #service_top2_p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .service_top1{ width: 90%; margin: auto; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 70px; } .service_top1 div{ align-self: center; } .service_top1 #p1{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; } .service_top1 #p2{ text-align: center; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } .service_top1 #p2 span{ margin-left: 12px; } .service_top1 img{ width: 100%; } .service_top1 .service_top1_sub{ display: flex; flex-wrap: wrap; margin-right: auto; } .service_top1 .service_top1_sub p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; } .service_top1 .service_top1_sub img{ margin-right: 30px; } .service_top3{ width: 100%; display: flex; flex-wrap: wrap; margin-top: 50px; } .service_top3_left{ width: 50%; } .service_top3_left1{ width: 100%; margin-bottom: 20px; } .service_top3_left #service_top3_left_p1,.service_top3_right #service_top3_left_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } #service_top3_left_sub_div{ display: flex; flex-wrap: wrap; } #service_top3_left_sub_div img{ margin-right: 30px; } #service_top3_left_sub_div div{ align-self: center; } .align_self,.align_self1{ align-self: center; } .service_top3_left #p1,.service_top3_right #p1{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 22px; line-height: 24px; color: #0AAAE9; height: 24px; margin: 0px; text-align: center; } .service_top3_left #p2,.service_top3_right #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; margin: 0px; margin-bottom: 12px; } .service_top3_right_btn button{ background: #09698A; border-radius: 10px; height: 65px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #FFFFFF; } .service_top3_right_btn{ text-align: center; margin-top: 140px; } .service_top3_right_btn_1024{ text-align: center; margin-top: 140px; display: none; } .service_top3_right_btn_1024 button{ width: 313px; height: 60px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #FFFFFF; } .service_top4{ width: 60%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 60px; } .service_top4_1 p{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #0AAAE9; } .service_top4_2 p{ margin: 0px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* our services page css start */ /* our prices->live chat page css start */ .our_price{ /* margin-top: 16.5%; */ } .our_price_menu{ display: flex; margin: auto; margin-top: 50px; width: 75%; justify-content: center; } .our_price_menu ul{ border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 10px; } .our_price_menu ul li{ align-self: center; } .our_price_menu table{ border-collapse: collapse; height: 64px; background: url("../img/Rectangle.svg"); background-size: contain; background-repeat: no-repeat; } .our_price_menu div{ margin: 0px 10px; } .our_price_menu a{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 17px; line-height: 60px; text-align: center; width: 134px; height: 64px; text-decoration: none; color: #0AAAE9; } .live_chat{ width: 1136px; margin: auto; } .live_chat #live_chat_p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #000000; } .live_chat button{ width: 170px; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; } .live_chat #live_chat_p2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; margin: auto; } .live_chat .phone_p{ color: #FFABAB; } .live_chat .phone_b{ background: #FFABAB; width: 170px; height: 60px; } .live_chat .live_p{ color: #0AAAE9; width: 170px; height: 60px; } .live_chat .live_b{ background: #0AAAE9; width: 170px; height: 60px; } .live_chat .mail_p{ color: #CD85EF; } .live_chat .mail_b{ background: #CD85EF; width: 170px; height: 60px; } .live_chat #live_chat_p3{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; text-align: center; color: #000000; width: 60%; margin: auto; } .live_chat #live_chat_p4{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; text-align: center; color: #69E5EE; } .live_chat .st_row1{ /* width: 556px; */ /* width: 48.945%; */ flex: 0 0 71%; max-width: 71%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .live_chat .st_row1,.live_chat .st_row4{ /* width: 556px; */ /* width: 48.945%; */ flex: 0 0 71%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .live_chat .st_row2,.our_price .live_chat .st_row3,.live_chat .st_row5{ width: 100%; display: flex; flex-wrap: wrap; margin: auto; margin-top: 100px; } .our_price .live_chat .st_row3{ justify-content: center; flex-direction: row; /* width: 23.416%; */ } .live_chat .st_row3{ width: 302px; margin: auto; margin-top: 72px; } .leve_chat .st_row4{ width: 835px; margin: auto; margin-top: 96px; } .live_chat .card1{ /* width: 50%; */ text-align: center; } .live_chat .card2{ /* width: 50%; */ text-align: center; margin-left: auto; } .live_chat .st_row3 .new_post{ display: flex; } .live_chat .st_row3 .new_post button{ width: 100px; height: 100px; background: #D8F4FF; border-radius: 50px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; line-height: 36px; color: #0AAAE9; margin-left: auto; border-color: #D8F4FF;; } button{ border-style: double } .new_post p{ text-align: center; margin: auto; } /* our prices->live chat page css end */ /* Article page css start */ .btn-info { color: #000 !important; background-color: #D8F4FF !important; border-color: #D8F4FF !important; } .article_header{ margin-top: 100px; } .article_header img{ width: 100%; } .article_header #div1{ /* width: 40%; */ margin: auto; } .article_header #div2{ /* width: 60%;*/ margin: auto; margin-top: 50px; } .article_header button{ background: #D8F4FF; border-radius: 10px; width: 61px; height: 44px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .article_header #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: center; color: #000000; text-align: -webkit-match-parent; } .article_header #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } /* .article_content{ */ /* width: 60%; */ /* margin: auto; */ /* } */ .article_content #div1{ width: 100%; } .article_content #div2{ width: 80%; margin: auto; } .article_content #div3{ width: 90%; margin: auto; } .article_content #p1{ padding-left: 100px; } .article_content h1{ padding-left: 50px; } .article_content p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } /* .article_footer{ */ /* width: 75%; margin: auto; */ /* } */ .article_footer #p1{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 36px; line-height: 36px; color: #000000; margin-left: 30px; } .article_footer_post{ display: flex; flex-wrap: wrap; } .article_footer_post_sub{ margin-left: auto; /* width: 25%; */ } .article_footer_post .article_footer_post_author{ display: flex; flex-wrap: wrap; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } .article_footer_post #title{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #000000; } .article_footer_post #content{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .read_more button{ display: flex; flex-direction: row; padding: 10px 12px; width: 70px; height: 44px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; } .read_more{ display: flex; flex-wrap: wrap; } .article_footer_post_author #date{ margin-left: auto; } .read_more #div1{ margin-left: auto; align-self: center; } .article_footer_post #div{ display: flex; flex-wrap: wrap; } /* Article_us page css end */ /* Articles page css start */ #article{ /* margin-top: 16.55%; */ width: 73%; margin: auto; } #article h2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 32px; line-height: 48px; text-align: start; color: #000000; } #article_category1{ margin-top: 63px; } #article_category1>div:first-child img{ width: 100%; } #article_category1 h6{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; color: #000000; } #article_category2{ margin-top: 24px; } .article_category_space{ margin: 0px 24px 24px 0px; padding: 3px; /* justify-content: space-between; */ } #article_article1{ margin-top: 69px; } .article_article1_row1{ margin-top: 24px; display: flex; justify-content: space-between; } .article_article1_row11{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; text-align: center; color: #000000; text-align: -webkit-left; } .article_opacity{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; line-height: 24px; color: #949494; } .article_article1_row2{ margin-top: 16px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .article_article1_row3{ margin-top: 52px; display: flex; justify-content: space-between; } .article_article1_row3 div{ width: 88.22%; align-self: center; cursor: pointer; } .article_more_subtitle div,.article_more_subtitle div{ cursor: pointer; } .article_article1_row3 a{ align-self: center; cursor: pointer; align-self: center; margin-left: auto; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; } .articls_read_more{ color: #0AAAE9; margin-left: auto; align-self: center; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } .article_article1_row3 span{ margin-left: 10px; } .article_article1_row3 button{ width: 61px; height: 44px; background: #D8F4FF; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; } #article_post_row{ margin-top: 60px; } .article_post_title{ margin-top: 12px; display: flex; justify-content: space-between; } .article_post_ask{ margin-top: 24px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: left; color: #000000; } .article_post_resolve{ margin-top: 12px; font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .article_post_link{ margin-top: 24px; display: flex; } .article_post_link a{ align-self: center; margin-left: auto; font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; line-height: 24px; color: #0AAAE9; } #article_more_title{ margin-top: 96px; } #article_more_title>div:first-child>h3:first-child{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: start; color: #000000; } .article_more_post{ margin-top: 36px; } #article_all_view{ margin-top: 72px; background: #09698A; border-radius: 20px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 20px; line-height: 36px; color: #FFFFFF; width: 230px; height: 72px; } .article_more_subtitle{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 24px; text-align: center; color: #000000; margin-top: 24px; display: flex; justify-content: space-between; } .article_more_subtitle div{ width: 42.03%; align-self: center; } .article_more_subtitle button{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; margin: 10px 0px; background: #D8F4FF; border-radius: 10px; } .article_more_subtitle a{ font-family: Poppins; font-style: normal; font-weight: 600; font-size: 18px; color: #0AAAE9; } .article_more_subtitle h6{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 14px; color: #949494; align-self: center; } .article_more_subtitle span{ margin-left: 10px; align-self: center; } .article_more_contenttext{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; color: #000000; margin-top: 12px; } .article_featured_icon{ margin-top: 24px; margin-bottom: 21px; } .article_more_link,.article_more_link1{ margin-bottom: 12px; justify-content: center; } .article_more_link div,.article_more_link1 div{ align-self: center; width: 88.22%; } .article_more_link h3,.article_more_link1 h3{ /* height: 120px; */ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; text-align: center; color: #000000; margin-bottom: 48px; } .article_more_link h6{ color: #0AAAE9; margin-left: auto; align-self: center; } .article_more_link span{ margin-left: 10px; } .article_category_btn{ margin-top: 12px; } #article_category_img{ width: 100%; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; text-align: center; color: #000000; flex: none; order: 0; align-self: center; background: #D8F4FF; border-radius: 10px; height: 44px; } @media only screen and (max-width: 320px) { .article_hidden_img{ display: none; width: 100%; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 12px; line-height: 10%; } } @media only screen and (max-width: 1024px) { #article_category_img{ border-radius: 10px 10px 10px 10px; } .article_hidden_img{ width: 100%; height: 100%; } #article_all_view{ font-size: 16px; } .article_btn_category{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 12px; line-height: 100%; } } /* Articles page css end */ /* Contact Us page css start */ #contact{ /* margin-top: 19%; */ width: 73%; margin: auto; } .contact_left{ margin-top: 27%; } .contact_left img{ margin-right: 27px; } .contact_left h2,.contact_right h2{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 40px; line-height: 60px; color: #000000; } .contact_left h6{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 22px; line-height: 36px; color: #000000; } .contact_left div{ margin-top: 1%; display: flex; } .contact_left div i{ color: #0AAAE9; } .contact_right{ margin-top: 13%; } .contact_right h2,#user{ width: 100%; } .contact_right textarea{ width: 100%; height: 9%; } .contact_right #div1{ text-align: center; } .contact_right #div2{ padding-left: 2%; } .contact_right #div2 label{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .form-check{ padding-left: 0px; } .contact_right #div2 #div2_1{ margin-top: 5.5%; display: flex; margin-bottom: 2%; border: 1px solid black; width: 100%; justify-content:space-around; height: 11%; } .contact_right #div2 #div2_1 #div2_1_1{ /* width: 3rem; */ align-self: flex-end; height: 3rem; display: flex; flex-wrap: wrap; } .contact_right #div2 #div2_1 #div2_1_2{ text-align: center; } .contact_right #div2 #div2_2{ text-align: center; } .contact_right #div2 #div2_2 button{ background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 36px; text-align: center; color: #FFFFFF; width: 35%; } /* Contact Us page css start */ .nav_menu{ box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.0), 0 0px 0px 0px rgba(0, 0, 0, 0.0); } .call>div:nth-child(3) img{ display: none; } .our_price_menu_sub{ display: flex; flex-wrap: wrap; border: 1px solid #0AAAE9; box-sizing: border-box; border-radius: 10px; width: 46.524%; } .our_price_menu_sub div{ margin: 0px; width: 214px; text-align: center; } .our_price_menu_sub .div_active_left{ border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .our_price_menu_sub .div_active_right{ border-top-right-radius: 5px; border-bottom-right-radius: 5px; } .div_active{ background: #0AAAE9; color: #ffffff !important; } .div_active a{ padding-top: 15px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 17px; line-height: 36px; text-align: center; color: #FFFFFF; } .border_right{ border-right: 1px solid #949494; } /* responsive start */ @media (max-width:1768px){ .content_featured_readers .div1{ width: 200px; } } @media (max-width:1575px){ .menu a{ font-size: 23px; } .call p{ font-size: 22px; } .navigation div a{ line-height: 34px; } .call #phone_num{ font-size: 33px; } } @media (max-width:1532px){ .call p{ font-size: 21px; } .navigation div a{ line-height: 33px; } .call #phone_num{ font-size: 32px; } .content_featured_readers .div1{ width: 150px; } .empathic,.tarot,.relationship,.lifecoach,.clairvoyant,.dream,.angelguides,.healing{ font-size: 12px; } .btnstyle1{ margin: auto; justify-content: center; } .mtd_bottom img{ margin: 0px 3px; } .statue p{ font-size: 16px; } .statue a{ font-size: 10px; } } @media (max-width:1540px){ .menu a{ font-size: 22px; } } @media (max-width:1493px){ .menu a{ font-size: 21px; } .menu ul li { margin-right: 0px; } } @media (max-width:1444px){ .ctl_text1{ font-size: 52px; } } @media (max-width:1392px){ .ctl_text1{ font-size: 51px; } } @media (max-width:1366px){ .ctl_text1{ font-size: 50px; } } @media (max-width:1343px){ .ctl_text1{ font-size: 49px; } } @media (max-width:1315px){ .ctl_text1{ font-size: 48px; } .call p{ font-size: 20px; } .navigation div a{ line-height: 32px; } .call #phone_num{ font-size: 31px; } } @media (max-width:1290px){ .ctl_text1{ font-size: 47px; } .chosen p{ font-size: 17px; } } @media (max-width:1268px){ .ctl_text1{ font-size: 46px; } .call p{ font-size: 19px; } .navigation div a{ line-height: 31px; } .call #phone_num{ font-size: 30px; } } @media (max-width:1239px){ .ctl_text1{ font-size: 45px; } .service_top1 { width: 100%; } } @media (max-width:1214px){ .ctl_text1{ font-size: 44px; } } @media (max-width:1211px){ .content_top_inside{ width: 80%; } .content_middle{ width: 90%; } } @media only screen and (min-width: 1200px) { .article_category_space{ /* margin-left: 24px; */ margin: 0px 24px 24px 0px; padding: 3px; } } @media (max-width:1185px){ .menu a{ font-size: 20px; } } @media (max-width:1180px){ .chosen p{ font-size: 16px; } } @media (max-width:1145px){ .chosen p{ font-size: 15px; } } @media (max-width:1135px){ .our_price_menu_sub{ width: 75.655% !important; } /* .our_price_menu_sub div{ width: 33.33% !important; } */ .live_chat{ width: 100% !important; } } @media (max-width:1114px){ .ctl_text1{ font-size: 41px; } } @media (max-width:1075px){ .chosen p{ font-size: 14px; } } @media (max-width:1042px){ .ctl_text1{ font-size: 40px; } } @media only screen and (min-width: 1025px) { .article_category_btn { margin-top: 12px; } } @media (max-width:1024px){ .btn_service_place{ font-size: 18px; padding: 1.5%; line-height: 24px; } .service_top2>div:nth-child(2){ padding: 1%; } .serviceContainer_sub{ padding: 0px; } .psychics_offer_1024{ display: initial; margin-top: 72px; } .psychics_offer{ display: none !important; } .tags{ flex: 0 0 100%; max-width: 100%; margin-left: 0px; } .tags button{ margin-left: 0px; } .our_psychics{ width: 90%; } .cardContainer1{ margin-bottom: 0px; } .content_middle>div:nth-child(2),.union>div:nth-child(2){ margin-top: 72px; } .content_middle>div:nth-child(2){ margin-bottom: 0px; } #login{ margin: 0px; padding: 0px; max-width: 100%; } #login>div:first-child{ width: 90%; margin: auto; } .login_margin_top_10{ max-width: 95%; margin: auto; margin-top: 10%; } .serviceTitle{ font-size: 22px; } .serviceHeader,.serviceHeader1{ font-size: 20px; width: 100%; justify-content: flex-start; } .serviceText{ font-size: 20px; } .cardTitle1{ font-size: 22px; } #navcol ul{ text-align: left; } #navcol ul li{ width: 100%; } .cardHeader img{ width: 90%; } #article_category1>div:first-child,#article_category1>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } #article_category1>div:nth-child(2){ margin-top: 30px; } #article_category1>div:first-child img{ width: 107px; } .content{ /* margin-top: 8%; */ } .our_price_menu_sub div{ width: 100%; } .live_chat .st_row2>div:nth-child(1),.live_chat .st_row2>div:nth-child(2){ flex: 0 0 71%; max-width: 100%; margin: auto; } .live_chat .st_row2>div:nth-child(1),.live_chat .st_row5>div:nth-child(1){ margin-bottom: 108px; } .div_active a,.our_price_menu a{ font-size: 16px; } .footer_logo img{ width: 100%; } .footer_effect{ border-bottom-left-radius: 50% 100px; border-bottom-right-radius: 50% 100px; } #btn1{ font-size: 16px; } #why{ font-size: 32px; } #p4_2_2,#welcome{ font-size: 20px; } .content_featured_readers1>div:first-child>div:nth-child(2)>div:first-child{ display: none; } .content_featured_readers1>div:first-child>div:nth-child(2)>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .content_featured_readers1>div:first-child>div:nth-child(2){ margin-top: 0px; } .content_featured_readers1 #text{ margin-top: 48px; } .footer_left,.footer_right{ flex: 0 0 8.333333%; max-width: 8.333333%; } .footer_middle{ flex: 0 0 86%; max-width: 86%; } .content_featured_readers1>div:first-child>div:first-child>div:nth-child(2) p{ font-size: 22px; } .content_middle2_left2{ font-size: 32px; } .content_middle2_left3{ font-size: 20px; } .navigation div a{ font-size: 20px; line-height: 36px; } .call p{ font-size: 20px; line-height: 36px; } .footer_girl{ display: none; align-self: flex-end; } .footer_girl_1024{ display: block; align-self: flex-end; } .content_top_left1{ margin-top: 82px; } .service_top1 .align_self{ max-width: 25%; } .service_top1 #p2{ font-size: 18px; } .service_top4_2 p{ font-size: 20px; } .service_top3_left #p1, .service_top3_right #p1,.service_top3_left #p2, .service_top3_right #p2{ font-size: 20px; } .service_top3_left>div:first-child>div:nth-child(2),.service_top3_right>div:first-child>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .service_top4{ width: 100%; } .service_top3_right_btn_1024{ display: initial; } .service_top3_right_btn{ display: none; } .align_self{ flex: 0 0 100%; max-width: 100%; } .align_self #p1{ text-align: left; } .our_service_top .service_top2 #service_top2_p1,.service_top3_left #service_top3_left_p1{ font-size: 22px; } .our_service_top .service_top2 #service_top2_p2,#service_top3_left_sub_div #p1,#service_top3_left_sub_div #p2{ font-size: 20px; } .service_top2 div{ flex: 0 0 100%; max-width: 100%; } .our_service{ width: 90%; } .header{ display: none; } .nav_menu{ flex: 0 0 16.666667%; max-width: 16.666667%; } .menu #helper{ margin-top: 3%; } .navbar-expand-md .navbar-toggler { display: block; } .collapse:not(.show) { display: none !important; } /* .navbar-collapse { flex-basis: 100% !important; flex-grow: 1 !important; align-items: center !important; } */ .menu ul .left{ margin-left: 0px; } .navbar-nav { display: flex !important; flex-direction: column !important; padding-left: 0 !important; margin-bottom: 0 !important; list-style: none !important; } .menu .menu_helper, .menu_logo{ display: initial; } .menu .menu_helper{ margin-left: auto; } .fg_show1{ display: none !important; } .fg_show2{ display: flex !important; } .ctl_text1{ font-size: 36px; line-height: 48px; } .ctl_text2{ font-size: 20px; line-height: 36px; } .register{ height: 60px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #FFFFFF; text-align: center; padding: 17px; } .login{ margin-left: 30px; height: 60px; border: 3px solid #09698A; box-sizing: border-box; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 18px; line-height: 24px; color: #09698A; padding: 17px; text-align: center; } .content_top{ height: 432px; } .keyword{ flex: 0 0 100%; max-width: 100%; } .content_featured_readers #feature1,.content_featured_readers #feature3{ margin-left: auto; } .content_featured_readers #feature2{ margin-top: -50px; } } @media (max-width:991px){ .article_more_link1{ display: none; } /* $("#body-container .main-content").remove().insertBefore($("#body-container .left-sidebar")); */ } @media (max-width:923px){ .ctl_text1{ font-size: 35px; line-height: 45px; } .ctl_text2{ font-size: 19px; line-height: 33px; } } @media (max-width:914px){ .content_featured_readers{ display: block; } .content_featured_readers .div1{ width: 100%; } .content_featured_readers #feature2,.content_featured_readers #feature1{ margin-top: 48px; } } @media (max-width:878px){ .footer_social img{ margin-right: 10px; } } @media (max-width:804px){ .ctl_text1{ font-size: 34px; line-height: 44px; } .ctl_text2{ font-size: 18px; line-height: 32px; } .footer_logo { display: none; } .copylight,.subfooter>div:nth-child(3){ flex: 0 0 50%; max-width: 50%; } .cardHeader1 img{ width:90%; } } @media (max-width:586px){ .menu #helper{ display: none; } .menu .menu_logo{ flex: 0 0 83.333333%; max-width: 83.333333%; } } @media (max-width:575px){ .chosen{ flex: 0 0 100%; max-width: 100%; } .align_self{ margin-bottom: 12px; max-width: 16.666667%; } .align_self1{ margin-bottom: 24px; } .our_price .live_chat .st_row4>div:first-child,.our_price .live_chat .st_row4>div:nth-child(2),.our_price .live_chat .st_row4>div:nth-child(3){ margin-bottom: 72px; flex: 0 0 100%; max-width: 100%; } .our_price .st_row5{ margin-top: 0px; } } @media (max-width:530px){ .footer_social img{ width: 24px; height: 24px; } .content_top_right { display: none; } .content_top_left1 { flex: 0 0 100%; max-width: 100%; margin-top: 38px; } .login_div{ margin-top: 250px; /* flex-wrap: wrap; */ } .content_middle>div:first-child { margin-top: 60% !important; } .content_featured_readers2 { display: block; } .content_featured_readers2 h3 { font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #000000; } .content_featured_readers2,.content_featured_readers1 { display: block; } .content_featured_readers2 p { font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .content_featured_readers { -webkit-box-flex: 0; flex: 0 0 100%; flex-grow: 0; flex-shrink: 0; flex-basis: 100%; max-width: 100%; } .content_featured_readers #feature0 { margin: auto; } .content_featured_readers #feature1 { margin-left: 0px; margin: auto; margin-top: 24px; } .content_featured_readers #feature3,.content_featured_readers #feature2 { margin: auto; margin-top: 24px; } .content_middle>div:nth-child(2)>div:nth-child(1), .union { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1)>div:nth-child(2),.footer_girl_1024 { display: none; } .union { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .footer_effect { border-bottom-left-radius: 50% 70px; border-bottom-right-radius: 50% 70px; } .footer_middle>div:first-child { -webkit-box-flex: 0; flex: 0 0 41.666667%; max-width: 41.666667%; } .navigation>div:first-child, .navigation>div:nth-child(2) { -webkit-box-flex: 0; flex: 0 0 100%; max-width: 100%; } .footer_middle>div:nth-child(3) { height: auto; align-self: flex-end; flex: 0 0 58.333333%; max-width: 58.333333%; } } @media (max-width:490px){ .contact_right #div2 #div2_2 button{ width: auto; } } @media (max-width:320px){ .service_top2>div:nth-child(2){ padding-right: 15px; } .serviceContainer>div:nth-child(2){ margin-top: 48px; } .btn_service_place{ width: 100% !important; padding: 5%; font-size: 16px; line-height: 24px; } .about_us .about_top #p1{ font-size: 24px; line-height: 36px; } .about_us .about_top #p2,.about_us .about_top #p2 button{ font-size: 16px; line-height: 24px; } .psychics_offer_320{ display: initial; margin-top: 48px; } .psychics_offer{ display: none !important; } .chosen p{ font-size: 18px; line-height: 24px; } .chosen_sub>div:first-child{ flex: 0 0 75%; max-width: 75%; } .banner_320{ display: initial; } .register{ height: 48px; width: 200px; margin: auto; padding: 6%; } .login{ height: 48px; width: 200px; font-size: 16px; padding: 5%; margin: auto; margin-top: 24px; } .footer_left, .footer_right{ display: none; } .footer_middle{ padding: 0; margin: auto; } .div1 .btnstyle1 img{ height: 33px; margin-bottom: 26px; } .login_width_30{ width: 70%; } .sss{ text-align: center; } .login_margin_top_30{ max-width: 85%; margin: auto; margin-top: 30%; } .login_margin_top_30>div:nth-child(1){ margin-top: 36px; } .login_margin_top_30 #dont{ margin-left: 10%; } .date_of_birth,.sign_up{ font-size: 14px; } .login_information{ display: none; } .cancel1{ display: inline; } .cancel{ display: none; } .login_tablet_hidden_img1{ display: none; } .login_margin_top_10{ max-width: 85%; } .login_welcome{ text-align: center; margin-left: 15%; } .serviceTitle{ font-size: 20px; } .live_chat #live_chat_p4{ font-size: 18px; } .serviceContainer_sub{ width: 100%; } .serviceHeader,.serviceHeader1{ font-size: 18px; width: 100%; } .serviceText{ font-size: 16px; } .serviceHeader1{ width: 15%; } .cardContainer{ padding : 10%; } .cardTitle{ font-size: 20px; } .cardText,#welcome{ font-size: 16px; line-height: 24px; } #why{ font-size: 22px; line-height: 36px; } .cardButton{ font-size: 16px; } .union{ padding: 0px; } .subfooter>div:nth-child(3){ flex: 0 0 100%; max-width: 100%; margin-bottom: 20px; } .article_article1_row11,.article_more_subtitle{ font-size: 20px; line-height: 24px; } .article_article1_row2,.article_post_resolve,.article_more_contenttext{ font-size: 14px; line-height: 24px; } .article_post_ask{ font-size: 18px; line-height: 24px; } #article_all_view{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; width: 228px; height: 48px; background: #09698A; border-radius: 10px; } .contact_left h2,.contact_right h2{ font-size: 22px; line-height: 36px; } .contact_left h6{ font-size: 16px; line-height: 24px; } .contact_right #div2 #div2_2 button{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; } #article_more_title>div:first-child>h3:first-child{ font-size: 22px; line-height: 36px; } .our_price .live_chat .st_row3>div:first-child,.our_price .live_chat .st_row3>div:nth-child(2),.our_price .live_chat .st_row3>div:nth-child(3){ margin-bottom: 72px; flex: 0 0 100%; max-width: 100%; } .article_category_space{ margin: 0px 12px 12px 0px; }; .tags{ margin-left: 0px; width: 100%; } .text #p1{ font-size: 24px; line-height: 36px; } .text #p2{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; } .live_chat .phone_b,.live_chat .live_p,.live_chat .live_b,.live_chat .mail_b{ width: 170px; height: 48px; } .live_chat .st_row1>div:nth-child(1),.live_chat .st_row2>div:nth-child(1)>div:nth-child(1),.live_chat .st_row2>div:nth-child(2)>div:nth-child(1){ margin-bottom: 108px; } .div_active a,.our_price_menu a{ font-size: 15px; } .border_right{ border-right: 0px solid #949494; } .union_sub>div:first-child>div:nth-child(2)>div:nth-child(2),.btn_list{ flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1),.union{ flex: 0 0 100%; max-width: 100%; } .content_middle>div:nth-child(2)>div:nth-child(1)>div:nth-child(2){ display: none; } .footer_effect{ border-bottom-left-radius: 50% 70px; border-bottom-right-radius: 50% 70px; } .call>div:nth-child(3) img{ display: block; } .footer_middle>div:first-child{ flex: 0 0 50%; max-width: 50%; padding: 0px; } .footer_girl_1024{ display: none; } .footer_middle>div:nth-child(3){ flex: 0 0 58.333333%; max-width: 58.333333%; } .navigation>div:first-child,.navigation>div:nth-child(2){ flex: 0 0 100%; max-width: 100%; } .footer_middle>div:nth-child(3){ height: auto; align-self: flex-end; } .navigation div a{ font-size: 16px; line-height: 15px; } .call p{ font-size: 16px; } .call #phone_num{ font-size: 20px; } .content_featured_readers #feature0{ margin: auto; } .content_featured_readers #feature1{ margin-left: 0px; margin: auto; margin-top: 24px; } .content_featured_readers #feature2{ margin: auto; margin-top: 24px; } .content_featured_readers #feature3{ margin: auto; margin-top: 24px; } .content_featured_readers{ flex: 0 0 100%; max-width: 100%; } .content_featured_readers1{ display: none; } .content_featured_readers2{ display: block; } .content_featured_readers2 h3{ font-family: Poppins; font-style: normal; font-weight: bold; font-size: 22px; line-height: 36px; color: #000000; } .content_featured_readers2 p{ font-family: Poppins; font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: #000000; margin-top: 40px; margin-bottom: 24px; } .content_top_right{ display: none; } .content_top_left1 { flex: 0 0 100%; max-width: 100%; margin-top: 38px; } .menu .menu_helper{ display: none; } .footer_logo,.copylight{ display: none; } .copylight1{ display: flex; justify-content: center; } .footer_social{ text-align: center; } .cards .div1{ margin-bottom: 24px; } .our_service_top .service_top2 #service_top2_p1, .service_top3_left #service_top3_left_p1,.service_top4_1 p{ font-size: 20px; } .our_service_top .service_top2 #service_top2_p2, #service_top3_left_sub_div #p1, #service_top3_left_sub_div #p2,.service_top3_left #p1, .service_top3_right #p1, .service_top3_left #p2, .service_top3_right #p2,.service_top4_2 p,.service_top1 #p1,.menu a,.ctl_text2{ font-size: 16px; } .ctl_text2{ text-align: center; } .align_self #p1{ font-size: 18px; } .service_top3_right_btn_1024{ margin-top: 30px; } .service_top3_right_btn_1024 button{ display: flex; flex-direction: column; padding: 12px 48px; width: 280px; height: 48px; background: #09698A; border-radius: 10px; font-family: Poppins; font-style: normal; font-weight: bold; font-size: 16px; line-height: 24px; color: #FFFFFF; flex: none; order: 0; align-self: center; margin: 0px 10px; } .service_top1 #p2{ font-size: 12px; } .ctl_text1{ font-size: 20px; line-height: 32px; text-align: center; } .login_div{ margin-top: 22.58px; flex-wrap: wrap; } .login{ margin: 24px 0px 0px 0px; } .content_middle>div:first-child{ margin-top: 35% !important; } }
0.270673
0.127137
.infobox{ background-color: #DCDCA0; height: auto; width: auto; margin-bottom: 10px; font-variant: normal; } .succesClass{ background-color: #B0B0B0; font-size: 18px; position: relative; padding: 10px; border-radius: 10px; margin-bottom: 5px; } .succesClass label{ margin-right: 10px; } .succesClass textarea{ background-color: white; } .toprightClass{ top: 10px; right: 16px; } .centerClass{ text-align: center; top: 20px; } #checkboxes, #checkboxese, #checkboxesd { display: none; height: 100px; border:2px solid gray; margin: 0; padding-left: 10px; padding-top: 15px; } #checkboxes label, #checkboxesd label, #checkboxese label { display: block; } .thumb-image{ height: 100px; width: 100px; padding: 0px; margin: 0px; } .dropdown { } a { } .dropdown dd, .dropdown dt { margin: 0px; padding: 0px; } .dropdown ul { widows: inherit; margin: -1px 0 0 0; } .dropdown dd { position: relative; } .dropdown a, .dropdown a:visited { color: black; } .dropdown dt a { color: black; } .dropdown dt a span, .multiSel span { cursor: pointer; display: inline-block; width: inherit; } .dropdown dd ul { color: black; background-color: gray; border: 0; display: none; left: 0px; padding: 2px 15px 2px 5px; position: absolute; width: inherit; list-style: none; height: 150px; overflow: auto; } .dropdown span.value { display: none; } .dropdown dd ul li a { padding: 5px; display: block; } .dropdown dd ul li a:hover { } .checked { color: #ff0000; } .gap{ margin-top: 20px; } .hideevaluators{ display: none; } .setheightwidth{ height: 150px; border: 1px solid gray; border-radius: 10px; font-size: 16px; margin: 0; padding-left: 10px; overflow: scroll; } .caption{ margin-bottom: 10px; border-bottom-style: groove; text-align:center; } .evaluationlogsheuristicrules{ color: #fff; padding-left:5px; background-color:#014; margin-top:-16px; height:100%; overflow: auto; } .evaluationlogsheuristicrules label{ font-size: 20px; font-weight: bold; padding-bottom: 0px; } .imgthumble{ height:100px; width:100px; } .hideregisterdiv{ display: none; } .logo{ height: 55px; width: auto; } .min-img-size{ width: 150px; } .projectinfo{ text-align: center; background-color: lightblue; color: black; font-size: 15px; height: 50px; border-radius: 10px; padding-top: 10px; } .footer{ height: auto; position: relative; clear:both; margin-top: 15px; padding-top:20px; } #section1 {color: #fff; background-color: #1E88E5;} #section2 {color: #fff; background-color: #673ab7;} #section3 {color: #fff; background-color: #ff9800;} #section41 {color: #fff; background: #ff6d92 radial-gradient(circle at center,#f5b200 0,#fc636b 30%,#ff6d92 70%);} #section42 {color: #fff; background-color: #009688;} .verticalline{ border-right: thick solid black; padding: 15px; margin-right: 15px; position: relative; } /* Style the Image Used to Trigger the Modal */ #myImg { border-radius: 5px; cursor: pointer; transition: 0.3s; } #myImg:hover {opacity: 0.7;} /* The Modal (background) */ .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.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } }
public/assets/css/styles.css
.infobox{ background-color: #DCDCA0; height: auto; width: auto; margin-bottom: 10px; font-variant: normal; } .succesClass{ background-color: #B0B0B0; font-size: 18px; position: relative; padding: 10px; border-radius: 10px; margin-bottom: 5px; } .succesClass label{ margin-right: 10px; } .succesClass textarea{ background-color: white; } .toprightClass{ top: 10px; right: 16px; } .centerClass{ text-align: center; top: 20px; } #checkboxes, #checkboxese, #checkboxesd { display: none; height: 100px; border:2px solid gray; margin: 0; padding-left: 10px; padding-top: 15px; } #checkboxes label, #checkboxesd label, #checkboxese label { display: block; } .thumb-image{ height: 100px; width: 100px; padding: 0px; margin: 0px; } .dropdown { } a { } .dropdown dd, .dropdown dt { margin: 0px; padding: 0px; } .dropdown ul { widows: inherit; margin: -1px 0 0 0; } .dropdown dd { position: relative; } .dropdown a, .dropdown a:visited { color: black; } .dropdown dt a { color: black; } .dropdown dt a span, .multiSel span { cursor: pointer; display: inline-block; width: inherit; } .dropdown dd ul { color: black; background-color: gray; border: 0; display: none; left: 0px; padding: 2px 15px 2px 5px; position: absolute; width: inherit; list-style: none; height: 150px; overflow: auto; } .dropdown span.value { display: none; } .dropdown dd ul li a { padding: 5px; display: block; } .dropdown dd ul li a:hover { } .checked { color: #ff0000; } .gap{ margin-top: 20px; } .hideevaluators{ display: none; } .setheightwidth{ height: 150px; border: 1px solid gray; border-radius: 10px; font-size: 16px; margin: 0; padding-left: 10px; overflow: scroll; } .caption{ margin-bottom: 10px; border-bottom-style: groove; text-align:center; } .evaluationlogsheuristicrules{ color: #fff; padding-left:5px; background-color:#014; margin-top:-16px; height:100%; overflow: auto; } .evaluationlogsheuristicrules label{ font-size: 20px; font-weight: bold; padding-bottom: 0px; } .imgthumble{ height:100px; width:100px; } .hideregisterdiv{ display: none; } .logo{ height: 55px; width: auto; } .min-img-size{ width: 150px; } .projectinfo{ text-align: center; background-color: lightblue; color: black; font-size: 15px; height: 50px; border-radius: 10px; padding-top: 10px; } .footer{ height: auto; position: relative; clear:both; margin-top: 15px; padding-top:20px; } #section1 {color: #fff; background-color: #1E88E5;} #section2 {color: #fff; background-color: #673ab7;} #section3 {color: #fff; background-color: #ff9800;} #section41 {color: #fff; background: #ff6d92 radial-gradient(circle at center,#f5b200 0,#fc636b 30%,#ff6d92 70%);} #section42 {color: #fff; background-color: #009688;} .verticalline{ border-right: thick solid black; padding: 15px; margin-right: 15px; position: relative; } /* Style the Image Used to Trigger the Modal */ #myImg { border-radius: 5px; cursor: pointer; transition: 0.3s; } #myImg:hover {opacity: 0.7;} /* The Modal (background) */ .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.9); /* Black w/ opacity */ } /* Modal Content (Image) */ .modal-content { margin: auto; display: block; width: 80%; max-width: 700px; } /* Caption of Modal Image (Image Text) - Same Width as the Image */ #caption { margin: auto; display: block; width: 80%; max-width: 700px; text-align: center; color: #ccc; padding: 10px 0; height: 150px; } /* Add Animation - Zoom in the Modal */ .modal-content, #caption { -webkit-animation-name: zoom; -webkit-animation-duration: 0.6s; animation-name: zoom; animation-duration: 0.6s; } @-webkit-keyframes zoom { from {-webkit-transform:scale(0)} to {-webkit-transform:scale(1)} } @keyframes zoom { from {transform:scale(0)} to {transform:scale(1)} } /* The Close Button */ .close { position: absolute; top: 15px; right: 35px; color: #f1f1f1; font-size: 40px; font-weight: bold; transition: 0.3s; } .close:hover, .close:focus { color: #bbb; text-decoration: none; cursor: pointer; } /* 100% Image Width on Smaller Screens */ @media only screen and (max-width: 700px){ .modal-content { width: 100%; } }
0.39712
0.11427
background: none; border: none; position: absolute; top: 15px; right: 10px; font-size: 20px; color: #fff; } #container { margin: 0; } #left-sidebar-nav { position: fixed; width: 100px; left: 180px; z-index: 999; height: auto; } ul.side-nav.leftside-navigation { top: 64px; overflow: hidden; } ul.side-nav.leftside-navigation li.user-details { background: url(/static/admin/images/user-bg.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin-bottom: 15px; padding: 15px 0 0 15px; } ul.side-nav.leftside-navigation li { line-height: 44px; } .user-details .row { margin: 0; } ul.side-nav li { padding: 0; } ul.side-nav.leftside-navigation li a { font-size: 14px; font-weight: 400; } .bold > a { font-weight: bold; } .side-nav a { line-height: 42px; height: 42px; } #slide-out li a i { line-height: inherit; width: 2rem; font-size: 1.6rem; display: block; float: left; text-align: center; margin-right: 1rem; } ul.side-nav.leftside-navigation ul.collapsible-accordion { background-color: #fff; } ul.side-nav .collapsible-header { margin: 0; } ul.side-nav.leftside-navigation li a { font-size: 14px; font-weight: 400; } .side-nav .collapsible-body li a { margin: 0 1rem 0 3rem; } .login #container { background: #fff; border: 1px solid #eaeaea; border-radius: 4px; overflow: hidden; margin: 100px auto; } .margin { margin: 0 !important; } ul.side-nav.leftside-navigation .profile-btn { margin: 0; text-transform: capitalize; padding: 0; text-shadow: 1px 1px 1px #444; font-size: 15px; } .user-roal { color: #fff; margin-top: -16px; font-size: 13px; text-shadow: 1px 1px 1px #444; } ul.side-nav.leftside-navigation li.user-details #profile-dropdown a { padding: 8px 15px; } #slide-out li a i { line-height: inherit; width: 2rem; font-size: 1.6rem; display: block; float: left; text-align: center; margin-right: 1rem; } .more-text { padding: 5px 20px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; } .collapsible-header:after { font-family: "Material-Design-Icons"; content: "\e7c3"; float: right; color: #9e9e9e; font-size: 18px; } .collapsible-header.active:after { content: "\e7c1"; } .collapsible-header:after { font-family: "Material-Design-Icons"; content: "\e7c3"; float: right; color: #9e9e9e; font-size: 18px; } .sidebar-padding { margin: 8px 0px; } .ps-scrollbar-y-rail, .ps-scrollbar-y { z-index: 9999; width: 10px !important; } #toolbar .search-wrapper { margin: 0; transition: margin .25s ease; position: relative; background-color: #fff; border-radius: 2px; } #toolbar .search-wrapper input#searchbar { display: block; font-size: 16px; font-weight: 300; width: 100%; height: 36px; margin: 0; border: 0; padding: 0px 0px 0px 10px; font-weight: bold; } #toolbar .search-wrapper input#searchbar:focus { box-shadow: none !important; } #toolbar .search-wrapper i { position: absolute; top: 10px; right: 10px; line-height: 20px; cursor: pointer; font-size: 20px; } .module.aligned h5 { font-size: 1.2rem; border-bottom: 2px solid #555; padding-bottom: 0.5rem; } .module.aligned .change-data small.help-block { font-size: 12px; line-height: 16px; display: block; } .module.aligned .change-data label { font-weight: bold !important; font-size: 14px !important; color: black; } .module.aligned .change-data.field-password div { margin-top: 10px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .errorlist { margin: 0; } .errorlist li { position: relative; top: -1rem; left: 0rem; font-size: 1rem; color: #FF4081; } .related-widget-wrapper { float: none !important; overflow: visible !important; } .selector { width: 100% !important; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 10px; } .selector-chosen{ padding-left: 2%; } .selector ul.selector-chooser{ display: none; } .selector h2 { margin: 0; color: #fff !important; position: relative; font-size: 1.28rem; line-height: 1.6em; text-align: center; width: 100%; padding: 10px 15px; text-transform: uppercase; } .selector .selector-available h2 { background: #757575 !important; } .selector select { width: 100% !important; margin-left: auto !important; left: auto; border: 1px solid #ccc; right: auto; display: block; } a.active.selector-chooseall-shade, a.active.selector-clearall-shade { opacity: 1; cursor: pointer; } a.selector-chooseall-shade, a.selector-clearall-shade { opacity: 0.2; cursor: default; } .selector .selector-available input { margin-left: 3rem !important; width: calc(100% - 3rem) !important; } .module h5, .module caption, .inline-group h2 { margin: 0.5rem 0 1rem 0; padding: 8px; font-weight: 400; font-size: 20px; text-align: left; background-color: #03a9f4 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); color: #fff; } .paginator li.active span.this-page{ color: #fff !important; } .sidebar-collapse { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); top: -52px; display: block !important; position: absolute; left: -170px; } header .brand-logo { margin: 1px 0px; padding: 0px 60px; } .alert-info { background-color: #0277bd; } .alert-success { background-color: #43a047; } .alert-warning { background-color: #ff8f00; } .alert-error { background-color: #d84315; } #result_list thead a,#result_list thead span{ color: white !important; } #result_list thead [type="checkbox"].filled-in:not(:checked)+label:after{ border: 2px solid #fff !important; } .secondary-content { padding-right: 15px; } .error{ color:red; } .selector ::-webkit-scrollbar { width: 15px; } /* Track */ .selector ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ .selector ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: #29b6f6; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } .selector ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 0, 0, 0.4); } .nav-wrapper a i.left{ margin: 0; }.nav-wrapper a span.new.badge{ font-size: 15px; padding: 7px; } #card-visitor .PC { background: url(/static/admin/images/pc.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Mobile { background: url(/static/admin/images/mobile.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Tablet { background: url(/static/admin/images/tablet.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Bot { background: url(/static/admin/images/bot.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Unknown { background: url(/static/admin/images/unknown.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; }#card-visitor .Touch { background: url(/static/admin/images/touch.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-models .collection-item .row { margin-bottom: 0; } small{ display:block; } .c-datepicker{ left:85% !important; } #result_list > tbody > tr.selected{ background-color: #c4e2ff !important; } #result_list > tbody > tr:hover{ background-color: #c4e2ff !important; } .field-delete{ cursor: pointer; padding: 5px 5px !important; } p.errornote{ color: red; } .submit_pad{ margin-bottom: 10px; } .tabular-delete { padding: 0px 10px; font-size: 0.7rem; height: calc(100% - 15px); width: 100% } .tabular-delete-td { vertical-align: middle; width: 60px } .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 4px; background: #fff; } .pace-inactive { display: none; } .pace .pace-progress { background-color: #00bcd4; position: fixed; top: 0; bottom: 0; right: 100%; width: 100%; overflow: hidden; } .pace .pace-activity { position: fixed; top: 0; right: -32px; bottom: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); -webkit-background-size: 32px 32px; -moz-background-size: 32px 32px; -o-background-size: 32px 32px; background-size: 32px 32px; -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; animation: pace-theme-barber-shop-motion 500ms linear infinite; } @-webkit-keyframes pace-theme-barber-shop-motion { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-moz-keyframes pace-theme-barber-shop-motion { 0% { -moz-transform: none; transform: none; } 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-o-keyframes pace-theme-barber-shop-motion { 0% { -o-transform: none; transform: none; } 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-ms-keyframes pace-theme-barber-shop-motion { 0% { -ms-transform: none; transform: none; } 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @keyframes pace-theme-barber-shop-motion { 0% { transform: none; transform: none; } 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } }
djadmin/static/admin/css/custom.min.css
background: none; border: none; position: absolute; top: 15px; right: 10px; font-size: 20px; color: #fff; } #container { margin: 0; } #left-sidebar-nav { position: fixed; width: 100px; left: 180px; z-index: 999; height: auto; } ul.side-nav.leftside-navigation { top: 64px; overflow: hidden; } ul.side-nav.leftside-navigation li.user-details { background: url(/static/admin/images/user-bg.jpg) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; margin-bottom: 15px; padding: 15px 0 0 15px; } ul.side-nav.leftside-navigation li { line-height: 44px; } .user-details .row { margin: 0; } ul.side-nav li { padding: 0; } ul.side-nav.leftside-navigation li a { font-size: 14px; font-weight: 400; } .bold > a { font-weight: bold; } .side-nav a { line-height: 42px; height: 42px; } #slide-out li a i { line-height: inherit; width: 2rem; font-size: 1.6rem; display: block; float: left; text-align: center; margin-right: 1rem; } ul.side-nav.leftside-navigation ul.collapsible-accordion { background-color: #fff; } ul.side-nav .collapsible-header { margin: 0; } ul.side-nav.leftside-navigation li a { font-size: 14px; font-weight: 400; } .side-nav .collapsible-body li a { margin: 0 1rem 0 3rem; } .login #container { background: #fff; border: 1px solid #eaeaea; border-radius: 4px; overflow: hidden; margin: 100px auto; } .margin { margin: 0 !important; } ul.side-nav.leftside-navigation .profile-btn { margin: 0; text-transform: capitalize; padding: 0; text-shadow: 1px 1px 1px #444; font-size: 15px; } .user-roal { color: #fff; margin-top: -16px; font-size: 13px; text-shadow: 1px 1px 1px #444; } ul.side-nav.leftside-navigation li.user-details #profile-dropdown a { padding: 8px 15px; } #slide-out li a i { line-height: inherit; width: 2rem; font-size: 1.6rem; display: block; float: left; text-align: center; margin-right: 1rem; } .more-text { padding: 5px 20px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; } .collapsible-header:after { font-family: "Material-Design-Icons"; content: "\e7c3"; float: right; color: #9e9e9e; font-size: 18px; } .collapsible-header.active:after { content: "\e7c1"; } .collapsible-header:after { font-family: "Material-Design-Icons"; content: "\e7c3"; float: right; color: #9e9e9e; font-size: 18px; } .sidebar-padding { margin: 8px 0px; } .ps-scrollbar-y-rail, .ps-scrollbar-y { z-index: 9999; width: 10px !important; } #toolbar .search-wrapper { margin: 0; transition: margin .25s ease; position: relative; background-color: #fff; border-radius: 2px; } #toolbar .search-wrapper input#searchbar { display: block; font-size: 16px; font-weight: 300; width: 100%; height: 36px; margin: 0; border: 0; padding: 0px 0px 0px 10px; font-weight: bold; } #toolbar .search-wrapper input#searchbar:focus { box-shadow: none !important; } #toolbar .search-wrapper i { position: absolute; top: 10px; right: 10px; line-height: 20px; cursor: pointer; font-size: 20px; } .module.aligned h5 { font-size: 1.2rem; border-bottom: 2px solid #555; padding-bottom: 0.5rem; } .module.aligned .change-data small.help-block { font-size: 12px; line-height: 16px; display: block; } .module.aligned .change-data label { font-weight: bold !important; font-size: 14px !important; color: black; } .module.aligned .change-data.field-password div { margin-top: 10px; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .errorlist { margin: 0; } .errorlist li { position: relative; top: -1rem; left: 0rem; font-size: 1rem; color: #FF4081; } .related-widget-wrapper { float: none !important; overflow: visible !important; } .selector { width: 100% !important; margin-left: auto; margin-right: auto; margin-bottom: 20px; margin-top: 10px; } .selector-chosen{ padding-left: 2%; } .selector ul.selector-chooser{ display: none; } .selector h2 { margin: 0; color: #fff !important; position: relative; font-size: 1.28rem; line-height: 1.6em; text-align: center; width: 100%; padding: 10px 15px; text-transform: uppercase; } .selector .selector-available h2 { background: #757575 !important; } .selector select { width: 100% !important; margin-left: auto !important; left: auto; border: 1px solid #ccc; right: auto; display: block; } a.active.selector-chooseall-shade, a.active.selector-clearall-shade { opacity: 1; cursor: pointer; } a.selector-chooseall-shade, a.selector-clearall-shade { opacity: 0.2; cursor: default; } .selector .selector-available input { margin-left: 3rem !important; width: calc(100% - 3rem) !important; } .module h5, .module caption, .inline-group h2 { margin: 0.5rem 0 1rem 0; padding: 8px; font-weight: 400; font-size: 20px; text-align: left; background-color: #03a9f4 !important; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); color: #fff; } .paginator li.active span.this-page{ color: #fff !important; } .sidebar-collapse { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15); top: -52px; display: block !important; position: absolute; left: -170px; } header .brand-logo { margin: 1px 0px; padding: 0px 60px; } .alert-info { background-color: #0277bd; } .alert-success { background-color: #43a047; } .alert-warning { background-color: #ff8f00; } .alert-error { background-color: #d84315; } #result_list thead a,#result_list thead span{ color: white !important; } #result_list thead [type="checkbox"].filled-in:not(:checked)+label:after{ border: 2px solid #fff !important; } .secondary-content { padding-right: 15px; } .error{ color:red; } .selector ::-webkit-scrollbar { width: 15px; } /* Track */ .selector ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ .selector ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: #29b6f6; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5); } .selector ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255, 0, 0, 0.4); } .nav-wrapper a i.left{ margin: 0; }.nav-wrapper a span.new.badge{ font-size: 15px; padding: 7px; } #card-visitor .PC { background: url(/static/admin/images/pc.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Mobile { background: url(/static/admin/images/mobile.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Tablet { background: url(/static/admin/images/tablet.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Bot { background: url(/static/admin/images/bot.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-visitor .Unknown { background: url(/static/admin/images/unknown.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; }#card-visitor .Touch { background: url(/static/admin/images/touch.png) no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: contain; padding: 44px 0 0 0px; } #card-models .collection-item .row { margin-bottom: 0; } small{ display:block; } .c-datepicker{ left:85% !important; } #result_list > tbody > tr.selected{ background-color: #c4e2ff !important; } #result_list > tbody > tr:hover{ background-color: #c4e2ff !important; } .field-delete{ cursor: pointer; padding: 5px 5px !important; } p.errornote{ color: red; } .submit_pad{ margin-bottom: 10px; } .tabular-delete { padding: 0px 10px; font-size: 0.7rem; height: calc(100% - 15px); width: 100% } .tabular-delete-td { vertical-align: middle; width: 60px } .pace { -webkit-pointer-events: none; pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; overflow: hidden; position: fixed; top: 0; left: 0; z-index: 2000; width: 100%; height: 4px; background: #fff; } .pace-inactive { display: none; } .pace .pace-progress { background-color: #00bcd4; position: fixed; top: 0; bottom: 0; right: 100%; width: 100%; overflow: hidden; } .pace .pace-activity { position: fixed; top: 0; right: -32px; bottom: 0; left: 0; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent)); background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); -webkit-background-size: 32px 32px; -moz-background-size: 32px 32px; -o-background-size: 32px 32px; background-size: 32px 32px; -webkit-animation: pace-theme-barber-shop-motion 500ms linear infinite; -moz-animation: pace-theme-barber-shop-motion 500ms linear infinite; -ms-animation: pace-theme-barber-shop-motion 500ms linear infinite; -o-animation: pace-theme-barber-shop-motion 500ms linear infinite; animation: pace-theme-barber-shop-motion 500ms linear infinite; } @-webkit-keyframes pace-theme-barber-shop-motion { 0% { -webkit-transform: none; transform: none; } 100% { -webkit-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-moz-keyframes pace-theme-barber-shop-motion { 0% { -moz-transform: none; transform: none; } 100% { -moz-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-o-keyframes pace-theme-barber-shop-motion { 0% { -o-transform: none; transform: none; } 100% { -o-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @-ms-keyframes pace-theme-barber-shop-motion { 0% { -ms-transform: none; transform: none; } 100% { -ms-transform: translate(-32px, 0); transform: translate(-32px, 0); } } @keyframes pace-theme-barber-shop-motion { 0% { transform: none; transform: none; } 100% { transform: translate(-32px, 0); transform: translate(-32px, 0); } }
0.40392
0.069827
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } #header { padding: 2.2em 1.1em; } .post_box { padding-top: 2.2em; } .headline_area { margin-bottom: 2.2em; } #multimedia_box { margin-bottom: 2.2em; } /*---:[ h3 size is calculated relative to the base font size of the content ]:---*/ .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; } .format_text h3.top { margin: 0 0 0.611em 0 !important; } /*---:[ post content area ]:---*/ .format_text { font-size: 1.4em; line-height: 1.571em; } .format_text p { margin-bottom: 1.571em; } .format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; } .format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; } .format_text acronym, .format_text abbr { font-size: 0.786em; } .format_text code { font-size: 0.929em; } .format_text pre { font-size: 0.929em; line-height: 1.385em; margin-bottom: 1.692em; padding: 0.615em 0.846em; } .format_text ul { margin: 0 0 1.571em 1.571em; } .format_text ol { margin: 0 0 1.571em 1.571em; } .format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; } .format_text dl { margin-bottom: 1.571em; } .format_text dd { margin-bottom: 1.571em; } .format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; } /*---:[ pullquotes ]:---*/ .format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; } .format_text blockquote.right { margin: 0 0 1.222em 1.222em; } .format_text blockquote.left { margin: 0 1.222em 1.222em 0; } /*---:[ end pullquotes ]:---*/ /*---:[ image handling classes ]:---*/ .format_text img.left, .format_text img.alignleft { margin: 0 1.571em 1.571em 0; } .format_text img.right, .format_text img.alignright { margin: 0 0 1.571em 1.571em; } .format_text img.center, .format_text img.aligncenter { margin: 0 auto 1.571em auto; } .format_text img.block, .format_text img.alignnone { margin: 0 auto 1.571em 0; } .format_text img.frame { padding: 0.643em; border-width: 0.071em; } /*---:[ end image handling classes ]:---*/ .format_text .ad { margin-left: 1.571em; } .format_text .ad_left { margin-right: 1.571em; } /*---:[ end post & comment content area ]:---*/ .post_tags { font-size: 1.2em; line-height: 1.833em; } .to_comments { font-size: 1.2em; line-height: 1.833em; margin-bottom: 1.833em; } .to_comments span { font-size: 1.833em; line-height: 1em; } .prev_next { font-size: 1em; line-height: 2.2em; padding: 1.1em 1.1em; } /*---:[ comment area ]:---*/ .comments_intro { margin: 4.4em 0 0.7em 1.1em; } .comments_intro p { font-size: 1.2em; line-height: 1.833em; } .comments_intro span { font-size: 1.833em; line-height: 1em; } dl#comment_list dt { padding: 1.8em 1.1em 0 1.1em; } dl#comment_list dt p { font-size: 1.2em; line-height: 1.833em; } dl#comment_list dt .comment_author { font-size: 1.333em; line-height: 1.375em; } .comment_time { padding-left: 0.833em; } .comment_num a, .comment_num a:visited { font-size: 1.1em; line-height: 2em; padding: 0.091em 0.273em; } dl#comment_list dd { padding: 1.1em 1.1em 0 1.1em; } dl#trackback_list dt { padding-top: 1.1em; } dl#trackback_list dt a, dl#trackback_list dt a:visited { font-size: 1.4em; line-height: 1.571em; } dl#trackback_list dd { font-size: 1.2em; line-height: 1.5em; } .comments_closed { margin: 4.4em 0 2.2em 0; } /*---:[ comment form styles ]:---*/ #respond { margin: 4.4em 0 0.7em 1.1em; } #respond p { font-size: 1.6em; line-height: 1.375em; } .login_alert { margin: 4.4em 0 2.2em 0; } #comment_form { padding: 1.1em 2.2em 2.2em 1.1em; } #comment_form p, .login_alert p { font-size: 1.4em; line-height: 1.571em; } #comment_form label { padding-left: 0.786em; } #comment_form p.comment_box { line-height: 0.786em; margin-bottom: 0; } #comment_form textarea { height: 12.571em; line-height: 1.571em; padding: 0.286em; border-width: 0.071em; } #comment_form p.allowed span { font-size: 1.2em; line-height: 1.667em; } #comment_form .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; } /* Support for the highly-recommended Subscribe to Comments Plugin */ #comment_form p.subscribe-to-comments { font-size: 1.4em; } #comment_form p.subscribe-to-comments label { font-size: 1em; } /*---:[ form inputs ]:---*/ .format_text .text_input, #comment_form p .text_input, #comment_form textarea { padding: 0.286em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } #comment_form .form_submit { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .sidebar .text_input { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .sidebar input[type="text"], .sidebar input[type="submit"] { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
c/files/documents/ressources/electronic/yamaha/pss270/pss-270-tutorial_fichiers/content.css
body { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } #header { padding: 2.2em 1.1em; } .post_box { padding-top: 2.2em; } .headline_area { margin-bottom: 2.2em; } #multimedia_box { margin-bottom: 2.2em; } /*---:[ h3 size is calculated relative to the base font size of the content ]:---*/ .format_text h3 { font-size: 1.286em; line-height: 1.222em; margin: 1.833em 0 0.611em 0; } .format_text h3.top { margin: 0 0 0.611em 0 !important; } /*---:[ post content area ]:---*/ .format_text { font-size: 1.4em; line-height: 1.571em; } .format_text p { margin-bottom: 1.571em; } .format_text p.note, .format_text p.alert { padding: 0.571em 0.786em; } .format_text .drop_cap { font-size: 3.571em; line-height: 0.76em; padding: 0.04em 0.12em 0 0; } .format_text acronym, .format_text abbr { font-size: 0.786em; } .format_text code { font-size: 0.929em; } .format_text pre { font-size: 0.929em; line-height: 1.385em; margin-bottom: 1.692em; padding: 0.615em 0.846em; } .format_text ul { margin: 0 0 1.571em 1.571em; } .format_text ol { margin: 0 0 1.571em 1.571em; } .format_text ul ul, .format_text ul ol, .format_text ol ul, .format_text ol ol { margin: 0 0 0 1.571em; } .format_text dl { margin-bottom: 1.571em; } .format_text dd { margin-bottom: 1.571em; } .format_text blockquote { margin: 0 0 1.571em 0.786em; padding-left: 0.786em; } /*---:[ pullquotes ]:---*/ .format_text blockquote.right, .format_text blockquote.left { width: 45%; font-size: 1.286em; line-height: 1.222em; } .format_text blockquote.right { margin: 0 0 1.222em 1.222em; } .format_text blockquote.left { margin: 0 1.222em 1.222em 0; } /*---:[ end pullquotes ]:---*/ /*---:[ image handling classes ]:---*/ .format_text img.left, .format_text img.alignleft { margin: 0 1.571em 1.571em 0; } .format_text img.right, .format_text img.alignright { margin: 0 0 1.571em 1.571em; } .format_text img.center, .format_text img.aligncenter { margin: 0 auto 1.571em auto; } .format_text img.block, .format_text img.alignnone { margin: 0 auto 1.571em 0; } .format_text img.frame { padding: 0.643em; border-width: 0.071em; } /*---:[ end image handling classes ]:---*/ .format_text .ad { margin-left: 1.571em; } .format_text .ad_left { margin-right: 1.571em; } /*---:[ end post & comment content area ]:---*/ .post_tags { font-size: 1.2em; line-height: 1.833em; } .to_comments { font-size: 1.2em; line-height: 1.833em; margin-bottom: 1.833em; } .to_comments span { font-size: 1.833em; line-height: 1em; } .prev_next { font-size: 1em; line-height: 2.2em; padding: 1.1em 1.1em; } /*---:[ comment area ]:---*/ .comments_intro { margin: 4.4em 0 0.7em 1.1em; } .comments_intro p { font-size: 1.2em; line-height: 1.833em; } .comments_intro span { font-size: 1.833em; line-height: 1em; } dl#comment_list dt { padding: 1.8em 1.1em 0 1.1em; } dl#comment_list dt p { font-size: 1.2em; line-height: 1.833em; } dl#comment_list dt .comment_author { font-size: 1.333em; line-height: 1.375em; } .comment_time { padding-left: 0.833em; } .comment_num a, .comment_num a:visited { font-size: 1.1em; line-height: 2em; padding: 0.091em 0.273em; } dl#comment_list dd { padding: 1.1em 1.1em 0 1.1em; } dl#trackback_list dt { padding-top: 1.1em; } dl#trackback_list dt a, dl#trackback_list dt a:visited { font-size: 1.4em; line-height: 1.571em; } dl#trackback_list dd { font-size: 1.2em; line-height: 1.5em; } .comments_closed { margin: 4.4em 0 2.2em 0; } /*---:[ comment form styles ]:---*/ #respond { margin: 4.4em 0 0.7em 1.1em; } #respond p { font-size: 1.6em; line-height: 1.375em; } .login_alert { margin: 4.4em 0 2.2em 0; } #comment_form { padding: 1.1em 2.2em 2.2em 1.1em; } #comment_form p, .login_alert p { font-size: 1.4em; line-height: 1.571em; } #comment_form label { padding-left: 0.786em; } #comment_form p.comment_box { line-height: 0.786em; margin-bottom: 0; } #comment_form textarea { height: 12.571em; line-height: 1.571em; padding: 0.286em; border-width: 0.071em; } #comment_form p.allowed span { font-size: 1.2em; line-height: 1.667em; } #comment_form .form_submit { font-size: 1.143em; padding: 0.313em 0.25em; } /* Support for the highly-recommended Subscribe to Comments Plugin */ #comment_form p.subscribe-to-comments { font-size: 1.4em; } #comment_form p.subscribe-to-comments label { font-size: 1em; } /*---:[ form inputs ]:---*/ .format_text .text_input, #comment_form p .text_input, #comment_form textarea { padding: 0.286em; font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } #comment_form .form_submit { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .sidebar .text_input { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; } .sidebar input[type="text"], .sidebar input[type="submit"] { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
0.380644
0.370254
@charset "UTF-8"; body{ background-image: url("../_images/background.svg"); background-size: 50rem; } main{ flex: 1; } aside{ position: fixed; display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100vh; width: 7vw; background-color: #15c3d6; padding: 5rem; } #back-button{ background-color: #12afcb; width: 7rem; height: 7rem; border: none; border-radius: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 200ms; } #back-button:hover{ background-color: #17d6eb; } .with-sidebar{ padding-left: 140px; } .page-form{ display: flex; min-height: 100vh; } /*form details*/ .form-details{ width: 90rem; margin: 6.4rem auto; padding: 7rem; background-color: white; border: 1px solid #d3e2e5; border-radius: 2rem; overflow: hidden; display: flex; flex-direction: column; } h1, h2{ color: #4D6F80; font-size: 5rem; } p{ color: #5C8599; font-size: 1.8rem; font-weight: 700; } hr{ width: 100%; height: 1px; margin: 6rem 0; border: 0; background-color: #d6e2e6; } input, textarea{ border-radius: 2rem; background-color: #F5F8FA; border: 1px solid #D3E2E5; min-height: 6.4rem; width: 100%; padding: 2rem; outline: none; } input:focus, textarea:focus{ border-color: #037c94; } input:valid, textarea:valid{ border: 1px solid #A1E9C5;} textarea{ resize: vertical; } #mapid{ width: 100%; height: 30rem; } .map-container{ width: 100%; border-radius: 2rem; background-color: #F5F8FA; border: 1px solid #D3E2E5; overflow: hidden; margin-bottom: 3rem; } .map-container a{ color: #5C8599; font-size: 1.8rem; font-weight: 700; text-decoration: none; color: #0089A5; } #anchor-container{ color: #5C8599; padding: 2rem; text-align: center; } fieldset{ border: none; padding: 0; margin: 0 0 4rem 0; } fieldset legend{ color: #5C8599; font-size: 1.8rem; font-weight: 700; margin-left: 1rem; margin-bottom: 1rem; } .buttons-container{ border-radius: 2rem; min-height: 6.4rem; width: 100%; display: flex; justify-content: space-between; } .buttons-container button{ width: 50%; border: 1px solid #D3E2E5; color: #5C8599; font-weight: 700; cursor: pointer; } #yes{ border-radius: 2rem 0 0 2rem; } #yes:hover{ color: #37C77F; background-color: #EDFFF6; border-color: #A1E9C5; } #yes.active{ color: #37C77F; background-color: #EDFFF6; border-color: #A1E9C5; } #no{ border-radius: 0 2rem 2rem 0; } #no:hover{ color: #FF8888; background-color: #FFDBDB; border-color: #FFA0A0; } #no.active{ color: #FF8888; background-color: #FFDBDB; border-color: #FFA0A0; } button{ outline: none; } #confirm{ background-color: #37C77F; border: none; border-radius: 2rem; color: white; min-height: 6.4rem; width: 100%; } span{ color: #8FA7B2; font-size: 1.3rem; font-weight: 300; margin-left: 2rem; } .add-content{ background-color: #F5F8FA; border: 1px dashed #96D2F0; border-radius: 2rem; color: white; min-height: 6.4rem; width: 100%; margin-top: 2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; } .new-upload{ position: relative; } .new-upload span{ cursor: pointer; } .new-upload + .new-upload{ margin-top: 1rem; } .new-upload span{ background: #FFFFFF; border: 1px solid #D3E2E5; box-sizing: border-box; border-radius: 1rem; padding: .6rem; position: absolute; right: 1.4rem; top: 1.4rem; display: flex; } .required{ color: rgb(177, 177, 177); padding: 0; margin: 0 0 0 .5rem; } #social-media{ display: flex; align-items: center; justify-content: space-between; }
_public/_css/form.css
@charset "UTF-8"; body{ background-image: url("../_images/background.svg"); background-size: 50rem; } main{ flex: 1; } aside{ position: fixed; display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100vh; width: 7vw; background-color: #15c3d6; padding: 5rem; } #back-button{ background-color: #12afcb; width: 7rem; height: 7rem; border: none; border-radius: 17px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background 200ms; } #back-button:hover{ background-color: #17d6eb; } .with-sidebar{ padding-left: 140px; } .page-form{ display: flex; min-height: 100vh; } /*form details*/ .form-details{ width: 90rem; margin: 6.4rem auto; padding: 7rem; background-color: white; border: 1px solid #d3e2e5; border-radius: 2rem; overflow: hidden; display: flex; flex-direction: column; } h1, h2{ color: #4D6F80; font-size: 5rem; } p{ color: #5C8599; font-size: 1.8rem; font-weight: 700; } hr{ width: 100%; height: 1px; margin: 6rem 0; border: 0; background-color: #d6e2e6; } input, textarea{ border-radius: 2rem; background-color: #F5F8FA; border: 1px solid #D3E2E5; min-height: 6.4rem; width: 100%; padding: 2rem; outline: none; } input:focus, textarea:focus{ border-color: #037c94; } input:valid, textarea:valid{ border: 1px solid #A1E9C5;} textarea{ resize: vertical; } #mapid{ width: 100%; height: 30rem; } .map-container{ width: 100%; border-radius: 2rem; background-color: #F5F8FA; border: 1px solid #D3E2E5; overflow: hidden; margin-bottom: 3rem; } .map-container a{ color: #5C8599; font-size: 1.8rem; font-weight: 700; text-decoration: none; color: #0089A5; } #anchor-container{ color: #5C8599; padding: 2rem; text-align: center; } fieldset{ border: none; padding: 0; margin: 0 0 4rem 0; } fieldset legend{ color: #5C8599; font-size: 1.8rem; font-weight: 700; margin-left: 1rem; margin-bottom: 1rem; } .buttons-container{ border-radius: 2rem; min-height: 6.4rem; width: 100%; display: flex; justify-content: space-between; } .buttons-container button{ width: 50%; border: 1px solid #D3E2E5; color: #5C8599; font-weight: 700; cursor: pointer; } #yes{ border-radius: 2rem 0 0 2rem; } #yes:hover{ color: #37C77F; background-color: #EDFFF6; border-color: #A1E9C5; } #yes.active{ color: #37C77F; background-color: #EDFFF6; border-color: #A1E9C5; } #no{ border-radius: 0 2rem 2rem 0; } #no:hover{ color: #FF8888; background-color: #FFDBDB; border-color: #FFA0A0; } #no.active{ color: #FF8888; background-color: #FFDBDB; border-color: #FFA0A0; } button{ outline: none; } #confirm{ background-color: #37C77F; border: none; border-radius: 2rem; color: white; min-height: 6.4rem; width: 100%; } span{ color: #8FA7B2; font-size: 1.3rem; font-weight: 300; margin-left: 2rem; } .add-content{ background-color: #F5F8FA; border: 1px dashed #96D2F0; border-radius: 2rem; color: white; min-height: 6.4rem; width: 100%; margin-top: 2rem; display: flex; align-items: center; justify-content: center; cursor: pointer; } .new-upload{ position: relative; } .new-upload span{ cursor: pointer; } .new-upload + .new-upload{ margin-top: 1rem; } .new-upload span{ background: #FFFFFF; border: 1px solid #D3E2E5; box-sizing: border-box; border-radius: 1rem; padding: .6rem; position: absolute; right: 1.4rem; top: 1.4rem; display: flex; } .required{ color: rgb(177, 177, 177); padding: 0; margin: 0 0 0 .5rem; } #social-media{ display: flex; align-items: center; justify-content: space-between; }
0.418578
0.082438
.mobile { position: relative; width: 100%; height: 100%; } .victory { position: absolute; z-index: 1; color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: 0px 0px 5px #000; } .loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .error { color: red; text-align: center; } .wrapper { overflow: scroll; list-style: none; margin: 0; padding: 0; font-size: 0; } .input { text-transform: uppercase; position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; box-sizing: border-box; width: 100%; background-color: transparent; } .row { white-space: nowrap; background: black; text-align: center; display: inline-block; min-width: 100%; } .focus .input { background-color: #fcc; } .cell.selected { border-color: #0A0; opacity: 1; } .cell.active { background: white; } .cell.valid { background-color: #cfc; } .quIndex { position: absolute; pointer-events: none; z-index: 1; font-size: 10px; left: 2px; top: 2px; } .cell { position: relative; opacity: .9; display: inline-block; width: 20px; height: 20px; box-sizing: border-box; border: 1px solid black; } .desc { width: 100%; opacity: .95; position: absolute; background: #fff; box-sizing: border-box; border: 2px solid #000; } .win .desc { display: none; } .win .wrapper { opacity: 0.3; } .desc__content { padding: 10px 40px; box-sizing: border-box; overflow-y: scroll; } .desc__close { position: absolute; border-radius: 50%; top: 10px; right: 15px; } .desc__prev, .desc__next { position: absolute; top: 0px; bottom: 0px; width: 40px; } .desc__close:hover, .desc__prev .fa:hover, .desc__next .fa:hover { cursor: pointer; } .desc__prev .fa, .desc__next .fa { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .desc__next { right: 0; text-align: right; } .desc__prev { left: 0; } .back { text-decoration: none; display: block; text-align: center; padding: 10px; }
crossword-app/src/app/crossword/crossword.component.css
.mobile { position: relative; width: 100%; height: 100%; } .victory { position: absolute; z-index: 1; color: #fff; top: 50%; left: 50%; transform: translate(-50%, -50%); text-shadow: 0px 0px 5px #000; } .loader { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .error { color: red; text-align: center; } .wrapper { overflow: scroll; list-style: none; margin: 0; padding: 0; font-size: 0; } .input { text-transform: uppercase; position: absolute; top: 0; left: 0; bottom: 0; right: 0; text-align: center; box-sizing: border-box; width: 100%; background-color: transparent; } .row { white-space: nowrap; background: black; text-align: center; display: inline-block; min-width: 100%; } .focus .input { background-color: #fcc; } .cell.selected { border-color: #0A0; opacity: 1; } .cell.active { background: white; } .cell.valid { background-color: #cfc; } .quIndex { position: absolute; pointer-events: none; z-index: 1; font-size: 10px; left: 2px; top: 2px; } .cell { position: relative; opacity: .9; display: inline-block; width: 20px; height: 20px; box-sizing: border-box; border: 1px solid black; } .desc { width: 100%; opacity: .95; position: absolute; background: #fff; box-sizing: border-box; border: 2px solid #000; } .win .desc { display: none; } .win .wrapper { opacity: 0.3; } .desc__content { padding: 10px 40px; box-sizing: border-box; overflow-y: scroll; } .desc__close { position: absolute; border-radius: 50%; top: 10px; right: 15px; } .desc__prev, .desc__next { position: absolute; top: 0px; bottom: 0px; width: 40px; } .desc__close:hover, .desc__prev .fa:hover, .desc__next .fa:hover { cursor: pointer; } .desc__prev .fa, .desc__next .fa { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .desc__next { right: 0; text-align: right; } .desc__prev { left: 0; } .back { text-decoration: none; display: block; text-align: center; padding: 10px; }
0.712832
0.099077
@charset "UTF-8"; html, #hd, #hdin, #h1, #nv, form { margin:0px; padding:0px; } body { text-align:center; background-color:#d7d8c8; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#43464b; margin:0px; padding:0px 0px 20px 0px; } a:link, a:visited, a:active { color:#333; text-decoration:underline; outline:none; } a:hover { text-decoration:none; } table { margin:0px 0px 15px 0px; } #hd { background-color:#3b444b; width:100%; height:100px; border-bottom:solid 1px #475057; border-top:solid 5px #57a64d; } #hdin { width:800px; height:100px; margin:0px auto; text-align:left; position:relative; } #h1 { font-size:24px; color:#e8e8ea; font-weight:bold; text-transform:uppercase; position:absolute; top:37px; left:0px; } #nv { background:url(../../images/nv.gif) repeat-x 0px 0px; width:100%; height:55px; border-bottom:solid 2px #273037; text-align:center; } #mnv { width:800px; height:55px; list-style:none; padding:0px; margin:0px auto; background:url(../../images/dev.gif) no-repeat right 50%; } #mnv li { float:left; width:160px; height:55px; background:url(../../images/dev.gif) no-repeat 0px 50%; } #mnv li a { width:160px; height:33px; display:block; text-align:center; margin:0px; padding:17px 0px 0px 0px; text-decoration:none; color:#f1f1f1; font-weight:bold; border-top:solid 5px #273037; } #mnv li a:hover, #mnv li a.act, #mnv li a.act:hover { border-top:solid 5px #57a64d; text-decoration:none; } #wr { width:800px; background-color:#fff; padding:2px; margin:10px auto; text-align:left; } #cnt { margin:0px; padding:20px 30px 15px 30px; background-color:#e8e8ea; border-top:solid 5px #d7d7d9; line-height:1.8em; } #cnt p { margin:0px; padding:0px 0px 15px 0px; } .pt { font-size:18px; color:#c77c09; } #ft { padding:15px 0px 0px 0px; margin:0px; border-top:dashed 1px #aaa; font-size:11px; } #ft p { margin:0px; padding:0px; } #tbl_insert th, #tbl_insert td { text-align:left; vertical-align:top; padding:3px; } #tbl_insert td.wrn { color:#990000; font-weight:bold; } #tbl_repeat { width:100%; } #tbl_repeat th, #tbl_repeat td { text-align:left; vertical-align:top; padding:3px 10px; } #tbl_repeat th { background-color:#ccc; } #tbl_repeat td { border-bottom:dashed 1px #aaa; } #tbl_repeat tr:hover { background-color:#f1f1f1; } .frmfld { border:solid 1px #aaa; width:300px; } .frmord { border:solid 1px #aaa; width:40px; }
start/admin/style/general.css
@charset "UTF-8"; html, #hd, #hdin, #h1, #nv, form { margin:0px; padding:0px; } body { text-align:center; background-color:#d7d8c8; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#43464b; margin:0px; padding:0px 0px 20px 0px; } a:link, a:visited, a:active { color:#333; text-decoration:underline; outline:none; } a:hover { text-decoration:none; } table { margin:0px 0px 15px 0px; } #hd { background-color:#3b444b; width:100%; height:100px; border-bottom:solid 1px #475057; border-top:solid 5px #57a64d; } #hdin { width:800px; height:100px; margin:0px auto; text-align:left; position:relative; } #h1 { font-size:24px; color:#e8e8ea; font-weight:bold; text-transform:uppercase; position:absolute; top:37px; left:0px; } #nv { background:url(../../images/nv.gif) repeat-x 0px 0px; width:100%; height:55px; border-bottom:solid 2px #273037; text-align:center; } #mnv { width:800px; height:55px; list-style:none; padding:0px; margin:0px auto; background:url(../../images/dev.gif) no-repeat right 50%; } #mnv li { float:left; width:160px; height:55px; background:url(../../images/dev.gif) no-repeat 0px 50%; } #mnv li a { width:160px; height:33px; display:block; text-align:center; margin:0px; padding:17px 0px 0px 0px; text-decoration:none; color:#f1f1f1; font-weight:bold; border-top:solid 5px #273037; } #mnv li a:hover, #mnv li a.act, #mnv li a.act:hover { border-top:solid 5px #57a64d; text-decoration:none; } #wr { width:800px; background-color:#fff; padding:2px; margin:10px auto; text-align:left; } #cnt { margin:0px; padding:20px 30px 15px 30px; background-color:#e8e8ea; border-top:solid 5px #d7d7d9; line-height:1.8em; } #cnt p { margin:0px; padding:0px 0px 15px 0px; } .pt { font-size:18px; color:#c77c09; } #ft { padding:15px 0px 0px 0px; margin:0px; border-top:dashed 1px #aaa; font-size:11px; } #ft p { margin:0px; padding:0px; } #tbl_insert th, #tbl_insert td { text-align:left; vertical-align:top; padding:3px; } #tbl_insert td.wrn { color:#990000; font-weight:bold; } #tbl_repeat { width:100%; } #tbl_repeat th, #tbl_repeat td { text-align:left; vertical-align:top; padding:3px 10px; } #tbl_repeat th { background-color:#ccc; } #tbl_repeat td { border-bottom:dashed 1px #aaa; } #tbl_repeat tr:hover { background-color:#f1f1f1; } .frmfld { border:solid 1px #aaa; width:300px; } .frmord { border:solid 1px #aaa; width:40px; }
0.132262
0.049635
.navbar__main { background: linear-gradient(120deg, hsla(200, 60%, 70%, 0.8), hsla(120, 70%, 80%, 0.8), hsla(60, 70%, 80%, 0.8), hsla(300, 60%, 70%, 0.8)); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); padding-top: 1em; z-index: 5; font-size: 1.5em; box-shadow: 2px 3px 20px rgba(0,0,0, 0.2), 1px 2px 15px rgba(0,0,0, 0.21); } @keyframes showTopSide { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } } .navbar__main--topSide { display: flex; justify-content: space-around; position: fixed; height: 2.75em; width: 100%; top: 0; animation-name: showTopSide; animation-duration: 0.4s; animation-fill-mode: forwards; } @keyframes showLeftSide { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0); } } .navbar__main--leftSide { position: fixed; display: flex; flex-flow: column; flex-wrap: wrap; padding-left: 12px; height: 100%; /* width: 15%; */ min-width: 100px; animation-name: showLeftSide; animation-duration: 0.4s; animation-fill-mode: forwards; } .navbar__main--leftSide > a { margin-bottom: 1em; } @keyframes hideAnimation { 0% { opacity: 1; display: flex; transform: translate3d(0,0,0); } 50% { visibility: hidden; transform: translate3d(-50%, 0, 0); } 100% { opacity: 0.01; display: none; transform: translate3d(-100%, 0, 0); } } .hideNavbar { animation-name: hideAnimation; animation-delay: 0.2s; animation-duration: 0.4s; animation-fill-mode: forwards; } .active { font-weight: bold; color: #6d6df6; text-decoration: underline solid #6d6df6; } a:not(.active) { text-decoration: none; text-decoration-color: transparent; } a:not(.active):hover { text-decoration: underline solid; transition: 0.3s ease-in 0.1s; text-decoration-color: #6d6df6; }
src/components/Navigation/navbar.css
.navbar__main { background: linear-gradient(120deg, hsla(200, 60%, 70%, 0.8), hsla(120, 70%, 80%, 0.8), hsla(60, 70%, 80%, 0.8), hsla(300, 60%, 70%, 0.8)); -webkit-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); padding-top: 1em; z-index: 5; font-size: 1.5em; box-shadow: 2px 3px 20px rgba(0,0,0, 0.2), 1px 2px 15px rgba(0,0,0, 0.21); } @keyframes showTopSide { from { opacity: 0; transform: translateY(-100%); } to { opacity: 1; transform: translateY(0); } } .navbar__main--topSide { display: flex; justify-content: space-around; position: fixed; height: 2.75em; width: 100%; top: 0; animation-name: showTopSide; animation-duration: 0.4s; animation-fill-mode: forwards; } @keyframes showLeftSide { from { opacity: 0; transform: translateX(-100%); } to { opacity: 1; transform: translateX(0); } } .navbar__main--leftSide { position: fixed; display: flex; flex-flow: column; flex-wrap: wrap; padding-left: 12px; height: 100%; /* width: 15%; */ min-width: 100px; animation-name: showLeftSide; animation-duration: 0.4s; animation-fill-mode: forwards; } .navbar__main--leftSide > a { margin-bottom: 1em; } @keyframes hideAnimation { 0% { opacity: 1; display: flex; transform: translate3d(0,0,0); } 50% { visibility: hidden; transform: translate3d(-50%, 0, 0); } 100% { opacity: 0.01; display: none; transform: translate3d(-100%, 0, 0); } } .hideNavbar { animation-name: hideAnimation; animation-delay: 0.2s; animation-duration: 0.4s; animation-fill-mode: forwards; } .active { font-weight: bold; color: #6d6df6; text-decoration: underline solid #6d6df6; } a:not(.active) { text-decoration: none; text-decoration-color: transparent; } a:not(.active):hover { text-decoration: underline solid; transition: 0.3s ease-in 0.1s; text-decoration-color: #6d6df6; }
0.517571
0.11187
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,900&display=swap"); body, html { font-family: Red hat Display, sans-serif; font-weight: 400; line-height: 1.25em; letter-spacing: 0.025em; color: #333; background: #f7f7f7; } .center { position: absolute; top: 55%; left: 50%; height: 85%; width: 95%; transform: translate(-50%, -50%); } .chat { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 100%; height: 100%; z-index: 2; box-sizing: border-box; border-radius: 1rem; background: white; box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5); } .chat .time { font-size: 0.8rem; background: #eee; padding: 0.25rem 1rem; border-radius: 2rem; color: #999; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto; z-index: 3; } .chat .messages { position: absolute; bottom: 4.5rem; margin-top: 1rem; width: 100%; height: calc(100% - 4.5rem); background: #f7f7f7; overflow-y: auto; border-top-right-radius: 1rem; border-top-left-radius: 1rem; box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05); } .chat .messages .messagelist { position: absolute; bottom: 0; width: 100%; list-style-type: none; padding-left: 0; margin: 0; } .chat .messages .message { box-sizing: border-box; padding: 0.5rem 1rem; margin: 1rem; background: #fff; border-radius: 1.125rem 1.125rem 1.125rem 0; min-height: 2.25rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 66%; box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1); color: black; text-align: left; } .chat .messages .message.user { margin: 1rem 1rem 1rem auto; border-radius: 1.125rem 1.125rem 0 1.125rem; background: #333; color: white; text-align: right; } .chat .input { position: absolute; bottom: 0; box-sizing: content-box; min-width: 85%; margin: auto; flex-basis: auto; display: flex; align-items: center; padding: 1.25rem; } .chat .input i { font-size: 1.5rem; color: #666; cursor: pointer; transition: color 200ms; } .chat .input i:hover { color: #333; } .chat .input input { border: none; background-image: none; background-color: white; padding: 0.5rem 1rem; border-radius: 1.125rem; flex-grow: 2; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2); font-family: Red hat Display, sans-serif; font-weight: 400; letter-spacing: 0.025em; } .chat .input input:placeholder { color: #999; } @-webkit-keyframes typing { 0%, 75%, 100% { transform: translate(0, 0.25rem) scale(0.9); opacity: 0.5; } 25% { transform: translate(0, -0.25rem) scale(1); opacity: 1; } } @keyframes typing { 0%, 75%, 100% { transform: translate(0, 0.25rem) scale(0.9); opacity: 0.5; } 25% { transform: translate(0, -0.25rem) scale(1); opacity: 1; } }
droidlet/dashboard/web/src/components/Interact/Message.css
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,900&display=swap"); body, html { font-family: Red hat Display, sans-serif; font-weight: 400; line-height: 1.25em; letter-spacing: 0.025em; color: #333; background: #f7f7f7; } .center { position: absolute; top: 55%; left: 50%; height: 85%; width: 95%; transform: translate(-50%, -50%); } .chat { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: space-between; width: 100%; height: 100%; z-index: 2; box-sizing: border-box; border-radius: 1rem; background: white; box-shadow: 0 0 8rem 0 rgba(0, 0, 0, 0.1), 0rem 2rem 4rem -3rem rgba(0, 0, 0, 0.5); } .chat .time { font-size: 0.8rem; background: #eee; padding: 0.25rem 1rem; border-radius: 2rem; color: #999; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0 auto; z-index: 3; } .chat .messages { position: absolute; bottom: 4.5rem; margin-top: 1rem; width: 100%; height: calc(100% - 4.5rem); background: #f7f7f7; overflow-y: auto; border-top-right-radius: 1rem; border-top-left-radius: 1rem; box-shadow: inset 0 2rem 2rem -2rem rgba(0, 0, 0, 0.05), inset 0 -2rem 2rem -2rem rgba(0, 0, 0, 0.05); } .chat .messages .messagelist { position: absolute; bottom: 0; width: 100%; list-style-type: none; padding-left: 0; margin: 0; } .chat .messages .message { box-sizing: border-box; padding: 0.5rem 1rem; margin: 1rem; background: #fff; border-radius: 1.125rem 1.125rem 1.125rem 0; min-height: 2.25rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; max-width: 66%; box-shadow: 0 0 2rem rgba(0, 0, 0, 0.075), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.1); color: black; text-align: left; } .chat .messages .message.user { margin: 1rem 1rem 1rem auto; border-radius: 1.125rem 1.125rem 0 1.125rem; background: #333; color: white; text-align: right; } .chat .input { position: absolute; bottom: 0; box-sizing: content-box; min-width: 85%; margin: auto; flex-basis: auto; display: flex; align-items: center; padding: 1.25rem; } .chat .input i { font-size: 1.5rem; color: #666; cursor: pointer; transition: color 200ms; } .chat .input i:hover { color: #333; } .chat .input input { border: none; background-image: none; background-color: white; padding: 0.5rem 1rem; border-radius: 1.125rem; flex-grow: 2; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1), 0rem 1rem 1rem -1rem rgba(0, 0, 0, 0.2); font-family: Red hat Display, sans-serif; font-weight: 400; letter-spacing: 0.025em; } .chat .input input:placeholder { color: #999; } @-webkit-keyframes typing { 0%, 75%, 100% { transform: translate(0, 0.25rem) scale(0.9); opacity: 0.5; } 25% { transform: translate(0, -0.25rem) scale(1); opacity: 1; } } @keyframes typing { 0%, 75%, 100% { transform: translate(0, 0.25rem) scale(0.9); opacity: 0.5; } 25% { transform: translate(0, -0.25rem) scale(1); opacity: 1; } }
0.488039
0.086555
@charset "UTF-8"; /* CSS Document */ html { height: 100%; width: 100%; } * { outline: none; font-size: 12px; color: #333333; margin: 0; padding: 0; font-family: Monda, Arial, Helvetica, sans-serif; } body { height: 100%; } a { display: inline-block; text-decoration: none; color: #3b3b3b; } .clear { clear: both; } .hide { display: none; } ul { padding-left: 20px; margin: 5px 0; } ul li { padding: 4px 0; } h1, h2, h3 { } h3 { color: #666; font-weight: lighter; } /* GENERAL FORM */ input, textarea { border: 1px solid #333; width: 300px; padding: 4px; margin-bottom: 10px; } button { padding: 5px 10px; border: none; background: #F2F2F2; color: #0083E2; cursor: pointer; margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } button:hover { border: none; background: #CCC; color: #00396B; } select { } a:hover { text-decoration: none; color: #00396B; } #topbar { position: fixed; width: 100%; height: 50px; background: black; color: white; } #topbar img { position: relative; } .wrapper, .wrapper h1 { color: #CCC; } .wrapper h1, .wrapper input, .wrapper button { display: inline-block; } .wrapper h1 { font-size: 24px; padding: 4px 0; margin-right: 40px; cursor: pointer; position: relative; top: 3px; } .wrapper form { display: inline-block; width: 280px; } .wrapper input { width: 240px; background: #666; border: 1px solid #000; position: relative; z-index: 1; color: #CCC; } .wrapper button { display: inline-block; position: relative; z-index: 2; left: -30px; width: 15px; height: 15px; padding:0; margin: 0px; border: none; cursor: pointer; background: url(../a_img/search_btn.png) no-repeat; } .topbar_links { text-decoration: none; font-size: 16px; padding: 4px; margin: 0px 3px; color: #CCC; } .topbar_links:hover { color: #999; } .wrapper div { position: absolute; right: 0; text-align: right; top: 13px; color: #CCC; } .wrapper div a { color: #CCC; font-size: 14px; text-decoration: none; } .wrapper div a:hover { text-decoration: none; color: #999; } .wrapper div span { margin: 0px 4px; color: #ccc; } #site_wrapper, .wrapper { width: 1000px; margin: 0 auto; position: relative; } #site_wrapper { height: 100%; } #site_content { width: 100%; position: relative; } #left_column { width: 520px; float: left; padding-right: 17px; border-right: 1px solid #666; height: 100%; min-height: 900px; } #right_column { width: 400px; float: right; height: 100%; } #footer { margin-bottom: 50px; margin-top: 20px; padding-top: 10px; border-top: 1px solid #CCC; text-align: center; color: #9f9f9f; } #status_box { padding: 15px 0px; } #status_box h2 { padding: 5px; font-size: 16px; font-weight: normal; display: block; } #status_box textarea { width: 510px; height: 20px; display: block; } #status_box button { } #status_box button:hover { } #status_box span { font-size: 11px; color: #999; font-style: oblique; } #load_more { width: 100%; background: #EEFAFF; padding: 10px 0px; } /* FOR USER WALL FEED DISPLAY */ .story_box { width: 100%; border-bottom: 1px solid #CCC; padding: 15px 0px 5px 0px; } .story_box:hover { background: #F2F2F2; } .story_left_column { float: left; width: 40px; margin-right: 18px; margin-bottom: 15px; padding-left: 3px; } .story_left_column img { width: 100%; } .story_right_column { float: right; width: 875px; } .story_right_column input { display: inline-block; width: 15px; height: 15px; float: left; margin-top: 2px; } .text { font-size: 16px; margin-bottom: 10px; } .story_bottom_row { width: 100%; } .story_bottom_left { float: left; margin-left: 3px; } .story_bottom_left span { color: #B3B3B3; font-size: 10px; margin-right: 5px; } .story_bottom_left span a { font-size: 10px; } .story_bottom_right { float: right; margin-right: 3px; } .strikethrough { text-decoration: line-through; } /* FOR COMMENT SLIDE DOWN */ .story_comments { width: 865px; padding: 10px 5px; background: #F2F6FE; border-bottom: 1px solid #CCC; margin-left: 85px; } .story_comments_img { float: left; width: 40px; } .story_comments_txt { float: right; width: 800px; } .story_comments_txt textarea { height: 20px; width: 780px !important; } .story_comments_txt strong { color: #999; font-weight: lighter; } .story_comments_txt button { } .story_comments_txt button:hover { } /* FOR USER INFO DISPLAY */ /* FOR PROFILE PAGE */ #profile_img_holder { width: 80px; height: 80px; border: 1px solid #333333; background: url(img/ajax-loader.gif) 50% 50%; float: left; margin-right: 20px; } #profile_img_holder img { width: 100%; height: 100%; } #friends_panels { float: left; height: 100%; } .panel { float: left; height: 80%; border: none; border-radius: 10px; margin: 70px 10px 0; padding: 10px 10px; background: #f4f4f4; overflow-y: scroll; overflow-x: hidden; } .listing { margin-right: 2px; width: 160px; } .listing_user { line-height: 200%; width: 149px; overflow: hidden; cursor: pointer; white-space: nowrap; padding: 3px 6px; border-radius: 5px; } .listing_user:hover { background: #7db8ff; } .clicked_user { font-weight: bold; } .user { width: 383px; } #user_wrapper { padding: 5px; width: 355px; display: none; } #user_wrapper img { width: 80px; float: left; border-radius: 5px; margin-right: 20px; } #user_wrapper h1 { margin: 0; padding: 0 20px; font-size: 18px; color: #333333; float: left; } #user_wrapper h1 .nickname { display: block; color: #CCC; font-size: 18px; font-weight: normal; font-style: italic; } #user_wrapper ul { padding: 0; margin: 0; text-indent: 0; list-style: none; } #user_wrapper ul li { padding: 6px 4px; } #user_wrapper ul li label { color: #2728ae; font-weight: bold; width: 150px; display: inline-block; font-size: 16px; } .user_info_input { display: inline-block; color: #3b3b3b; font-weight: normal; width: 200px; } .name { font-size: 30px; width: 230px; font-weight: bold; float: left; } .nickname { font-size: 18px; width: 230px; font-style: italic; color: #bbbbbb; float: left; } .spinner { position: fixed !important; top: 25px !important; right: 50% !important; margin-right: -360px; }
public/apps/people/a_css/general.css
@charset "UTF-8"; /* CSS Document */ html { height: 100%; width: 100%; } * { outline: none; font-size: 12px; color: #333333; margin: 0; padding: 0; font-family: Monda, Arial, Helvetica, sans-serif; } body { height: 100%; } a { display: inline-block; text-decoration: none; color: #3b3b3b; } .clear { clear: both; } .hide { display: none; } ul { padding-left: 20px; margin: 5px 0; } ul li { padding: 4px 0; } h1, h2, h3 { } h3 { color: #666; font-weight: lighter; } /* GENERAL FORM */ input, textarea { border: 1px solid #333; width: 300px; padding: 4px; margin-bottom: 10px; } button { padding: 5px 10px; border: none; background: #F2F2F2; color: #0083E2; cursor: pointer; margin-right: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; border-radius: 5px; } button:hover { border: none; background: #CCC; color: #00396B; } select { } a:hover { text-decoration: none; color: #00396B; } #topbar { position: fixed; width: 100%; height: 50px; background: black; color: white; } #topbar img { position: relative; } .wrapper, .wrapper h1 { color: #CCC; } .wrapper h1, .wrapper input, .wrapper button { display: inline-block; } .wrapper h1 { font-size: 24px; padding: 4px 0; margin-right: 40px; cursor: pointer; position: relative; top: 3px; } .wrapper form { display: inline-block; width: 280px; } .wrapper input { width: 240px; background: #666; border: 1px solid #000; position: relative; z-index: 1; color: #CCC; } .wrapper button { display: inline-block; position: relative; z-index: 2; left: -30px; width: 15px; height: 15px; padding:0; margin: 0px; border: none; cursor: pointer; background: url(../a_img/search_btn.png) no-repeat; } .topbar_links { text-decoration: none; font-size: 16px; padding: 4px; margin: 0px 3px; color: #CCC; } .topbar_links:hover { color: #999; } .wrapper div { position: absolute; right: 0; text-align: right; top: 13px; color: #CCC; } .wrapper div a { color: #CCC; font-size: 14px; text-decoration: none; } .wrapper div a:hover { text-decoration: none; color: #999; } .wrapper div span { margin: 0px 4px; color: #ccc; } #site_wrapper, .wrapper { width: 1000px; margin: 0 auto; position: relative; } #site_wrapper { height: 100%; } #site_content { width: 100%; position: relative; } #left_column { width: 520px; float: left; padding-right: 17px; border-right: 1px solid #666; height: 100%; min-height: 900px; } #right_column { width: 400px; float: right; height: 100%; } #footer { margin-bottom: 50px; margin-top: 20px; padding-top: 10px; border-top: 1px solid #CCC; text-align: center; color: #9f9f9f; } #status_box { padding: 15px 0px; } #status_box h2 { padding: 5px; font-size: 16px; font-weight: normal; display: block; } #status_box textarea { width: 510px; height: 20px; display: block; } #status_box button { } #status_box button:hover { } #status_box span { font-size: 11px; color: #999; font-style: oblique; } #load_more { width: 100%; background: #EEFAFF; padding: 10px 0px; } /* FOR USER WALL FEED DISPLAY */ .story_box { width: 100%; border-bottom: 1px solid #CCC; padding: 15px 0px 5px 0px; } .story_box:hover { background: #F2F2F2; } .story_left_column { float: left; width: 40px; margin-right: 18px; margin-bottom: 15px; padding-left: 3px; } .story_left_column img { width: 100%; } .story_right_column { float: right; width: 875px; } .story_right_column input { display: inline-block; width: 15px; height: 15px; float: left; margin-top: 2px; } .text { font-size: 16px; margin-bottom: 10px; } .story_bottom_row { width: 100%; } .story_bottom_left { float: left; margin-left: 3px; } .story_bottom_left span { color: #B3B3B3; font-size: 10px; margin-right: 5px; } .story_bottom_left span a { font-size: 10px; } .story_bottom_right { float: right; margin-right: 3px; } .strikethrough { text-decoration: line-through; } /* FOR COMMENT SLIDE DOWN */ .story_comments { width: 865px; padding: 10px 5px; background: #F2F6FE; border-bottom: 1px solid #CCC; margin-left: 85px; } .story_comments_img { float: left; width: 40px; } .story_comments_txt { float: right; width: 800px; } .story_comments_txt textarea { height: 20px; width: 780px !important; } .story_comments_txt strong { color: #999; font-weight: lighter; } .story_comments_txt button { } .story_comments_txt button:hover { } /* FOR USER INFO DISPLAY */ /* FOR PROFILE PAGE */ #profile_img_holder { width: 80px; height: 80px; border: 1px solid #333333; background: url(img/ajax-loader.gif) 50% 50%; float: left; margin-right: 20px; } #profile_img_holder img { width: 100%; height: 100%; } #friends_panels { float: left; height: 100%; } .panel { float: left; height: 80%; border: none; border-radius: 10px; margin: 70px 10px 0; padding: 10px 10px; background: #f4f4f4; overflow-y: scroll; overflow-x: hidden; } .listing { margin-right: 2px; width: 160px; } .listing_user { line-height: 200%; width: 149px; overflow: hidden; cursor: pointer; white-space: nowrap; padding: 3px 6px; border-radius: 5px; } .listing_user:hover { background: #7db8ff; } .clicked_user { font-weight: bold; } .user { width: 383px; } #user_wrapper { padding: 5px; width: 355px; display: none; } #user_wrapper img { width: 80px; float: left; border-radius: 5px; margin-right: 20px; } #user_wrapper h1 { margin: 0; padding: 0 20px; font-size: 18px; color: #333333; float: left; } #user_wrapper h1 .nickname { display: block; color: #CCC; font-size: 18px; font-weight: normal; font-style: italic; } #user_wrapper ul { padding: 0; margin: 0; text-indent: 0; list-style: none; } #user_wrapper ul li { padding: 6px 4px; } #user_wrapper ul li label { color: #2728ae; font-weight: bold; width: 150px; display: inline-block; font-size: 16px; } .user_info_input { display: inline-block; color: #3b3b3b; font-weight: normal; width: 200px; } .name { font-size: 30px; width: 230px; font-weight: bold; float: left; } .nickname { font-size: 18px; width: 230px; font-style: italic; color: #bbbbbb; float: left; } .spinner { position: fixed !important; top: 25px !important; right: 50% !important; margin-right: -360px; }
0.231962
0.057945
.center { text-align: center; } #cultural_form { width: 80%; margin: auto; } select { width: 100px; text-overflow: ellipsis; } body { /*margin: 0; padding: 0; background-color: grey;*/ overflow-y: scroll; overflow-x: hidden; } body { /*background: url(../images/blurry-abstract-backgrounds-wallpapers.jpg);*/ } /*header {*/ /*background-color: red;*/ /*width: 100%;*/ /*height: 50px;*/ /*text-align: center;*/ /*font-size: 30px;*/ /*text-shadow: 2px 2px 2px #FFF;*/ /*}*/ hr { width: 70%; } .errors { color: blue; font-size: 30px; } .page-container { padding-bottom: 20px; } /**************** *****GENERAL***** ****************/ .txtCenter { text-align: center; } .floatRight { display: inline-block; float: right; } .col-xs-4, .col-xs-7 { margin: 0; padding: 0; } /***************** *****Profile****** *****************/ .pageBG { /*background-color: grey;*/ } .navbar-inverse .navbar-brand.txtRed { color: #FF0000; } .navbar-inverse .navbar-brand.txtRed:hover { color: #FFF; } /***************** *****NAV BAR****** *****************/ .floatRight > ul.nav-pills { border-radius: 0; } /****************** ***LOGIN*********** ******************/ .loginModal { position: initial; } .loginModal .modal-dialog { } .loginModal .modal-dialog .modal-body > div:first-child { border-right: 1px solid black; } /****************** ***PROFILE DIVS**** ******************/ .button-profile-area { width: 100%; height: auto; margin-left: 5%; } #personal_info, #Education, #work_experience, #Skills, #cultural { /*width: 50%;*/ height: auto; background-color: white; margin-top: 10px; margin-right: 20px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; padding: 1px 20px 20px; } .page-profile #personal_info h3, .page-profile #Education h3, .page-profile #work_experience h3, .page-profile #Skills h3, #cultural h3 { color: #ff0000; font-weight: bold; } .page-profile #personal_info .input-group, .page-profile #Education .input-group, .page-profile #work_experience .input-group, page-profile #Skills .input-group { margin-top: 10px; } /******************* *PERSONAL INFO FORM* *******************/ /***************** *****EDUCATION**** *****************/ #education select, #work_experience select { width: 80%; display: inline; } /****************** *****SKILLS******** ******************/ #Skills { padding-bottom: 200px; } #Skills input { margin-top: 10px; } /***************** Cultular *****************/ #cultural_form .ui-accordion-content { padding: 5px; } #cultural_form .ui-accordion-content table.table th:first-of-type { width: 50%; } .choises p { width: 50%; float: left; font-size: 13px; } #cultural_form .choises input { width: 15%; } /***************** **Buttons********* *****************/ .buttonPrevious, .buttonNext, .buttonSubmit { float: left; margin-top: 10px; } .buttonNext, .buttonSubmit { /*margin-left: 300px;*/ float: right; } .user_profile, .job_profile { text-align: center; } /***************** **Register********* *****************/ .page-profile .profile-ul li { background-color: rgb(142, 102, 102); border: 1px solid black; border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding: 5px; height: 46px; padding-top: 7%; font-size: 20px; } .page-profile .profile-ul li:first-child { margin-top: 50px; } .page-profile .profile-ul li.selected { background-color: white; } @media all and (max-width: 991px) { .button-profile-area { width: 100%; height: auto; margin-left: 0; } #buttonNext, #buttonSubmit { float: right; margin-right: 20px; } } #work_experience select { width: 100%; } .page-profile #personal_info .input-group, .page-profile #Education .input-group, .page-profile #work_experience .input-group, page-profile #Skills .input-group { margin-top: 0; } #personal_info_form label { margin-top: 10px; } .candidate-page { width: 70%; height: 100%; box-shadow: 1px 1px 10px 2px #000; padding: 10px; margin: 0 auto; } .candidate-page .page-header { text-shadow: 1px 1px 1px #000; color: #bc0b0b; border-bottom: 3px solid #000; } .candidate-page h3 { background-color: #E6E6E6; padding: 5px; } /************ ***NEW CSS*** ************/ .navbar-inverse .navbar-brand { color: red; font-family: Impact; font-size: 2em; } .navbar-inverse { color: white; } .navbar { border-radius: 0; /*padding: 1em;*/ } .row { padding-top: 1.5em; } .well { background-color: white; } /*.well:hover {*/ /*background-color: #d3d3d3;*/ /*}*/ .well h2 { text-align: center; margin: auto; } body { margin: 0em 1em;; } /*img {*/ /*width: 100%;*/ /*height: auto;*/ /*}*/ .footer { padding-top: 1em; padding-bottom: 0.5em; padding-left: 1em; } #revolution { height: 100%; /*width: 70%;*/ margin: auto; } #seekers { height: 100%; /*width: 70%;*/ margin: auto; } #companies { height: 100%; /*width: 70%;*/ margin: auto; } #about { height: 100%; width: 80%; margin: auto; } #contact { height: 100%; width: 80%; margin: auto; } .error { color: red; } .seekersH { text-align: center; } .revolutionH { text-align: center; } .seekersH { text-align: center; } .companiesH { text-align: center; } .aboutH { text-align: center; } .contactH { text-align: center; } /***************** COMMAND CENTER CSS *****************/ .panel-title1 h2 { display: inline; margin-right: 5%; } .table { text-align: left; } .checkbox { margin: 0px; } .panel-body { text-align: left; height: 25em; } #seeker_preference .panel-body { height: 100%; } .panel-body3 { text-align: left; height: 15em; margin: 1em; } .commandCenter img { width: 27em; border: 2px solid black; border-radius: 1em; } p { margin-left: 1.5em; } .container-fluid { /*width: 90%;*/ /*margin: auto;*/ } #seeker_preference .panel-title { font-size: 1em; text-align: left; } .panel-title { font-size: 2em; text-align: center; } .panel-primary .panel-heading { background-color: #3f3f3f; color: white; } .panel-default .panel-heading { background-color: #3f3f3f; color: white; } .mail { background-color: red; color: white; } .great { background-color: green; color: white; } .ok { background-color: yellow; } .good { background-color: lime; } /******** Chosing Side page ********/ #seeker_preference a { text-decoration: none; } #choseSide h2 { /*display: inline;*/ /*padding: 10px;*/ text-align: center; line-height: 300px; color: rgb(189, 170, 170); font-size: 50px; background-color: rgb(252, 255, 252); text-shadow: rgb(3, 3, 3) 4px 4px 4px; border: solid 1px #000; border-radius: 25px; height: 300px; } #hiring #choseSide { opacity: 0.5; } #hiring a { pointer-events: none; cursor: default; } #orangeBox { background: #f90; color: #fff; font-family: 'Helvetica', 'Arial', sans-serif; font-size: 2em; font-weight: bold; text-align: center; width: 40px; height: 40px; border-radius: 5px; } .verticalLine { text-align: center; height: 300px; border-right: 5px solid #000; width: 50%; } .panel-body .chosen-container-single .chosen-single { height: 30px; border-radius: 0; } .get_qualifications, .add_qualifications select { margin-bottom:10px; }
public/css/styles.css
.center { text-align: center; } #cultural_form { width: 80%; margin: auto; } select { width: 100px; text-overflow: ellipsis; } body { /*margin: 0; padding: 0; background-color: grey;*/ overflow-y: scroll; overflow-x: hidden; } body { /*background: url(../images/blurry-abstract-backgrounds-wallpapers.jpg);*/ } /*header {*/ /*background-color: red;*/ /*width: 100%;*/ /*height: 50px;*/ /*text-align: center;*/ /*font-size: 30px;*/ /*text-shadow: 2px 2px 2px #FFF;*/ /*}*/ hr { width: 70%; } .errors { color: blue; font-size: 30px; } .page-container { padding-bottom: 20px; } /**************** *****GENERAL***** ****************/ .txtCenter { text-align: center; } .floatRight { display: inline-block; float: right; } .col-xs-4, .col-xs-7 { margin: 0; padding: 0; } /***************** *****Profile****** *****************/ .pageBG { /*background-color: grey;*/ } .navbar-inverse .navbar-brand.txtRed { color: #FF0000; } .navbar-inverse .navbar-brand.txtRed:hover { color: #FFF; } /***************** *****NAV BAR****** *****************/ .floatRight > ul.nav-pills { border-radius: 0; } /****************** ***LOGIN*********** ******************/ .loginModal { position: initial; } .loginModal .modal-dialog { } .loginModal .modal-dialog .modal-body > div:first-child { border-right: 1px solid black; } /****************** ***PROFILE DIVS**** ******************/ .button-profile-area { width: 100%; height: auto; margin-left: 5%; } #personal_info, #Education, #work_experience, #Skills, #cultural { /*width: 50%;*/ height: auto; background-color: white; margin-top: 10px; margin-right: 20px; border-top-right-radius: 30px; border-bottom-left-radius: 30px; padding: 1px 20px 20px; } .page-profile #personal_info h3, .page-profile #Education h3, .page-profile #work_experience h3, .page-profile #Skills h3, #cultural h3 { color: #ff0000; font-weight: bold; } .page-profile #personal_info .input-group, .page-profile #Education .input-group, .page-profile #work_experience .input-group, page-profile #Skills .input-group { margin-top: 10px; } /******************* *PERSONAL INFO FORM* *******************/ /***************** *****EDUCATION**** *****************/ #education select, #work_experience select { width: 80%; display: inline; } /****************** *****SKILLS******** ******************/ #Skills { padding-bottom: 200px; } #Skills input { margin-top: 10px; } /***************** Cultular *****************/ #cultural_form .ui-accordion-content { padding: 5px; } #cultural_form .ui-accordion-content table.table th:first-of-type { width: 50%; } .choises p { width: 50%; float: left; font-size: 13px; } #cultural_form .choises input { width: 15%; } /***************** **Buttons********* *****************/ .buttonPrevious, .buttonNext, .buttonSubmit { float: left; margin-top: 10px; } .buttonNext, .buttonSubmit { /*margin-left: 300px;*/ float: right; } .user_profile, .job_profile { text-align: center; } /***************** **Register********* *****************/ .page-profile .profile-ul li { background-color: rgb(142, 102, 102); border: 1px solid black; border-top-left-radius: 10px; border-bottom-left-radius: 10px; padding: 5px; height: 46px; padding-top: 7%; font-size: 20px; } .page-profile .profile-ul li:first-child { margin-top: 50px; } .page-profile .profile-ul li.selected { background-color: white; } @media all and (max-width: 991px) { .button-profile-area { width: 100%; height: auto; margin-left: 0; } #buttonNext, #buttonSubmit { float: right; margin-right: 20px; } } #work_experience select { width: 100%; } .page-profile #personal_info .input-group, .page-profile #Education .input-group, .page-profile #work_experience .input-group, page-profile #Skills .input-group { margin-top: 0; } #personal_info_form label { margin-top: 10px; } .candidate-page { width: 70%; height: 100%; box-shadow: 1px 1px 10px 2px #000; padding: 10px; margin: 0 auto; } .candidate-page .page-header { text-shadow: 1px 1px 1px #000; color: #bc0b0b; border-bottom: 3px solid #000; } .candidate-page h3 { background-color: #E6E6E6; padding: 5px; } /************ ***NEW CSS*** ************/ .navbar-inverse .navbar-brand { color: red; font-family: Impact; font-size: 2em; } .navbar-inverse { color: white; } .navbar { border-radius: 0; /*padding: 1em;*/ } .row { padding-top: 1.5em; } .well { background-color: white; } /*.well:hover {*/ /*background-color: #d3d3d3;*/ /*}*/ .well h2 { text-align: center; margin: auto; } body { margin: 0em 1em;; } /*img {*/ /*width: 100%;*/ /*height: auto;*/ /*}*/ .footer { padding-top: 1em; padding-bottom: 0.5em; padding-left: 1em; } #revolution { height: 100%; /*width: 70%;*/ margin: auto; } #seekers { height: 100%; /*width: 70%;*/ margin: auto; } #companies { height: 100%; /*width: 70%;*/ margin: auto; } #about { height: 100%; width: 80%; margin: auto; } #contact { height: 100%; width: 80%; margin: auto; } .error { color: red; } .seekersH { text-align: center; } .revolutionH { text-align: center; } .seekersH { text-align: center; } .companiesH { text-align: center; } .aboutH { text-align: center; } .contactH { text-align: center; } /***************** COMMAND CENTER CSS *****************/ .panel-title1 h2 { display: inline; margin-right: 5%; } .table { text-align: left; } .checkbox { margin: 0px; } .panel-body { text-align: left; height: 25em; } #seeker_preference .panel-body { height: 100%; } .panel-body3 { text-align: left; height: 15em; margin: 1em; } .commandCenter img { width: 27em; border: 2px solid black; border-radius: 1em; } p { margin-left: 1.5em; } .container-fluid { /*width: 90%;*/ /*margin: auto;*/ } #seeker_preference .panel-title { font-size: 1em; text-align: left; } .panel-title { font-size: 2em; text-align: center; } .panel-primary .panel-heading { background-color: #3f3f3f; color: white; } .panel-default .panel-heading { background-color: #3f3f3f; color: white; } .mail { background-color: red; color: white; } .great { background-color: green; color: white; } .ok { background-color: yellow; } .good { background-color: lime; } /******** Chosing Side page ********/ #seeker_preference a { text-decoration: none; } #choseSide h2 { /*display: inline;*/ /*padding: 10px;*/ text-align: center; line-height: 300px; color: rgb(189, 170, 170); font-size: 50px; background-color: rgb(252, 255, 252); text-shadow: rgb(3, 3, 3) 4px 4px 4px; border: solid 1px #000; border-radius: 25px; height: 300px; } #hiring #choseSide { opacity: 0.5; } #hiring a { pointer-events: none; cursor: default; } #orangeBox { background: #f90; color: #fff; font-family: 'Helvetica', 'Arial', sans-serif; font-size: 2em; font-weight: bold; text-align: center; width: 40px; height: 40px; border-radius: 5px; } .verticalLine { text-align: center; height: 300px; border-right: 5px solid #000; width: 50%; } .panel-body .chosen-container-single .chosen-single { height: 30px; border-radius: 0; } .get_qualifications, .add_qualifications select { margin-bottom:10px; }
0.453504
0.091342
.dev_label_page_layout /* Rename this class */ { position: fixed; bottom: 1rem; left: 1rem; padding: 1rem; color: #fff; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1; letter-spacing: 0.03em; background-color: black; z-index: 10; } .dev_label_section_layout /* Rename this class */ { display: block; position: fixed; bottom: 1rem; right: 1rem; padding: 1rem; color: #fff; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1; letter-spacing: 0.03em; background-color: #000; z-index: 10; } /* IDEA Temporary styles for development ====================== */ .site_main { height:2000px; /* background-color: darkgrey; */ border: 1px dashed black; } .site_footer { height: 64px; background-color: grey; } /* Layout ====================== */ * { box-sizing: border-box; } header { position: relative; } /* Main Top Navigation ====================== */ #topBar { position: fixed; top: 0; left: 0; z-index: 2; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 16px; width: 100%; /* height: 48px; */ height: 100%; /* Hide menu animation */ transform: translate(0, 0%); transition: all 0.5s ease-out 0s; /* FIXME You have an unnecessary extra middle column on the grid, it's only needed when the width hits 1280px */ display: grid; grid-template-columns: 120px 1fr 120px; grid-template-rows: 48px 40px; } #topBar .brandmark { grid-column: 1; grid-row: 1; z-index: 4; } #mainTopMenu { grid-column: 2; grid-row: 1; } #mainTopMenu nav { display: none; } #topBar.open_menu nav { position: fixed; top: 0; left: 0; z-index: 3; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; padding: 64px 0; width: 100vw; height: 100vh; background-color: pink; } /* Hide menu animation */ #topBar.hide-nav-bar{ -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%); transition: all 1s ease-in 0s; } /* Hidden Top Navigation Menu ====================== */ #hiddenTopMenu { display: none; } /* Local Top Navigation Menu ====================== */ #botBar { grid-column: 1 / span 3; grid-row: 2; position: relative; /* IDEA How much of these next two lines do we need? */ width: 100%; z-index: 5; /* */ width: 100%; /* height: 40px; */ height: 100%; background-color: tomato; background-color: white; } /* ============================================================================================================================= FIXME NEED to clean up this code, it's messy and just ugh... --> */ .local_top_bar_nav_title { color: rgba(29, 28, 28, 1.0); font-size: 16px; /* font-weight: 700; */ /* letter-spacing: .011em; */ border-bottom: none; } /* FIXME On desktop local menu does not show up. */ .local_top_bar_nav_expand { cursor: pointer; width: 100%; height: 48px; padding: 0; text-align: center; border: none; outline: none; background: transparent; /* NOTE The webkit below fixes the flickering on tap Safari */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .local_top_bar_nav_title div { position: absolute; top: 0; left: 0; display: inline-flex; justify-content: flex-start; align-items: center; align-content: center; height: 48px; padding: 0 16px; white-space: nowrap; } button.local_top_bar_nav_expand:active, .local_top_bar_nav_expand:hover { background-color: transparent; } .local_top_bar_nav_expand:after { content: '\002B'; color: green; font-size: 20px; font-weight: 700; float: right; width: 18px; margin-left: 0; padding-left: 0 16px; padding: 0 16px; } /* Button Open State */ .local_top_bar_nav_expand.expand:after { content: "\2212"; } /* Menu - Mobile ========================================================================== */ .hidden_local_top_bar_nav_container { padding: 0 12px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } .local_top_bar_nav .nav_menu { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end; align-items: start; height: 100%; width: 100%; padding: 0; margin: 0 auto; list-style-type: none; } .local_top_bar_nav .nav_menu_item a { line-height: 2.5rem; font-size: 15px; font-weight: 400; text-decoration: none; color: rgba(29, 28, 28, 1.0); } .local_top_bar_nav .nav_menu_item a:link, .local_top_bar_nav .nav_menu_item a:visited { color: rgba(29, 28, 28, 1.0); border-bottom: none; } /* FIXME End of the local menu styles, fix this stuff in code pen for clarity ============================================================================================================================= */ .frosted-glass-light { background-color: rgba(255, 255, 255, 0.9); -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition-property: background-color; -webkit-transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, backdrop-filter; transition-property: background-color, backdrop-filter, -webkit-backdrop-filter; } .frosted-glass-light::after { background-color: rgba(51, 51, 51, 0.1); } .frosted-glass-dark { background-color: rgba(0, 0, 0, 0.75); -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition-property: background-color; -webkit-transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, backdrop-filter; transition-property: background-color, backdrop-filter, -webkit-backdrop-filter; } .frosted-glass-dark::after { background-color: rgba(51, 51, 51, 0.75); } /* Responsive Styles ======================================================================== */ @media screen and (min-width: 768px) { .local_top_bar_nav_expand:after { padding: 0 20px; } .local_top_bar_nav_title div { padding: 0 20px; } } @media screen and (min-width: 1024px) { .local_top_bar_nav_expand:after { padding: 0 24px; } .local_top_bar_nav_title div { padding: 0 24px; } /* Menu - Mobile */ .local_top_bar_nav_expand, .hidden_local_top_bar_nav_container { display: none; } .local_top_bar_nav_inner_container { position: relative; max-width: 1440px; margin: 0 auto; } .local_top_bar_nav { margin: 0 auto; padding: 0 1rem 0 0; } .local_top_bar_nav_title { display: flex; /* font-size: 0.9375rem; font-size: 16px; */ margin: 0; float: none; align-items: center; /* font-size: 17px; */ } .local_top_bar_nav .nav_menu { height: 48px; flex-direction: row; justify-content: flex-end; /* align-content: ; */ align-items: center; margin: 0 0 0 auto; } /* TODO Fix the padding, it needs to added to the local local_top_bar_nav_inner_container, and the max width needs to be moved to the local_top_bar_nav */ /* TODO Refactor the code below to be as minimal as possible. You should be able to just have one menu list that is used in both mobile and desktop views */ } /* Header Menu Buttons ====================== */ #mobileNavBttn, #desktopNavBttn { grid-column: 3; grid-row 1; z-index: 4; } #desktopNavBttn { display: none; } /* NOTE Image ====================== */ img, svg { width: 100%; } img { display: block; } /* NOTE Responsive Styles ====================== */ @media screen and (min-width: 320px) {} @media screen and (min-width: 640px) { /* Main Top Navigation */ #topBar { padding: 0 20px; /* height: 56px; */ grid-template-rows: 56px 48px; } } @media screen and (min-width: 960px) { /* Main Top Navigation */ #topBar { padding: 0 24px; } } @media screen and (min-width: 1280px) { /* Main Top Navigation */ #topBar { /* height: 64px; */ grid-template-rows: 64px 48px; } /* Main Navigation Menu */ #mainTopMenu nav { display: block; display: flex; flex-direction: row; justify-content: center; } #mainTopMenu nav ul { padding: 0; list-style-type: none; } #mainTopMenu nav ul li { display: inline-block; margin-right: 1rem; } #mainTopMenu nav ul li:last-of-type { margin-right: 0; } /* Header Menu Buttons */ #mobileNavBttn { display: none; } #desktopNavBttn { display: block; } /* Hidden Top Navigation Menu */ #hiddenTopMenu.open_menu { position: fixed; top: 0; left: 0; z-index: 3; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; padding: 64px 0; width: 100vw; background-color: lightgreen; } } @media screen and (min-width: 1600px) { /* Main Top Navigation */ /* TODO Turn me on and set after the site has been built at 1440 and completed/released */ /* #topBar { padding: 0; } */ } /* TODO Consider keeping your main top menu at 40-48px similar to apple's site */
resources/_ref1/css/referernce_master.css
.dev_label_page_layout /* Rename this class */ { position: fixed; bottom: 1rem; left: 1rem; padding: 1rem; color: #fff; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1; letter-spacing: 0.03em; background-color: black; z-index: 10; } .dev_label_section_layout /* Rename this class */ { display: block; position: fixed; bottom: 1rem; right: 1rem; padding: 1rem; color: #fff; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1; letter-spacing: 0.03em; background-color: #000; z-index: 10; } /* IDEA Temporary styles for development ====================== */ .site_main { height:2000px; /* background-color: darkgrey; */ border: 1px dashed black; } .site_footer { height: 64px; background-color: grey; } /* Layout ====================== */ * { box-sizing: border-box; } header { position: relative; } /* Main Top Navigation ====================== */ #topBar { position: fixed; top: 0; left: 0; z-index: 2; display: flex; flex-direction: row; justify-content: space-between; align-items: center; padding: 0 16px; width: 100%; /* height: 48px; */ height: 100%; /* Hide menu animation */ transform: translate(0, 0%); transition: all 0.5s ease-out 0s; /* FIXME You have an unnecessary extra middle column on the grid, it's only needed when the width hits 1280px */ display: grid; grid-template-columns: 120px 1fr 120px; grid-template-rows: 48px 40px; } #topBar .brandmark { grid-column: 1; grid-row: 1; z-index: 4; } #mainTopMenu { grid-column: 2; grid-row: 1; } #mainTopMenu nav { display: none; } #topBar.open_menu nav { position: fixed; top: 0; left: 0; z-index: 3; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; padding: 64px 0; width: 100vw; height: 100vh; background-color: pink; } /* Hide menu animation */ #topBar.hide-nav-bar{ -webkit-transform: translate(0, -100%); -moz-transform: translate(0, -100%); -ms-transform: translate(0, -100%); transform: translate(0, -100%); transition: all 1s ease-in 0s; } /* Hidden Top Navigation Menu ====================== */ #hiddenTopMenu { display: none; } /* Local Top Navigation Menu ====================== */ #botBar { grid-column: 1 / span 3; grid-row: 2; position: relative; /* IDEA How much of these next two lines do we need? */ width: 100%; z-index: 5; /* */ width: 100%; /* height: 40px; */ height: 100%; background-color: tomato; background-color: white; } /* ============================================================================================================================= FIXME NEED to clean up this code, it's messy and just ugh... --> */ .local_top_bar_nav_title { color: rgba(29, 28, 28, 1.0); font-size: 16px; /* font-weight: 700; */ /* letter-spacing: .011em; */ border-bottom: none; } /* FIXME On desktop local menu does not show up. */ .local_top_bar_nav_expand { cursor: pointer; width: 100%; height: 48px; padding: 0; text-align: center; border: none; outline: none; background: transparent; /* NOTE The webkit below fixes the flickering on tap Safari */ -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } .local_top_bar_nav_title div { position: absolute; top: 0; left: 0; display: inline-flex; justify-content: flex-start; align-items: center; align-content: center; height: 48px; padding: 0 16px; white-space: nowrap; } button.local_top_bar_nav_expand:active, .local_top_bar_nav_expand:hover { background-color: transparent; } .local_top_bar_nav_expand:after { content: '\002B'; color: green; font-size: 20px; font-weight: 700; float: right; width: 18px; margin-left: 0; padding-left: 0 16px; padding: 0 16px; } /* Button Open State */ .local_top_bar_nav_expand.expand:after { content: "\2212"; } /* Menu - Mobile ========================================================================== */ .hidden_local_top_bar_nav_container { padding: 0 12px; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out; } .local_top_bar_nav .nav_menu { display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end; align-items: start; height: 100%; width: 100%; padding: 0; margin: 0 auto; list-style-type: none; } .local_top_bar_nav .nav_menu_item a { line-height: 2.5rem; font-size: 15px; font-weight: 400; text-decoration: none; color: rgba(29, 28, 28, 1.0); } .local_top_bar_nav .nav_menu_item a:link, .local_top_bar_nav .nav_menu_item a:visited { color: rgba(29, 28, 28, 1.0); border-bottom: none; } /* FIXME End of the local menu styles, fix this stuff in code pen for clarity ============================================================================================================================= */ .frosted-glass-light { background-color: rgba(255, 255, 255, 0.9); -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition-property: background-color; -webkit-transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, backdrop-filter; transition-property: background-color, backdrop-filter, -webkit-backdrop-filter; } .frosted-glass-light::after { background-color: rgba(51, 51, 51, 0.1); } .frosted-glass-dark { background-color: rgba(0, 0, 0, 0.75); -webkit-transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1); transition-property: background-color; -webkit-transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, -webkit-backdrop-filter; transition-property: background-color, backdrop-filter; transition-property: background-color, backdrop-filter, -webkit-backdrop-filter; } .frosted-glass-dark::after { background-color: rgba(51, 51, 51, 0.75); } /* Responsive Styles ======================================================================== */ @media screen and (min-width: 768px) { .local_top_bar_nav_expand:after { padding: 0 20px; } .local_top_bar_nav_title div { padding: 0 20px; } } @media screen and (min-width: 1024px) { .local_top_bar_nav_expand:after { padding: 0 24px; } .local_top_bar_nav_title div { padding: 0 24px; } /* Menu - Mobile */ .local_top_bar_nav_expand, .hidden_local_top_bar_nav_container { display: none; } .local_top_bar_nav_inner_container { position: relative; max-width: 1440px; margin: 0 auto; } .local_top_bar_nav { margin: 0 auto; padding: 0 1rem 0 0; } .local_top_bar_nav_title { display: flex; /* font-size: 0.9375rem; font-size: 16px; */ margin: 0; float: none; align-items: center; /* font-size: 17px; */ } .local_top_bar_nav .nav_menu { height: 48px; flex-direction: row; justify-content: flex-end; /* align-content: ; */ align-items: center; margin: 0 0 0 auto; } /* TODO Fix the padding, it needs to added to the local local_top_bar_nav_inner_container, and the max width needs to be moved to the local_top_bar_nav */ /* TODO Refactor the code below to be as minimal as possible. You should be able to just have one menu list that is used in both mobile and desktop views */ } /* Header Menu Buttons ====================== */ #mobileNavBttn, #desktopNavBttn { grid-column: 3; grid-row 1; z-index: 4; } #desktopNavBttn { display: none; } /* NOTE Image ====================== */ img, svg { width: 100%; } img { display: block; } /* NOTE Responsive Styles ====================== */ @media screen and (min-width: 320px) {} @media screen and (min-width: 640px) { /* Main Top Navigation */ #topBar { padding: 0 20px; /* height: 56px; */ grid-template-rows: 56px 48px; } } @media screen and (min-width: 960px) { /* Main Top Navigation */ #topBar { padding: 0 24px; } } @media screen and (min-width: 1280px) { /* Main Top Navigation */ #topBar { /* height: 64px; */ grid-template-rows: 64px 48px; } /* Main Navigation Menu */ #mainTopMenu nav { display: block; display: flex; flex-direction: row; justify-content: center; } #mainTopMenu nav ul { padding: 0; list-style-type: none; } #mainTopMenu nav ul li { display: inline-block; margin-right: 1rem; } #mainTopMenu nav ul li:last-of-type { margin-right: 0; } /* Header Menu Buttons */ #mobileNavBttn { display: none; } #desktopNavBttn { display: block; } /* Hidden Top Navigation Menu */ #hiddenTopMenu.open_menu { position: fixed; top: 0; left: 0; z-index: 3; display: flex; flex-direction: column; flex-wrap: wrap; justify-content: flex-end; align-items: flex-start; padding: 64px 0; width: 100vw; background-color: lightgreen; } } @media screen and (min-width: 1600px) { /* Main Top Navigation */ /* TODO Turn me on and set after the site has been built at 1440 and completed/released */ /* #topBar { padding: 0; } */ } /* TODO Consider keeping your main top menu at 40-48px similar to apple's site */
0.285272
0.0809
.contact-section { background: linear-gradient( rgba(48, 57, 82, 0.45), rgba(39, 39, 39, 0.45) ),url('../images/god-of-war.jpg') top; clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 7rem; padding-bottom: 4rem; text-align: center; text-transform: uppercase; font-size: 4rem; color: #fff; letter-spacing: 8px; font-family:'Changa One', 'Black Ops One', 'Racing Sans One', cursive; } /* form { display: flex; flex-direction: column; align-items: center; } */ form { text-align: center; } input, textarea { width: 50%; margin-bottom: 5rem; border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); border-radius: 2rem; color: #119DA4; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } @media(max-width: 1200px){ contact-section { clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 6rem; padding-bottom: 3rem; font-size: 3rem; letter-spacing: 6px; } input, textarea { width: 50%; margin-bottom: 4rem; border-radius: 2rem; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } } @media(max-width: 768px){ .contact-section { clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 4rem; padding-bottom: 3rem; font-size: 2.4rem; letter-spacing: 6px; } input, textarea { width: 90%; margin-bottom: 2.5rem; border-radius: 2rem; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } }
src/components/contact.css
.contact-section { background: linear-gradient( rgba(48, 57, 82, 0.45), rgba(39, 39, 39, 0.45) ),url('../images/god-of-war.jpg') top; clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 7rem; padding-bottom: 4rem; text-align: center; text-transform: uppercase; font-size: 4rem; color: #fff; letter-spacing: 8px; font-family:'Changa One', 'Black Ops One', 'Racing Sans One', cursive; } /* form { display: flex; flex-direction: column; align-items: center; } */ form { text-align: center; } input, textarea { width: 50%; margin-bottom: 5rem; border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); border-radius: 2rem; color: #119DA4; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } @media(max-width: 1200px){ contact-section { clip-path: polygon(50% 10%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 6rem; padding-bottom: 3rem; font-size: 3rem; letter-spacing: 6px; } input, textarea { width: 50%; margin-bottom: 4rem; border-radius: 2rem; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } } @media(max-width: 768px){ .contact-section { clip-path: polygon(50% 5%, 100% 0, 100% 100%, 50% 100%, 0 100%, 0 0); /* background-color: #48637c; */ padding: 3rem 0 3rem 0; } .contact-heading { padding-top: 4rem; padding-bottom: 3rem; font-size: 2.4rem; letter-spacing: 6px; } input, textarea { width: 90%; margin-bottom: 2.5rem; border-radius: 2rem; font-size: 1.8rem; padding-left: 2.5rem; } input { height: 4rem; } textarea { resize: none; font-size: 2.5rem; padding-top: 2rem; } .contact-button { border: 1px solid #119DA4; background: rgba(48, 57, 82, 0.41); height: 4rem; width: 20rem; border-radius: 2rem; color: #119DA4; font-size: 1.8rem; font-weight: 600; letter-spacing: 2px; cursor: pointer; margin-bottom: 2rem; } .contact-button:hover { background: #119DA4; color: #fff; transition: all 0.5s ease-out; border-color: transparent; } }
0.501953
0.092565
@font-face { font-family: 'Circular'; src: url("fonts/Circular-Bold.woff2") format("woff2"), url("fonts/Circular-Bold.woff") format("woff"), url("fonts/Circular-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: 'Circular'; src: url("fonts/Circular-Book.woff2") format("woff2"), url("fonts/Circular-Book.woff") format("woff"), url("fonts/Circular-Book.ttf") format("truetype"); font-weight: normal; font-style: normal; } * { position: relative; margin: 0; padding: 0; outline: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: 'Circular', sans-serif; font-weight: normal; overflow: hidden; height: 100%; } .test { position: absolute; bottom: 0; right: 0; } .hud { position: absolute; top: 50px; right: 90px; width: 230px; } .hud .profile { position: absolute; z-index: 1; left: 0; width: 80px; height: 80px; border-radius: 100%; overflow: hidden; } .hud .container { position: absolute; right: 0; top: 5px; width: 200px; height: 70px; padding: 2px 20px 15px 60px; -webkit-box-sizing: border-box; box-sizing: border-box; background: rgba(24, 27, 32, 0.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); /* Note: backdrop-filter has minimal browser support */ border-radius: 10px; } .hud .container .type { width: 122px; height: 12px; margin: 5px 0; } .hud .container .type .svg { display: inline-block; vertical-align: middle; margin-right: -4px; width: 14px; text-align: center; } .hud .container .type .progress { display: inline-block; vertical-align: middle; margin-right: -4px; margin-left: 8px; width: calc(100% - 22px); height: 7px; background-color: rgba(187, 200, 222, 0.3); border-radius: 10px; } .hud .container .type .progress div { display: block; width: 100%; height: 100%; background-color: #BBC8DE; border-radius: 10px; } .hud #hour { position: absolute; z-index: 2; color: white; text-align: center; font-size: 14px; width: 170px; right: 0; top: -15px; } .hud .notification { display: none; position: absolute; width: 22px; height: 22px; line-height: 21px; background-color: #EE5253; color: white; font-size: 14px; text-align: center; z-index: 2; border-radius: 100%; top: -7px; left: 0; } .hud .icons { position: absolute; z-index: 2; right: 0; top: -16px; }
hungerthirst/ui/style.css
@font-face { font-family: 'Circular'; src: url("fonts/Circular-Bold.woff2") format("woff2"), url("fonts/Circular-Bold.woff") format("woff"), url("fonts/Circular-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: 'Circular'; src: url("fonts/Circular-Book.woff2") format("woff2"), url("fonts/Circular-Book.woff") format("woff"), url("fonts/Circular-Book.ttf") format("truetype"); font-weight: normal; font-style: normal; } * { position: relative; margin: 0; padding: 0; outline: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } body { font-family: 'Circular', sans-serif; font-weight: normal; overflow: hidden; height: 100%; } .test { position: absolute; bottom: 0; right: 0; } .hud { position: absolute; top: 50px; right: 90px; width: 230px; } .hud .profile { position: absolute; z-index: 1; left: 0; width: 80px; height: 80px; border-radius: 100%; overflow: hidden; } .hud .container { position: absolute; right: 0; top: 5px; width: 200px; height: 70px; padding: 2px 20px 15px 60px; -webkit-box-sizing: border-box; box-sizing: border-box; background: rgba(24, 27, 32, 0.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); /* Note: backdrop-filter has minimal browser support */ border-radius: 10px; } .hud .container .type { width: 122px; height: 12px; margin: 5px 0; } .hud .container .type .svg { display: inline-block; vertical-align: middle; margin-right: -4px; width: 14px; text-align: center; } .hud .container .type .progress { display: inline-block; vertical-align: middle; margin-right: -4px; margin-left: 8px; width: calc(100% - 22px); height: 7px; background-color: rgba(187, 200, 222, 0.3); border-radius: 10px; } .hud .container .type .progress div { display: block; width: 100%; height: 100%; background-color: #BBC8DE; border-radius: 10px; } .hud #hour { position: absolute; z-index: 2; color: white; text-align: center; font-size: 14px; width: 170px; right: 0; top: -15px; } .hud .notification { display: none; position: absolute; width: 22px; height: 22px; line-height: 21px; background-color: #EE5253; color: white; font-size: 14px; text-align: center; z-index: 2; border-radius: 100%; top: -7px; left: 0; } .hud .icons { position: absolute; z-index: 2; right: 0; top: -16px; }
0.454956
0.112186
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: .9em; } /*Decrease z-index to prevent the morris hover to overlay the datepicker */ .morris-hover { position: absolute; z-index: 1; } .oas-container { position: relative; height: 200px; } .oas-graph { position: absolute; width: 100%; height: 100%; background: #f5f5f5 url(./images/logo.png) no-repeat center; } .oas-toolbar-content { position: absolute; float: left; background-color: #e6e6e6; border-color: #d3d3d3; height: 70%; bottom: 0; z-index: 5; border-top-left-radius: 15px; border-top-right-radius: 15px; overflow:auto; overflow-y: hidden; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; } .oas-toolbar.collapsed .oas-toolbar-content { min-height: 0; height: 0; } .oas-toolbar .oas-toggler { position: absolute; z-index: 10; width: 20px; height: 20px; padding: 0; bottom: 5px; left: 5px; background: url(./images/arrowdown.gif) no-repeat center; } .oas-toolbar.collapsed .oas-toggler { background-image: url(./images/arrowup.gif); } .oas-toolbar-item { position: relative; display: inline-block; min-width: 30px; height: 100%; font-size: small; font-family: sans-serif; padding-top: 5px; padding-right: 15px; padding-left: 15px; border-right: 1px dotted #aaa; float:left; } .oas-toolbar-item:last-child { border-right: none; } .oas-toolbar-item-heading { margin-top: 0; margin-bottom: 10px; color: #4169e1; /*border-bottom: 1px solid #00008b;*/ } .oas-toolbar-item ul { margin: 0; padding: 0; list-style-type: none; } .oas-toolbar-item li, .oas-form-group { margin-top: 1px; border-bottom: 2px solid #eee; padding: 1px; } .oas-toolbar-value { margin-left:10px; float: right; text-align: right; } .oas-form-group label { width: 8em; float: left; display: inline-block; } .oas-form-group input, .oas-form-group select { width: 6em; } .oas-message { position:relative; text-align: center; vertical-align: middle; line-height: 200px; } .oas-loading { position: relative; width: 100%; height: 100%; z-index: 15; background: url(./images/loading.gif) no-repeat center center; } .oas-clickable:hover { cursor:pointer; background-color: #fffafa; }
website/resources/oaswidget/includes/oaswidget.css
.ui-widget { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: .9em; } /*Decrease z-index to prevent the morris hover to overlay the datepicker */ .morris-hover { position: absolute; z-index: 1; } .oas-container { position: relative; height: 200px; } .oas-graph { position: absolute; width: 100%; height: 100%; background: #f5f5f5 url(./images/logo.png) no-repeat center; } .oas-toolbar-content { position: absolute; float: left; background-color: #e6e6e6; border-color: #d3d3d3; height: 70%; bottom: 0; z-index: 5; border-top-left-radius: 15px; border-top-right-radius: 15px; overflow:auto; overflow-y: hidden; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; -o-transition:all 0.3s linear; } .oas-toolbar.collapsed .oas-toolbar-content { min-height: 0; height: 0; } .oas-toolbar .oas-toggler { position: absolute; z-index: 10; width: 20px; height: 20px; padding: 0; bottom: 5px; left: 5px; background: url(./images/arrowdown.gif) no-repeat center; } .oas-toolbar.collapsed .oas-toggler { background-image: url(./images/arrowup.gif); } .oas-toolbar-item { position: relative; display: inline-block; min-width: 30px; height: 100%; font-size: small; font-family: sans-serif; padding-top: 5px; padding-right: 15px; padding-left: 15px; border-right: 1px dotted #aaa; float:left; } .oas-toolbar-item:last-child { border-right: none; } .oas-toolbar-item-heading { margin-top: 0; margin-bottom: 10px; color: #4169e1; /*border-bottom: 1px solid #00008b;*/ } .oas-toolbar-item ul { margin: 0; padding: 0; list-style-type: none; } .oas-toolbar-item li, .oas-form-group { margin-top: 1px; border-bottom: 2px solid #eee; padding: 1px; } .oas-toolbar-value { margin-left:10px; float: right; text-align: right; } .oas-form-group label { width: 8em; float: left; display: inline-block; } .oas-form-group input, .oas-form-group select { width: 6em; } .oas-message { position:relative; text-align: center; vertical-align: middle; line-height: 200px; } .oas-loading { position: relative; width: 100%; height: 100%; z-index: 15; background: url(./images/loading.gif) no-repeat center center; } .oas-clickable:hover { cursor:pointer; background-color: #fffafa; }
0.532425
0.107672
/* min-height: 100vh; */ padding: 100px 0 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #team .container{ height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } #team .container .left{ width: 50%; padding-left: 60px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading{ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading h1{ font-size: 2.2rem; text-transform: uppercase; } #team .container .left span{ font-size: 1.2rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .95rem; text-transform: unset; line-height: 1.4rem; } #team .container .left button{ margin-top: 30px; } #team .container .right{ width: 50%; display: flex; align-items: center; justify-content: center; } #team .container .right img{ height: 450px; } #team .container .right .container{ display: flex; align-items: center; justify-content: center; border-radius: 100%; width: unset; /* border-right: 4px solid var(--primaryBlue); */ } #team .container .right .container video{ height: 450px; padding: 40px; border-radius: 100%; filter: grayscale(100%); } @media screen and (max-width:978px) { #team{ /* min-height: 100vh; */ padding: 150px 0 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #team .container{ height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } #team .container .left{ width: 100%; padding-top: 30px; padding-left: 30px; padding-right: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading{ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading h1{ font-size: 1.8rem; text-transform: uppercase; } #team .container .left span{ font-size: 1rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .85rem; text-transform: unset; line-height: 1.4rem; } #team .container .left button{ margin-top: 30px; } #team .container .right{ width: 100%; display: flex; align-items: center; justify-content: center; } #team .container .right img{ height: 450px; } #team .container .right .container{ display: flex; align-items: center; justify-content: center; border-radius: 100%; width: unset; /* border-right: 4px solid var(--primaryBlue); */ } #team .container .right .container video{ height: 270px; padding: 20px 20px; border-radius: 100%; filter: grayscale(100%); } } @media screen and (max-width:350px) { #team .container .right .container video{ height: 275px; padding: 40px; border-radius: 100%; filter: grayscale(100%); } #team .container .left .heading h1{ font-size: 1.5rem; text-transform: uppercase; } #team .container .left span{ font-size: 1rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .7rem; text-transform: unset; line-height: 1.2rem; } }
src/style/sections/team.css
/* min-height: 100vh; */ padding: 100px 0 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #team .container{ height: 100%; width: 100%; display: flex; align-items: center; justify-content: center; } #team .container .left{ width: 50%; padding-left: 60px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading{ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading h1{ font-size: 2.2rem; text-transform: uppercase; } #team .container .left span{ font-size: 1.2rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .95rem; text-transform: unset; line-height: 1.4rem; } #team .container .left button{ margin-top: 30px; } #team .container .right{ width: 50%; display: flex; align-items: center; justify-content: center; } #team .container .right img{ height: 450px; } #team .container .right .container{ display: flex; align-items: center; justify-content: center; border-radius: 100%; width: unset; /* border-right: 4px solid var(--primaryBlue); */ } #team .container .right .container video{ height: 450px; padding: 40px; border-radius: 100%; filter: grayscale(100%); } @media screen and (max-width:978px) { #team{ /* min-height: 100vh; */ padding: 150px 0 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; } #team .container{ height: 100%; width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } #team .container .left{ width: 100%; padding-top: 30px; padding-left: 30px; padding-right: 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading{ display: flex; flex-direction: column; align-items: flex-start; justify-content: center; } #team .container .left .heading h1{ font-size: 1.8rem; text-transform: uppercase; } #team .container .left span{ font-size: 1rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .85rem; text-transform: unset; line-height: 1.4rem; } #team .container .left button{ margin-top: 30px; } #team .container .right{ width: 100%; display: flex; align-items: center; justify-content: center; } #team .container .right img{ height: 450px; } #team .container .right .container{ display: flex; align-items: center; justify-content: center; border-radius: 100%; width: unset; /* border-right: 4px solid var(--primaryBlue); */ } #team .container .right .container video{ height: 270px; padding: 20px 20px; border-radius: 100%; filter: grayscale(100%); } } @media screen and (max-width:350px) { #team .container .right .container video{ height: 275px; padding: 40px; border-radius: 100%; filter: grayscale(100%); } #team .container .left .heading h1{ font-size: 1.5rem; text-transform: uppercase; } #team .container .left span{ font-size: 1rem; text-transform: uppercase; } #team .container .left .about-team{ padding-top: 10px; font-size: .7rem; text-transform: unset; line-height: 1.2rem; } }
0.349977
0.060335
@font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: 800; src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: bold; src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: 600; src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); } * { box-sizing: border-box; margin: 0; padding: 0; outline: 0; font-family: 'OwlToolsOpenSans', 'Open Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif; scrollbar-color: #2e2e2e #222222; } body { transition-duration: 0.4s; } h1, h2, h3 { letter-spacing: 0.6px; margin-bottom: 6px; font-weight: 800; } h1, h2 { font-size: 21px; } h3 { font-size: 14px; } p { margin: 6px 0; font-weight: 600; font-size: 12px; letter-spacing: 0.6px; } p a { font-weight: bold; } a { font-weight: 600; } a, button, select { cursor: pointer; } button, input, select, textarea, label { font-size: 12px; letter-spacing: 0.3px; } button, input, select, textarea { margin: 3px 3px 0 0; padding: 6px; border-radius: 7px; } button { font-weight: bold; } button:active { filter: brightness(90%); } select { -moz-appearance: none; } textarea { flex: 1; min-height: 260px; } textarea.textarea-list { word-spacing: 10px; line-height: 28px; white-space: pre; } div { display: flex; } element { display: block; margin: 36px 20px; } label { display: flex; align-items: center; padding: 6px 6px 6px 0; } label.label-right { margin-left: 14px; padding-top: 0; } ul { list-style-type: none; } li { margin: 22px 0; font-size: 14px; letter-spacing: 0.4px; } .list li::before { padding: 0 6px; font-weight: 800; font-size: 13px; } .list h3 { margin-top: 70px; } .own-tools-icon { background: url('../../assets/images/owl-icon-48-dark-gray.svg') no-repeat center; } .hide { display: none; } .block, .main-content { display: block; } .flex { display: flex; } .flex-1 { flex: 1; } .justify-center { justify-content: center; text-align: center; } .micro-width { width: 40px; text-align: center; } .small-width { width: 64px; } .medium-width { width: 110px; } .big-word-spacing { word-spacing: 8px; } .initial-cursor-impediment { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0; z-index: 99999; }
src/assets/styles/global.css
@font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: 800; src: url('../fonts/OpenSans-ExtraBold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: bold; src: url('../fonts/OpenSans-Bold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; font-weight: 600; src: url('../fonts/OpenSans-SemiBold.ttf') format('truetype'); } @font-face { font-family: 'OwlToolsOpenSans'; font-style: normal; src: url('../fonts/OpenSans-Regular.ttf') format('truetype'); } * { box-sizing: border-box; margin: 0; padding: 0; outline: 0; font-family: 'OwlToolsOpenSans', 'Open Sans', 'Roboto', 'Helvetica', 'Arial', sans-serif; scrollbar-color: #2e2e2e #222222; } body { transition-duration: 0.4s; } h1, h2, h3 { letter-spacing: 0.6px; margin-bottom: 6px; font-weight: 800; } h1, h2 { font-size: 21px; } h3 { font-size: 14px; } p { margin: 6px 0; font-weight: 600; font-size: 12px; letter-spacing: 0.6px; } p a { font-weight: bold; } a { font-weight: 600; } a, button, select { cursor: pointer; } button, input, select, textarea, label { font-size: 12px; letter-spacing: 0.3px; } button, input, select, textarea { margin: 3px 3px 0 0; padding: 6px; border-radius: 7px; } button { font-weight: bold; } button:active { filter: brightness(90%); } select { -moz-appearance: none; } textarea { flex: 1; min-height: 260px; } textarea.textarea-list { word-spacing: 10px; line-height: 28px; white-space: pre; } div { display: flex; } element { display: block; margin: 36px 20px; } label { display: flex; align-items: center; padding: 6px 6px 6px 0; } label.label-right { margin-left: 14px; padding-top: 0; } ul { list-style-type: none; } li { margin: 22px 0; font-size: 14px; letter-spacing: 0.4px; } .list li::before { padding: 0 6px; font-weight: 800; font-size: 13px; } .list h3 { margin-top: 70px; } .own-tools-icon { background: url('../../assets/images/owl-icon-48-dark-gray.svg') no-repeat center; } .hide { display: none; } .block, .main-content { display: block; } .flex { display: flex; } .flex-1 { flex: 1; } .justify-center { justify-content: center; text-align: center; } .micro-width { width: 40px; text-align: center; } .small-width { width: 64px; } .medium-width { width: 110px; } .big-word-spacing { word-spacing: 8px; } .initial-cursor-impediment { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin: 0; z-index: 99999; }
0.394784
0.089574
display: none; } .selector_container, .checkbox_container { zoom: 1; } .selector_container table.selector_table { width: 100%; z-index: 0; border: 1px solid #C0CAD5; margin: 0; } .selector_container table td { vertical-align: middle; } .selector_container td.selector_dropdown { z-index: 0; width: 16px; cursor: default; background: url('/images/darr_dd_out.gif') #FFF no-repeat center; border: none; border-left: 1px solid #FFF; padding: 0px; } .selector_focused td.selector_dropdown { background-color: #E1E8ED; border-left: 1px solid #D2DBE0; } .selector_container td.selector { border: none; padding: 2px 0px 0px 2px; background: #FFF; height: 1%; overflow: hidden; } .selector_container td.selector: after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .selector input { background: #FFF; float: left; width: 100px; *height: 16px!important; /*IE 7*/ height: 15px; margin: 0px 0px 1px 0px; padding: 1px 0px 1px 3px!important; padding: 2px 0px 0px 4px; outline: none; font: 11px tahoma,verdana,arial,sans-serif; line-height: 12px; border: none; } .selector input.ph { /* placeholder with color: #afb8c2; - looks bad when not alone */ color: #afb8c2; } .selector input.selected, .selector input.focused { color: #000; } .dropdown_container input { cursor: default; } .token { font-size: 11px; line-height: 11px; color: #000; cursor: default; background: #DAE2E8; display: block; padding: 2px 2px 3px 4px!important; padding: 1px 2px 2px 4px; /*IE 6*/ white-space: nowrap; *padding: 1px 2px 2px 4px!important; /*IE 7*/ float: left; margin: 0px; border: solid #FFF; border-width: 0px 2px 2px 0px; } .token_hover { background: #587DA1; color: #FFFFFF; } .token_selected { background: #2A5883; color: #FFFFFF; } .token span.x, .token span.x_hover { background: url('/images/blob_x.gif') center no-repeat; display: inline-block; sborder: 1px solid; width: 16px; height: 8px!important; cursor: pointer; vertical-align: top; padding: 0; margin: 2px 0px 0px 2px!important; *margin-top: 3px!important; /*IE 7*/ margin: 0px; /*IE 6*/ } .selector_container.disabled .selector { border-color: #CACACA; background: #F2F2F2; } .selector_container.disabled .selector_dropdown { background: url('/images/darr_dd_disabled.gif') no-repeat center; } .selector_container.disabled .token { color: #777; background: #E7E7E7; } .selector_container.disabled .token span.x { background: url('/images/blob_x_disabled.gif') center no-repeat; } .selector_container.disabled input { color: #777; background: #F2F2F2; } /* Autocompleter */ .results_container { position: absolute; z-index: 100; } .result_list { margin: -1px 0px 0px; position: absolute; opacity: 0.95; filter: alpha(opacity=95); left: 0; overflow-y: hidden; border: 1px solid #ADADAD; border-width: 1px 0px 0px; z-index: 100; } .result_list_shadow { margin: 0px; position: absolute; left: 0; overflow: hidden; border: 0; z-index: 100; height: 2px; display: none; } .result_list_shadow.reverse { visibility: hidden; } .result_list_shadow .shadow1, .result_list_shadow .shadow2 { height: 1px; background-color: #000; opacity: 0.12; filter: alpha(opacity=12); overflow: hidden; } .result_list_shadow .shadow2 { opacity: 0.05; filter: alpha(opacity=5); } .result_list_scrollable { border: 1px solid #ADADAD; border-width: 1px 0px; overflow-y: scroll; } .result_list_scrollable.reverse { border-top: 1px solid #CCC; } .result_list li.disabled { background: #eee; padding: 5px 5px 4px 6px; cursor: default; border: 1px solid #CCC; border-top: none; text-align: left; } .result_list.reverse li.disabled { border-top: 1px solid #CCC; } .result_list ul { margin: 0; padding: 0; background: #FFF; position: relative; zoom: 1; /* negative margin IE fix*/ } .result_list ul li { color: #000; padding: 3px 0px 3px 10px; list-style-type: none; border: 1px solid #CCC; border-width: 0px 1px 1px 1px; border-bottom: 1px solid #FFF; cursor: pointer; position: relative; margin: -1px 0px 0px 0px; overflow: hidden; text-align: left; line-height: 13px; font-size: 11px; } .result_list.reverse ul li { padding-top: 3px; } .dividing_line ul li { border-bottom: 1px solid #CCC; } .result_list ul li.first { border-top: 1px solid #CCC; padding-top: 3px; } .result_list ul li.last { border-bottom: 1px solid #ADADAD; } .result_list ul li.active { background: #587DA1; color: #FFF; border: 1px solid #2A5883; padding-top: 2px; z-index: 1; } .result_list ul li.first.active { padding-top: 2px; margin-top: 0px; } .result_list_scrollable ul li.first { border-top: 1px solid #CCC; } .result_list_scrollable ul li.first.active { border-top: 1px solid #2A5883; padding-top: 2px; margin-top: 0px; } .result_list_scrollable ul li.last { border-bottom: 0px solid #FFF; padding-bottom: 3px; } .result_list_scrollable ul li.last.active { border-bottom: 1px solid #2A5883; padding-bottom: 2px; } .result_list ul li.active span { color: #aabbd4; } .result_list ul li.active em { background: #2A5883; color: #FFF; } .result_list ul li em { font-weight: bold; font-style: normal; background: #DAE2E8; color: #000; } .result_list ul li span { display: block; padding-top: 2px; color: #777; font-size: 7pt; } /* Mobile selector fixes start */ .mobile_selector_container input { -webkit-appearance: none; } .mobile_selector_container .result_list { opacity: 1; } /* Mobile selector fixes end */ .checkbox_container, .radiobtn_container { cursor: pointer; } .checkbox_container table, .radiobtn_container table { width: 100%; z-index: 0; margin: 5px 0px 5px 0px; } .checkbox_container table td, .radiobtn_container table td { vertical-align: middle; } .checkbox_container table td.checkbox { width: 20px; padding: 2px 0px 0px; } .checkbox_container table td.checkbox_label, .radiobtn_container table td.radiobtn_label { line-height: 140%; padding: 0px 0px 0px 3px; text-align: left; } .checkbox_container table td.checkbox_label { padding-top: 1px; } .checkbox_container table td .checkbox_on, .checkbox_container table td .checkbox_off, .checkbox_container table td .checkbox_on_over, .checkbox_container table td .checkbox_off_over { height: 14px; width: 15px; overflow: hidden; background: transparent url(/images/icons/check.gif?1) 0px 0px no-repeat; } .checkbox_container table td .checkbox_on { background-position: 0px -14px; } .checkbox_container table td .checkbox_off_over { background-position: 0px -28px; } .checkbox_container table td .checkbox_on_over { background-position: 0px -42px; } .radiobtn_container table td.radiobtn { width: 20px; padding: 1px 0px 0px; } .radiobtn_container input { display: none; } .radiobtn_container table td .radiobtn_on, .radiobtn_container table td .radiobtn_off, .radiobtn_container table td .radiobtn_on_over, .radiobtn_container table td .radiobtn_off_over { height: 14px; width: 15px; overflow: hidden; } .radiobtn_container table td .radiobtn_on div, .radiobtn_container table td .radiobtn_off div, .radiobtn_container table td .radiobtn_on_over div, .radiobtn_container table td .radiobtn_off_over div { width: 14px; height: 56px; background: transparent url(/images/icons/radio.png?1) 0px 0px no-repeat; behavior: url(/js/iepngfix.htc); } .radiobtn_container table td .radiobtn_on div { margin-top: -14px; } .radiobtn_container table td .radiobtn_off_over div { margin-top: -28px; } .radiobtn_container table td .radiobtn_on_over div { margin-top: -42px; } /* Dropdown menu */ a.dd_menu_target:hover { text-decoration: none !important; } a.dd_link, .pageBody a.dd_link { background: url(/images/flydead.gif) no-repeat right 1px; padding-right: 17px; font-weight: normal; text-decoration: none; } .dd_menu { position: absolute; z-index: 1500; } .dd_menu_header { border: 1px solid #3B6798; position: absolute; z-index: 1500; cursor: pointer; _margin-left: 1px; } .dd_menu_header div { border-color: #7E9CBC #5C82AB #6D8FB3; border-style: solid; border-width: 1px; color: #FFFFFF; padding: 2px 5px; white-space: nowrap; padding-right: 17px; line-height: 14px; *line-height: 13px; *padding-right: 16px; background: #6D8FB3 url(/images/flydead.gif) no-repeat right -15px; *background-position: -14px right; } .dd_menu_header.leftArrow div { background: #6D8FB3 url(/images/flydead.gif) no-repeat 1px -15px; padding-right: 5px; padding-left: 16px; *background-position: 14px left; } .dd_header_hover { border-color: #DAE1E8; opacity: 0.6; filter: alpha(opacity=60); } .dd_header_hover div { background: #DAE1E8 url(/images/flydead.gif) no-repeat right 3px; *background-position: 4px right; color: #2B587A; border-color: #DAE1E8; } html>/**/body .dd_menu_header div, x:-moz-any-link { padding-top: 1px; } .dd_menu_body { position: absolute; z-index: 1499; margin-left: -1px; _margin-left: 0px; } .dd_menu_rows { border: 1px solid #96AABE; margin: 0; background: #FFFFFF; position: relative; z-index: 1499; } .dd_menu_rows a{ background: #FFFFFF; display: block; line-height: 12px; padding: 4px 6px 0 6px; height: 18px; *height: 17px; white-space: nowrap; cursor: pointer; background-repeat: no-repeat; } .dd_menu_rows a:hover, .dd_menu_rows a.dd_a_hover{ background-color: #DAE2E8; text-decoration: none; } .dd_menu_shad_l div, .dd_menu_shad_r div { width: 1px } .dd_menu_shad_l { background: #000000; filter: alpha(opacity=6); opacity: 0.06; overflow: hidden; width: 1px; } .dd_menu_shad_b, .dd_menu_shad_b2 { background: #000000; height: 2px; margin-top: -1px; filter: alpha(opacity=7); opacity: 0.07; overflow: hidden; position: relative; z-index: 148; } .dd_menu_shad_b2 { filter: alpha(opacity=5); opacity: 0.05; } .dd_menu_shad_r { background: #000000; filter: alpha(opacity=6); opacity: 0.06; overflow: hidden; width: 1px; } .checkbox_container.disabled { cursor: default; opacity: 0.5; filter: alpha(opacity=50); } .checkbox_container.disabled td.checkbox div.checkbox_on_over { background-position: 0px -14px; } .checkbox_container.disabled td.checkbox div.checkbox_off_over { background-position: 0px 0px; } /* Dropdownmenu custom styles */ .dd_menu_checkable .dd_menu_rows a div { width: 20px; height: 20px; float: left; } .dd_menu_rows a img { float: left; visibility: hidden; margin-right: 3px; } .dd_menu_rows a.checked img { visibility: visible; } /* Inline edit styles */ .inlContainer { position: absolute; display: none; z-index: 10; } .inlFrame00, .inlFrame01, .inlFrame02, .inlFrame10, .inlFrame12, .inlFrame20, .inlFrame21, .inlFrame22 { background: #c5ced7; opacity: 0.75; filter: alpha(opacity=75); width: 5px; } .inlFrame01, .inlFrame21 { width: auto; } .inlFrame01 div, .inlFrame21 div { height: 5px; } .inlContainer table { border: 0; border-collapse: collapse; } .inlContainer td { border: 0; padding: 0; } .inlMainTable td.inlContent { background: #F2F2F2; border: 1px solid #AAAAAA; padding: 7px; } .inlButtonOk, .inlButtonCancel { width: 50%; } .inlContentTable .button_yes, .inlContentTable .button_no { margin: 7px 0 0 0; } .inlContentTable .button_no { margin-left: 7px; } .inlInput { margin: 0; }
css/al/ui_controls.css
display: none; } .selector_container, .checkbox_container { zoom: 1; } .selector_container table.selector_table { width: 100%; z-index: 0; border: 1px solid #C0CAD5; margin: 0; } .selector_container table td { vertical-align: middle; } .selector_container td.selector_dropdown { z-index: 0; width: 16px; cursor: default; background: url('/images/darr_dd_out.gif') #FFF no-repeat center; border: none; border-left: 1px solid #FFF; padding: 0px; } .selector_focused td.selector_dropdown { background-color: #E1E8ED; border-left: 1px solid #D2DBE0; } .selector_container td.selector { border: none; padding: 2px 0px 0px 2px; background: #FFF; height: 1%; overflow: hidden; } .selector_container td.selector: after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .selector input { background: #FFF; float: left; width: 100px; *height: 16px!important; /*IE 7*/ height: 15px; margin: 0px 0px 1px 0px; padding: 1px 0px 1px 3px!important; padding: 2px 0px 0px 4px; outline: none; font: 11px tahoma,verdana,arial,sans-serif; line-height: 12px; border: none; } .selector input.ph { /* placeholder with color: #afb8c2; - looks bad when not alone */ color: #afb8c2; } .selector input.selected, .selector input.focused { color: #000; } .dropdown_container input { cursor: default; } .token { font-size: 11px; line-height: 11px; color: #000; cursor: default; background: #DAE2E8; display: block; padding: 2px 2px 3px 4px!important; padding: 1px 2px 2px 4px; /*IE 6*/ white-space: nowrap; *padding: 1px 2px 2px 4px!important; /*IE 7*/ float: left; margin: 0px; border: solid #FFF; border-width: 0px 2px 2px 0px; } .token_hover { background: #587DA1; color: #FFFFFF; } .token_selected { background: #2A5883; color: #FFFFFF; } .token span.x, .token span.x_hover { background: url('/images/blob_x.gif') center no-repeat; display: inline-block; sborder: 1px solid; width: 16px; height: 8px!important; cursor: pointer; vertical-align: top; padding: 0; margin: 2px 0px 0px 2px!important; *margin-top: 3px!important; /*IE 7*/ margin: 0px; /*IE 6*/ } .selector_container.disabled .selector { border-color: #CACACA; background: #F2F2F2; } .selector_container.disabled .selector_dropdown { background: url('/images/darr_dd_disabled.gif') no-repeat center; } .selector_container.disabled .token { color: #777; background: #E7E7E7; } .selector_container.disabled .token span.x { background: url('/images/blob_x_disabled.gif') center no-repeat; } .selector_container.disabled input { color: #777; background: #F2F2F2; } /* Autocompleter */ .results_container { position: absolute; z-index: 100; } .result_list { margin: -1px 0px 0px; position: absolute; opacity: 0.95; filter: alpha(opacity=95); left: 0; overflow-y: hidden; border: 1px solid #ADADAD; border-width: 1px 0px 0px; z-index: 100; } .result_list_shadow { margin: 0px; position: absolute; left: 0; overflow: hidden; border: 0; z-index: 100; height: 2px; display: none; } .result_list_shadow.reverse { visibility: hidden; } .result_list_shadow .shadow1, .result_list_shadow .shadow2 { height: 1px; background-color: #000; opacity: 0.12; filter: alpha(opacity=12); overflow: hidden; } .result_list_shadow .shadow2 { opacity: 0.05; filter: alpha(opacity=5); } .result_list_scrollable { border: 1px solid #ADADAD; border-width: 1px 0px; overflow-y: scroll; } .result_list_scrollable.reverse { border-top: 1px solid #CCC; } .result_list li.disabled { background: #eee; padding: 5px 5px 4px 6px; cursor: default; border: 1px solid #CCC; border-top: none; text-align: left; } .result_list.reverse li.disabled { border-top: 1px solid #CCC; } .result_list ul { margin: 0; padding: 0; background: #FFF; position: relative; zoom: 1; /* negative margin IE fix*/ } .result_list ul li { color: #000; padding: 3px 0px 3px 10px; list-style-type: none; border: 1px solid #CCC; border-width: 0px 1px 1px 1px; border-bottom: 1px solid #FFF; cursor: pointer; position: relative; margin: -1px 0px 0px 0px; overflow: hidden; text-align: left; line-height: 13px; font-size: 11px; } .result_list.reverse ul li { padding-top: 3px; } .dividing_line ul li { border-bottom: 1px solid #CCC; } .result_list ul li.first { border-top: 1px solid #CCC; padding-top: 3px; } .result_list ul li.last { border-bottom: 1px solid #ADADAD; } .result_list ul li.active { background: #587DA1; color: #FFF; border: 1px solid #2A5883; padding-top: 2px; z-index: 1; } .result_list ul li.first.active { padding-top: 2px; margin-top: 0px; } .result_list_scrollable ul li.first { border-top: 1px solid #CCC; } .result_list_scrollable ul li.first.active { border-top: 1px solid #2A5883; padding-top: 2px; margin-top: 0px; } .result_list_scrollable ul li.last { border-bottom: 0px solid #FFF; padding-bottom: 3px; } .result_list_scrollable ul li.last.active { border-bottom: 1px solid #2A5883; padding-bottom: 2px; } .result_list ul li.active span { color: #aabbd4; } .result_list ul li.active em { background: #2A5883; color: #FFF; } .result_list ul li em { font-weight: bold; font-style: normal; background: #DAE2E8; color: #000; } .result_list ul li span { display: block; padding-top: 2px; color: #777; font-size: 7pt; } /* Mobile selector fixes start */ .mobile_selector_container input { -webkit-appearance: none; } .mobile_selector_container .result_list { opacity: 1; } /* Mobile selector fixes end */ .checkbox_container, .radiobtn_container { cursor: pointer; } .checkbox_container table, .radiobtn_container table { width: 100%; z-index: 0; margin: 5px 0px 5px 0px; } .checkbox_container table td, .radiobtn_container table td { vertical-align: middle; } .checkbox_container table td.checkbox { width: 20px; padding: 2px 0px 0px; } .checkbox_container table td.checkbox_label, .radiobtn_container table td.radiobtn_label { line-height: 140%; padding: 0px 0px 0px 3px; text-align: left; } .checkbox_container table td.checkbox_label { padding-top: 1px; } .checkbox_container table td .checkbox_on, .checkbox_container table td .checkbox_off, .checkbox_container table td .checkbox_on_over, .checkbox_container table td .checkbox_off_over { height: 14px; width: 15px; overflow: hidden; background: transparent url(/images/icons/check.gif?1) 0px 0px no-repeat; } .checkbox_container table td .checkbox_on { background-position: 0px -14px; } .checkbox_container table td .checkbox_off_over { background-position: 0px -28px; } .checkbox_container table td .checkbox_on_over { background-position: 0px -42px; } .radiobtn_container table td.radiobtn { width: 20px; padding: 1px 0px 0px; } .radiobtn_container input { display: none; } .radiobtn_container table td .radiobtn_on, .radiobtn_container table td .radiobtn_off, .radiobtn_container table td .radiobtn_on_over, .radiobtn_container table td .radiobtn_off_over { height: 14px; width: 15px; overflow: hidden; } .radiobtn_container table td .radiobtn_on div, .radiobtn_container table td .radiobtn_off div, .radiobtn_container table td .radiobtn_on_over div, .radiobtn_container table td .radiobtn_off_over div { width: 14px; height: 56px; background: transparent url(/images/icons/radio.png?1) 0px 0px no-repeat; behavior: url(/js/iepngfix.htc); } .radiobtn_container table td .radiobtn_on div { margin-top: -14px; } .radiobtn_container table td .radiobtn_off_over div { margin-top: -28px; } .radiobtn_container table td .radiobtn_on_over div { margin-top: -42px; } /* Dropdown menu */ a.dd_menu_target:hover { text-decoration: none !important; } a.dd_link, .pageBody a.dd_link { background: url(/images/flydead.gif) no-repeat right 1px; padding-right: 17px; font-weight: normal; text-decoration: none; } .dd_menu { position: absolute; z-index: 1500; } .dd_menu_header { border: 1px solid #3B6798; position: absolute; z-index: 1500; cursor: pointer; _margin-left: 1px; } .dd_menu_header div { border-color: #7E9CBC #5C82AB #6D8FB3; border-style: solid; border-width: 1px; color: #FFFFFF; padding: 2px 5px; white-space: nowrap; padding-right: 17px; line-height: 14px; *line-height: 13px; *padding-right: 16px; background: #6D8FB3 url(/images/flydead.gif) no-repeat right -15px; *background-position: -14px right; } .dd_menu_header.leftArrow div { background: #6D8FB3 url(/images/flydead.gif) no-repeat 1px -15px; padding-right: 5px; padding-left: 16px; *background-position: 14px left; } .dd_header_hover { border-color: #DAE1E8; opacity: 0.6; filter: alpha(opacity=60); } .dd_header_hover div { background: #DAE1E8 url(/images/flydead.gif) no-repeat right 3px; *background-position: 4px right; color: #2B587A; border-color: #DAE1E8; } html>/**/body .dd_menu_header div, x:-moz-any-link { padding-top: 1px; } .dd_menu_body { position: absolute; z-index: 1499; margin-left: -1px; _margin-left: 0px; } .dd_menu_rows { border: 1px solid #96AABE; margin: 0; background: #FFFFFF; position: relative; z-index: 1499; } .dd_menu_rows a{ background: #FFFFFF; display: block; line-height: 12px; padding: 4px 6px 0 6px; height: 18px; *height: 17px; white-space: nowrap; cursor: pointer; background-repeat: no-repeat; } .dd_menu_rows a:hover, .dd_menu_rows a.dd_a_hover{ background-color: #DAE2E8; text-decoration: none; } .dd_menu_shad_l div, .dd_menu_shad_r div { width: 1px } .dd_menu_shad_l { background: #000000; filter: alpha(opacity=6); opacity: 0.06; overflow: hidden; width: 1px; } .dd_menu_shad_b, .dd_menu_shad_b2 { background: #000000; height: 2px; margin-top: -1px; filter: alpha(opacity=7); opacity: 0.07; overflow: hidden; position: relative; z-index: 148; } .dd_menu_shad_b2 { filter: alpha(opacity=5); opacity: 0.05; } .dd_menu_shad_r { background: #000000; filter: alpha(opacity=6); opacity: 0.06; overflow: hidden; width: 1px; } .checkbox_container.disabled { cursor: default; opacity: 0.5; filter: alpha(opacity=50); } .checkbox_container.disabled td.checkbox div.checkbox_on_over { background-position: 0px -14px; } .checkbox_container.disabled td.checkbox div.checkbox_off_over { background-position: 0px 0px; } /* Dropdownmenu custom styles */ .dd_menu_checkable .dd_menu_rows a div { width: 20px; height: 20px; float: left; } .dd_menu_rows a img { float: left; visibility: hidden; margin-right: 3px; } .dd_menu_rows a.checked img { visibility: visible; } /* Inline edit styles */ .inlContainer { position: absolute; display: none; z-index: 10; } .inlFrame00, .inlFrame01, .inlFrame02, .inlFrame10, .inlFrame12, .inlFrame20, .inlFrame21, .inlFrame22 { background: #c5ced7; opacity: 0.75; filter: alpha(opacity=75); width: 5px; } .inlFrame01, .inlFrame21 { width: auto; } .inlFrame01 div, .inlFrame21 div { height: 5px; } .inlContainer table { border: 0; border-collapse: collapse; } .inlContainer td { border: 0; padding: 0; } .inlMainTable td.inlContent { background: #F2F2F2; border: 1px solid #AAAAAA; padding: 7px; } .inlButtonOk, .inlButtonCancel { width: 50%; } .inlContentTable .button_yes, .inlContentTable .button_no { margin: 7px 0 0 0; } .inlContentTable .button_no { margin-left: 7px; } .inlInput { margin: 0; }
0.417746
0.077413
html { font-size: 15px; background-color: whitesmoke; color: rgba(0, 0, 0, 0.99); } * { padding: 0; margin: 0; box-sizing: border-box; } .clearfix::after { content: ""; display: block; clear: both; } main { font-family: "Rubik", sans-serif; background-color: whitesmoke; padding: 2%; align-content: center; } /*HEADER*/ header { background-color: rgba(0, 0, 0, 0.99); } .jumbotron { background-color: rgba(0, 0, 0, 0.99); text-align: center; color: whitesmoke; width: 100%; margin-top: 30px; } .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 2.5rem; line-height: 3.8rem; } .jumbotron > h2 { font-size: 1rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 0.9rem; line-height: 1.3rem; font-weight: 50; } header > .container { background-color: rgba(0, 0, 0, 0.99); margin-top: 30px; } #header-texts > * { color: whitesmoke; } /* MENU */ .navbar { margin: 0 auto; width: 100%; background-color: rgba(0, 0, 0, 0.99); } .navbar-nav { display: flex; align-items: center; background-color: rgba(0, 0, 0, 0.99); margin: 20px 0 20px 0; } /*EXHIBITION BRIEF - MOBILE*/ /*VERTICAL CAROUSEL*/ #container { display: flex; min-height: 80vh; margin: 3rem 0 3rem 0; } #carousel, #navigation { flex: initial; } .brief-nav { flex-direction: row; justify-content: center; margin-left: 10px; } #carousel { overflow: hidden; height: 80vh; width: 100%; border-radius: 4px; background-color: #fff; } #navigation { width: 10%; } .p-wrapper { position: relative; width: 100%; height: 100%; transition: transform 0.4s ease-in-out; } .p-wrapper > section { padding-right: 1.5rem; } #button_1:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(0); transform: translateY(0); } #button_2:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(-100%); transform: translateY(-100%); } #button_3:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(-200%); transform: translateY(-200%); } [class^="panel_"] { overflow: auto; position: relative; width: inherit; height: inherit; } [class^="label_"] { display: block; cursor: pointer; margin: 8px 0; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #aaa; background-color: #fff; transition: all 0.3s ease; } [class^="label_"]:hover { color: #444; background-color: #ffeed9; } #button_1:checked ~ #navigation .label_a, #button_2:checked ~ #navigation .label_b, #button_3:checked ~ #navigation .label_c { cursor: default; color: #fff; background-color: #222; } #navigation > label { border: 0.5px solid slategrey; } .exhibition-brief { margin: 0 auto; display: flex; flex-direction: column; } .poster-img > img { /*poster doesn't display in mobile*/ display: none; } /*SELECTED PHOTOGRAPHS - MOBILE*/ .main-photo-container, .container-gallery { width: 100%; margin: 0; } .img-container { width: 100%; margin: 0; display: flex; align-items: stretch; flex-wrap: wrap; align-content: flex-start; justify-content: space-evenly; } .media-box { display: flex; flex-wrap: wrap; align-content: flex-start; width: 100%; } .thumbnail { width: 100%; } .caption-box { color: rgba(0, 0, 0, 0.99); width: 100%; margin-top: 1rem; } .caption-box > h4 { /*photographer names*/ color: slategrey; font-size: 1.3rem; } .sensitive { /*contents are sensitive*/ -webkit-filter: blur(6px); filter: blur(6px); } /*CONTACT - MOBILE*/ .contact { width: 100%; padding: 2%; } .contact > .box { width: 100%; } .form-group { margin: 0 auto; } /*FOOTER*/ .footer-content { background-color: rgba(0, 0, 0, 0.99); color: whitesmoke; font: 0.8rem; padding: 2%; } .socmed-buttons { display: flex; flex-direction: row; justify-content: center; } .socmed-buttons > img { margin: 0.3rem; height: 20px; } .footer-text { font: 0.8rem; line-height: 0.3rem; } /*STYLINGS - MOBILE*/ #backtotop { z-index: 5; background-color: slategray; opacity: 0.3; border-radius: 50%; position: absolute; } hr { /*separator*/ border: 1px solid slategray; margin: 5rem 0 5rem 0; } .divider-exhibit-brief { border: 1px solid whitesmoke; margin: 0; } h1 { font-size: 1.5rem; text-transform: uppercase; color: slategray; font-weight: lighter; margin-top: 1rem; margin-bottom: 1rem; text-align: center; } h2 { color: rgba(0, 0, 0, 0.99); padding: 1%; margin-left: 2%; font-size: 1.6rem; text-transform: uppercase; } h3 { font-size: 1.3rem; color: rgba(0, 0, 0, 0.99); text-transform: uppercase; margin: 0; } h4 { margin-bottom: 0.75rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.1rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.1rem; font-family: "Archivo Narrow", sans-serif; } b { font-weight: bold; } .nav-link { color: whitesmoke; } .btn { margin-top: 0.8rem; } .footer-text { padding-top: 0.5rem; } .footer-text > p { text-align: center; font-size: 0.8rem; line-height: 0.9rem; } a { color: whitesmoke; text-decoration: underline; } .jumbotron > h1 { font-weight: bolder; } .jumbotron > h3 { font-weight: 300; } .filmsby-list > ul, li { margin-left: 1rem; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } /*====================================================*/ /*TABLET*/ @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 3.8rem; line-height: 4.5rem; } .jumbotron > h2 { font-size: 2rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1.5rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 1.2rem; line-height: 1.3rem; font-weight: 50; } #header-texts > * { color: whitesmoke; } p { font-size: 1.1rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.2rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1.1rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.2rem; font-family: "Archivo Narrow", sans-serif; } /*EXHIBITION BRIEF - TABLET*/ .container { margin: 0 auto; } .exhibition-brief { margin: 0 auto; display: flex; align-items: flex-start; flex-direction: column; padding: 2%; } .brief-content { display: flex; align-items: flex-start; flex-direction: row; flex-wrap: wrap; clear: both; } .brief-text { width: 100%; margin-left: 1rem; clear: both; } .panel_b > ul { /*in exhibit brief*/ margin-left: 1.1rem; } .poster-img { max-width: 30%; object-fit: cover; } .poster-img > img { width: 100%; display: flex; visibility: visible; } /*SELECTED PHOTOGRAPHS - TABLET*/ .main-photo-container { width: 100%; padding: 2%; margin: 0 auto; display: flex; flex-wrap: wrap; } .media-box { display: flex; flex-wrap: wrap; align-content: flex-start; margin: 2%; width: 100%; } .main-photo-container > .box { border: 0px; } .thumbnail { width: 100%; } .caption-box { color: rgba(0, 0, 0, 0.99); width: 100%; } /*PROFILES - TABLET*/ .box { padding: 2%; } .bio-box { width: 100%; padding: 2%; } .photogs-box { width: 100%; margin: 0; } .nightcrawlers-box { width: 100%; display: flex; flex-direction: row wrap; flex-wrap: wrap; } .nightcrawlers-box > .box { width: 50%; } .additional-box { display: flex; flex-direction: row wrap; flex-wrap: wrap; } .additional-box > .box { width: 50%; } #filmsby, #addworksby, #nightcrawlers { border: 3px solid rgba(0, 0, 0, 0.99); } .organizers-box { width: 100%; display: flex; } .organizers-box > .box { width: 50%; } /*CONTACT - TABLET*/ .form-group, label { margin: 0; } .btn { margin-top: 1rem; } .footer-text p { font-size: 0.9rem; } .brief-nav { margin-left: 20px; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 10px; } } /*==========================================*/ /*LAPTOP*/ @media only screen and (min-device-width: 769px) and (max-device-width: 2000px) { /*HEADER*/ header { background-color: rgba(0, 0, 0, 0.99); } .jumbotron { margin-top: 50px; } .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 3rem; line-height: 3.8rem; } .jumbotron > h2 { margin-top: 50px; font-size: 1.5rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1.3rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 1.3rem; line-height: 1.7rem; font-weight: 50; } header > .container { background-color: rgba(0, 0, 0, 0.99); margin-top: 30px; } .brief-nav { margin-left: 20px; } /*EXHIBITION BRIEF - LAPTOP*/ .exhibition-brief { margin: 0 auto; display: flex; align-items: flex-start; flex-direction: column; padding: 2%; } .brief-content { display: flex; align-items: flex-start; flex-direction: column; flex-wrap: wrap; } .brief-text { width: 100%; padding-left: 1rem; } .poster-img { max-width: 30%; object-fit: cover; margin-right: 20px; } .poster-img > img { width: 100%; visibility: visible; display: flex; } p { font-size: 1.2rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.3rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1.3rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.3rem; font-family: "Archivo Narrow", sans-serif; } /*SELECTED PHOTOGRAPHS - LAPTOP*/ .main-photo-container { width: 100%; margin: 0 auto; display: flex; flex-direction: column; } .main-photo-container > .box { display: block; } .img-container { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .media-box { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; padding: 3rem; align-items: flex-end; } .thumbnail { width: 60%; } .caption-box { width: 40%; padding-left: 10px; align-self: flex-end; margin-bottom: -2%; } .exhibition-brief { margin: 0 auto; } .poster-img { width: 40%; object-fit: cover; float: left; margin-right: 20px; } .poster-img > img { max-width: 100%; display: flex; } /*PROFILES - LAPTOP*/ .box { padding: 2%; } .bio-box { width: 100%; } .photogs-box { width: 100%; margin: 0; } .nightcrawlers-box { width: 100%; display: flex; flex-direction: row wrap; flex-wrap: wrap; } .nightcrawlers-box > .box { width: 50%; } .additional-box { display: flex; flex-direction: row wrap; flex-wrap: wrap; } .additional-box > .box { width: 50%; } #filmsby, #addworksby, #organizers, #nightcrawlers { border: 3px solid rgba(0, 0, 0, 0.99); } /*contact + organizers*/ .organizers-box { width: 100%; display: flex; } .organizers-box > .box { width: 50%; } .contact { margin: 10% auto; padding: 0 70px; } .form-group, label { margin: 0; } .btn { margin-top: 1rem; } .footer-text p { font-size: 0.9rem; color: whitesmoke; } .btn { margin-top: 1rem; } /*FONT STYLINGS - LAPTOP*/ .generic-container > p { font-size: 1.3rem; } p, ul { font-size: 1.2rem; color: rgba(0, 0, 0, 0.99); } .contact { padding: 0 auto; } .btn { margin-top: 1rem; } .caption-box > h4 { /*photographer names*/ color: slategrey; font-size: 1.5rem; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 10px; } }
assets/001-static-website.css
html { font-size: 15px; background-color: whitesmoke; color: rgba(0, 0, 0, 0.99); } * { padding: 0; margin: 0; box-sizing: border-box; } .clearfix::after { content: ""; display: block; clear: both; } main { font-family: "Rubik", sans-serif; background-color: whitesmoke; padding: 2%; align-content: center; } /*HEADER*/ header { background-color: rgba(0, 0, 0, 0.99); } .jumbotron { background-color: rgba(0, 0, 0, 0.99); text-align: center; color: whitesmoke; width: 100%; margin-top: 30px; } .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 2.5rem; line-height: 3.8rem; } .jumbotron > h2 { font-size: 1rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 0.9rem; line-height: 1.3rem; font-weight: 50; } header > .container { background-color: rgba(0, 0, 0, 0.99); margin-top: 30px; } #header-texts > * { color: whitesmoke; } /* MENU */ .navbar { margin: 0 auto; width: 100%; background-color: rgba(0, 0, 0, 0.99); } .navbar-nav { display: flex; align-items: center; background-color: rgba(0, 0, 0, 0.99); margin: 20px 0 20px 0; } /*EXHIBITION BRIEF - MOBILE*/ /*VERTICAL CAROUSEL*/ #container { display: flex; min-height: 80vh; margin: 3rem 0 3rem 0; } #carousel, #navigation { flex: initial; } .brief-nav { flex-direction: row; justify-content: center; margin-left: 10px; } #carousel { overflow: hidden; height: 80vh; width: 100%; border-radius: 4px; background-color: #fff; } #navigation { width: 10%; } .p-wrapper { position: relative; width: 100%; height: 100%; transition: transform 0.4s ease-in-out; } .p-wrapper > section { padding-right: 1.5rem; } #button_1:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(0); transform: translateY(0); } #button_2:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(-100%); transform: translateY(-100%); } #button_3:checked ~ #carousel .p-wrapper { -webkit-transform: translateY(-200%); transform: translateY(-200%); } [class^="panel_"] { overflow: auto; position: relative; width: inherit; height: inherit; } [class^="label_"] { display: block; cursor: pointer; margin: 8px 0; width: 22px; height: 22px; line-height: 22px; text-align: center; color: #aaa; background-color: #fff; transition: all 0.3s ease; } [class^="label_"]:hover { color: #444; background-color: #ffeed9; } #button_1:checked ~ #navigation .label_a, #button_2:checked ~ #navigation .label_b, #button_3:checked ~ #navigation .label_c { cursor: default; color: #fff; background-color: #222; } #navigation > label { border: 0.5px solid slategrey; } .exhibition-brief { margin: 0 auto; display: flex; flex-direction: column; } .poster-img > img { /*poster doesn't display in mobile*/ display: none; } /*SELECTED PHOTOGRAPHS - MOBILE*/ .main-photo-container, .container-gallery { width: 100%; margin: 0; } .img-container { width: 100%; margin: 0; display: flex; align-items: stretch; flex-wrap: wrap; align-content: flex-start; justify-content: space-evenly; } .media-box { display: flex; flex-wrap: wrap; align-content: flex-start; width: 100%; } .thumbnail { width: 100%; } .caption-box { color: rgba(0, 0, 0, 0.99); width: 100%; margin-top: 1rem; } .caption-box > h4 { /*photographer names*/ color: slategrey; font-size: 1.3rem; } .sensitive { /*contents are sensitive*/ -webkit-filter: blur(6px); filter: blur(6px); } /*CONTACT - MOBILE*/ .contact { width: 100%; padding: 2%; } .contact > .box { width: 100%; } .form-group { margin: 0 auto; } /*FOOTER*/ .footer-content { background-color: rgba(0, 0, 0, 0.99); color: whitesmoke; font: 0.8rem; padding: 2%; } .socmed-buttons { display: flex; flex-direction: row; justify-content: center; } .socmed-buttons > img { margin: 0.3rem; height: 20px; } .footer-text { font: 0.8rem; line-height: 0.3rem; } /*STYLINGS - MOBILE*/ #backtotop { z-index: 5; background-color: slategray; opacity: 0.3; border-radius: 50%; position: absolute; } hr { /*separator*/ border: 1px solid slategray; margin: 5rem 0 5rem 0; } .divider-exhibit-brief { border: 1px solid whitesmoke; margin: 0; } h1 { font-size: 1.5rem; text-transform: uppercase; color: slategray; font-weight: lighter; margin-top: 1rem; margin-bottom: 1rem; text-align: center; } h2 { color: rgba(0, 0, 0, 0.99); padding: 1%; margin-left: 2%; font-size: 1.6rem; text-transform: uppercase; } h3 { font-size: 1.3rem; color: rgba(0, 0, 0, 0.99); text-transform: uppercase; margin: 0; } h4 { margin-bottom: 0.75rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.1rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.1rem; font-family: "Archivo Narrow", sans-serif; } b { font-weight: bold; } .nav-link { color: whitesmoke; } .btn { margin-top: 0.8rem; } .footer-text { padding-top: 0.5rem; } .footer-text > p { text-align: center; font-size: 0.8rem; line-height: 0.9rem; } a { color: whitesmoke; text-decoration: underline; } .jumbotron > h1 { font-weight: bolder; } .jumbotron > h3 { font-weight: 300; } .filmsby-list > ul, li { margin-left: 1rem; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 5px; } ::-webkit-scrollbar-track { background: #f1f1f1; } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } /*====================================================*/ /*TABLET*/ @media only screen and (min-device-width: 768px) and (max-device-width: 1023px) { .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 3.8rem; line-height: 4.5rem; } .jumbotron > h2 { font-size: 2rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1.5rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 1.2rem; line-height: 1.3rem; font-weight: 50; } #header-texts > * { color: whitesmoke; } p { font-size: 1.1rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.2rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1.1rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.2rem; font-family: "Archivo Narrow", sans-serif; } /*EXHIBITION BRIEF - TABLET*/ .container { margin: 0 auto; } .exhibition-brief { margin: 0 auto; display: flex; align-items: flex-start; flex-direction: column; padding: 2%; } .brief-content { display: flex; align-items: flex-start; flex-direction: row; flex-wrap: wrap; clear: both; } .brief-text { width: 100%; margin-left: 1rem; clear: both; } .panel_b > ul { /*in exhibit brief*/ margin-left: 1.1rem; } .poster-img { max-width: 30%; object-fit: cover; } .poster-img > img { width: 100%; display: flex; visibility: visible; } /*SELECTED PHOTOGRAPHS - TABLET*/ .main-photo-container { width: 100%; padding: 2%; margin: 0 auto; display: flex; flex-wrap: wrap; } .media-box { display: flex; flex-wrap: wrap; align-content: flex-start; margin: 2%; width: 100%; } .main-photo-container > .box { border: 0px; } .thumbnail { width: 100%; } .caption-box { color: rgba(0, 0, 0, 0.99); width: 100%; } /*PROFILES - TABLET*/ .box { padding: 2%; } .bio-box { width: 100%; padding: 2%; } .photogs-box { width: 100%; margin: 0; } .nightcrawlers-box { width: 100%; display: flex; flex-direction: row wrap; flex-wrap: wrap; } .nightcrawlers-box > .box { width: 50%; } .additional-box { display: flex; flex-direction: row wrap; flex-wrap: wrap; } .additional-box > .box { width: 50%; } #filmsby, #addworksby, #nightcrawlers { border: 3px solid rgba(0, 0, 0, 0.99); } .organizers-box { width: 100%; display: flex; } .organizers-box > .box { width: 50%; } /*CONTACT - TABLET*/ .form-group, label { margin: 0; } .btn { margin-top: 1rem; } .footer-text p { font-size: 0.9rem; } .brief-nav { margin-left: 20px; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 10px; } } /*==========================================*/ /*LAPTOP*/ @media only screen and (min-device-width: 769px) and (max-device-width: 2000px) { /*HEADER*/ header { background-color: rgba(0, 0, 0, 0.99); } .jumbotron { margin-top: 50px; } .jumbotron > h1 { font-family: "Inknut Antiqua", serif; font-size: 3rem; line-height: 3.8rem; } .jumbotron > h2 { margin-top: 50px; font-size: 1.5rem; font-weight: 400; } .jumbotron > h3 { text-transform: none; font-size: 1.3rem; font-weight: bold; } .jumbotron > p { /*tagline style*/ font-size: 1.3rem; line-height: 1.7rem; font-weight: 50; } header > .container { background-color: rgba(0, 0, 0, 0.99); margin-top: 30px; } .brief-nav { margin-left: 20px; } /*EXHIBITION BRIEF - LAPTOP*/ .exhibition-brief { margin: 0 auto; display: flex; align-items: flex-start; flex-direction: column; padding: 2%; } .brief-content { display: flex; align-items: flex-start; flex-direction: column; flex-wrap: wrap; } .brief-text { width: 100%; padding-left: 1rem; } .poster-img { max-width: 30%; object-fit: cover; margin-right: 20px; } .poster-img > img { width: 100%; visibility: visible; display: flex; } p { font-size: 1.2rem; } .caption-box > p { margin-bottom: 1rem; font-size: 1.3rem; font-family: "Archivo Narrow", sans-serif; } #dyptich { margin-top: -1.3rem; } #dyptich > p { margin: 0; border: 0; font-size: 1.3rem; font-family: "Archivo Narrow", sans-serif; } /*SELECTED PHOTOGRAPHS - LAPTOP*/ .main-photo-container { width: 100%; margin: 0 auto; display: flex; flex-direction: column; } .main-photo-container > .box { display: block; } .img-container { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; } .media-box { width: 100%; display: flex; flex-direction: row; flex-wrap: wrap; padding: 3rem; align-items: flex-end; } .thumbnail { width: 60%; } .caption-box { width: 40%; padding-left: 10px; align-self: flex-end; margin-bottom: -2%; } .exhibition-brief { margin: 0 auto; } .poster-img { width: 40%; object-fit: cover; float: left; margin-right: 20px; } .poster-img > img { max-width: 100%; display: flex; } /*PROFILES - LAPTOP*/ .box { padding: 2%; } .bio-box { width: 100%; } .photogs-box { width: 100%; margin: 0; } .nightcrawlers-box { width: 100%; display: flex; flex-direction: row wrap; flex-wrap: wrap; } .nightcrawlers-box > .box { width: 50%; } .additional-box { display: flex; flex-direction: row wrap; flex-wrap: wrap; } .additional-box > .box { width: 50%; } #filmsby, #addworksby, #organizers, #nightcrawlers { border: 3px solid rgba(0, 0, 0, 0.99); } /*contact + organizers*/ .organizers-box { width: 100%; display: flex; } .organizers-box > .box { width: 50%; } .contact { margin: 10% auto; padding: 0 70px; } .form-group, label { margin: 0; } .btn { margin-top: 1rem; } .footer-text p { font-size: 0.9rem; color: whitesmoke; } .btn { margin-top: 1rem; } /*FONT STYLINGS - LAPTOP*/ .generic-container > p { font-size: 1.3rem; } p, ul { font-size: 1.2rem; color: rgba(0, 0, 0, 0.99); } .contact { padding: 0 auto; } .btn { margin-top: 1rem; } .caption-box > h4 { /*photographer names*/ color: slategrey; font-size: 1.5rem; } /* SCROLLBAR */ ::-webkit-scrollbar { width: 10px; } }
0.332744
0.087798
░█████╗░░█████╗░██████╗░██╗░░░██╗██████╗░██╗░██████╗░██╗░░██╗████████╗   ██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝██╔══██╗██║██╔════╝░██║░░██║╚══██╔══╝   ██║░░╚═╝██║░░██║██████╔╝░╚████╔╝░██████╔╝██║██║░░██╗░███████║░░░██║░░░   ██║░░██╗██║░░██║██╔═══╝░░░╚██╔╝░░██╔══██╗██║██║░░╚██╗██╔══██║░░░██║░░░   ╚█████╔╝╚█████╔╝██║░░░░░░░░██║░░░██║░░██║██║╚██████╔╝██║░░██║░░░██║░░░   ░╚════╝░░╚════╝░╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░╚═════╝░╚═╝░░╚═╝░░░╚═╝░░░   ██████╗░░█████╗░██████╗░░░███╗░░ ╚════██╗██╔══██╗╚════██╗░████║░░ ░░███╔═╝██║░░██║░░███╔═╝██╔██║░░ ██╔══╝░░██║░░██║██╔══╝░░╚═╝██║░░ ███████╗╚█████╔╝███████╗███████╗ ╚══════╝░╚════╝░╚══════╝╚══════╝ ███╗░░░███╗██╗░██████╗░░█████╗░██████╗░░█████╗░███████╗████████╗   ████╗░████║██║██╔═══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝   ██╔████╔██║██║██║██╗██║██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░   ██║╚██╔╝██║██║╚██████╔╝██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░   ██║░╚═╝░██║██║░╚═██╔═╝░╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░   ╚═╝░░░░░╚═╝╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░   ██████╗░██╗░░░░░███████╗░█████╗░░██████╗███████╗   ██╔══██╗██║░░░░░██╔════╝██╔══██╗██╔════╝██╔════╝   ██████╔╝██║░░░░░█████╗░░███████║╚█████╗░█████╗░░   ██╔═══╝░██║░░░░░██╔══╝░░██╔══██║░╚═══██╗██╔══╝░░   ██║░░░░░███████╗███████╗██║░░██║██████╔╝███████╗   ╚═╝░░░░░╚══════╝╚══════╝╚═╝░░╚═╝╚═════╝░╚══════╝   ██████╗░░█████╗░███╗░░██╗██╗████████╗ ██╔══██╗██╔══██╗████╗░██║╚█║╚══██╔══╝ ██║░░██║██║░░██║██╔██╗██║░╚╝░░░██║░░░ ██║░░██║██║░░██║██║╚████║░░░░░░██║░░░ ██████╔╝╚█████╔╝██║░╚███║░░░░░░██║░░░ ╚═════╝░░╚════╝░╚═╝░░╚══╝░░░░░░╚═╝░░░ ██████╗░██╗░█████╗░██╗░░██╗  ██╗░░░██╗██████╗░  ████████╗██╗░░██╗███████╗ ██╔══██╗██║██╔══██╗██║░██╔╝  ██║░░░██║██╔══██╗  ╚══██╔══╝██║░░██║██╔════╝ ██████╔╝██║██║░░╚═╝█████═╝░  ██║░░░██║██████╔╝  ░░░██║░░░███████║█████╗░░ ██╔═══╝░██║██║░░██╗██╔═██╗░  ██║░░░██║██╔═══╝░  ░░░██║░░░██╔══██║██╔══╝░░ ██║░░░░░██║╚█████╔╝██║░╚██╗  ╚██████╔╝██║░░░░░  ░░░██║░░░██║░░██║███████╗ ╚═╝░░░░░╚═╝░╚════╝░╚═╝░░╚═╝  ░╚═════╝░╚═╝░░░░░  ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝ ░█████╗░░█████╗░██████╗░██╗███╗░░██╗░██████╗░   ██╔══██╗██╔══██╗██╔══██╗██║████╗░██║██╔════╝░   ██║░░╚═╝██║░░██║██║░░██║██║██╔██╗██║██║░░██╗░   ██║░░██╗██║░░██║██║░░██║██║██║╚████║██║░░╚██╗   ╚█████╔╝╚█████╔╝██████╔╝██║██║░╚███║╚██████╔╝   ░╚════╝░░╚════╝░╚═════╝░╚═╝╚═╝░░╚══╝░╚═════╝░   ░██████╗██╗░░░██╗░██████╗████████╗███████╗███╗░░░███╗ ██╔════╝╚██╗░██╔╝██╔════╝╚══██╔══╝██╔════╝████╗░████║ ╚█████╗░░╚████╔╝░╚█████╗░░░░██║░░░█████╗░░██╔████╔██║ ░╚═══██╗░░╚██╔╝░░░╚═══██╗░░░██║░░░██╔══╝░░██║╚██╔╝██║ ██████╔╝░░░██║░░░██████╔╝░░░██║░░░███████╗██║░╚═╝░██║ ╚═════╝░░░░╚═╝░░░╚═════╝░░░░╚═╝░░░╚══════╝╚═╝░░░░░╚═╝ ░█████╗░███╗░░██╗  ████████╗██╗░░██╗██╗░██████╗   ██╔══██╗████╗░██║  ╚══██╔══╝██║░░██║██║██╔════╝   ██║░░██║██╔██╗██║  ░░░██║░░░███████║██║╚█████╗░   ██║░░██║██║╚████║  ░░░██║░░░██╔══██║██║░╚═══██╗   ╚█████╔╝██║░╚███║  ░░░██║░░░██║░░██║██║██████╔╝   ░╚════╝░╚═╝░░╚══╝  ░░░╚═╝░░░╚═╝░░╚═╝╚═╝╚═════╝░   ░██╗░░░░░░░██╗███████╗██████╗░░██████╗██╗████████╗███████╗ ░██║░░██╗░░██║██╔════╝██╔══██╗██╔════╝██║╚══██╔══╝██╔════╝ ░╚██╗████╗██╔╝█████╗░░██████╦╝╚█████╗░██║░░░██║░░░█████╗░░ ░░████╔═████║░██╔══╝░░██╔══██╗░╚═══██╗██║░░░██║░░░██╔══╝░░ ░░╚██╔╝░╚██╔╝░███████╗██████╦╝██████╔╝██║░░░██║░░░███████╗ ░░░╚═╝░░░╚═╝░░╚══════╝╚═════╝░╚═════╝░╚═╝░░░╚═╝░░░╚══════╝ /** * @name Darkrange Theme * @version 1.0 * @description A Simple & Modern Dark theme * @author MyQ#4052 * * @website https://miqcraft-theme.netlify.com * @donate https://www.paypal.com/paypalme/miqcraftpaypal */ @-moz-document domain("studio.youtube.com") { ::-webkit-scrollbar { background: #1b1d20 !important; width: 8px !important; } ::-webkit-scrollbar-thumb { border-radius: 100px !important; transition: all 0.6s !important; background: #32333b !important; } ::-webkit-scrollbar-thumb:hover { cursor: pointer !important; background: #3c3d47 !important; } ::selection { color: #ecefff !important; background: #3f4763 !important; } ::-webkit-scrollbar, ::-webkit-scrollbar-corner, ::-webkit-scrollbar, ::-webkit-scrollbar-corner { background: #1b1d20 !important; } ::-webkit-scrollbar-button, ::-webkit-scrollbar-button { display: none !important; } ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb { background: #32333b !important; } ::-webkit-scrollbar-thumb:not(:active):hover, ::-webkit-scrollbar-thumb:not(:active):hover { background: #3c3d47 !important; } ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover:active, ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover:active { background: #5c5c5c !important; } /* vars */ :root { --header-color: #222; --accent-color: #FF2222 !important; --primary-color: var(--theme-color) !important; --ytve-border-color-focused: var(--theme-color) !important; --ytve-timeline-marker-color-active: var(--theme-color) !important; --ytcp-focused-color: var(--theme-color) !important; --theme-darken-color: #111; --theme-add-color: #111; --theme-darken2-color: #800; --theme-darken3-color: #000; --theme-lighten-color: #f77; --theme-lighten2-color: #fbb; --shadow: 0px 0px 7px 4px #0006; --bg-color: #0f0f11; --ytcp-background-10: #111 !important; --bg2-color: #141414; --bg3-color: #222; --item-color: #333; --item-hover-color: #666; --item-active-color: #777; --divider-color: #bbb; --border-color: #1d1d1d; --text-color: #fff; --text-darken-color: #ddd; --text-darken2-color: #aaa; --ytve-secondary-color: #aaa !important; --ytcp-focused-background-color: #333 !important; --ytcp-studio-green: #009900; --green-color: #00BE07; --icon-color: #fff !important; --paper-button-flat-keyboard-focus_-_background-color: #f77 !important; --ytcp-call-to-action: var(--theme-color) !important; --ytcp-text-primary: #fff !important; --ytve-background-color: #333 !important; --ytcp-highlighted-background-color: #666 !important; --paper-tabs-selection-bar-color: var(--theme-color) !important; --ytcp-entity-card-title-color: #fff; --yt-spec-text-primary: #fff !important; --paper-progress-active-color: #f00 !important; --paper-tab-ink: var(--theme-color) !important; --ytcp-link-color: var(--theme-color) !important; --paper-progress-container-color: #f44 !important; --yt-spec-call-to-action: var(--theme-color) !important; --ytcp-black-disabled: #ccc !important; --ytcp-background-0: #111 !important; --ytcp-call-to-action-ripple: #eee !important; } /*---------------------------------------------------------NEW CODE----------------------------------------------------------------*/ /*Main header and toolbar*/ body { background: #111215 !important; } #main.ytcp-entity-page { background: var(--bg-color); } #no-tabs-spacer.ytcp-activity-section { background-color: var(--bg2-color); } ytcp-navigation-drawer.ytcp-entity-page { background-color: var(--bg-color); } .ytcp-header { background: #17191d !important; } header.ytcp-header { box-shadow: rgba(15, 15, 15, 0.5) 0px 0px 0px 1px, rgba(15, 15, 15, 0.5) 0px 4px 4px; } #primaryProgress.tp-yt-paper-progress { background: var(--accent-color); } #create-icon { background-color: #444; border-color: var(--item-color) !important; box-shadow: rgba(15, 15, 15, 0.5) 0px 0px 0px 1px, rgba(15, 15, 15, 0.5) 0px 4px 4px; } #create-icon:hover { background-color: var(--item-active-color); transition: .3s; } #create-icon iron-icon svg g path { fill: var(--accent-color) !important; } .style-scope.tp-yt-iron-icon[d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"] { fill: var(--accent-color) !important; } .iron-icon.inline.ytcp-button { color: var(--text-color) !important; } .st0.style-scope.ytcp-home-button, iron-icon[icon="icons:search"] { fill: var(--text-color); } .st1.style-scope.ytcp-home-button { fill: var(--text-color) !important; } .st2.style-scope.ytcp-home-button { fill: var(--accent-color); } .ytcp-icon-button { fill: var(--text-color); } #query-input { background: rgba(255, 255, 255, 0.2); color: var(--text-color); } ytcp-content-section { background: #0c0d0f !important; } #tb-main-menu { display: none !important; } .vidiq-toolbar-stats-container { display: none !important; } #search-layer, #query-input { border: none !important; background-color: #0b0c0d !important; opacity: 1 !important; border-radius: 5px; } #query-input::placeholder { color: var(--text-darken2-color); opacity: 1; } .search-icon.ytcp-omnisearch { color: var(--text-color) !important; } ytcp-navigation-drawer, #left-nav { background: #0f1113 !important; color: var(--text-color); } .nav-item-text { color: var(--text-color); } tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer, tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer tp-yt-iron-icon.ytcp-navigation-drawer { fill: #6eb3ff !important; color: #6eb3ff !important; } iron-icon.ytcp-navigation-drawer { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color); } paper-icon-item.iron-selected.ytcp-navigation-drawer, paper-icon-item.iron-selected.ytcp-navigation-drawer iron-icon.ytcp-navigation-drawer { color: var(--accent-color) !important; } paper-icon-item.iron-selected.ytcp-navigation-drawer>.nav-item-text { color: var(--accent-color) !important; } .menu-item-link.ytcp-navigation-drawer>paper-icon-item:hover>#contentIcon>iron-icon.ytcp-navigation-drawer { transition: .09s; color: var(--accent-color) !important; } .menu-item-link.ytcp-navigation-drawer>paper-icon-item:hover>div { transition: .09s; color: var(--accent-color) !important; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus paper-icon-item.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] paper-icon-item.ytcp-navigation-drawer:focus, paper-icon-item.ytcp-navigation-drawer:hover, paper-icon-item[submenu-open].ytcp-navigation-drawer, paper-icon-item.iron-selected.ytcp-navigation-drawer { background: var(--item-color); transition: .09s; } ytcp-navigation-drawer[enable-matterhorn-entity-label] .entity-type.ytcp-navigation-drawer { color: var(--text-color); } ytcp-navigation-drawer[enable-matterhorn-entity-label] .entity-name.ytcp-navigation-drawer { color: var(--text-color); } .content-icon.tp-yt-paper-icon-item { fill: var(--accent-color) !important; } tp-yt-paper-icon-item.ytcp-navigation-drawer:hover tp-yt-iron-icon.ytcp-navigation-drawer { fill: #8c9eff !important; color: #8c9eff !important; } main { background: var(--bg-color) !important; } .page-title { color: var(--text-color); } #create-ocpm.style-scope.ytcp-header { color: var(--text-color); } #page-title-container.page-title-container.style-scope.ytcp-app { background-color: #101215 !important; padding-bottom: 10px; } #backdrop, ytcp-ve, .ytcp-omnisearch { border: 1xp solid var(--border-color) !important; } #bottom-section>ul>li>ytcp-send-feedback-button>ytcp-ve>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-send-feedback-button>ytcp-ve>paper-icon-item:hover>div { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>div { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>iron-icon { color: var(--accent-color) !important; } #bottom-section { box-shadow: none; } #scrim.yta-screen, #scrim.yta-explore-page { /*loading screen overlay*/ background-color: #000; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus tp-yt-paper-icon-item.ytcp-navigation-drawer:not(.iron-selected) iron-icon.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] tp-yt-paper-icon-item.ytcp-navigation-drawer:focus iron-icon.ytcp-navigation-drawer, tp-yt-paper-icon-item.ytcp-navigation-drawer:hover iron-icon.ytcp-navigation-drawer, tp-yt-paper-icon-item.ytcp-navigation-drawer[submenu-open] iron-icon.ytcp-navigation-drawer { color: var(--accent-color); transition: .1s; } /*Footer*/ .footer { background-color: #0a0b0d; color: var(--text-darken2-color) !important; } .external-link.ytcd-external-link { color: var(--text-darken2-color); } .external-link-icon.ytcd-external-link, .external-link.ytcd-external-link:hover { color: var(--accent-color); transition: .1s; } /*Account Switcher*/ .ytd-account-item-section-header-renderer { color: var(--text-color) !important; } #channel-title { color: var(--text-color) !important; position: relative; } .ytd-account-item-renderer[secondary] { color: #bbb !important; position: relative; } paper-icon-item.ytd-account-item-renderer:hover, paper-item.ytd-compact-link-renderer:hover { background-color: var(--bg3-color) !important; } /*Universal - Dialog Boxes*/ .header-content.ytcp-dialog>h1[slot='primary-header'], .header-content.ytcp-dialog>h2[slot='primary-header'], .header-content.ytcp-dialog>h3[slot='primary-header'] { color: var(--text-color) !important; } /*Universal - Action Bar*/ ytcp-primary-action-bar { background-color: #101215 !important; } /*Universal - Listboxes*/ paper-listbox { background-color: var(--bg2-color) !important; color: var(--text-color); border: 1px solid var(--border-color); border-radius: 6px; } paper-listbox paper-item:hover { background-color: var(--bg3-color) !important; } .paper-listbox-item::before paper-item.ytcp-text-menu:focus { background-color: #444 !important; } ytd-menu-popup-renderer { background-color: #0000; } ytcp-chip-bar>div>input::placeholder { color: var(--text-darken2-color) !important; } ytcp-chip-bar>div>input { color: var(--text-color) !important; } ytcp-chip>ytcp-icon-button>.ytcp-icon-button { fill: #3ea677 !important; } ytcp-chip { background: #2b2f3a !important; border-radius: 6px !important; } ytcp-chip>.text { color: var(--text-color) !important; } .label-text.ytcp-dropdown-trigger { color: var(--text-darken2-color) !important; } /*Universal - Radio Buttons*/ #radioLabel.paper-radio-button { color: var(--text-color) !important; } #offRadio.paper-radio-button { border: 2px solid var(--text-color, var(--accent-color)); } paper-radio-button[checked] #offRadio.paper-radio-button { background: var(--accent-color); border: 2px solid var(--accent-color, var(--accent-color)); } #onRadio.paper-radio-button { background-color: var(--text-color); } /*Universal - Callouts*/ #callout.ytcp-feature-discovery-callout, #divot.ytcp-feature-discovery-callout { background-color: #2c323f !important; border-color: #525a70 !important; } /*Universal - Text Fields*/ yt-formatted-string[has-link-only_]:not([force-default-style]) a.yt-simple-endpoint.yt-formatted-string:visited { color: #3278FF !important; } .text-content * { color: var(--text-color) !important; } #outer.ytcp-form-input-container { background-color: var(--bg3-color); } #outer.ytcp-form-input-container:hover { border-color: var(--item-color); transition: .1s; } ytcp-form-input-container.focused #outer.ytcp-form-input-container, ytcp-form-input-container.focused #outer.ytcp-form-input-container:hover { border-color: var(--item-active-color) !important; transition: .1s; } #section-label.ytcp-form-textarea { color: var(--text-color) !important; } #section-label.ytcp-form-textarea>div>ytcp-ve>iron_icon { fill: var(--text-color) !important; } .text-container.ytcp-form-textarea { background-color: var(--bg3-color); transition: .1s; caret-color: var(--accent-color); } .text-container.ytcp-form-textarea:hover { border: 1px solid var(--item-color); transition: .1s; caret-color: var(--accent-color); } .focused.text-container.ytcp-form-textarea { border-color: var(--item-active-color) !important; transition: .1s; caret-color: var(--accent-color); } .no-items-message.ytcp-checkbox-group, input { color: var(--text-darken2-color); } ytcp-chip-bar>div>input { color: var(--text-darken2-color); } #description.ytcp-form-input-container>*, #error-message.ytcp-form-input-container { color: var(--text-darken2-color) !important; } #outer.ytcp-form-input-container>div { color: var(--text-darken2-color) !important; } .text-input.ytcp-chip-bar { caret-color: var(--accent-color); } /*Read-only Text fields*/ .readonly-field.ytcp-channel-url { background-color: var(--bg3-color); } /*Ripple Effects*/ paper-ripple.paper-tab { color: var(--accent-color); } .wave.style-scope.paper-ripple { opacity: 0.3 !important; } /*Dashboard*/ ytcp-animatable[name="channel.videos"], .main { background-color: #101114; } .ytcd-item>div>.item-title { color: var(--text-color); } .ytcd-item>div>div>div { color: var(--text-color) !important; } #metrics-table>div>div { color: var(--text-color) !important; } .ytcd-item>div>.section-title>span { color: var(--text-color) !important; } .ytcd-item>div>.top-videos>table>tbody>tr>td { color: var(--text-darken-color) !important; } .default-card.ytcd-card>.card-title { color: var(--text-color); } .default-card.ytcd-card>ytcd-item>ytcd-ki-item>div>ul>li>a>span { color: var(--text-color); } .card-title { color: var(--text-color) !important; } .ytcd-item>.header>#title { color: var(--text-color) !important; } .ytcd-item>.content>span { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>.title { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>.subtitle { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>ul>li>ytcp-ve>a>div>span { color: var(--text-color) !important; } ytcd-video-snapshot-item>div>.title { color: var(--text-color) !important; } .content-text.ytcd-basic-item-large-image, .subscriber-sub-count.ytcd-subscriber-highlights-item, #published-time.metadata.style-scope.ytcp-post-snapshot, .section-subtitle-text.ytcd-channel-facts-item, .section-subtitle.section-subtitle-text.style-scope.ytcd-channel-facts-item, .subscribers-trend.ytcd-channel-facts-item { /*Darker Text for descriptions*/ color: var(--text-darken2-color) !important; } ytcp-icon-button.ytcp-quick-actions { background-color: #41b37f !important; margin-top: 10px !important; } #dashboard-actions.ytcp-app { bottom: 10px !important; } #video-snapshot.yta-video-snapshot { background: none; } #video-snapshot.yta-video-snapshot>ytcp-ve>div { color: var(--text-darken2-color) !important; } #video-snapshot.yta-video-snapshot>ytcp-ve>#metrics-table>div>#table-ranking-container>div>span { color: var(--text-color) !important; } #video-snapshot.yta-video-snapshot>ytcp-ve>#metrics-table>div>#table-ranking-container>div>iron-icon { fill: var(--text-color) !important; } .card, ytcp-entity-card { background-color: #181a1f !important; border-radius: 5px; border: none !important; transition: .1s; } .card:hover, ytcp-entity-card:hover { background-color: #1e2127 !important; transition: .1s; } ytcp-entity-card:hover { cursor: pointer; } .title-container.ytcp-thumbnail-with-title { background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 65%, #000); height: 60%; } .counter-label.ytcd-carousel-card { color: var(--text-color); } #subtitle.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .video-position.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .highlighted.ytcp-video-links-tooltip-body, .highlighted.ytcp-video-links-tooltip-body .video-position.ytcp-video-links-tooltip-body { color: var(--text-color); } .video-link.ytcp-video-links-tooltip-body:hover { color: var(--accent-color); } .green.yta-video-snapshot { color: var(--green-color) !important; } .style-scope.iron-icon[d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-3.75l-4-3.99h3V7.25h2v7.01h3l-4 3.99z"] { fill: #aaa; fill-opacity: 1; } .trend-diff-up.ytcd-channel-facts-item { color: var(--green-color); } .trend-green.ytcp-trend-label { color: var(--green-color); --iron-icon-fill-color: var(--green-color); } .video-title.ytcd-video-list-cell-video-light { color: var(--text-color); } .metric.ytcd-video-list-cell-video-light:not(:last-of-type) { color: var(--text-darken-color); } .metric.ytcd-video-list-cell-video-light { color: var(--text-darken-color); } .metric.ytcd-video-list-cell-video-light iron-icon.ytcd-video-list-cell-video-light { fill: var(--text-darken-color); } .content.ytcd-empty-inbox-item { color: var(--text-darken-color); } #row-container.row-highlighted.ytcd-video-list-cell-video-light, #row-container.row-focused.ytcd-video-list-cell-video-light { transition: .1s; background-color: var(--item-color); } .divider.ytcd-list-card { border-bottom: 1px solid var(--divider-color); } .divider.ytcd-help-center-issues-item { border-bottom: 1px solid var(--divider-color); } .ytcd-item>div>hr { border-bottom: 1px solid var(--divider-color) !important; } .divider.ytcd-post-stats-item { border-bottom: 1px solid var(--divider-color); } .divider.ytcd-list-card-collapsible { border-bottom: 1px solid var(--border-color); } #title.ytcp-video-links-tooltip-body { color: var(--text-color); } #content.ytcp-video-links-tooltip-body { color: var(--text-darken2-color); } .remove-default-style.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .video-value.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .style-scope.iron-icon[d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1.99 6H7V7h10.01v2zm0 4H7v-2h10.01v2zm-3 4H7v-2h7.01v2z"] { fill: var(--text-darken-color) !important; } .row.ytcd-channel-facts-item:hover .left-col.ytcd-channel-facts-item .table-cell.ytcd-channel-facts-item { color: var(--text-color); } .row.ytcp-subscribers-table-row { /*Subscriber list*/ background-color: var(--bg2-color); } .row.ytcp-subscribers-table-row:hover { /*Subscriber list*/ background-color: var(--bg3-color); transition: .1s; } .divider.ytcp-subscribers-table { /*Subscriber list*/ border-bottom: 1px solid var(--border-color); } .subscriber-info-name.ytcp-subscribers-table-row, .subscriber-info.ytcp-subscribers-table-row a.ytcp-subscribers-table-row:hover .subscriber-info-name.ytcp-subscribers-table-row { /*Subscriber list*/ color: var(--text-color); } .subscriber-time-subscribed.ytcp-subscribers-table-row, .subscriber-sub-count.ytcp-subscribers-table-row { /*Subscriber list*/ color: var(--text-darken2-color); } ytcp-subscribe-button { /*Subscriber list*/ color: var(--accent-color); } ytcp-table-footer.ytcp-subscribers-table { /*Subscriber list*/ background-color: var(--bg3-color); border-bottom: 1px solid var(--border-color); border-top: 1px solid var(--border-color); } .ytcd-subscriber-list-dialog[slot="extension"] .subheader-text.ytcd-subscriber-list-dialog { /*Subscriber list*/ color: var(--text-darken2-color); } #dialog.ytcp-dialog .header.ytcp-dialog { background-color: #1f2125 !important; } #page-title-container { /*Widescreen fix*/ max-width: 20000px !important; } .body.ytcp-subscribers-table { /*Subscriber list*/ background-color: var(--bg2-color); } ytcp-button.ytcd-inbox-item { color: var(--accent-color); } .strikes-align.ytcd-strikes-item { color: var(--text-darken2-color); } .main-container.ytcd-video-snapshot-upload { background-color: var(--bg2-color) !important; } .table-cell.remove-default-style.style-scope.ytcd-channel-facts-item, .subscribers-trend.style-scope.ytcd-channel-facts-item { color: var(--text-darken-color) !important; } #go-to-video-analytics-button, #view-comments-button, .remove-default-style.analytics-button.style-scope.ytcd-channel-facts-item, ytcp-button.ytcd-basic-item-large-image, .style-scope.ytcd-recent-videos-item, ytcp-button.ytcd-card-button-action-item, ytcp-button[display-icon-on-hover] iron-icon.ytcp-button, .action-button.style-scope.ytcd-post-cta-item, .style-scope.ytcd-subscriber-highlights-item { color: var(--accent-color); } #table-ranking.yta-video-snapshot:hover #ranking-icon.yta-video-snapshot { fill: var(--text-color); } .issue-icon.ytcd-help-center-issues-item>tp-yt-iron-icon.ytcd-help-center-issues-item { color: var(--accent-color); } .action-link.ytcd-basic-item { color: var(--accent-color); } .style-scope.tp-yt-iron-icon[d="M4 13h6V7h4L7 0 0 7h4z"], .style-scope.tp-yt-iron-icon[d="M23,12a11,11,0,0,1-3.22,7.78l-1.41-1.41a9,9,0,0,0,0-12.73l1.41-1.41A11,11,0,0,1,23,12ZM5.64,5.64,4.22,4.22a11,11,0,0,0,0,15.56l1.41-1.41a9,9,0,0,1,0-12.73ZM16.95,7.05,15.54,8.46a5,5,0,0,1,0,7.07l1.41,1.41a7,7,0,0,0,0-9.9Zm-9.9,0a7,7,0,0,0,0,9.9l1.41-1.41a5,5,0,0,1,0-7.07Z"], .style-scope.tp-yt-iron-icon[d="M18,10v8H6V6h8l2-2H6A2.15,2.15,0,0,0,4,6V18a2.15,2.15,0,0,0,2,2H18a2.15,2.15,0,0,0,2-2V8Z"] { fill: var(--text-color); } /*Analytics*/ paper-item.iron-selected.yta-key-metric-card { background-color: #24282e !important; } .metric-label.style-scope.yta-column-anomaly-tooltip { color: var(--accent-color); } .typical-performance-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .typical-performance-value.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .metric-value.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .comparison-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .style-scope.yta-key-metric-card { color: var(--bg2-color); } tp-yt-paper-listbox { background-color: var(--bg3-color); } #card.layout.vertical.style-scope.yta-personalized-overview-middle-section { color: var(--text-color); background-color: var(--bg2-color); } #card-hint.style-scope.yta-personalized-overview-middle-section { color: var(--text-darken-color); } #card-hint.style-scope.yta-personalized-overview-bottom-card { color: var(--text-darken-color); } .legend-text.style-scope.yta-key-metric-card { color: var(--text-darken-color); } .typical-perf-icon.green.style-scope.yta-key-metric-block { color: var(--green-color) !important; } .data-processing-subcaption.style-scope.yta-metric-summary-card { color: var(--text-darken2-color); } #advanced-analytics.style-scope.ytcp-app { color: #98a2b9 !important; background: #1f2227 !important; } #typical-perf-label.yta-key-metric-block { color: var(--text-darken2-color) !important; } #subtitle.yta-personalized-overview-header { color: var(--text-darken2-color) !important; } yta-card-container:not([borderless]) .staple-card.yta-card-container { border: none !important; background-color: #17191e !important; } yta-latest-activity-card, yta-card-container.yta-latest-activity-card paper-card { background-color: #101216 !important; border: 1px solid var(--border-color) !important; } #right-side-bar.yta-screen { background-color: #0f0f11 !important; } .single-column.yta-screen { background-color: var(--bg-color); } hr.yta-latest-activity-card { border-bottom: 1px solid var(--divider-color); } yta-card-container:not([borderless]) .staple-card.yta-card-container { background-color: var(--bg2-color); } #see-more-button.style-scope.yta-card-container { color: #8994a8 !important; background: #262a32 !important; } .percentage.style-scope.yta-top-performing-entities { color: var(--text-darken2-color); } yta-video-overlay-hovercard, #yta-hovercard-container.yta-video-overlay-hovercard, #yta-hovercard-container.yta-video-overlay-hovercard paper-listbox { background-color: var(--bg3-color) !important; color: var(--text-color); border: 0; border-radius: 10px; } #anomaly-icon.style-scope.yta-key-metric-block { fill: #aaa; } .header-row.yta-top-performing-entities, .row.yta-top-performing-entities { border-bottom: 1px solid var(--border-color); } ytcp-paper-tooltip-placeholder * { background-color: var(--bg2-color) !important; } .metric-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } #tooltip.ytcp-paper-tooltip-placeholder { outline: 1px solid #777; } #learn-more-btn.style-scope.ytcp-paper-tooltip { color: var(--accent-color) !important; } #trend-icon-container.trend-icon.grey.style-scope.yta-key-metric-block { fill: #bbb; } .metric-row.main.yta-notifications-funnel-card { background-color: var(--bg3-color); border: none; } .caption.yta-notifications-funnel-card { color: var(--text-color); } .subcaption.yta-notifications-funnel-card { color: var(--text-darken-color); } #edit-button.style-scope.ytgn-video-translation-cell-captions { color: var(--accent-color); } .monetization-description-text.ytpp-video-monetization-basics { color: var(--text-darken-color); } .no-data-message.yta-funnel-card { color: var(--text-darken-color); } .no-data-message.yta-audience-interests-card { color: var(--text-darken-color); } .row.yta-top-performing-entities:hover { background-color: var(--item-color); transition: .1s; } ytcp-badge[state="blue"] .container.ytcp-badge, ytcp-badge[state="blue"] .container.ytcp-badge iron-icon.ytcp-badge { color: #2985ff; } ytcp-badge[state="blue"] .container.ytcp-badge { background-color: rgba(0, 112, 204, 0.3); } .impressions-title.yta-funnel, .metric-title.yta-funnel { color: var(--text-color); } .card-subtitle.yta-latest-activity-card { color: var(--text-darken-color) !important; } .rows-header.yta-audience-retention-highlights-card { color: var(--text-color); } .row.yta-audience-retention-highlights-card:hover { background-color: var(--bg3-color); transition: .05s; } .row.yta-audience-retention-highlights-card[selected] { background-color: var(--item-color); } .style-scope.iron-icon [d="M 11 18 h 2 v -2 h -2 v 2 Z m 1 -16 C 6.48 2 2 6.48 2 12 s 4.48 10 10 10 s 10 -4.48 10 -10 S 17.52 2 12 2 Z m 0 18 c -4.41 0 -8 -3.59 -8 -8 s 3.59 -8 8 -8 s 8 3.59 8 8 s -3.59 8 -8 8 Z m 0 -14 c -2.21 0 -4 1.79 -4 4 h 2 c 0 -1.1 0.9 -2 2 -2 s 2 0.9 2 2 c 0 2 -3 1.75 -3 5 h 2 c 0 -2.25 3 -2.5 3 -5 c 0 -2.21 -1.79 -4 -4 -4 Z"] { filter: invert(1) !important; } .title.yta-chart-guide-tooltip { /*Audience Retention Chart*/ color: var(--text-color); } .first-paragraph.yta-chart-guide-tooltip, .too-few-videos-message.yta-audience-retention-highlights-card { /*Audience Retention Chart*/ color: var(--text-darken2-color); } ytcp-button.style-scope.yta-audience-retention-highlights-card { color: var(--accent-color); } ytcp-chip.ytcp-static-chip-bar[selected] { border: 1px solid var(--text-darken2-color); transition: .1s; } ytcp-chip.ytcp-static-chip-bar:hover:not([selected]).ytcp-static-chip-bar { border: 1px solid var(--item-active-color); transition: .1s; } ytcp-chip.ytcp-static-chip-bar { border: 1px solid var(--item-color); transition: .1s; } .primary.style-scope.yta-line-chart-base[d="M16.94 6.91l-1.41 1.45c.9.94 1.46 2.22 1.46 3.64s-.56 2.71-1.46 3.64l1.41 1.45c1.27-1.31 2.05-3.11 2.05-5.09s-.78-3.79-2.05-5.09zM19.77 4l-1.41 1.45A9.422 9.422 0 0121 12.01c0 2.57-1.01 4.88-2.64 6.54l1.4 1.45c2.01-2.04 3.24-4.87 3.24-7.99 0-3.13-1.23-5.96-3.23-8.01zM7.06 6.91c-1.27 1.3-2.05 3.1-2.05 5.09s.78 3.79 2.05 5.09l1.41-1.45c-.9-.94-1.46-2.22-1.46-3.64s.56-2.71 1.46-3.64L7.06 6.91zM5.64 5.45L4.24 4C2.23 6.04 1 8.87 1 11.99c0 3.13 1.23 5.96 3.23 8.01l1.41-1.45C4.02 16.87 3 14.56 3 11.99s1.01-4.88 2.64-6.54z"], .secondary.style-scope.yta-line-chart-base { fill: var(--text-darken2-color); } .empty-state-message.yta-audience-retention-video-highlights-card { color: var(--text-darken2-color); } .layout.center-justified.yta-audience-retention-video-highlights-card, .layout.center-center.yta-audience-retention-video-highlights-card { background-color: var(--item-color); } #subtitle.yta-personalized-overview-middle-section, .paragraph.yta-personalized-overview-middle-section, .metric-value-subtitle.yta-metric-performance-bar { color: var(--text-darken2-color); } .value-label.yta-metric-performance-bar { background-color: var(--item-color); box-shadow: none; } yta-personalized-overview-middle-section:not([keyboard-focus]) .button-link.yta-personalized-overview-middle-section { color: var(--accent-color); } .style-scope.iron-icon[d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"] { fill: var(--text-color); } .channel-title.yta-channel-competition-card { color: var(--text-color); } .subs-count.yta-channel-competition-card { color: var(--text-darken2-color); } .row-content.yta-channel-competition-card:hover .row-link.yta-channel-competition-card, #feedback-container.yta-key-metric-card { color: var(--text-color); } .right-container.ytcp-dropdown-trigger tp-yt-iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .video-details.yta-audience-interests-card { color: var(--text-darken2-color); } .row-content.yta-audience-interests-card:hover { background-color: var(--bg3-color); transition: .05s; } #explanation-container.yta-belled-subscribers-card .explanation-text.yta-belled-subscribers-card { color: var(--text-darken2-color) !important; } #metrics-container.yta-belled-subscribers-card #belled-row.yta-belled-subscribers-card .metric-icon.yta-belled-subscribers-card { background-color: var(--item-color); border: none; } #metrics-container.yta-belled-subscribers-card .metric-type.yta-belled-subscribers-card { color: var(--text-darken-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-type.yta-belled-subscribers-card .typical-label.yta-belled-subscribers-card { color: var(--text-darken2-color) !important; } .subtitle.yta-title-subtitle-header { color: var(--text-darken2-color); } #yta-hovercard-container.yta-hovercard, #yta-hovercard-container.yta-comparison-hovercard { background: var(--bg3-color); border: 1px solid var(--item-color); } #title.yta-hovercard, .caption.yta-comparison-hovercard, yta-comparison-hovercard[compare-to-different-metric] .subcaption.yta-comparison-hovercard, yta-comparison-hovercard[compare-to-different-metric] .comparison-label.yta-comparison-hovercard, .chart-example-title.yta-chart-guide-tooltip { color: var(--text-color); } .explanation-container.yta-comparison-hovercard, .chart-example-text.yta-chart-guide-tooltip { color: var(--text-darken2-color); } .line.yta-comparison-hovercard { background-color: var(--item-active-color); } #chart-guide.yta-card-container { color: var(--accent-color); } /*Analytics - Advanced Mode*/ #entity-row.yta-explore-deep-dive, .header-container.yta-explore-deep-dive { background-color: var(--bg2-color); border-bottom: none; } #filter-date-rows.yta-explore-deep-dive { border-bottom: none; } #entity-title-value.text.debug-dimension-value.style-scope.yta-title-cell { color: var(--text-color); } #video-title.style-scope.yta-video-tooltip { color: var(--text-color); } #publish-description.style-scope.yta-video-tooltip { color: var(--text-color); } .formatted-percentage.style-scope.yta-explore-table-row { color: var(--text-darken2-color); } .yta-explore.sticky-column.dimension-column.ranking-mode.header-container.style-scope.yta-explore-ranking-table-header { color: var(--text-color); background: var(--bg3-color); } #header-with-icon.yta-explore.metric-column.header-container.style-scope.yta-explore-ranking-table-header { background: var(--bg3-color); } .layout.center.yta-explore-ranking-table-row, .layout.center-center.yta-explore-ranking-table-row { background-color: var(--bg2-color) !important; } #header-with-icon.yta-explore.metric-column.header-container.style-scope.yta-explore-ranking-table-header { color: var(--text-color); background-color: var(--bg3-color) !important; border: 0px solid !important; } .yta-explore.metric-column.layout.vertical.justified.style-scope.yta-explore-ranking-table-row { color: var(--text-color); background-color: var(--bg2-color) !important; stroke: 0px; } .ytcp-dropdown-trigger[disabled] .container.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] iron-icon.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] .dropdown-trigger-text.ytcp-text-dropdown-trigger, ytcp-dropdown-trigger[disabled] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: #bbb !important; } #entity-type.style-scope.yta-explore-entity-dropdown { color: #bbb; } #remove-comparison-button.style-scope.yta-explore-deep-dive { background: var(--accent-color); } .left-container.ytcp-dropdown-trigger { padding-left: 7px; } #checkmark.standard.ytcp-checkbox-lit { border-color: var(--text-color) !important; background: none !important; } .yta-explore.sticky-column.yta-explore-table-header, yta-explore-table * { background: var(--bg2-color) !important; color: var(--text-darken-color); border-color: var(--bg3-color) !important; } yta-explore-table { background: var(--bg2-color) !important; } #ink.ytcp-checkbox-lit { opacity: 0; } #row-container.yta-explore-table-row .default-marker.yta-explore-table-row { background: var(--yta-explore-table-row-color) !important; } ytcp-checkbox-lit[indeterminate] #checkbox.ytcp-checkbox-lit, ytcp-checkbox-lit[checked] #checkbox.ytcp-checkbox-lit { background-color: var(--ytcp-paper-checkbox-checked-color, var(--primary-color)) !important; } #add-comparison-button.style-scope.yta-explore-deep-dive { color: var(--accent-color); } #menu-icon.style-scope.yta-explore-chart-metric-dropdown { color: var(--text-color); } #header-title.yta-explore-table-header-cell[is-sorted-by], #header-title.yta-explore-table-header-cell[clickable].yta-explore-table-header-cell:hover { color: var(--text-color); } #separator-with-link.yta-explore-entity-dropdown { color: var(--text-darken2-color); } #breadcrumb-nav-link.yta-explore-entity-dropdown { color: var(--text-darken2-color); } #playlist-title.yta-playlist-tooltip { color: var(--text-color); } #link-bar.yta-playlist-tooltip { border-top: 1px solid var(--border-color); } .pieSegment.style-scope.yta-donut-chart-base[d="M-42.52019091922847,-55.60605510366979A70,70,0,0,1,4.9313697987961557e-14,-70L3.5928551391229135e-14,-51A51,51,0,0,0,-30.97899624115217,-40.512983004102274Z"] { fill: var(--item-active-color) !important; } #second-slice.style-scope.yta-tiny-donut-chart { stroke: var(--item-active-color); } ytcp-paper-tooltip-placeholder[type="custom-content"] #tooltip.ytcp-paper-tooltip-placeholder, ytcp-paper-tooltip-placeholder[type="menu"] #tooltip.ytcp-paper-tooltip-placeholder { color: var(--text-darken2-color) !important; } /*Videos Tab*/ #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row>.cell-body>ytcp-video-list-cell-video>div>h3 { color: var(--text-color) !important; } #video-title.ytcp-video-list-cell-video { color: var(--text-color) !important; } .description.placeholder.ytcp-video-list-cell-video { color: var(--text-color) !important; } .description.ytcp-video-list-cell-video { color: var(--text-darken2-color) !important; } .tablecell-date.cell-body.ytcp-video-row .cell-description.ytcp-video-row { color: var(--text-darken2-color) !important; } #row-container.ytcp-video-row.row-highlighted, #row-container.ytcp-video-row.row-highlighted .floating-column.ytcp-video-row { transition: .1s; background-color: var(--bg3-color); } .style-scope.ytcp-video-row.left-icon.icon-grey { color: #aaa; } .style-scope.ytcp-video-row.left-icon.icon-green { color: #5395da !important; } .style-scope.tp-yt-iron-iconM12[d="4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"] { color: var(--green-color) !important; } .menu-icon.ytcp-text-menu, .menu-right-icon.ytcp-text-menu { color: var(--accent-color) !important; } #row-container.ytcp-video-row { border-bottom: 1px solid var(--border-color); } .action-link.style-scope.ytcp-video-restrictions-tooltip-body { color: var(--accent-color) !important; } .title.ytcp-video-restrictions-tooltip-body { color: var(--text-color); } .description.ytcp-video-restrictions-tooltip-body { color: var(--text-darken2-color) !important; } .action-link.style-scope.ytcp-video-restrictions-tooltip-body { color: var(--accent-color) !important; } .like.ytcp-video-list-cell-likes-tooltip-body { color: var(--text-darken-color); } .label.ytcp-video-list-cell-likes-tooltip-body { color: var(--text-color); } ytcp-video-visibility-edit-popup paper-dialog { background-color: var(--bg2-color) !important; border: 1px solid var(--border-color); } #first-container.ytcp-video-visibility-select, #second-container.ytcp-video-visibility-select { border: 1px solid var(--border-color) !important; } #save-button.style-scope.ytcp-video-visibility-edit-popup { color: var(--accent-color); } #cancel-button.style-scope.ytcp-video-visibility-edit-popup { color: var(--text-darken2-color); } #save-button.bottom-button.style-scope.ytcp-video-monetization-edit-dialog { color: var(--accent-color); } #cancel-button.bottom-button.style-scope.ytcp-video-monetization-edit-dialog { color: var(--text-darken2-color); } ytcp-form-live-chat[old-styling] .section-label.ytcp-form-live-chat { color: var(--text-color); } #community-settings-link.ytcp-form-live-chat { color: var(--text-darken2-color); } .subtext.ytcp-video-metadata-advanced-old { color: var(--text-darken2-color); } .style-scope.iron-icon[d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"] { fill: var(--text-color); } .last-floating-column.ytcp-table-header[stuck].ytcp-table-header:after { border-right: 1px solid #333; border-image: none; } ytcp-video-row[horizontal-scroll] .last-floating-column.ytcp-video-row:after { border-right: 1px solid var(--border-color); border-image: none; } .section-label-with-description.ytcp-video-metadata-editor-basics, #audience.ytcp-video-metadata-editor-basics .section-label.ytcp-video-metadata-editor-basics, .section-label-with-description.ytcp-video-metadata-editor-advanced, .section-label.ytcp-form-live-chat { color: var(--text-color); } .section-description.ytcp-video-metadata-editor-basics, .section-description.ytcp-video-metadata-editor-advanced { color: var(--text-darken2-color); } #title.ytcp-bulk-actions-collapsible-editor { color: var(--text-color); } #cancel-button.chain-edit-button.style-scope.ytcp-bulk-actions, .likes-container.ytcp-video-row .secondary-label.ytcp-video-row, .likes-container.ytcp-video-row .likes-label.ytcp-video-row { color: var(--text-darken-color); } .chain-edit-button.ytcp-bulk-actions+.chain-edit-button.ytcp-bulk-actions, .create-playlist-button.action-button.style-scope.ytcp-playlist-dialog { background-color: var(--accent-color); } ytcp-bulk-actions-collapsible-editor { border-bottom: 1px solid var(--border-color) !important; } #description.ytcp-bulk-actions-collapsible-editor, .info-text.ytpp-bulk-actions-editor-monetization { color: var(--text-darken2-color); } .infobox.ytcp-audience-picker { background-color: var(--bg3-color); } .more-options-description.ytcp-video-metadata-editor { color: var(--text-darken2-color); } .style-scope.ytcp-video-list-cell-actions.delete-draft-button { color: var(--accent-color); } .cell-header.ytcp-table-header button.header-name.ytcp-table-header tp-yt-iron-icon.ytcp-table-header { fill: var(--text-color) !important; } label.ytcp-checkbox-label.ytcp-confirmation-dialog .ytcp-confirmation-dialog:not(ytcp-checkbox-lit) { color: var(--text-darken2-color) !important; } /*Live Subcount*/ #header-rectangle.yta-explore-subscribers { background-color: var(--bg3-color); } #youtube-paths.style-scope.yta-explore-subscribers { filter: invert(1); } #subscribers-label.yta-explore-subscribers, #total-subscribers-label.yta-explore-subscribers, #updating-live-label.yta-explore-subscribers, .style-scope.yta-feedback-dialog { color: var(--text-darken2-color); } #dialog.yta-feedback-dialog { background-color: var(--bg2-color); } #see-explore-subscribers-button.yta-latest-activity-card { color: var(--accent-color); } /*Content Tab - Posts*/ ytcp-post-filter { background-color: var(--bg2-color); } #row-container.ytcp-post-row, #row-container.ytcp-post-row .floating-column.ytcp-post-row { background-color: var(--bg2-color); } .tablecell-post.cell-body.ytcp-post-row .post-context-text.ytcp-post-row, .tablecell-type.cell-body.ytcp-post-row .post-type-name.ytcp-post-row, ytcp-metadata-visibility[icon-text-only] #text-container.ytcp-metadata-visibility, .style-scope.ytcp-post-row, .no-content-header.ytcp-post-section-content, .post-metadata-container.ytcp-post-metadata-editor .value.ytcp-post-metadata-editor, #text-container.ytcp-metadata-visibility, .icon-and-type.ytcp-post-metadata-editor .post-type-name.ytcp-post-metadata-editor, .vote-count-label.ytcp-post-metadata-editor { color: var(--text-color); } .tablecell-date.cell-body.ytcp-post-row .date-description.ytcp-post-row, .post-metadata-container.ytcp-post-metadata-editor .label.ytcp-post-metadata-editor, #label.ytcp-metadata-visibility, .attachment-label.ytcp-post-metadata-editor { color: var(--text-darken2-color); } .style-scope.iron-icon [d="M16.6 10.8V8h-1.2v2.8H13v1.4h2.4V15h1.2v-2.8H19v-1.4h-2.4M14 1.07c0-.6-.43-1.07-.96-1.07H.96C.43 0 0 .48 0 1.07v9.86c0 .6.43 1.07.96 1.07h10.86V9.57H14v-8.5zM.85 9.12h1.43v1.6H.85v-1.6zm0-2.6h1.43V8.1H.85V6.5zm0-2.62h1.43v1.6H.85V3.9zm0-2.6h1.43v1.6H.85V1.3zm10.97 5.2h1.42v1.6h-1.42V6.5zm0-2.6h1.42v1.6h-1.42V3.9zm0-2.6h1.42v1.6h-1.42V1.3z"] { fill: var(--item-active-color) !important; } .style-scope.iron-icon [d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"] { fill: var(--item-active-color) !important; } .style-scope.iron-icon [d="M21 19V5C21 3.9 20.1 3 19 3L5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM7 9V7L14 7V9H7ZM7 13V11H17V13H7ZM7 17V15H11V17H7Z"] { fill: var(--item-active-color) !important; fill-opacity: 1; } ytcp-post-thumbnail { background-color: var(--item-color); } iron-icon.ytcp-post-thumbnail { color: var(--accent-color); } #row-container.row-highlighted.ytcp-post-row, #row-container.row-highlighted.ytcp-post-row .floating-column.ytcp-post-row { background-color: var(--bg3-color); transition: .09s; } .post-metadata-container-wrapper.ytcp-post-metadata-editor, .post-attachment-container.ytcp-post-metadata-editor, ytcp-form-input-container.disabled #outer.ytcp-form-input-container, ytcp-form-input-container.disabled #outer.ytcp-form-input-container:hover, ytcp-metadata-visibility.ytcp-post-metadata-editor { border: 1px solid var(--border-color); } .subheading-row-text.style-scope.ytcp-video-section-content { color: var(--text-color); } ytcp-post-poll-attachment[full-size] .option-container.ytcp-post-poll-attachment { background-color: var(--bg2-color); } ytcp-post-poll-attachment[full-size] .vote-percent-bar.ytcp-post-poll-attachment { background-color: #e02222; } tp-yt-iron-icon.ytcp-post-thumbnail { color: var(--text-color); } .style-scope.tp-yt-iron-icon[d="M21 19V5C21 3.9 20.1 3 19 3L5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM7 9V7L14 7V9H7ZM7 13V11H17V13H7ZM7 17V15H11V17H7Z"] { fill: var(--text-color) !important; opacity: 1 !important; } /*Copyright Claims and Audio Swap and other stuff idk*/ #description.ytcr-status-cell, #artist.ytcr-claim-list-cell-asset, #explanation.ytcr-claim-list-cell-asset, .second-row.ytcr-claim-list-cell-impact, .copyright-cell-header.ytcr-claim-list-cell-policy, .copyright-cell-header.ytcr-claim-list-cell-match-segments, .copyright-cell-header.ytcr-claim-list-cell-owners, .copyright-owner-on-behalf-of.ytcr-claim-list-cell-owners { color: var(--text-darken2-color); } .note.ytve-audioswap-options-panel { color: var(--text-darken2-color); } #row-container.ytve-audioswap-track-row { border-bottom: 1px solid var(--border-color); } #row-container.row-highlighted.ytve-audioswap-track-row { background-color: var(--bg3-color); transition: .09s; } #add-track-button.ytve-audioswap-track-row, .recommended-option.ytcr-remove-song { color: var(--accent-color); } #Shape.style-scope.iron-icon[d="M15.5833333,5.5 L15.5833333,12.9983333 C15.2991667,12.8975 14.9875,12.8333333 14.6666667,12.8333333 C13.145,12.8333333 11.9166667,14.0616667 11.9166667,15.5833333 C11.9166667,17.105 13.145,18.3333333 14.6666667,18.3333333 C16.1883333,18.3333333 17.4166667,17.105 17.4166667,15.5833333 L17.4166667,7.33333333 L20.1666667,7.33333333 L20.1666667,5.5 L15.5833333,5.5 Z"] { fill: var(--accent-color); opacity: 1; } #Shape.style-scope.iron-icon[d="M7.33333333,6.30208333 L7.33333333,4.58333333 L5.04166667,6.875 L7.33333333,9.16666667 L7.33333333,7.44791667 C9.2296875,7.44791667 10.7708333,8.9890625 10.7708333,10.8854167 C10.7708333,11.4640625 10.6276042,12.0140625 10.3697917,12.4895833 L11.20625,13.3260417 C11.653125,12.6213542 11.9166667,11.7848958 11.9166667,10.8854167 C11.9166667,8.353125 9.865625,6.30208333 7.33333333,6.30208333 Z M7.33333333,14.3229167 C5.43697917,14.3229167 3.89583333,12.7817708 3.89583333,10.8854167 C3.89583333,10.3067708 4.0390625,9.75677083 4.296875,9.28125 L3.46041667,8.44479167 C3.01354167,9.14947917 2.75,9.9859375 2.75,10.8854167 C2.75,13.4177083 4.80104167,15.46875 7.33333333,15.46875 L7.33333333,17.1875 L9.625,14.8958333 L7.33333333,12.6041667 L7.33333333,14.3229167 Z"] { fill: var(--accent-color); opacity: 1; } ytcr-claim-tool-remove-claim, ytcr-claim-tool-edit-preview { background-color: var(--bg-color); } .toggle-wrapper.ytcr-claim-tool-edit-preview { background-color: var(--bg3-color); } .radio-button-description.ytcr-remove-song { color: var(--text-darken2-color); } ytcr-territory-status-tab { background-color: var(--bg2-color); } .summary-status.ytcr-copyright-header { background-color: var(--item-color); } /*Copyright Strikes*/ ytcr-copyright-strikes { background-color: var(--bg-color); } .cell-content.ytcr-copyright-strikes, ytcr-strike-card { background-color: var(--bg2-color); border-radius: 4px; } .title.ytcr-copyright-strikes, .video-title-wrapper.ytcr-takedown-video-row { color: var(--text-color); } .description.ytcr-copyright-strikes ul.ytcr-copyright-strikes, #summary.ytcr-copyright-strikes p.ytcr-copyright-strikes:not(:last-of-type), .claimant.ytcr-strike-card, .date.ytcr-takedown-video-row { color: var(--text-darken2-color); } #row-container.ytcr-takedown-video-row { background-color: var(--bg2-color); } #row-container.row-highlighted.ytcr-takedown-video-row { background-color: var(--bg3-color); transition: .09s; } #select-action.style-scope.ytcr-claim-list-cell-actions { color: var(--accent-color); } /*Playlists*/ #new-playlist-button.style-scope.ytcp-app { color: var(--accent-color); } ytcp-playlist-filter { background-color: var(--bg2-color); } .playlist-title.ytcp-playlist-row, .visibility-label.ytcp-playlist-row, .videos-count-cell.ytcp-playlist-row, .last-time-updated-cell.ytcp-playlist-row { color: var(--text-color); } #create-button.style-scope.ytcp-playlist-creation-dialog { color: var(--accent-color); } paper-dialog.ytcp-dialog>*.ytcp-dialog, paper-dialog.ytcp-dialog>*.ytcp-dialog:first-child, paper-dialog.ytcp-dialog>*.ytcp-dialog:last-child { border: 1px solid var(--border-color); } #row-container.row-highlighted.ytcp-playlist-row { background-color: var(--bg3-color); transition: .09s; } /*Subtitles*/ #row-container.ytgn-video-row.row-highlighted, #row-container.ytgn-video-row.row-highlighted .floating-column.ytgn-video-row { background-color: var(--item-color); } #row-container.row-highlighted.style-scope.ytgn-video-row { color: var(--item-color); } .tablecell-video.floating-column.last-floating-column.cell-body.style-scope.ytgn-video-row { color: var(--item-color); } #row-container.ytgn-video-translation-row.row-highlighted, #row-container.ytgn-video-translation-row.row-highlighted .floating-column.ytgn-video-translation-row { background-color: var(--item-color); } #add-translations-button.style-scope.ytgn-video-translations-section { background-color: var(--item-color); } #no-language.ytgn-video-translations-section { background: var(--bg-color) !important; } .choose-add-method.ytve-captions-editor-options-panel ul.ytve-captions-editor-options-panel li.ytve-captions-editor-options-panel a.ytve-captions-editor-options-panel:hover { background-color: var(--bg3-color); transition: .1s; } ytve-captions-editor-caption-segment-line[selected] #row-container.ytve-captions-editor-caption-segment-line, #row-container.row-highlighted.ytve-captions-editor-caption-segment-line { background-color: var(--bg2-color); } #add-segment-after-button.ytve-captions-editor-caption-segment-line::before, #add-segment-before-button.ytve-captions-editor-caption-segment-line::before { background-color: var(--bg-color); } #publish-button.style-scope.ytgn-video-translation-cell-captions { color: var(--accent-color) !important; } /*Welcome Screen*/ #title.style-scope.ytcp-warm-welcome-dialog { color: var(--text-color); } #description.style-scope.ytcp-warm-welcome-dialog { color: var(--text-color); } #dismiss-button.style-scope.ytcp-warm-welcome-dialog { background-color: var(--item-color); } #upload-button.style-scope.ytcp-upload-video-button { background-color: var(--item-color); } /*Upload Screen*/ #toggle-button.style-scope.ytcp-video-metadata-editor { color: var(--accent-color); } #select-files-button.style-scope.ytcp-uploads-file-picker { background-color: var(--item-color); } #next-button.style-scope.ytcp-uploads-dialog { background-color: var(--accent-color); } #done-button.style-scope.ytcp-uploads-dialog { background-color: var(--accent-color); } .container.style-scope.ytcp-banner { background: #0f1013 !important; } #message.style-scope.ytcp-banner { color: #ccc !important; } .style-scope.ytcp-video-share-dialog { color: var(--text-color); } #button.style-scope.yt-icon-button { color: var(--accent-color); } .sublabel.ytcp-thumbnails-compact-editor { color: var(--text-darken2-color) !important; } .section-sublabel.ytcp-uploads-basics, .infobox.ytcp-audience-picker, .infobox.ytcp-audience-picker iron-icon.ytcp-audience-picker, .section-sublabel.ytcp-uploads-details, .section-sublabel.ytcp-uploads-advanced, .questionnaire-header.ytpp-self-certification-questionnaire #subtitle.ytpp-self-certification-questionnaire { color: var(--text-darken2-color); } .description.ytcp-audience-picker { color: var(--text-darken2-color) !important; } .radio-button-title, .intro, .additional-features { color: var(--text-darken-color) !important; } .advanced-button.style-scope.ytcp-uploads-details { color: var(--accent-color); } .button-area.ytcp-uploads-dialog { border-top: 1px solid var(--border-color); background-color: var(--bg3-color); } .section-sublabel.ytcp-uploads-video-elements { color: var(--text-darken2-color) !important; } #cards-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } .guidelines-description.ytcp-uploads-review { color: var(--text-darken2-color); } .guidelines-description.ytcp-uploads-review a.ytcp-uploads-review { color: var(--accent-color); } .uploading-overlay.ytcp-video-info { background-color: var(--item-color); color: var(--text-color); } .processing-shimmer.ytcp-still-cell:after { background: linear-gradient(90deg, var(--item-active-color) 0%, var(--item-active-color) 30%, var(--item-active-color) 70%, var(--item-active-color) 100%); } .processing-shimmer.ytcp-still-cell { background-color: var(--item-color); } .step.ytcp-stepper[state="active"] .step-badge.ytcp-stepper, .step.ytcp-stepper[state="visited"] .step-badge.ytcp-stepper { border: 4px solid var(--accent-color); } #endscreens-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } #import-from-video-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } .separator.ytcp-stepper { background-color: var(--text-darken2-color); } #dialog.ytcp-playlist-dialog { background-color: var(--bg2-color); border: 1px solid var(--border-color); } .save-button.ytcp-playlist-dialog, .done-button.ytcp-playlist-dialog { color: var(--accent-color); } .new-playlist-button.action-button.style-scope.ytcp-playlist-dialog { color: var(--text-darken-color); } .scroll-button.yt-third-party-share-target-section-renderer { background-color: var(--item-color); } .progress-title.ytcp-multi-progress-monitor { color: var(--text-color); } .progress-status-text.ytcp-multi-progress-monitor { color: var(--text-darken2-color); } .style-scope.ytcp-video-list-cell-actions.cancel-upload-button, .style-scope.ytcp-video-list-cell-actions.edit-draft-button { color: var(--accent-color); } .visibility-description.ytcp-video-visibility-select, .unlisted-recommended-description.ytcp-video-visibility-select { color: var(--text-darken2-color); } .step.ytcp-stepper:not([disabled]).ytcp-stepper:hover, ytcp-stepper[keyboard-focus] .step.ytcp-stepper:not([disabled]).ytcp-stepper:focus { background: rgba(255, 0, 0, 0.2); transition: .05s; } #first-container.ytcp-video-visibility-select, #second-container.ytcp-video-visibility-select { background-color: var(--bg3-color); } /*Containers*/ ytcp-introduction-guidance.ytpp-self-certification-questionnaire, .accuracy-notification.ytpp-self-certification-questionnaire, .predictor-wrapper.ytpp-self-certification-predictor, .container.ytcp-uploads-video-elements { background-color: var(--bg3-color); border-radius: 4px; } #container.ytcp-expansion-panel .button-area.ytcp-expansion-panel, #container.ytcp-expansion-panel { border: 0 !important; border-radius: 4px; background-color: var(--bg3-color) !important; } .error-details.ytcp-uploads-dialog { color: var(--text-darken2-color); } .dialog-scrim.ytcp-uploads-dialog { background-color: #000 !important; opacity: 0.4; } ytpp-channel-scorecard /*YT ADRATES SCORECARD*/ { background-color: var(--bg2-color); } ytpp-channel-scorecard-accuracy-panel { background-color: var(--bg2-color) !important; } .meter-content.ytpp-channel-scorecard-meter { background: var(--bg2-color) !important; } .scorecard-subhead.ytpp-channel-scorecard, .meter-percentage.ytpp-channel-scorecard-meter, .cell-body.ytpp-channel-scorecard-row span.ytpp-channel-scorecard-row { color: var(--text-color); } .accuracy-body-text.ytpp-channel-scorecard-accuracy-panel { color: var(--text-darken2-color); } ytpp-channel-scorecard-table { background-color: var(--bg3-color); } #row-container.ytpp-channel-scorecard-row { background-color: var(--bg2-color); } #row-container.row-highlighted.ytpp-channel-scorecard-row { background-color: var(--bg3-color); transition: .09s; } .style-scope.iron-icon[d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"] { fill: var(--text-darken2-color); } .notification-left.ytpp-self-certification-questionnaire { border-right: 1px solid var(--divider-color); } #notification-view-ratings.style-scope.ytpp-self-certification-questionnaire { color: var(--accent-color); } #request-review-button.style-scope.ytpp-channel-scorecard-row { color: var(--accent-color); } ytcp-video-upload-progress:not([uploading]) #uploading-badge.ytcp-video-upload-progress, ytcp-video-upload-progress:not([uploading]):not([processing]) #processing-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[copyright-check-status='COMPLETED'] #checks-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[uploading] #uploading-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[processing] #processing-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[pulse-checks-badge] #checks-badge.ytcp-video-upload-progress { fill: var(--accent-color); } /*Upload Checks*/ #title.ytcp-uploads-check-status { color: var(--text-color); } .description.ytcp-uploads-checks, #results-description.ytcp-uploads-check-status, #disclaimer.ytcp-uploads-checks { color: var(--text-darken2-color) !important; } .feedback-text.ytcp-uploads-checks, ytcp-send-feedback-button.ytcp-uploads-checks { color: var(--accent-color); } /*Cards*/ .info-card-type-option-container.ytve-info-cards-editor-default-options:hover { background-color: var(--item-color) !important; transition: .1s; } ytve-point-marker[selected]::after { background-color: var(--text-darken-color); } /*Comments*/ .tab-content.tp-yt-paper-tab { color: #b0c5ff !important; } #selectionBar.tp-yt-paper-tabs { background-color: #43b581 !important; } tp-yt-paper-icon-item.ytcp-navigation-drawer:after { background-color: #43b581 !important; } tp-yt-paper-tab:not(.iron-selected)>.tab-content.tp-yt-paper-tab { color: var(--text-darken2-color); } #background.style-scope.paper-ripple { background-color: var(--accent-color); } paper-ripple.tp-yt-paper-tab { color: var(--accent-color); } #waves.style-scope.paper-ripple { color: var(--accent-color); } ytcp-comment[highlighted] { background-color: #14171b !important; transition: .1s; } ytcp-comment-toggle-button.style-default-active[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--accent-color) !important; } ytcp-comment-thread { border-bottom: 1px solid var(--border-color); } .style-scope.yt-icon[d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"] { fill: var(--green-color); } ytcp-comment-button[is-icon-button]:not([disabled]):hover yt-icon.ytcp-comment-button { color: var(--accent-color) !important; } .style-scope.yt-icon[d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"] { fill: var(--text-darken2-color); } .style-scope.yt-icon[d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"] { fill: var(--text-darken2-color); } .style-scope.yt-icon[d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"] { fill: var(--text-darken2-color); } yt-icon.ytd-menu-service-item-renderer, yt-icon.ytd-toggle-menu-service-item-renderer, yt-icon.ytd-menu-navigation-item-renderer { color: var(--accent-color); } #discussion-tab-text.ytcp-comment { color: var(--text-darken2-color); } .published-time-text.ytcp-comment { color: var(--text-darken2-color); } ytcp-comment-button[is-paper-button] yt-formatted-string.ytcp-comment-button { color: var(--text-darken2-color) !important; } #name.ytcp-comment, #reply-endpoint.ytcp-comment { color: var(--text-color) !important; font-weight: 400; } #content-text.ytcp-comment { color: var(--text-color) !important; } ytcp-comment-toggle-button #button.ytcp-comment-toggle-button, #button.ytcp-comment-button { color: var(--text-darken2-color); } ytcp-comment-toggle-button.style-text[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--text-darken2-color) !important; } #unhearted.ytcp-comment-creator-heart { color: var(--text-darken2-color) !important; } #button.ytcp-menu-renderer yt-icon.ytcp-menu-renderer { color: var(--text-darken2-color) !important; } ytcp-author-comment-badge.creator { padding-right: 6px; padding-left: 6px; --ytcp-author-comment-badge-background-color: var(--accent-color) !important; --ytcp-author-comment-badge-hover-background-color: var(--text-color) !important; --ytcp-author-comment-badge-name-color: var(--text-color) !important; --ytcp-author-comment-badge-hover-text-color: var(--accent-color) !important; transition: .1s; } .divider.ytcp-comments-section, ytcp-tabbed-filtered-action-bar { border-bottom-color: var(--border-color); } #label.ytcp-pinned-comment-badge { color: var(--text-darken-color); } #moderation-reason.ytcp-comment { color: var(--text-darken2-color); } #post-thumbnail-wrapper.ytcp-comment-video-thumbnail { background-color: var(--item-color); } tp-yt-paper-dialog { background: var(--bg3-color); color: var(--text-color); } paper-item.ytcp-menu-service-item-renderer:hover, paper-item.ytcp-toggle-menu-service-item-renderer:hover { background: var(--item-color); transition: .1s; } /*Comments - Smart Replies*/ .smart-reply.ytcp-smart-replies:hover, .smart-reply.hover.ytcp-smart-replies, .smart-reply.ytcp-smart-replies:focus { background: var(--item-color); transition: .1s; } .smart-reply.ytcp-smart-replies:hover #label.ytcp-smart-replies, .smart-reply.hover.ytcp-smart-replies #label.ytcp-smart-replies, .smart-reply.ytcp-smart-replies:focus #label.ytcp-smart-replies { color: var(--text-color); transition: .1s; } /*Comments - Reporting*/ yt-report-form-modal-renderer[dialog][dialog][dialog], yt-confirm-dialog-renderer[dialog][dialog][dialog] { background-color: var(--bg2-color); } .scrollable.paper-dialog-scrollable { color: var(--text-darken2-color); } .buttons.yt-confirm-dialog-renderer { border-top: none; } /*Video Editor*/ ytve-endscreen-row { background-color: var(--bg2-color); } .endscreen-center.selected { background-color: var(--text-color); opacity: 0.6 !important; } ytve-endscreen-marker.selected { color: var(--text-color); } ytve-timeline-horizontal-scrollbar.track { background-color: var(--bg2-color); } #scrollbar-handle.ytve-timeline-horizontal-scrollbar { height: 10px !important; } .title.ytve-shortcuts-dialog { color: var(--text-color); } .section.ytve-shortcuts-dialog { color: var(--text-color); } .name.ytve-shortcuts-dialog { color: var(--text-darken2-color) !important; } .shortcuts.ytve-shortcuts-dialog { background-color: var(--bg2-color); } .key.ytve-shortcuts-dialog { color: var(--text-darken-color); } .key-row.ytve-shortcuts-dialog { border-top: 1px solid var(--border-color); } .style-scope.ytve-shortcuts-dialog { color: var(--text-darken-color); } .header.ytve-shortcuts-dialog { border-bottom: var(--border-color); } #dialog-title.ytve-modal-host { font-family: var(--header-font); } #discard-button.ytve-modal-host { color: var(--accent-color); } /*Channel Copyright*/ #row-container.ytcc-archive-row { background-color: var(--bg2-color); color: var(--text-color); } .text.style-scope.ytcp-hover-anchor { color: var(--text-color); } .style-scope.ytcc-archive-row { color: var(--text-color); } .footer-container.style-scope.ytcc-archive-table { background-color: var(--bg3-color); } .borderless.container.ytcp-dropdown-trigger { padding-left: var(--ytcp-dropdown-trigger-left-padding, 3px); } #expansion-row.ytcr-history-complaint-row { background-color: var(--bg3-color); } #unavailable-video-placeholder.ytcr-history-complaint-row { background-color: var(--item-color); } #row-container.row-highlighted.ytcr-history-complaint-row, #row-container.row-highlighted.ytcc-archive-row { background-color: var(--bg3-color); transition: .09s; } /*Channel Monetisation (Not eligible)*/ #notify-eligibility-button.style-scope.ytpp-signup-overview { background-color: var(--accent-color); } .container.ytpp-signup-eligibility { border: 1px solid var(--border-color); } .ytpp-signup-overview[slot="subheading"] div.ytpp-signup-overview:last-of-type { color: var(--text-darken-color) !important; } .ytpp-signup-overview[slot='body'] div.ytpp-signup-overview { color: var(--text-darken2-color) !important; } .threshold.ytpp-signup-eligibility { color: var(--text-darken2-color); } /*Channel Monetisation*/ .style-scope.ytsp-analytics-card { background-color: var(--bg2-color); } #content.ytcp-card>h2 { color: var(--text-color); background-color: var(--bg2-color); } .revenue-header.ytsp-analytics-card { color: var(--text-darken-color); } ytsp-analytics-card[can-view-revenue] .summary-header.ytsp-analytics-card { color: var(--text-color); } .additional-data.ytsp-analytics-card h4.ytsp-analytics-card { color: var(--text-darken-color); } .additional-data.ytsp-analytics-card { color: var(--text-color); } .header-secondary.ytsp-top-performing-videos { color: var(--text-color); } .style-scope.iron-icon[d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"] { fill: var(--text-color); } .style-scope.ytsp-checklist { background-color: var(--bg2-color); color: var(--text-color); } .style-scope.ytsp-sponsors-card { background-color: var(--bg2-color); color: var(--text-color); } .style-scope.ytsp-comments-card { background-color: var(--bg2-color); } #content.ytcp-card>p { color: var(--text-darken-color); } .style-scope.ytsp-share-card { background-color: var(--bg2-color); } ytsp-share-card:not([new-ui]) .url-input.ytsp-share-card { color: var(--text-darken-color); background-color: var(--bg3-color); } .style-scope.ytsp-offer-card { background-color: var(--bg2-color); } th.ytsp-perks-preview { color: var(--text-color); } td.ytsp-perks-preview { color: var(--text-darken-color); } .style-scope.ytsp-personalization-card { background-color: var(--bg2-color); } th.ytsp-personalization-card { color: var(--text-color); } td.ytsp-personalization-card { color: var(--text-darken-color); } #disable-button.ytsp-section { color: var(--accent-color); } .ytpdg-section { background-color: var(--bg-color); } .style-scope.ytpdg-user-education-card { background-color: var(--bg2-color); } #learn-more-button.style-scope.ytpdg-user-education-card { color: var(--accent-color); } .style-scope.iron-icon[d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"] { fill: var(--accent-color); } .style-scope.ytpdg-recent-transactions-card { background-color: var(--bg2-color); } .toggle.ytpdg-feature-toggles span.ytpdg-feature-toggles { color: var(--text-color); } paper-toggle-button[checked]:not([disabled]) .toggle-button.paper-toggle-button { background-color: var(--accent-color); } #confirm-button.style-scope.ytcp-confirmation-dialog { color: var(--accent-color); } #slot-wrapper.style-scope.ytcp-paper-tooltip { color: var(--text-darken-color); } #tooltip-completed-label.ytsp-checklist { color: var(--text-color); } .expansion-button.style-scope.ytsp-checklist { color: var(--accent-color); } #tooltip-completed-label.ytsp-checklist { color: var(--accent-color); } #public-promo-post.style-scope.ytsp-checklist { color: var(--accent-color); } #join-link.style-scope.ytsp-checklist { color: var(--accent-color); } #member-only-post.style-scope.ytsp-checklist { color: var(--accent-color); } ytcp-card { background-color: var(--bg2-color); } #videocam.ytsp-video-card { background-color: var(--item-color); } #open-dialog-button.style-scope.ytsp-video-card { color: var(--accent-color); } /*Customization Tab*/ .flavor-icon.ytcp-spotlight-section-item { background-color: var(--item-color); } .label.ytcp-spotlight-section-item { color: var(--text-color); } .section-label.ytcp-spotlight-section { color: var(--text-color); } .style-scope.ytcp-shelf-list-item { color: var(--text-color); } .container.ytcp-shelf-list-item { background-color: #1b1d22 !important; border: none; } .section-metadata.ytcp-spotlight-section-item h4.ytcp-spotlight-section-item { color: var(--text-darken-color); } .video-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .section-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item { color: var(--text-color); } .caption.ytcp-channel-editing-channel-info { color: var(--text-darken-color); } .channel-link.style-scope.ytcp-channel-editing-channel-info { color: var(--text-color); } .section-label.ytcp-shelves-section { color: var(--text-color); } .update-title.ytcp-featured-channels-notice { color: var(--text-color); } .update-body.ytcp-featured-channels-notice { color: var(--text-darken2-color); } .label.ytcp-profile-image-upload { color: var(--text-color); } #remove-button.remove-btn.style-scope.ytcp-profile-image-upload { color: var(--accent-color); } #remove-button.replace-btn.style-scope.ytcp-profile-image-upload { color: var(--accent-color); } .label.ytcp-banner-upload { color: var(--text-color); } .description.ytcp-banner-upload, .guide.ytcp-banner-upload { color: var(--text-darken2-color) !important; } .label.ytcp-video-watermark-upload { color: var(--text-color); } #watermark-preview-container.ytcp-video-watermark-upload { background-image: url(https://cdn.discordapp.com/attachments/707859462576275559/755704839211712512/branding_settings_video_watermark_player_black.svg); } #display-time-help-icon.style-scope.ytcp-video-watermark-upload { color: var(--text-color); } .section-label.ytcp-channel-editing-details-tab { color: var(--text-color); } .name-field.ytcp-channel-editing-channel-name { color: var(--text-color); } .section-label.ytcp-channel-links { color: var(--text-color); } .section-description.ytcp-channel-links { color: var(--text-darken2-color); } .style-scope.ytcp-channel-link-item { color: var(--text-color); } #child-input.ytcp-form-input-container { color: var(--text-color); } .section-description.ytcp-channel-editing-details-tab { color: var(--text-darken2-color); } .container.ytcp-spotlight-section-item { border: 1px solid var(--border-color); } .description.ytcp-shelves-section { color: var(--text-darken2-color) !important; } .description.ytcp-spotlight-section { color: var(--text-darken2-color) !important; } .description.ytcp-profile-image-upload { color: var(--text-darken2-color) !important; } .replace-btn.ytcp-profile-image-upload, .upload-btn.ytcp-profile-image-upload { color: var(--text-darken-color); } .description.ytcp-video-watermark-upload { color: var(--text-darken2-color) !important; } .link.ytcp-spotlight-section-item, .video-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .section-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .description.ytcp-spotlight-section-item { color: var(--text-darken2-color) !important; } .container.ytcp-channel-link-item:hover #delete-button.ytcp-channel-link-item:not([disabled]).ytcp-channel-link-item, #delete-button.visible.ytcp-channel-link-item { transition: .1s; } ytcp-form-input-container.ytcp-channel-editing-channel-name input.ytcp-channel-editing-channel-name { color: var(--text-color); } .section-label.ytcp-channel-url { color: var(--text-color); } .section-description.ytcp-channel-url, .readonly-input.ytcp-channel-url { color: var(--text-darken2-color); } .formation-rule-note.ytcp-channel-url { color: var(--text-darken2-color); } #field-container.ytcp-vanity-formation-rule-input { border-color: var(--border-color); transition: .1s; } #field-container.ytcp-vanity-formation-rule-input:focus-within { border-color: var(--item-active-color); transition: .1s; } ytcp-form-input-container.ytcp-channel-editing-details-tab input.ytcp-channel-editing-details-tab { color: var(--text-color); } /*Featured Channels*/ #outer.ytcp-form-input-container { background-color: var(--bg3-color); } #main-header.cell.cell-text.first-cell.style-scope.ytcp-multi-picker-entity-list { color: var(--text-color); } #additional-header-0.cell.cell-text.align-right.style-scope.ytcp-multi-picker-entity-list { color: var(--text-color); } #sectionBar.style-scope.paper-tabs { background: var(--bg-color) !important; } .style-scope.ytcp-multi-entity-picker { color: var(--text-color); } ytcp-form-input-container.ytcp-channel-link-item input.ytcp-channel-link-item { color: var(--text-darken-color); } /*Audio Library*/ #row-container.style-scope.ytmus-library-row { background-color: #0e0f11 !important; border-bottom: 2px solid #111317 !important; } #row-container.row-highlighted.ytmus-library-row { background-color: var(--bg3-color); } ytmus-library-row[is-current] #row-container.ytmus-library-row { background-color: #220000; } #done-button.style-scope.ytmus-license-dialog, #download.style-scope.ytmus-library-row, .anchor-text.ytmus-starred-table, .anchor-text.ytmus-sound-effects-table { color: var(--accent-color); } ytmus-starred-table { background-color: var(--bg-color); } .content-message.ytmus-starred-table .text.ytmus-starred-table { color: var(--text-color); } /*Warning Banner*/ ytcp-banner[color-theme].warning .container.ytcp-banner { background-color: #400 !important; border: 1px solid #CC0000 !important; } ytcp-banner[color-theme] .container.ytcp-banner { background-color: #003970 !important; } /*Settings*/ .description.ytcp-channel-settings { color: var(--text-darken2-color) !important; } .note.ytcp-channel-settings { color: var(--text-darken2-color); } .note.ytcp-account-linking { color: var(--text-darken2-color); } #country-description.ytcp-channel-settings { color: var(--text-darken2-color); } #watermark-preview-container.ytcp-channel-branding-settings { background-image: url(https://cdn.discordapp.com/attachments/707859462576275559/755704839211712512/branding_settings_video_watermark_player_black.svg); } .section-label.ytcp-channel-redirect-settings { color: var(--text-color); } .style-scope.ytcp-channel-redirect-settings { color: var(--text-color) !important; } .feature-level.yt-trust-tiers-features-level { background-color: var(--bg3-color); } .yt-trust-tiers-features-level div { background-color: var(--bg3-color); } .style-scope.yt-trust-tiers-features-level.iron-collapse-opened { background: none !important; } .vl.yt-trust-tiers-features-level { border-left-color: var(--divider-color); } .tooltip-icon.yt-trust-tiers-features-level, .help-tooltip.yt-trust-tiers-features-level { fill: var(--text-darken-color); } .ytcp-settings-dialog[slot="secondary-footer"] ytcp-button.ytcp-settings-dialog~ytcp-button.ytcp-settings-dialog { color: var(--accent-color); transition: 0.1s; } #cancel-button.style-scope.ytcp-settings-dialog { color: var(--text-darken-color); } .add-account-link-button.style-scope.ytcp-account-linking { color: var(--accent-color); } #tooltip-placeholder-fake-slot.style-scope.ytcp-paper-tooltip { color: var(--text-color); } #add-user-button.style-scope.ytcp-permissions-settings { color: var(--accent-color); } #blocked-links-hint.ytcp-community-settings { color: var(--text-darken2-color) !important; } iron-icon.check-icon.yt-trust-tiers-features-level { color: var(--green-color); } .feature-level-unlocked.yt-trust-tiers-features-level { background-color: rgba(0, 130, 7, 0.3); color: var(--green-color); } /*Feedback*/ #title.yta-feedback-dialog { color: var(--text-color); } .paragraph.yta-feedback-dialog, .after-submit-content.yta-feedback-dialog { color: var(--text-darken-color); } #send-button.style-scope.yta-feedback-dialog, #close-button.style-scope.yta-feedback-dialog { color: var(--accent-color); } ytcp-error-section { color: var(--text-color); } /*Well congrats, you made it to the end, have a cookie*/ /*---------------------------------------------------------OLD CODE----------------------------------------------------------------*/ #missing-features-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #missing-features-item:hover>div { color: var(--accent-color) !important; } #missing-features-item:hover>iron-icon { color: var(--accent-color) !important; } #missing-features-item>#contentIcon>iron-icon { color: var(--text-color) !important; } #missing-features-item>iron-icon { color: var(--text-color) !important; } #menu-items.ytcp-missing-features-menu>li>ytcp-ve>a>paper-icon-item>#contentIcon>iron-icon { color: var(--text-color) !important; } #menu-items.ytcp-missing-features-menu>li>ytcp-ve>a>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } ytcp-button[raised] { min-width: 88px; color: var(--text-color) !important; background-color: var(--accent-color); } #header.ytcp-video-section-content { background: var(--bg2-color) !important; } paper-tabs.ytcp-primary-action-bar { --paper-tabs-selection-bar_-_background-color: var(--accent-color); --paper-tab-content_-_color: var(--accent-color); --paper-tab-content-unselected_-_color: var(--text-color) !important; } ytcp-filter-bar { background: #0f1115 !important; } iron-icon.ytcp-filter-bar { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color); } #checkbox.checked.ytcp-paper-checkbox { background-color: var(--ytcp-paper-checkbox-checked-color, var(--accent-color)); border-color: var(--ytcp-paper-checkbox-checked-color, var(--accent-color)); } #checkbox.ytcp-paper-checkbox { position: relative; box-sizing: border-box; height: 100%; border: solid 2px; border-color: var(--ytcp-paper-checkbox-unchecked-color, var(--text-color)); border-radius: 2px; pointer-events: none; -webkit-transition: background-color 140ms, border-color 140ms; transition: background-color 140ms, border-color 140ms; } .floating-column.ytcp-table-header, ytcp-table-header { background-color: #18191e !important; } .cell-header.ytcp-table-header { color: var(--text-color) !important; } #row-container.row-selected.ytcp-video-row, #row-container.row-selected.ytcp-video-row .floating-column.ytcp-video-row, ytmus-library-row { background-color: var(--item-color) !important; } ytmus-library-row div { color: var(--text-color); } #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row { background-color: #0b0c0d !important; } #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row>.cell-body>ytcp-video-list-cell-video>div>h3>a:href { color: var(--text-color) !important; } .first-row.ytcp-video-list-cell-visibility .privacy-label.ytcp-video-list-cell-visibility { color: var(--text-color) !important; } .visibility-invisible.ytcp-video-list-cell-visibility .privacy-icon.ytcp-video-list-cell-visibility { color: var(--text-color) !important; } .tablecell-comments.cell-body.ytcp-video-row a.ytcp-video-row, .tablecell-comments.cell-body.ytcp-video-row span.ytcp-video-row { color: var(--text-color) !important; } .percent-label.ytcp-video-list-cell-likes { color: var(--text-color) !important; } .likes-label.ytcp-video-list-cell-likes { color: var(--text-color) !important; } .progress-fill.ytcp-video-list-cell-likes { background: var(--text-color) !important; height: var(--progress-height); width: 0; border-radius: var(--ytcp-video-list-cell-likes-radius); } .tablecell-date.cell-body.ytcp-video-row { color: var(--text-color) !important; } .page-description.ytcp-table-footer { margin: 0 24px; color: var(--text-color) !important; } .borderless.ytcp-dropdown-trigger .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } ytcp-text-dropdown-trigger[compact] .dropdown-trigger-text.ytcp-text-dropdown-trigger { color: var(--text-color) !important; } ytcp-table-footer { color: var(--text-color) !important; } .contents.ytcp-video-metadata-editor, .footer-container.ytcr-history-table { background-color: var(--bg-color); } ytcp-navigation-drawer:not([theme="DARK"]) .back-button-text.ytcp-navigation-drawer { color: var(--text-color) !important; } paper-icon-item.ytcp-navigation-drawer:hover>.nav-item-text { color: var(--accent-color) !important; } iron-icon.ytcp-form-textarea { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color) !important; } #section-label.ytcp-form-textarea, textarea.ytcp-form-textarea, .char-counter.ytcp-form-textarea { padding-left: 12px; padding-right: 12px; color: var(--text-color) !important; } .borderless.container.ytcp-dropdown-trigger { padding-left: var(--ytcp-dropdown-trigger-left-padding, 12px); } #outer.ytcp-form-input-container>div { color: var(--text-color); } ytcp-form-input-container.focused #label.ytcp-form-input-container { color: var(--accent-color); } a.ytcp-thumbnails-compact-editor, a.ytcp-thumbnails-compact-editor>iron-icon[icon$="open-in-new"].ytcp-thumbnails-compact-editor { color: var(--accent-color); } #tags-description[slot="description"].ytcp-video-metadata-basics { color: var(--text-color); } .container.ytcp-video-metadata-info { background-color: var(--item-color); } paper-icon-item.ytcp-navigation-drawer:after { background: var(--accent-color); } a.ytcp-video-metadata-info, a.ytcp-video-metadata-info>iron-icon[icon$="open-in-new"].ytcp-video-metadata-info { color: var(--accent-color); } .label.ytcp-video-metadata-info { color: var(--text-color) !important; } .value.ytcp-video-metadata-info { color: var(--text-color) !important; } #label.ytcp-video-metadata-visibility { color: var(--text-color) !important; } #first-row.ytcp-video-metadata-visibility { color: var(--text-color) !important; } .dropdown-trigger-text.ytcp-text-dropdown-trigger { color: var(--text-color) !important; } ytcp-dropdown-trigger[keyboard-focus] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger, .container.ytcp-dropdown-trigger:hover .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .subhead.ytcp-video-metadata-advanced { color: var(--text-color) !important; } iron-icon.ytcp-dropdown-trigger { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color) !important; } input.ytcp-form-autocomplete { color: var(--text-color) !important; } .subtext.ytcp-video-metadata-advanced { color: var(--text-color) !important; } .subtext.ytcp-video-metadata-advanced>a { color: var(--accent-color) !important; } .subhead-compact.ytcp-video-metadata-advanced { color: var(--text-color) !important; } .label.ytcp-checkbox, ytcp-paper-checkbox.ytcp-checkbox>* { color: var(--text-color) !important; } #message-text.ytcp-comments-section { color: var(--text-color) !important; } .optin-header.ytgn-video-translations-section { color: var(--text-color) !important; } #row-container.ytgn-video-translation-row, #row-container.ytgn-video-translation-row .floating-column.ytgn-video-translation-row { background-color: var(--bg3-color); } .cell-body.ytgn-video-translation-row .language-text.ytgn-video-translation-row { color: var(--text-color) !important; } .language-text.ytgn-video-translation-row, .last-modified-text.ytgn-video-translation-row { color: var(--text-color) !important; } .translation-status.ytgn-video-translation-cell-captions { color: var(--text-color) !important; } .translation-source.ytgn-video-translation-cell-captions { color: var(--text-color) !important; } #sort-menu-container.ytcp-comments-section { background-color: var(--bg-color); } #metadata.ytcp-comment { color: var(--text-color) !important; } #vote-count.ytcp-comment-action-buttons { color: var(--text-color) !important; } #sort-filter.ytcp-sort-filter-sub-menu-renderer { border: 1px solid var(--text-color); } #sort-filter.ytcp-sort-filter-sub-menu-renderer :hover #sort-filter.ytcp-sort-filter-sub-menu-renderer { border: 1px solid var(--accent-color); } #background.yta-overview-app { background-color: var(--bg3-color); } paper-card { background-color: var(--item-color); } #metric-label.yta-key-metric-block { color: var(--text-color) !important; } .layout.horizontal.yta-key-metric-block>div { color: var(--text-color) !important; } .comparison-label-content.yta-key-metric-card { color: var(--text-color) !important; } #chart-container.yta-line-chart-base { fill: var(--text-color) !important; } .container.ytcp-badge { color: var(--text-color); } .display-value-container.yta-metric-summary-card { color: var(--text-color) !important; } #title.yta-title-subtitle-header, #metric-value.yta-title-subtitle-header { color: var(--text-color) !important; } .display-time-range.yta-metric-summary-card { color: var(--text-color) !important; } .display-value-title.yta-metric-summary-card { color: var(--text-color) !important; } iron-icon.yta-title-subtitle-header { color: var(--text-color) !important; } .title-text.yta-table-card { color: var(--text-color) !important; } .value.yta-table-card { color: var(--text-color) !important; } .no-data-message.yta-table-card { color: var(--text-color) !important; } #subtitle.yta-funnel-card { color: var(--text-color) !important; } .row-with-donut-chart.yta-table-card { color: var(--text-color) !important; } .table-header.yta-latest-activity-card { color: var(--text-color) !important; } .title.yta-latest-activity-card { color: var(--text-color) !important; } .value-container.yta-latest-activity-card { color: var(--text-color) !important; } .trend-grey.ytcp-trend-label { color: var(--text-color) !important; --iron-icon-fill-color: var(--text-color); } a.yta-belled-subscribers-card, a.yta-belled-subscribers-card>iron-icon[icon$="open-in-new"].yta-belled-subscribers-card { color: var(--accent-color); } iron-icon.yta-belled-subscribers-card { color: var(--text-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-value.yta-belled-subscribers-card { color: var(--text-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-absolute.yta-belled-subscribers-card { color: var(--text-color) !important; } #sticky-header.ytgn-channel-translations-section { background-color: var(--bg2-color); } ytgn-community-blank-state { background-color: var(--bg3-color); } #top-text.ytgn-community-blank-state, #middle-text.ytgn-community-blank-state { color: var(--text-color) !important; } #share-link.ytgn-community-blank-state { color: var(--text-color) !important; } #footer-container.ytgn-channel-translations-list { background-color: var(--bg3-color); } #row-container.ytgn-video-row, #row-container.ytgn-video-row .floating-column.ytgn-video-row { background-color: var(--bg-color); } .tablecell-languages.cell-body.ytgn-video-row, .tablecell-created.cell-body.ytgn-video-row, .tablecell-modified.cell-body.ytgn-video-row, .tablecell-metadata.cell-body.ytgn-video-row, .tablecell-captions.cell-body.ytgn-video-row { color: var(--text-color) !important; } #add-translation.ytgn-video-translation-cell-captions { margin: 9px 0 0 -8px; color: var(--text-color) !important; } .translation-status.ytgn-video-translation-cell-metadata { color: var(--text-color) !important; } .translation-source.ytgn-video-translation-cell-metadata { color: var(--text-color) !important; } iron-icon.ytgn-toggle-languages-button { color: var(--text-color) !important; } .languages-list.ytgn-toggle-languages-button { color: var(--text-color) !important; } #video-title.ytcp-comment-video-thumbnail { color: var(--text-color) !important; } #dialog.ytcp-dialog { background-color: var(--bg-color); } .section-label.ytcp-settings-studio-default { color: var(--text-color) !important; } iron-icon.ytcp-settings-studio-default { color: var(--text-color) !important; } #currency-note.ytcp-settings-studio-default { color: var(--text-color) !important; } .nav-drawer.ytcp-navigation { background-color: #111215 !important; } ytcp-navigation[keyboard-focus] .menu-item[selected].ytcp-navigation:focus, .menu-item[selected].ytcp-navigation { background-color: #1f2125; } .menu-item.ytcp-navigation>span.ytcp-navigation { color: var(--text-color) !important; } .menu-item.ytcp-navigation:hover { background-color: #2C2C2C; } .channel-name.ytcp-channel-settings { color: var(--text-color) !important; } .channel-name-caption.ytcp-channel-settings { color: var(--text-color) !important; } a.ytcp-channel-settings, a.ytcp-channel-settings>iron-icon[icon$="open-in-new"].ytcp-channel-settings { color: var(--accent-color) !important; } .section-title.ytcp-account-linking .section-label.ytcp-account-linking { color: var(--text-color) !important; } a.ytcp-account-linking, a.ytcp-account-linking>iron-icon[icon$="open-in-new"].ytcp-account-linking { color: var(--accent-color) !important; } .section-label.ytcp-channel-settings { color: var(--text-color) !important; } .other-settings-item.ytcp-channel-settings { color: var(--text-color) !important; } iron-icon.ytcp-icon-tooltip { color: var(--text-color) !important; } .input-container.ytcp-channel-branding-settings:first-of-type .section-label.ytcp-channel-branding-settings { color: var(--text-color) !important; } .note.ytcp-channel-branding-settings { color: var(--text-color) !important; } .subsection-label.ytcp-channel-branding-settings { color: var(--text-color) !important; } iron-icon[compact].ytcp-channel-branding-settings { color: var(--text-color) !important; } .section-label.ytcp-upload-defaults-settings { color: var(--text-color) !important; } iron-icon[compact].ytcp-form-input-container { color: var(--text-color) !important; } .section-label.ytcp-community-settings { color: var(--text-color) !important; } #dialog.ytcp-video-visibility-edit-popup { background-color: var(--item-color); } paper-dialog { background-color: var(--bg3-color); color: var(--text-color); } .title.ytcp-uploads-dialog { color: var(--text-color) !important; } #circle.ytcp-uploads-file-picker-animation { background-color: var(--item-color); } .label.ytcp-uploads-file-picker { color: var(--text-color) !important; } .disclaimer.ytcp-uploads-file-picker { color: var(--text-color) !important; } .disclaimer.ytcp-uploads-file-picker>a { color: var(--accent-color) !important; } .progress-label.ytcp-uploads-progress { color: var(--text-color) !important; } #primaryProgress.paper-progress { background: var(--accent-color); } .step[state="numbered"].ytcp-stepper .step-badge.ytcp-stepper, .step[state="editable"].ytcp-stepper .step-badge.ytcp-stepper, .step[state="completed"].ytcp-stepper .step-badge.ytcp-stepper { background: var(--accent-color); } .step-title.ytcp-stepper { color: var(--text-color) !important; } .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader { color: var(--text-color) !important; } .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader>iron-icon { color: var(--text-color) !important; } h2.ytcp-uploads-extras { color: var(--text-color) !important; } #container.ytcp-expansion-panel .button-area.ytcp-expansion-panel { background-color: var(--item-color); } #container.ytcp-expansion-panel { border: 1px solid var(--text-color); } #container[hovered].ytcp-expansion-panel { border: 1px solid var(--accent-color); } #button-area-text.ytcp-expansion-panel>div { color: var(--text-color); } iron-icon.ytcp-expansion-panel { color: var(--text-color); } .editor-panel.ytcp-uploads-extras { background-color: var(--item-color); } .editor-panel.ytcp-uploads-extras .button-area-text.ytcp-uploads-extras>div { color: var(--text-color); } iron-icon.ytcp-uploads-extras { color: var(--text-color); } #container.ytcp-expansion-panel { background-color: var(--item-color); } h2.ytcp-uploads-review { color: var(--text-color); } .description.ytcp-premiere-scheduler { color: var(--text-color); } .guidelines-subsection.ytcp-uploads-review h3.ytcp-uploads-review { color: var(--text-color); } .video-title.ytcp-video-metadata-info { color: var(--text-color); } ytcp-video-thumbnail-with-info { background-color: var(--item-color); } .video-thumbnail-info.ytcp-video-thumbnail-with-info>div { color: var(--text-color); } .ytcp-home-button img { content: url("https://miqcraft-theme.netlify.app/assets/img/yt_studio_logo.svg") !important; Filter: drop-shadow(0px 0px 4px #0005); } .iron-selected .tab-content.paper-tab { font-weight: 700 !important; } li.ytcp-checkbox-group:hover { background-color: var(--bg3-color); } ytcp-paper-checkbox:hover #checkbox.ytcp-paper-checkbox { border-color: var(--text-darken2-color) !important; } ytcp-paper-checkbox:hover #checkbox.ytcp-paper-checkbox.checked { border-color: var(--accent-color) !important; } .divider.ytcd-video-snapshot-item { display: none; } ytcp-thumbnail-with-title.ytcd-video-snapshot-item { border-radius: 0px; } .issue-text.ytcd-help-center-issues-item, #entity-label-container>* { color: var(--text-color) !important; } #main-menu>li>*>*>*>* { color: var(--text-color); } #main-menu>li>*>*:hover>*>* { color: #8c9eff !important; } #textbox { color: var(--text-color) !important; } .ytcp-post-snapshot>*>*, #main.ytcd-post-stats-item { color: var(--text-color) !important; } div.ytcd-post-cta-item { color: #bbb !important; } ytcp-public-video-thumbnail-with-info.ytcp-post-video-attachment { background-color: var(--bg3-color); color: var(--text-color); border-radius: 5px; } .video-title.ytcp-public-video-thumbnail-with-info, .fallback-msg.ytcp-public-video-thumbnail-with-info { color: #eee; } .video-metadata.ytcp-public-video-thumbnail-with-info { color: #ccc; } .description { color: #eee !important; } ytcp-sticky-header { background-color: #08090a !important; } path[d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"], path[d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"] { fill: var(--text-color); } yt-trust-tiers-features-level div { background-color: var(--item-color); color: var(--text-color); } .feature-level-name, .features-summary { color: var(--text-color) !important; } ytd-multi-page-menu-renderer { background-color: var(--bg2-color) !important; color: var(--text-color); border-radius: 10px; border: none; box-shadow: 0px 0px 5px #000; } ytd-multi-page-menu-renderer * { color: var(--text-color); } ytd-multi-page-menu-renderer #header * { background-color: var(--bg3-color) !important; color: var(--text-color) !important; } #results, #search-layer { background-color: #252525 !important; color: var(--text-color); border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; } a.ytcp-omnisearch { color: var(--accent-color); } #right-side-bar { background-color: #0f0f11 !important; } .yta-personalized-overview-header { color: var(--text-color) !important; } .without-side-bar.yta-screen { background-color: var(--bg-color); } yta-latest-activity-card:hover, yta-card-container.yta-latest-activity-card:hover paper-card { background-color: #24282e !important; } yta-key-metric-block:hover:not([disabled]), yta-key-metric-block[tooltip-open]:not([disabled]) { background-color: #24282e !important; } ytcp-select.yta-latest-activity-card #trigger, ytcp-select.yta-latest-activity-card #trigger * { padding-left: 0.2px !important; background-color: transparent !important; } .metric-value { color: var(--text-color); } .override-pointer-events.yta-key-metric-card { background-color: #101216 !important; } .override-pointer-events.yta-key-metric-card:hover { background-color: #17191f !important; } paper-listbox#key-metric-blocks, #VIEWS-tab, #VIEWS-tab yta-key-metric-block:hover:not([disabled]), #VIEWS-tab yta-key-metric-block[tooltip-open]:not([disabled]) { border-top-left-radius: 10px !important; } .legend-text { color: var(--text-color); } .container.ytcp-badge { background-color: var(--bg3-color); padding: 5px 10px; border-radius: 5px; } .ytcp-paper-tooltip-body { color: #eee; } #content.ytcp-navigation { padding: 0 48px 0 24px; width: var(--ytcp-navigation-content-width); flex: none; background: #101115; } #footer-container { background-color: #111215 !important; } #dialog.ytcp-video-monetization-edit-dialog { background-color: var(--bg2-color); border-radius: 10px; } ytcp-video-visibility-select-v2 .ytcp-video-visibility-select-v2 { background-color: var(--bg3-color) !important; border: none !important; border-radius: 10px !important; } .before-publishing-text { color: var(--text-color) !important; } ytcp-text-dropdown-trigger, .container.ytcp-dropdown-trigger, #container.ytcp-video-metadata-visibility, .text-container.ytve-lightweight-textarea { background-color: #31363f !important; border: none !important; border-radius: 5px !important; } #text-container.ytcp-video-metadata-visibility { padding-bottom: 8px; } .dropdown-trigger-text.ytcp-text-dropdown-trigger { padding-top: 12.5px; } .ytcp-time-of-day-picker { background-color: var(--bg3-color) !important; color: var(--text-color) !important; cursor: pointer; } .ytcp-time-of-day-picker:hover { background-color: var(--item-color) !important; color: var(--text-color) !important; cursor: pointer; } .container.ytcp-banner { background-color: var(--bg2-color); color: var(--text-color); } ytcp-button[secondary] { color: #a6aec0 !important; background: #1e2228 !important; } ytcp-date-picker * { background-color: var(--bg3-color) !important; border-radius: 10px !important; border: none !important; } .calendar-month-label { color: var(--accent-color) !important; } .calendar-day, .calendar-header-day { color: var(--text-color) !important; } .today { font-weight: 700 !important; } .disabled { color: #888 !important; } #header.ytcp-post-snapshot #author-metadata.ytcp-post-snapshot { font-weight: 700; } .selected { color: var(--accent-color); font-weight: 700 !important; } input.paper-input { position: relative; top: 7px; color: var(--text-color) !important; } iron-icon.ytcp-table-header { filter: invert(100); } ytcp-paper-tooltip-placeholder { border-radius: 10px !important; box-shadow: 0px 0px 1px var(--bg2-color) !important; border: none !important; } ytcp-paper-tooltip-placeholder ytcp-button { color: var(--accent-color); } ytve-endscreen-editor-preview-overlay-item.editing.selected .edit-overlay.ytve-endscreen-editor-preview-overlay-item { border-color: var(--accent-color); } /* VIDEO UPLOAD MENU */ #title.ytcp-uploads-dialog { color: var(--text-color); } .dialog-content.ytcp-uploads-dialog { background-color: var(--bg2-color); border-radius: 10px; } p.sublabel { color: #bbb !important; } ytcp-button { border-radius: 5px; padding: 0 16px !important; } div.header .title-row { background-color: var(--bg3-color) !important; } paper-dialog#dialog { border-radius: 10px; } ytcp-icon-button[disabled] { filter: invert(0.6); } /* MONETISATION */ ytmonet-overview { background-color: var(--bg-color); } ytcp-promo-page { background-color: var(--bg-color) !important; } h2.ytpdg-splash { color: var(--text-color) !important; font-weight: 700 !important; } h3.ytpdg-splash { color: var(--text-color) !important; } p.ytpdg-splash { color: #ddd !important; } .text-content { color: var(--text-color) !important; } #cards-container ytcp-card { background-color: var(--bg2-color); border-radius: 10px; } .card-header iron-icon { fill: #bbb; background-color: var(--bg3-color) !important; } .card-header { color: var(--text-color); } .card-text { color: #ddd; } #notify-eligibility-button.style-scope.ytpp-signup-overview { background-color: var(--item-color); } /* VIDEO DELETE*/ paper-dialog.ytcp-video-delete-dialog { background-color: var(--bg2-color) !important; border-radius: 10px !important; } #dialog-title.ytcp-video-delete-dialog { color: var(--text-color) !important; padding: 19px 24px 15px 24px !important; margin: 0 0 20px 0 !important; border-top-left-radius: 10px; border-top-right-radius: 10px; background-color: var(--bg3-color) !important; } ytcp-video-thumbnail-with-info { background-color: #272727 !important; border-radius: 10px; } div.label.ytcp-checkbox-lit { color: #ddd !important; } #checkbox.ytcp-checkbox-lit { border-color: #eee; } ytcp-button[disabled] { color: #666 !important; } ytcp-thumbnail.thumbnail, .ytcp-thumbnail { background: none !important; } .timestamp .label { position: relative; left: 6px; background-color: var(--bg2-color) !important; border-radius: 10px; padding-left: 7px; padding-right: 7px; padding-top: 3px; padding-bottom: 2px; color: var(--text-color) !important; } #selectionBar.paper-tabs { z-index: 100; border-radius: 10px !important; } paper-item.ytd-menu-navigation-item-renderer { color: var(--contrast-color) !important; } ytcp-dropdown-trigger { width: 100%; } .enableCtrDecisionTree.yta-video-snapshot #metrics-table-title.yta-video-snapshot, .table-value.yta-video-snapshot { color: var(--text-color); } #ranking-icon.yta-video-snapshot { filter: invert(0); } .table-row:nth-last-child(2)>.table-icon.yta-video-snapshot { filter: invert(0); } h3.ytcp-audience-picker { color: var(--text-color) !important; } button.ytcp-audience-picker iron-icon, .expand-button.ytcp-audience-picker:hover iron-icon.ytcp-audience-picker, .expand-button.ytcp-audience-picker:focus iron-icon.ytcp-audience-picker { color: var(--text-color); } ytcp-video-info>.container.ytcp-video-info { background-color: var(--bg2-color) !important; } .label.ytcp-video-info { color: #aaa; } .value.ytcp-video-info { color: var(--text-color); } #tab-content-container.yta-screen { background-color: transparent !important; } yta-key-metric-card[redesign] paper-item.yta-key-metric-card { background-color: var(--bg2-color); } yta-key-metric-card[redesign] paper-item.iron-selected.yta-key-metric-card { background-color: var(--bg3-color); } #block-container.yta-key-metric-card { background-color: var(--bg3-color); } yta-key-metric-card:not([is-single-block]) paper-item.iron-selected.yta-key-metric-card>#block-container.yta-key-metric-card { background-color: #6bb0fb !important; } .warning-message.ytcp-paper-tooltip-body span.ytcp-paper-tooltip-body, .chart-banner-label.yta-key-metric-card, .data-processing-subcaption.yta-notifications-funnel-card { color: var(--text-darken-color); } .chart-banner.yta-key-metric-card iron-icon { color: #fff; } .data-processing-icon-container.yta-notifications-funnel-card { background: transparent; } .arc.yta-donut-chart-base { stroke: none; } .aplos-donut-center.yta-donut-chart-base, .table-container.yta-demographics-card, ytpp-ad-formats-settings:not([simplified-ad-options]) .section-label.ytpp-ad-formats-settings, ytpp-ad-breaks-settings:not([simplified-ad-options]) .section-label.ytpp-ad-breaks-settings { color: var(--text-color); } .funnel-background.yta-funnel>g>g>polygon:nth-child(2n) { fill: var(--bg2-color); stroke: none; } .funnel-background.yta-funnel>g>g>polygon:nth-child(2n-1) { fill: var(--bg3-color); stroke: none; } .secondary.yta-funnel, .icon-text.ytcp-video-monetization, .placeholder-text.ytcp-video-monetization { color: var(--text-darken-color); } .midrolls-section.ytpp-ad-breaks-settings { color: var(--text-darken2-color); } .main.ytpp-video-monetization-basics { background-color: transparent; } .m10n-icon.active.ytcp-video-monetization>iron-icon.remove-defaults.ytcp-icon-button { fill: var(--ytcp-active-color) !important; } #panel-container.ytve-editor>*.ytve-editor { background-color: var(--bg2-color); } .ad-break-row.ytve-ad-breaks-editor-options-panel:hover { background-color: var(--bg3-color); } .ad-break-row.ytve-ad-breaks-editor-options-panel[active], .ad-break-row.ytve-ad-breaks-editor-options-panel[active].ytve-ad-breaks-editor-options-panel:hover { background-color: var(--item-color); } .ad-break-label.ytve-ad-breaks-editor-options-panel { color: var(--text-darken-color); } input.ytve-formatted-input { color: var(--text-color); } #dialog-title.ytve-modal-host { color: var(--text-color); } #preview-panel.ytve-editor, ytve-preview-panel { background-color: var(--bg2-color); } ytve-editor[is-split] #panel-container.ytve-editor { border: 0 !important; } ytve-editor, #menu-offset.ytve-timeline, ytve-timeline-base, #ad-breaks-timeline-content.ytve-ad-breaks-editor-timeline, #audio-timeline-content.ytve-audio-editor-timeline, #endscreen-timeline-content.ytve-endscreen-editor-timeline { background-color: var(--bg3-color); } #ad-breaks-row.ytve-ad-breaks-editor-timeline { background-color: var(--bg3-color); } #plugin-timeline-surface.ytve-timeline { border-color: var(--item-color); } #canvas.ytve-video-thumbnails-timeline { clip-path: inset(6.5px 24px 5.5px 23px round 5px); } .no-select.ytve-audio-waveform { filter: invert(0.8); } .likes-container.ytcp-video-row .progress.ytcp-video-row { background-color: #CFCFCF; } .likes-container.ytcp-video-row .progress-fill.ytcp-video-row { background-color: #43b581 !important; } ytcp-playlist-dialog[search-focused] #search.ytcp-playlist-dialog, ytcp-playlist-dialog[search-focused] #search.ytcp-playlist-dialog:hover, #search.ytcp-playlist-dialog:not([disabled]).ytcp-playlist-dialog:hover { border-color: var(--primary-color); } label.ytcp-checkbox-label.ytcp-checkbox-group .label-text.ytcp-checkbox-group { color: var(--text-color); font-weight: 500 !important; } ytve-options-panel-entity-item[entity-type="IMAGE"]>ytcp-dropdown-trigger.ytve-options-panel-entity-item>.container.hide-icon.ytcp-dropdown-trigger { padding-left: 0; } paper-radio-button.ytve-endscreen-editor-video-element-options:hover { border-radius: 10px; } .footer.ytcp-dialog { border-radius: 0 0 10px 10px; } #dialog.ytcp-dialog { border-radius: 12px; } .title.ytcp-video-pick-dialog { color: var(--text-color); } .header.ytcp-video-pick-dialog { margin-top: 10px !important; margin-left: 20px !important; margin-right: 10px !important; } .search.ytcp-video-pick-dialog { border: 0; } #label-container.ytve-options-panel-entity-item { min-height: 50px; } paper-tab>div>input { background-color: var(--bg2-color); } .entityName.ytve-options-panel-entity-item { padding-top: 16px; padding-left: 5px; } #link-title.ytve-endscreen-editor-link-element-options { margin-top: 13px; } .subtitle.ytcp-entity-card { color: var(--text-darken2-color); } ytcp-banner[color-theme].warning .container.ytcp-banner { background-color: #400; border: 0 !important; } ytcp-banner[color-theme].warning #message.ytcp-banner { color: #f00; } ytcp-banner[color-theme].warning .banner-icon.ytcp-banner { --iron-icon-fill-color: #f00; } paper-tab.ytcp-video-pick-dialog:not(:last-child) { border-color: var(--bg-color); } .no-content-header.ytcp-video-section-content { color: var(--text-color); } .title.yta-video-overlay-hovercard { color: var(--text-color); } .publish-time.yta-video-overlay-hovercard { color: var(--text-darken-color); } .video-item.yta-video-overlay-hovercard:hover { background-color: var(--item-color); } .video-item.yta-video-overlay-hovercard iron-icon.yta-video-overlay-hovercard { color: var(--text-darken2-color); } .main-container.ytcd-video-snapshot-upload { border-color: #999; border-radius: 5px; } ytcp-scrollable-calendar { --day-highlighted-color: #400 !important; } .calendar-day.selected.ytcp-scrollable-calendar::after { background-color: #800; } .calendar-day.ytcp-scrollable-calendar:hover:not(.disabled)::after { background-color: #600; } #num-days-selected.ytcp-date-period-picker { color: var(--text-darken-color); padding-bottom: 10px; } #separator.ytcp-date-period-picker { color: #fff; padding-top: 17px; } .focused-line.paper-input-container { border-color: var(--accent-color); } .no-data-message.yta-demographics-card, .no-data-message.yta-audience-online-card, .subtitle.yta-explore-entity-dropdown, #search-box-text.yta-explore-entity-dropdown { color: var(--text-color); } .yta-explore-deep-dive>yta-time-picker>ytcp-select>ytcp-text-dropdown-trigger { border-radius: 0 !important; } #more-picker.ytcp-primary-action-bar, #more-picker #more-menu-icon.ytcp-primary-action-bar, .header-text-common.yta-explore-entity-picker, .title-row.yta-entity-row, .subtitle-row.yta-entity-row { color: #fff; } yta-entity-row.yta-explore-entity-picker { border-color: var(--item-color); } yta-entity-row:hover, yta-entity-row:focus, #filter-date-rows.yta-explore-deep-dive>.yta-explore-deep-dive:not([last-child]).yta-explore-deep-dive { background-color: var(--bg3-color); } input.search-input { background-color: var(--bg2-color); } paper-tab.yta-explore-entity-picker { --paper-tab-content_-_color: #f00 !important; } paper-tab:not(.iron-selected)>.tab-content.paper-tab { color: #fff; } paper-tabs.yta-explore-entity-picker, ytcp-dialog.yta-explore-entity-picker .header.yta-explore-entity-picker, .empty-row.yta-explore-entity-picker { border: 0; } .empty-row.yta-explore-entity-picker { height: 5px; } #dialog-content.yta-explore-mega-metric-menu { color: var(--text-color); } .metric-title-container.yta-explore-mega-metric-menu[disabled] { color: var(--text-darken2-color); } .text.yta-title-cell { color: var(--text-color); } .icon-container-circle.yta-entity-row { background-color: var(--bg2-color); border: 0; } .icon-container-circle.yta-entity-row iron-icon, #no-results-message.yta-explore-entity-picker { color: var(--text-color); } div.yta-entity-row iron-icon, #no-groups-message.yta-explore-entity-picker, #groups-help-message.yta-explore-entity-picker { color: var(--text-color); } #groups-help-message.yta-explore-entity-picker span.yta-explore-entity-picker:hover { color: var(--accent-color); } a#groups-help-message iron-icon { color: var(--text-color); } #selectionBar.paper-tabs { background-color: var(--accent-color) !important; } .tab-content.paper-tab, .less-button.ytcp-comment, .more-button.ytcp-comment, ytcp-comment-toggle-button.style-default-active[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--accent-color); } yt-icon.ytd-menu-service-item-renderer, yt-icon.ytd-toggle-menu-service-item-renderer, yt-icon.ytd-menu-navigation-item-renderer { color: #fff; } #view-comment-button.ytcp-comment-video-thumbnail { --yt-icon-color: var(--text-color); --yt-icon-hover-color: var(--accent-color); } #hearted-border.ytcp-comment-creator-heart { color: var(--bg-color); } #container.yta-personalized-overview-bottom-card { background-color: #0000; border-radius: 10px; } #card-start-line.yta-personalized-overview-bottom-card, #card-hint-padding.yta-personalized-overview-bottom-card { background-color: #0000; display: none; } #title.yta-personalized-overview-bottom-card { color: var(--text-color); } yta-card-container[borderless] .staple-card.yta-card-container { background: #0000; } .header.yta-top-performing-entities, .metric.yta-top-performing-entities[selected] { color: var(--text-color); } .metric-cell.yta-top-performing-entities, .rank.yta-top-performing-entities { color: var(--text-color); } .percentage.yta-top-performing-entities { color: var(--accent-color); } .row.tappable.yta-top-performing-entities:hover .entity-title.yta-top-performing-entities { color: var(--accent-color); } .entity-title.yta-top-performing-entities, #title.yta-video-snapshot-carousel, #navigation-text.yta-video-snapshot-carousel, .title.ytve-link-icon-pick-dialog, .sub-header.ytve-link-icon-pick-dialog *, .upload-left.ytve-link-icon-pick-dialog .instruction.ytve-link-icon-pick-dialog, .upload-left.ytve-link-icon-pick-dialog .section.ytve-link-icon-pick-dialog, .title.ytve-channel-pick-dialog, .title.ytcp-playlist-pick-dialog, .subhead.ytcp-video-metadata-advanced-old, .subhead-compact.ytcp-video-metadata-advanced-old, .subhead.ytcp-video-metadata-basics-old { color: var(--text-color) !important; } .caption.yta-top-performing-entities, p.manage-other-languages.ytcp-video-metadata-advanced-old { color: var(--text-darken2-color); } #table.yta-personalized-overview-bottom-card, #table.yta-top-performing-entities { padding-bottom: 0; } #video-snapshot.yta-video-snapshot-carousel { background-color: #0000; } .char-counter.ytcp-mention-textbox { color: #fff; visibility: visible !important; } #inner-dialog.ytve-link-icon-pick-dialog { border-radius: 10px; } .header.ytve-link-icon-pick-dialog, .suggestions.ytve-link-icon-pick-dialog, .upload.ytve-link-icon-pick-dialog, .footer.ytve-link-icon-pick-dialog, .header.ytve-channel-pick-dialog, .search.ytve-channel-pick-dialog, .header.ytcp-playlist-pick-dialog, .search.ytcp-playlist-pick-dialog { border: 0; } .suggestions.ytve-link-icon-pick-dialog, .upload.ytve-link-icon-pick-dialog, .search.ytve-channel-pick-dialog, .cards-container.ytve-channel-pick-dialog, .search.ytcp-playlist-pick-dialog, .playlists.ytcp-playlist-pick-dialog { background-color: var(--bg2-color); } .upload-center.ytve-link-icon-pick-dialog #preview.selected.ytve-link-icon-pick-dialog, .card.selected.ytve-link-icon-pick-dialog { border-color: var(--accent-color); } .card.ytve-link-icon-pick-dialog { outline: none; } .footer.ytve-link-icon-pick-dialog, .playlists.ytcp-playlist-pick-dialog { border-radius: 0 0 10px 10px; } #inner-dialog.ytcp-playlist-pick-dialog { border-radius: 10px; } ytve-endscreen-editor-preview-overlay-item.editing.focsused .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing.selected .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing.dragging .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item:focus { background-color: var(--accent-color); } .search.ytve-channel-pick-dialog input.ytve-channel-pick-dialog { background: #3330 !important; } #create-playlist-form.ytcp-playlist-dialog, .action-buttons.ytcp-playlist-dialog { border: 0; } #search.ytcp-playlist-dialog { margin-top: 20px !important; } #playlists-list.ytcp-playlist-dialog, #create-playlist-form.ytcp-playlist-dialog { overflow-y: hidden !important; } #search.ytcp-playlist-dialog { background-color: var(--bg3-color); border: none !important; } ytcp-playlist-dialog[search-focused] paper-dialog div#search, #search.ytcp-playlist-dialog:hover { background-color: var(--item-color); } .header.ytcp-filter-dialog { border-radius: 10px 10px 0 0; } #top-row.ytcp-tabbed-filtered-action-bar, #bottom-row.ytcp-tabbed-filtered-action-bar { margin-top: 0; } ytcp-sort-filter-sub-menu-renderer.ytcp-comments-section, #sort-filter.ytcp-sort-filter-sub-menu-renderer { background-color: var(--bg2-color); color: #fff; border: none !important; border-radius: 5px; } yt-sort-filter-sub-menu-popup-renderer, #contentWrapper { border-radius: 10px; background-color: #0000; } .item.yt-sort-filter-sub-menu-popup-renderer { background-color: var(--bg3-color); color: var(--text-color); } .item.yt-sort-filter-sub-menu-popup-renderer[selected], .item.yt-sort-filter-sub-menu-popup-renderer:hover { background-color: var(--item-color); } .footer.ytgn-video-translations-section { background-color: #0000; } #refresh-list.ytgn-video-translation-cell-captions, #refresh-list.ytgn-video-translation-cell-captions iron-icon { color: var(--text-color); } .vidiq-link-mounter.studio-beta-sidebar:hover { background-color: #0000; } div#description.ytcp-form-input-container { margin-top: 10px; } div.tags.input-container.ytcp-video-metadata-basics-old { margin-bottom: 5px; } .progress-label.ytcp-video-upload-progress, .progress-label-old.ytcp-video-upload-progress { color: var(--text-color); } ytcp-uploads-details * #outer.ytcp-form-input-container { background-color: var(--bg-color); } ytcp-uploads-details * .label.ytcp-thumbnails-compact-editor, ytcp-uploads-details * h3, .label.ytcp-thumbnails-compact-editor { color: var(--text-color) !important; } .step.ytcp-stepper[state="disabled"] .step-badge.ytcp-stepper { background-color: var(--bg-color); } .step.ytcp-stepper[state="disabled"] .step-badge.ytcp-stepper .step-badge-number.ytcp-stepper, .info-text.ytpp-ad-breaks-settings, div.info-container iron-icon, .accuracy-notification.ytpp-self-certification-questionnaire, h1.ytpp-self-certification-questionnaire, .questionnaire-header.ytpp-self-certification-questionnaire .title.ytpp-self-certification-questionnaire { color: var(--text-color); } ytcp-thumbnails-compact-editor-uploader[active] .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader { background-color: var(--bg3-color); } .main.ytpp-self-certification-questionnaire { background-color: #0000; } .predictor-wrapper.ytpp-self-certification-predictor { border-radius: 10px; } ytcp-badge[state="done"] .container.ytcp-badge, ytcp-badge[state="done"] .container.ytcp-badge iron-icon.ytcp-badge { color: #0b1; } ytcp-badge[state="done"] .container.ytcp-badge { background-color: #0914; } ytcp-badge[state="warning"] .container.ytcp-badge, ytcp-badge[state="warning"] .container.ytcp-badge iron-icon.ytcp-badge { color: #fa0; } ytcp-badge[state="warning"] .container.ytcp-badge { background-color: #fa04; } .footer-section.ytpp-self-certification-question { padding-bottom: 15px; } .footer-section.ytpp-self-certification-question .reset-button.ytpp-self-certification-question { color: var(--accent-color); font-family: 'Roboto', 'Noto', sans-serif; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; } .rating-accuracy-section.ytpp-self-certification-predictor .rating-accuracy-button.ytpp-self-certification-predictor { color: var(--accent-color); } .guidance-text.ytpp-self-certification-question { color: var(--text-darken-color); } .title.ytpp-self-certification-predictor, .source.ytpp-self-certification-predictor span.ytpp-self-certification-predictor, .explanation.ytpp-self-certification-predictor, div.ytcp-uploads-video-elements iron-icon, .video-title.ytcp-video-info, .info-text.ytcp-uploads-video-elements { color: var(--text-color); } .subtitle.ytpp-self-certification-predictor { color: var(--text-darken-color); } ytpp-self-certification-predictor[state="limited"] .ads-icon.ytpp-self-certification-predictor { color: #a70; } .still-processing-scrim.ytcp-uploads-video-elements { border-radius: 5px; opacity: 0.8; background-color: #000; } .container.ytcp-video-info { background-color: var(--bg-color); border-radius: 10px; } .guidelines-section.ytcp-uploads-review { background: #0000; } #description.ytcp-uploads-still-processing-dialog { color: var(--text-color); margin-top: 15px; } #dialog-content-text.ytcp-confirmation-dialog { color: var(--text-color); margin-top: 5px; } .video-title.ytcp-uploads-mini-indicator { color: var(--text-color); } .video-status-text.ytcp-uploads-mini-indicator { color: var(--text-darken2-color); } h1 { color: var(--text-color); } #row-container.ytcc-discovered-reuploads-row, #row-container.ytcr-history-complaint-row { background-color: var(--bg-color); } .first-row.ytcc-discovered-reuploads-row, .views-container.ytcc-discovered-reuploads-row, .tablecell-date.cell-body.ytcc-discovered-reuploads-row, .header-title.ytcr-takedown-webform, .reupload-video-title.ytcr-takedown-webform, .signature-note.ytcr-takedown-webform, .signature-note-icon.ytcr-takedown-webform, .second-row.ytcr-history-complaint-row, .first-row.ytcr-history-complaint-row, .cell-body.ytcr-history-complaint-row, .cell-header.ytcr-history-complaint-row { color: var(--text-color); } .second-row.ytcc-discovered-reuploads-row, .section-subtext.ytcr-takedown-webform { color: var(--text-darken-color); } ytcp-icon-button#takedown-button iron-icon svg g polygon { fill: var(--item-hover-color); stroke: var(--item-hover-color); } .header-section.ytcr-takedown-webform { background-color: var(--bg3-color); } .ytcr-takedown-webform * ytcp-text-dropdown-trigger, .ytcr-takedown-webform * .container.ytcp-dropdown-trigger, .ytcr-takedown-webform * #container.ytcp-video-metadata-visibility, .ytcr-takedown-webform * .text-container.ytve-lightweight-textarea { background-color: var(--bg2-color) !important; } ytcp-form-textarea.disabled .text-container.ytcp-form-textarea { background-color: var(--item-color); } ytcp-form-textarea.disabled textarea.ytcp-form-textarea { color: var(--item-hover-color) !important; } ytcp-form-textarea#requester-authority { min-height: 80px; } #message.ytcp-banner { color: var(--text-color); } .info-card-row.ytve-info-cards-editor-options-panel[selected], .info-card-row.ytve-info-cards-editor-options-panel[selected].ytve-info-cards-editor-options-panel:focus, .info-card-row.ytve-info-cards-editor-options-panel[selected].ytve-info-cards-editor-options-panel:hover { background-color: var(--bg2-color); } .info-card-type-option-container.ytve-info-cards-editor-default-options:hover { background-color: var(--theme-darken2-color); } div.ytve-external-links-terms-dialog { margin-top: 10px; } #inner-dialog.ytve-link-pick-dialog { border-radius: 10px; color: var(--text-color); } .header.ytve-link-pick-dialog, .header.ytve-link-pick-dialog div { background-color: var(--bg3-color); color: var(--text-color); border: 0; } #link-help-text.ytve-link-pick-dialog { color: var(--text-darken2-color); } .header.ytve-link-pick-dialog { border-radius: 100px; } .info-card-row.ytve-info-cards-editor-options-panel:focus, .info-card-row.ytve-info-cards-editor-options-panel:hover { background-color: var(--bg3-color); } .search.ytve-link-pick-dialog input.ytve-link-pick-dialog, .search.ytve-link-pick-dialog { background-color: var(--bg2-color); } .status.ytve-link-pick-dialog .sub.ytve-link-pick-dialog { margin-left: 0 !important; } .status.ytve-link-pick-dialog, .footer.ytve-link-pick-dialog { border: 0; } .footer.ytve-link-pick-dialog { border-radius: 0 0 10px 10px; } .card.ytve-info-cards-editor-preview-overlay .content.ytve-info-cards-editor-preview-overlay h2.ytve-info-cards-editor-preview-overlay { color: var(--text-color); } .option-text-area.ytcp-post-poll-attachment { color: var(--text-color); } #progressContainer.paper-progress, .indeterminate.paper-progress::after { background-color: var(--item-hover-color); } .message-text, .message-small-text, .banner-icon.ytcp-banner, .item-title.ytcd-card-header-item, #content-text.ytcd-comments-snapshot-item { color: var(--text-color) !important; } ytcp-banner[is-feature-banner].opened { margin-top: 0px; } .subtitle.ytcd-card-header-item, .metadata.ytcd-comments-snapshot-item, .description-note.ytcp-channel-branding-settings { color: var(--text-darken-color); } #author-name.ytcd-comments-snapshot-item { color: var(--text-color); font-weight: 450; } .step.ytcp-stepper-v2[state="active"] .step-title.ytcp-stepper-v2, .anchor-text.ytmus-library-table { color: var(--accent-color); } .step-title.ytcp-stepper-v2 { color: var(--theme-darken-color); } .step.ytcp-stepper-v2[state="active"] .step-badge.ytcp-stepper-v2, .step.ytcp-stepper-v2[state="visited"] .step-badge.ytcp-stepper-v2 { border-color: var(--accent-color); } .step.ytcp-stepper-v2[state="completed"] .step-badge.ytcp-stepper-v2 { background-color: var(--theme-darken-color); } .step.ytcp-stepper-v2:not([disabled]).ytcp-stepper-v2:hover, ytcp-stepper-v2[keyboard-focus] .step.ytcp-stepper-v2:not([disabled]).ytcp-stepper-v2:focus { background: #f002; } ytcp-dropdown-trigger[disabled] .container.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] iron-icon.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] .dropdown-trigger-text.ytcp-text-dropdown-trigger, ytcp-dropdown-trigger[disabled] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { background-color: var(--bg2-color) !important; color: var(--item-color) !important; } textarea.iron-autogrow-textareaб #moderation-reason.ytcp-comment { color: var(--text-color); } .footer-container.ytcc-discovered-tab { background-color: var(--bg-color); } #audio-library-link.ytcp-app { bottom: 40%; } ytmus-page { margin-top: 0px; } ytmus-player.ytmus-page { background-color: var(--bg2-color); } .track-info.ytmus-player, .progress-bar.ytmus-player { color: var(--text-color); } ytgn-community-tab-onboarding-screen { background-color: transparent !important; max-width: 100%; } .content.ytcp-dialog>[slot='content']:not([no-padding]) { margin-top: 16px; } .header-content.ytcp-dialog>[slot='secondary-header'], .footer.ytcp-dialog>[slot='secondary-footer'], .footer.ytcp-dialog>[slot='secondary-footer']:not([no-padding]) { margin-right: 8px; } textarea.iron-autogrow-textarea, .hour-label.yta-audience-online-card, .day-label.yta-audience-online-card, .explanation-text.yta-audience-online-card, .explanation-icon.yta-audience-online-card iron-icon { color: var(--text-color); } #metrics-container.yta-belled-subscribers-card #belled-row.yta-belled-subscribers-card .metric-icon.yta-belled-subscribers-card { border-color: var(--text-color); } #metrics-container.yta-belled-subscribers-card .row.yta-belled-subscribers-card svg path { stroke: var(--text-color); } .ypp-options-card.ytmonet-overview { background-color: var(--bg2-color); border-radius: 10px; } .option-header.ytmonet-overview, .option-detail.ytmonet-overview, .container.ytcp-promo-page>[slot='headline'], #body.ytmerch-overview-short-flow, .contract-title.ytcp-contracts-settings, #label.ytcp-permissions-settings, .feature-name.yt-trust-tiers-features-level, .requirements-heading.yt-trust-tiers-features-level, .requirement-name.yt-trust-tiers-features-level, .relation-name.yt-trust-tiers-features-level { color: var(--text-color); } .details.ytmerch-overview-short-flow, .contract-subtitle.ytcp-contracts-settings, .footer-section.ytcp-contracts-settings, .feature-level-explanation.yt-trust-tiers-features-level, .requirements-text.yt-trust-tiers-features-level, .section-label-subtext.ytpp-ad-breaks-settings { color: var(--text-darken-color); } #links.ytmerch-overview-short-flow, iron-icon.ytmerch-overview-short-flow { color: var(--accent-color) !important; --iron-icon-fill-color: var(--accent-color); } ytcp-contracts-settings, ytcp-permissions-settings { background: transparent; } .hl.yt-trust-tiers-features-level { border-color: var(--text-darken2-color); } #home-button:focus { outline: 0px transparent !important; } .text.ytcd-empty-news-item, a.ytcp-anchor, .container.ytcp-promo-page>[slot='subheading'], .body-text.ytpp-signup-overview, .ytpp-signup-overview[slot='body'] div.ytpp-signup-overview, .count.ytpp-signup-eligibility, .additional-info.ytpp-signup-overview, .user-name.ytcp-permissions-user-table, ytcp-contracts-settings[display-type="empty-for-channel"] { color: var(--text-color); } .threshold.ytpp-signup-eligibility, .user-email.ytcp-permissions-user-table, #invitation-note.ytcp-permissions-user-access-dialog, .under-container-message.ytcp-form-textarea { color: var(--text-darken-color); } a.ytcp-anchor { color: var(--accent-color); } .user-row.ytcp-permissions-user-table, .status-row.ytcr-copyright-header, #row-container.ytcr-claim-row { background-color: var(--bg-color); color: var(--text-color); border: none !important; } .cell.ytcr-copyright-header { border: none !important; } #name.ytcr-status-cell, #asset-title.ytcr-claim-list-cell-asset, .impact-summary-text.ytcr-claim-list-cell-impact, .policy-detail-container.ytcr-claim-list-cell-policy, .copyright-owner-detail.ytcr-claim-list-cell-owners { color: var(--text-color); } iron-icon.ytcr-claim-list-cell-claim-type, iron-icon.ytcr-claim-list-cell-policy { color: var(--text-color); } ytcr-claim-row { border-bottom: 1px #333 solid; } iron-collapse { background: var(--bg2-color); } .match-segment-detail.remove-default-style.ytcr-claim-list-cell-match-segments { color: var(--accent-color); } #bottom-section.ytcp-navigation-drawer { background: #111317; overflow: hidden; flex: 0 0 auto; padding-bottom: 8px; border-top: 3px solid #333841; } .menu-item-link.ytcp-navigation-drawer { display: block; outline: none; background: #1d2126 !important; margin: 10px 20px 0px 10px !important; transition: all 0.2s; border-radius: 8px !important; text-decoration: none; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus tp-yt-paper-icon-item.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] tp-yt-paper-icon-item.ytcp-navigation-drawer:focus, tp-yt-paper-icon-item.ytcp-navigation-drawer:hover, tp-yt-paper-icon-item.ytcp-navigation-drawer[submenu-open], tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer { background: #2c3038d4 !important; border-radius: 10px; } .thumbnail-wrapper.ytcp-navigation-drawer { background: #14171c !important; border-bottom: 4px solid #323740; } .top-section.ytcp-navigation-drawer { padding-bottom: 12px; } ytcp-playlist-section-content { margin-top: 0px !important; } .style-scope.tp-yt-iron-icon[d="M4 13h6V7h4L7 0 0 7h4z"] { fill: #2b384a; } ytcp-topbar-menu-button-renderer.ytcp-header { margin: -4px 0 -4px 8px; background: #272b32 !important; } .labels-container.ytcp-topbar-menu-button-renderer { color: #c8d1e2; max-width: 150px; } .no-content-label.ytcp-playlist-section-content { color: #9ba6c1 !important; } .page.selected.ytcp-app { background: #0e0f12 !important; } .with-side-bar.yta-screen { background-color: #0f1013; height: 100%; } }
data/usercss/200823.user.css
░█████╗░░█████╗░██████╗░██╗░░░██╗██████╗░██╗░██████╗░██╗░░██╗████████╗   ██╔══██╗██╔══██╗██╔══██╗╚██╗░██╔╝██╔══██╗██║██╔════╝░██║░░██║╚══██╔══╝   ██║░░╚═╝██║░░██║██████╔╝░╚████╔╝░██████╔╝██║██║░░██╗░███████║░░░██║░░░   ██║░░██╗██║░░██║██╔═══╝░░░╚██╔╝░░██╔══██╗██║██║░░╚██╗██╔══██║░░░██║░░░   ╚█████╔╝╚█████╔╝██║░░░░░░░░██║░░░██║░░██║██║╚██████╔╝██║░░██║░░░██║░░░   ░╚════╝░░╚════╝░╚═╝░░░░░░░░╚═╝░░░╚═╝░░╚═╝╚═╝░╚═════╝░╚═╝░░╚═╝░░░╚═╝░░░   ██████╗░░█████╗░██████╗░░░███╗░░ ╚════██╗██╔══██╗╚════██╗░████║░░ ░░███╔═╝██║░░██║░░███╔═╝██╔██║░░ ██╔══╝░░██║░░██║██╔══╝░░╚═╝██║░░ ███████╗╚█████╔╝███████╗███████╗ ╚══════╝░╚════╝░╚══════╝╚══════╝ ███╗░░░███╗██╗░██████╗░░█████╗░██████╗░░█████╗░███████╗████████╗   ████╗░████║██║██╔═══██╗██╔══██╗██╔══██╗██╔══██╗██╔════╝╚══██╔══╝   ██╔████╔██║██║██║██╗██║██║░░╚═╝██████╔╝███████║█████╗░░░░░██║░░░   ██║╚██╔╝██║██║╚██████╔╝██║░░██╗██╔══██╗██╔══██║██╔══╝░░░░░██║░░░   ██║░╚═╝░██║██║░╚═██╔═╝░╚█████╔╝██║░░██║██║░░██║██║░░░░░░░░██║░░░   ╚═╝░░░░░╚═╝╚═╝░░░╚═╝░░░░╚════╝░╚═╝░░╚═╝╚═╝░░╚═╝╚═╝░░░░░░░░╚═╝░░░   ██████╗░██╗░░░░░███████╗░█████╗░░██████╗███████╗   ██╔══██╗██║░░░░░██╔════╝██╔══██╗██╔════╝██╔════╝   ██████╔╝██║░░░░░█████╗░░███████║╚█████╗░█████╗░░   ██╔═══╝░██║░░░░░██╔══╝░░██╔══██║░╚═══██╗██╔══╝░░   ██║░░░░░███████╗███████╗██║░░██║██████╔╝███████╗   ╚═╝░░░░░╚══════╝╚══════╝╚═╝░░╚═╝╚═════╝░╚══════╝   ██████╗░░█████╗░███╗░░██╗██╗████████╗ ██╔══██╗██╔══██╗████╗░██║╚█║╚══██╔══╝ ██║░░██║██║░░██║██╔██╗██║░╚╝░░░██║░░░ ██║░░██║██║░░██║██║╚████║░░░░░░██║░░░ ██████╔╝╚█████╔╝██║░╚███║░░░░░░██║░░░ ╚═════╝░░╚════╝░╚═╝░░╚══╝░░░░░░╚═╝░░░ ██████╗░██╗░█████╗░██╗░░██╗  ██╗░░░██╗██████╗░  ████████╗██╗░░██╗███████╗ ██╔══██╗██║██╔══██╗██║░██╔╝  ██║░░░██║██╔══██╗  ╚══██╔══╝██║░░██║██╔════╝ ██████╔╝██║██║░░╚═╝█████═╝░  ██║░░░██║██████╔╝  ░░░██║░░░███████║█████╗░░ ██╔═══╝░██║██║░░██╗██╔═██╗░  ██║░░░██║██╔═══╝░  ░░░██║░░░██╔══██║██╔══╝░░ ██║░░░░░██║╚█████╔╝██║░╚██╗  ╚██████╔╝██║░░░░░  ░░░██║░░░██║░░██║███████╗ ╚═╝░░░░░╚═╝░╚════╝░╚═╝░░╚═╝  ░╚═════╝░╚═╝░░░░░  ░░░╚═╝░░░╚═╝░░╚═╝╚══════╝ ░█████╗░░█████╗░██████╗░██╗███╗░░██╗░██████╗░   ██╔══██╗██╔══██╗██╔══██╗██║████╗░██║██╔════╝░   ██║░░╚═╝██║░░██║██║░░██║██║██╔██╗██║██║░░██╗░   ██║░░██╗██║░░██║██║░░██║██║██║╚████║██║░░╚██╗   ╚█████╔╝╚█████╔╝██████╔╝██║██║░╚███║╚██████╔╝   ░╚════╝░░╚════╝░╚═════╝░╚═╝╚═╝░░╚══╝░╚═════╝░   ░██████╗██╗░░░██╗░██████╗████████╗███████╗███╗░░░███╗ ██╔════╝╚██╗░██╔╝██╔════╝╚══██╔══╝██╔════╝████╗░████║ ╚█████╗░░╚████╔╝░╚█████╗░░░░██║░░░█████╗░░██╔████╔██║ ░╚═══██╗░░╚██╔╝░░░╚═══██╗░░░██║░░░██╔══╝░░██║╚██╔╝██║ ██████╔╝░░░██║░░░██████╔╝░░░██║░░░███████╗██║░╚═╝░██║ ╚═════╝░░░░╚═╝░░░╚═════╝░░░░╚═╝░░░╚══════╝╚═╝░░░░░╚═╝ ░█████╗░███╗░░██╗  ████████╗██╗░░██╗██╗░██████╗   ██╔══██╗████╗░██║  ╚══██╔══╝██║░░██║██║██╔════╝   ██║░░██║██╔██╗██║  ░░░██║░░░███████║██║╚█████╗░   ██║░░██║██║╚████║  ░░░██║░░░██╔══██║██║░╚═══██╗   ╚█████╔╝██║░╚███║  ░░░██║░░░██║░░██║██║██████╔╝   ░╚════╝░╚═╝░░╚══╝  ░░░╚═╝░░░╚═╝░░╚═╝╚═╝╚═════╝░   ░██╗░░░░░░░██╗███████╗██████╗░░██████╗██╗████████╗███████╗ ░██║░░██╗░░██║██╔════╝██╔══██╗██╔════╝██║╚══██╔══╝██╔════╝ ░╚██╗████╗██╔╝█████╗░░██████╦╝╚█████╗░██║░░░██║░░░█████╗░░ ░░████╔═████║░██╔══╝░░██╔══██╗░╚═══██╗██║░░░██║░░░██╔══╝░░ ░░╚██╔╝░╚██╔╝░███████╗██████╦╝██████╔╝██║░░░██║░░░███████╗ ░░░╚═╝░░░╚═╝░░╚══════╝╚═════╝░╚═════╝░╚═╝░░░╚═╝░░░╚══════╝ /** * @name Darkrange Theme * @version 1.0 * @description A Simple & Modern Dark theme * @author MyQ#4052 * * @website https://miqcraft-theme.netlify.com * @donate https://www.paypal.com/paypalme/miqcraftpaypal */ @-moz-document domain("studio.youtube.com") { ::-webkit-scrollbar { background: #1b1d20 !important; width: 8px !important; } ::-webkit-scrollbar-thumb { border-radius: 100px !important; transition: all 0.6s !important; background: #32333b !important; } ::-webkit-scrollbar-thumb:hover { cursor: pointer !important; background: #3c3d47 !important; } ::selection { color: #ecefff !important; background: #3f4763 !important; } ::-webkit-scrollbar, ::-webkit-scrollbar-corner, ::-webkit-scrollbar, ::-webkit-scrollbar-corner { background: #1b1d20 !important; } ::-webkit-scrollbar-button, ::-webkit-scrollbar-button { display: none !important; } ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-thumb { background: #32333b !important; } ::-webkit-scrollbar-thumb:not(:active):hover, ::-webkit-scrollbar-thumb:not(:active):hover { background: #3c3d47 !important; } ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover:active, ::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover:active { background: #5c5c5c !important; } /* vars */ :root { --header-color: #222; --accent-color: #FF2222 !important; --primary-color: var(--theme-color) !important; --ytve-border-color-focused: var(--theme-color) !important; --ytve-timeline-marker-color-active: var(--theme-color) !important; --ytcp-focused-color: var(--theme-color) !important; --theme-darken-color: #111; --theme-add-color: #111; --theme-darken2-color: #800; --theme-darken3-color: #000; --theme-lighten-color: #f77; --theme-lighten2-color: #fbb; --shadow: 0px 0px 7px 4px #0006; --bg-color: #0f0f11; --ytcp-background-10: #111 !important; --bg2-color: #141414; --bg3-color: #222; --item-color: #333; --item-hover-color: #666; --item-active-color: #777; --divider-color: #bbb; --border-color: #1d1d1d; --text-color: #fff; --text-darken-color: #ddd; --text-darken2-color: #aaa; --ytve-secondary-color: #aaa !important; --ytcp-focused-background-color: #333 !important; --ytcp-studio-green: #009900; --green-color: #00BE07; --icon-color: #fff !important; --paper-button-flat-keyboard-focus_-_background-color: #f77 !important; --ytcp-call-to-action: var(--theme-color) !important; --ytcp-text-primary: #fff !important; --ytve-background-color: #333 !important; --ytcp-highlighted-background-color: #666 !important; --paper-tabs-selection-bar-color: var(--theme-color) !important; --ytcp-entity-card-title-color: #fff; --yt-spec-text-primary: #fff !important; --paper-progress-active-color: #f00 !important; --paper-tab-ink: var(--theme-color) !important; --ytcp-link-color: var(--theme-color) !important; --paper-progress-container-color: #f44 !important; --yt-spec-call-to-action: var(--theme-color) !important; --ytcp-black-disabled: #ccc !important; --ytcp-background-0: #111 !important; --ytcp-call-to-action-ripple: #eee !important; } /*---------------------------------------------------------NEW CODE----------------------------------------------------------------*/ /*Main header and toolbar*/ body { background: #111215 !important; } #main.ytcp-entity-page { background: var(--bg-color); } #no-tabs-spacer.ytcp-activity-section { background-color: var(--bg2-color); } ytcp-navigation-drawer.ytcp-entity-page { background-color: var(--bg-color); } .ytcp-header { background: #17191d !important; } header.ytcp-header { box-shadow: rgba(15, 15, 15, 0.5) 0px 0px 0px 1px, rgba(15, 15, 15, 0.5) 0px 4px 4px; } #primaryProgress.tp-yt-paper-progress { background: var(--accent-color); } #create-icon { background-color: #444; border-color: var(--item-color) !important; box-shadow: rgba(15, 15, 15, 0.5) 0px 0px 0px 1px, rgba(15, 15, 15, 0.5) 0px 4px 4px; } #create-icon:hover { background-color: var(--item-active-color); transition: .3s; } #create-icon iron-icon svg g path { fill: var(--accent-color) !important; } .style-scope.tp-yt-iron-icon[d="M17 10.5V7c0-.55-.45-1-1-1H4c-.55 0-1 .45-1 1v10c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-3.5l4 4v-11l-4 4zM14 13h-3v3H9v-3H6v-2h3V8h2v3h3v2z"] { fill: var(--accent-color) !important; } .iron-icon.inline.ytcp-button { color: var(--text-color) !important; } .st0.style-scope.ytcp-home-button, iron-icon[icon="icons:search"] { fill: var(--text-color); } .st1.style-scope.ytcp-home-button { fill: var(--text-color) !important; } .st2.style-scope.ytcp-home-button { fill: var(--accent-color); } .ytcp-icon-button { fill: var(--text-color); } #query-input { background: rgba(255, 255, 255, 0.2); color: var(--text-color); } ytcp-content-section { background: #0c0d0f !important; } #tb-main-menu { display: none !important; } .vidiq-toolbar-stats-container { display: none !important; } #search-layer, #query-input { border: none !important; background-color: #0b0c0d !important; opacity: 1 !important; border-radius: 5px; } #query-input::placeholder { color: var(--text-darken2-color); opacity: 1; } .search-icon.ytcp-omnisearch { color: var(--text-color) !important; } ytcp-navigation-drawer, #left-nav { background: #0f1113 !important; color: var(--text-color); } .nav-item-text { color: var(--text-color); } tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer, tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer tp-yt-iron-icon.ytcp-navigation-drawer { fill: #6eb3ff !important; color: #6eb3ff !important; } iron-icon.ytcp-navigation-drawer { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color); } paper-icon-item.iron-selected.ytcp-navigation-drawer, paper-icon-item.iron-selected.ytcp-navigation-drawer iron-icon.ytcp-navigation-drawer { color: var(--accent-color) !important; } paper-icon-item.iron-selected.ytcp-navigation-drawer>.nav-item-text { color: var(--accent-color) !important; } .menu-item-link.ytcp-navigation-drawer>paper-icon-item:hover>#contentIcon>iron-icon.ytcp-navigation-drawer { transition: .09s; color: var(--accent-color) !important; } .menu-item-link.ytcp-navigation-drawer>paper-icon-item:hover>div { transition: .09s; color: var(--accent-color) !important; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus paper-icon-item.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] paper-icon-item.ytcp-navigation-drawer:focus, paper-icon-item.ytcp-navigation-drawer:hover, paper-icon-item[submenu-open].ytcp-navigation-drawer, paper-icon-item.iron-selected.ytcp-navigation-drawer { background: var(--item-color); transition: .09s; } ytcp-navigation-drawer[enable-matterhorn-entity-label] .entity-type.ytcp-navigation-drawer { color: var(--text-color); } ytcp-navigation-drawer[enable-matterhorn-entity-label] .entity-name.ytcp-navigation-drawer { color: var(--text-color); } .content-icon.tp-yt-paper-icon-item { fill: var(--accent-color) !important; } tp-yt-paper-icon-item.ytcp-navigation-drawer:hover tp-yt-iron-icon.ytcp-navigation-drawer { fill: #8c9eff !important; color: #8c9eff !important; } main { background: var(--bg-color) !important; } .page-title { color: var(--text-color); } #create-ocpm.style-scope.ytcp-header { color: var(--text-color); } #page-title-container.page-title-container.style-scope.ytcp-app { background-color: #101215 !important; padding-bottom: 10px; } #backdrop, ytcp-ve, .ytcp-omnisearch { border: 1xp solid var(--border-color) !important; } #bottom-section>ul>li>ytcp-send-feedback-button>ytcp-ve>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-send-feedback-button>ytcp-ve>paper-icon-item:hover>div { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>div { color: var(--accent-color) !important; } #bottom-section>ul>li>ytcp-ve>paper-icon-item:hover>iron-icon { color: var(--accent-color) !important; } #bottom-section { box-shadow: none; } #scrim.yta-screen, #scrim.yta-explore-page { /*loading screen overlay*/ background-color: #000; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus tp-yt-paper-icon-item.ytcp-navigation-drawer:not(.iron-selected) iron-icon.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] tp-yt-paper-icon-item.ytcp-navigation-drawer:focus iron-icon.ytcp-navigation-drawer, tp-yt-paper-icon-item.ytcp-navigation-drawer:hover iron-icon.ytcp-navigation-drawer, tp-yt-paper-icon-item.ytcp-navigation-drawer[submenu-open] iron-icon.ytcp-navigation-drawer { color: var(--accent-color); transition: .1s; } /*Footer*/ .footer { background-color: #0a0b0d; color: var(--text-darken2-color) !important; } .external-link.ytcd-external-link { color: var(--text-darken2-color); } .external-link-icon.ytcd-external-link, .external-link.ytcd-external-link:hover { color: var(--accent-color); transition: .1s; } /*Account Switcher*/ .ytd-account-item-section-header-renderer { color: var(--text-color) !important; } #channel-title { color: var(--text-color) !important; position: relative; } .ytd-account-item-renderer[secondary] { color: #bbb !important; position: relative; } paper-icon-item.ytd-account-item-renderer:hover, paper-item.ytd-compact-link-renderer:hover { background-color: var(--bg3-color) !important; } /*Universal - Dialog Boxes*/ .header-content.ytcp-dialog>h1[slot='primary-header'], .header-content.ytcp-dialog>h2[slot='primary-header'], .header-content.ytcp-dialog>h3[slot='primary-header'] { color: var(--text-color) !important; } /*Universal - Action Bar*/ ytcp-primary-action-bar { background-color: #101215 !important; } /*Universal - Listboxes*/ paper-listbox { background-color: var(--bg2-color) !important; color: var(--text-color); border: 1px solid var(--border-color); border-radius: 6px; } paper-listbox paper-item:hover { background-color: var(--bg3-color) !important; } .paper-listbox-item::before paper-item.ytcp-text-menu:focus { background-color: #444 !important; } ytd-menu-popup-renderer { background-color: #0000; } ytcp-chip-bar>div>input::placeholder { color: var(--text-darken2-color) !important; } ytcp-chip-bar>div>input { color: var(--text-color) !important; } ytcp-chip>ytcp-icon-button>.ytcp-icon-button { fill: #3ea677 !important; } ytcp-chip { background: #2b2f3a !important; border-radius: 6px !important; } ytcp-chip>.text { color: var(--text-color) !important; } .label-text.ytcp-dropdown-trigger { color: var(--text-darken2-color) !important; } /*Universal - Radio Buttons*/ #radioLabel.paper-radio-button { color: var(--text-color) !important; } #offRadio.paper-radio-button { border: 2px solid var(--text-color, var(--accent-color)); } paper-radio-button[checked] #offRadio.paper-radio-button { background: var(--accent-color); border: 2px solid var(--accent-color, var(--accent-color)); } #onRadio.paper-radio-button { background-color: var(--text-color); } /*Universal - Callouts*/ #callout.ytcp-feature-discovery-callout, #divot.ytcp-feature-discovery-callout { background-color: #2c323f !important; border-color: #525a70 !important; } /*Universal - Text Fields*/ yt-formatted-string[has-link-only_]:not([force-default-style]) a.yt-simple-endpoint.yt-formatted-string:visited { color: #3278FF !important; } .text-content * { color: var(--text-color) !important; } #outer.ytcp-form-input-container { background-color: var(--bg3-color); } #outer.ytcp-form-input-container:hover { border-color: var(--item-color); transition: .1s; } ytcp-form-input-container.focused #outer.ytcp-form-input-container, ytcp-form-input-container.focused #outer.ytcp-form-input-container:hover { border-color: var(--item-active-color) !important; transition: .1s; } #section-label.ytcp-form-textarea { color: var(--text-color) !important; } #section-label.ytcp-form-textarea>div>ytcp-ve>iron_icon { fill: var(--text-color) !important; } .text-container.ytcp-form-textarea { background-color: var(--bg3-color); transition: .1s; caret-color: var(--accent-color); } .text-container.ytcp-form-textarea:hover { border: 1px solid var(--item-color); transition: .1s; caret-color: var(--accent-color); } .focused.text-container.ytcp-form-textarea { border-color: var(--item-active-color) !important; transition: .1s; caret-color: var(--accent-color); } .no-items-message.ytcp-checkbox-group, input { color: var(--text-darken2-color); } ytcp-chip-bar>div>input { color: var(--text-darken2-color); } #description.ytcp-form-input-container>*, #error-message.ytcp-form-input-container { color: var(--text-darken2-color) !important; } #outer.ytcp-form-input-container>div { color: var(--text-darken2-color) !important; } .text-input.ytcp-chip-bar { caret-color: var(--accent-color); } /*Read-only Text fields*/ .readonly-field.ytcp-channel-url { background-color: var(--bg3-color); } /*Ripple Effects*/ paper-ripple.paper-tab { color: var(--accent-color); } .wave.style-scope.paper-ripple { opacity: 0.3 !important; } /*Dashboard*/ ytcp-animatable[name="channel.videos"], .main { background-color: #101114; } .ytcd-item>div>.item-title { color: var(--text-color); } .ytcd-item>div>div>div { color: var(--text-color) !important; } #metrics-table>div>div { color: var(--text-color) !important; } .ytcd-item>div>.section-title>span { color: var(--text-color) !important; } .ytcd-item>div>.top-videos>table>tbody>tr>td { color: var(--text-darken-color) !important; } .default-card.ytcd-card>.card-title { color: var(--text-color); } .default-card.ytcd-card>ytcd-item>ytcd-ki-item>div>ul>li>a>span { color: var(--text-color); } .card-title { color: var(--text-color) !important; } .ytcd-item>.header>#title { color: var(--text-color) !important; } .ytcd-item>.content>span { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>.title { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>.subtitle { color: var(--text-color) !important; } ytcd-subscriber-highlights-item>ul>li>ytcp-ve>a>div>span { color: var(--text-color) !important; } ytcd-video-snapshot-item>div>.title { color: var(--text-color) !important; } .content-text.ytcd-basic-item-large-image, .subscriber-sub-count.ytcd-subscriber-highlights-item, #published-time.metadata.style-scope.ytcp-post-snapshot, .section-subtitle-text.ytcd-channel-facts-item, .section-subtitle.section-subtitle-text.style-scope.ytcd-channel-facts-item, .subscribers-trend.ytcd-channel-facts-item { /*Darker Text for descriptions*/ color: var(--text-darken2-color) !important; } ytcp-icon-button.ytcp-quick-actions { background-color: #41b37f !important; margin-top: 10px !important; } #dashboard-actions.ytcp-app { bottom: 10px !important; } #video-snapshot.yta-video-snapshot { background: none; } #video-snapshot.yta-video-snapshot>ytcp-ve>div { color: var(--text-darken2-color) !important; } #video-snapshot.yta-video-snapshot>ytcp-ve>#metrics-table>div>#table-ranking-container>div>span { color: var(--text-color) !important; } #video-snapshot.yta-video-snapshot>ytcp-ve>#metrics-table>div>#table-ranking-container>div>iron-icon { fill: var(--text-color) !important; } .card, ytcp-entity-card { background-color: #181a1f !important; border-radius: 5px; border: none !important; transition: .1s; } .card:hover, ytcp-entity-card:hover { background-color: #1e2127 !important; transition: .1s; } ytcp-entity-card:hover { cursor: pointer; } .title-container.ytcp-thumbnail-with-title { background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8) 65%, #000); height: 60%; } .counter-label.ytcd-carousel-card { color: var(--text-color); } #subtitle.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .video-position.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .highlighted.ytcp-video-links-tooltip-body, .highlighted.ytcp-video-links-tooltip-body .video-position.ytcp-video-links-tooltip-body { color: var(--text-color); } .video-link.ytcp-video-links-tooltip-body:hover { color: var(--accent-color); } .green.yta-video-snapshot { color: var(--green-color) !important; } .style-scope.iron-icon[d="M12 22c5.52 0 10-4.48 10-10S17.52 2 12 2 2 6.48 2 12s4.48 10 10 10zm0-3.75l-4-3.99h3V7.25h2v7.01h3l-4 3.99z"] { fill: #aaa; fill-opacity: 1; } .trend-diff-up.ytcd-channel-facts-item { color: var(--green-color); } .trend-green.ytcp-trend-label { color: var(--green-color); --iron-icon-fill-color: var(--green-color); } .video-title.ytcd-video-list-cell-video-light { color: var(--text-color); } .metric.ytcd-video-list-cell-video-light:not(:last-of-type) { color: var(--text-darken-color); } .metric.ytcd-video-list-cell-video-light { color: var(--text-darken-color); } .metric.ytcd-video-list-cell-video-light iron-icon.ytcd-video-list-cell-video-light { fill: var(--text-darken-color); } .content.ytcd-empty-inbox-item { color: var(--text-darken-color); } #row-container.row-highlighted.ytcd-video-list-cell-video-light, #row-container.row-focused.ytcd-video-list-cell-video-light { transition: .1s; background-color: var(--item-color); } .divider.ytcd-list-card { border-bottom: 1px solid var(--divider-color); } .divider.ytcd-help-center-issues-item { border-bottom: 1px solid var(--divider-color); } .ytcd-item>div>hr { border-bottom: 1px solid var(--divider-color) !important; } .divider.ytcd-post-stats-item { border-bottom: 1px solid var(--divider-color); } .divider.ytcd-list-card-collapsible { border-bottom: 1px solid var(--border-color); } #title.ytcp-video-links-tooltip-body { color: var(--text-color); } #content.ytcp-video-links-tooltip-body { color: var(--text-darken2-color); } .remove-default-style.style-scope.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .video-value.ytcp-video-links-tooltip-body { color: var(--text-darken-color); } .style-scope.iron-icon[d="M19 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-1.99 6H7V7h10.01v2zm0 4H7v-2h10.01v2zm-3 4H7v-2h7.01v2z"] { fill: var(--text-darken-color) !important; } .row.ytcd-channel-facts-item:hover .left-col.ytcd-channel-facts-item .table-cell.ytcd-channel-facts-item { color: var(--text-color); } .row.ytcp-subscribers-table-row { /*Subscriber list*/ background-color: var(--bg2-color); } .row.ytcp-subscribers-table-row:hover { /*Subscriber list*/ background-color: var(--bg3-color); transition: .1s; } .divider.ytcp-subscribers-table { /*Subscriber list*/ border-bottom: 1px solid var(--border-color); } .subscriber-info-name.ytcp-subscribers-table-row, .subscriber-info.ytcp-subscribers-table-row a.ytcp-subscribers-table-row:hover .subscriber-info-name.ytcp-subscribers-table-row { /*Subscriber list*/ color: var(--text-color); } .subscriber-time-subscribed.ytcp-subscribers-table-row, .subscriber-sub-count.ytcp-subscribers-table-row { /*Subscriber list*/ color: var(--text-darken2-color); } ytcp-subscribe-button { /*Subscriber list*/ color: var(--accent-color); } ytcp-table-footer.ytcp-subscribers-table { /*Subscriber list*/ background-color: var(--bg3-color); border-bottom: 1px solid var(--border-color); border-top: 1px solid var(--border-color); } .ytcd-subscriber-list-dialog[slot="extension"] .subheader-text.ytcd-subscriber-list-dialog { /*Subscriber list*/ color: var(--text-darken2-color); } #dialog.ytcp-dialog .header.ytcp-dialog { background-color: #1f2125 !important; } #page-title-container { /*Widescreen fix*/ max-width: 20000px !important; } .body.ytcp-subscribers-table { /*Subscriber list*/ background-color: var(--bg2-color); } ytcp-button.ytcd-inbox-item { color: var(--accent-color); } .strikes-align.ytcd-strikes-item { color: var(--text-darken2-color); } .main-container.ytcd-video-snapshot-upload { background-color: var(--bg2-color) !important; } .table-cell.remove-default-style.style-scope.ytcd-channel-facts-item, .subscribers-trend.style-scope.ytcd-channel-facts-item { color: var(--text-darken-color) !important; } #go-to-video-analytics-button, #view-comments-button, .remove-default-style.analytics-button.style-scope.ytcd-channel-facts-item, ytcp-button.ytcd-basic-item-large-image, .style-scope.ytcd-recent-videos-item, ytcp-button.ytcd-card-button-action-item, ytcp-button[display-icon-on-hover] iron-icon.ytcp-button, .action-button.style-scope.ytcd-post-cta-item, .style-scope.ytcd-subscriber-highlights-item { color: var(--accent-color); } #table-ranking.yta-video-snapshot:hover #ranking-icon.yta-video-snapshot { fill: var(--text-color); } .issue-icon.ytcd-help-center-issues-item>tp-yt-iron-icon.ytcd-help-center-issues-item { color: var(--accent-color); } .action-link.ytcd-basic-item { color: var(--accent-color); } .style-scope.tp-yt-iron-icon[d="M4 13h6V7h4L7 0 0 7h4z"], .style-scope.tp-yt-iron-icon[d="M23,12a11,11,0,0,1-3.22,7.78l-1.41-1.41a9,9,0,0,0,0-12.73l1.41-1.41A11,11,0,0,1,23,12ZM5.64,5.64,4.22,4.22a11,11,0,0,0,0,15.56l1.41-1.41a9,9,0,0,1,0-12.73ZM16.95,7.05,15.54,8.46a5,5,0,0,1,0,7.07l1.41,1.41a7,7,0,0,0,0-9.9Zm-9.9,0a7,7,0,0,0,0,9.9l1.41-1.41a5,5,0,0,1,0-7.07Z"], .style-scope.tp-yt-iron-icon[d="M18,10v8H6V6h8l2-2H6A2.15,2.15,0,0,0,4,6V18a2.15,2.15,0,0,0,2,2H18a2.15,2.15,0,0,0,2-2V8Z"] { fill: var(--text-color); } /*Analytics*/ paper-item.iron-selected.yta-key-metric-card { background-color: #24282e !important; } .metric-label.style-scope.yta-column-anomaly-tooltip { color: var(--accent-color); } .typical-performance-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .typical-performance-value.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .metric-value.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .comparison-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } .style-scope.yta-key-metric-card { color: var(--bg2-color); } tp-yt-paper-listbox { background-color: var(--bg3-color); } #card.layout.vertical.style-scope.yta-personalized-overview-middle-section { color: var(--text-color); background-color: var(--bg2-color); } #card-hint.style-scope.yta-personalized-overview-middle-section { color: var(--text-darken-color); } #card-hint.style-scope.yta-personalized-overview-bottom-card { color: var(--text-darken-color); } .legend-text.style-scope.yta-key-metric-card { color: var(--text-darken-color); } .typical-perf-icon.green.style-scope.yta-key-metric-block { color: var(--green-color) !important; } .data-processing-subcaption.style-scope.yta-metric-summary-card { color: var(--text-darken2-color); } #advanced-analytics.style-scope.ytcp-app { color: #98a2b9 !important; background: #1f2227 !important; } #typical-perf-label.yta-key-metric-block { color: var(--text-darken2-color) !important; } #subtitle.yta-personalized-overview-header { color: var(--text-darken2-color) !important; } yta-card-container:not([borderless]) .staple-card.yta-card-container { border: none !important; background-color: #17191e !important; } yta-latest-activity-card, yta-card-container.yta-latest-activity-card paper-card { background-color: #101216 !important; border: 1px solid var(--border-color) !important; } #right-side-bar.yta-screen { background-color: #0f0f11 !important; } .single-column.yta-screen { background-color: var(--bg-color); } hr.yta-latest-activity-card { border-bottom: 1px solid var(--divider-color); } yta-card-container:not([borderless]) .staple-card.yta-card-container { background-color: var(--bg2-color); } #see-more-button.style-scope.yta-card-container { color: #8994a8 !important; background: #262a32 !important; } .percentage.style-scope.yta-top-performing-entities { color: var(--text-darken2-color); } yta-video-overlay-hovercard, #yta-hovercard-container.yta-video-overlay-hovercard, #yta-hovercard-container.yta-video-overlay-hovercard paper-listbox { background-color: var(--bg3-color) !important; color: var(--text-color); border: 0; border-radius: 10px; } #anomaly-icon.style-scope.yta-key-metric-block { fill: #aaa; } .header-row.yta-top-performing-entities, .row.yta-top-performing-entities { border-bottom: 1px solid var(--border-color); } ytcp-paper-tooltip-placeholder * { background-color: var(--bg2-color) !important; } .metric-label.style-scope.yta-column-anomaly-tooltip { color: var(--text-color); } #tooltip.ytcp-paper-tooltip-placeholder { outline: 1px solid #777; } #learn-more-btn.style-scope.ytcp-paper-tooltip { color: var(--accent-color) !important; } #trend-icon-container.trend-icon.grey.style-scope.yta-key-metric-block { fill: #bbb; } .metric-row.main.yta-notifications-funnel-card { background-color: var(--bg3-color); border: none; } .caption.yta-notifications-funnel-card { color: var(--text-color); } .subcaption.yta-notifications-funnel-card { color: var(--text-darken-color); } #edit-button.style-scope.ytgn-video-translation-cell-captions { color: var(--accent-color); } .monetization-description-text.ytpp-video-monetization-basics { color: var(--text-darken-color); } .no-data-message.yta-funnel-card { color: var(--text-darken-color); } .no-data-message.yta-audience-interests-card { color: var(--text-darken-color); } .row.yta-top-performing-entities:hover { background-color: var(--item-color); transition: .1s; } ytcp-badge[state="blue"] .container.ytcp-badge, ytcp-badge[state="blue"] .container.ytcp-badge iron-icon.ytcp-badge { color: #2985ff; } ytcp-badge[state="blue"] .container.ytcp-badge { background-color: rgba(0, 112, 204, 0.3); } .impressions-title.yta-funnel, .metric-title.yta-funnel { color: var(--text-color); } .card-subtitle.yta-latest-activity-card { color: var(--text-darken-color) !important; } .rows-header.yta-audience-retention-highlights-card { color: var(--text-color); } .row.yta-audience-retention-highlights-card:hover { background-color: var(--bg3-color); transition: .05s; } .row.yta-audience-retention-highlights-card[selected] { background-color: var(--item-color); } .style-scope.iron-icon [d="M 11 18 h 2 v -2 h -2 v 2 Z m 1 -16 C 6.48 2 2 6.48 2 12 s 4.48 10 10 10 s 10 -4.48 10 -10 S 17.52 2 12 2 Z m 0 18 c -4.41 0 -8 -3.59 -8 -8 s 3.59 -8 8 -8 s 8 3.59 8 8 s -3.59 8 -8 8 Z m 0 -14 c -2.21 0 -4 1.79 -4 4 h 2 c 0 -1.1 0.9 -2 2 -2 s 2 0.9 2 2 c 0 2 -3 1.75 -3 5 h 2 c 0 -2.25 3 -2.5 3 -5 c 0 -2.21 -1.79 -4 -4 -4 Z"] { filter: invert(1) !important; } .title.yta-chart-guide-tooltip { /*Audience Retention Chart*/ color: var(--text-color); } .first-paragraph.yta-chart-guide-tooltip, .too-few-videos-message.yta-audience-retention-highlights-card { /*Audience Retention Chart*/ color: var(--text-darken2-color); } ytcp-button.style-scope.yta-audience-retention-highlights-card { color: var(--accent-color); } ytcp-chip.ytcp-static-chip-bar[selected] { border: 1px solid var(--text-darken2-color); transition: .1s; } ytcp-chip.ytcp-static-chip-bar:hover:not([selected]).ytcp-static-chip-bar { border: 1px solid var(--item-active-color); transition: .1s; } ytcp-chip.ytcp-static-chip-bar { border: 1px solid var(--item-color); transition: .1s; } .primary.style-scope.yta-line-chart-base[d="M16.94 6.91l-1.41 1.45c.9.94 1.46 2.22 1.46 3.64s-.56 2.71-1.46 3.64l1.41 1.45c1.27-1.31 2.05-3.11 2.05-5.09s-.78-3.79-2.05-5.09zM19.77 4l-1.41 1.45A9.422 9.422 0 0121 12.01c0 2.57-1.01 4.88-2.64 6.54l1.4 1.45c2.01-2.04 3.24-4.87 3.24-7.99 0-3.13-1.23-5.96-3.23-8.01zM7.06 6.91c-1.27 1.3-2.05 3.1-2.05 5.09s.78 3.79 2.05 5.09l1.41-1.45c-.9-.94-1.46-2.22-1.46-3.64s.56-2.71 1.46-3.64L7.06 6.91zM5.64 5.45L4.24 4C2.23 6.04 1 8.87 1 11.99c0 3.13 1.23 5.96 3.23 8.01l1.41-1.45C4.02 16.87 3 14.56 3 11.99s1.01-4.88 2.64-6.54z"], .secondary.style-scope.yta-line-chart-base { fill: var(--text-darken2-color); } .empty-state-message.yta-audience-retention-video-highlights-card { color: var(--text-darken2-color); } .layout.center-justified.yta-audience-retention-video-highlights-card, .layout.center-center.yta-audience-retention-video-highlights-card { background-color: var(--item-color); } #subtitle.yta-personalized-overview-middle-section, .paragraph.yta-personalized-overview-middle-section, .metric-value-subtitle.yta-metric-performance-bar { color: var(--text-darken2-color); } .value-label.yta-metric-performance-bar { background-color: var(--item-color); box-shadow: none; } yta-personalized-overview-middle-section:not([keyboard-focus]) .button-link.yta-personalized-overview-middle-section { color: var(--accent-color); } .style-scope.iron-icon[d="M5 13.18v4L12 21l7-3.82v-4L12 17l-7-3.82zM12 3L1 9l11 6 9-4.91V17h2V9L12 3z"] { fill: var(--text-color); } .channel-title.yta-channel-competition-card { color: var(--text-color); } .subs-count.yta-channel-competition-card { color: var(--text-darken2-color); } .row-content.yta-channel-competition-card:hover .row-link.yta-channel-competition-card, #feedback-container.yta-key-metric-card { color: var(--text-color); } .right-container.ytcp-dropdown-trigger tp-yt-iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .video-details.yta-audience-interests-card { color: var(--text-darken2-color); } .row-content.yta-audience-interests-card:hover { background-color: var(--bg3-color); transition: .05s; } #explanation-container.yta-belled-subscribers-card .explanation-text.yta-belled-subscribers-card { color: var(--text-darken2-color) !important; } #metrics-container.yta-belled-subscribers-card #belled-row.yta-belled-subscribers-card .metric-icon.yta-belled-subscribers-card { background-color: var(--item-color); border: none; } #metrics-container.yta-belled-subscribers-card .metric-type.yta-belled-subscribers-card { color: var(--text-darken-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-type.yta-belled-subscribers-card .typical-label.yta-belled-subscribers-card { color: var(--text-darken2-color) !important; } .subtitle.yta-title-subtitle-header { color: var(--text-darken2-color); } #yta-hovercard-container.yta-hovercard, #yta-hovercard-container.yta-comparison-hovercard { background: var(--bg3-color); border: 1px solid var(--item-color); } #title.yta-hovercard, .caption.yta-comparison-hovercard, yta-comparison-hovercard[compare-to-different-metric] .subcaption.yta-comparison-hovercard, yta-comparison-hovercard[compare-to-different-metric] .comparison-label.yta-comparison-hovercard, .chart-example-title.yta-chart-guide-tooltip { color: var(--text-color); } .explanation-container.yta-comparison-hovercard, .chart-example-text.yta-chart-guide-tooltip { color: var(--text-darken2-color); } .line.yta-comparison-hovercard { background-color: var(--item-active-color); } #chart-guide.yta-card-container { color: var(--accent-color); } /*Analytics - Advanced Mode*/ #entity-row.yta-explore-deep-dive, .header-container.yta-explore-deep-dive { background-color: var(--bg2-color); border-bottom: none; } #filter-date-rows.yta-explore-deep-dive { border-bottom: none; } #entity-title-value.text.debug-dimension-value.style-scope.yta-title-cell { color: var(--text-color); } #video-title.style-scope.yta-video-tooltip { color: var(--text-color); } #publish-description.style-scope.yta-video-tooltip { color: var(--text-color); } .formatted-percentage.style-scope.yta-explore-table-row { color: var(--text-darken2-color); } .yta-explore.sticky-column.dimension-column.ranking-mode.header-container.style-scope.yta-explore-ranking-table-header { color: var(--text-color); background: var(--bg3-color); } #header-with-icon.yta-explore.metric-column.header-container.style-scope.yta-explore-ranking-table-header { background: var(--bg3-color); } .layout.center.yta-explore-ranking-table-row, .layout.center-center.yta-explore-ranking-table-row { background-color: var(--bg2-color) !important; } #header-with-icon.yta-explore.metric-column.header-container.style-scope.yta-explore-ranking-table-header { color: var(--text-color); background-color: var(--bg3-color) !important; border: 0px solid !important; } .yta-explore.metric-column.layout.vertical.justified.style-scope.yta-explore-ranking-table-row { color: var(--text-color); background-color: var(--bg2-color) !important; stroke: 0px; } .ytcp-dropdown-trigger[disabled] .container.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] iron-icon.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] .dropdown-trigger-text.ytcp-text-dropdown-trigger, ytcp-dropdown-trigger[disabled] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: #bbb !important; } #entity-type.style-scope.yta-explore-entity-dropdown { color: #bbb; } #remove-comparison-button.style-scope.yta-explore-deep-dive { background: var(--accent-color); } .left-container.ytcp-dropdown-trigger { padding-left: 7px; } #checkmark.standard.ytcp-checkbox-lit { border-color: var(--text-color) !important; background: none !important; } .yta-explore.sticky-column.yta-explore-table-header, yta-explore-table * { background: var(--bg2-color) !important; color: var(--text-darken-color); border-color: var(--bg3-color) !important; } yta-explore-table { background: var(--bg2-color) !important; } #ink.ytcp-checkbox-lit { opacity: 0; } #row-container.yta-explore-table-row .default-marker.yta-explore-table-row { background: var(--yta-explore-table-row-color) !important; } ytcp-checkbox-lit[indeterminate] #checkbox.ytcp-checkbox-lit, ytcp-checkbox-lit[checked] #checkbox.ytcp-checkbox-lit { background-color: var(--ytcp-paper-checkbox-checked-color, var(--primary-color)) !important; } #add-comparison-button.style-scope.yta-explore-deep-dive { color: var(--accent-color); } #menu-icon.style-scope.yta-explore-chart-metric-dropdown { color: var(--text-color); } #header-title.yta-explore-table-header-cell[is-sorted-by], #header-title.yta-explore-table-header-cell[clickable].yta-explore-table-header-cell:hover { color: var(--text-color); } #separator-with-link.yta-explore-entity-dropdown { color: var(--text-darken2-color); } #breadcrumb-nav-link.yta-explore-entity-dropdown { color: var(--text-darken2-color); } #playlist-title.yta-playlist-tooltip { color: var(--text-color); } #link-bar.yta-playlist-tooltip { border-top: 1px solid var(--border-color); } .pieSegment.style-scope.yta-donut-chart-base[d="M-42.52019091922847,-55.60605510366979A70,70,0,0,1,4.9313697987961557e-14,-70L3.5928551391229135e-14,-51A51,51,0,0,0,-30.97899624115217,-40.512983004102274Z"] { fill: var(--item-active-color) !important; } #second-slice.style-scope.yta-tiny-donut-chart { stroke: var(--item-active-color); } ytcp-paper-tooltip-placeholder[type="custom-content"] #tooltip.ytcp-paper-tooltip-placeholder, ytcp-paper-tooltip-placeholder[type="menu"] #tooltip.ytcp-paper-tooltip-placeholder { color: var(--text-darken2-color) !important; } /*Videos Tab*/ #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row>.cell-body>ytcp-video-list-cell-video>div>h3 { color: var(--text-color) !important; } #video-title.ytcp-video-list-cell-video { color: var(--text-color) !important; } .description.placeholder.ytcp-video-list-cell-video { color: var(--text-color) !important; } .description.ytcp-video-list-cell-video { color: var(--text-darken2-color) !important; } .tablecell-date.cell-body.ytcp-video-row .cell-description.ytcp-video-row { color: var(--text-darken2-color) !important; } #row-container.ytcp-video-row.row-highlighted, #row-container.ytcp-video-row.row-highlighted .floating-column.ytcp-video-row { transition: .1s; background-color: var(--bg3-color); } .style-scope.ytcp-video-row.left-icon.icon-grey { color: #aaa; } .style-scope.ytcp-video-row.left-icon.icon-green { color: #5395da !important; } .style-scope.tp-yt-iron-iconM12[d="4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"] { color: var(--green-color) !important; } .menu-icon.ytcp-text-menu, .menu-right-icon.ytcp-text-menu { color: var(--accent-color) !important; } #row-container.ytcp-video-row { border-bottom: 1px solid var(--border-color); } .action-link.style-scope.ytcp-video-restrictions-tooltip-body { color: var(--accent-color) !important; } .title.ytcp-video-restrictions-tooltip-body { color: var(--text-color); } .description.ytcp-video-restrictions-tooltip-body { color: var(--text-darken2-color) !important; } .action-link.style-scope.ytcp-video-restrictions-tooltip-body { color: var(--accent-color) !important; } .like.ytcp-video-list-cell-likes-tooltip-body { color: var(--text-darken-color); } .label.ytcp-video-list-cell-likes-tooltip-body { color: var(--text-color); } ytcp-video-visibility-edit-popup paper-dialog { background-color: var(--bg2-color) !important; border: 1px solid var(--border-color); } #first-container.ytcp-video-visibility-select, #second-container.ytcp-video-visibility-select { border: 1px solid var(--border-color) !important; } #save-button.style-scope.ytcp-video-visibility-edit-popup { color: var(--accent-color); } #cancel-button.style-scope.ytcp-video-visibility-edit-popup { color: var(--text-darken2-color); } #save-button.bottom-button.style-scope.ytcp-video-monetization-edit-dialog { color: var(--accent-color); } #cancel-button.bottom-button.style-scope.ytcp-video-monetization-edit-dialog { color: var(--text-darken2-color); } ytcp-form-live-chat[old-styling] .section-label.ytcp-form-live-chat { color: var(--text-color); } #community-settings-link.ytcp-form-live-chat { color: var(--text-darken2-color); } .subtext.ytcp-video-metadata-advanced-old { color: var(--text-darken2-color); } .style-scope.iron-icon[d="M12 8c1.1 0 2-.9 2-2s-.9-2-2-2-2 .9-2 2 .9 2 2 2zm0 2c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm0 6c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"] { fill: var(--text-color); } .last-floating-column.ytcp-table-header[stuck].ytcp-table-header:after { border-right: 1px solid #333; border-image: none; } ytcp-video-row[horizontal-scroll] .last-floating-column.ytcp-video-row:after { border-right: 1px solid var(--border-color); border-image: none; } .section-label-with-description.ytcp-video-metadata-editor-basics, #audience.ytcp-video-metadata-editor-basics .section-label.ytcp-video-metadata-editor-basics, .section-label-with-description.ytcp-video-metadata-editor-advanced, .section-label.ytcp-form-live-chat { color: var(--text-color); } .section-description.ytcp-video-metadata-editor-basics, .section-description.ytcp-video-metadata-editor-advanced { color: var(--text-darken2-color); } #title.ytcp-bulk-actions-collapsible-editor { color: var(--text-color); } #cancel-button.chain-edit-button.style-scope.ytcp-bulk-actions, .likes-container.ytcp-video-row .secondary-label.ytcp-video-row, .likes-container.ytcp-video-row .likes-label.ytcp-video-row { color: var(--text-darken-color); } .chain-edit-button.ytcp-bulk-actions+.chain-edit-button.ytcp-bulk-actions, .create-playlist-button.action-button.style-scope.ytcp-playlist-dialog { background-color: var(--accent-color); } ytcp-bulk-actions-collapsible-editor { border-bottom: 1px solid var(--border-color) !important; } #description.ytcp-bulk-actions-collapsible-editor, .info-text.ytpp-bulk-actions-editor-monetization { color: var(--text-darken2-color); } .infobox.ytcp-audience-picker { background-color: var(--bg3-color); } .more-options-description.ytcp-video-metadata-editor { color: var(--text-darken2-color); } .style-scope.ytcp-video-list-cell-actions.delete-draft-button { color: var(--accent-color); } .cell-header.ytcp-table-header button.header-name.ytcp-table-header tp-yt-iron-icon.ytcp-table-header { fill: var(--text-color) !important; } label.ytcp-checkbox-label.ytcp-confirmation-dialog .ytcp-confirmation-dialog:not(ytcp-checkbox-lit) { color: var(--text-darken2-color) !important; } /*Live Subcount*/ #header-rectangle.yta-explore-subscribers { background-color: var(--bg3-color); } #youtube-paths.style-scope.yta-explore-subscribers { filter: invert(1); } #subscribers-label.yta-explore-subscribers, #total-subscribers-label.yta-explore-subscribers, #updating-live-label.yta-explore-subscribers, .style-scope.yta-feedback-dialog { color: var(--text-darken2-color); } #dialog.yta-feedback-dialog { background-color: var(--bg2-color); } #see-explore-subscribers-button.yta-latest-activity-card { color: var(--accent-color); } /*Content Tab - Posts*/ ytcp-post-filter { background-color: var(--bg2-color); } #row-container.ytcp-post-row, #row-container.ytcp-post-row .floating-column.ytcp-post-row { background-color: var(--bg2-color); } .tablecell-post.cell-body.ytcp-post-row .post-context-text.ytcp-post-row, .tablecell-type.cell-body.ytcp-post-row .post-type-name.ytcp-post-row, ytcp-metadata-visibility[icon-text-only] #text-container.ytcp-metadata-visibility, .style-scope.ytcp-post-row, .no-content-header.ytcp-post-section-content, .post-metadata-container.ytcp-post-metadata-editor .value.ytcp-post-metadata-editor, #text-container.ytcp-metadata-visibility, .icon-and-type.ytcp-post-metadata-editor .post-type-name.ytcp-post-metadata-editor, .vote-count-label.ytcp-post-metadata-editor { color: var(--text-color); } .tablecell-date.cell-body.ytcp-post-row .date-description.ytcp-post-row, .post-metadata-container.ytcp-post-metadata-editor .label.ytcp-post-metadata-editor, #label.ytcp-metadata-visibility, .attachment-label.ytcp-post-metadata-editor { color: var(--text-darken2-color); } .style-scope.iron-icon [d="M16.6 10.8V8h-1.2v2.8H13v1.4h2.4V15h1.2v-2.8H19v-1.4h-2.4M14 1.07c0-.6-.43-1.07-.96-1.07H.96C.43 0 0 .48 0 1.07v9.86c0 .6.43 1.07.96 1.07h10.86V9.57H14v-8.5zM.85 9.12h1.43v1.6H.85v-1.6zm0-2.6h1.43V8.1H.85V6.5zm0-2.62h1.43v1.6H.85V3.9zm0-2.6h1.43v1.6H.85V1.3zm10.97 5.2h1.42v1.6h-1.42V6.5zm0-2.6h1.42v1.6h-1.42V3.9zm0-2.6h1.42v1.6h-1.42V1.3z"] { fill: var(--item-active-color) !important; } .style-scope.iron-icon [d="M21 19V5c0-1.1-.9-2-2-2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2zM8.5 13.5l2.5 3.01L14.5 12l4.5 6H5l3.5-4.5z"] { fill: var(--item-active-color) !important; } .style-scope.iron-icon [d="M21 19V5C21 3.9 20.1 3 19 3L5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM7 9V7L14 7V9H7ZM7 13V11H17V13H7ZM7 17V15H11V17H7Z"] { fill: var(--item-active-color) !important; fill-opacity: 1; } ytcp-post-thumbnail { background-color: var(--item-color); } iron-icon.ytcp-post-thumbnail { color: var(--accent-color); } #row-container.row-highlighted.ytcp-post-row, #row-container.row-highlighted.ytcp-post-row .floating-column.ytcp-post-row { background-color: var(--bg3-color); transition: .09s; } .post-metadata-container-wrapper.ytcp-post-metadata-editor, .post-attachment-container.ytcp-post-metadata-editor, ytcp-form-input-container.disabled #outer.ytcp-form-input-container, ytcp-form-input-container.disabled #outer.ytcp-form-input-container:hover, ytcp-metadata-visibility.ytcp-post-metadata-editor { border: 1px solid var(--border-color); } .subheading-row-text.style-scope.ytcp-video-section-content { color: var(--text-color); } ytcp-post-poll-attachment[full-size] .option-container.ytcp-post-poll-attachment { background-color: var(--bg2-color); } ytcp-post-poll-attachment[full-size] .vote-percent-bar.ytcp-post-poll-attachment { background-color: #e02222; } tp-yt-iron-icon.ytcp-post-thumbnail { color: var(--text-color); } .style-scope.tp-yt-iron-icon[d="M21 19V5C21 3.9 20.1 3 19 3L5 3C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19ZM7 9V7L14 7V9H7ZM7 13V11H17V13H7ZM7 17V15H11V17H7Z"] { fill: var(--text-color) !important; opacity: 1 !important; } /*Copyright Claims and Audio Swap and other stuff idk*/ #description.ytcr-status-cell, #artist.ytcr-claim-list-cell-asset, #explanation.ytcr-claim-list-cell-asset, .second-row.ytcr-claim-list-cell-impact, .copyright-cell-header.ytcr-claim-list-cell-policy, .copyright-cell-header.ytcr-claim-list-cell-match-segments, .copyright-cell-header.ytcr-claim-list-cell-owners, .copyright-owner-on-behalf-of.ytcr-claim-list-cell-owners { color: var(--text-darken2-color); } .note.ytve-audioswap-options-panel { color: var(--text-darken2-color); } #row-container.ytve-audioswap-track-row { border-bottom: 1px solid var(--border-color); } #row-container.row-highlighted.ytve-audioswap-track-row { background-color: var(--bg3-color); transition: .09s; } #add-track-button.ytve-audioswap-track-row, .recommended-option.ytcr-remove-song { color: var(--accent-color); } #Shape.style-scope.iron-icon[d="M15.5833333,5.5 L15.5833333,12.9983333 C15.2991667,12.8975 14.9875,12.8333333 14.6666667,12.8333333 C13.145,12.8333333 11.9166667,14.0616667 11.9166667,15.5833333 C11.9166667,17.105 13.145,18.3333333 14.6666667,18.3333333 C16.1883333,18.3333333 17.4166667,17.105 17.4166667,15.5833333 L17.4166667,7.33333333 L20.1666667,7.33333333 L20.1666667,5.5 L15.5833333,5.5 Z"] { fill: var(--accent-color); opacity: 1; } #Shape.style-scope.iron-icon[d="M7.33333333,6.30208333 L7.33333333,4.58333333 L5.04166667,6.875 L7.33333333,9.16666667 L7.33333333,7.44791667 C9.2296875,7.44791667 10.7708333,8.9890625 10.7708333,10.8854167 C10.7708333,11.4640625 10.6276042,12.0140625 10.3697917,12.4895833 L11.20625,13.3260417 C11.653125,12.6213542 11.9166667,11.7848958 11.9166667,10.8854167 C11.9166667,8.353125 9.865625,6.30208333 7.33333333,6.30208333 Z M7.33333333,14.3229167 C5.43697917,14.3229167 3.89583333,12.7817708 3.89583333,10.8854167 C3.89583333,10.3067708 4.0390625,9.75677083 4.296875,9.28125 L3.46041667,8.44479167 C3.01354167,9.14947917 2.75,9.9859375 2.75,10.8854167 C2.75,13.4177083 4.80104167,15.46875 7.33333333,15.46875 L7.33333333,17.1875 L9.625,14.8958333 L7.33333333,12.6041667 L7.33333333,14.3229167 Z"] { fill: var(--accent-color); opacity: 1; } ytcr-claim-tool-remove-claim, ytcr-claim-tool-edit-preview { background-color: var(--bg-color); } .toggle-wrapper.ytcr-claim-tool-edit-preview { background-color: var(--bg3-color); } .radio-button-description.ytcr-remove-song { color: var(--text-darken2-color); } ytcr-territory-status-tab { background-color: var(--bg2-color); } .summary-status.ytcr-copyright-header { background-color: var(--item-color); } /*Copyright Strikes*/ ytcr-copyright-strikes { background-color: var(--bg-color); } .cell-content.ytcr-copyright-strikes, ytcr-strike-card { background-color: var(--bg2-color); border-radius: 4px; } .title.ytcr-copyright-strikes, .video-title-wrapper.ytcr-takedown-video-row { color: var(--text-color); } .description.ytcr-copyright-strikes ul.ytcr-copyright-strikes, #summary.ytcr-copyright-strikes p.ytcr-copyright-strikes:not(:last-of-type), .claimant.ytcr-strike-card, .date.ytcr-takedown-video-row { color: var(--text-darken2-color); } #row-container.ytcr-takedown-video-row { background-color: var(--bg2-color); } #row-container.row-highlighted.ytcr-takedown-video-row { background-color: var(--bg3-color); transition: .09s; } #select-action.style-scope.ytcr-claim-list-cell-actions { color: var(--accent-color); } /*Playlists*/ #new-playlist-button.style-scope.ytcp-app { color: var(--accent-color); } ytcp-playlist-filter { background-color: var(--bg2-color); } .playlist-title.ytcp-playlist-row, .visibility-label.ytcp-playlist-row, .videos-count-cell.ytcp-playlist-row, .last-time-updated-cell.ytcp-playlist-row { color: var(--text-color); } #create-button.style-scope.ytcp-playlist-creation-dialog { color: var(--accent-color); } paper-dialog.ytcp-dialog>*.ytcp-dialog, paper-dialog.ytcp-dialog>*.ytcp-dialog:first-child, paper-dialog.ytcp-dialog>*.ytcp-dialog:last-child { border: 1px solid var(--border-color); } #row-container.row-highlighted.ytcp-playlist-row { background-color: var(--bg3-color); transition: .09s; } /*Subtitles*/ #row-container.ytgn-video-row.row-highlighted, #row-container.ytgn-video-row.row-highlighted .floating-column.ytgn-video-row { background-color: var(--item-color); } #row-container.row-highlighted.style-scope.ytgn-video-row { color: var(--item-color); } .tablecell-video.floating-column.last-floating-column.cell-body.style-scope.ytgn-video-row { color: var(--item-color); } #row-container.ytgn-video-translation-row.row-highlighted, #row-container.ytgn-video-translation-row.row-highlighted .floating-column.ytgn-video-translation-row { background-color: var(--item-color); } #add-translations-button.style-scope.ytgn-video-translations-section { background-color: var(--item-color); } #no-language.ytgn-video-translations-section { background: var(--bg-color) !important; } .choose-add-method.ytve-captions-editor-options-panel ul.ytve-captions-editor-options-panel li.ytve-captions-editor-options-panel a.ytve-captions-editor-options-panel:hover { background-color: var(--bg3-color); transition: .1s; } ytve-captions-editor-caption-segment-line[selected] #row-container.ytve-captions-editor-caption-segment-line, #row-container.row-highlighted.ytve-captions-editor-caption-segment-line { background-color: var(--bg2-color); } #add-segment-after-button.ytve-captions-editor-caption-segment-line::before, #add-segment-before-button.ytve-captions-editor-caption-segment-line::before { background-color: var(--bg-color); } #publish-button.style-scope.ytgn-video-translation-cell-captions { color: var(--accent-color) !important; } /*Welcome Screen*/ #title.style-scope.ytcp-warm-welcome-dialog { color: var(--text-color); } #description.style-scope.ytcp-warm-welcome-dialog { color: var(--text-color); } #dismiss-button.style-scope.ytcp-warm-welcome-dialog { background-color: var(--item-color); } #upload-button.style-scope.ytcp-upload-video-button { background-color: var(--item-color); } /*Upload Screen*/ #toggle-button.style-scope.ytcp-video-metadata-editor { color: var(--accent-color); } #select-files-button.style-scope.ytcp-uploads-file-picker { background-color: var(--item-color); } #next-button.style-scope.ytcp-uploads-dialog { background-color: var(--accent-color); } #done-button.style-scope.ytcp-uploads-dialog { background-color: var(--accent-color); } .container.style-scope.ytcp-banner { background: #0f1013 !important; } #message.style-scope.ytcp-banner { color: #ccc !important; } .style-scope.ytcp-video-share-dialog { color: var(--text-color); } #button.style-scope.yt-icon-button { color: var(--accent-color); } .sublabel.ytcp-thumbnails-compact-editor { color: var(--text-darken2-color) !important; } .section-sublabel.ytcp-uploads-basics, .infobox.ytcp-audience-picker, .infobox.ytcp-audience-picker iron-icon.ytcp-audience-picker, .section-sublabel.ytcp-uploads-details, .section-sublabel.ytcp-uploads-advanced, .questionnaire-header.ytpp-self-certification-questionnaire #subtitle.ytpp-self-certification-questionnaire { color: var(--text-darken2-color); } .description.ytcp-audience-picker { color: var(--text-darken2-color) !important; } .radio-button-title, .intro, .additional-features { color: var(--text-darken-color) !important; } .advanced-button.style-scope.ytcp-uploads-details { color: var(--accent-color); } .button-area.ytcp-uploads-dialog { border-top: 1px solid var(--border-color); background-color: var(--bg3-color); } .section-sublabel.ytcp-uploads-video-elements { color: var(--text-darken2-color) !important; } #cards-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } .guidelines-description.ytcp-uploads-review { color: var(--text-darken2-color); } .guidelines-description.ytcp-uploads-review a.ytcp-uploads-review { color: var(--accent-color); } .uploading-overlay.ytcp-video-info { background-color: var(--item-color); color: var(--text-color); } .processing-shimmer.ytcp-still-cell:after { background: linear-gradient(90deg, var(--item-active-color) 0%, var(--item-active-color) 30%, var(--item-active-color) 70%, var(--item-active-color) 100%); } .processing-shimmer.ytcp-still-cell { background-color: var(--item-color); } .step.ytcp-stepper[state="active"] .step-badge.ytcp-stepper, .step.ytcp-stepper[state="visited"] .step-badge.ytcp-stepper { border: 4px solid var(--accent-color); } #endscreens-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } #import-from-video-button.style-scope.ytcp-uploads-video-elements { color: var(--accent-color); } .separator.ytcp-stepper { background-color: var(--text-darken2-color); } #dialog.ytcp-playlist-dialog { background-color: var(--bg2-color); border: 1px solid var(--border-color); } .save-button.ytcp-playlist-dialog, .done-button.ytcp-playlist-dialog { color: var(--accent-color); } .new-playlist-button.action-button.style-scope.ytcp-playlist-dialog { color: var(--text-darken-color); } .scroll-button.yt-third-party-share-target-section-renderer { background-color: var(--item-color); } .progress-title.ytcp-multi-progress-monitor { color: var(--text-color); } .progress-status-text.ytcp-multi-progress-monitor { color: var(--text-darken2-color); } .style-scope.ytcp-video-list-cell-actions.cancel-upload-button, .style-scope.ytcp-video-list-cell-actions.edit-draft-button { color: var(--accent-color); } .visibility-description.ytcp-video-visibility-select, .unlisted-recommended-description.ytcp-video-visibility-select { color: var(--text-darken2-color); } .step.ytcp-stepper:not([disabled]).ytcp-stepper:hover, ytcp-stepper[keyboard-focus] .step.ytcp-stepper:not([disabled]).ytcp-stepper:focus { background: rgba(255, 0, 0, 0.2); transition: .05s; } #first-container.ytcp-video-visibility-select, #second-container.ytcp-video-visibility-select { background-color: var(--bg3-color); } /*Containers*/ ytcp-introduction-guidance.ytpp-self-certification-questionnaire, .accuracy-notification.ytpp-self-certification-questionnaire, .predictor-wrapper.ytpp-self-certification-predictor, .container.ytcp-uploads-video-elements { background-color: var(--bg3-color); border-radius: 4px; } #container.ytcp-expansion-panel .button-area.ytcp-expansion-panel, #container.ytcp-expansion-panel { border: 0 !important; border-radius: 4px; background-color: var(--bg3-color) !important; } .error-details.ytcp-uploads-dialog { color: var(--text-darken2-color); } .dialog-scrim.ytcp-uploads-dialog { background-color: #000 !important; opacity: 0.4; } ytpp-channel-scorecard /*YT ADRATES SCORECARD*/ { background-color: var(--bg2-color); } ytpp-channel-scorecard-accuracy-panel { background-color: var(--bg2-color) !important; } .meter-content.ytpp-channel-scorecard-meter { background: var(--bg2-color) !important; } .scorecard-subhead.ytpp-channel-scorecard, .meter-percentage.ytpp-channel-scorecard-meter, .cell-body.ytpp-channel-scorecard-row span.ytpp-channel-scorecard-row { color: var(--text-color); } .accuracy-body-text.ytpp-channel-scorecard-accuracy-panel { color: var(--text-darken2-color); } ytpp-channel-scorecard-table { background-color: var(--bg3-color); } #row-container.ytpp-channel-scorecard-row { background-color: var(--bg2-color); } #row-container.row-highlighted.ytpp-channel-scorecard-row { background-color: var(--bg3-color); transition: .09s; } .style-scope.iron-icon[d="M20 18c1.1 0 1.99-.9 1.99-2L22 6c0-1.1-.9-2-2-2H4c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2H0v2h24v-2h-4zM4 6h16v10H4V6z"] { fill: var(--text-darken2-color); } .notification-left.ytpp-self-certification-questionnaire { border-right: 1px solid var(--divider-color); } #notification-view-ratings.style-scope.ytpp-self-certification-questionnaire { color: var(--accent-color); } #request-review-button.style-scope.ytpp-channel-scorecard-row { color: var(--accent-color); } ytcp-video-upload-progress:not([uploading]) #uploading-badge.ytcp-video-upload-progress, ytcp-video-upload-progress:not([uploading]):not([processing]) #processing-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[copyright-check-status='COMPLETED'] #checks-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[uploading] #uploading-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[processing] #processing-badge.ytcp-video-upload-progress, ytcp-video-upload-progress[pulse-checks-badge] #checks-badge.ytcp-video-upload-progress { fill: var(--accent-color); } /*Upload Checks*/ #title.ytcp-uploads-check-status { color: var(--text-color); } .description.ytcp-uploads-checks, #results-description.ytcp-uploads-check-status, #disclaimer.ytcp-uploads-checks { color: var(--text-darken2-color) !important; } .feedback-text.ytcp-uploads-checks, ytcp-send-feedback-button.ytcp-uploads-checks { color: var(--accent-color); } /*Cards*/ .info-card-type-option-container.ytve-info-cards-editor-default-options:hover { background-color: var(--item-color) !important; transition: .1s; } ytve-point-marker[selected]::after { background-color: var(--text-darken-color); } /*Comments*/ .tab-content.tp-yt-paper-tab { color: #b0c5ff !important; } #selectionBar.tp-yt-paper-tabs { background-color: #43b581 !important; } tp-yt-paper-icon-item.ytcp-navigation-drawer:after { background-color: #43b581 !important; } tp-yt-paper-tab:not(.iron-selected)>.tab-content.tp-yt-paper-tab { color: var(--text-darken2-color); } #background.style-scope.paper-ripple { background-color: var(--accent-color); } paper-ripple.tp-yt-paper-tab { color: var(--accent-color); } #waves.style-scope.paper-ripple { color: var(--accent-color); } ytcp-comment[highlighted] { background-color: #14171b !important; transition: .1s; } ytcp-comment-toggle-button.style-default-active[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--accent-color) !important; } ytcp-comment-thread { border-bottom: 1px solid var(--border-color); } .style-scope.yt-icon[d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"] { fill: var(--green-color); } ytcp-comment-button[is-icon-button]:not([disabled]):hover yt-icon.ytcp-comment-button { color: var(--accent-color) !important; } .style-scope.yt-icon[d="M6 19c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V7H6v12zM19 4h-3.5l-1-1h-5l-1 1H5v2h14V4z"] { fill: var(--text-darken2-color); } .style-scope.yt-icon[d="M14.4 6L14 4H5v17h2v-7h5.6l.4 2h7V6z"] { fill: var(--text-darken2-color); } .style-scope.yt-icon[d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zM4 12c0-4.42 3.58-8 8-8 1.85 0 3.55.63 4.9 1.69L5.69 16.9C4.63 15.55 4 13.85 4 12zm8 8c-1.85 0-3.55-.63-4.9-1.69L18.31 7.1C19.37 8.45 20 10.15 20 12c0 4.42-3.58 8-8 8z"] { fill: var(--text-darken2-color); } yt-icon.ytd-menu-service-item-renderer, yt-icon.ytd-toggle-menu-service-item-renderer, yt-icon.ytd-menu-navigation-item-renderer { color: var(--accent-color); } #discussion-tab-text.ytcp-comment { color: var(--text-darken2-color); } .published-time-text.ytcp-comment { color: var(--text-darken2-color); } ytcp-comment-button[is-paper-button] yt-formatted-string.ytcp-comment-button { color: var(--text-darken2-color) !important; } #name.ytcp-comment, #reply-endpoint.ytcp-comment { color: var(--text-color) !important; font-weight: 400; } #content-text.ytcp-comment { color: var(--text-color) !important; } ytcp-comment-toggle-button #button.ytcp-comment-toggle-button, #button.ytcp-comment-button { color: var(--text-darken2-color); } ytcp-comment-toggle-button.style-text[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--text-darken2-color) !important; } #unhearted.ytcp-comment-creator-heart { color: var(--text-darken2-color) !important; } #button.ytcp-menu-renderer yt-icon.ytcp-menu-renderer { color: var(--text-darken2-color) !important; } ytcp-author-comment-badge.creator { padding-right: 6px; padding-left: 6px; --ytcp-author-comment-badge-background-color: var(--accent-color) !important; --ytcp-author-comment-badge-hover-background-color: var(--text-color) !important; --ytcp-author-comment-badge-name-color: var(--text-color) !important; --ytcp-author-comment-badge-hover-text-color: var(--accent-color) !important; transition: .1s; } .divider.ytcp-comments-section, ytcp-tabbed-filtered-action-bar { border-bottom-color: var(--border-color); } #label.ytcp-pinned-comment-badge { color: var(--text-darken-color); } #moderation-reason.ytcp-comment { color: var(--text-darken2-color); } #post-thumbnail-wrapper.ytcp-comment-video-thumbnail { background-color: var(--item-color); } tp-yt-paper-dialog { background: var(--bg3-color); color: var(--text-color); } paper-item.ytcp-menu-service-item-renderer:hover, paper-item.ytcp-toggle-menu-service-item-renderer:hover { background: var(--item-color); transition: .1s; } /*Comments - Smart Replies*/ .smart-reply.ytcp-smart-replies:hover, .smart-reply.hover.ytcp-smart-replies, .smart-reply.ytcp-smart-replies:focus { background: var(--item-color); transition: .1s; } .smart-reply.ytcp-smart-replies:hover #label.ytcp-smart-replies, .smart-reply.hover.ytcp-smart-replies #label.ytcp-smart-replies, .smart-reply.ytcp-smart-replies:focus #label.ytcp-smart-replies { color: var(--text-color); transition: .1s; } /*Comments - Reporting*/ yt-report-form-modal-renderer[dialog][dialog][dialog], yt-confirm-dialog-renderer[dialog][dialog][dialog] { background-color: var(--bg2-color); } .scrollable.paper-dialog-scrollable { color: var(--text-darken2-color); } .buttons.yt-confirm-dialog-renderer { border-top: none; } /*Video Editor*/ ytve-endscreen-row { background-color: var(--bg2-color); } .endscreen-center.selected { background-color: var(--text-color); opacity: 0.6 !important; } ytve-endscreen-marker.selected { color: var(--text-color); } ytve-timeline-horizontal-scrollbar.track { background-color: var(--bg2-color); } #scrollbar-handle.ytve-timeline-horizontal-scrollbar { height: 10px !important; } .title.ytve-shortcuts-dialog { color: var(--text-color); } .section.ytve-shortcuts-dialog { color: var(--text-color); } .name.ytve-shortcuts-dialog { color: var(--text-darken2-color) !important; } .shortcuts.ytve-shortcuts-dialog { background-color: var(--bg2-color); } .key.ytve-shortcuts-dialog { color: var(--text-darken-color); } .key-row.ytve-shortcuts-dialog { border-top: 1px solid var(--border-color); } .style-scope.ytve-shortcuts-dialog { color: var(--text-darken-color); } .header.ytve-shortcuts-dialog { border-bottom: var(--border-color); } #dialog-title.ytve-modal-host { font-family: var(--header-font); } #discard-button.ytve-modal-host { color: var(--accent-color); } /*Channel Copyright*/ #row-container.ytcc-archive-row { background-color: var(--bg2-color); color: var(--text-color); } .text.style-scope.ytcp-hover-anchor { color: var(--text-color); } .style-scope.ytcc-archive-row { color: var(--text-color); } .footer-container.style-scope.ytcc-archive-table { background-color: var(--bg3-color); } .borderless.container.ytcp-dropdown-trigger { padding-left: var(--ytcp-dropdown-trigger-left-padding, 3px); } #expansion-row.ytcr-history-complaint-row { background-color: var(--bg3-color); } #unavailable-video-placeholder.ytcr-history-complaint-row { background-color: var(--item-color); } #row-container.row-highlighted.ytcr-history-complaint-row, #row-container.row-highlighted.ytcc-archive-row { background-color: var(--bg3-color); transition: .09s; } /*Channel Monetisation (Not eligible)*/ #notify-eligibility-button.style-scope.ytpp-signup-overview { background-color: var(--accent-color); } .container.ytpp-signup-eligibility { border: 1px solid var(--border-color); } .ytpp-signup-overview[slot="subheading"] div.ytpp-signup-overview:last-of-type { color: var(--text-darken-color) !important; } .ytpp-signup-overview[slot='body'] div.ytpp-signup-overview { color: var(--text-darken2-color) !important; } .threshold.ytpp-signup-eligibility { color: var(--text-darken2-color); } /*Channel Monetisation*/ .style-scope.ytsp-analytics-card { background-color: var(--bg2-color); } #content.ytcp-card>h2 { color: var(--text-color); background-color: var(--bg2-color); } .revenue-header.ytsp-analytics-card { color: var(--text-darken-color); } ytsp-analytics-card[can-view-revenue] .summary-header.ytsp-analytics-card { color: var(--text-color); } .additional-data.ytsp-analytics-card h4.ytsp-analytics-card { color: var(--text-darken-color); } .additional-data.ytsp-analytics-card { color: var(--text-color); } .header-secondary.ytsp-top-performing-videos { color: var(--text-color); } .style-scope.iron-icon[d="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"] { fill: var(--text-color); } .style-scope.ytsp-checklist { background-color: var(--bg2-color); color: var(--text-color); } .style-scope.ytsp-sponsors-card { background-color: var(--bg2-color); color: var(--text-color); } .style-scope.ytsp-comments-card { background-color: var(--bg2-color); } #content.ytcp-card>p { color: var(--text-darken-color); } .style-scope.ytsp-share-card { background-color: var(--bg2-color); } ytsp-share-card:not([new-ui]) .url-input.ytsp-share-card { color: var(--text-darken-color); background-color: var(--bg3-color); } .style-scope.ytsp-offer-card { background-color: var(--bg2-color); } th.ytsp-perks-preview { color: var(--text-color); } td.ytsp-perks-preview { color: var(--text-darken-color); } .style-scope.ytsp-personalization-card { background-color: var(--bg2-color); } th.ytsp-personalization-card { color: var(--text-color); } td.ytsp-personalization-card { color: var(--text-darken-color); } #disable-button.ytsp-section { color: var(--accent-color); } .ytpdg-section { background-color: var(--bg-color); } .style-scope.ytpdg-user-education-card { background-color: var(--bg2-color); } #learn-more-button.style-scope.ytpdg-user-education-card { color: var(--accent-color); } .style-scope.iron-icon[d="M19 19H5V5h7V3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2v-7h-2v7zM14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3h-7z"] { fill: var(--accent-color); } .style-scope.ytpdg-recent-transactions-card { background-color: var(--bg2-color); } .toggle.ytpdg-feature-toggles span.ytpdg-feature-toggles { color: var(--text-color); } paper-toggle-button[checked]:not([disabled]) .toggle-button.paper-toggle-button { background-color: var(--accent-color); } #confirm-button.style-scope.ytcp-confirmation-dialog { color: var(--accent-color); } #slot-wrapper.style-scope.ytcp-paper-tooltip { color: var(--text-darken-color); } #tooltip-completed-label.ytsp-checklist { color: var(--text-color); } .expansion-button.style-scope.ytsp-checklist { color: var(--accent-color); } #tooltip-completed-label.ytsp-checklist { color: var(--accent-color); } #public-promo-post.style-scope.ytsp-checklist { color: var(--accent-color); } #join-link.style-scope.ytsp-checklist { color: var(--accent-color); } #member-only-post.style-scope.ytsp-checklist { color: var(--accent-color); } ytcp-card { background-color: var(--bg2-color); } #videocam.ytsp-video-card { background-color: var(--item-color); } #open-dialog-button.style-scope.ytsp-video-card { color: var(--accent-color); } /*Customization Tab*/ .flavor-icon.ytcp-spotlight-section-item { background-color: var(--item-color); } .label.ytcp-spotlight-section-item { color: var(--text-color); } .section-label.ytcp-spotlight-section { color: var(--text-color); } .style-scope.ytcp-shelf-list-item { color: var(--text-color); } .container.ytcp-shelf-list-item { background-color: #1b1d22 !important; border: none; } .section-metadata.ytcp-spotlight-section-item h4.ytcp-spotlight-section-item { color: var(--text-darken-color); } .video-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .section-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item { color: var(--text-color); } .caption.ytcp-channel-editing-channel-info { color: var(--text-darken-color); } .channel-link.style-scope.ytcp-channel-editing-channel-info { color: var(--text-color); } .section-label.ytcp-shelves-section { color: var(--text-color); } .update-title.ytcp-featured-channels-notice { color: var(--text-color); } .update-body.ytcp-featured-channels-notice { color: var(--text-darken2-color); } .label.ytcp-profile-image-upload { color: var(--text-color); } #remove-button.remove-btn.style-scope.ytcp-profile-image-upload { color: var(--accent-color); } #remove-button.replace-btn.style-scope.ytcp-profile-image-upload { color: var(--accent-color); } .label.ytcp-banner-upload { color: var(--text-color); } .description.ytcp-banner-upload, .guide.ytcp-banner-upload { color: var(--text-darken2-color) !important; } .label.ytcp-video-watermark-upload { color: var(--text-color); } #watermark-preview-container.ytcp-video-watermark-upload { background-image: url(https://cdn.discordapp.com/attachments/707859462576275559/755704839211712512/branding_settings_video_watermark_player_black.svg); } #display-time-help-icon.style-scope.ytcp-video-watermark-upload { color: var(--text-color); } .section-label.ytcp-channel-editing-details-tab { color: var(--text-color); } .name-field.ytcp-channel-editing-channel-name { color: var(--text-color); } .section-label.ytcp-channel-links { color: var(--text-color); } .section-description.ytcp-channel-links { color: var(--text-darken2-color); } .style-scope.ytcp-channel-link-item { color: var(--text-color); } #child-input.ytcp-form-input-container { color: var(--text-color); } .section-description.ytcp-channel-editing-details-tab { color: var(--text-darken2-color); } .container.ytcp-spotlight-section-item { border: 1px solid var(--border-color); } .description.ytcp-shelves-section { color: var(--text-darken2-color) !important; } .description.ytcp-spotlight-section { color: var(--text-darken2-color) !important; } .description.ytcp-profile-image-upload { color: var(--text-darken2-color) !important; } .replace-btn.ytcp-profile-image-upload, .upload-btn.ytcp-profile-image-upload { color: var(--text-darken-color); } .description.ytcp-video-watermark-upload { color: var(--text-darken2-color) !important; } .link.ytcp-spotlight-section-item, .video-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .section-title-container.ytcp-spotlight-section-item>span.ytcp-spotlight-section-item, .description.ytcp-spotlight-section-item { color: var(--text-darken2-color) !important; } .container.ytcp-channel-link-item:hover #delete-button.ytcp-channel-link-item:not([disabled]).ytcp-channel-link-item, #delete-button.visible.ytcp-channel-link-item { transition: .1s; } ytcp-form-input-container.ytcp-channel-editing-channel-name input.ytcp-channel-editing-channel-name { color: var(--text-color); } .section-label.ytcp-channel-url { color: var(--text-color); } .section-description.ytcp-channel-url, .readonly-input.ytcp-channel-url { color: var(--text-darken2-color); } .formation-rule-note.ytcp-channel-url { color: var(--text-darken2-color); } #field-container.ytcp-vanity-formation-rule-input { border-color: var(--border-color); transition: .1s; } #field-container.ytcp-vanity-formation-rule-input:focus-within { border-color: var(--item-active-color); transition: .1s; } ytcp-form-input-container.ytcp-channel-editing-details-tab input.ytcp-channel-editing-details-tab { color: var(--text-color); } /*Featured Channels*/ #outer.ytcp-form-input-container { background-color: var(--bg3-color); } #main-header.cell.cell-text.first-cell.style-scope.ytcp-multi-picker-entity-list { color: var(--text-color); } #additional-header-0.cell.cell-text.align-right.style-scope.ytcp-multi-picker-entity-list { color: var(--text-color); } #sectionBar.style-scope.paper-tabs { background: var(--bg-color) !important; } .style-scope.ytcp-multi-entity-picker { color: var(--text-color); } ytcp-form-input-container.ytcp-channel-link-item input.ytcp-channel-link-item { color: var(--text-darken-color); } /*Audio Library*/ #row-container.style-scope.ytmus-library-row { background-color: #0e0f11 !important; border-bottom: 2px solid #111317 !important; } #row-container.row-highlighted.ytmus-library-row { background-color: var(--bg3-color); } ytmus-library-row[is-current] #row-container.ytmus-library-row { background-color: #220000; } #done-button.style-scope.ytmus-license-dialog, #download.style-scope.ytmus-library-row, .anchor-text.ytmus-starred-table, .anchor-text.ytmus-sound-effects-table { color: var(--accent-color); } ytmus-starred-table { background-color: var(--bg-color); } .content-message.ytmus-starred-table .text.ytmus-starred-table { color: var(--text-color); } /*Warning Banner*/ ytcp-banner[color-theme].warning .container.ytcp-banner { background-color: #400 !important; border: 1px solid #CC0000 !important; } ytcp-banner[color-theme] .container.ytcp-banner { background-color: #003970 !important; } /*Settings*/ .description.ytcp-channel-settings { color: var(--text-darken2-color) !important; } .note.ytcp-channel-settings { color: var(--text-darken2-color); } .note.ytcp-account-linking { color: var(--text-darken2-color); } #country-description.ytcp-channel-settings { color: var(--text-darken2-color); } #watermark-preview-container.ytcp-channel-branding-settings { background-image: url(https://cdn.discordapp.com/attachments/707859462576275559/755704839211712512/branding_settings_video_watermark_player_black.svg); } .section-label.ytcp-channel-redirect-settings { color: var(--text-color); } .style-scope.ytcp-channel-redirect-settings { color: var(--text-color) !important; } .feature-level.yt-trust-tiers-features-level { background-color: var(--bg3-color); } .yt-trust-tiers-features-level div { background-color: var(--bg3-color); } .style-scope.yt-trust-tiers-features-level.iron-collapse-opened { background: none !important; } .vl.yt-trust-tiers-features-level { border-left-color: var(--divider-color); } .tooltip-icon.yt-trust-tiers-features-level, .help-tooltip.yt-trust-tiers-features-level { fill: var(--text-darken-color); } .ytcp-settings-dialog[slot="secondary-footer"] ytcp-button.ytcp-settings-dialog~ytcp-button.ytcp-settings-dialog { color: var(--accent-color); transition: 0.1s; } #cancel-button.style-scope.ytcp-settings-dialog { color: var(--text-darken-color); } .add-account-link-button.style-scope.ytcp-account-linking { color: var(--accent-color); } #tooltip-placeholder-fake-slot.style-scope.ytcp-paper-tooltip { color: var(--text-color); } #add-user-button.style-scope.ytcp-permissions-settings { color: var(--accent-color); } #blocked-links-hint.ytcp-community-settings { color: var(--text-darken2-color) !important; } iron-icon.check-icon.yt-trust-tiers-features-level { color: var(--green-color); } .feature-level-unlocked.yt-trust-tiers-features-level { background-color: rgba(0, 130, 7, 0.3); color: var(--green-color); } /*Feedback*/ #title.yta-feedback-dialog { color: var(--text-color); } .paragraph.yta-feedback-dialog, .after-submit-content.yta-feedback-dialog { color: var(--text-darken-color); } #send-button.style-scope.yta-feedback-dialog, #close-button.style-scope.yta-feedback-dialog { color: var(--accent-color); } ytcp-error-section { color: var(--text-color); } /*Well congrats, you made it to the end, have a cookie*/ /*---------------------------------------------------------OLD CODE----------------------------------------------------------------*/ #missing-features-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } #missing-features-item:hover>div { color: var(--accent-color) !important; } #missing-features-item:hover>iron-icon { color: var(--accent-color) !important; } #missing-features-item>#contentIcon>iron-icon { color: var(--text-color) !important; } #missing-features-item>iron-icon { color: var(--text-color) !important; } #menu-items.ytcp-missing-features-menu>li>ytcp-ve>a>paper-icon-item>#contentIcon>iron-icon { color: var(--text-color) !important; } #menu-items.ytcp-missing-features-menu>li>ytcp-ve>a>paper-icon-item:hover>#contentIcon>iron-icon { color: var(--accent-color) !important; } ytcp-button[raised] { min-width: 88px; color: var(--text-color) !important; background-color: var(--accent-color); } #header.ytcp-video-section-content { background: var(--bg2-color) !important; } paper-tabs.ytcp-primary-action-bar { --paper-tabs-selection-bar_-_background-color: var(--accent-color); --paper-tab-content_-_color: var(--accent-color); --paper-tab-content-unselected_-_color: var(--text-color) !important; } ytcp-filter-bar { background: #0f1115 !important; } iron-icon.ytcp-filter-bar { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color); } #checkbox.checked.ytcp-paper-checkbox { background-color: var(--ytcp-paper-checkbox-checked-color, var(--accent-color)); border-color: var(--ytcp-paper-checkbox-checked-color, var(--accent-color)); } #checkbox.ytcp-paper-checkbox { position: relative; box-sizing: border-box; height: 100%; border: solid 2px; border-color: var(--ytcp-paper-checkbox-unchecked-color, var(--text-color)); border-radius: 2px; pointer-events: none; -webkit-transition: background-color 140ms, border-color 140ms; transition: background-color 140ms, border-color 140ms; } .floating-column.ytcp-table-header, ytcp-table-header { background-color: #18191e !important; } .cell-header.ytcp-table-header { color: var(--text-color) !important; } #row-container.row-selected.ytcp-video-row, #row-container.row-selected.ytcp-video-row .floating-column.ytcp-video-row, ytmus-library-row { background-color: var(--item-color) !important; } ytmus-library-row div { color: var(--text-color); } #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row { background-color: #0b0c0d !important; } #row-container.ytcp-video-row, #row-container.ytcp-video-row .floating-column.ytcp-video-row>.cell-body>ytcp-video-list-cell-video>div>h3>a:href { color: var(--text-color) !important; } .first-row.ytcp-video-list-cell-visibility .privacy-label.ytcp-video-list-cell-visibility { color: var(--text-color) !important; } .visibility-invisible.ytcp-video-list-cell-visibility .privacy-icon.ytcp-video-list-cell-visibility { color: var(--text-color) !important; } .tablecell-comments.cell-body.ytcp-video-row a.ytcp-video-row, .tablecell-comments.cell-body.ytcp-video-row span.ytcp-video-row { color: var(--text-color) !important; } .percent-label.ytcp-video-list-cell-likes { color: var(--text-color) !important; } .likes-label.ytcp-video-list-cell-likes { color: var(--text-color) !important; } .progress-fill.ytcp-video-list-cell-likes { background: var(--text-color) !important; height: var(--progress-height); width: 0; border-radius: var(--ytcp-video-list-cell-likes-radius); } .tablecell-date.cell-body.ytcp-video-row { color: var(--text-color) !important; } .page-description.ytcp-table-footer { margin: 0 24px; color: var(--text-color) !important; } .borderless.ytcp-dropdown-trigger .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } ytcp-text-dropdown-trigger[compact] .dropdown-trigger-text.ytcp-text-dropdown-trigger { color: var(--text-color) !important; } ytcp-table-footer { color: var(--text-color) !important; } .contents.ytcp-video-metadata-editor, .footer-container.ytcr-history-table { background-color: var(--bg-color); } ytcp-navigation-drawer:not([theme="DARK"]) .back-button-text.ytcp-navigation-drawer { color: var(--text-color) !important; } paper-icon-item.ytcp-navigation-drawer:hover>.nav-item-text { color: var(--accent-color) !important; } iron-icon.ytcp-form-textarea { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color) !important; } #section-label.ytcp-form-textarea, textarea.ytcp-form-textarea, .char-counter.ytcp-form-textarea { padding-left: 12px; padding-right: 12px; color: var(--text-color) !important; } .borderless.container.ytcp-dropdown-trigger { padding-left: var(--ytcp-dropdown-trigger-left-padding, 12px); } #outer.ytcp-form-input-container>div { color: var(--text-color); } ytcp-form-input-container.focused #label.ytcp-form-input-container { color: var(--accent-color); } a.ytcp-thumbnails-compact-editor, a.ytcp-thumbnails-compact-editor>iron-icon[icon$="open-in-new"].ytcp-thumbnails-compact-editor { color: var(--accent-color); } #tags-description[slot="description"].ytcp-video-metadata-basics { color: var(--text-color); } .container.ytcp-video-metadata-info { background-color: var(--item-color); } paper-icon-item.ytcp-navigation-drawer:after { background: var(--accent-color); } a.ytcp-video-metadata-info, a.ytcp-video-metadata-info>iron-icon[icon$="open-in-new"].ytcp-video-metadata-info { color: var(--accent-color); } .label.ytcp-video-metadata-info { color: var(--text-color) !important; } .value.ytcp-video-metadata-info { color: var(--text-color) !important; } #label.ytcp-video-metadata-visibility { color: var(--text-color) !important; } #first-row.ytcp-video-metadata-visibility { color: var(--text-color) !important; } .dropdown-trigger-text.ytcp-text-dropdown-trigger { color: var(--text-color) !important; } ytcp-dropdown-trigger[keyboard-focus] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger, .container.ytcp-dropdown-trigger:hover .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { color: var(--text-color) !important; } .subhead.ytcp-video-metadata-advanced { color: var(--text-color) !important; } iron-icon.ytcp-dropdown-trigger { --iron-icon-width: 24px; --iron-icon-height: 24px; color: var(--text-color) !important; } input.ytcp-form-autocomplete { color: var(--text-color) !important; } .subtext.ytcp-video-metadata-advanced { color: var(--text-color) !important; } .subtext.ytcp-video-metadata-advanced>a { color: var(--accent-color) !important; } .subhead-compact.ytcp-video-metadata-advanced { color: var(--text-color) !important; } .label.ytcp-checkbox, ytcp-paper-checkbox.ytcp-checkbox>* { color: var(--text-color) !important; } #message-text.ytcp-comments-section { color: var(--text-color) !important; } .optin-header.ytgn-video-translations-section { color: var(--text-color) !important; } #row-container.ytgn-video-translation-row, #row-container.ytgn-video-translation-row .floating-column.ytgn-video-translation-row { background-color: var(--bg3-color); } .cell-body.ytgn-video-translation-row .language-text.ytgn-video-translation-row { color: var(--text-color) !important; } .language-text.ytgn-video-translation-row, .last-modified-text.ytgn-video-translation-row { color: var(--text-color) !important; } .translation-status.ytgn-video-translation-cell-captions { color: var(--text-color) !important; } .translation-source.ytgn-video-translation-cell-captions { color: var(--text-color) !important; } #sort-menu-container.ytcp-comments-section { background-color: var(--bg-color); } #metadata.ytcp-comment { color: var(--text-color) !important; } #vote-count.ytcp-comment-action-buttons { color: var(--text-color) !important; } #sort-filter.ytcp-sort-filter-sub-menu-renderer { border: 1px solid var(--text-color); } #sort-filter.ytcp-sort-filter-sub-menu-renderer :hover #sort-filter.ytcp-sort-filter-sub-menu-renderer { border: 1px solid var(--accent-color); } #background.yta-overview-app { background-color: var(--bg3-color); } paper-card { background-color: var(--item-color); } #metric-label.yta-key-metric-block { color: var(--text-color) !important; } .layout.horizontal.yta-key-metric-block>div { color: var(--text-color) !important; } .comparison-label-content.yta-key-metric-card { color: var(--text-color) !important; } #chart-container.yta-line-chart-base { fill: var(--text-color) !important; } .container.ytcp-badge { color: var(--text-color); } .display-value-container.yta-metric-summary-card { color: var(--text-color) !important; } #title.yta-title-subtitle-header, #metric-value.yta-title-subtitle-header { color: var(--text-color) !important; } .display-time-range.yta-metric-summary-card { color: var(--text-color) !important; } .display-value-title.yta-metric-summary-card { color: var(--text-color) !important; } iron-icon.yta-title-subtitle-header { color: var(--text-color) !important; } .title-text.yta-table-card { color: var(--text-color) !important; } .value.yta-table-card { color: var(--text-color) !important; } .no-data-message.yta-table-card { color: var(--text-color) !important; } #subtitle.yta-funnel-card { color: var(--text-color) !important; } .row-with-donut-chart.yta-table-card { color: var(--text-color) !important; } .table-header.yta-latest-activity-card { color: var(--text-color) !important; } .title.yta-latest-activity-card { color: var(--text-color) !important; } .value-container.yta-latest-activity-card { color: var(--text-color) !important; } .trend-grey.ytcp-trend-label { color: var(--text-color) !important; --iron-icon-fill-color: var(--text-color); } a.yta-belled-subscribers-card, a.yta-belled-subscribers-card>iron-icon[icon$="open-in-new"].yta-belled-subscribers-card { color: var(--accent-color); } iron-icon.yta-belled-subscribers-card { color: var(--text-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-value.yta-belled-subscribers-card { color: var(--text-color) !important; } #metrics-container.yta-belled-subscribers-card .metric-absolute.yta-belled-subscribers-card { color: var(--text-color) !important; } #sticky-header.ytgn-channel-translations-section { background-color: var(--bg2-color); } ytgn-community-blank-state { background-color: var(--bg3-color); } #top-text.ytgn-community-blank-state, #middle-text.ytgn-community-blank-state { color: var(--text-color) !important; } #share-link.ytgn-community-blank-state { color: var(--text-color) !important; } #footer-container.ytgn-channel-translations-list { background-color: var(--bg3-color); } #row-container.ytgn-video-row, #row-container.ytgn-video-row .floating-column.ytgn-video-row { background-color: var(--bg-color); } .tablecell-languages.cell-body.ytgn-video-row, .tablecell-created.cell-body.ytgn-video-row, .tablecell-modified.cell-body.ytgn-video-row, .tablecell-metadata.cell-body.ytgn-video-row, .tablecell-captions.cell-body.ytgn-video-row { color: var(--text-color) !important; } #add-translation.ytgn-video-translation-cell-captions { margin: 9px 0 0 -8px; color: var(--text-color) !important; } .translation-status.ytgn-video-translation-cell-metadata { color: var(--text-color) !important; } .translation-source.ytgn-video-translation-cell-metadata { color: var(--text-color) !important; } iron-icon.ytgn-toggle-languages-button { color: var(--text-color) !important; } .languages-list.ytgn-toggle-languages-button { color: var(--text-color) !important; } #video-title.ytcp-comment-video-thumbnail { color: var(--text-color) !important; } #dialog.ytcp-dialog { background-color: var(--bg-color); } .section-label.ytcp-settings-studio-default { color: var(--text-color) !important; } iron-icon.ytcp-settings-studio-default { color: var(--text-color) !important; } #currency-note.ytcp-settings-studio-default { color: var(--text-color) !important; } .nav-drawer.ytcp-navigation { background-color: #111215 !important; } ytcp-navigation[keyboard-focus] .menu-item[selected].ytcp-navigation:focus, .menu-item[selected].ytcp-navigation { background-color: #1f2125; } .menu-item.ytcp-navigation>span.ytcp-navigation { color: var(--text-color) !important; } .menu-item.ytcp-navigation:hover { background-color: #2C2C2C; } .channel-name.ytcp-channel-settings { color: var(--text-color) !important; } .channel-name-caption.ytcp-channel-settings { color: var(--text-color) !important; } a.ytcp-channel-settings, a.ytcp-channel-settings>iron-icon[icon$="open-in-new"].ytcp-channel-settings { color: var(--accent-color) !important; } .section-title.ytcp-account-linking .section-label.ytcp-account-linking { color: var(--text-color) !important; } a.ytcp-account-linking, a.ytcp-account-linking>iron-icon[icon$="open-in-new"].ytcp-account-linking { color: var(--accent-color) !important; } .section-label.ytcp-channel-settings { color: var(--text-color) !important; } .other-settings-item.ytcp-channel-settings { color: var(--text-color) !important; } iron-icon.ytcp-icon-tooltip { color: var(--text-color) !important; } .input-container.ytcp-channel-branding-settings:first-of-type .section-label.ytcp-channel-branding-settings { color: var(--text-color) !important; } .note.ytcp-channel-branding-settings { color: var(--text-color) !important; } .subsection-label.ytcp-channel-branding-settings { color: var(--text-color) !important; } iron-icon[compact].ytcp-channel-branding-settings { color: var(--text-color) !important; } .section-label.ytcp-upload-defaults-settings { color: var(--text-color) !important; } iron-icon[compact].ytcp-form-input-container { color: var(--text-color) !important; } .section-label.ytcp-community-settings { color: var(--text-color) !important; } #dialog.ytcp-video-visibility-edit-popup { background-color: var(--item-color); } paper-dialog { background-color: var(--bg3-color); color: var(--text-color); } .title.ytcp-uploads-dialog { color: var(--text-color) !important; } #circle.ytcp-uploads-file-picker-animation { background-color: var(--item-color); } .label.ytcp-uploads-file-picker { color: var(--text-color) !important; } .disclaimer.ytcp-uploads-file-picker { color: var(--text-color) !important; } .disclaimer.ytcp-uploads-file-picker>a { color: var(--accent-color) !important; } .progress-label.ytcp-uploads-progress { color: var(--text-color) !important; } #primaryProgress.paper-progress { background: var(--accent-color); } .step[state="numbered"].ytcp-stepper .step-badge.ytcp-stepper, .step[state="editable"].ytcp-stepper .step-badge.ytcp-stepper, .step[state="completed"].ytcp-stepper .step-badge.ytcp-stepper { background: var(--accent-color); } .step-title.ytcp-stepper { color: var(--text-color) !important; } .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader { color: var(--text-color) !important; } .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader>iron-icon { color: var(--text-color) !important; } h2.ytcp-uploads-extras { color: var(--text-color) !important; } #container.ytcp-expansion-panel .button-area.ytcp-expansion-panel { background-color: var(--item-color); } #container.ytcp-expansion-panel { border: 1px solid var(--text-color); } #container[hovered].ytcp-expansion-panel { border: 1px solid var(--accent-color); } #button-area-text.ytcp-expansion-panel>div { color: var(--text-color); } iron-icon.ytcp-expansion-panel { color: var(--text-color); } .editor-panel.ytcp-uploads-extras { background-color: var(--item-color); } .editor-panel.ytcp-uploads-extras .button-area-text.ytcp-uploads-extras>div { color: var(--text-color); } iron-icon.ytcp-uploads-extras { color: var(--text-color); } #container.ytcp-expansion-panel { background-color: var(--item-color); } h2.ytcp-uploads-review { color: var(--text-color); } .description.ytcp-premiere-scheduler { color: var(--text-color); } .guidelines-subsection.ytcp-uploads-review h3.ytcp-uploads-review { color: var(--text-color); } .video-title.ytcp-video-metadata-info { color: var(--text-color); } ytcp-video-thumbnail-with-info { background-color: var(--item-color); } .video-thumbnail-info.ytcp-video-thumbnail-with-info>div { color: var(--text-color); } .ytcp-home-button img { content: url("https://miqcraft-theme.netlify.app/assets/img/yt_studio_logo.svg") !important; Filter: drop-shadow(0px 0px 4px #0005); } .iron-selected .tab-content.paper-tab { font-weight: 700 !important; } li.ytcp-checkbox-group:hover { background-color: var(--bg3-color); } ytcp-paper-checkbox:hover #checkbox.ytcp-paper-checkbox { border-color: var(--text-darken2-color) !important; } ytcp-paper-checkbox:hover #checkbox.ytcp-paper-checkbox.checked { border-color: var(--accent-color) !important; } .divider.ytcd-video-snapshot-item { display: none; } ytcp-thumbnail-with-title.ytcd-video-snapshot-item { border-radius: 0px; } .issue-text.ytcd-help-center-issues-item, #entity-label-container>* { color: var(--text-color) !important; } #main-menu>li>*>*>*>* { color: var(--text-color); } #main-menu>li>*>*:hover>*>* { color: #8c9eff !important; } #textbox { color: var(--text-color) !important; } .ytcp-post-snapshot>*>*, #main.ytcd-post-stats-item { color: var(--text-color) !important; } div.ytcd-post-cta-item { color: #bbb !important; } ytcp-public-video-thumbnail-with-info.ytcp-post-video-attachment { background-color: var(--bg3-color); color: var(--text-color); border-radius: 5px; } .video-title.ytcp-public-video-thumbnail-with-info, .fallback-msg.ytcp-public-video-thumbnail-with-info { color: #eee; } .video-metadata.ytcp-public-video-thumbnail-with-info { color: #ccc; } .description { color: #eee !important; } ytcp-sticky-header { background-color: #08090a !important; } path[d="M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z"], path[d="M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z"] { fill: var(--text-color); } yt-trust-tiers-features-level div { background-color: var(--item-color); color: var(--text-color); } .feature-level-name, .features-summary { color: var(--text-color) !important; } ytd-multi-page-menu-renderer { background-color: var(--bg2-color) !important; color: var(--text-color); border-radius: 10px; border: none; box-shadow: 0px 0px 5px #000; } ytd-multi-page-menu-renderer * { color: var(--text-color); } ytd-multi-page-menu-renderer #header * { background-color: var(--bg3-color) !important; color: var(--text-color) !important; } #results, #search-layer { background-color: #252525 !important; color: var(--text-color); border-bottom-left-radius: 10px !important; border-bottom-right-radius: 10px !important; } a.ytcp-omnisearch { color: var(--accent-color); } #right-side-bar { background-color: #0f0f11 !important; } .yta-personalized-overview-header { color: var(--text-color) !important; } .without-side-bar.yta-screen { background-color: var(--bg-color); } yta-latest-activity-card:hover, yta-card-container.yta-latest-activity-card:hover paper-card { background-color: #24282e !important; } yta-key-metric-block:hover:not([disabled]), yta-key-metric-block[tooltip-open]:not([disabled]) { background-color: #24282e !important; } ytcp-select.yta-latest-activity-card #trigger, ytcp-select.yta-latest-activity-card #trigger * { padding-left: 0.2px !important; background-color: transparent !important; } .metric-value { color: var(--text-color); } .override-pointer-events.yta-key-metric-card { background-color: #101216 !important; } .override-pointer-events.yta-key-metric-card:hover { background-color: #17191f !important; } paper-listbox#key-metric-blocks, #VIEWS-tab, #VIEWS-tab yta-key-metric-block:hover:not([disabled]), #VIEWS-tab yta-key-metric-block[tooltip-open]:not([disabled]) { border-top-left-radius: 10px !important; } .legend-text { color: var(--text-color); } .container.ytcp-badge { background-color: var(--bg3-color); padding: 5px 10px; border-radius: 5px; } .ytcp-paper-tooltip-body { color: #eee; } #content.ytcp-navigation { padding: 0 48px 0 24px; width: var(--ytcp-navigation-content-width); flex: none; background: #101115; } #footer-container { background-color: #111215 !important; } #dialog.ytcp-video-monetization-edit-dialog { background-color: var(--bg2-color); border-radius: 10px; } ytcp-video-visibility-select-v2 .ytcp-video-visibility-select-v2 { background-color: var(--bg3-color) !important; border: none !important; border-radius: 10px !important; } .before-publishing-text { color: var(--text-color) !important; } ytcp-text-dropdown-trigger, .container.ytcp-dropdown-trigger, #container.ytcp-video-metadata-visibility, .text-container.ytve-lightweight-textarea { background-color: #31363f !important; border: none !important; border-radius: 5px !important; } #text-container.ytcp-video-metadata-visibility { padding-bottom: 8px; } .dropdown-trigger-text.ytcp-text-dropdown-trigger { padding-top: 12.5px; } .ytcp-time-of-day-picker { background-color: var(--bg3-color) !important; color: var(--text-color) !important; cursor: pointer; } .ytcp-time-of-day-picker:hover { background-color: var(--item-color) !important; color: var(--text-color) !important; cursor: pointer; } .container.ytcp-banner { background-color: var(--bg2-color); color: var(--text-color); } ytcp-button[secondary] { color: #a6aec0 !important; background: #1e2228 !important; } ytcp-date-picker * { background-color: var(--bg3-color) !important; border-radius: 10px !important; border: none !important; } .calendar-month-label { color: var(--accent-color) !important; } .calendar-day, .calendar-header-day { color: var(--text-color) !important; } .today { font-weight: 700 !important; } .disabled { color: #888 !important; } #header.ytcp-post-snapshot #author-metadata.ytcp-post-snapshot { font-weight: 700; } .selected { color: var(--accent-color); font-weight: 700 !important; } input.paper-input { position: relative; top: 7px; color: var(--text-color) !important; } iron-icon.ytcp-table-header { filter: invert(100); } ytcp-paper-tooltip-placeholder { border-radius: 10px !important; box-shadow: 0px 0px 1px var(--bg2-color) !important; border: none !important; } ytcp-paper-tooltip-placeholder ytcp-button { color: var(--accent-color); } ytve-endscreen-editor-preview-overlay-item.editing.selected .edit-overlay.ytve-endscreen-editor-preview-overlay-item { border-color: var(--accent-color); } /* VIDEO UPLOAD MENU */ #title.ytcp-uploads-dialog { color: var(--text-color); } .dialog-content.ytcp-uploads-dialog { background-color: var(--bg2-color); border-radius: 10px; } p.sublabel { color: #bbb !important; } ytcp-button { border-radius: 5px; padding: 0 16px !important; } div.header .title-row { background-color: var(--bg3-color) !important; } paper-dialog#dialog { border-radius: 10px; } ytcp-icon-button[disabled] { filter: invert(0.6); } /* MONETISATION */ ytmonet-overview { background-color: var(--bg-color); } ytcp-promo-page { background-color: var(--bg-color) !important; } h2.ytpdg-splash { color: var(--text-color) !important; font-weight: 700 !important; } h3.ytpdg-splash { color: var(--text-color) !important; } p.ytpdg-splash { color: #ddd !important; } .text-content { color: var(--text-color) !important; } #cards-container ytcp-card { background-color: var(--bg2-color); border-radius: 10px; } .card-header iron-icon { fill: #bbb; background-color: var(--bg3-color) !important; } .card-header { color: var(--text-color); } .card-text { color: #ddd; } #notify-eligibility-button.style-scope.ytpp-signup-overview { background-color: var(--item-color); } /* VIDEO DELETE*/ paper-dialog.ytcp-video-delete-dialog { background-color: var(--bg2-color) !important; border-radius: 10px !important; } #dialog-title.ytcp-video-delete-dialog { color: var(--text-color) !important; padding: 19px 24px 15px 24px !important; margin: 0 0 20px 0 !important; border-top-left-radius: 10px; border-top-right-radius: 10px; background-color: var(--bg3-color) !important; } ytcp-video-thumbnail-with-info { background-color: #272727 !important; border-radius: 10px; } div.label.ytcp-checkbox-lit { color: #ddd !important; } #checkbox.ytcp-checkbox-lit { border-color: #eee; } ytcp-button[disabled] { color: #666 !important; } ytcp-thumbnail.thumbnail, .ytcp-thumbnail { background: none !important; } .timestamp .label { position: relative; left: 6px; background-color: var(--bg2-color) !important; border-radius: 10px; padding-left: 7px; padding-right: 7px; padding-top: 3px; padding-bottom: 2px; color: var(--text-color) !important; } #selectionBar.paper-tabs { z-index: 100; border-radius: 10px !important; } paper-item.ytd-menu-navigation-item-renderer { color: var(--contrast-color) !important; } ytcp-dropdown-trigger { width: 100%; } .enableCtrDecisionTree.yta-video-snapshot #metrics-table-title.yta-video-snapshot, .table-value.yta-video-snapshot { color: var(--text-color); } #ranking-icon.yta-video-snapshot { filter: invert(0); } .table-row:nth-last-child(2)>.table-icon.yta-video-snapshot { filter: invert(0); } h3.ytcp-audience-picker { color: var(--text-color) !important; } button.ytcp-audience-picker iron-icon, .expand-button.ytcp-audience-picker:hover iron-icon.ytcp-audience-picker, .expand-button.ytcp-audience-picker:focus iron-icon.ytcp-audience-picker { color: var(--text-color); } ytcp-video-info>.container.ytcp-video-info { background-color: var(--bg2-color) !important; } .label.ytcp-video-info { color: #aaa; } .value.ytcp-video-info { color: var(--text-color); } #tab-content-container.yta-screen { background-color: transparent !important; } yta-key-metric-card[redesign] paper-item.yta-key-metric-card { background-color: var(--bg2-color); } yta-key-metric-card[redesign] paper-item.iron-selected.yta-key-metric-card { background-color: var(--bg3-color); } #block-container.yta-key-metric-card { background-color: var(--bg3-color); } yta-key-metric-card:not([is-single-block]) paper-item.iron-selected.yta-key-metric-card>#block-container.yta-key-metric-card { background-color: #6bb0fb !important; } .warning-message.ytcp-paper-tooltip-body span.ytcp-paper-tooltip-body, .chart-banner-label.yta-key-metric-card, .data-processing-subcaption.yta-notifications-funnel-card { color: var(--text-darken-color); } .chart-banner.yta-key-metric-card iron-icon { color: #fff; } .data-processing-icon-container.yta-notifications-funnel-card { background: transparent; } .arc.yta-donut-chart-base { stroke: none; } .aplos-donut-center.yta-donut-chart-base, .table-container.yta-demographics-card, ytpp-ad-formats-settings:not([simplified-ad-options]) .section-label.ytpp-ad-formats-settings, ytpp-ad-breaks-settings:not([simplified-ad-options]) .section-label.ytpp-ad-breaks-settings { color: var(--text-color); } .funnel-background.yta-funnel>g>g>polygon:nth-child(2n) { fill: var(--bg2-color); stroke: none; } .funnel-background.yta-funnel>g>g>polygon:nth-child(2n-1) { fill: var(--bg3-color); stroke: none; } .secondary.yta-funnel, .icon-text.ytcp-video-monetization, .placeholder-text.ytcp-video-monetization { color: var(--text-darken-color); } .midrolls-section.ytpp-ad-breaks-settings { color: var(--text-darken2-color); } .main.ytpp-video-monetization-basics { background-color: transparent; } .m10n-icon.active.ytcp-video-monetization>iron-icon.remove-defaults.ytcp-icon-button { fill: var(--ytcp-active-color) !important; } #panel-container.ytve-editor>*.ytve-editor { background-color: var(--bg2-color); } .ad-break-row.ytve-ad-breaks-editor-options-panel:hover { background-color: var(--bg3-color); } .ad-break-row.ytve-ad-breaks-editor-options-panel[active], .ad-break-row.ytve-ad-breaks-editor-options-panel[active].ytve-ad-breaks-editor-options-panel:hover { background-color: var(--item-color); } .ad-break-label.ytve-ad-breaks-editor-options-panel { color: var(--text-darken-color); } input.ytve-formatted-input { color: var(--text-color); } #dialog-title.ytve-modal-host { color: var(--text-color); } #preview-panel.ytve-editor, ytve-preview-panel { background-color: var(--bg2-color); } ytve-editor[is-split] #panel-container.ytve-editor { border: 0 !important; } ytve-editor, #menu-offset.ytve-timeline, ytve-timeline-base, #ad-breaks-timeline-content.ytve-ad-breaks-editor-timeline, #audio-timeline-content.ytve-audio-editor-timeline, #endscreen-timeline-content.ytve-endscreen-editor-timeline { background-color: var(--bg3-color); } #ad-breaks-row.ytve-ad-breaks-editor-timeline { background-color: var(--bg3-color); } #plugin-timeline-surface.ytve-timeline { border-color: var(--item-color); } #canvas.ytve-video-thumbnails-timeline { clip-path: inset(6.5px 24px 5.5px 23px round 5px); } .no-select.ytve-audio-waveform { filter: invert(0.8); } .likes-container.ytcp-video-row .progress.ytcp-video-row { background-color: #CFCFCF; } .likes-container.ytcp-video-row .progress-fill.ytcp-video-row { background-color: #43b581 !important; } ytcp-playlist-dialog[search-focused] #search.ytcp-playlist-dialog, ytcp-playlist-dialog[search-focused] #search.ytcp-playlist-dialog:hover, #search.ytcp-playlist-dialog:not([disabled]).ytcp-playlist-dialog:hover { border-color: var(--primary-color); } label.ytcp-checkbox-label.ytcp-checkbox-group .label-text.ytcp-checkbox-group { color: var(--text-color); font-weight: 500 !important; } ytve-options-panel-entity-item[entity-type="IMAGE"]>ytcp-dropdown-trigger.ytve-options-panel-entity-item>.container.hide-icon.ytcp-dropdown-trigger { padding-left: 0; } paper-radio-button.ytve-endscreen-editor-video-element-options:hover { border-radius: 10px; } .footer.ytcp-dialog { border-radius: 0 0 10px 10px; } #dialog.ytcp-dialog { border-radius: 12px; } .title.ytcp-video-pick-dialog { color: var(--text-color); } .header.ytcp-video-pick-dialog { margin-top: 10px !important; margin-left: 20px !important; margin-right: 10px !important; } .search.ytcp-video-pick-dialog { border: 0; } #label-container.ytve-options-panel-entity-item { min-height: 50px; } paper-tab>div>input { background-color: var(--bg2-color); } .entityName.ytve-options-panel-entity-item { padding-top: 16px; padding-left: 5px; } #link-title.ytve-endscreen-editor-link-element-options { margin-top: 13px; } .subtitle.ytcp-entity-card { color: var(--text-darken2-color); } ytcp-banner[color-theme].warning .container.ytcp-banner { background-color: #400; border: 0 !important; } ytcp-banner[color-theme].warning #message.ytcp-banner { color: #f00; } ytcp-banner[color-theme].warning .banner-icon.ytcp-banner { --iron-icon-fill-color: #f00; } paper-tab.ytcp-video-pick-dialog:not(:last-child) { border-color: var(--bg-color); } .no-content-header.ytcp-video-section-content { color: var(--text-color); } .title.yta-video-overlay-hovercard { color: var(--text-color); } .publish-time.yta-video-overlay-hovercard { color: var(--text-darken-color); } .video-item.yta-video-overlay-hovercard:hover { background-color: var(--item-color); } .video-item.yta-video-overlay-hovercard iron-icon.yta-video-overlay-hovercard { color: var(--text-darken2-color); } .main-container.ytcd-video-snapshot-upload { border-color: #999; border-radius: 5px; } ytcp-scrollable-calendar { --day-highlighted-color: #400 !important; } .calendar-day.selected.ytcp-scrollable-calendar::after { background-color: #800; } .calendar-day.ytcp-scrollable-calendar:hover:not(.disabled)::after { background-color: #600; } #num-days-selected.ytcp-date-period-picker { color: var(--text-darken-color); padding-bottom: 10px; } #separator.ytcp-date-period-picker { color: #fff; padding-top: 17px; } .focused-line.paper-input-container { border-color: var(--accent-color); } .no-data-message.yta-demographics-card, .no-data-message.yta-audience-online-card, .subtitle.yta-explore-entity-dropdown, #search-box-text.yta-explore-entity-dropdown { color: var(--text-color); } .yta-explore-deep-dive>yta-time-picker>ytcp-select>ytcp-text-dropdown-trigger { border-radius: 0 !important; } #more-picker.ytcp-primary-action-bar, #more-picker #more-menu-icon.ytcp-primary-action-bar, .header-text-common.yta-explore-entity-picker, .title-row.yta-entity-row, .subtitle-row.yta-entity-row { color: #fff; } yta-entity-row.yta-explore-entity-picker { border-color: var(--item-color); } yta-entity-row:hover, yta-entity-row:focus, #filter-date-rows.yta-explore-deep-dive>.yta-explore-deep-dive:not([last-child]).yta-explore-deep-dive { background-color: var(--bg3-color); } input.search-input { background-color: var(--bg2-color); } paper-tab.yta-explore-entity-picker { --paper-tab-content_-_color: #f00 !important; } paper-tab:not(.iron-selected)>.tab-content.paper-tab { color: #fff; } paper-tabs.yta-explore-entity-picker, ytcp-dialog.yta-explore-entity-picker .header.yta-explore-entity-picker, .empty-row.yta-explore-entity-picker { border: 0; } .empty-row.yta-explore-entity-picker { height: 5px; } #dialog-content.yta-explore-mega-metric-menu { color: var(--text-color); } .metric-title-container.yta-explore-mega-metric-menu[disabled] { color: var(--text-darken2-color); } .text.yta-title-cell { color: var(--text-color); } .icon-container-circle.yta-entity-row { background-color: var(--bg2-color); border: 0; } .icon-container-circle.yta-entity-row iron-icon, #no-results-message.yta-explore-entity-picker { color: var(--text-color); } div.yta-entity-row iron-icon, #no-groups-message.yta-explore-entity-picker, #groups-help-message.yta-explore-entity-picker { color: var(--text-color); } #groups-help-message.yta-explore-entity-picker span.yta-explore-entity-picker:hover { color: var(--accent-color); } a#groups-help-message iron-icon { color: var(--text-color); } #selectionBar.paper-tabs { background-color: var(--accent-color) !important; } .tab-content.paper-tab, .less-button.ytcp-comment, .more-button.ytcp-comment, ytcp-comment-toggle-button.style-default-active[is-icon-button] yt-icon.ytcp-comment-toggle-button { color: var(--accent-color); } yt-icon.ytd-menu-service-item-renderer, yt-icon.ytd-toggle-menu-service-item-renderer, yt-icon.ytd-menu-navigation-item-renderer { color: #fff; } #view-comment-button.ytcp-comment-video-thumbnail { --yt-icon-color: var(--text-color); --yt-icon-hover-color: var(--accent-color); } #hearted-border.ytcp-comment-creator-heart { color: var(--bg-color); } #container.yta-personalized-overview-bottom-card { background-color: #0000; border-radius: 10px; } #card-start-line.yta-personalized-overview-bottom-card, #card-hint-padding.yta-personalized-overview-bottom-card { background-color: #0000; display: none; } #title.yta-personalized-overview-bottom-card { color: var(--text-color); } yta-card-container[borderless] .staple-card.yta-card-container { background: #0000; } .header.yta-top-performing-entities, .metric.yta-top-performing-entities[selected] { color: var(--text-color); } .metric-cell.yta-top-performing-entities, .rank.yta-top-performing-entities { color: var(--text-color); } .percentage.yta-top-performing-entities { color: var(--accent-color); } .row.tappable.yta-top-performing-entities:hover .entity-title.yta-top-performing-entities { color: var(--accent-color); } .entity-title.yta-top-performing-entities, #title.yta-video-snapshot-carousel, #navigation-text.yta-video-snapshot-carousel, .title.ytve-link-icon-pick-dialog, .sub-header.ytve-link-icon-pick-dialog *, .upload-left.ytve-link-icon-pick-dialog .instruction.ytve-link-icon-pick-dialog, .upload-left.ytve-link-icon-pick-dialog .section.ytve-link-icon-pick-dialog, .title.ytve-channel-pick-dialog, .title.ytcp-playlist-pick-dialog, .subhead.ytcp-video-metadata-advanced-old, .subhead-compact.ytcp-video-metadata-advanced-old, .subhead.ytcp-video-metadata-basics-old { color: var(--text-color) !important; } .caption.yta-top-performing-entities, p.manage-other-languages.ytcp-video-metadata-advanced-old { color: var(--text-darken2-color); } #table.yta-personalized-overview-bottom-card, #table.yta-top-performing-entities { padding-bottom: 0; } #video-snapshot.yta-video-snapshot-carousel { background-color: #0000; } .char-counter.ytcp-mention-textbox { color: #fff; visibility: visible !important; } #inner-dialog.ytve-link-icon-pick-dialog { border-radius: 10px; } .header.ytve-link-icon-pick-dialog, .suggestions.ytve-link-icon-pick-dialog, .upload.ytve-link-icon-pick-dialog, .footer.ytve-link-icon-pick-dialog, .header.ytve-channel-pick-dialog, .search.ytve-channel-pick-dialog, .header.ytcp-playlist-pick-dialog, .search.ytcp-playlist-pick-dialog { border: 0; } .suggestions.ytve-link-icon-pick-dialog, .upload.ytve-link-icon-pick-dialog, .search.ytve-channel-pick-dialog, .cards-container.ytve-channel-pick-dialog, .search.ytcp-playlist-pick-dialog, .playlists.ytcp-playlist-pick-dialog { background-color: var(--bg2-color); } .upload-center.ytve-link-icon-pick-dialog #preview.selected.ytve-link-icon-pick-dialog, .card.selected.ytve-link-icon-pick-dialog { border-color: var(--accent-color); } .card.ytve-link-icon-pick-dialog { outline: none; } .footer.ytve-link-icon-pick-dialog, .playlists.ytcp-playlist-pick-dialog { border-radius: 0 0 10px 10px; } #inner-dialog.ytcp-playlist-pick-dialog { border-radius: 10px; } ytve-endscreen-editor-preview-overlay-item.editing.focsused .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing.selected .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing.dragging .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item, ytve-endscreen-editor-preview-overlay-item.editing .edit-overlay.ytve-endscreen-editor-preview-overlay-item .drag.ytve-endscreen-editor-preview-overlay-item:focus { background-color: var(--accent-color); } .search.ytve-channel-pick-dialog input.ytve-channel-pick-dialog { background: #3330 !important; } #create-playlist-form.ytcp-playlist-dialog, .action-buttons.ytcp-playlist-dialog { border: 0; } #search.ytcp-playlist-dialog { margin-top: 20px !important; } #playlists-list.ytcp-playlist-dialog, #create-playlist-form.ytcp-playlist-dialog { overflow-y: hidden !important; } #search.ytcp-playlist-dialog { background-color: var(--bg3-color); border: none !important; } ytcp-playlist-dialog[search-focused] paper-dialog div#search, #search.ytcp-playlist-dialog:hover { background-color: var(--item-color); } .header.ytcp-filter-dialog { border-radius: 10px 10px 0 0; } #top-row.ytcp-tabbed-filtered-action-bar, #bottom-row.ytcp-tabbed-filtered-action-bar { margin-top: 0; } ytcp-sort-filter-sub-menu-renderer.ytcp-comments-section, #sort-filter.ytcp-sort-filter-sub-menu-renderer { background-color: var(--bg2-color); color: #fff; border: none !important; border-radius: 5px; } yt-sort-filter-sub-menu-popup-renderer, #contentWrapper { border-radius: 10px; background-color: #0000; } .item.yt-sort-filter-sub-menu-popup-renderer { background-color: var(--bg3-color); color: var(--text-color); } .item.yt-sort-filter-sub-menu-popup-renderer[selected], .item.yt-sort-filter-sub-menu-popup-renderer:hover { background-color: var(--item-color); } .footer.ytgn-video-translations-section { background-color: #0000; } #refresh-list.ytgn-video-translation-cell-captions, #refresh-list.ytgn-video-translation-cell-captions iron-icon { color: var(--text-color); } .vidiq-link-mounter.studio-beta-sidebar:hover { background-color: #0000; } div#description.ytcp-form-input-container { margin-top: 10px; } div.tags.input-container.ytcp-video-metadata-basics-old { margin-bottom: 5px; } .progress-label.ytcp-video-upload-progress, .progress-label-old.ytcp-video-upload-progress { color: var(--text-color); } ytcp-uploads-details * #outer.ytcp-form-input-container { background-color: var(--bg-color); } ytcp-uploads-details * .label.ytcp-thumbnails-compact-editor, ytcp-uploads-details * h3, .label.ytcp-thumbnails-compact-editor { color: var(--text-color) !important; } .step.ytcp-stepper[state="disabled"] .step-badge.ytcp-stepper { background-color: var(--bg-color); } .step.ytcp-stepper[state="disabled"] .step-badge.ytcp-stepper .step-badge-number.ytcp-stepper, .info-text.ytpp-ad-breaks-settings, div.info-container iron-icon, .accuracy-notification.ytpp-self-certification-questionnaire, h1.ytpp-self-certification-questionnaire, .questionnaire-header.ytpp-self-certification-questionnaire .title.ytpp-self-certification-questionnaire { color: var(--text-color); } ytcp-thumbnails-compact-editor-uploader[active] .upload-picker.ytcp-thumbnails-compact-editor-uploader button.ytcp-thumbnails-compact-editor-uploader { background-color: var(--bg3-color); } .main.ytpp-self-certification-questionnaire { background-color: #0000; } .predictor-wrapper.ytpp-self-certification-predictor { border-radius: 10px; } ytcp-badge[state="done"] .container.ytcp-badge, ytcp-badge[state="done"] .container.ytcp-badge iron-icon.ytcp-badge { color: #0b1; } ytcp-badge[state="done"] .container.ytcp-badge { background-color: #0914; } ytcp-badge[state="warning"] .container.ytcp-badge, ytcp-badge[state="warning"] .container.ytcp-badge iron-icon.ytcp-badge { color: #fa0; } ytcp-badge[state="warning"] .container.ytcp-badge { background-color: #fa04; } .footer-section.ytpp-self-certification-question { padding-bottom: 15px; } .footer-section.ytpp-self-certification-question .reset-button.ytpp-self-certification-question { color: var(--accent-color); font-family: 'Roboto', 'Noto', sans-serif; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-transform: uppercase; } .rating-accuracy-section.ytpp-self-certification-predictor .rating-accuracy-button.ytpp-self-certification-predictor { color: var(--accent-color); } .guidance-text.ytpp-self-certification-question { color: var(--text-darken-color); } .title.ytpp-self-certification-predictor, .source.ytpp-self-certification-predictor span.ytpp-self-certification-predictor, .explanation.ytpp-self-certification-predictor, div.ytcp-uploads-video-elements iron-icon, .video-title.ytcp-video-info, .info-text.ytcp-uploads-video-elements { color: var(--text-color); } .subtitle.ytpp-self-certification-predictor { color: var(--text-darken-color); } ytpp-self-certification-predictor[state="limited"] .ads-icon.ytpp-self-certification-predictor { color: #a70; } .still-processing-scrim.ytcp-uploads-video-elements { border-radius: 5px; opacity: 0.8; background-color: #000; } .container.ytcp-video-info { background-color: var(--bg-color); border-radius: 10px; } .guidelines-section.ytcp-uploads-review { background: #0000; } #description.ytcp-uploads-still-processing-dialog { color: var(--text-color); margin-top: 15px; } #dialog-content-text.ytcp-confirmation-dialog { color: var(--text-color); margin-top: 5px; } .video-title.ytcp-uploads-mini-indicator { color: var(--text-color); } .video-status-text.ytcp-uploads-mini-indicator { color: var(--text-darken2-color); } h1 { color: var(--text-color); } #row-container.ytcc-discovered-reuploads-row, #row-container.ytcr-history-complaint-row { background-color: var(--bg-color); } .first-row.ytcc-discovered-reuploads-row, .views-container.ytcc-discovered-reuploads-row, .tablecell-date.cell-body.ytcc-discovered-reuploads-row, .header-title.ytcr-takedown-webform, .reupload-video-title.ytcr-takedown-webform, .signature-note.ytcr-takedown-webform, .signature-note-icon.ytcr-takedown-webform, .second-row.ytcr-history-complaint-row, .first-row.ytcr-history-complaint-row, .cell-body.ytcr-history-complaint-row, .cell-header.ytcr-history-complaint-row { color: var(--text-color); } .second-row.ytcc-discovered-reuploads-row, .section-subtext.ytcr-takedown-webform { color: var(--text-darken-color); } ytcp-icon-button#takedown-button iron-icon svg g polygon { fill: var(--item-hover-color); stroke: var(--item-hover-color); } .header-section.ytcr-takedown-webform { background-color: var(--bg3-color); } .ytcr-takedown-webform * ytcp-text-dropdown-trigger, .ytcr-takedown-webform * .container.ytcp-dropdown-trigger, .ytcr-takedown-webform * #container.ytcp-video-metadata-visibility, .ytcr-takedown-webform * .text-container.ytve-lightweight-textarea { background-color: var(--bg2-color) !important; } ytcp-form-textarea.disabled .text-container.ytcp-form-textarea { background-color: var(--item-color); } ytcp-form-textarea.disabled textarea.ytcp-form-textarea { color: var(--item-hover-color) !important; } ytcp-form-textarea#requester-authority { min-height: 80px; } #message.ytcp-banner { color: var(--text-color); } .info-card-row.ytve-info-cards-editor-options-panel[selected], .info-card-row.ytve-info-cards-editor-options-panel[selected].ytve-info-cards-editor-options-panel:focus, .info-card-row.ytve-info-cards-editor-options-panel[selected].ytve-info-cards-editor-options-panel:hover { background-color: var(--bg2-color); } .info-card-type-option-container.ytve-info-cards-editor-default-options:hover { background-color: var(--theme-darken2-color); } div.ytve-external-links-terms-dialog { margin-top: 10px; } #inner-dialog.ytve-link-pick-dialog { border-radius: 10px; color: var(--text-color); } .header.ytve-link-pick-dialog, .header.ytve-link-pick-dialog div { background-color: var(--bg3-color); color: var(--text-color); border: 0; } #link-help-text.ytve-link-pick-dialog { color: var(--text-darken2-color); } .header.ytve-link-pick-dialog { border-radius: 100px; } .info-card-row.ytve-info-cards-editor-options-panel:focus, .info-card-row.ytve-info-cards-editor-options-panel:hover { background-color: var(--bg3-color); } .search.ytve-link-pick-dialog input.ytve-link-pick-dialog, .search.ytve-link-pick-dialog { background-color: var(--bg2-color); } .status.ytve-link-pick-dialog .sub.ytve-link-pick-dialog { margin-left: 0 !important; } .status.ytve-link-pick-dialog, .footer.ytve-link-pick-dialog { border: 0; } .footer.ytve-link-pick-dialog { border-radius: 0 0 10px 10px; } .card.ytve-info-cards-editor-preview-overlay .content.ytve-info-cards-editor-preview-overlay h2.ytve-info-cards-editor-preview-overlay { color: var(--text-color); } .option-text-area.ytcp-post-poll-attachment { color: var(--text-color); } #progressContainer.paper-progress, .indeterminate.paper-progress::after { background-color: var(--item-hover-color); } .message-text, .message-small-text, .banner-icon.ytcp-banner, .item-title.ytcd-card-header-item, #content-text.ytcd-comments-snapshot-item { color: var(--text-color) !important; } ytcp-banner[is-feature-banner].opened { margin-top: 0px; } .subtitle.ytcd-card-header-item, .metadata.ytcd-comments-snapshot-item, .description-note.ytcp-channel-branding-settings { color: var(--text-darken-color); } #author-name.ytcd-comments-snapshot-item { color: var(--text-color); font-weight: 450; } .step.ytcp-stepper-v2[state="active"] .step-title.ytcp-stepper-v2, .anchor-text.ytmus-library-table { color: var(--accent-color); } .step-title.ytcp-stepper-v2 { color: var(--theme-darken-color); } .step.ytcp-stepper-v2[state="active"] .step-badge.ytcp-stepper-v2, .step.ytcp-stepper-v2[state="visited"] .step-badge.ytcp-stepper-v2 { border-color: var(--accent-color); } .step.ytcp-stepper-v2[state="completed"] .step-badge.ytcp-stepper-v2 { background-color: var(--theme-darken-color); } .step.ytcp-stepper-v2:not([disabled]).ytcp-stepper-v2:hover, ytcp-stepper-v2[keyboard-focus] .step.ytcp-stepper-v2:not([disabled]).ytcp-stepper-v2:focus { background: #f002; } ytcp-dropdown-trigger[disabled] .container.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] iron-icon.ytcp-dropdown-trigger, ytcp-dropdown-trigger[disabled] .dropdown-trigger-text.ytcp-text-dropdown-trigger, ytcp-dropdown-trigger[disabled] .right-container.ytcp-dropdown-trigger iron-icon.ytcp-dropdown-trigger { background-color: var(--bg2-color) !important; color: var(--item-color) !important; } textarea.iron-autogrow-textareaб #moderation-reason.ytcp-comment { color: var(--text-color); } .footer-container.ytcc-discovered-tab { background-color: var(--bg-color); } #audio-library-link.ytcp-app { bottom: 40%; } ytmus-page { margin-top: 0px; } ytmus-player.ytmus-page { background-color: var(--bg2-color); } .track-info.ytmus-player, .progress-bar.ytmus-player { color: var(--text-color); } ytgn-community-tab-onboarding-screen { background-color: transparent !important; max-width: 100%; } .content.ytcp-dialog>[slot='content']:not([no-padding]) { margin-top: 16px; } .header-content.ytcp-dialog>[slot='secondary-header'], .footer.ytcp-dialog>[slot='secondary-footer'], .footer.ytcp-dialog>[slot='secondary-footer']:not([no-padding]) { margin-right: 8px; } textarea.iron-autogrow-textarea, .hour-label.yta-audience-online-card, .day-label.yta-audience-online-card, .explanation-text.yta-audience-online-card, .explanation-icon.yta-audience-online-card iron-icon { color: var(--text-color); } #metrics-container.yta-belled-subscribers-card #belled-row.yta-belled-subscribers-card .metric-icon.yta-belled-subscribers-card { border-color: var(--text-color); } #metrics-container.yta-belled-subscribers-card .row.yta-belled-subscribers-card svg path { stroke: var(--text-color); } .ypp-options-card.ytmonet-overview { background-color: var(--bg2-color); border-radius: 10px; } .option-header.ytmonet-overview, .option-detail.ytmonet-overview, .container.ytcp-promo-page>[slot='headline'], #body.ytmerch-overview-short-flow, .contract-title.ytcp-contracts-settings, #label.ytcp-permissions-settings, .feature-name.yt-trust-tiers-features-level, .requirements-heading.yt-trust-tiers-features-level, .requirement-name.yt-trust-tiers-features-level, .relation-name.yt-trust-tiers-features-level { color: var(--text-color); } .details.ytmerch-overview-short-flow, .contract-subtitle.ytcp-contracts-settings, .footer-section.ytcp-contracts-settings, .feature-level-explanation.yt-trust-tiers-features-level, .requirements-text.yt-trust-tiers-features-level, .section-label-subtext.ytpp-ad-breaks-settings { color: var(--text-darken-color); } #links.ytmerch-overview-short-flow, iron-icon.ytmerch-overview-short-flow { color: var(--accent-color) !important; --iron-icon-fill-color: var(--accent-color); } ytcp-contracts-settings, ytcp-permissions-settings { background: transparent; } .hl.yt-trust-tiers-features-level { border-color: var(--text-darken2-color); } #home-button:focus { outline: 0px transparent !important; } .text.ytcd-empty-news-item, a.ytcp-anchor, .container.ytcp-promo-page>[slot='subheading'], .body-text.ytpp-signup-overview, .ytpp-signup-overview[slot='body'] div.ytpp-signup-overview, .count.ytpp-signup-eligibility, .additional-info.ytpp-signup-overview, .user-name.ytcp-permissions-user-table, ytcp-contracts-settings[display-type="empty-for-channel"] { color: var(--text-color); } .threshold.ytpp-signup-eligibility, .user-email.ytcp-permissions-user-table, #invitation-note.ytcp-permissions-user-access-dialog, .under-container-message.ytcp-form-textarea { color: var(--text-darken-color); } a.ytcp-anchor { color: var(--accent-color); } .user-row.ytcp-permissions-user-table, .status-row.ytcr-copyright-header, #row-container.ytcr-claim-row { background-color: var(--bg-color); color: var(--text-color); border: none !important; } .cell.ytcr-copyright-header { border: none !important; } #name.ytcr-status-cell, #asset-title.ytcr-claim-list-cell-asset, .impact-summary-text.ytcr-claim-list-cell-impact, .policy-detail-container.ytcr-claim-list-cell-policy, .copyright-owner-detail.ytcr-claim-list-cell-owners { color: var(--text-color); } iron-icon.ytcr-claim-list-cell-claim-type, iron-icon.ytcr-claim-list-cell-policy { color: var(--text-color); } ytcr-claim-row { border-bottom: 1px #333 solid; } iron-collapse { background: var(--bg2-color); } .match-segment-detail.remove-default-style.ytcr-claim-list-cell-match-segments { color: var(--accent-color); } #bottom-section.ytcp-navigation-drawer { background: #111317; overflow: hidden; flex: 0 0 auto; padding-bottom: 8px; border-top: 3px solid #333841; } .menu-item-link.ytcp-navigation-drawer { display: block; outline: none; background: #1d2126 !important; margin: 10px 20px 0px 10px !important; transition: all 0.2s; border-radius: 8px !important; text-decoration: none; } ytcp-navigation-drawer[keyboard-focus] .menu-item-link.ytcp-navigation-drawer:focus tp-yt-paper-icon-item.ytcp-navigation-drawer, ytcp-navigation-drawer[keyboard-focus] tp-yt-paper-icon-item.ytcp-navigation-drawer:focus, tp-yt-paper-icon-item.ytcp-navigation-drawer:hover, tp-yt-paper-icon-item.ytcp-navigation-drawer[submenu-open], tp-yt-paper-icon-item.iron-selected.ytcp-navigation-drawer { background: #2c3038d4 !important; border-radius: 10px; } .thumbnail-wrapper.ytcp-navigation-drawer { background: #14171c !important; border-bottom: 4px solid #323740; } .top-section.ytcp-navigation-drawer { padding-bottom: 12px; } ytcp-playlist-section-content { margin-top: 0px !important; } .style-scope.tp-yt-iron-icon[d="M4 13h6V7h4L7 0 0 7h4z"] { fill: #2b384a; } ytcp-topbar-menu-button-renderer.ytcp-header { margin: -4px 0 -4px 8px; background: #272b32 !important; } .labels-container.ytcp-topbar-menu-button-renderer { color: #c8d1e2; max-width: 150px; } .no-content-label.ytcp-playlist-section-content { color: #9ba6c1 !important; } .page.selected.ytcp-app { background: #0e0f12 !important; } .with-side-bar.yta-screen { background-color: #0f1013; height: 100%; } }
0.164114
0.028463
body { padding-top: 54px; background : white; } #image-user { margin-left: 30px; width: 40px; height: auto; } #image-logo { width: 50px; height: 50px; } #image-menu{ margin-left: 2px; width: 250px ; height: 200px; } #image-rating { margin-left: 2px; width: 390px ; height: 250px; } #image-promo { margin: 0 auto; width: 820px; height: 400px; } .container-form{ border: 1px solid #dedcdc; border-radius: 10px; margin: 20px 0px 30px 5px; } #menu-form { padding: 20px; } .form-jumlah { border-radius: 10px; width: 20px; background-color: red; } @media (min-width: 992px) { body { padding-top: 56px; } } .list-drop { margin-top: 10px; } .list-drop:hover { text-decoration: none; } .dropdown-menu { width: 255px; height: auto; } .btn-upload{ margin: 0 0 0 700px; } .btn-upload:hover, .btn-pesan:hover{ background-color: #3baef0; } .btn-pesan { margin: 30px 0 0 700px; } .form-check-input { margin: 10px 0 0 100px; } #check-all { display: none; } #delete { display: none; } .card-title { text-transform: capitalize; } .mb-4 { margin-top: 80px; } /*Checked*/ .checked { color: orange; } .user-login { text-transform: capitalize; font-size: 20px; margin-bottom: 5px; } #image-home { width: 1900px; height: 600px; } /*Slide curaousel*/ #slide { margin: 80px 60px 0 60px; } #slide-color { margin: 0 0 0 0; height: 620px; background-color: #f0f0f0; } @media screen and (max-width:900px){ #slide { margin: 80px 0 0 0; } } @media screen and (max-width:344px){ #slide { margin: 110px 0 0 0; } } #akun { display: ; } /* dropdown*/ .dropdown-content { display: none; position: absolute; background-color: #ffffff; min-width: 255px; border: 1px solid #e5e5e5; z-index: 1; } .dropdown-content li { padding: 6px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; }
css/shop-homepage.css
body { padding-top: 54px; background : white; } #image-user { margin-left: 30px; width: 40px; height: auto; } #image-logo { width: 50px; height: 50px; } #image-menu{ margin-left: 2px; width: 250px ; height: 200px; } #image-rating { margin-left: 2px; width: 390px ; height: 250px; } #image-promo { margin: 0 auto; width: 820px; height: 400px; } .container-form{ border: 1px solid #dedcdc; border-radius: 10px; margin: 20px 0px 30px 5px; } #menu-form { padding: 20px; } .form-jumlah { border-radius: 10px; width: 20px; background-color: red; } @media (min-width: 992px) { body { padding-top: 56px; } } .list-drop { margin-top: 10px; } .list-drop:hover { text-decoration: none; } .dropdown-menu { width: 255px; height: auto; } .btn-upload{ margin: 0 0 0 700px; } .btn-upload:hover, .btn-pesan:hover{ background-color: #3baef0; } .btn-pesan { margin: 30px 0 0 700px; } .form-check-input { margin: 10px 0 0 100px; } #check-all { display: none; } #delete { display: none; } .card-title { text-transform: capitalize; } .mb-4 { margin-top: 80px; } /*Checked*/ .checked { color: orange; } .user-login { text-transform: capitalize; font-size: 20px; margin-bottom: 5px; } #image-home { width: 1900px; height: 600px; } /*Slide curaousel*/ #slide { margin: 80px 60px 0 60px; } #slide-color { margin: 0 0 0 0; height: 620px; background-color: #f0f0f0; } @media screen and (max-width:900px){ #slide { margin: 80px 0 0 0; } } @media screen and (max-width:344px){ #slide { margin: 110px 0 0 0; } } #akun { display: ; } /* dropdown*/ .dropdown-content { display: none; position: absolute; background-color: #ffffff; min-width: 255px; border: 1px solid #e5e5e5; z-index: 1; } .dropdown-content li { padding: 6px 16px; text-decoration: none; display: block; } .dropdown-content a:hover {background-color: #f1f1f1} .dropdown:hover .dropdown-content { display: block; }
0.221687
0.049635
@charset "UTF-8"; /*BODY类*/ body { font-family: "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; line-height: 1.5; font-size: 14px; } *, *:before, *:after { padding: 0; margin: 0; box-sizing: inherit; -webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: transparent; } html, body { width: 100%; height: 100%; margin: 0; box-sizing: border-box; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } hr { box-sizing: content-box; height: 0; overflow: visible; } button, input, select { overflow: visible; text-transform: none; } button, input, optgroup, select, textarea { font: inherit; font-family: inherit; margin: 0; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } a { outline: 0; text-decoration: none; } button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; } img { border-style: none; } svg:not(:root) { overflow: hidden; } textarea { overflow: auto; } li { list-style: none; } /*边距类*/ .fox-pa-none { padding: 0 0; } .fox-pl-none { padding-left: 0; } .fox-pr-none { padding-right: 0; } .fox-pt-none { padding-top: 0; } .fox-pb-none { padding-bottom: 0; } .fox-px-none { padding-left: 0; padding-right: 0; } .fox-py-none { padding-top: 0; padding-bottom: 0; } .fox-ma-none { margin: 0 0; } .fox-ml-none { margin-left: 0; } .fox-mr-none { margin-right: 0; } .fox-mt-none { margin-top: 0; } .fox-mb-none { margin-bottom: 0; } .fox-mx-none { margin-left: 0; margin-right: 0; } .fox-my-none { margin-top: 0; margin-bottom: 0; } .fox-pa-xs { padding: 4px 4px; } .fox-pl-xs { padding-left: 4px; } .fox-pr-xs { padding-right: 4px; } .fox-pt-xs { padding-top: 4px; } .fox-pb-xs { padding-bottom: 4px; } .fox-px-xs { padding-left: 4px; padding-right: 4px; } .fox-py-xs { padding-top: 4px; padding-bottom: 4px; } .fox-ma-xs { margin: 4px 4px; } .fox-ml-xs { margin-left: 4px; } .fox-mr-xs { margin-right: 4px; } .fox-mt-xs { margin-top: 4px; } .fox-mb-xs { margin-bottom: 4px; } .fox-mx-xs { margin-left: 4px; margin-right: 4px; } .fox-my-xs { margin-top: 4px; margin-bottom: 4px; } .fox-pa-sm { padding: 8px 8px; } .fox-pl-sm { padding-left: 8px; } .fox-pr-sm { padding-right: 8px; } .fox-pt-sm { padding-top: 8px; } .fox-pb-sm { padding-bottom: 8px; } .fox-px-sm { padding-left: 8px; padding-right: 8px; } .fox-py-sm { padding-top: 8px; padding-bottom: 8px; } .fox-ma-sm { margin: 8px 8px; } .fox-ml-sm { margin-left: 8px; } .fox-mr-sm { margin-right: 8px; } .fox-mt-sm { margin-top: 8px; } .fox-mb-sm { margin-bottom: 8px; } .fox-mx-sm { margin-left: 8px; margin-right: 8px; } .fox-my-sm { margin-top: 8px; margin-bottom: 8px; } .fox-pa-md { padding: 16px 16px; } .fox-pl-md { padding-left: 16px; } .fox-pr-md { padding-right: 16px; } .fox-pt-md { padding-top: 16px; } .fox-pb-md { padding-bottom: 16px; } .fox-px-md { padding-left: 16px; padding-right: 16px; } .fox-py-md { padding-top: 16px; padding-bottom: 16px; } .fox-ma-md { margin: 16px 16px; } .fox-ml-md { margin-left: 16px; } .fox-mr-md { margin-right: 16px; } .fox-mt-md { margin-top: 16px; } .fox-mb-md { margin-bottom: 16px; } .fox-mx-md { margin-left: 16px; margin-right: 16px; } .fox-my-md { margin-top: 16px; margin-bottom: 16px; } .fox-pa-lg { padding: 24px 24px; } .fox-pl-lg { padding-left: 24px; } .fox-pr-lg { padding-right: 24px; } .fox-pt-lg { padding-top: 24px; } .fox-pb-lg { padding-bottom: 24px; } .fox-px-lg { padding-left: 24px; padding-right: 24px; } .fox-py-lg { padding-top: 24px; padding-bottom: 24px; } .fox-ma-lg { margin: 24px 24px; } .fox-ml-lg { margin-left: 24px; } .fox-mr-lg { margin-right: 24px; } .fox-mt-lg { margin-top: 24px; } .fox-mb-lg { margin-bottom: 24px; } .fox-mx-lg { margin-left: 24px; margin-right: 24px; } .fox-my-lg { margin-top: 24px; margin-bottom: 24px; } .fox-pa-xl { padding: 48px 48px; } .fox-pl-xl { padding-left: 48px; } .fox-pr-xl { padding-right: 48px; } .fox-pt-xl { padding-top: 48px; } .fox-pb-xl { padding-bottom: 48px; } .fox-px-xl { padding-left: 48px; padding-right: 48px; } .fox-py-xl { padding-top: 48px; padding-bottom: 48px; } .fox-ma-xl { margin: 48px 48px; } .fox-ml-xl { margin-left: 48px; } .fox-mr-xl { margin-right: 48px; } .fox-mt-xl { margin-top: 48px; } .fox-mb-xl { margin-bottom: 48px; } .fox-mx-xl { margin-left: 48px; margin-right: 48px; } .fox-my-xl { margin-top: 48px; margin-bottom: 48px; } .fox-mt-auto, .fox-my-auto { margin-top: auto; } .fox-ml-auto, .fox-mx-auto { margin-left: auto; } .fox-mb-auto, .fox-my-auto { margin-bottom: auto; } .fox-mr-auto, .fox-mx-auto { margin-right: auto; } /*鼠标类*/ .c-p { cursor: pointer !important; } .c-not-allowed { cursor: not-allowed !important; } .c-inherit { cursor: inherit !important; } .c-none { cursor: none !important; } /*大小类*/ .fit { width: 100% !important; height: 100% !important; } .full-width { width: 100% !important; } .full-height { height: 100% !important; } .window-width { margin-left: 0 !important; margin-right: 0 !important; width: 100vw !important; } .window-height { margin-top: 0 !important; margin-bottom: 0 !important; height: 100vh !important; } .block { display: block !important; } .inline { display: inline-block !important; } /*方向类*/ .flip-horizontal { transform: scaleX(-1); } .flip-vertical { transform: scaleY(-1); } .fox-r-45 { transform: rotate(45deg); } .fox-r-90 { transform: rotate(90deg); } .fox-r-135 { transform: rotate(135deg); } .fox-r-180 { transform: rotate(180deg); } .fox-r-205 { transform: rotate(205deg); } .fox-r-270 { transform: rotate(270deg); } .fox-r-315 { transform: rotate(315deg); } /*可见性*/ .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .no-border { border: 0 !important; } .no-border-radius { border-radius: 0 !important; } .no-box-shadow { box-shadow: none !important; } .no-outline { outline: 0 !important; } .hidden { display: none !important; } .invisible { visibility: hidden !important; } .transparent { background: transparent !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-hidden-y { overflow-y: hidden !important; } .hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; } .hide-scrollbar::-webkit-scrollbar { width: 0; height: 0; display: none; } /*CSS定位类*/ .float-left { float: left; } .float-right { float: right; } .fixed { position: fixed; } .relative { position: relative; } .absolute { position: absolute; } .flex { display: flex; flex-wrap: wrap; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; }
base.css
@charset "UTF-8"; /*BODY类*/ body { font-family: "Roboto", "-apple-system", "Helvetica Neue", Helvetica, Arial, sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; line-height: 1.5; font-size: 14px; } *, *:before, *:after { padding: 0; margin: 0; box-sizing: inherit; -webkit-tap-highlight-color: transparent; -moz-tap-highlight-color: transparent; } html, body { width: 100%; height: 100%; margin: 0; box-sizing: border-box; } code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; } hr { box-sizing: content-box; height: 0; overflow: visible; } button, input, select { overflow: visible; text-transform: none; } button, input, optgroup, select, textarea { font: inherit; font-family: inherit; margin: 0; } button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; } a { outline: 0; text-decoration: none; } button:-moz-focusring, input:-moz-focusring { outline: 1px dotted ButtonText; } img { border-style: none; } svg:not(:root) { overflow: hidden; } textarea { overflow: auto; } li { list-style: none; } /*边距类*/ .fox-pa-none { padding: 0 0; } .fox-pl-none { padding-left: 0; } .fox-pr-none { padding-right: 0; } .fox-pt-none { padding-top: 0; } .fox-pb-none { padding-bottom: 0; } .fox-px-none { padding-left: 0; padding-right: 0; } .fox-py-none { padding-top: 0; padding-bottom: 0; } .fox-ma-none { margin: 0 0; } .fox-ml-none { margin-left: 0; } .fox-mr-none { margin-right: 0; } .fox-mt-none { margin-top: 0; } .fox-mb-none { margin-bottom: 0; } .fox-mx-none { margin-left: 0; margin-right: 0; } .fox-my-none { margin-top: 0; margin-bottom: 0; } .fox-pa-xs { padding: 4px 4px; } .fox-pl-xs { padding-left: 4px; } .fox-pr-xs { padding-right: 4px; } .fox-pt-xs { padding-top: 4px; } .fox-pb-xs { padding-bottom: 4px; } .fox-px-xs { padding-left: 4px; padding-right: 4px; } .fox-py-xs { padding-top: 4px; padding-bottom: 4px; } .fox-ma-xs { margin: 4px 4px; } .fox-ml-xs { margin-left: 4px; } .fox-mr-xs { margin-right: 4px; } .fox-mt-xs { margin-top: 4px; } .fox-mb-xs { margin-bottom: 4px; } .fox-mx-xs { margin-left: 4px; margin-right: 4px; } .fox-my-xs { margin-top: 4px; margin-bottom: 4px; } .fox-pa-sm { padding: 8px 8px; } .fox-pl-sm { padding-left: 8px; } .fox-pr-sm { padding-right: 8px; } .fox-pt-sm { padding-top: 8px; } .fox-pb-sm { padding-bottom: 8px; } .fox-px-sm { padding-left: 8px; padding-right: 8px; } .fox-py-sm { padding-top: 8px; padding-bottom: 8px; } .fox-ma-sm { margin: 8px 8px; } .fox-ml-sm { margin-left: 8px; } .fox-mr-sm { margin-right: 8px; } .fox-mt-sm { margin-top: 8px; } .fox-mb-sm { margin-bottom: 8px; } .fox-mx-sm { margin-left: 8px; margin-right: 8px; } .fox-my-sm { margin-top: 8px; margin-bottom: 8px; } .fox-pa-md { padding: 16px 16px; } .fox-pl-md { padding-left: 16px; } .fox-pr-md { padding-right: 16px; } .fox-pt-md { padding-top: 16px; } .fox-pb-md { padding-bottom: 16px; } .fox-px-md { padding-left: 16px; padding-right: 16px; } .fox-py-md { padding-top: 16px; padding-bottom: 16px; } .fox-ma-md { margin: 16px 16px; } .fox-ml-md { margin-left: 16px; } .fox-mr-md { margin-right: 16px; } .fox-mt-md { margin-top: 16px; } .fox-mb-md { margin-bottom: 16px; } .fox-mx-md { margin-left: 16px; margin-right: 16px; } .fox-my-md { margin-top: 16px; margin-bottom: 16px; } .fox-pa-lg { padding: 24px 24px; } .fox-pl-lg { padding-left: 24px; } .fox-pr-lg { padding-right: 24px; } .fox-pt-lg { padding-top: 24px; } .fox-pb-lg { padding-bottom: 24px; } .fox-px-lg { padding-left: 24px; padding-right: 24px; } .fox-py-lg { padding-top: 24px; padding-bottom: 24px; } .fox-ma-lg { margin: 24px 24px; } .fox-ml-lg { margin-left: 24px; } .fox-mr-lg { margin-right: 24px; } .fox-mt-lg { margin-top: 24px; } .fox-mb-lg { margin-bottom: 24px; } .fox-mx-lg { margin-left: 24px; margin-right: 24px; } .fox-my-lg { margin-top: 24px; margin-bottom: 24px; } .fox-pa-xl { padding: 48px 48px; } .fox-pl-xl { padding-left: 48px; } .fox-pr-xl { padding-right: 48px; } .fox-pt-xl { padding-top: 48px; } .fox-pb-xl { padding-bottom: 48px; } .fox-px-xl { padding-left: 48px; padding-right: 48px; } .fox-py-xl { padding-top: 48px; padding-bottom: 48px; } .fox-ma-xl { margin: 48px 48px; } .fox-ml-xl { margin-left: 48px; } .fox-mr-xl { margin-right: 48px; } .fox-mt-xl { margin-top: 48px; } .fox-mb-xl { margin-bottom: 48px; } .fox-mx-xl { margin-left: 48px; margin-right: 48px; } .fox-my-xl { margin-top: 48px; margin-bottom: 48px; } .fox-mt-auto, .fox-my-auto { margin-top: auto; } .fox-ml-auto, .fox-mx-auto { margin-left: auto; } .fox-mb-auto, .fox-my-auto { margin-bottom: auto; } .fox-mr-auto, .fox-mx-auto { margin-right: auto; } /*鼠标类*/ .c-p { cursor: pointer !important; } .c-not-allowed { cursor: not-allowed !important; } .c-inherit { cursor: inherit !important; } .c-none { cursor: none !important; } /*大小类*/ .fit { width: 100% !important; height: 100% !important; } .full-width { width: 100% !important; } .full-height { height: 100% !important; } .window-width { margin-left: 0 !important; margin-right: 0 !important; width: 100vw !important; } .window-height { margin-top: 0 !important; margin-bottom: 0 !important; height: 100vh !important; } .block { display: block !important; } .inline { display: inline-block !important; } /*方向类*/ .flip-horizontal { transform: scaleX(-1); } .flip-vertical { transform: scaleY(-1); } .fox-r-45 { transform: rotate(45deg); } .fox-r-90 { transform: rotate(90deg); } .fox-r-135 { transform: rotate(135deg); } .fox-r-180 { transform: rotate(180deg); } .fox-r-205 { transform: rotate(205deg); } .fox-r-270 { transform: rotate(270deg); } .fox-r-315 { transform: rotate(315deg); } /*可见性*/ .no-margin { margin: 0 !important; } .no-padding { padding: 0 !important; } .no-border { border: 0 !important; } .no-border-radius { border-radius: 0 !important; } .no-box-shadow { box-shadow: none !important; } .no-outline { outline: 0 !important; } .hidden { display: none !important; } .invisible { visibility: hidden !important; } .transparent { background: transparent !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-hidden-y { overflow-y: hidden !important; } .hide-scrollbar { scrollbar-width: none; -ms-overflow-style: none; } .hide-scrollbar::-webkit-scrollbar { width: 0; height: 0; display: none; } /*CSS定位类*/ .float-left { float: left; } .float-right { float: right; } .fixed { position: fixed; } .relative { position: relative; } .absolute { position: absolute; } .flex { display: flex; flex-wrap: wrap; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .text-left { text-align: left; } .text-center { text-align: center; } .text-right { text-align: right; }
0.370453
0.056081
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html.js .loader { background: none repeat scroll 0 0 white; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; } html.js .loader .loader_inner { background-image: url("../img/preloader.gif"); background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: white; height: 60px; width: 60px; margin-top: -30px; margin-left: -30px; left: 50%; top: 50%; position: absolute; } body { font-family: "GothamProRegular"; font-weight: normal; font-size: 14px; min-width: 480px; position: relative; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } body input:focus:required:invalid, body textarea:focus:required:invalid { color: red; } body input:required:valid, body textarea:required:valid { color: green; } .hidden { display: none; } header { width: 100%; } .topHeader { border-bottom: 2px solid #d9d9d9; } .topHeader__wrap { font-size: 0.875em; font-family: "GothamProRegular"; color: #444444; text-transform: uppercase; } .topHeader__wrap i { font-size: 15px; vertical-align: text-bottom; } .topHeader__border { border-left: 2px solid #d9d9d9; border-right: 2px solid #d9d9d9; } .topHeader__wrap { padding: 14px 0; } .center { text-align: center; } .left { text-align: right; } .logo { padding-top: 37px; } .headersearch__wrap { margin-top: 43px; width: 533px; border: 1px solid #D9D9D9; border-right: none; display: inline-block; padding: 20px 0; } .h__search { border: none; padding-left: 1em; padding-right: 1em; outline: none; border-right: none; font-size: 15px; color: #444444; font-family: "GothamProRegular"; width: 49%; text-transform: uppercase; } .nav__select { border: none; display: inline-block; padding-left: 48px; padding-right: 24px; border-right: none; margin-left: -4px; outline: none; font-family: "GothamProRegular"; color: #444444; border-left: 1px solid #8c8c8c; } .button__search { display: inline-block; color: #fff; background-color: #db3838; padding-bottom: 20px; padding-top: 18px; margin-left: -5px; padding-left: 1.5625em; padding-right: 1.5625em; font-size: 19px; cursor: pointer; } .social__wrapper { display: inline-block; margin-left: 4%; } .social__list { margin-top: 9px; width: 39px; padding: 3px 0; font-size: 20px; border-radius: 1em; background-color: #fff; border: 1px solid #686868; color: #686868; outline: none; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .social__list i { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .social__list:hover { border: 1px solid #8C8C8C; } .social__list:hover i { color: #8C8C8C; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .social__list:nth-child(2) { margin-left: 8px; } .social__list:nth-child(3) { margin-left: 8px; } .social__list:nth-child(4) { margin-left: 8px; } .navi__list { float: left; } .navi__anchor { display: inline-block; padding: 24px 1.3125em 19px; font-size: 15px; font-family: "GothamProRegular"; color: white; text-transform: uppercase; border-bottom: 8px solid #000; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .navi__anchor:hover, .navi__anchor:active, .navi__anchor:focus { border-bottom: 8px solid #db3838; text-decoration: none; color: white; } nav { background-color: #000; } nav ul { overflow: hidden; padding-left: 30px; } .navigation { margin-top: 17px; } .shopping__card { float: left; margin-left: 24px; background-color: #db3838; padding: 0 30px; } .shopping__card a { border-bottom: 8px solid #db3838; padding-left: 10px; } .shopping__card i { color: #fff; } .hiddenButton { color: #fff; font-size: 1.3em; text-align: center; display: none; } .hiddenButton i { vertical-align: text-bottom; } .pagintion__wrap { font-family: "GothamProMedium"; font-size: 15px; color: #444444; padding: 60px 0; } .pagintion__wrap i { padding: 0 0.8125em; } .quickPagination { cursor: pointer; } .quickPagination::after { display: inline-block; content: ':'; padding: 0 19px; } .quickPagination:last-child::after { display: none; } .pagination__container { position: relative; cursor: pointer; overflow: hidden; } .pagination__container img { width: 100%; height: auto; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .absoluteBlockPagination { position: absolute; top: 0; color: #fff; width: 100%; text-align: center; } .absoluteBlockPagination h3 { padding-top: 88px; font-size: 22px; text-transform: uppercase; font-family: "GothamProMedium"; } .pag__button { margin-top: 40px; color: #fff; font-family: "GothamProMedium"; font-size: 12px; text-transform: uppercase; padding: 16px 30px; background-color: #db3838; display: inline-block; } .pagination__container:hover img { transform: scale(1.2); -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .men__dress { margin-top: 97px; } .universal__title { font-family: "GothamProMedium"; font-size: 22px; width: 25%; color: #444444; text-transform: uppercase; border-bottom: 4px solid #808080; margin-bottom: 40px; padding-bottom: 30px; } .collection__b_wrap { position: relative; } .collection__hidden { position: absolute; top: 0; width: 100%; text-align: center; margin-top: 150px; } .collection__hidden h3 { font-size: 32px; font-family: "GothamProMedium"; color: #fff; text-transform: uppercase; } .collection__bigButton { margin-top: 40px; cursor: pointer; color: #fff; font-size: 12px; padding: 16px 95px; background-color: #db3838; display: inline-block; } .title__collection { padding: 27px 0 12px; font-family: "GothamProMedium"; color: #444444; font-size: 15px; border-bottom: 2px solid #e6e6e6; overflow: hidden; } .price__left { font-size: 20px; font-family: "GothamProMedium"; color: #444444; float: left; } .button__coll_right { float: right; margin-top: 25px; } .button__coll_right a { padding: 14px 16px; background-color: #db3838; color: white; font-size: 15px; } .button__coll_right a:hover, .button__coll_right a:active, .button__coll_right a:focus { text-decoration: none; color: white; } .price__block_coll { overflow: hidden; padding-top: 10px; } .rating > span:hover:before { content: "\2605"; position: absolute; } .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span { display: inline-block; position: relative; width: 1.1em; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .collection__b_wrap img { display: block; width: 100%; height: auto; } .owl-controls { position: absolute; top: -73px; right: 0; } .owl-carousel .owl-item img { display: block; height: auto; width: 100%; -webkit-transform-style: preserve-3d; } .restylePrev { font-size: 30px; } .owl-prev, .owl-next { display: inline-block; color: #737373; font-style: bold; padding: 1px 11px; border-radius: 10em; border: 2px solid #737373; text-align: center; transition: .5s; } .owl-prev:hover, .owl-next:hover { color: #A2A0A0; border: 2px solid #A2A0A0; } .owl-next { margin-left: 12px; } .collMinPic { width: 100%; height: auto; } .owl-item { overflow: hidden; } .owl-carousel .owl-item { -webkit-backface-visibility: hidden; position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; backface-visibility: hidden; } .blog__title { font-size: 22px; font-family: "GothamProMedium"; color: #444444; text-transform: uppercase; padding-top: 70px; padding-bottom: 26px; border-bottom: 4px solid #808080; } .blog__wrapper { margin-top: 42px; } .singleBlock__pic { position: relative; } .singleBlock__pic img { display: block; height: auto; width: 100%; } .singleBlock__date { position: absolute; bottom: 0; left: 0; padding: 13px 14px; background-color: #db3838; } .singleBlock__date span { font-size: 27px; color: white; text-transform: uppercase; font-family: "GothamProMedium"; display: block; line-height: 27px; } .singleBlock__date strong { font-size: 13px; color: white; text-transform: uppercase; font-family: "GothamProMedium"; display: block; line-height: 13px; text-align: center; } .singleBlog__title { font-size: 15px; font-family: "GothamProMedium"; color: #444444; text-transform: uppercase; padding: 33px 0 27px 0; cursor: pointer; } .singleBlog__title:hover { text-decoration: underline; } .singleblock__text { font-size: 15px; color: #444444; padding-bottom: 88px; } .footer__text { font-size: 15px; color: #444444; padding-top: 29px; } .footer__title { font-size: 20px; font-family: "GothamProBold"; color: #444444; font-weight: bold; text-transform: uppercase; display: inline-block; } .form__footer { display: inline-block; } .footer__search_i { width: 21.375em; padding: 18px 0 18px 32px; background-color: #e8e8e8; color: #6d6d6d; outline: none; border: none; margin-left: 2.375em; } .search__fotter_b { display: inline-block; width: 112px; height: 58px; border: none; outline: none; margin-left: -5px; color: #fff; background-color: #db3838; } .form__footer { padding-top: 11px; padding-bottom: 43px; } .footer__list { display: inline-block; float: left; } .footer__li { padding: 20px 0 0 0; } .footer__li i { padding-right: 1.1875em; } .footer__li a { font-size: 15px; color: #444444; font-family: "GothamProRegular"; } .footer__li a:active, .footer__li a:focus { text-decoration: none; } .footer__ul { padding-top: 10px; } .bigIcon { font-size: 20px; } .title__footer_list { font-size: 15px; font-family: "GothamProBold"; color: #444444; text-transform: uppercase; } .footer__list_wrap { padding-bottom: 87px; } .collection__bigButton:hover { background-color: #DC5C5C; } .collection__bigButton { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .button__coll_right a { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .button__coll_right a:hover { background-color: #DC5C5C; } .footer__list:not(:last-child) { padding-right: 98px; }
project/Fashion/css/main.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } html.js .loader { background: none repeat scroll 0 0 white; bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 9999; } html.js .loader .loader_inner { background-image: url("../img/preloader.gif"); background-size: cover; background-repeat: no-repeat; background-position: center center; background-color: white; height: 60px; width: 60px; margin-top: -30px; margin-left: -30px; left: 50%; top: 50%; position: absolute; } body { font-family: "GothamProRegular"; font-weight: normal; font-size: 14px; min-width: 480px; position: relative; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; } body input:focus:required:invalid, body textarea:focus:required:invalid { color: red; } body input:required:valid, body textarea:required:valid { color: green; } .hidden { display: none; } header { width: 100%; } .topHeader { border-bottom: 2px solid #d9d9d9; } .topHeader__wrap { font-size: 0.875em; font-family: "GothamProRegular"; color: #444444; text-transform: uppercase; } .topHeader__wrap i { font-size: 15px; vertical-align: text-bottom; } .topHeader__border { border-left: 2px solid #d9d9d9; border-right: 2px solid #d9d9d9; } .topHeader__wrap { padding: 14px 0; } .center { text-align: center; } .left { text-align: right; } .logo { padding-top: 37px; } .headersearch__wrap { margin-top: 43px; width: 533px; border: 1px solid #D9D9D9; border-right: none; display: inline-block; padding: 20px 0; } .h__search { border: none; padding-left: 1em; padding-right: 1em; outline: none; border-right: none; font-size: 15px; color: #444444; font-family: "GothamProRegular"; width: 49%; text-transform: uppercase; } .nav__select { border: none; display: inline-block; padding-left: 48px; padding-right: 24px; border-right: none; margin-left: -4px; outline: none; font-family: "GothamProRegular"; color: #444444; border-left: 1px solid #8c8c8c; } .button__search { display: inline-block; color: #fff; background-color: #db3838; padding-bottom: 20px; padding-top: 18px; margin-left: -5px; padding-left: 1.5625em; padding-right: 1.5625em; font-size: 19px; cursor: pointer; } .social__wrapper { display: inline-block; margin-left: 4%; } .social__list { margin-top: 9px; width: 39px; padding: 3px 0; font-size: 20px; border-radius: 1em; background-color: #fff; border: 1px solid #686868; color: #686868; outline: none; cursor: pointer; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .social__list i { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .social__list:hover { border: 1px solid #8C8C8C; } .social__list:hover i { color: #8C8C8C; -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); } .social__list:nth-child(2) { margin-left: 8px; } .social__list:nth-child(3) { margin-left: 8px; } .social__list:nth-child(4) { margin-left: 8px; } .navi__list { float: left; } .navi__anchor { display: inline-block; padding: 24px 1.3125em 19px; font-size: 15px; font-family: "GothamProRegular"; color: white; text-transform: uppercase; border-bottom: 8px solid #000; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .navi__anchor:hover, .navi__anchor:active, .navi__anchor:focus { border-bottom: 8px solid #db3838; text-decoration: none; color: white; } nav { background-color: #000; } nav ul { overflow: hidden; padding-left: 30px; } .navigation { margin-top: 17px; } .shopping__card { float: left; margin-left: 24px; background-color: #db3838; padding: 0 30px; } .shopping__card a { border-bottom: 8px solid #db3838; padding-left: 10px; } .shopping__card i { color: #fff; } .hiddenButton { color: #fff; font-size: 1.3em; text-align: center; display: none; } .hiddenButton i { vertical-align: text-bottom; } .pagintion__wrap { font-family: "GothamProMedium"; font-size: 15px; color: #444444; padding: 60px 0; } .pagintion__wrap i { padding: 0 0.8125em; } .quickPagination { cursor: pointer; } .quickPagination::after { display: inline-block; content: ':'; padding: 0 19px; } .quickPagination:last-child::after { display: none; } .pagination__container { position: relative; cursor: pointer; overflow: hidden; } .pagination__container img { width: 100%; height: auto; display: block; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .absoluteBlockPagination { position: absolute; top: 0; color: #fff; width: 100%; text-align: center; } .absoluteBlockPagination h3 { padding-top: 88px; font-size: 22px; text-transform: uppercase; font-family: "GothamProMedium"; } .pag__button { margin-top: 40px; color: #fff; font-family: "GothamProMedium"; font-size: 12px; text-transform: uppercase; padding: 16px 30px; background-color: #db3838; display: inline-block; } .pagination__container:hover img { transform: scale(1.2); -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */ -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); } .men__dress { margin-top: 97px; } .universal__title { font-family: "GothamProMedium"; font-size: 22px; width: 25%; color: #444444; text-transform: uppercase; border-bottom: 4px solid #808080; margin-bottom: 40px; padding-bottom: 30px; } .collection__b_wrap { position: relative; } .collection__hidden { position: absolute; top: 0; width: 100%; text-align: center; margin-top: 150px; } .collection__hidden h3 { font-size: 32px; font-family: "GothamProMedium"; color: #fff; text-transform: uppercase; } .collection__bigButton { margin-top: 40px; cursor: pointer; color: #fff; font-size: 12px; padding: 16px 95px; background-color: #db3838; display: inline-block; } .title__collection { padding: 27px 0 12px; font-family: "GothamProMedium"; color: #444444; font-size: 15px; border-bottom: 2px solid #e6e6e6; overflow: hidden; } .price__left { font-size: 20px; font-family: "GothamProMedium"; color: #444444; float: left; } .button__coll_right { float: right; margin-top: 25px; } .button__coll_right a { padding: 14px 16px; background-color: #db3838; color: white; font-size: 15px; } .button__coll_right a:hover, .button__coll_right a:active, .button__coll_right a:focus { text-decoration: none; color: white; } .price__block_coll { overflow: hidden; padding-top: 10px; } .rating > span:hover:before { content: "\2605"; position: absolute; } .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .rating { unicode-bidi: bidi-override; direction: rtl; } .rating > span { display: inline-block; position: relative; width: 1.1em; } .rating > span:hover:before, .rating > span:hover ~ span:before { content: "\2605"; position: absolute; } .collection__b_wrap img { display: block; width: 100%; height: auto; } .owl-controls { position: absolute; top: -73px; right: 0; } .owl-carousel .owl-item img { display: block; height: auto; width: 100%; -webkit-transform-style: preserve-3d; } .restylePrev { font-size: 30px; } .owl-prev, .owl-next { display: inline-block; color: #737373; font-style: bold; padding: 1px 11px; border-radius: 10em; border: 2px solid #737373; text-align: center; transition: .5s; } .owl-prev:hover, .owl-next:hover { color: #A2A0A0; border: 2px solid #A2A0A0; } .owl-next { margin-left: 12px; } .collMinPic { width: 100%; height: auto; } .owl-item { overflow: hidden; } .owl-carousel .owl-item { -webkit-backface-visibility: hidden; position: relative; min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; backface-visibility: hidden; } .blog__title { font-size: 22px; font-family: "GothamProMedium"; color: #444444; text-transform: uppercase; padding-top: 70px; padding-bottom: 26px; border-bottom: 4px solid #808080; } .blog__wrapper { margin-top: 42px; } .singleBlock__pic { position: relative; } .singleBlock__pic img { display: block; height: auto; width: 100%; } .singleBlock__date { position: absolute; bottom: 0; left: 0; padding: 13px 14px; background-color: #db3838; } .singleBlock__date span { font-size: 27px; color: white; text-transform: uppercase; font-family: "GothamProMedium"; display: block; line-height: 27px; } .singleBlock__date strong { font-size: 13px; color: white; text-transform: uppercase; font-family: "GothamProMedium"; display: block; line-height: 13px; text-align: center; } .singleBlog__title { font-size: 15px; font-family: "GothamProMedium"; color: #444444; text-transform: uppercase; padding: 33px 0 27px 0; cursor: pointer; } .singleBlog__title:hover { text-decoration: underline; } .singleblock__text { font-size: 15px; color: #444444; padding-bottom: 88px; } .footer__text { font-size: 15px; color: #444444; padding-top: 29px; } .footer__title { font-size: 20px; font-family: "GothamProBold"; color: #444444; font-weight: bold; text-transform: uppercase; display: inline-block; } .form__footer { display: inline-block; } .footer__search_i { width: 21.375em; padding: 18px 0 18px 32px; background-color: #e8e8e8; color: #6d6d6d; outline: none; border: none; margin-left: 2.375em; } .search__fotter_b { display: inline-block; width: 112px; height: 58px; border: none; outline: none; margin-left: -5px; color: #fff; background-color: #db3838; } .form__footer { padding-top: 11px; padding-bottom: 43px; } .footer__list { display: inline-block; float: left; } .footer__li { padding: 20px 0 0 0; } .footer__li i { padding-right: 1.1875em; } .footer__li a { font-size: 15px; color: #444444; font-family: "GothamProRegular"; } .footer__li a:active, .footer__li a:focus { text-decoration: none; } .footer__ul { padding-top: 10px; } .bigIcon { font-size: 20px; } .title__footer_list { font-size: 15px; font-family: "GothamProBold"; color: #444444; text-transform: uppercase; } .footer__list_wrap { padding-bottom: 87px; } .collection__bigButton:hover { background-color: #DC5C5C; } .collection__bigButton { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .button__coll_right a { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; } .button__coll_right a:hover { background-color: #DC5C5C; } .footer__list:not(:last-child) { padding-right: 98px; }
0.403214
0.066266
:root{ --dark:#181818; --fiol:#6B68E0; --purp:#781493; --fiol2:#6C6AE4; --purp2:#7A1294; --adaptive: * ((100vw - 320px) / (1920 - 320)); --zero: 0s; } ::-webkit-scrollbar-button{background-image:url('');background-repeat:no-repeat;width:5px;height:0}::-webkit-scrollbar-track{background-color:#ecedee}::-webkit-scrollbar-thumb{-webkit-border-radius:0;border-radius:0;background:linear-gradient(180deg,var(--fiol) 0,var(--purp) 100%)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--fiol) 0,var(--purp) 100%)}::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:4px;height:0}::-webkit-scrollbar{width:4px;height:4px} .grecaptcha-badge{display:none !important} *{ scrollbar-color: var(--purp2) #181818; scrollbar-width: thin; } body { background:right top no-repeat var(--dark); font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 15px; letter-spacing: 0.145em; background-position-x: 45vw; background-size: 55vw; background-image: url(/images/icons/sota.svg); @apply w-full max-w-full overflow-x-hidden text-white; } .body { @apply grid pt-2; } .wrapper { @apply container mx-auto; padding: 0 calc(15px + 25 var(--adaptive)); } .adaptive__font35,.column__popup > li { font-size: calc(23px + 12 var(--adaptive)); } .adaptive__font30 { font-size: calc(20px + 10 var(--adaptive)); } .adaptive__font28 { font-size: calc(18px + 10 var(--adaptive)); } .adaptive__font25{ font-size: calc(18px + 7 var(--adaptive)); } .adaptive__font22, .process__modal > span{ font-size: calc(16px + 6 var(--adaptive)); } .adaptive__font20, .column__popup > li > p{ font-size: calc(14px + 6 var(--adaptive)); } .adaptive__font18, .advan__text-item, .process__modal > p, .process__punkts > li{ font-size: calc(14px + 4 var(--adaptive)); } .adaptive__font16,.btn{ font-size: calc(12px + 4 var(--adaptive)); } .font-normal, .process__modal > p{ font-weight: normal; } .font-bold, .process__modal > span { font-weight: bold; } .pb-8w{ padding-bottom: 8vw; } .mt-5w{ margin-top: 5vw; } .pr-30w{ padding-right: 30vw; } .bg-plb{ background-position: left bottom; }
src/assets/css/default.css
:root{ --dark:#181818; --fiol:#6B68E0; --purp:#781493; --fiol2:#6C6AE4; --purp2:#7A1294; --adaptive: * ((100vw - 320px) / (1920 - 320)); --zero: 0s; } ::-webkit-scrollbar-button{background-image:url('');background-repeat:no-repeat;width:5px;height:0}::-webkit-scrollbar-track{background-color:#ecedee}::-webkit-scrollbar-thumb{-webkit-border-radius:0;border-radius:0;background:linear-gradient(180deg,var(--fiol) 0,var(--purp) 100%)}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--fiol) 0,var(--purp) 100%)}::-webkit-resizer{background-image:url('');background-repeat:no-repeat;width:4px;height:0}::-webkit-scrollbar{width:4px;height:4px} .grecaptcha-badge{display:none !important} *{ scrollbar-color: var(--purp2) #181818; scrollbar-width: thin; } body { background:right top no-repeat var(--dark); font-family: 'Montserrat', sans-serif; font-style: normal; font-weight: 600; font-size: 15px; letter-spacing: 0.145em; background-position-x: 45vw; background-size: 55vw; background-image: url(/images/icons/sota.svg); @apply w-full max-w-full overflow-x-hidden text-white; } .body { @apply grid pt-2; } .wrapper { @apply container mx-auto; padding: 0 calc(15px + 25 var(--adaptive)); } .adaptive__font35,.column__popup > li { font-size: calc(23px + 12 var(--adaptive)); } .adaptive__font30 { font-size: calc(20px + 10 var(--adaptive)); } .adaptive__font28 { font-size: calc(18px + 10 var(--adaptive)); } .adaptive__font25{ font-size: calc(18px + 7 var(--adaptive)); } .adaptive__font22, .process__modal > span{ font-size: calc(16px + 6 var(--adaptive)); } .adaptive__font20, .column__popup > li > p{ font-size: calc(14px + 6 var(--adaptive)); } .adaptive__font18, .advan__text-item, .process__modal > p, .process__punkts > li{ font-size: calc(14px + 4 var(--adaptive)); } .adaptive__font16,.btn{ font-size: calc(12px + 4 var(--adaptive)); } .font-normal, .process__modal > p{ font-weight: normal; } .font-bold, .process__modal > span { font-weight: bold; } .pb-8w{ padding-bottom: 8vw; } .mt-5w{ margin-top: 5vw; } .pr-30w{ padding-right: 30vw; } .bg-plb{ background-position: left bottom; }
0.380299
0.115636
*{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Baloo 2', cursive; } p{ margin-bottom: 0 !important; } a { display: flex; align-items: center; justify-content: center; text-decoration: none !important; background-color: transparent !important; } .grid-container { min-height: 100vh; display: grid; grid-template-columns: 1.3fr 0.7fr; grid-template-rows: 1fr; gap: 0px 1px; grid-template-areas: "a1 a2"; } .a1 { grid-area: a1; background-image: url(../img/fundoC.png); background-repeat: no-repeat; background-position: center; background-size: cover; border-right: 5px solid #ffcf47; border-bottom: 5px solid #ffcf47; } .a1 h1 { letter-spacing: 5px; font-size: 5vw; text-align: center; font-family: 'Bangers', cursive; color: rgb(255, 255, 255); text-shadow: 5px 5px 1px rgb(0, 0, 0); margin-top: 10px; } .grid-a1 { height: 70%; display: flex; justify-content: space-around; flex-direction: column; padding: 0% 10%; } .desc { height: 100%; display: flex; justify-content: center; flex-direction: column; } .desc h2 { color: rgb(255, 255, 255); border-left: 5px solid#ffcf47; padding-left: 15px; font-size: 2rem; text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5); } .desc p { text-align: justify; color: rgb(255, 255, 255); margin-bottom: 0rem; font-size: 1.5vmax; text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.507); } .personagem { height: 100%; display: flex; justify-content: center; align-items: center; } .bichos-grid{ align-items: center; justify-items: center; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0px 30px; grid-template-areas: "p1 p2 p3 p4" "p5 p6 p7 p8"; background-color: rgba(255, 255, 255, 0); width: 100%; height: 100%; } .quadrado{ width: 100%; height: 7vw; display: flex; justify-content: center; align-items: center; background: #9a7f54; border: 2px solid #b49463; border-left: 3px solid #ffcf47; border-radius: 30px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); transition: .1s; } .quadrado:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); background: #ffcf47; } .img2{ width: 60%; } .a2 { overflow: hidden; grid-area: a2; background-color: #ffcf47; border-left: 5px solid #8a704b; border-bottom: 5px solid #ffcf47; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; } .i-grid { width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column-reverse; align-items: center; z-index: 3; } .svg1{ position: absolute; top: 30px; } .img1{ padding-top: 50px; overflow: hidden; width: 300px; max-width: 100%; height: auto; z-index: 2; } .nome-personagem{ color: rgb(255, 255, 255); border: 2.5px solid#ffffff; font-size: 2vw; text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 10px 30px; } /*/////////////////////////////////////////////////////////////////////////////////////////////ANIMATIONS*/ .slide-top{animation:slide-top 2s linear infinite alternate-reverse} @keyframes slide-top{ 0%{ transform:translateX(0) } 100%{transform:translateX(-30px)} } .slide-top2{animation:slide-top 4s linear infinite alternate-reverse} @keyframes slide-top{ 0%{transform:translateX(-30px)} 100%{transform:translateX(0)} } .p1 { grid-area: p1; } .p2 { grid-area: p2; } .p3 { grid-area: p3; } .p4 { grid-area: p4; } .p5 { grid-area: p5; } .p6 { grid-area: p6; } .p7 { grid-area: p7; } .p8 { grid-area: p8; } /*Não consegui colocar isso dentro de info, tava bugando*/ .info { background-image: url(../img/fundoC.png); } .menu-flutuante{ background-image: url(../img/fundoC.png); } /*//////////////////////////////////////////////////////////////////////////////////////////////// MOVEL*/ @media only screen and (max-width: 480px){ .grid-container { height: 110vh; display: flex; flex-direction: column; } .a1 { height: 60%; border-right: 0px solid #ffcf47; } .a1 h1 { font-size: 2rem; text-shadow: 3px 3px 0px rgb(51, 51, 51); margin-top: 10px; } .grid-a1 { height: 80%; padding: 0% 5%; } .desc h2 { margin-top: 10px; font-size: 1.5rem; } .desc p { font-size: 4vw; } .bichos-grid { align-items: end; gap: 0px 5px; } .quadrado { height: auto; } .img2{ width: 70%; } .a2 { height: 40%; border-left: 0px solid #8a704b; border-top: 5px solid #8a704b; flex-direction: column-reverse; } .i-grid{ flex-direction: column; } .svg1 { position: absolute; top: -50px; } .img1 { padding-bottom: 10px; padding-top: 0px; width: 225px; max-width: 55vw; } .nome-personagem { font-size: 1rem; } .dNone{ display: none; } @media only screen and (max-height: 800px){ .grid-container { height: 130vh; display: flex; flex-direction: column; } } }
css/home.css
*{ margin: 0px; padding: 0px; box-sizing: border-box; font-family: 'Baloo 2', cursive; } p{ margin-bottom: 0 !important; } a { display: flex; align-items: center; justify-content: center; text-decoration: none !important; background-color: transparent !important; } .grid-container { min-height: 100vh; display: grid; grid-template-columns: 1.3fr 0.7fr; grid-template-rows: 1fr; gap: 0px 1px; grid-template-areas: "a1 a2"; } .a1 { grid-area: a1; background-image: url(../img/fundoC.png); background-repeat: no-repeat; background-position: center; background-size: cover; border-right: 5px solid #ffcf47; border-bottom: 5px solid #ffcf47; } .a1 h1 { letter-spacing: 5px; font-size: 5vw; text-align: center; font-family: 'Bangers', cursive; color: rgb(255, 255, 255); text-shadow: 5px 5px 1px rgb(0, 0, 0); margin-top: 10px; } .grid-a1 { height: 70%; display: flex; justify-content: space-around; flex-direction: column; padding: 0% 10%; } .desc { height: 100%; display: flex; justify-content: center; flex-direction: column; } .desc h2 { color: rgb(255, 255, 255); border-left: 5px solid#ffcf47; padding-left: 15px; font-size: 2rem; text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5); } .desc p { text-align: justify; color: rgb(255, 255, 255); margin-bottom: 0rem; font-size: 1.5vmax; text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.507); } .personagem { height: 100%; display: flex; justify-content: center; align-items: center; } .bichos-grid{ align-items: center; justify-items: center; display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 0px 30px; grid-template-areas: "p1 p2 p3 p4" "p5 p6 p7 p8"; background-color: rgba(255, 255, 255, 0); width: 100%; height: 100%; } .quadrado{ width: 100%; height: 7vw; display: flex; justify-content: center; align-items: center; background: #9a7f54; border: 2px solid #b49463; border-left: 3px solid #ffcf47; border-radius: 30px; box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); transition: .1s; } .quadrado:hover { box-shadow: 0px 0px 10px rgba(0, 0, 0, .5); background: #ffcf47; } .img2{ width: 60%; } .a2 { overflow: hidden; grid-area: a2; background-color: #ffcf47; border-left: 5px solid #8a704b; border-bottom: 5px solid #ffcf47; position: relative; display: flex; justify-content: center; align-items: center; flex-direction: column; } .i-grid { width: 100%; height: 100%; display: flex; justify-content: center; flex-direction: column-reverse; align-items: center; z-index: 3; } .svg1{ position: absolute; top: 30px; } .img1{ padding-top: 50px; overflow: hidden; width: 300px; max-width: 100%; height: auto; z-index: 2; } .nome-personagem{ color: rgb(255, 255, 255); border: 2.5px solid#ffffff; font-size: 2vw; text-shadow: 4px 4px 4px rgba(51, 51, 51, 0.5); background-color: rgba(0, 0, 0, 0.2); border-radius: 10px; padding: 10px 30px; } /*/////////////////////////////////////////////////////////////////////////////////////////////ANIMATIONS*/ .slide-top{animation:slide-top 2s linear infinite alternate-reverse} @keyframes slide-top{ 0%{ transform:translateX(0) } 100%{transform:translateX(-30px)} } .slide-top2{animation:slide-top 4s linear infinite alternate-reverse} @keyframes slide-top{ 0%{transform:translateX(-30px)} 100%{transform:translateX(0)} } .p1 { grid-area: p1; } .p2 { grid-area: p2; } .p3 { grid-area: p3; } .p4 { grid-area: p4; } .p5 { grid-area: p5; } .p6 { grid-area: p6; } .p7 { grid-area: p7; } .p8 { grid-area: p8; } /*Não consegui colocar isso dentro de info, tava bugando*/ .info { background-image: url(../img/fundoC.png); } .menu-flutuante{ background-image: url(../img/fundoC.png); } /*//////////////////////////////////////////////////////////////////////////////////////////////// MOVEL*/ @media only screen and (max-width: 480px){ .grid-container { height: 110vh; display: flex; flex-direction: column; } .a1 { height: 60%; border-right: 0px solid #ffcf47; } .a1 h1 { font-size: 2rem; text-shadow: 3px 3px 0px rgb(51, 51, 51); margin-top: 10px; } .grid-a1 { height: 80%; padding: 0% 5%; } .desc h2 { margin-top: 10px; font-size: 1.5rem; } .desc p { font-size: 4vw; } .bichos-grid { align-items: end; gap: 0px 5px; } .quadrado { height: auto; } .img2{ width: 70%; } .a2 { height: 40%; border-left: 0px solid #8a704b; border-top: 5px solid #8a704b; flex-direction: column-reverse; } .i-grid{ flex-direction: column; } .svg1 { position: absolute; top: -50px; } .img1 { padding-bottom: 10px; padding-top: 0px; width: 225px; max-width: 55vw; } .nome-personagem { font-size: 1rem; } .dNone{ display: none; } @media only screen and (max-height: 800px){ .grid-container { height: 130vh; display: flex; flex-direction: column; } } }
0.343342
0.150746
:root { --primary-color: rgba(168, 201, 230, 1); --primary-color-faded: rgba(168, 201, 230, 0.3); --secondary-color: hsl(209, 38%, 50%); --text-color: hsl(208, 38%, 35%, 1); --text-color-alt: hsl(208, 38%, 25%, 1); --white: hsl(208, 100%, 100%, 1); --shadow: rgba(0, 0, 0, 0.2); --delete: rgb(167, 74, 74); } * { box-sizing: border-box; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; /* border: 1px solid black; */ color: var(--text-color); } canvas { position: fixed; top: 0; left: 0; z-index: -5; } body { background-color: var(--white); background-image: linear-gradient( to right, var(--primary-color) 0%, var(--primary-color-faded) 35%, var(--primary-color-faded) 65%, var(--primary-color) 100% ); } a { text-decoration: none; transition: 0.25s ease all; color: var(--text-color); } a:visited { color: var(--text-color); } a:hover { color: var(--white); } input, textarea { outline: none; } ol { width: 100%; } li { list-style: none; } header, footer { width: 100vw; display: flex; justify-content: center; align-items: center; background-color: var(--primary-color); background-image: linear-gradient( to right, var(--secondary-color) 50%, var(--primary-color) 51% ); } header { border-bottom: 0.25rem solid white; } footer { border-top: 0.25rem solid white; } header .sub-wrapper, footer .sub-wrapper { padding: 1rem; background-color: var(--primary-color); background: linear-gradient( to right, var(--secondary-color), var(--primary-color) ); } /* footer { position: absolute; bottom: 0; } */ header a, header a:visited, header i { color: var(--white); } header a:hover { color: var(--text-color); } h1 { font-size: 3.5rem; text-shadow: 1px 2px 3px var(--shadow); } .wrapper { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100vh; } .sub-wrapper { width: 100vw; max-width: 1200px; display: flex; align-items: center; } header .sub-wrapper { justify-content: space-between; } footer .sub-wrapper { justify-content: flex-end; } nav a { margin: 0 1rem; padding: 0.35rem 1rem; border-radius: 0.75rem; font-size: 1.25rem; border: 2px solid var(--primary-color); background-color: var(--secondary-color); box-shadow: 1px 2px 3px 1px var(--shadow); transition: 0.25s ease all; } nav a:hover { background-color: var(--white); color: var(--secondary-color); } main { height: 100%; width: 100vw; max-width: 1080px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; /* flex-wrap: wrap; */ margin: 1.5rem; } form { display: flex; flex-direction: column; align-items: center; } form div { margin: 0.5rem; } button { padding: 0.5rem 1.5rem; text-transform: uppercase; background-color: var(--primary-color); outline: none; border: 2px solid var(--secondary-color); border-radius: 0.5rem; font-size: 1.25rem; font-weight: bold; box-shadow: 1px 2px 3px 1px var(--shadow); transition: 0.25s ease all; } button:hover { color: var(--white); background-color: var(--secondary-color); } #welcome-tag { width: 100%; text-align: center; display: block; padding: 0.5em; font-size: 1.5rem; } #welcome { font-weight: bold; } .login-form div, .signup-form div { margin: 0.25rem 0.5rem; } input, label { padding: 0.25rem 0.5rem; } input, textarea { border-right: 2px solid var(--primary-color); border-top: 2px solid var(--primary-color); border-left: 2px solid var(--primary-color); border-bottom: 2px solid var(--primary-color); } input:focus, textarea:focus { border-color: var(--secondary-color); background-color: var(--primary-color-faded); } .divide-header { margin-bottom: 1rem; text-align: center; width: 85%; color: var(--secondary-color); } .divide-header::after { content: ""; display: block; width: 100%; border-top: 2px solid var(--secondary-color); } #create-post, #edit-post { width: 100%; } #create-post, #edit-post, .comment-form { background-color: rgba(255, 255, 255, 0.6); } #create-post label, #edit-post label { font-weight: bold; } .new-post-form, .edit-post-form, .check-user-form, .login-form, .signup-form { width: 90%; } .edit-link { display: flex; width: 1.1rem; height: 1.1rem; margin-right: 1rem; } .form-div { width: 100%; display: flex; justify-content: center; align-items: center; } #check-username-div { width: 100%; display: flex; justify-content: center; } .check-user-form input, .login-form input, .signup-form input { width: 50%; padding: 0.75rem; border-radius: 1rem; text-align: center; font-size: 1.5rem; } #post-div { display: flex; flex-direction: column; } .new-post-form div, .edit-post-form div { width: 100%; display: flex; } .new-post-form input, .new-post-form textarea, .edit-post-form input, .edit-post-form textarea { resize: vertical; padding: 0.75rem; border-radius: 1rem; font-size: 1.5rem; } .comment-form, #create-post, #edit-post { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; border: 2px solid var(--primary-color); border-radius: 1rem; padding: 1rem; margin: 0.5rem 0; box-shadow: 1px 2px 3px 1px var(--shadow); } #edit-post h2 { width: 100%; text-align: center; } .button-foot { width: 100%; display: flex; justify-content: space-around; } .delete-btn:hover { background-color: var(--delete); } #comment-body { width: 100%; resize: vertical; padding: 0.75rem; border-radius: 1rem; font-size: 1.5rem; } .post-list, #comment-div { width: 90%; list-style: none; } #post-list-item { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; } .post { width: 100%; display: flex; justify-content: right; flex-wrap: wrap; background-color: var(--primary-color); border: 3px solid var(--primary-color); border-radius: 0.7rem; box-shadow: 1px 2px 3px 1px var(--shadow); margin-bottom: 1rem; } .post-title { display: flex; justify-content: space-between; align-items: baseline; width: 100%; padding: 0.5rem; font-size: 1.25rem; font-weight: bold; } .title-div { display: flex; align-items: baseline; } .post-content { width: 100%; padding: 0.5rem; background-color: var(--white); border-radius: 0 0 0.5rem 0.5rem; } .comment-count, .post .meta { font-style: italic; font-size: 0.8rem; font-weight: lighter; padding: 0 0.5rem; } .comments { width: 90%; background-color: rgba(255, 255, 255, 0.6); padding: 0.5em; margin-top: -1.5rem; margin-bottom: calc(-0.5rem - 2px); z-index: -1; border-left: 2px solid var(--primary-color); border-right: 2px solid var(--primary-color); border-bottom: 2px solid var(--primary-color); } .comments section { padding: 0.5rem; } .comments section:not(:first-of-type) { border-top: 2px dashed var(--primary-color); } .comments .text { padding: 0 1rem; } .comment-date { font-size: 0.9rem; }
public/styles/style.css
:root { --primary-color: rgba(168, 201, 230, 1); --primary-color-faded: rgba(168, 201, 230, 0.3); --secondary-color: hsl(209, 38%, 50%); --text-color: hsl(208, 38%, 35%, 1); --text-color-alt: hsl(208, 38%, 25%, 1); --white: hsl(208, 100%, 100%, 1); --shadow: rgba(0, 0, 0, 0.2); --delete: rgb(167, 74, 74); } * { box-sizing: border-box; margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; /* border: 1px solid black; */ color: var(--text-color); } canvas { position: fixed; top: 0; left: 0; z-index: -5; } body { background-color: var(--white); background-image: linear-gradient( to right, var(--primary-color) 0%, var(--primary-color-faded) 35%, var(--primary-color-faded) 65%, var(--primary-color) 100% ); } a { text-decoration: none; transition: 0.25s ease all; color: var(--text-color); } a:visited { color: var(--text-color); } a:hover { color: var(--white); } input, textarea { outline: none; } ol { width: 100%; } li { list-style: none; } header, footer { width: 100vw; display: flex; justify-content: center; align-items: center; background-color: var(--primary-color); background-image: linear-gradient( to right, var(--secondary-color) 50%, var(--primary-color) 51% ); } header { border-bottom: 0.25rem solid white; } footer { border-top: 0.25rem solid white; } header .sub-wrapper, footer .sub-wrapper { padding: 1rem; background-color: var(--primary-color); background: linear-gradient( to right, var(--secondary-color), var(--primary-color) ); } /* footer { position: absolute; bottom: 0; } */ header a, header a:visited, header i { color: var(--white); } header a:hover { color: var(--text-color); } h1 { font-size: 3.5rem; text-shadow: 1px 2px 3px var(--shadow); } .wrapper { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 100vh; } .sub-wrapper { width: 100vw; max-width: 1200px; display: flex; align-items: center; } header .sub-wrapper { justify-content: space-between; } footer .sub-wrapper { justify-content: flex-end; } nav a { margin: 0 1rem; padding: 0.35rem 1rem; border-radius: 0.75rem; font-size: 1.25rem; border: 2px solid var(--primary-color); background-color: var(--secondary-color); box-shadow: 1px 2px 3px 1px var(--shadow); transition: 0.25s ease all; } nav a:hover { background-color: var(--white); color: var(--secondary-color); } main { height: 100%; width: 100vw; max-width: 1080px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; /* flex-wrap: wrap; */ margin: 1.5rem; } form { display: flex; flex-direction: column; align-items: center; } form div { margin: 0.5rem; } button { padding: 0.5rem 1.5rem; text-transform: uppercase; background-color: var(--primary-color); outline: none; border: 2px solid var(--secondary-color); border-radius: 0.5rem; font-size: 1.25rem; font-weight: bold; box-shadow: 1px 2px 3px 1px var(--shadow); transition: 0.25s ease all; } button:hover { color: var(--white); background-color: var(--secondary-color); } #welcome-tag { width: 100%; text-align: center; display: block; padding: 0.5em; font-size: 1.5rem; } #welcome { font-weight: bold; } .login-form div, .signup-form div { margin: 0.25rem 0.5rem; } input, label { padding: 0.25rem 0.5rem; } input, textarea { border-right: 2px solid var(--primary-color); border-top: 2px solid var(--primary-color); border-left: 2px solid var(--primary-color); border-bottom: 2px solid var(--primary-color); } input:focus, textarea:focus { border-color: var(--secondary-color); background-color: var(--primary-color-faded); } .divide-header { margin-bottom: 1rem; text-align: center; width: 85%; color: var(--secondary-color); } .divide-header::after { content: ""; display: block; width: 100%; border-top: 2px solid var(--secondary-color); } #create-post, #edit-post { width: 100%; } #create-post, #edit-post, .comment-form { background-color: rgba(255, 255, 255, 0.6); } #create-post label, #edit-post label { font-weight: bold; } .new-post-form, .edit-post-form, .check-user-form, .login-form, .signup-form { width: 90%; } .edit-link { display: flex; width: 1.1rem; height: 1.1rem; margin-right: 1rem; } .form-div { width: 100%; display: flex; justify-content: center; align-items: center; } #check-username-div { width: 100%; display: flex; justify-content: center; } .check-user-form input, .login-form input, .signup-form input { width: 50%; padding: 0.75rem; border-radius: 1rem; text-align: center; font-size: 1.5rem; } #post-div { display: flex; flex-direction: column; } .new-post-form div, .edit-post-form div { width: 100%; display: flex; } .new-post-form input, .new-post-form textarea, .edit-post-form input, .edit-post-form textarea { resize: vertical; padding: 0.75rem; border-radius: 1rem; font-size: 1.5rem; } .comment-form, #create-post, #edit-post { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; border: 2px solid var(--primary-color); border-radius: 1rem; padding: 1rem; margin: 0.5rem 0; box-shadow: 1px 2px 3px 1px var(--shadow); } #edit-post h2 { width: 100%; text-align: center; } .button-foot { width: 100%; display: flex; justify-content: space-around; } .delete-btn:hover { background-color: var(--delete); } #comment-body { width: 100%; resize: vertical; padding: 0.75rem; border-radius: 1rem; font-size: 1.5rem; } .post-list, #comment-div { width: 90%; list-style: none; } #post-list-item { width: 100%; display: flex; justify-content: center; flex-wrap: wrap; } .post { width: 100%; display: flex; justify-content: right; flex-wrap: wrap; background-color: var(--primary-color); border: 3px solid var(--primary-color); border-radius: 0.7rem; box-shadow: 1px 2px 3px 1px var(--shadow); margin-bottom: 1rem; } .post-title { display: flex; justify-content: space-between; align-items: baseline; width: 100%; padding: 0.5rem; font-size: 1.25rem; font-weight: bold; } .title-div { display: flex; align-items: baseline; } .post-content { width: 100%; padding: 0.5rem; background-color: var(--white); border-radius: 0 0 0.5rem 0.5rem; } .comment-count, .post .meta { font-style: italic; font-size: 0.8rem; font-weight: lighter; padding: 0 0.5rem; } .comments { width: 90%; background-color: rgba(255, 255, 255, 0.6); padding: 0.5em; margin-top: -1.5rem; margin-bottom: calc(-0.5rem - 2px); z-index: -1; border-left: 2px solid var(--primary-color); border-right: 2px solid var(--primary-color); border-bottom: 2px solid var(--primary-color); } .comments section { padding: 0.5rem; } .comments section:not(:first-of-type) { border-top: 2px dashed var(--primary-color); } .comments .text { padding: 0 1rem; } .comment-date { font-size: 0.9rem; }
0.410638
0.117471
@charset "utf-8"; /* V1 Author: <NAME> Date: 5.2.20 */ /* M2LO12 */ /*M2LO14 This isn't really the best example/use of this as they are both the same color but if you were on a older system the top one would work instead of the bottom possibly so then it makes your website backwords compatable/progressive enchancement */ 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; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } html{ background-color: black; background-color: hsl(0, 0%, 0%); color: white; } header{ padding-bottom: 0px; } h1{ font-size: 150px; } /*M2LO12*/ /*M2LO5 Demonstrate contextual selectors (CSS, specify 2 times, showing two different types of contextual selectors as shown in Figure 2-12, Contextual Selectors, of the textbook)*/ nav > ul > li { list-style-type: none; display: inline-block; /*M2LO15*/ background-color: #333333; border-right: .5px solid #bbbbbb; } nav.horizontal li{ margin-top: 5px; display: block; float: left; width: 12.50%; } /* Need help with centering the image and keeping quality */ /*M2LO6 class selector*/ .center{ display:block; margin-left: auto; margin-right: auto; width: 50%; } /*M2LO6 id selector*/ #footer1{ text-align: center; } footer{ width: 100%; height: 80px; position: absolute; bottom: 0; left: 0; text-align: center; padding-top: 30px; clear: both; } /*M2LO3 Demonstrate style precedence and inheritance in CSS (CSS, this item should be specified 2 times, once where precedence is applied and once where inheritance is applied; see 2-3d Style Specificity and Precedence, and 2-3e Style Inheritance) */ li a { display: block; text-align: center; padding: 14px 16px; /*M2LO15*/ color: white; text-decoration: none; /* takes away underline/hyperlink atribute from showing*/ } /*M2LO11 */ li:last-child{ border-right: none; } /*M2LO11 */ li a:hover{ /*M2LO15*/ color: hsla(0, 0%, 100%, 0.7); background-color: black; } /*M2LO7*/ a[href]{ /*M2LO15*/ color: rgb(52, 98, 250); } body{ display: flex; flex-direction: column; } body > div > p{ font-size: 130%; line-height: 1.25; width: 40%; }
v1/styles.css
@charset "utf-8"; /* V1 Author: <NAME> Date: 5.2.20 */ /* M2LO12 */ /*M2LO14 This isn't really the best example/use of this as they are both the same color but if you were on a older system the top one would work instead of the bottom possibly so then it makes your website backwords compatable/progressive enchancement */ 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; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; } nav ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } /* change colours to suit your needs */ ins { background-color:#ff9; color:#000; text-decoration:none; } /* change colours to suit your needs */ mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; } html{ background-color: black; background-color: hsl(0, 0%, 0%); color: white; } header{ padding-bottom: 0px; } h1{ font-size: 150px; } /*M2LO12*/ /*M2LO5 Demonstrate contextual selectors (CSS, specify 2 times, showing two different types of contextual selectors as shown in Figure 2-12, Contextual Selectors, of the textbook)*/ nav > ul > li { list-style-type: none; display: inline-block; /*M2LO15*/ background-color: #333333; border-right: .5px solid #bbbbbb; } nav.horizontal li{ margin-top: 5px; display: block; float: left; width: 12.50%; } /* Need help with centering the image and keeping quality */ /*M2LO6 class selector*/ .center{ display:block; margin-left: auto; margin-right: auto; width: 50%; } /*M2LO6 id selector*/ #footer1{ text-align: center; } footer{ width: 100%; height: 80px; position: absolute; bottom: 0; left: 0; text-align: center; padding-top: 30px; clear: both; } /*M2LO3 Demonstrate style precedence and inheritance in CSS (CSS, this item should be specified 2 times, once where precedence is applied and once where inheritance is applied; see 2-3d Style Specificity and Precedence, and 2-3e Style Inheritance) */ li a { display: block; text-align: center; padding: 14px 16px; /*M2LO15*/ color: white; text-decoration: none; /* takes away underline/hyperlink atribute from showing*/ } /*M2LO11 */ li:last-child{ border-right: none; } /*M2LO11 */ li a:hover{ /*M2LO15*/ color: hsla(0, 0%, 100%, 0.7); background-color: black; } /*M2LO7*/ a[href]{ /*M2LO15*/ color: rgb(52, 98, 250); } body{ display: flex; flex-direction: column; } body > div > p{ font-size: 130%; line-height: 1.25; width: 40%; }
0.334698
0.093099
@charset "utf-8"; /* {{-- 原始 : hahaha --}} {{-- 維護 : --}} {{-- 指揮 : --}} {{-- ---------------------------------------------------------------------------------------------- --}} {{-- 決定 : name --}} {{-- ---------------------------------------------------------------------------- 說明 : ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------------------------------------- --}} */ .home_overview_title{ height: auto; float: left; position: relative; margin: 0; /* display:none; */ } .home_overview_title .hr_title{ border: 1px solid #ccc; width: 100%; } .home_overview_space{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content{ width: 100%; height: auto; float: left; position: relative; margin: 0 0 0 0%; } .home_overview_content .item{ display: block; width: 100%; height: auto; margin: 0; } .home_overview_content img{ /* margin: 15px 15px; */ display:block; margin: 0; width: 100%; height: auto; } @media (min-width: 576px) { .home_overview_title{ height: auto; float: left; position: relative; margin:50px 0 0 50px; /* display:none; */ } .home_overview_content{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content .item{ display: block; width: 600px; height: auto; margin: 15px; } .home_overview_content img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } @media (min-width: 768px) { .home_overview_content img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } .home_overview_content .hr1{ border: 1px solid #ccc; } .home_overview_content2{ width: 100%; height: auto; float: left; position: relative; margin: 0 0 0 0%; } .home_overview_content2 .item{ display: block; width: 100%; height: auto; margin: 0; } .home_overview_content2 img{ display:block; margin: 0; width: 100%; height: auto; } @media (min-width: 576px) { .home_overview_content2{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content2 .item{ display: block; width: 600px; height: auto; margin: 20px; } .home_overview_content2 img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } @media (min-width: 768px) { .home_overview_content2 img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } .home_overview_content2 .hr2{ border: 1px solid #ccc; } .carousel_content{ position:relative; float: left; /* margin: auto; */ display:block; width: 1920px; left: 50%; margin-left: -960px; } #water_wheel_carousel_button{ position:relative; float: left; display:block; width: 1% of viewport width; left: 50%; margin-left: -100px; } #water_wheel_carousel { display:block; margin: auto; width: 100%; left: 0; /* border:1px solid #222; */ height:300px; position:relative; float: left; clear:both; overflow:hidden; } #water_wheel_carousel img { visibility:hidden; cursor:pointer; width:400px; height:300px; }
public/assets/web/frontend_old/common/home/main_home/overview/main_home_overview.css
@charset "utf-8"; /* {{-- 原始 : hahaha --}} {{-- 維護 : --}} {{-- 指揮 : --}} {{-- ---------------------------------------------------------------------------------------------- --}} {{-- 決定 : name --}} {{-- ---------------------------------------------------------------------------- 說明 : ---------------------------------------------------------------------------- ---------------------------------------------------------------------------- --}} {{-- ---------------------------------------------------------------------------------------------- --}} */ .home_overview_title{ height: auto; float: left; position: relative; margin: 0; /* display:none; */ } .home_overview_title .hr_title{ border: 1px solid #ccc; width: 100%; } .home_overview_space{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content{ width: 100%; height: auto; float: left; position: relative; margin: 0 0 0 0%; } .home_overview_content .item{ display: block; width: 100%; height: auto; margin: 0; } .home_overview_content img{ /* margin: 15px 15px; */ display:block; margin: 0; width: 100%; height: auto; } @media (min-width: 576px) { .home_overview_title{ height: auto; float: left; position: relative; margin:50px 0 0 50px; /* display:none; */ } .home_overview_content{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content .item{ display: block; width: 600px; height: auto; margin: 15px; } .home_overview_content img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } @media (min-width: 768px) { .home_overview_content img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } .home_overview_content .hr1{ border: 1px solid #ccc; } .home_overview_content2{ width: 100%; height: auto; float: left; position: relative; margin: 0 0 0 0%; } .home_overview_content2 .item{ display: block; width: 100%; height: auto; margin: 0; } .home_overview_content2 img{ display:block; margin: 0; width: 100%; height: auto; } @media (min-width: 576px) { .home_overview_content2{ width: 96%; height: auto; float: left; position: relative; margin: 0 0 0 2%; } .home_overview_content2 .item{ display: block; width: 600px; height: auto; margin: 20px; } .home_overview_content2 img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } @media (min-width: 768px) { .home_overview_content2 img{ display:block; margin: 15px auto; width: 450px; height: 300px; } } .home_overview_content2 .hr2{ border: 1px solid #ccc; } .carousel_content{ position:relative; float: left; /* margin: auto; */ display:block; width: 1920px; left: 50%; margin-left: -960px; } #water_wheel_carousel_button{ position:relative; float: left; display:block; width: 1% of viewport width; left: 50%; margin-left: -100px; } #water_wheel_carousel { display:block; margin: auto; width: 100%; left: 0; /* border:1px solid #222; */ height:300px; position:relative; float: left; clear:both; overflow:hidden; } #water_wheel_carousel img { visibility:hidden; cursor:pointer; width:400px; height:300px; }
0.291082
0.095898
body { /* background: #a9d6bf; */ background: linear-gradient(to right, #70e0a2 0%, #8fd3b0 25%, #bbeae7 50%, #8fd3b0 75%, #70e0a2 100%); text-align: left; font-family: Arial; margin: 0; padding: 0; } .container { background: #fff; margin: 50px auto auto; width: 570px; position: relative; border-radius: 12px; padding: 5px 5px 15px; } .container img { max-width: 60px; display: inline-block; } .container-title { background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); padding: 20px; border-radius: 12px 12px 0 0; color: #fff; } .title { padding: 0; margin: 0; font-size: 28px; position: absolute; right: 32px; bottom: 247px; display: inline-block; font-family: Georgia, serif; } .title-h2 { padding: 0; margin: 0; font-size: 20px; position: absolute; right: 32px; bottom: 226px; display: inline-block; font-family: Georgia, serif; } #calcolo .label { font-weight: bold; color: #090; width: 120px; font-size: 15px; text-align: right; margin-right: 5px; text-transform: uppercase; } #calcolo input[type=text] { line-height: 24px; padding: 0 4px; margin: 0; text-transform: uppercase; font-size: 18px; box-sizing: border-box; } #calcolo select { font-size: 18px; } .cognome input[type="text"], .luogo input[type="text"] { width: 370px; } #calcolo .field.nome .input input { width: 231px; } .field.sesso .label { text-align: left!important; margin: 15px -65px 0 35px!important; } .field > div { display: inline-block; vertical-align: middle; margin-top: 15px; } #provincia { width: 40px; } .prov, .data, .nome, .sesso{ display: inline; } #form { font-size: 18px; margin: 20px auto; padding: 0px; width: 399px; } .form-input { color: #fff; /* background: #029b00; */ background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); border-radius: 12px; border: none; font-size: 20px; cursor: pointer; width: 399px; padding: 10px; } .form-input:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } .tab { text-indent: 40px; } /* -------------------------------------------------------------- */ .overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); /* opacizza lo sfondo */ transition: opacity 500ms; } .overlay:target { visibility: visible; opacity: 1; } .popup { margin: 300px auto; padding: 20px; background: #fff; border-radius: 5px; width: 30%; position: relative; transition: all 3s ease-in-out; } .popup-title { margin-top: 0; color: #090; font-size: 30px } .popup-close { position: absolute; top: 15px; right: 30px; transition: all 0ms; font-size: 40px; font-weight: bold; text-decoration: none; color: #333; } .popup-close:hover { color: #41C112; } .popup-button { padding: 0px; margin: 35px 0 0; text-align: center; } .popup-button-input { background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); border-radius: 12px; border: none; font-size: 18px; cursor: pointer; padding: 10px; color: #fff; position: relative; } .popup-button-input:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } #popup-content { font-size: 26px; /* max-height: 30%; */ overflow: auto; /* text-align: center; */ color: #000; } /* Easter Egg */ .popup-easter { margin: 300px auto; padding: 20px; background: #fff; border-radius: 5px; max-width: 63%; position: relative; transition: all 3s ease-in-out; } .popup-close-easter { position: absolute; top: 5px; right: 15px; transition: all 0ms; font-size: 40px; font-weight: bold; text-decoration: none; color: #fff; } .popup-close-easter:hover { color: #41C112; } .popup-result-easter { text-align: center; margin: 0 0; } #ownerArt { font-size: 16px; font-family: monospace; white-space: pre; } /*Cookie Consent Begin*/ #cookieConsent { background-color: rgba(0, 0, 0, 0.7); min-height: 32px; font-size: 15px; color: #ccc; line-height: 24px; padding: 8px 30px 8px 30px; font-family: "Trebuchet MS",Helvetica,sans-serif; position: fixed; bottom: 0; left: 0; right: 0; } #closeCookieConsent { float: right; /* display: inline-block; */ cursor: pointer; height: 20px; width: 20px; margin: 0; font-weight: bold; font-size: 20px; } #closeCookieConsent:hover { color: #fff; } .cookieConsentOK { float: right; /* display: inline-block; */ background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); color: #fff; border-radius: 5px; padding: 3px 12px; cursor: pointer; margin: 15px 60px 10px 0; } .cookieConsentOK:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } /* Pagina Responsive: e dove trovarla */ /* non qui :) */ @media screen and (max-width: 1024px) { .popup { width: 70%; } } .d-none { display: none; }
dist/css/style.css
body { /* background: #a9d6bf; */ background: linear-gradient(to right, #70e0a2 0%, #8fd3b0 25%, #bbeae7 50%, #8fd3b0 75%, #70e0a2 100%); text-align: left; font-family: Arial; margin: 0; padding: 0; } .container { background: #fff; margin: 50px auto auto; width: 570px; position: relative; border-radius: 12px; padding: 5px 5px 15px; } .container img { max-width: 60px; display: inline-block; } .container-title { background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); padding: 20px; border-radius: 12px 12px 0 0; color: #fff; } .title { padding: 0; margin: 0; font-size: 28px; position: absolute; right: 32px; bottom: 247px; display: inline-block; font-family: Georgia, serif; } .title-h2 { padding: 0; margin: 0; font-size: 20px; position: absolute; right: 32px; bottom: 226px; display: inline-block; font-family: Georgia, serif; } #calcolo .label { font-weight: bold; color: #090; width: 120px; font-size: 15px; text-align: right; margin-right: 5px; text-transform: uppercase; } #calcolo input[type=text] { line-height: 24px; padding: 0 4px; margin: 0; text-transform: uppercase; font-size: 18px; box-sizing: border-box; } #calcolo select { font-size: 18px; } .cognome input[type="text"], .luogo input[type="text"] { width: 370px; } #calcolo .field.nome .input input { width: 231px; } .field.sesso .label { text-align: left!important; margin: 15px -65px 0 35px!important; } .field > div { display: inline-block; vertical-align: middle; margin-top: 15px; } #provincia { width: 40px; } .prov, .data, .nome, .sesso{ display: inline; } #form { font-size: 18px; margin: 20px auto; padding: 0px; width: 399px; } .form-input { color: #fff; /* background: #029b00; */ background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); border-radius: 12px; border: none; font-size: 20px; cursor: pointer; width: 399px; padding: 10px; } .form-input:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } .tab { text-indent: 40px; } /* -------------------------------------------------------------- */ .overlay { position: fixed; top: 0; bottom: 0; left: 0; right: 0; background: rgba(0, 0, 0, 0.7); /* opacizza lo sfondo */ transition: opacity 500ms; } .overlay:target { visibility: visible; opacity: 1; } .popup { margin: 300px auto; padding: 20px; background: #fff; border-radius: 5px; width: 30%; position: relative; transition: all 3s ease-in-out; } .popup-title { margin-top: 0; color: #090; font-size: 30px } .popup-close { position: absolute; top: 15px; right: 30px; transition: all 0ms; font-size: 40px; font-weight: bold; text-decoration: none; color: #333; } .popup-close:hover { color: #41C112; } .popup-button { padding: 0px; margin: 35px 0 0; text-align: center; } .popup-button-input { background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); border-radius: 12px; border: none; font-size: 18px; cursor: pointer; padding: 10px; color: #fff; position: relative; } .popup-button-input:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } #popup-content { font-size: 26px; /* max-height: 30%; */ overflow: auto; /* text-align: center; */ color: #000; } /* Easter Egg */ .popup-easter { margin: 300px auto; padding: 20px; background: #fff; border-radius: 5px; max-width: 63%; position: relative; transition: all 3s ease-in-out; } .popup-close-easter { position: absolute; top: 5px; right: 15px; transition: all 0ms; font-size: 40px; font-weight: bold; text-decoration: none; color: #fff; } .popup-close-easter:hover { color: #41C112; } .popup-result-easter { text-align: center; margin: 0 0; } #ownerArt { font-size: 16px; font-family: monospace; white-space: pre; } /*Cookie Consent Begin*/ #cookieConsent { background-color: rgba(0, 0, 0, 0.7); min-height: 32px; font-size: 15px; color: #ccc; line-height: 24px; padding: 8px 30px 8px 30px; font-family: "Trebuchet MS",Helvetica,sans-serif; position: fixed; bottom: 0; left: 0; right: 0; } #closeCookieConsent { float: right; /* display: inline-block; */ cursor: pointer; height: 20px; width: 20px; margin: 0; font-weight: bold; font-size: 20px; } #closeCookieConsent:hover { color: #fff; } .cookieConsentOK { float: right; /* display: inline-block; */ background: linear-gradient(to bottom, #41C112 0%,#029b00 100%); color: #fff; border-radius: 5px; padding: 3px 12px; cursor: pointer; margin: 15px 60px 10px 0; } .cookieConsentOK:hover { background: linear-gradient(to bottom, #4de814 0%,#03ae00 100%); } /* Pagina Responsive: e dove trovarla */ /* non qui :) */ @media screen and (max-width: 1024px) { .popup { width: 70%; } } .d-none { display: none; }
0.359589
0.095898
@media only screen and (max-width: 1024px) { .after0::after { background-image: linear-gradient(90deg,rgba(15,15,15,1),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(15,15,15,1)); position: absolute; height: 23rem; width: 20rem; content: ""; pointer-events: none; z-index: 99; } .Asktable { transition-duration: 357ms; transform: translateX(17.5rem); } .Asktable.f0 { transition-duration: 357ms; transform: translateX(17.5rem); } .Asktable.f1 { transition-duration: 357ms; transform: translateX(12.5rem); } .Asktable.f2 { transition-duration: 357ms; transform: translateX(7.5rem); } .Asktable.f3 { transition-duration: 357ms; transform: translateX(2.5rem); } .Asktable.f4 { transition-duration: 357ms; transform: translateX(-3.5rem); } .Asktable.f5 { transition-duration: 357ms; transform: translateX(-8.5rem); } .Asktable.f6 { transition-duration: 357ms; transform: translateX(-13.5rem); } .Asktable.f7 { transition-duration: 357ms; transform: translateX(-18.5rem); } .Asktable.f8 { transition-duration: 357ms; transform: translateX(-23.5rem); } .Asktable.f9 { transition-duration: 357ms; transform: translateX(-28.5rem); } .Askstatus { transition-duration: 357ms; transform: translateX(17.5rem); } .Askstatus.f0 { transition-duration: 357ms; transform: translateX(17.5rem); } .Askstatus.f1 { transition-duration: 357ms; transform: translateX(12.5rem); } .Askstatus.f2 { transition-duration: 357ms; transform: translateX(7.5rem); } .Askstatus.f3 { transition-duration: 357ms; transform: translateX(2.5rem); } .Askstatus.f4 { transition-duration: 357ms; transform: translateX(-3.5rem); } .Askstatus.f5 { transition-duration: 357ms; transform: translateX(-8.5rem); } .Askstatus.f6 { transition-duration: 357ms; transform: translateX(-13.5rem); } .Askstatus.f7 { transition-duration: 357ms; transform: translateX(-18.5rem); } .Askstatus.f8 { transition-duration: 357ms; transform: translateX(-23.5rem); } .Askstatus.f9 { transition-duration: 357ms; transform: translateX(-28.5rem); } }
src/css/after.css
@media only screen and (max-width: 1024px) { .after0::after { background-image: linear-gradient(90deg,rgba(15,15,15,1),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(255,255,255,0),rgba(15,15,15,1)); position: absolute; height: 23rem; width: 20rem; content: ""; pointer-events: none; z-index: 99; } .Asktable { transition-duration: 357ms; transform: translateX(17.5rem); } .Asktable.f0 { transition-duration: 357ms; transform: translateX(17.5rem); } .Asktable.f1 { transition-duration: 357ms; transform: translateX(12.5rem); } .Asktable.f2 { transition-duration: 357ms; transform: translateX(7.5rem); } .Asktable.f3 { transition-duration: 357ms; transform: translateX(2.5rem); } .Asktable.f4 { transition-duration: 357ms; transform: translateX(-3.5rem); } .Asktable.f5 { transition-duration: 357ms; transform: translateX(-8.5rem); } .Asktable.f6 { transition-duration: 357ms; transform: translateX(-13.5rem); } .Asktable.f7 { transition-duration: 357ms; transform: translateX(-18.5rem); } .Asktable.f8 { transition-duration: 357ms; transform: translateX(-23.5rem); } .Asktable.f9 { transition-duration: 357ms; transform: translateX(-28.5rem); } .Askstatus { transition-duration: 357ms; transform: translateX(17.5rem); } .Askstatus.f0 { transition-duration: 357ms; transform: translateX(17.5rem); } .Askstatus.f1 { transition-duration: 357ms; transform: translateX(12.5rem); } .Askstatus.f2 { transition-duration: 357ms; transform: translateX(7.5rem); } .Askstatus.f3 { transition-duration: 357ms; transform: translateX(2.5rem); } .Askstatus.f4 { transition-duration: 357ms; transform: translateX(-3.5rem); } .Askstatus.f5 { transition-duration: 357ms; transform: translateX(-8.5rem); } .Askstatus.f6 { transition-duration: 357ms; transform: translateX(-13.5rem); } .Askstatus.f7 { transition-duration: 357ms; transform: translateX(-18.5rem); } .Askstatus.f8 { transition-duration: 357ms; transform: translateX(-23.5rem); } .Askstatus.f9 { transition-duration: 357ms; transform: translateX(-28.5rem); } }
0.61832
0.138258
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .container { width: 1201px; margin: 0 auto; } body { font-family: 'Roboto', sans-serif; color: #999999; font-size: 15px; line-height: 24px; font-weight: 300; margin: 0; } img { display: block; max-width: 100%; height: auto; } .page-nav { display: flex; justify-content: space-between; align-items: center; min-height: 50px; } .site-logo { display: inline-block; } .site-navigation { display: flex; justify-content: space-between; min-width: 491px; font-size: 14px; list-style: none; margin: 0; padding: 0; } .site-navigation a { font-family: 'Montserrat'; font-size: 14px; line-height: 1.2; color:#0f0101; font-weight: 300; text-transform: uppercase; text-decoration: none; display: block; } .site-navigation a::after { display: block; content: ''; background-color: rgb(243, 129, 129); position: absolute; width: 50px; height: 3px; margin-top: 12px; transform: scale(0); transition: transform 200ms ease-in-out; } .site-navigation a:hover { color:#f38181; } .site-navigation a:hover::after, .site-navigation a:focus::after { transform: scale(1); } .service { margin: 0 auto; padding: 0; } .container { margin: 0 auto; padding: 0; } .container-title { display: flex; flex-direction: column; } .service-pre-title { font-size: 24px; font-family: "Kaushan Script"; color: rgb(51, 51, 51); line-height: 1.2; text-align: center; margin: 0 auto; padding-bottom: 26px; padding-top: 117px; } .service-title { display: flex; flex-direction: column; font-size: 30px; font-family: 'Montserrat'; color:#515151; text-transform: uppercase; line-height: 1.2; font-weight: 700; text-align: center; margin: 0 auto; padding: 0; } .service-title::after { display: block; content: ""; width: 60px; height: 3px; background-color: rgb(243, 129, 129); margin: 0 auto; margin-top: 43px; margin-bottom: 66px; } .service-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; padding: 0; } .service-list-item { display: flex; align-items: center; justify-content: start; flex-wrap: wrap; width: 381px; list-style: none; margin-bottom: 60px; } .service-list-item::before { display: block; content: ""; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; background-color: transparent; cursor: pointer; } .service-list-item:nth-child(1)::before { background-image: url(../img/cart/ALARM.png); } .service-list-item:nth-child(2)::before { background-image: url(../img/cart/LINE\ GRAPH.png); } .service-list-item:nth-child(3)::before { background-image: url(../img/cart/COMPUTER\ _\ OK.png); } .service-list-item:nth-child(4)::before { background-image: url(../img/cart/BOOK\ 2.png); } .service-list-item:nth-child(5)::before { background-image: url(../img/cart/HOME.png); } .service-list-item:nth-child(6)::before { background-image: url(../img/cart/IMAGE.png); } .service-item-title { font-size: 14px; font-family: "Montserrat"; color: rgb(51, 51, 51); text-transform: uppercase; line-height: 1.2; text-align: left; margin: 0; padding-left: 55px; } .service-item-about { margin: 0; padding: 0; padding-left: 60px; text-align: center; } .team { margin: 0 auto; margin-bottom: 83px; } .container-team-content { margin: 0 auto; padding: 0; } .team-title { display: flex; flex-direction: column; } .team-pre-title{ font-size: 24px; font-family: "Kaushan Script"; color: rgb(51, 51, 51); line-height: 1.2; text-align: center; margin: 0 auto; padding-bottom: 26px; padding-top: 54px; } .team-title { font-size: 30px; font-family: 'Montserrat'; color:#515151; text-transform: uppercase; line-height: 1.2; font-weight: 700; text-align: center; margin: 0 auto; padding: 0; } .team-title::after { display: block; content: ""; width: 60px; height: 3px; background-color: rgb(243, 129, 129); margin: 0 auto; margin-top: 43px; margin-bottom: 46px; } .team-title-about { text-align: center; width: 941px; height: 39px; margin: 0 auto; padding-bottom: 94px; } .team-list { display: flex; justify-content: space-between; margin: 0 auto; padding: 0; } .team-list-item{ position: relative; text-align: center; list-style: none; width: 381px; } .team-list-item-image { transition: transform 0.2s linear; } .team-list-item:hover .team-list-item-image { transform: translate(-10px, -10px); } .team-list-item-socials { position: absolute; background: linear-gradient( to bottom, rgba(252, 227, 138, 0.9) 0%, rgba(243, 129, 129, 0.9) 100% ); opacity: 0; width: 381px; height: 470px; z-index: 1; transition: transform 0.2s linear, opacity 0.2s linear; } .team-list-item:hover .team-list-item-socials { transform: translate(-10px, -10px); box-shadow: 10px 10px 0 rgba(149, 225, 211, 1); opacity: 1; } .team-list-item-socials li { list-style: none; margin: 0; padding: 0; } .socials-icon { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 0; position: absolute; top: 207px; left: 80px; width: 224px; height: 56px; } .team-list-item-socials a { display: block; margin: 0 auto; padding: 0; cursor: pointer; } .icon-facebook { background-image: url(../img/cart/facebook.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-twitter { background-image: url(../img/cart/twitter.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-pinterest { background-image: url(../img/cart/pinterest.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-instagram { background-image: url(../img/cart/instagram.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .page-footer { margin: 0 auto; } .page-footer .container { display: flex; align-items: center; min-height: 63px; border-style: solid; border-width: 1px; border-color: rgb(231, 231, 231); } .page-footer p { margin: 0; font-size: 14px; font-family: "Montserrat"; color: rgb(51, 51, 51); line-height: 1.2; } .page-footer input { color: #e7e7e7; font-size: 15px; line-height: 24px; font-weight: 100; padding: 0; border-color: #e7e7e7; border-style: solid; border-width: 1px; width: 234px; height: 40px; margin-left: auto; } .page-footer button { border: none; font-size: 14px; font-family: "Montserrat"; color: rgb(255, 255, 255); font-weight: bold; text-transform: uppercase; line-height: 1.2; background-color: rgb(149, 225, 211); width: 150px; height: 40px; padding: 0; cursor: pointer; } .page-footer button:hover { background-color: green; color: red; }
module-06/css/style.css
html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; } .container { width: 1201px; margin: 0 auto; } body { font-family: 'Roboto', sans-serif; color: #999999; font-size: 15px; line-height: 24px; font-weight: 300; margin: 0; } img { display: block; max-width: 100%; height: auto; } .page-nav { display: flex; justify-content: space-between; align-items: center; min-height: 50px; } .site-logo { display: inline-block; } .site-navigation { display: flex; justify-content: space-between; min-width: 491px; font-size: 14px; list-style: none; margin: 0; padding: 0; } .site-navigation a { font-family: 'Montserrat'; font-size: 14px; line-height: 1.2; color:#0f0101; font-weight: 300; text-transform: uppercase; text-decoration: none; display: block; } .site-navigation a::after { display: block; content: ''; background-color: rgb(243, 129, 129); position: absolute; width: 50px; height: 3px; margin-top: 12px; transform: scale(0); transition: transform 200ms ease-in-out; } .site-navigation a:hover { color:#f38181; } .site-navigation a:hover::after, .site-navigation a:focus::after { transform: scale(1); } .service { margin: 0 auto; padding: 0; } .container { margin: 0 auto; padding: 0; } .container-title { display: flex; flex-direction: column; } .service-pre-title { font-size: 24px; font-family: "Kaushan Script"; color: rgb(51, 51, 51); line-height: 1.2; text-align: center; margin: 0 auto; padding-bottom: 26px; padding-top: 117px; } .service-title { display: flex; flex-direction: column; font-size: 30px; font-family: 'Montserrat'; color:#515151; text-transform: uppercase; line-height: 1.2; font-weight: 700; text-align: center; margin: 0 auto; padding: 0; } .service-title::after { display: block; content: ""; width: 60px; height: 3px; background-color: rgb(243, 129, 129); margin: 0 auto; margin-top: 43px; margin-bottom: 66px; } .service-list { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 auto; padding: 0; } .service-list-item { display: flex; align-items: center; justify-content: start; flex-wrap: wrap; width: 381px; list-style: none; margin-bottom: 60px; } .service-list-item::before { display: block; content: ""; width: 32px; height: 32px; background-repeat: no-repeat; background-position: center; background-color: transparent; cursor: pointer; } .service-list-item:nth-child(1)::before { background-image: url(../img/cart/ALARM.png); } .service-list-item:nth-child(2)::before { background-image: url(../img/cart/LINE\ GRAPH.png); } .service-list-item:nth-child(3)::before { background-image: url(../img/cart/COMPUTER\ _\ OK.png); } .service-list-item:nth-child(4)::before { background-image: url(../img/cart/BOOK\ 2.png); } .service-list-item:nth-child(5)::before { background-image: url(../img/cart/HOME.png); } .service-list-item:nth-child(6)::before { background-image: url(../img/cart/IMAGE.png); } .service-item-title { font-size: 14px; font-family: "Montserrat"; color: rgb(51, 51, 51); text-transform: uppercase; line-height: 1.2; text-align: left; margin: 0; padding-left: 55px; } .service-item-about { margin: 0; padding: 0; padding-left: 60px; text-align: center; } .team { margin: 0 auto; margin-bottom: 83px; } .container-team-content { margin: 0 auto; padding: 0; } .team-title { display: flex; flex-direction: column; } .team-pre-title{ font-size: 24px; font-family: "Kaushan Script"; color: rgb(51, 51, 51); line-height: 1.2; text-align: center; margin: 0 auto; padding-bottom: 26px; padding-top: 54px; } .team-title { font-size: 30px; font-family: 'Montserrat'; color:#515151; text-transform: uppercase; line-height: 1.2; font-weight: 700; text-align: center; margin: 0 auto; padding: 0; } .team-title::after { display: block; content: ""; width: 60px; height: 3px; background-color: rgb(243, 129, 129); margin: 0 auto; margin-top: 43px; margin-bottom: 46px; } .team-title-about { text-align: center; width: 941px; height: 39px; margin: 0 auto; padding-bottom: 94px; } .team-list { display: flex; justify-content: space-between; margin: 0 auto; padding: 0; } .team-list-item{ position: relative; text-align: center; list-style: none; width: 381px; } .team-list-item-image { transition: transform 0.2s linear; } .team-list-item:hover .team-list-item-image { transform: translate(-10px, -10px); } .team-list-item-socials { position: absolute; background: linear-gradient( to bottom, rgba(252, 227, 138, 0.9) 0%, rgba(243, 129, 129, 0.9) 100% ); opacity: 0; width: 381px; height: 470px; z-index: 1; transition: transform 0.2s linear, opacity 0.2s linear; } .team-list-item:hover .team-list-item-socials { transform: translate(-10px, -10px); box-shadow: 10px 10px 0 rgba(149, 225, 211, 1); opacity: 1; } .team-list-item-socials li { list-style: none; margin: 0; padding: 0; } .socials-icon { display: flex; justify-content: center; align-items: center; margin: 0 auto; padding: 0; position: absolute; top: 207px; left: 80px; width: 224px; height: 56px; } .team-list-item-socials a { display: block; margin: 0 auto; padding: 0; cursor: pointer; } .icon-facebook { background-image: url(../img/cart/facebook.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-twitter { background-image: url(../img/cart/twitter.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-pinterest { background-image: url(../img/cart/pinterest.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .icon-instagram { background-image: url(../img/cart/instagram.png); background-repeat: no-repeat; background-position: center; background-color: #fce38a; width: 56px; height: 56px; } .page-footer { margin: 0 auto; } .page-footer .container { display: flex; align-items: center; min-height: 63px; border-style: solid; border-width: 1px; border-color: rgb(231, 231, 231); } .page-footer p { margin: 0; font-size: 14px; font-family: "Montserrat"; color: rgb(51, 51, 51); line-height: 1.2; } .page-footer input { color: #e7e7e7; font-size: 15px; line-height: 24px; font-weight: 100; padding: 0; border-color: #e7e7e7; border-style: solid; border-width: 1px; width: 234px; height: 40px; margin-left: auto; } .page-footer button { border: none; font-size: 14px; font-family: "Montserrat"; color: rgb(255, 255, 255); font-weight: bold; text-transform: uppercase; line-height: 1.2; background-color: rgb(149, 225, 211); width: 150px; height: 40px; padding: 0; cursor: pointer; } .page-footer button:hover { background-color: green; color: red; }
0.441432
0.091951
.dataTable { background-color: white; border: 1px solid #000066; font-size : 7pt; margin: 5px; width:100%; } .dataTable th { border-right: 1px solid #c8c8ff; padding-left: 2px; padding-right:12px; font-family: arial, helvetica, sans-serif; font-weight: bold; color: white; background-color: #000066; margin-right: 5px; } .dataTable td { font-family: verdana, arial, helvetica, sans-serif; padding-left: 2px; } .dataTable td.nowrapclass { font-family: verdana, arial, helvetica, sans-serif; padding-left: 2px; vertical-align: top; white-space:nowrap; } .dataTable tr.total td { white-space: nowrap; vertical-align: top; font-weight: bold; border-top: 1px solid black; padding-bottom: 10px; } .dataTable tr.total td.customer { visibility: hidden; } .dataTable td.hidden { display: none; } .dataTable th.hidden { display: none; } .dataTable th.r { text-align: right; padding-right: 10px; } .dataTable th.c { text-align: center; } .dataTable td.r { text-align: right; padding-right: 10px; } .dataTable td.c { text-align: center; } .dataTable tr.odd { background-color: white; } .dataTable tr.even { background-color: #d6cfe6; } .dataTable th a ,.dataTable th a:visited { text-align: left; color: white; } .dataTable th a:hover { color: #ffcc00; background-color: transparent; } .dataTable .order1 { background-position: right; background-image: url(../images/arrow_up.gif); background-repeat: no-repeat; } .dataTable .order2 { background-position: right; background-image: url(../images/arrow_down.gif); background-repeat: no-repeat; } .pagelinks { color: #999999; margin: 5px; } .pagelinks img { vertical-align: middle; } span.export { font-size: 9pt; text-align: center; } .dataTable tr.rowMouseOver { background-image: url(../images/selected.gif); background-repeat: repeat-x; background-color: #ffff99; } .leftMenu { white-space: nowrap; height: 100%; background-color: #d6cfe6; font-family: verdana, arial, helvetica, sans-serif; } .displaycontent { width: 100%; padding: 10px; } .rightColumn { width: 3px; } .customer { width: 20%; text-align: left; } .orderNumber { width: 10%; text-align: left; } .orderDate { text-align: center; width: 10%; } .productName { width: 25%; } .quantity { text-align: center; width: 10%; } .lineItemTotal { text-align: right; width: 15%; padding-right:10px; } .logo { border-top: 1px solid #000066; border-left: 1px solid #000066; border-bottom: 1px solid #000066; display:inline; text-align: right; } .code { font-family: verdana, arial, helvetica, "courier new", monospace; font-size: 9pt; } .borderedInline { display: inline; border: 1px solid black; } img { border: 0px; }
saminda/cipres-airavata/cipres-portal/portal2/src/main/webapp/css/displaytag.css
.dataTable { background-color: white; border: 1px solid #000066; font-size : 7pt; margin: 5px; width:100%; } .dataTable th { border-right: 1px solid #c8c8ff; padding-left: 2px; padding-right:12px; font-family: arial, helvetica, sans-serif; font-weight: bold; color: white; background-color: #000066; margin-right: 5px; } .dataTable td { font-family: verdana, arial, helvetica, sans-serif; padding-left: 2px; } .dataTable td.nowrapclass { font-family: verdana, arial, helvetica, sans-serif; padding-left: 2px; vertical-align: top; white-space:nowrap; } .dataTable tr.total td { white-space: nowrap; vertical-align: top; font-weight: bold; border-top: 1px solid black; padding-bottom: 10px; } .dataTable tr.total td.customer { visibility: hidden; } .dataTable td.hidden { display: none; } .dataTable th.hidden { display: none; } .dataTable th.r { text-align: right; padding-right: 10px; } .dataTable th.c { text-align: center; } .dataTable td.r { text-align: right; padding-right: 10px; } .dataTable td.c { text-align: center; } .dataTable tr.odd { background-color: white; } .dataTable tr.even { background-color: #d6cfe6; } .dataTable th a ,.dataTable th a:visited { text-align: left; color: white; } .dataTable th a:hover { color: #ffcc00; background-color: transparent; } .dataTable .order1 { background-position: right; background-image: url(../images/arrow_up.gif); background-repeat: no-repeat; } .dataTable .order2 { background-position: right; background-image: url(../images/arrow_down.gif); background-repeat: no-repeat; } .pagelinks { color: #999999; margin: 5px; } .pagelinks img { vertical-align: middle; } span.export { font-size: 9pt; text-align: center; } .dataTable tr.rowMouseOver { background-image: url(../images/selected.gif); background-repeat: repeat-x; background-color: #ffff99; } .leftMenu { white-space: nowrap; height: 100%; background-color: #d6cfe6; font-family: verdana, arial, helvetica, sans-serif; } .displaycontent { width: 100%; padding: 10px; } .rightColumn { width: 3px; } .customer { width: 20%; text-align: left; } .orderNumber { width: 10%; text-align: left; } .orderDate { text-align: center; width: 10%; } .productName { width: 25%; } .quantity { text-align: center; width: 10%; } .lineItemTotal { text-align: right; width: 15%; padding-right:10px; } .logo { border-top: 1px solid #000066; border-left: 1px solid #000066; border-bottom: 1px solid #000066; display:inline; text-align: right; } .code { font-family: verdana, arial, helvetica, "courier new", monospace; font-size: 9pt; } .borderedInline { display: inline; border: 1px solid black; } img { border: 0px; }
0.416441
0.128963
/* generic element borders */ .entry, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button { border-image: -gtk-scaled(url("borders/generic-border.png"),url("borders/generic-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* focused element borders */ .entry:focus, GtkComboBox.combobox-entry .entry:focus, .button.default:active, .inline-toolbar.toolbar.vertical .button.default:active, .primary-toolbar .entry:focus, .primary-toolbar GtkComboBox.combobox-entry .entry:focus, .primary-toolbar .button.raised.default:active, .primary-toolbar .raised .button.default:active, .inline-toolbar.toolbar .button.default:active { border-image: -gtk-scaled(url("borders/generic-border-focused.png"),url("borders/generic-border-focused@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .button:active, .button:insensitive:active, .button.default:active, .button.default:active:hover, GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:active:hover, .spinbutton.vertical .button:active, .inline-toolbar.toolbar.vertical .button:active, .titlebar .titlebutton:active, .primary-toolbar .button:active, .primary-toolbar .button.raised:active, .primary-toolbar .raised .button:active, .inline-toolbar.toolbar .button:active, .primary-toolbar GtkComboBox .button:active, .primary-toolbar .button:active, .primary-toolbar .button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border.png"),url("borders/button-active-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* generic button borders */ .button, .spinbutton.vertical .button, .inline-toolbar.toolbar.vertical .button, .titlebar .titlebutton:hover, .primary-toolbar .button.raised, .primary-toolbar .raised .button, .inline-toolbar.toolbar .button, .primary-toolbar GtkComboBox .button, .primary-toolbar .button:hover, .button:insensitive, .button.default:insensitive, .spinbutton.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button.default:insensitive, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar GtkToolButton.suggested-action .button { border-image: -gtk-scaled(url("borders/button-border.png"),url("borders/button-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .primary-toolbar .button, .primary-toolbar .button:insensitive { border-image: none; } /* focused button borders */ .button.default, .primary-toolbar .button.raised.default, .primary-toolbar .raised .button.default, .inline-toolbar.toolbar .button.default { border-image: -gtk-scaled(url("borders/button-border-default.png"),url("borders/button-border-default@2.png")) 3 3 4 3 / 3px 3px 4px 3px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* tooltip elements borders */ .tooltip .entry, .tooltip .button { border-image: -gtk-scaled (url("borders/tooltip-generic-border.svg"),url("borders/tooltip-generic-border@2.png")) 3 / 3px stretch; border-width: 1px; border-style: solid; border-color: transparent; } /* tooltip focused elements borders */ .tooltip .entry:focus { border-image: -gtk-scaled (url("borders/tooltip-generic-border-focused.svg"),url("borders/tooltip-generic-border-focused@2.png")) 3 / 3px stretch; border-width: 1px; border-style: solid; border-color: transparent; } /* column-headers borders */ column-header.button, column-header .button, column-header.button:active, column-header .button:active, column-header.button:active:hover, column-header .button:active:hover, column-header.button:insensitive, column-header .button:insensitive { border-width: 0 1px 1px 0; border-radius: 0; border-style: solid; border-color: transparent; } column-header.button, column-header .button, column-header.button:active, column-header .button:active, column-header.button:active:hover, column-header .button:active:hover, column-header .button.dnd { border-image: linear-gradient(to top, mix(@borders, @theme_base_color, 0.5), @theme_base_color ) 0 1 1 0; } column-header.button:insensitive, column-header .button:insensitive { border-image: linear-gradient(to top, mix(@insensitive_borders, @insensitive_bg_color, 0.5), @insensitive_bg_color ) 0 1 1 0; } column-header.button:last-child, column-header:last-child .button, column-header.button:last-child:active, column-header:last-child .button:active, column-header.button:last-child:active:hover, column-header:last-child .button:active:hover { border-right-width: 0; } /* suggested action buttons borders */ .suggested-action.button, .suggested-action.button:insensitive { border-image: -gtk-scaled(url("borders/button-border-suggested.png"),url("borders/button-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .suggested-action.button:active, .suggested-action.button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border-suggested.png"),url("borders/button-active-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* destructive action buttons borders */ .destructive-action.button, .destructive-action.button:insensitive { border-image: -gtk-scaled(url("borders/button-border-destructive.png"),url("borders/button-border-destructive@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .destructive-action.button:active, .destructive-action.button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border-destructive.png"),url("borders/button-active-border-destructive@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /*selectionmode*/ .selection-mode.header-bar .button, .selection-mode.toolbar .button, .selection-mode.toolbar GtkToolButton .button, .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { border-image: -gtk-scaled(url("borders/button-border-suggested.png"),url("borders/button-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar GtkToolButton .button:active, .selection-mode.toolbar GtkToolButton .button:active:hover, .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { border-image: -gtk-scaled(url("borders/button-active-border-suggested.png"),url("borders/button-active-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .selection-mode.titlebar .titlebutton, .selection-mode.titlebar .titlebutton:active:hover { border-image: none; box-shadow: none; } /* scale */ .scale.trough { border-image: -gtk-scaled(url("borders/scale-trough-border.png"),url("borders/scale-trough-border@2.png")) 2 6 3 6 / 2px 6px 3px 6px stretch; border-radius: 2px; border-width: 1px 5px 2px 5px; border-style: solid; border-color: transparent; } .scale.trough.vertical { border-image: -gtk-scaled(url("borders/scale-trough-vertical-border.png"),url("borders/scale-trough-vertical-border@2.png")) 6 3 6 2 / 6px 3px 6px 2px stretch; border-radius: 2px; border-width: 5px 2px 5px 1px; border-style: solid; border-color: transparent; } .scale.trough.highlight { border-image: -gtk-scaled(url("borders/scale-highlight-border.png"),url("borders/scale-highlight-border@2.png")) 2 6 3 6 / 2px 6px 3px 6px stretch; border-radius: 2px; border-width: 1px 5px 2px 5px; border-style: solid; border-color: transparent; } .scale.trough.vertical.highlight { border-image: -gtk-scaled(url("borders/scale-vertical-highlight-border.png"),url("borders/scale-vertical-highlight-border@2.png")) 6 3 6 2 / 6px 3px 6px 2px stretch; border-radius: 2px; border-width: 5px 2px 5px 1px; border-style: solid; border-color: transparent; } /*progressbar trough*/ .trough { border-image: -gtk-scaled(url("borders/trough-border.png"),url("borders/trough-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .trough row:selected { border-image: -gtk-scaled(url("borders/trough-border-selected.png"),url("borders/trough-border-selected@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .trough.vertical { border-image: -gtk-scaled(url("borders/trough-vertical-border.png"),url("borders/trough-vertical-border@2.png")) 2 3 2 2 / 2px 3px 2px 2px stretch; border-radius: 2px; border-width: 1px 2px 1px 1px; border-style: solid; border-color: transparent; } /*Linked Buttons*/ /* Middle entry */ .linked .entry, .toolbar .linked .entry, .header-bar .linked .entry, .primary-toolbar .linked .entry { border-right-width: 0; border-left-width: 0; border-image-width: 2px 0 3px 0; border-radius: 0; } /* Leftmost entry */ .linked .entry:first-child, .toolbar .linked .entry:first-child, .header-bar .linked .entry:first-child, .primary-toolbar .linked .entry:first-child { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 0 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; } /* Rightmost entry */ .linked .entry:last-child, .toolbar .linked .entry:last-child, .header-bar .linked .entry:last-child, .primary-toolbar .linked .entry:last-child { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } /* Linked single entry */ .linked .entry:only-child { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; } /* Middle button */ .linked .button, .linked .button:insensitive, .primary-toolbar .button.raised.linked, .primary-toolbar .button.raised.linked:insensitive, .primary-toolbar .linked .button, .primary-toolbar .linked .button:insensitive, .inline-toolbar.toolbar .button, .inline-toolbar.toolbar .button:insensitive, .inline-toolbar.toolbar GtkToolButton > .button, .inline-toolbar.toolbar GtkToolButton > .button:insensitive { border-right-width: 0; border-left-width: 0; border-image-width: 2px 1px 3px 1px; border-radius: 0; border-image: -gtk-scaled(url("borders/middle-button-border.png"),url("borders/middle-button-border@2.png")) 2 1 3 1 / 2px 1px 3px 1px stretch; } .linked .button:active, .linked .button:active:hover, .primary-toolbar .button.raised.linked:active, .primary-toolbar .linked .button:active, .inline-toolbar.toolbar .button:active, .inline-toolbar.toolbar GtkToolButton > .button:active { border-right-width: 0; border-left-width: 0; border-image-width: 2px 1px 3px 1px; border-radius: 0; border-image: -gtk-scaled(url("borders/middle-button-active-border.png"),url("borders/middle-button-active-border@2.png")) 2 1 3 1 / 2px 1px 3px 1px stretch; } /* Leftmost button */ .linked .button:first-child, .linked .button:insensitive:first-child, .primary-toolbar .button.raised.linked:first-child, .primary-toolbar .button.raised.linked:insensitive:first-child, .primary-toolbar .linked .button:first-child, .primary-toolbar .linked .button:insensitive:first-child, .inline-toolbar.toolbar .button:first-child, .inline-toolbar.toolbar .button:insensitive:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button, .inline-toolbar.toolbar GtkToolButton:first-child > .button:insensitive { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 1px 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; border-image: -gtk-scaled(url("borders/left-button-border.png"),url("borders/left-button-border@2.png")) 2 1 3 2 / 2px 1px 3px 2px stretch; } .linked .button:active:first-child, .linked .button:active:hover:first-child, .primary-toolbar .button.raised.linked:active:first-child, .primary-toolbar .linked .button:active:first-child, .inline-toolbar.toolbar .button:active:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button:active { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 1px 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; border-image: -gtk-scaled(url("borders/left-button-active-border.png"),url("borders/left-button-active-border@2.png")) 2 1 3 2 / 2px 1px 3px 2px stretch; } /* Rightmost button */ .linked .button:last-child, .linked .button:insensitive:last-child, .primary-toolbar .button.raised.linked:last-child, .primary-toolbar .button.raised.linked:insensitive:last-child, .primary-toolbar .linked .button:last-child, .primary-toolbar .linked .button:insensitive:last-child, .inline-toolbar.toolbar .button:last-child, .inline-toolbar.toolbar .button:insensitive:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button, .inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 1px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-image: -gtk-scaled(url("borders/right-button-border.png"),url("borders/right-button-border@2.png")) 2 2 3 1 / 2px 2px 3px 1px stretch; } .linked .button:active:last-child, .linked .button:active:hover:last-child, .primary-toolbar .button.raised.linked:active:last-child, .primary-toolbar .linked .button:active:last-child, .inline-toolbar.toolbar .button:active:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button:active { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 1px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-image: -gtk-scaled(url("borders/right-button-active-border.png"),url("borders/right-button-active-border@2.png")) 2 2 3 1 / 2px 2px 3px 1px stretch; } /* Linked single button */ .linked .button:only-child, .linked .button:insensitive:only-child, .inline-toolbar.toolbar .button:only-child, .inline-toolbar.toolbar .button:insensitive:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button, .inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; border-image: -gtk-scaled(url("borders/button-border.png"),url("borders/button-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; } .linked .button:active:only-child, .linked .button:active:hover:only-child, .inline-toolbar.toolbar .button:active:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button:active { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; border-image: -gtk-scaled(url("borders/button-active-border.png"),url("borders/button-active-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; } /* Special-case GtkMenuToolButton, since it's a GtkToolButton, but it * has a box inside to pack the button and the actual menu */ .inline-toolbar.toolbar GtkMenuToolButton .button:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:active:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:insensitive:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:last-child, .inline-toolbar.toolbar GtkMenuToolButton .button:active:last-child, .inline-toolbar.toolbar GtkMenuToolButton .button:insensitive:last-child { border-right-width: 0; border-left-width: 0; border-image-width: 2px 0 3px 0; border-radius: 0; } .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:first-child, .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:active:first-child, .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:insensitive:first-child { border-left-width: 1px; border-right-width: 0; border-image-width: 2px 0 3px 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; } .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:last-child, .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:active:last-child, .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:insensitive:last-child { border-left-width: 0; border-right-width: 1px; border-image-width: 2px 2px 3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } /* Middle button (vertical) */ .linked.vertical .entry, .linked.vertical .button, .linked.vertical .button:active, .linked.vertical .button:active:hover, .linked.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button, .inline-toolbar.toolbar.vertical .button:active, .inline-toolbar.toolbar.vertical .button:insensitive, .inline-toolbar.toolbar.vertical GtkToolButton > .button, .inline-toolbar.toolbar.vertical GtkToolButton > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive { border-top-width: 0; border-bottom-width: 0; border-image-width: 0 2px; border-radius: 0; } /* Top button (vertical) */ .linked.vertical .entry:first-child, .linked.vertical .button:first-child, .linked.vertical .button:active:first-child, .linked.vertical .button:active:hover:first-child, .linked.vertical .button:insensitive:first-child, .inline-toolbar.toolbar.vertical .button:first-child, .inline-toolbar.toolbar.vertical .button:active:first-child, .inline-toolbar.toolbar.vertical .button:insensitive:first-child, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button:insensitive { border-bottom-width: 0; border-image-width: 2px 2px 0 2px; border-radius: 2px 2px 0 0; } /* Bottom button (vertical) */ .linked.vertical .entry:last-child, .linked.vertical .button:last-child, .linked.vertical .button:active:last-child, .linked.vertical .button:active:hover:last-child, .linked.vertical .button:insensitive:last-child, .inline-toolbar.toolbar.vertical .button:last-child, .inline-toolbar.toolbar.vertical .button:active:last-child, .inline-toolbar.toolbar.vertical .button:insensitive:last-child, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive { border-top-width: 0; border-image-width: 0 2px 3px 2px; border-radius: 0 0 2px 2px; } /* Linked single button (vertical) */ .linked.vertical .entry:only-child, .linked.vertical .button:only-child, .linked.vertical .button:active:only-child, .linked.vertical .button:active:hover:only-child, .linked.vertical .button:insensitive:only-child, .inline-toolbar.toolbar.vertical .button:only-child, .inline-toolbar.toolbar.vertical .button:active:only-child, .inline-toolbar.toolbar.vertical .button:insensitive:only-child, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive { border-top-width: 1px; border-bottom-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; }
config/themes/Vertex-Dark/gtk-3.0/gtk-widgets-borders.css
/* generic element borders */ .entry, GtkComboBox.combobox-entry .entry, GtkComboBox.combobox-entry .button { border-image: -gtk-scaled(url("borders/generic-border.png"),url("borders/generic-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* focused element borders */ .entry:focus, GtkComboBox.combobox-entry .entry:focus, .button.default:active, .inline-toolbar.toolbar.vertical .button.default:active, .primary-toolbar .entry:focus, .primary-toolbar GtkComboBox.combobox-entry .entry:focus, .primary-toolbar .button.raised.default:active, .primary-toolbar .raised .button.default:active, .inline-toolbar.toolbar .button.default:active { border-image: -gtk-scaled(url("borders/generic-border-focused.png"),url("borders/generic-border-focused@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .button:active, .button:insensitive:active, .button.default:active, .button.default:active:hover, GtkComboBox.combobox-entry .button:active, GtkComboBox.combobox-entry .button:active:hover, .spinbutton.vertical .button:active, .inline-toolbar.toolbar.vertical .button:active, .titlebar .titlebutton:active, .primary-toolbar .button:active, .primary-toolbar .button.raised:active, .primary-toolbar .raised .button:active, .inline-toolbar.toolbar .button:active, .primary-toolbar GtkComboBox .button:active, .primary-toolbar .button:active, .primary-toolbar .button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border.png"),url("borders/button-active-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* generic button borders */ .button, .spinbutton.vertical .button, .inline-toolbar.toolbar.vertical .button, .titlebar .titlebutton:hover, .primary-toolbar .button.raised, .primary-toolbar .raised .button, .inline-toolbar.toolbar .button, .primary-toolbar GtkComboBox .button, .primary-toolbar .button:hover, .button:insensitive, .button.default:insensitive, .spinbutton.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button.default:insensitive, .selection-mode.header-bar .suggested-action.button, .selection-mode.toolbar .suggested-action.button, .selection-mode.toolbar GtkToolButton.suggested-action .button { border-image: -gtk-scaled(url("borders/button-border.png"),url("borders/button-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .primary-toolbar .button, .primary-toolbar .button:insensitive { border-image: none; } /* focused button borders */ .button.default, .primary-toolbar .button.raised.default, .primary-toolbar .raised .button.default, .inline-toolbar.toolbar .button.default { border-image: -gtk-scaled(url("borders/button-border-default.png"),url("borders/button-border-default@2.png")) 3 3 4 3 / 3px 3px 4px 3px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* tooltip elements borders */ .tooltip .entry, .tooltip .button { border-image: -gtk-scaled (url("borders/tooltip-generic-border.svg"),url("borders/tooltip-generic-border@2.png")) 3 / 3px stretch; border-width: 1px; border-style: solid; border-color: transparent; } /* tooltip focused elements borders */ .tooltip .entry:focus { border-image: -gtk-scaled (url("borders/tooltip-generic-border-focused.svg"),url("borders/tooltip-generic-border-focused@2.png")) 3 / 3px stretch; border-width: 1px; border-style: solid; border-color: transparent; } /* column-headers borders */ column-header.button, column-header .button, column-header.button:active, column-header .button:active, column-header.button:active:hover, column-header .button:active:hover, column-header.button:insensitive, column-header .button:insensitive { border-width: 0 1px 1px 0; border-radius: 0; border-style: solid; border-color: transparent; } column-header.button, column-header .button, column-header.button:active, column-header .button:active, column-header.button:active:hover, column-header .button:active:hover, column-header .button.dnd { border-image: linear-gradient(to top, mix(@borders, @theme_base_color, 0.5), @theme_base_color ) 0 1 1 0; } column-header.button:insensitive, column-header .button:insensitive { border-image: linear-gradient(to top, mix(@insensitive_borders, @insensitive_bg_color, 0.5), @insensitive_bg_color ) 0 1 1 0; } column-header.button:last-child, column-header:last-child .button, column-header.button:last-child:active, column-header:last-child .button:active, column-header.button:last-child:active:hover, column-header:last-child .button:active:hover { border-right-width: 0; } /* suggested action buttons borders */ .suggested-action.button, .suggested-action.button:insensitive { border-image: -gtk-scaled(url("borders/button-border-suggested.png"),url("borders/button-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .suggested-action.button:active, .suggested-action.button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border-suggested.png"),url("borders/button-active-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /* destructive action buttons borders */ .destructive-action.button, .destructive-action.button:insensitive { border-image: -gtk-scaled(url("borders/button-border-destructive.png"),url("borders/button-border-destructive@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .destructive-action.button:active, .destructive-action.button:active:hover { border-image: -gtk-scaled(url("borders/button-active-border-destructive.png"),url("borders/button-active-border-destructive@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } /*selectionmode*/ .selection-mode.header-bar .button, .selection-mode.toolbar .button, .selection-mode.toolbar GtkToolButton .button, .selection-mode.header-bar .selection-menu.button:hover, .selection-mode.toolbar .selection-menu.button:hover { border-image: -gtk-scaled(url("borders/button-border-suggested.png"),url("borders/button-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .selection-mode.header-bar .button:active, .selection-mode.header-bar .button:active:hover, .selection-mode.toolbar .button:active, .selection-mode.toolbar .button:active:hover, .selection-mode.toolbar GtkToolButton .button:active, .selection-mode.toolbar GtkToolButton .button:active:hover, .selection-mode.header-bar .selection-menu.button:active, .selection-mode.toolbar .selection-menu.button:active { border-image: -gtk-scaled(url("borders/button-active-border-suggested.png"),url("borders/button-active-border-suggested@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .selection-mode.titlebar .titlebutton, .selection-mode.titlebar .titlebutton:active:hover { border-image: none; box-shadow: none; } /* scale */ .scale.trough { border-image: -gtk-scaled(url("borders/scale-trough-border.png"),url("borders/scale-trough-border@2.png")) 2 6 3 6 / 2px 6px 3px 6px stretch; border-radius: 2px; border-width: 1px 5px 2px 5px; border-style: solid; border-color: transparent; } .scale.trough.vertical { border-image: -gtk-scaled(url("borders/scale-trough-vertical-border.png"),url("borders/scale-trough-vertical-border@2.png")) 6 3 6 2 / 6px 3px 6px 2px stretch; border-radius: 2px; border-width: 5px 2px 5px 1px; border-style: solid; border-color: transparent; } .scale.trough.highlight { border-image: -gtk-scaled(url("borders/scale-highlight-border.png"),url("borders/scale-highlight-border@2.png")) 2 6 3 6 / 2px 6px 3px 6px stretch; border-radius: 2px; border-width: 1px 5px 2px 5px; border-style: solid; border-color: transparent; } .scale.trough.vertical.highlight { border-image: -gtk-scaled(url("borders/scale-vertical-highlight-border.png"),url("borders/scale-vertical-highlight-border@2.png")) 6 3 6 2 / 6px 3px 6px 2px stretch; border-radius: 2px; border-width: 5px 2px 5px 1px; border-style: solid; border-color: transparent; } /*progressbar trough*/ .trough { border-image: -gtk-scaled(url("borders/trough-border.png"),url("borders/trough-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .trough row:selected { border-image: -gtk-scaled(url("borders/trough-border-selected.png"),url("borders/trough-border-selected@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; border-radius: 2px; border-width: 1px 1px 2px 1px; border-style: solid; border-color: transparent; } .trough.vertical { border-image: -gtk-scaled(url("borders/trough-vertical-border.png"),url("borders/trough-vertical-border@2.png")) 2 3 2 2 / 2px 3px 2px 2px stretch; border-radius: 2px; border-width: 1px 2px 1px 1px; border-style: solid; border-color: transparent; } /*Linked Buttons*/ /* Middle entry */ .linked .entry, .toolbar .linked .entry, .header-bar .linked .entry, .primary-toolbar .linked .entry { border-right-width: 0; border-left-width: 0; border-image-width: 2px 0 3px 0; border-radius: 0; } /* Leftmost entry */ .linked .entry:first-child, .toolbar .linked .entry:first-child, .header-bar .linked .entry:first-child, .primary-toolbar .linked .entry:first-child { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 0 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; } /* Rightmost entry */ .linked .entry:last-child, .toolbar .linked .entry:last-child, .header-bar .linked .entry:last-child, .primary-toolbar .linked .entry:last-child { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } /* Linked single entry */ .linked .entry:only-child { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; } /* Middle button */ .linked .button, .linked .button:insensitive, .primary-toolbar .button.raised.linked, .primary-toolbar .button.raised.linked:insensitive, .primary-toolbar .linked .button, .primary-toolbar .linked .button:insensitive, .inline-toolbar.toolbar .button, .inline-toolbar.toolbar .button:insensitive, .inline-toolbar.toolbar GtkToolButton > .button, .inline-toolbar.toolbar GtkToolButton > .button:insensitive { border-right-width: 0; border-left-width: 0; border-image-width: 2px 1px 3px 1px; border-radius: 0; border-image: -gtk-scaled(url("borders/middle-button-border.png"),url("borders/middle-button-border@2.png")) 2 1 3 1 / 2px 1px 3px 1px stretch; } .linked .button:active, .linked .button:active:hover, .primary-toolbar .button.raised.linked:active, .primary-toolbar .linked .button:active, .inline-toolbar.toolbar .button:active, .inline-toolbar.toolbar GtkToolButton > .button:active { border-right-width: 0; border-left-width: 0; border-image-width: 2px 1px 3px 1px; border-radius: 0; border-image: -gtk-scaled(url("borders/middle-button-active-border.png"),url("borders/middle-button-active-border@2.png")) 2 1 3 1 / 2px 1px 3px 1px stretch; } /* Leftmost button */ .linked .button:first-child, .linked .button:insensitive:first-child, .primary-toolbar .button.raised.linked:first-child, .primary-toolbar .button.raised.linked:insensitive:first-child, .primary-toolbar .linked .button:first-child, .primary-toolbar .linked .button:insensitive:first-child, .inline-toolbar.toolbar .button:first-child, .inline-toolbar.toolbar .button:insensitive:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button, .inline-toolbar.toolbar GtkToolButton:first-child > .button:insensitive { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 1px 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; border-image: -gtk-scaled(url("borders/left-button-border.png"),url("borders/left-button-border@2.png")) 2 1 3 2 / 2px 1px 3px 2px stretch; } .linked .button:active:first-child, .linked .button:active:hover:first-child, .primary-toolbar .button.raised.linked:active:first-child, .primary-toolbar .linked .button:active:first-child, .inline-toolbar.toolbar .button:active:first-child, .inline-toolbar.toolbar GtkToolButton:first-child > .button:active { border-right-width: 0; border-left-width: 1px; border-image-width: 2px 1px 3px 2px; border-bottom-right-radius: 0; border-top-right-radius: 0; border-image: -gtk-scaled(url("borders/left-button-active-border.png"),url("borders/left-button-active-border@2.png")) 2 1 3 2 / 2px 1px 3px 2px stretch; } /* Rightmost button */ .linked .button:last-child, .linked .button:insensitive:last-child, .primary-toolbar .button.raised.linked:last-child, .primary-toolbar .button.raised.linked:insensitive:last-child, .primary-toolbar .linked .button:last-child, .primary-toolbar .linked .button:insensitive:last-child, .inline-toolbar.toolbar .button:last-child, .inline-toolbar.toolbar .button:insensitive:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button, .inline-toolbar.toolbar GtkToolButton:last-child > .button:insensitive { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 1px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-image: -gtk-scaled(url("borders/right-button-border.png"),url("borders/right-button-border@2.png")) 2 2 3 1 / 2px 2px 3px 1px stretch; } .linked .button:active:last-child, .linked .button:active:hover:last-child, .primary-toolbar .button.raised.linked:active:last-child, .primary-toolbar .linked .button:active:last-child, .inline-toolbar.toolbar .button:active:last-child, .inline-toolbar.toolbar GtkToolButton:last-child > .button:active { border-right-width: 1px; border-left-width: 0; border-image-width: 2px 2px 3px 1px; border-bottom-left-radius: 0; border-top-left-radius: 0; border-image: -gtk-scaled(url("borders/right-button-active-border.png"),url("borders/right-button-active-border@2.png")) 2 2 3 1 / 2px 2px 3px 1px stretch; } /* Linked single button */ .linked .button:only-child, .linked .button:insensitive:only-child, .inline-toolbar.toolbar .button:only-child, .inline-toolbar.toolbar .button:insensitive:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button, .inline-toolbar.toolbar GtkToolButton:only-child > .button:insensitive { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; border-image: -gtk-scaled(url("borders/button-border.png"),url("borders/button-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; } .linked .button:active:only-child, .linked .button:active:hover:only-child, .inline-toolbar.toolbar .button:active:only-child, .inline-toolbar.toolbar GtkToolButton:only-child > .button:active { border-right-width: 1px; border-left-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; border-image: -gtk-scaled(url("borders/button-active-border.png"),url("borders/button-active-border@2.png")) 2 2 3 2 / 2px 2px 3px 2px stretch; } /* Special-case GtkMenuToolButton, since it's a GtkToolButton, but it * has a box inside to pack the button and the actual menu */ .inline-toolbar.toolbar GtkMenuToolButton .button:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:active:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:insensitive:first-child, .inline-toolbar.toolbar GtkMenuToolButton .button:last-child, .inline-toolbar.toolbar GtkMenuToolButton .button:active:last-child, .inline-toolbar.toolbar GtkMenuToolButton .button:insensitive:last-child { border-right-width: 0; border-left-width: 0; border-image-width: 2px 0 3px 0; border-radius: 0; } .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:first-child, .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:active:first-child, .inline-toolbar.toolbar GtkMenuToolButton:first-child .button:insensitive:first-child { border-left-width: 1px; border-right-width: 0; border-image-width: 2px 0 3px 4px; border-bottom-right-radius: 0; border-top-right-radius: 0; } .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:last-child, .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:active:last-child, .inline-toolbar.toolbar GtkMenuToolButton:last-child .button:insensitive:last-child { border-left-width: 0; border-right-width: 1px; border-image-width: 2px 2px 3px 0; border-bottom-left-radius: 0; border-top-left-radius: 0; } /* Middle button (vertical) */ .linked.vertical .entry, .linked.vertical .button, .linked.vertical .button:active, .linked.vertical .button:active:hover, .linked.vertical .button:insensitive, .inline-toolbar.toolbar.vertical .button, .inline-toolbar.toolbar.vertical .button:active, .inline-toolbar.toolbar.vertical .button:insensitive, .inline-toolbar.toolbar.vertical GtkToolButton > .button, .inline-toolbar.toolbar.vertical GtkToolButton > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton > .button:insensitive { border-top-width: 0; border-bottom-width: 0; border-image-width: 0 2px; border-radius: 0; } /* Top button (vertical) */ .linked.vertical .entry:first-child, .linked.vertical .button:first-child, .linked.vertical .button:active:first-child, .linked.vertical .button:active:hover:first-child, .linked.vertical .button:insensitive:first-child, .inline-toolbar.toolbar.vertical .button:first-child, .inline-toolbar.toolbar.vertical .button:active:first-child, .inline-toolbar.toolbar.vertical .button:insensitive:first-child, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:first-child > .button:insensitive { border-bottom-width: 0; border-image-width: 2px 2px 0 2px; border-radius: 2px 2px 0 0; } /* Bottom button (vertical) */ .linked.vertical .entry:last-child, .linked.vertical .button:last-child, .linked.vertical .button:active:last-child, .linked.vertical .button:active:hover:last-child, .linked.vertical .button:insensitive:last-child, .inline-toolbar.toolbar.vertical .button:last-child, .inline-toolbar.toolbar.vertical .button:active:last-child, .inline-toolbar.toolbar.vertical .button:insensitive:last-child, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:last-child > .button:insensitive { border-top-width: 0; border-image-width: 0 2px 3px 2px; border-radius: 0 0 2px 2px; } /* Linked single button (vertical) */ .linked.vertical .entry:only-child, .linked.vertical .button:only-child, .linked.vertical .button:active:only-child, .linked.vertical .button:active:hover:only-child, .linked.vertical .button:insensitive:only-child, .inline-toolbar.toolbar.vertical .button:only-child, .inline-toolbar.toolbar.vertical .button:active:only-child, .inline-toolbar.toolbar.vertical .button:insensitive:only-child, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:active, .inline-toolbar.toolbar.vertical GtkToolButton:only-child > .button:insensitive { border-top-width: 1px; border-bottom-width: 1px; border-image-width: 2px 2px 3px 2px; border-radius: 2px; }
0.312895
0.072933
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap"); /* BASE OVERRIDES */ body { background-image: url('{{ "img/space.jpg" | absURL }}'); background-size: cover; background-position: center top; background-attachment: fixed; animation: none; font-size: 18px; } * { font-family: "Roboto Slab" !important; } h1, h2, h3, h4, h5, h6, p, a :not(nav) { margin: 0; } h1{ font-size: 3em; margin: 0 0 0.2em 0; } h2{ font-size: 2em; margin: 1em 0 0.2em 0; } h3{ font-size: 1.8em; margin: 1em 0 0.2em 0; } h4{ font-size: 1.5em; margin: 1em 0 0.2em 0; } p{ margin: 1em 0; } img { margin: 0 auto; } blockquote { font-style: italic; } a, a:visited { color: rgb(0, 0, 238); background-image: none; text-decoration: underline; } /* NAVBAR */ nav { margin-top: 1em; padding: 0.6rem; } nav a, nav a:visited { color: #41403e; text-decoration: none; line-height: 1.8em; } nav li { position: relative; } nav img { border: none; height: 3em; margin-left: 0; } /* EXTRA SMALL - xs */ @media only screen and (max-width:480px) { .paper{ width: 100%; background:rgba(255,255,255,0.95); } } /* SMALL - sm */ @media only screen and (max-width:768px) { body { font-size: 16px; } .nav-brand { width: 80%; } .nav-brand > h3 { font-size: 2em; border: 0; } .hide-small{ display:none !important; } } /* MEDIUM - md */ @media only screen and (max-width:992px) { nav a, nav ul.inline li a{ font-size:1rem; line-height: 1.2em; } } /* > SM */ @media only screen and (min-width:769px) { .show-small{ display:none !important; } } /* FOOTER */ footer{ margin: 0; padding: 0; background: white; } footer .row{ align-items: flex-end; } footer img{ height: 3em; border: none; } footer h3 { margin:0; padding:0; } /* HELPERS */ .flex { display: flex; } .align-centre{ align-self: center; } .paper { margin-top: 1rem; padding-top: 1rem; overflow: auto; margin-bottom: 3em; } .paper > * { animation: fadeIn 0.6s ease-in-out; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } /* post list */ .post-list { font-size: 2em; } .summary { margin-bottom: 0.1em; } /* post single */ .post-title { margin-bottom: 0.1em; } /* toc */ .toc { padding: 1em; margin-top: 1em; } .toc h2 { font-size: 1.3em; } .badge.warning { background-color: #d5620f; } .badge{ line-height: 1.5em; margin: 0.2em 0; } .highlight { background-color: rgb(233, 236, 207); border-bottom-left-radius: 15px 255px; border-bottom-right-radius: 225px 15px; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; }
assets/css/custom.css
@import url("https://fonts.googleapis.com/css?family=Roboto+Slab&display=swap"); /* BASE OVERRIDES */ body { background-image: url('{{ "img/space.jpg" | absURL }}'); background-size: cover; background-position: center top; background-attachment: fixed; animation: none; font-size: 18px; } * { font-family: "Roboto Slab" !important; } h1, h2, h3, h4, h5, h6, p, a :not(nav) { margin: 0; } h1{ font-size: 3em; margin: 0 0 0.2em 0; } h2{ font-size: 2em; margin: 1em 0 0.2em 0; } h3{ font-size: 1.8em; margin: 1em 0 0.2em 0; } h4{ font-size: 1.5em; margin: 1em 0 0.2em 0; } p{ margin: 1em 0; } img { margin: 0 auto; } blockquote { font-style: italic; } a, a:visited { color: rgb(0, 0, 238); background-image: none; text-decoration: underline; } /* NAVBAR */ nav { margin-top: 1em; padding: 0.6rem; } nav a, nav a:visited { color: #41403e; text-decoration: none; line-height: 1.8em; } nav li { position: relative; } nav img { border: none; height: 3em; margin-left: 0; } /* EXTRA SMALL - xs */ @media only screen and (max-width:480px) { .paper{ width: 100%; background:rgba(255,255,255,0.95); } } /* SMALL - sm */ @media only screen and (max-width:768px) { body { font-size: 16px; } .nav-brand { width: 80%; } .nav-brand > h3 { font-size: 2em; border: 0; } .hide-small{ display:none !important; } } /* MEDIUM - md */ @media only screen and (max-width:992px) { nav a, nav ul.inline li a{ font-size:1rem; line-height: 1.2em; } } /* > SM */ @media only screen and (min-width:769px) { .show-small{ display:none !important; } } /* FOOTER */ footer{ margin: 0; padding: 0; background: white; } footer .row{ align-items: flex-end; } footer img{ height: 3em; border: none; } footer h3 { margin:0; padding:0; } /* HELPERS */ .flex { display: flex; } .align-centre{ align-self: center; } .paper { margin-top: 1rem; padding-top: 1rem; overflow: auto; margin-bottom: 3em; } .paper > * { animation: fadeIn 0.6s ease-in-out; } @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } /* post list */ .post-list { font-size: 2em; } .summary { margin-bottom: 0.1em; } /* post single */ .post-title { margin-bottom: 0.1em; } /* toc */ .toc { padding: 1em; margin-top: 1em; } .toc h2 { font-size: 1.3em; } .badge.warning { background-color: #d5620f; } .badge{ line-height: 1.5em; margin: 0.2em 0; } .highlight { background-color: rgb(233, 236, 207); border-bottom-left-radius: 15px 255px; border-bottom-right-radius: 225px 15px; border-top-left-radius: 255px 15px; border-top-right-radius: 15px 225px; }
0.319227
0.121581
body { margin: 0px; font-family: consolas; background-image: url("data/background2.png"); cursor: default; color: #f2f2f2; } div.block { width:50px; height:50px; display:inline-block; border: 2px solid #484537; } .pl:hover { filter:brightness(85%); -webkit-filter:brightness(85%); } /*.zero { } .one { }*/ button.c { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; width: 20px; text-align: center; display: inline-block; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } button.c:hover { filter:brightness(90%); -webkit-filter:brightness(90%); } button.a { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; min-width:108px; padding: 5px; text-align: center; display: inline-block; margin: 2px; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } button.b { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; min-width: 70px; text-align: center; display: inline-block; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } select.b { background-color: #635E55; width:40px; color: #f2f2f2; border:0.1px solid #484537; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; } select.b:hover { background-color: #636375; color: #f2f2f2; } button.a:hover, button.b:hover , button.done:hover { background-color: #636375; color: #f2f2f2; } button.done { background-color: #4A5657; } div.game_zone { width:1000px; height:750px; background-color: #9B957D; border: 2px #484537 solid; color: #f2f2f2; margin:20px; padding:10px 10px 5px 10px; font-family: consolas; } div.gsquare { line-height:0%; width:450px; height:460px; padding:10px; margin:0.5px 10px 10px 10px; background-color: #C9BDA5; border: 2px #484537 solid; display: flex; justify-content: center; align-items: center; } div.outborder { border: 2px solid #484537; } textarea.code { height:40px; width:900px; text-align:center; resize:none; padding:2px 10px 2px 10px; margin:0px; background-color: #C9BDA5; border: 2px #484537 solid; color: #f2f2f2; font-family:consolas; } div.v { float:left; } div.a { float:right; } .grid_link { color:#dedcd4; cursor:pointer; } ul { list-style-type: none; margin: 0; padding: 0; height: 48px; width: 100%; background-color: #333; border-bottom: 2px solid black; margin-bottom: 2px; border-radius: 1px; } li { height: 100%; border-right: 2px solid black; float:left; } li:last-child { border-right: none; } li.item { -webkit-transition-duration: 0.2s; transition-duration: 0.2s; } li.menuright { border-left: 2px solid black; } li a { display: block; color: #f2f2f2; height: 48px; padding-left: 20px; padding-right: 20px; text-align: center; display: flex; justify-content: center; align-items: center; text-decoration: none; } div.play a{ color: #f2f2f2; text-align: center; text-decoration: none; } div.soon a{ color: #f2f2f2; text-align: center; text-decoration: none; } li.item:hover { background-color: #111; } li.active { font-weight: bold; background-color: #595959; } li.soon { background-color: #262626; } div.credits { color: #f2f2f2; } .customerr { color:#d24646; font-weight:bold; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #333; min-width: 160px; border: 2px solid black; z-index: 1; margin-left: -2px; } .dropdown-content a { color: #f2f2f2; text-decoration: none; border-bottom: 2px solid black; display: flex; justify-content: center; align-items: center; cursor: pointer; } .dropdown-content a:last-child { border-bottom: none; } .dropdown-content a:hover { background-color: #111; } .dropdown:hover .dropdown-content { display: block; } .dropdown-active { font-weight: bold; background-color: #595959; }
switch/style2.css
body { margin: 0px; font-family: consolas; background-image: url("data/background2.png"); cursor: default; color: #f2f2f2; } div.block { width:50px; height:50px; display:inline-block; border: 2px solid #484537; } .pl:hover { filter:brightness(85%); -webkit-filter:brightness(85%); } /*.zero { } .one { }*/ button.c { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; width: 20px; text-align: center; display: inline-block; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } button.c:hover { filter:brightness(90%); -webkit-filter:brightness(90%); } button.a { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; min-width:108px; padding: 5px; text-align: center; display: inline-block; margin: 2px; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } button.b { background-color: #635E55; border: 1.5px solid #484537; color: #f2f2f2; min-width: 70px; text-align: center; display: inline-block; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; cursor: default; } select.b { background-color: #635E55; width:40px; color: #f2f2f2; border:0.1px solid #484537; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; } select.b:hover { background-color: #636375; color: #f2f2f2; } button.a:hover, button.b:hover , button.done:hover { background-color: #636375; color: #f2f2f2; } button.done { background-color: #4A5657; } div.game_zone { width:1000px; height:750px; background-color: #9B957D; border: 2px #484537 solid; color: #f2f2f2; margin:20px; padding:10px 10px 5px 10px; font-family: consolas; } div.gsquare { line-height:0%; width:450px; height:460px; padding:10px; margin:0.5px 10px 10px 10px; background-color: #C9BDA5; border: 2px #484537 solid; display: flex; justify-content: center; align-items: center; } div.outborder { border: 2px solid #484537; } textarea.code { height:40px; width:900px; text-align:center; resize:none; padding:2px 10px 2px 10px; margin:0px; background-color: #C9BDA5; border: 2px #484537 solid; color: #f2f2f2; font-family:consolas; } div.v { float:left; } div.a { float:right; } .grid_link { color:#dedcd4; cursor:pointer; } ul { list-style-type: none; margin: 0; padding: 0; height: 48px; width: 100%; background-color: #333; border-bottom: 2px solid black; margin-bottom: 2px; border-radius: 1px; } li { height: 100%; border-right: 2px solid black; float:left; } li:last-child { border-right: none; } li.item { -webkit-transition-duration: 0.2s; transition-duration: 0.2s; } li.menuright { border-left: 2px solid black; } li a { display: block; color: #f2f2f2; height: 48px; padding-left: 20px; padding-right: 20px; text-align: center; display: flex; justify-content: center; align-items: center; text-decoration: none; } div.play a{ color: #f2f2f2; text-align: center; text-decoration: none; } div.soon a{ color: #f2f2f2; text-align: center; text-decoration: none; } li.item:hover { background-color: #111; } li.active { font-weight: bold; background-color: #595959; } li.soon { background-color: #262626; } div.credits { color: #f2f2f2; } .customerr { color:#d24646; font-weight:bold; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #333; min-width: 160px; border: 2px solid black; z-index: 1; margin-left: -2px; } .dropdown-content a { color: #f2f2f2; text-decoration: none; border-bottom: 2px solid black; display: flex; justify-content: center; align-items: center; cursor: pointer; } .dropdown-content a:last-child { border-bottom: none; } .dropdown-content a:hover { background-color: #111; } .dropdown:hover .dropdown-content { display: block; } .dropdown-active { font-weight: bold; background-color: #595959; }
0.327453
0.088033
@font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 400; src: url('/fonts/readex-pro-v5-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-regular.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* readex-pro-600 - latin */ @font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 600; src: url('/fonts/readex-pro-v5-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-600.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* readex-pro-700 - latin */ @font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 700; src: url('/fonts/readex-pro-v5-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-700.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* roboto-regular - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('/fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url('/fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: url('/fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-mono-regular - latin */ @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 400; src: url('/fonts/roboto-mono-v13-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-mono-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-mono-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-mono-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-mono-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-mono-v13-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */ } /* roboto-mono-600 - latin */ @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 600; src: url('/fonts/roboto-mono-v13-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-mono-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-mono-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-mono-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-mono-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-mono-v13-latin-600.svg#RobotoMono') format('svg'); /* Legacy iOS */ }
src/cards/public/fonts.css
@font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 400; src: url('/fonts/readex-pro-v5-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-regular.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* readex-pro-600 - latin */ @font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 600; src: url('/fonts/readex-pro-v5-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-600.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* readex-pro-700 - latin */ @font-face { font-family: 'Readex Pro'; font-style: normal; font-weight: 700; src: url('/fonts/readex-pro-v5-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/readex-pro-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/readex-pro-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/readex-pro-v5-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/readex-pro-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/readex-pro-v5-latin-700.svg#ReadexPro') format('svg'); /* Legacy iOS */ } /* roboto-regular - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url('/fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-500 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 500; src: url('/fonts/roboto-v29-latin-500.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-500.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-700 - latin */ @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: url('/fonts/roboto-v29-latin-700.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-v29-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-v29-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-v29-latin-700.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-v29-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-v29-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */ } /* roboto-mono-regular - latin */ @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 400; src: url('/fonts/roboto-mono-v13-latin-regular.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-mono-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-mono-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-mono-v13-latin-regular.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-mono-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-mono-v13-latin-regular.svg#RobotoMono') format('svg'); /* Legacy iOS */ } /* roboto-mono-600 - latin */ @font-face { font-family: 'Roboto Mono'; font-style: normal; font-weight: 600; src: url('/fonts/roboto-mono-v13-latin-600.eot'); /* IE9 Compat Modes */ src: local(''), url('/fonts/roboto-mono-v13-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('/fonts/roboto-mono-v13-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('/fonts/roboto-mono-v13-latin-600.woff') format('woff'), /* Modern Browsers */ url('/fonts/roboto-mono-v13-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('/fonts/roboto-mono-v13-latin-600.svg#RobotoMono') format('svg'); /* Legacy iOS */ }
0.188063
0.040884