content
stringlengths
6
1.05M
@import 'part:@sanity/base/theme/variables-style'; /* The fullscreen editor renders in a portal element */ .fullscreenPortal { /* NOTE: The reason for the double selector here, is to be able to override `@sanity/ui`’s CSS for the `Layer` component. Since `styled-components` applies class names to the element, we need to provide a more specific CSS selector to make sure this property is not overriden. */ &.fullscreenPortal { position: absolute; top: 0; left: 0; right: 0; bottom: 0; @media (--max-screen-medium) { position: fixed; top: 0; } } } .root { font-family: var(--block-editor-base-font-family); } .fullscreenButton { position: absolute !important; right: 0; border-radius: 2px; margin: 6px 3px; background-color: transparent; border: 1px solid transparent; cursor: pointer; height: 40px; width: 44px; @nest .fullscreenPortal & { padding: var(--small-padding); } } .fullscreenButton .svg-icon { width: 4em; height: 4em; display: inline-block; font-size: inherit; overflow: visible; vertical-align: -0.125em; } .editorWrapper { position: relative; width: 100%; height: 100%; margin: 0 auto; border: 0; vertical-align: top; resize: vertical; overflow-y: auto; @nest .fullscreenPortal & { @media (--screen-medium) { max-width: calc(640px + var(--medium-padding) * 2); } @media (--screen-large) { max-width: calc(720px + var(--large-padding) * 2); } } }
@import "triggers.css"; @import "variables.css"; @import "archive.css"; @import "previous.css"; @import "help.css"; body { background: #cccccc; } .buttons { display: block; cursor:pointer; } div.background { position: fixed; bottom: 2.6em; right: 2px; width:122px; height:190px; z-index: 1; cursor: pointer; } div#load { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; background: #cccccc; } div#progress { bottom:10%; margin:10% 10%; background-color:#696969; width:1%; height:20px; } div#bkgImg { width: 122px; height:190px; top: 0px; left:0px; } img#loadImg { position: fixed; width: 100%; height:100%; top: 0px; left: 0px; } div#loadTxt { top:40%; z-index:20; } div.wrapper { display:none; } a#rootlink { color:#ab0000; } form#restoreForm { float:right; } div#controls { margin:25px; } div.header { position: fixed; top: 0em; left: 0em; width: 100%; height: 1.75em; border-bottom: 1px solid #f3f3f3; z-index:0; opacity:1; background: #a3a3a3; font-size: 1em; vertical-align: top; color: #8b0000; } div.footer { position: fixed; bottom: 0em; height: 1.75em; left: 0em; width: 100%; border-top: 1px solid #f3f3f3; z-index:15; opacity:1; background: #a3a3a3; } div.address { position: absolute; right:15em; bottom:10px; } div.tooltip { position: absolute; top: 29%; left: 30em; } div.dragdrop { position: absolute; top: 35%; left: 30em; } div.effectToggle { position: absolute; top: 41%; left: 30em; display:none; } div#demoBtn { position: absolute; top: 60%; float: left; } div#statBtn { position: absolute; top: 60%; float: left; } div#tutrBtn { position: absolute; top: 60%; right: 1.5em; } div#tutrBtnTop { float:right; } div#demoBtnTop { float:left; } h6#userLevelLabel { position: absolute; top: 20%; left: 36px; font-size:0.66em; color: #aa0000; } select#userLevel { position: absolute; top: 33%; } h6#dataSetLabel { position: absolute; top: 20%; left: 17.75em; font-size:0.66em; color: #aa0000; } select#dsSelection { position: absolute; top: 33%; left: 12em; } h6#selectLabel { position: absolute; top: 20%; left: 30.5em; font-size:0.66em; color: #aa0000; } select#themes { position: absolute; top: 33%; left: 21.5em; } button#toggle { position:absolute; left:19em; bottom: 10%; width:7em; } div#menu { position: absolute; bottom: 1px; left: 1px; display: none; } select#menu { position: fixed; bottom: 1%; left: 1%; display: block; } div#demo { position: relative; top: -4px; } div#stat { position: relative; top: -4px; } div#tutorial { display:none; position: relative; left: 24px; } div#flashWrapper { position: relative; } div.intro, div.datahelp, div.varhelp, div.archhelp, div.credits { position: absolute; top: 5.5em; left: 6em; width: 656px; height: 360px; font-size: 0.75em; display: none; z-index: 3; } div#introImg, div#dataImg, div#varsImg, div#archImg { position: absolute; display: block; top: 5.5em; left: 4em; width: 656px; height: 360px; } img.closeBtn { position: absolute; left: 93%; top: 17px; z-index: 5; display: block; cursor: pointer; width: 20px; } img.helpBtn { position: absolute; left: 90%; top: 17px; z-index: 5; display: block; cursor: help; width: 20px; } div.archhelp { bottom:1%; right:10%; } div.text { position:absolute; width: 100%; height: 100%; } h2 { color: #00cc00; text-align: center; font-size: 1.25em; padding: 0px; margin: 0px; } div.moveImg { position: absolute; top: 5px; left: 42.5em; width: 48em; height: 28em; } div#buttonWrapperTop { position:relative; display:none; top:-18px; } div#buttonWrapperBtm { display:none; } .ctlbtnlft { float:left; margin-right:5px; } .ctlbtnrgt { float:right; margin-left:5px; } input,button { cursor:pointer; } select#dsSelectionBtm { position:absolute; top:0px; left:15%; cursor:pointer; } select#userLevelBtm { position:relative; top: 0px; float: left; } select#themesBtm { position:absolute; top:0px; left:29%; cursor:pointer } div#tooltipDivBtm { top:4px; left:41%; } div#tutrBtn { right:0px; top:0px; } div#demoBtn { top:0px; right:10%; } div#statBtn { top:0px; right:22.5%; } div#hdrText { position:relative; left:34%; top:5px; font-size:1em; } div#addressBtm { top: 4px; left: 53%; width: 7.5em; }
.section { min-height: 100vh; margin-left: 3rem; margin-right: 3rem; padding-top: 6.5rem; } .actived { animation: slideSelect 1s ease; } @keyframes slideSelect { from { position: fixed; left: 0; top: 0; right: 0; bottom: 0; overflow-x: hidden; overflow-y: auto; transform: translateX(150%); } to { transform: translateX(0%); } } .shadow-dark { box-shadow: 0 0 2rem rgba(48, 46, 77, 0.15); } .margin-top-40 { margin-top: 4rem; } .margin-top-30 { margin-top: 3rem; } .margin-top-25 { margin-top: 2.5rem; } /*Responsive*/ @media (max-width: 320px) { .section { width: 100%; margin: 0; padding: 1rem; } }
body{ font-family: 'Noto Sans TC', sans-serif; } hi , h2 , h3 , h4 , h5 , h6 { font-family: 'Noto Sans TC', sans-serif; } .subheading { font-family: 'Noto Sans TC', sans-serif; }
body { margin: 0; padding: 0; font-family: 'Roboto', "Helvetica", "Arial", sans-serif; width: 100vw; height: 100vh; }
.item { display: flex; flex-direction: column; width: 80px; height: 50px; justify-content: center; align-items: center; padding: 5px; } .percentage { margin-top: 10px; font-size: 18px; font-weight: 700; }
.logo-img { width: 150px; height: 100px; } .superSport_logo { width: 150px; height: 100px; background-color: #103464; } .logo-container { position: relative; left: 30px; } .logo-img:hover,.superSport_logo:hover { border:solid black; border-width: 2px; cursor: pointer; }
:root { --focus-outline-color: rgba(var(--complement-2), 1); --focus-outline-thickness : 1px; } :focus { outline: var(--focus-outline-color) solid var(--focus-outline-thickness); } katex-expr { border: rgba(0,0,0,0) solid v ar(--focus-outline-thickness); } input:invalid { border-color: #FDD !important; background-color: #900 !important; } katex-expr:focus { outline-style: none; border: var(--focus-outline-color) solid var(--focus-outline-thickness); } .error { width : 100%; padding: 0.3em; font-size: 80%; color: white; opacity: 0; background-color: #900; box-sizing: border-box; } input[transition=show] { transition : 0.5s ease; } .error[transition=show] { transition : 0.5s ease; } input[transition=hide] { transition : 0.2s ease; } .error[transition=hide] { transition : 0.2s ease; } .error.active { opacity: 1; } /* outline*/ tr { border-top: rgba(0,0,0,0) double var(--focus-outline-thickness); } tr:last-child { border-bottom: rgba(0,0,0,0) double var(--focus-outline-thickness); } tr:focus { border-color: var(--focus-outline-color); border-style: double; border-width: var(--focus-outline-thickness); outline : none; } .sidebar-group { padding: 0px 20px 0px 5px; margin: 15px 0px 15px 0px; } .sidebar div { /* Only works on Firefox */ scrollbar-width: thin; } [tab] { text-align: center; padding-right: 1.5rem; padding-top: 0.8rem; /*padding-bottom: 2rem;*/ /*height: 100vh;*/ } sseq-sidebar h4 { --text-opacity : 0.87; color : rgba(var(--text-color), var(--text-opacity)); /* font-size: 120%; */ font-weight: 450; margin: 0.25rem 0rem; margin-bottom: 0.8rem; } sseq-sidebar h5 { --text-opacity : 0.87; color : rgba(var(--text-color), var(--text-opacity)); font-size: 120%; font-weight: 400; margin: 0.25rem 0rem; margin-bottom: 0.8rem; } sseq-sidebar div { display: flex; flex-direction: column; } input { font-family: inherit; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; display: block; line-height: inherit; border-radius: 0.25rem; border: 1px solid #CCC; } .input-row { margin-top: 0.4rem; margin-bottom: 0.4rem; display: flex; align-items: center; } .input-row label { margin-right: 0.6rem; text-align: right; } .input-row input { flex-grow: 1; width: 1px; } sseq-tooltip { --text-color : var(--complement-3-text); --text-opacity : 1; background: rgba(var(--complement-3), 1); } .status-indicator { position: absolute; bottom : 10px; left : 10px; --text-color : var(--complement-3-text); --text-opacity : 1; background: rgba(var(--complement-3), 1); color : rgba(var(--text-color), var(--text-opacity)); opacity: 0; padding : 3px; } .status-indicator[shown] { opacity: 1; } .status-indicator[transition=show] { transition : opacity 200ms ease-out; } .status-indicator[transition=hide] { transition : opacity 500ms ease-in; } sseq-matrix { --row-selected : rgba(var(--complement-3),0.7); --row-hover : rgba(var(--complement-3), 0.4); /* rgba(0, 0, 255, 0.25);*/ --row-hover-selected : rgba(var(--complement-3),1); --row-active : rgba(var(--complement-2),1); --row-active-selected : rgba(var(--complement-2),0.5); /* about to turn off */ } sseq-sidebar * { color : rgba(var(--text-color), var(--text-opacity)); } sseq-sidebar { --text-opacity : var(--disabled-text-opacity); } sseq-sidebar [tabindex="0"] { --text-opacity : 0.7; } sseq-sidebar :hover[tabindex="0"] { --text-opacity : 0.87; } sseq-sidebar :active[tabindex="0"] { --text-opacity : 1; } ::selection { background : rgba(var(--selection-background-color), 1); } .name:active { --text-opacity : 1; } input[type=text] { border-radius: 0px; background-color: rgba(var(--input-background-color), 1); color : rgba(var(--input-text-color), 1); border: 1px solid #CCC; /* default for text input */ } /*.help*/ dt { display : inline-block; margin-right : 10px; } /*.help*/ dd { display : inline-block; }/**/ /*.help/ kbd { margin-left : 3px; margin-right : 3px; }/**/ .help h4 { --text-opacity : 0.87; color : rgba(var(--text-color), var(--text-opacity)); } :root { --body-background-color : var(--primary-4); --body-text-color : var(--primary-4-text); --header-background-color : var(--primary-2); --header-text-color : var(--primary-2-text); } :root { --disabled-text-opacity : 0.5; --text-opacity : 0.7; --button-text-color : var(--primary-2-text); --button-text-opacity : 0.8; --button-background-color : var(--primary-2); --button-background-opacity : 1; --input-background-color : var(--primary-1); --input-text-color : var(--primary-1-text); --close-icon-font-size : 18pt; --selection-background-color : var(--complement-0); } :root { --primary-0: 56, 54, 41; --primary-1: 134,129, 103; --primary-2: 96, 92, 74; --primary-3: 52, 48, 30; --primary-4: 47, 43, 21; --primary-0-text: 255, 255, 255; --primary-1-text: 255, 255, 255; --primary-2-text: 255, 255, 255; --primary-3-text: 255, 255, 255; --primary-4-text: 255, 255, 255; --complement-0: 57, 20,175; --complement-1: 115, 90,195; --complement-2: 86, 56,180; --complement-3: 43, 14,136; --complement-4: 32, 9,106; --complement-0-text: 255, 255, 255; --complement-1-text: 255, 255, 255; --complement-2-text: 255, 255, 255; --complement-3-text: 255, 255, 255; --complement-4-text: 255, 255, 255; } kbd { background-color: #eee; border-radius: 3px; border: 1px solid #b4b4b4; box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset; color: #333; display: inline-block; font-size: .85em; font-weight: 700; line-height: 1; padding: 2px 4px; white-space: nowrap; }
.divide-transparent > * + * { border-color: transparent; } .divide-current > * + * { border-color: currentColor; } .divide-black > * + * { border-color: rgba(0, 0, 0, 1); } .divide-white > * + * { border-color: rgba(255, 255, 255, 1); } .divide-gray-50 > * + * { border-color: rgba(249, 250, 251, 1); } .divide-gray-100 > * + * { border-color: rgba(243, 244, 246, 1); } .divide-gray-200 > * + * { border-color: rgba(229, 231, 235, 1); } .divide-gray-300 > * + * { border-color: rgba(209, 213, 219, 1); } .divide-gray-400 > * + * { border-color: rgba(156, 163, 175, 1); } .divide-gray-500 > * + * { border-color: rgba(107, 114, 128, 1); } .divide-gray-600 > * + * { border-color: rgba(75, 85, 99, 1); } .divide-gray-700 > * + * { border-color: rgba(55, 65, 81, 1); } .divide-gray-800 > * + * { border-color: rgba(31, 41, 55, 1); } .divide-gray-900 > * + * { border-color: rgba(17, 24, 39, 1); } .divide-red-50 > * + * { border-color: rgba(254, 242, 242, 1); } .divide-red-100 > * + * { border-color: rgba(254, 226, 226, 1); } .divide-red-200 > * + * { border-color: rgba(254, 202, 202, 1); } .divide-red-300 > * + * { border-color: rgba(252, 165, 165, 1); } .divide-red-400 > * + * { border-color: rgba(248, 113, 113, 1); } .divide-red-500 > * + * { border-color: rgba(239, 68, 68, 1); } .divide-red-600 > * + * { border-color: rgba(220, 38, 38, 1); } .divide-red-700 > * + * { border-color: rgba(185, 28, 28, 1); } .divide-red-800 > * + * { border-color: rgba(153, 27, 27, 1); } .divide-red-900 > * + * { border-color: rgba(127, 29, 29, 1); } .divide-yellow-50 > * + * { border-color: rgba(255, 251, 235, 1); } .divide-yellow-100 > * + * { border-color: rgba(254, 243, 199, 1); } .divide-yellow-200 > * + * { border-color: rgba(253, 230, 138, 1); } .divide-yellow-300 > * + * { border-color: rgba(252, 211, 77, 1); } .divide-yellow-400 > * + * { border-color: rgba(251, 191, 36, 1); } .divide-yellow-500 > * + * { border-color: rgba(245, 158, 11, 1); } .divide-yellow-600 > * + * { border-color: rgba(217, 119, 6, 1); } .divide-yellow-700 > * + * { border-color: rgba(180, 83, 9, 1); } .divide-yellow-800 > * + * { border-color: rgba(146, 64, 14, 1); } .divide-yellow-900 > * + * { border-color: rgba(120, 53, 15, 1); } .divide-green-50 > * + * { border-color: rgba(236, 253, 245, 1); } .divide-green-100 > * + * { border-color: rgba(209, 250, 229, 1); } .divide-green-200 > * + * { border-color: rgba(167, 243, 208, 1); } .divide-green-300 > * + * { border-color: rgba(110, 231, 183, 1); } .divide-green-400 > * + * { border-color: rgba(52, 211, 153, 1); } .divide-green-500 > * + * { border-color: rgba(16, 185, 129, 1); } .divide-green-600 > * + * { border-color: rgba(5, 150, 105, 1); } .divide-green-700 > * + * { border-color: rgba(4, 120, 87, 1); } .divide-green-800 > * + * { border-color: rgba(6, 95, 70, 1); } .divide-green-900 > * + * { border-color: rgba(6, 78, 59, 1); } .divide-blue-50 > * + * { border-color: rgba(239, 246, 255, 1); } .divide-blue-100 > * + * { border-color: rgba(219, 234, 254, 1); } .divide-blue-200 > * + * { border-color: rgba(191, 219, 254, 1); } .divide-blue-300 > * + * { border-color: rgba(147, 197, 253, 1); } .divide-blue-400 > * + * { border-color: rgba(96, 165, 250, 1); } .divide-blue-500 > * + * { border-color: rgba(59, 130, 246, 1); } .divide-blue-600 > * + * { border-color: rgba(37, 99, 235, 1); } .divide-blue-700 > * + * { border-color: rgba(29, 78, 216, 1); } .divide-blue-800 > * + * { border-color: rgba(30, 64, 175, 1); } .divide-blue-900 > * + * { border-color: rgba(30, 58, 138, 1); } .divide-indigo-50 > * + * { border-color: rgba(238, 242, 255, 1); } .divide-indigo-100 > * + * { border-color: rgba(224, 231, 255, 1); } .divide-indigo-200 > * + * { border-color: rgba(199, 210, 254, 1); } .divide-indigo-300 > * + * { border-color: rgba(165, 180, 252, 1); } .divide-indigo-400 > * + * { border-color: rgba(129, 140, 248, 1); } .divide-indigo-500 > * + * { border-color: rgba(99, 102, 241, 1); } .divide-indigo-600 > * + * { border-color: rgba(79, 70, 229, 1); } .divide-indigo-700 > * + * { border-color: rgba(67, 56, 202, 1); } .divide-indigo-800 > * + * { border-color: rgba(55, 48, 163, 1); } .divide-indigo-900 > * + * { border-color: rgba(49, 46, 129, 1); } .divide-purple-50 > * + * { border-color: rgba(245, 243, 255, 1); } .divide-purple-100 > * + * { border-color: rgba(237, 233, 254, 1); } .divide-purple-200 > * + * { border-color: rgba(221, 214, 254, 1); } .divide-purple-300 > * + * { border-color: rgba(196, 181, 253, 1); } .divide-purple-400 > * + * { border-color: rgba(167, 139, 250, 1); } .divide-purple-500 > * + * { border-color: rgba(139, 92, 246, 1); } .divide-purple-600 > * + * { border-color: rgba(124, 58, 237, 1); } .divide-purple-700 > * + * { border-color: rgba(109, 40, 217, 1); } .divide-purple-800 > * + * { border-color: rgba(91, 33, 182, 1); } .divide-purple-900 > * + * { border-color: rgba(76, 29, 149, 1); } .divide-pink-50 > * + * { border-color: rgba(253, 242, 248, 1); } .divide-pink-100 > * + * { border-color: rgba(252, 231, 243, 1); } .divide-pink-200 > * + * { border-color: rgba(251, 207, 232, 1); } .divide-pink-300 > * + * { border-color: rgba(249, 168, 212, 1); } .divide-pink-400 > * + * { border-color: rgba(244, 114, 182, 1); } .divide-pink-500 > * + * { border-color: rgba(236, 72, 153, 1); } .divide-pink-600 > * + * { border-color: rgba(219, 39, 119, 1); } .divide-pink-700 > * + * { border-color: rgba(190, 24, 93, 1); } .divide-pink-800 > * + * { border-color: rgba(157, 23, 77, 1); } .divide-pink-900 > * + * { border-color: rgba(131, 24, 67, 1); }
header { margin-bottom: 30px; padding-top: 20px; padding-bottom:75px; height: 100px; background-color: black; color:white; } body { background: linear-gradient(135deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(225deg, #ECEDDC 25%, transparent 25%) -50px 0, linear-gradient(315deg, #ECEDDC 25%, transparent 25%), linear-gradient(45deg, #ECEDDC 25%, transparent 25%); background-size: 100px 100px; background-color:#888; background-color:#ffd0d7; } header.columns { margin-left:0; } div.twelve.columns { position: absolute; padding-right:10px; padding-left:10px; } a.button { margin left:0px; margin-right:0px; margin-bottom:5px; background-color:black; color:white; } .box { width: 400px; height: 400px; border: 2px solid black; padding-bottom:100px; padding-top:100px; } .row { text-align:center; } .footer { margin-top: 30px; text-align:center; margin top: 200px; margin-bottom: 10px; padding-top: 50px; padding-bottom: 0px; height: 25px; background-color:black; color:white; } }
md-input-container textarea.md-input { min-height: 30px; } md-sidenav { width: 80vw; max-width: 80vw; } .toggle-json-fab { position: fixed; bottom: 16px; right: 16px; } .node-entry{ color: #404040; } .node-description { margin-left: 4px; color: #606060; } .json-view, .node-offset { font-family: "monospace"; margin-left: 6px; } .node-value { font-family: "monospace"; margin-left: 12px; }
.menu-grid__item_gsm { background-color: #EECEBC; }
/* ========= temporary styles ========= */ .border-bottom { border-bottom: 1px solid var(--COLOUR-GREY-ONE); } .p-b-1 { padding-bottom: 1rem; } .m-b-0 { margin-bottom: 0; } .m-y-0 { margin-top: 0; margin-bottom: 0; } .ui-table { margin: 1rem 0; } .article-sidebar { font-family: Lato, sans-serif; font-size: 16px; grid-column: 10 / 12; } .article-sidebar .list .item { padding: .5rem 0; } .article-sidebar .list .item:first-child { margin-top: 1rem; } .article-table { margin: 3rem 0; } .article-table .table { margin: 2rem 0; } .main-content { font-family: Lato, sans-serif; } [role="doc-abstract"] { font-family: "Noto Serif", serif; font-size: var(--BASE-FONT-REM); margin-top: 0; margin-bottom: var(--THREE-INCREMENTS); line-height: 1.5; font-weight: 400; } /* Style for additional files */ dd { margin-left: 0; font-size: 1rem; line-height: 1.5; font-weight: normal; } dd+dt { margin-top: 1.5rem; } dt h6 { margin: 0; font-weight: bold; } /* Style for author details */ .authors-details__authors section { margin-bottom: var(--THREE-INCREMENTS); } .authors-details__authors h4 { font-weight: bold; } .authors-details__authors > li:after { content: ''; } .author-details__heading { margin: 0; font-weight: bold; display: inline; padding: 0; } /* Style for publication history */ .publication-details__history { padding-left: 17px; } .captioned-image { outline: 1px solid #e0e0e0; padding: .75rem; display: block; width: 100% } .captioned-asset { clear: none; margin: 0 0 1.5rem 0; position: relative; } .figcaptioned-asset h6 { font-size: 0.85rem; margin-top: .75rem; font-weight: bold; } .captioned-asset__picture { display: block; width: 100%; } .download-icon { border-radius: 3px; display: inline-block; height: 1.75rem; width: 1.75rem; border: 1px solid #e0e0e0; } .view-icon { border-radius: 3px; display: inline-block; height: 1.75rem; width: 1.75rem; border: 1px solid #e0e0e0; } .asset-viewer { margin-top: 3rem; margin-bottom: 3rem; } .asset-links-container { position: absolute; top: -35px; right: 0; } .asset-links-container a { border: 1px solid #e0e0e0; border-radius: 3px; display: inline-block; height: 1.75rem; margin-top: -.125rem; margin-left: -1px; margin-bottom: -.125rem; width: 1.75rem; border: 1px solid #e0e0e0; } .asset-links-container .download-icon { background: url(/img/download.png) 50% 50% no-repeat; background: url(/img/download.svg) 50% 50% no-repeat,linear-gradient(transparent, transparent); } .asset-links-container .view-icon { background: url(/img/launch.png) 50% 50% no-repeat; background: url(/img/launch.svg) 50% 50% no-repeat,linear-gradient(transparent, transparent); } .asset-links-container .download-icon:hover { background: url(/img/download-hover.png) 50% 50% no-repeat; background: url(/img/download-hover.svg) 50% 50% no-repeat,linear-gradient(transparent, transparent); } .asset-links-container .view-icon:hover { background: url(/img/launch-hover.png) 50% 50% no-repeat; background: url(/img/launch-hover.svg) 50% 50% no-repeat,linear-gradient(transparent, transparent); } .asset-viewer-inline-text { align-self: center; display: inline-block; margin-bottom: 10; padding-bottom: 0; line-height: 1.84615 } .asset-viewer-inline-text-prominent { font-weight: bold; } .additional-assets-list { margin-bottom: 1.5rem; margin-top: 0; } .caption-text-heading { font-size: .8125rem; line-height: 1.84615; font-weight: bold; margin: 0; padding: 0; } /* Style for reference */ .reference-list { list-style: none; margin: 0; padding: 0; padding-bottom: .75rem; } .reference-list__item { margin-bottom: .75rem; padding: 0rem 0rem 0rem 3rem; line-height: 1; position: relative; } .reference-list__ordinal_number { font-weight: bold; line-height: 1.5; left: 0; position: absolute; text-align: center; top: 0; width: 2.625rem; } .reference-list .article-author-list li:nth-last-child(2):after { content: ''; } .reference p { font-family: Lato, sans-serif; font-weight: bold; font-size: 1.125rem; } .content-header__institution_list { font-family: Lato, sans-serif; padding-left: 0; display: block; } .content-header__institution_list_item { display: inline; font-size: 14px; } .content-header__institution_list > li { line-height: 1.5; } .content-header__institution_list > li:after { content: '; \00a0'; } .content-header__institution_list > li:last-child:after { display: none; } .copyright { font-family: Lato, sans-serif; } .see-more-toggle { background-color: transparent; border: 0; color: #087acc; font-size: 13px; font-size: .8125rem; line-height: 1; margin: 0 .3rem; padding-left: 0; } .see-more-toggle.toggled:before { content: "\00ab\00a0"; } .see-more-toggle.toggled:after { content: ""; } .see-more-toggle:after { content: "\00a0\00bb"; } .figcaptioned-asset { display: inline; } .see-more-toggle { cursor: pointer; background-color: transparent; border: 0; color: #087acc; font-size: 13px; line-height: 1; margin: 0; padding-left: 0; } .see-more-toggle:focus, .see-more-toggle:active { outline: 0; border: none; }
html, body { background: #FAFAFA; height: 100%; padding: 0; margin: 0; font-family: 'Roboto', 'Helvetica', sans-serif; } main { height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; } .container { margin: 0 180px; } .disclosure-button:hover, .disclosure-button:focus { background-color: #D81B60; color: #FFF; } .disclosure-button .icon::after { display: inline-block; font-size: 14px; margin-right: 8px; width: 14px; height: 36px; } .disclosure-button[aria-expanded="false"] .icon::after { content: '▶'; } .disclosure-button.expanded[aria-expanded="true"] .icon::after { content: '▼'; } .disclosure-content[aria-hidden="true"] { visibility: hidden; opacity: 0; } .disclosure-content[aria-hidden="false"] { visibility: visible; opacity: 1; }
/* ================================================================== COLOR SCHEMES ================================================================== */ .home-form .nav-tabs > li.active > a, .home-form .nav-tabs > li > a:hover, .home-form .nav-tabs > li.active > a:focus, .slider-btn .btn-white:hover, .tp-caption.slider-btn .btn-white:hover, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span, .icon-container, .dash .digit, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus, h1:hover a, h2:hover a, h3:hover a, h4:hover a, h5:hover a, .btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .dropdown-toggle.btn-white, .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default, .pricing-table-footer, .pricing-table-header, .yellow, .panel-default > .panel-heading, .c2 li span, .btn-primary { color: #fff; background-color: #9d1bb3; border-color: #9d1bb3; } .form-control:focus { border-color: #fff; box-shadow: none; } .hotel-title hr, .nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .navbar-nav > li > a.active, .navbar-nav > li > a:focus, .navbar-nav > li > a:hover { border-color: #9d1bb3; } #infoform .form-control, .input-group-addon, .dropdown .btn-white, .form-inline .input-group > .form-control { border-bottom-color: #9d1bb3; } .post-title .pull-right span, .bootstrap-select .fa-angle-down, .input-group-addon i, .rating i, a, .topbar-drops i, .sidebar li a:hover, .sidebar li a:focus, .yamm .dropdown-menu li h3 i, .yamm .yamm-content li a:hover, .yamm .yamm-content li a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .breadcrumb > li + li::before, .c3 span, .c1 li:before { color: #9d1bb3; } .topbar-drops i{ color: #b4acb5; } .btn-group label{ margin-left: 10px !important; } strong{ font-size: 12px; color: #a94442; } .transp{ background: rgba(0,0,0,.50) !important; position: relative; top: 0; } .form-cust{ background: #efefef; padding-top: 2em; } .flex{ display: flex; align-items: center; } .flex-child{ flex: 1; } .pad{ padding: 5px; } .pad-left{ padding-left: 5px; } .text-white{ color: #fff; } .topbar a:hover{ color: #fff !important; } .form-horizontal span{ display: inline !important; } textArea{ resize: none; } .topbar .dropdown-menu li { line-height: 10px; padding-top: 15px !important; display: block; } .dataTables_wrapper .dataTables_filter input{ 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; } .height-auto{ height: auto !important; } .margin0{ margin-top: 0 !important; margin-bottom: 0 !important; }
/* * Copyright (c) 2021 Pradyun Gedam * Licensed under MIT License * SPDX-License-Identifier: MIT * * THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ /* sphinx-design */ body { --sd-color-card-border: var(--color_text-link_underline); --sd-color-card-border-hover: var(--color_text-link_underline); } /* Override some bad aesthetic choices. */ .sd-card-hover:hover { transition: transform 100ms linear; transform: translateY(-1px); } .sd-container, .sd-container-fluid, .sd-container-lg, .sd-container-md, .sd-container-sm, .sd-container-xl { @apply px-0; } /* sphinx-inline-tabs */ .tab-content { div[class^="highlight-"]:first-child { @apply mt-0; pre { @apply rounded-t-none; } } } html:not(.dark) { --tabs--label-text: theme("colors.gray.600"); --tabs--label-text--hover: theme("colors.gray.600"); --tabs--label-text--active: theme("colors.blue.500"); --tabs--label-text--active--hover: theme("colors.blue.500"); --tabs--label-background: transparent; --tabs--label-background--hover: transparent; --tabs--label-background--active: transparent; --tabs--label-background--active--hover: transparent; --tabs--label-border: transparent; --tabs--label-border--hover: theme("colors.gray.300"); --tabs--label-border--active: theme("colors.blue.500"); --tabs--label-border--active--hover: theme("colors.blue.500"); --tabs--padding-x: 0.25em; --tabs--margin-x: 1em; --tabs--border: theme("colors.gray.200"); } html.dark { --tabs--label-text: theme("colors.gray.400"); --tabs--label-text--hover: theme("colors.gray.400"); --tabs--label-text--active: theme("colors.blue.500"); --tabs--label-text--active--hover: theme("colors.blue.500"); --tabs--label-background: transparent; --tabs--label-background--hover: transparent; --tabs--label-background--active: transparent; --tabs--label-background--active--hover: transparent; --tabs--label-border: transparent; --tabs--label-border--hover: theme("colors.gray.600"); --tabs--label-border--active: theme("colors.blue.500"); --tabs--label-border--active--hover: theme("colors.blue.500"); --tabs--padding-x: 0.25em; --tabs--margin-x: 1em; --tabs--border: theme("colors.gray.800"); } /* ReadTheDocs version selector */ /* Clean up after the injected CSS */ div.lutra-readthedocs-versions { width: unset; color: inherit; background: unset; font-family: inherit; > .rst-current-version { @apply py-3 px-2; font-size: unset; color: inherit; background: unset; white-space: nowrap; .fa { color: inherit; float: none; } } .rst-other-versions { @apply p-0; } .injected { .rst-versions { position: unset; } .rst-other-versions { @apply p-4; } .rst-current-version .fa-caret-down { @apply hidden; } } } /* Dropdown container */ div.lutra-readthedocs-versions { @apply -mx-1 block relative; } /* Dropdown content */ .injected { @apply hidden absolute; min-width: 15rem; z-index: 1; } div.lutra-readthedocs-versions { &:hover, &:focus-within { background-color: #272525; color: white; .rst-current-version, .rst-other-versions, .injected { @apply block; } .injected { width: 15rem; /* transform: translateX(-8rem); */ } } } /* HACK: Make it clear where the search happens */ .rst-badge > .rst-other-versions > dl { dd input[type="text"] { @apply p-1 rounded-sm; color: black; background-color: white; } }
@media handheld, screen and (min-width: 760px) and (max-width: 959px) { #login-content { overflow-y: auto; } #login-centralized { width:760px; } #login-container-left-pane { float: left; width: 450px; } #login-container-right-pane { float: left; margin-left: 10px; width:220px; } #login-password-input { width:135px; margin-bottom: 0px; } #login-button { margin-left: 3px; } #loading-room-text { width: 550px; } #center-pane { position: fixed; top: 25px; bottom: 25px; left: 0px; right: 226px; } #toolbar { margin: 7px 10px 0 0; float: right; } #right-pane { position: fixed; right: 0px; top: 55px; bottom: 25px; background-color: #F3F5F7; width: 225px; border-left: 1px solid; } #left-pane { position: fixed; right: 0px; top: 55px; bottom: 125px; background-color: #F3F5F7; width: 225px; border-left: 1px solid; } #chat-messages { width: 221px; } #chat-message-input { width: 193px; } #local-user { position:fixed; bottom: 25px; right: 0px; border-top: 1px solid; border-left: 1px solid; height:99px; width:225px; } .remote-user { width:220px; } .user-settings { width: 121px; } .remote-user-settings { width: 100px; } .volume-control { width:40px; } .responsive-nav { position: fixed; width: 225px; right: 0px; top: 25px; height: 30px; border-left: 1px solid; } .collaborate-nav-option { display: none; } .chat-users-nav-option { display: none; } .nav-group { width: 100%; margin-left: 1px; background-color: #363636 } .nav-group .btn { width: 50%; webkit-border-radius: 0px !important; border-radius: 0px !important; -webkit-border-radius: 0px !important; border-radius: 0px !important; } }
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap'); body{ font-family: 'Noto Sans JP', sans-serif; } .form-container{ background: #0B3ED9; height: 100vh; } .form-container .container{ width: 70%; padding: 54px; } .form-container .main h1{ font-size: 53px; color: white; } .form-container .main p{ color: #ffffffb5; font-weight: 300; font-size: 14px; } .form-container .container input{ background: transparent; border-bottom: 1px solid #ffffff6b; font-weight: 400; outline: none } .form-container .container button{ background: white; color: #0b3ed9; box-shadow: 0 2px 4px #0000003b; } .main-header{ font-weight: 700; font-size: 22px; color: #0b3ed9; } .dashboard{ background: #0642f71e; height: 110vh; } .dashboard div div{ height: 165px; padding: 72px; } .pef-viewer{ width: 80vw; margin: auto; height: 77vh; } .pef-viewer iframe{ width: 95%; height: 94vh; } .dashboard .main-content input{ border: none; padding: 10px 0; border-bottom: 1px solid #00000069; outline: none } .dashboard .main-content input#file{ border: none; padding: 10px 0; border: none !important; outline: none } .dashboard .main-content button{ padding: 10px 84px; outline: none; background: #f5c416; margin-top: 22px; } .dashboard .main-content{ height: 68vh !important; } .user-profile{ background: white; width: 100%; } .user-profile img{ width: 44%; height: 100%; }
body{ min-height: 300vh; background-color: #263238; } .container { position: relative; z-index: 9999; } .opciones { background-color: #b43e60; } .file-input{ display: none; }
@import url('https://fonts.googleapis.com/css?family=Aldrich'); body { font-family: 'Aldrich', sans-serif; } @media only screen and (min-width: 640px) { #container { border-radius: 100%; background-color: black; width: 640px; height: 640px; margin: 30px auto 0 auto; display: flex; flex-direction: column; justify-content: center; } #wrapper { display: flex; flex-direction: row; justify-content: center; } .c { width: 300px; height: 300px; -moz-box-shadow: inset 0 0 15px black; -webkit-box-shadow: inset 0 0 15px black; box-shadow: inset 0 0 15px black; } #green { background-color: hsl(120, 100%, 40%); border-top-left-radius: 100%; border-bottom-right-radius: 70%; margin-bottom: 10px; margin-right: 10px; } #blue { background-color: hsl(240, 100%, 40%); border-bottom-right-radius: 100%; border-top-left-radius: 70%; } #red { background-color: hsl(0, 100%, 40%); margin-bottom: 10px; border-top-right-radius: 100%; border-bottom-left-radius: 70%; } #yellow { background-color: hsl(60, 100%, 40%); border-bottom-left-radius: 100%; border-top-right-radius: 70%; } #center { -moz-box-shadow: inset 0 0 10px black, 0 0 35px black; -webkit-box-shadow: inset 0 0 15px black, 0 0 35px black; box-shadow: inset 0 0 10px black, 0 0 35px black; margin-top: 130px; background-color: rgb(0, 0, 0); border: 8px solid rgb(255, 255, 255); border-radius: 150px; width: 320px; height: 320px; position: absolute; } h1 { text-align: center; color: white; } p { text-align: center; color: hsl(0, 100%, 30%); font-size: 30px; margin: auto; margin-top: 7px; } #counter { width: 60px; height: 35px; border: 1px solid white; margin: 0 auto; letter-spacing: 4px; } button { background-color: white; border: 1px solid black; color: rgb(70, 70, 70); border-radius: 5px; outline: none; width: 100px; height: 30px; } #control { display: flex; flex-direction: row; justify-content: center; } sup { font-size: 13px; } #mode p { font-size: 14px; color: white; margin-top: 35px; margin-left: 120px; } #onf { display: flex; flex-direction: row; justify-content: center; margin-top: 50px; } #start { margin-right: 15px; } a { outline: none; } .contrast { filter: brightness(125%); } .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .switch input { display: none; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.slider { background-color: rgb(110, 3, 3); } input:focus+.slider { box-shadow: 0 0 1px rgb(110, 3, 3); } input:checked+.slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .st { color: white; font-size: 20px; margin-left: 2px; margin-right: 2px; } } @media only screen and (max-width: 640px) { #container { border-radius: 100%; background-color: black; width: 100vw; height: 100vw; margin: 30px auto 0 auto; display: flex; flex-direction: column; justify-content: center; } #wrapper { display: flex; flex-direction: row; justify-content: center; } .c { width: 47vw; height: 47vw; -moz-box-shadow: inset 0 0 15px black; -webkit-box-shadow: inset 0 0 15px black; box-shadow: inset 0 0 15px black; } #green { background-color: hsl(120, 100%, 40%); border-top-left-radius: 100%; border-bottom-right-radius: 70%; margin-bottom: 10px; margin-right: 10px; } #blue { background-color: hsl(240, 100%, 40%); border-bottom-right-radius: 100%; border-top-left-radius: 70%; } #red { background-color: hsl(0, 100%, 40%); margin-bottom: 10px; border-top-right-radius: 100%; border-bottom-left-radius: 70%; } #yellow { background-color: hsl(60, 100%, 40%); border-bottom-left-radius: 100%; border-top-right-radius: 70%; } #center { -moz-box-shadow: inset 0 0 10px black, 0 0 35px black; -webkit-box-shadow: inset 0 0 15px black, 0 0 35px black; box-shadow: inset 0 0 10px black, 0 0 35px black; margin-top: 22.5vw; background-color: rgb(0, 0, 0); border: 8px solid rgb(255, 255, 255); border-radius: 25vw; width: 50vw; height: 50vw; position: absolute; } h1 { text-align: center; color: white; font-size: 7vw; } p { text-align: center; color: hsl(0, 100%, 30%); font-size: 5vw; margin: auto; margin-top: 7px; } #counter { width: 10vw; height: 7vw; border: 1px solid white; margin: 0 auto; margin-top: -5vw; letter-spacing: 4px; } #control { display: flex; flex-direction: row; justify-content: center; } sup { font-size: 13px; } button { font-size: 2.5vw; } #mode p { font-size: 2vw; color: white; margin-top: 3vw; margin-left: 90px; } #onf { display: flex; flex-direction: row; justify-content: center; margin-top: 5vw; } #start { margin-right: 15px; } a { outline: none; } .contrast { filter: brightness(125%); } .switch { position: relative; display: inline-block; width: 15vw; height: 8vw; } .switch input { display: none; } .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 5.5vw; width: 5.5vw; left: 1vw; bottom: 1vw; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.slider { background-color: rgb(110, 3, 3); } input:focus+.slider { box-shadow: 0 0 1px rgb(110, 3, 3); } input:checked+.slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } .st { color: white; font-size: 7vw; margin-left: 2px; margin-right: 2px; } }
.userinfo { position: relative; width: 580px; padding: 0 58px; overflow: hidden; } .userinfo-title { margin: 45px 0 0 0; padding-left: 15px; border-left: 4px solid #eb983a; font-size: 16px; } #userinfo_form { padding: 30px 0; font-size: 14px; } .userinfo-form-row { padding: 0 15px; height: 70px; line-height: 70px; } .userinfo-form-row span { } .userinfo-input { width: 200px; margin-left: 10px; height: 30px; line-height: 30px; box-sizing: border-box; padding-left: 5px; border: 1px solid #b2b3b2; border-radius: 5px; } .userinfo-input-noborder { width: 200px; margin-left: 10px; height: 44px; line-height: 44px; box-sizing: border-box; padding-left: 5px; border-radius: 10px; } .userinfo-form-submit { margin-top: 25px; padding-left: 101px; } #submit_userinfo { display: inline-block; height: 35px; line-height: 35px; width: 150px; background-color: #14ac85; border-radius: 10px; text-align: center; font-size: 16px; color: #ffffff; } .userinfo-form-look { position: absolute; top: 0; right: 0; padding: 20px 15px; text-align: center; } #upload_user_look { position: absolute; top: 155px; right: 31px; padding: 0 20px; line-height: 35px; border-radius: 8px; background-color: #14ac85; color: #ffffff; } .userinfo-form-look span { float: left; } .userinfo-form-look img { box-sizing: border-box; border: 2px solid #eb983a; border-radius: 8px; } .userinfo-form-look-tip{ font-size: 12px; margin: 0; text-align: center; } #upload_user_file { position: absolute; height: 105px; width: 105px; top: 20px; right: 13px; opacity: 0; filter: alpha(opacity=0); background-color: #000; cursor: pointer; }
.project-listing { list-style: none; border-bottom: 1px solid #eee; padding-top: 20px; padding-bottom: 20px; } .project-listing-planguage { float: right; margin-top: 20px; font-weight: bold; color: #5e5e5e; } .project-listing-metadata { color: #5e5e5e; font-size: 12px; } .project-listing-description { max-width: 650px; }
.layui-layer-msg{ border-color: transparent!important; box-shadow: 2px 0 6px rgb(0 21 41 / 0.05)!important; }
.card { border-style: solid; border-width: thin; border-color: white; border-radius: 5px; width: 150px; text-align: center; padding: 5px; -webkit-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75); -moz-box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75); box-shadow: -1px 2px 10px -1px rgba(0,0,0,0.75); } .card:hover { -webkit-box-shadow: -7px 9px 20px -4px rgba(0,0,0,0.75); -moz-box-shadow: -7px 9px 20px -4px rgba(0,0,0,0.75); box-shadow: -7px 9px 20px -4px rgba(0,0,0,0.75); } .name { padding: 10px; margin: 0; font-size: 15px; font-weight: bold; } .typesWrapper { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 5px; } .buttonsWrapper { padding: 10px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 5px; font-weight: bold; } .types { font-size: 12px; color: white; background-color: red; border-radius: 5px; height: 15px; } .type{ padding: 0; margin: 0; display: inline; } .pokemon-img { width: 100%; height: 150px; padding-top: 15px; }
.fehlerliste { border: 1px solid red; background: #eee; padding: 10px 0px 0px 10px; margin-bottom: 10px; } .form_error { color:red; font-weight:600; } /* .labdiv { float:left; margin:2px; margin-bottom:5px; width:99%; } */ .labdiv {overflow: hidden;} .labdiv label { display:block; float:left; margin-top:0px; width:30%; } .labdiv label.checkboxlabel { display:inline; float:none; margin-left:10px; } div#qTip { padding: 3px; border: 1px solid #666; display: none; background: #FFF4D2; color: #222; position: absolute; z-index: 1000; } .descrip_img { margin-left:10px; margin-bottom:-3px; } fieldset.field_class table { width: 100%; } fieldset.field_class td { padding-right: 0.3ex; }
.main{ background-color: whitesmoke; border-radius: 20px 20px 0 0; box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2); margin: 20px; } .city{ text-align: center; padding: 15px 0; background-color: #0086d6; border-radius: 20px 20px 0 0; font-family: Verdana, Geneva, Tahoma, sans-serif; font-size: 1.2em; } .content{ padding-right: 30px; padding-left: 30px ; padding-top: 20px; padding-bottom: 5px; } .days{ display: flex; flex-flow: row wrap; text-align: center; align-items: center; justify-content: center; } img{ width:150px; height:150px; margin: 7px 0; padding: 5px; } p{ font-family: Lato, Verdana; padding: 0; margin-top: 0; margin-bottom: 0; padding-bottom: 10px; } .date{ font-size: 1.2em; border-bottom: 3px solid rgb(155, 237, 235); } .temp{ font-size: 1.4em; margin-bottom:10px; }
body { background-color: tan; }
.cards { padding: 5px 0 0 0; width: 100%; } .cards__card { margin: 5px 3% 5px 3%; display: inline-block; height: 90px; width: 19%; font-size: 31pt; }
.green { color: olivedrab; } .red { color:tomato; }
.formular { background-image: -webkit-linear-gradient(30deg, #2c3e50 50%, #4dc4ae 50%); border-top: 1px solid #ffffff; color: #ffffff; overflow: hidden; padding: 20px 0 20px 0; min-height: 300px; } .fa-2x { color: #ffffff; } .bg-users { text-align: center; } .card-left { max-width: 450px; } .bgmodal-body { background-color: #4dc4ae; } .close { color: #ffffff; } .bgcolor-header, .bgmodal-footer, .bgmodal-header { background-color: #2c3e50; color: #ffffff; } .bgcolor-body { background-color: #e4e6e6; } .bgcolor-input:focus { background-color: #ffffff; color: #000000; } .bgcolor-button { color: #ffffff; } .btn-register { background-color: #292929; width: 100%; } .btn-mentors { background-color: #4dc4ae; border-radius: 20px; border: 1px solid #ffffff; color: #ffffff; } .btn-students { background-color: #2c3e50; border-radius: 20px; border: 1px solid #ffffff; color: #ffffff; } /*form progressbar in the modal*/ .animated-size { min-height: 500px; background-color: #2c3e50; } /*form styles*/ #msform { width: 400px; margin: 50px auto; text-align: center; position: relative; } #msform fieldset { background: white; border: 0 none; border-radius: 3px; box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4); padding: 20px 30px; box-sizing: border-box; width: 80%; margin: 0 10%; /*stacking fieldsets above each other*/ position: absolute; } /*Hide all except first fieldset*/ #msform fieldset:not(:first-of-type) { display: none; } /*inputs*/ #msform input, #msform textarea { padding: 15px; border: 1px solid #ccc; border-radius: 3px; margin-bottom: 10px; width: 100%; box-sizing: border-box; font-family: montserrat; color: #2C3E50; font-size: 13px; } /*buttons*/ #msform .action-button { width: 100px; background: #27AE60; font-weight: bold; color: white; border: 0 none; border-radius: 1px; cursor: pointer; padding: 10px 5px; margin: 10px 5px; } #msform .action-button:hover, #msform .action-button:focus { box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60; } /*headings*/ .fs-title { font-size: 15px; text-transform: uppercase; color: #2C3E50; margin-bottom: 10px; } .fs-subtitle { font-weight: normal; font-size: 13px; color: #666; margin-bottom: 20px; } /*progressbar*/ #progressbar { margin-bottom: 30px; overflow: hidden; /*CSS counters to number the steps*/ counter-reset: step; } #progressbar li { list-style-type: none; color: white; text-transform: uppercase; font-size: 9px; width: 33.33%; float: left; position: relative; } #progressbar li:before { content: counter(step); counter-increment: step; width: 20px; line-height: 20px; display: block; font-size: 10px; color: #333; background: white; border-radius: 3px; margin: 0 auto 5px auto; } /*progressbar connectors*/ #progressbar li:after { content: ''; width: 100%; height: 2px; background: white; position: absolute; left: -50%; top: 9px; z-index: -1; /*put it behind the numbers*/ } #progressbar li:first-child:after { /*connector not needed before the first step*/ content: none; } /*marking active/completed steps green*/ /*The number of the step and the connector before it = green*/ #progressbar li.active:before, #progressbar li.active:after{ background: #27AE60; color: white; }
.register-box{ min-height:100vh; background-color:#00bcd4; }
@viewport { orientation: portrait; }
.content{ width: 651px; } .row-fluid ["span"] { display: inline-block; width: 2%; min-height: 30px; margin-left: 2.127659574468085%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } .spanBtn { width: 20px; height: 20px; cursor: pointer; background-color: #555; display: inline-block; } .spandoBtn{ width:20px; height:20px; cursor:pointer; background-color:#555; display:inline-block; } .spanBtn{ width:20px; height:20px; cursor:pointer; background-color:#555; display:inline-block; } .divHeight{ height:30px; background-color:#999; } .udMargin{ margin-top:10px; margin-bottom:10px; } .forgetwarpper{ width:220px; margin:120px auto 0px auto; } .loginwarpper{ width:600px; margin:10px auto 0px auto; } .centerSpan{ display:inline-block; margin:10px auto 10px auto; } .leftMargin{ margin-left:20px; } .rightMargin{ margin-right:20px; } .leftMargin120{ margin-left:120px; } .errorSpan{ color:#f00; font-size:13px; } body{ margin:0px; } .widthMenu{ width:25px; } .widthSize600{ width:600px; } .size500{ width:500px; height:150px; } .box h3{ background-color:#D3DBFF; } .box .timeline { margin-top: 20px; margin-bottom: 5px; padding: 8px; border-bottom: 1px solid #ccc; display: block; } .box .type { margin:2px 0px 2px 0px; background: none repeat scroll 0 0 #334E7D; color: #fff; padding: 2px; } .box .task { padding-left: 8px; padding-right: 8px; margin-bottom: 5px; } .pagebody .pagerheader { padding: 15px 30px; background-color: #F0F5F8; border-bottom: 1px solid #DADEE5; border-top-left-radius: 5px; border-top-right-radius: 5px; font-size: 16px; position: relative; } .pagebody td { border-collapse: collapse; border-spacing: 0; border: 0px; border-bottom: 1px solid #EFEFEF; font-size: 12px; line-height: 1.5; color: #666; padding-left: 0px; } .type{ width:10em; } .type .event { font-size:20px; color:#ffffff; width:10em; height:20em; background: none repeat scroll 0 0 #334E7D; } .pagerbody span { color: #fff; display: block; padding: 5px; font-size: 12px; text-align: center; }
.hover\:-moz-user-select\:auto:hover{ -moz-user-select:auto } .-webkit-box-orient\:vertical{ -webkit-box-orient:vertical } .-webkit-line-clamp\:3{ -webkit-line-clamp:3 } .-apple-pay-button-type\:plain{ -apple-pay-button-type:plain } @media (min-width: 450px) { .minw450px\:-webkit-box-orient\:vertical{ -webkit-box-orient:vertical } } @media (min-width: 768px) { .md\:-apple-trailing-word\:auto{ -apple-trailing-word:auto } .md\:hover\:-moz-user-modify\:read-only:hover{ -moz-user-modify:read-only } } @media (max-width: 480px) { .maxw480px\:hover\:-webkit-line-clamp\:3:hover{ -webkit-line-clamp:3 } }
* { margin: 0; padding: 0; list-style-type: none; } #leftsead { position: fixed; top: 50%; right: 0px; z-index: 100; } #leftsead li { overflow: hidden; } #leftsead li a { width: 28px; height: 34px; padding-left: 5px; float: right; display: block; min-width: 35px; max-width: 102px; background: #00C1DE; border-top-left-radius: 20px; border-bottom-left-radius: 20px; font-size: 24px; color:#fff; } #leftsead li a i{ font-size: 14px; margin-left: 7px; vertical-align: middle; font-style: normal; } #leftsead li a .hides { width:105px; height:34px; cursor: pointer; } #leftsead li a:hover { transition:.8s; width:102px; }
/*Property Add Form Wizard CSS Start*/ .page-title-box .page-title { font-size: 24px; line-height: 30px; margin-top: 20px; font-weight: 700; } .card-body .form-wizard-header { margin-left: 0; margin-right: 0; } .nav-justified .nav-item + .nav-item a { margin-left: 40px; } .nav-pills .nav-link { border-radius: 0; background-color: #f0f0f0; text-align: left; } #photo-video-form p button.image-guide { line-height: 20px; margin-left: 4px; } .nav-pills .nav-link.active{ background-image: linear-gradient(to right, #843fce 30%, #346dd1); } .form-wizard-header .nav-link span { font-size: 22px; font-weight: 400 !important; color: #666; } .form-wizard-header .nav-link span.number-step { display: inline-block; padding: 0px 10px; font-size: 20px; color: #fff; background-color: #dadada; margin-right: 8px; } .nav-pills .nav-link.active span.number-step { color: #000; background-image: unset; background-color: #fff; } .nav-pills .nav-link.active span{ color: #fff } .page-title-box p { font-size: 18px; } p.form-inner-title { font-size: 22px; color: #222; font-weight: 600; margin-bottom: 30px; } .list-inline .list-inline-item a.btn-secondary { background-color: #336ed1; border-radius: 0; border-color: #336ed1; font-size: 20px; padding: .25rem 1.5rem; transition: all .3s; } .tab-pane .bootstrap-select>.dropdown-toggle{ height: 100%; } .tab-pane .both-sections .bootstrap-select>.dropdown-toggle{ line-height: 1.75; } label.cal-label::after { content: "\f678"; display: inline-block; font-family: "Material Design Icons"; padding-left: 10px; } .form-group i.mdi-calendar-range { position: absolute; bottom: 8px; font-size: 20px; left: 25px; z-index: 0; } .tab-pane .form-group.picker-icon .form-control { border-radius: 0; padding-left: 25px; } .tab-pane .form-group.picker-icon .mdi-calendar-range{ left: 20px; } .tab-pane .form-group .cal-control { padding-left: 35px; } .list-inline .list-inline-item a.btn-secondary:active, .list-inline .list-inline-item a.btn-secondary:hover, .list-inline .list-inline-item a.btn-secondary:focus { outline: 0 none; box-shadow: unset; background-color: #4938d7; border-color: #3f2ed4; } .tab-pane .bootstrap-select>.dropdown-toggle:hover, .tab-pane .bootstrap-select>.dropdown-toggle:active, .tab-pane .bootstrap-select>.dropdown-toggle:focus{ outline: 0 none !important; box-shadow: unset; border: medium none; } .tab-pane .form-group span.required,h4.title-label span.required { display: inline-block; font-weight: 600; font-size: 18px; line-height: 18px; color: rgb(248, 98, 98); } .tab-pane .form-group .form-control{ border-radius: 0; } .tab-pane .form-control,.tab-pane .selectize-input{ border-radius: 0; padding: .3rem .9rem; border: 2px solid #ced4da; box-shadow: 1px 1px 6px #ccc !important; } .tab-pane .form-control.is-invalid, .tab-pane .was-validated .form-control:invalid{ border-color: #f86262; } .tab-pane .form-control:hover,.tab-pane .form-control:active,.tab-pane .form-control:focus, .tab-pane .selectize-input:hover,.tab-pane .selectize-input:active,.tab-pane .selectize-input:focus{ box-shadow: 1px 1px 6px #ccc !important; } .tab-pane .bootstrap-select{ border: 2px solid #ced4da; } .tab-pane .form-control,.tab-pane .bootstrap-select{ height: calc(2em + .9rem + 2px); } .tab-pane .bootstrap-select{ border-radius: 0; border: 2px solid #ced4da; box-shadow: 1px 1px 6px #ccc !important; } .tab-pane .form-group span { font-size: 18px; } .tab-pane i.mdi.mdi-help { cursor: pointer; color: #666; } /*.image-guide{ display: none !important; } .tab-pane i.mdi.mdi-help:hover ~ .image-guide{ display: inline-block !important; }*/ .btn-col { align-self: flex-end; justify-content: flex-end; display: flex; } .tab-pane a.btn-blue { background-color: #336ed1; border-radius: 0; border-color: #336ed1; font-size: 20px; padding: .25rem 1rem; display: inline-block; position: relative; text-align: center; text-transform: capitalize; transition: all .3s; } .tab-pane .btn-col a.btn-blue,.tab-pane .btn-col a.btn-blue:hover, .tab-pane .btn-col a.btn-blue:focus,.tab-pane .btn-col a.btn-blue:active{ padding: .25rem; background-color: transparent !important; color: #336ed1; border-color: transparent !important; outline: 0 none !important; box-shadow: unset !important; } .tab-pane a.btn-blue span { font-size: 28px !important; font-weight: 600; line-height: 30px; display: inline-block; margin-right: 10px; } p.form-inner-title span { display: block; font-size: 16px; color: #666; } .tab-pane .form-group span.icon-before ~ .form-control { padding-left: 30px; } span.icon-before { position: absolute; bottom: 10px; left: 25px; } .tab-pane label.error, .tab-pane label.is-invalid { position: absolute; left: 15px; width: 100%; margin-top: 0.25rem; font-size: 0.75rem; /*bottom: -30px;*/ color: rgb(248, 98, 98); top: 100%; } .custom-control-input.is-invalid~.custom-control-label:not(.is-invalid), .was-validated .custom-control-input:invalid~.custom-control-label:not(.is-invalid){ color: #000; } /*.tab-pane .show-tick.required { border-color: #f86262; }*/ .tab-pane .show-tick label.is-invalid { left: 0; } h4.title-label { width: 100%; margin-bottom: 00px; margin-top: 0; font-size: 18px; color: #666; font-weight: 600; } form .row .form-group.option-group { max-width: 100%; } .option-group { display: flex; flex-wrap: wrap; justify-content: flex-start; } .option-group .custom-control { min-width: 16%; } .option-group.last-group .custom-checkbox { min-width: 20%; } #basictab2 .option-group .custom-control { min-width: 20%; } #basictab2 .option-group.renter-sec .custom-control { min-width: 30%; } .option-group .custom-control-label::before, .option-group .custom-control-label::after { top: 6px; } .option-group label.custom-control-label { font-size: 17px; color: #000; } .tab-pane .form-group span.text-small { font-size: 16px; } .form-group.small-group{ max-width: 450px; } .option-group .custom-control { margin-top: 20px; } label.col-form-label.small-label a { color: #3e67d1; text-decoration: underline; cursor: pointer; } label.col-form-label.small-label { width: 100%; } .tab-pane .form-group textarea.form-control { resize: none; max-height: 160px; height: 100%; } .tab-pane .form-group .form-control[type="number"] { max-width: 140px; } .occupancy-limit.mb-4 { margin-bottom: 1rem !important; } .wizard-card{ box-shadow: unset; } .wizard-card .card-body{ padding-bottom: 0; } .wizard-card ul.list-inline{ background-color: #fafafa; } .wizard-card ul.list-inline { background-color: #fafafa; margin-left: -1.5rem; margin-right: -1.5rem; padding-top: 30px; padding-bottom: 30px; } div.tab-pane.active ~ ul.list-inline.wizard { justify-content: space-between; display: flex; } div#basictab1.active ~ ul.list-inline.wizard, div#basictab4.active ~ ul.list-inline.wizard { justify-content: flex-end; } div#basictab4.active ~ ul.list-inline.wizard .list-inline-item:not(.float-right){ margin-right: auto; } .wizard-card .list-inline-item .btn-secondary{ position: relative; } .final-section { width: 100%; display: flex; justify-content: center; max-width: 1144px; margin: 110px auto; } .final-section ul { list-style: none; padding: 0; margin: 0; width: 100%; } .final-section ul li { position: relative; } .final-section ul li { position: relative; min-height: 90px; } .left-section ul li img,.right-section ul li img { position: absolute; z-index: 1; } .left-section ul li:first-child img { left: 90px; bottom: 53px; } .left-section ul li:nth-child(2) img { left: 5px; bottom: 15px; } .left-section ul li:last-child img { left: 90px; bottom: -24px; } .right-section ul li:first-child img { right: 90px; bottom: 55px; } .right-section ul li:nth-child(2) img { right: 5px; bottom: 15px; } .right-section ul li:last-child img { right: 90px; bottom: -24px; } .center-section { display: flex; align-items: center; justify-content: center; } .center-section img { z-index: 1; position: relative; } .left-section ul{ text-align: center; } .right-section ul{ text-align: center; } .left-section ul li:nth-child(2) { text-align: left; } .right-section ul li:nth-child(2) { text-align: right; } .final-section ul li a { display: inline-block; } .center-section img { z-index: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .final-section ~ p { margin-bottom: 40px; width: 100%; } input.form-control.cal-control { position: relative; z-index: 1; background-color: transparent; } /*Uploaded image CSS Start*/ #propertyAddForm .ff_fileupload_wrap .ff_fileupload_dropzone { height: 160px; background-color: #dee3eb; border: 2px solid #dee3eb; background-image: unset; border-radius: 0; } #propertyAddForm .ff_fileupload_wrap .ff_fileupload_dropzone::before { position: absolute; content: "or"; font-size: 16px; color: #8c8c8c; left: 50%; transform: translateX(-50%) translateY(-50%); top: 43%; } #propertyAddForm .ff_fileupload_wrap .ff_fileupload_dropzone::after { position: absolute; content: "Select Files"; background-color: #3283f6; color: #fff; padding: .5rem 1rem; left: 50%; transform: translateX(-50%); bottom: 20px; } #propertyAddForm .ff_fileupload_wrap .ff_fileupload_dropzone_wrap::after{ position: absolute; content: "Drag and Drop to Upload"; color: #000; left: 50%; transform: translateX(-50%); top: 20px; } .mobile-img{ display: none; } .uploaded-images { display: flex; justify-content: flex-start; flex-wrap: wrap; margin-top: 10px; } ul.single-upload { list-style: none; padding: 0; margin: 0; } ul.single-upload li.image-single { position: relative; text-align: center; margin: auto; width: 165px; height: 165px; display: flex; justify-content: center; align-items: center; } ul.single-upload li img { width: auto; max-width: 100%; max-height: 100%; } ul.single-upload { background-color: #fcfcfc; margin-right: 4px; margin-bottom: 30px; max-width: 32%; width: 100%; border-radius: 4px; padding: .5rem; position: relative; transition: all .3s ease-in-out; padding-top: 2rem; } ul.single-upload:first-child{ background-color: #E7EBF0; } ul.single-upload:first-child li.image-single::after { content: "Featured photo"; position: absolute; top: 2px; left: 2px; text-transform: uppercase; } ul.single-upload:first-child li.image-single::after { content: "Featured photo"; position: absolute; top: 2px; left: 2px; text-transform: uppercase; } ul.single-upload:first-child li.image-single::after { content: "Featured photo*"; position: absolute; top: -25px; left: 0; text-transform: uppercase; right: 0; text-align: center; font-weight: 700; } ul.single-upload .slides, ul.single-upload .actions{ text-align: center; } .single-upload li a { color: #fff; background-color: rgba(0,0,0,0.4); display: inline-block; margin: 3px; font-size: 30px; padding: 0; height: 36px; line-height: 36px; transition: all .3s ease-in-out; width: 35px; } .single-upload li.actions,.single-upload .slides { position: absolute; display: flex; width: 100%; justify-content: space-between; max-width: 80%; margin: auto; left: 0; right: 0; display: none; transition: all .3s ease-in-out; } .single-upload:hover li.actions,.single-upload:hover .slides{ display: flex; } .single-upload li.actions{ bottom: 6px; } .single-upload li.slides { top: 30px; } li.invalid-image { position: absolute; left: 0; right: 0; width: 100%; max-width: 90%; margin: auto; top: 100%; } li.invalid-image span { font-size: 15px !important; color: rgb(248, 98, 98); } .image-guide { margin-bottom: 0px; display: inline-block; } .tab-pane .form-group .image-guide { font-size: 14px; } button.image-guide.btn.btn-light i{ font-size: 20px; color: #666; } button.image-guide.btn.btn-light, button.image-guide.btn.btn-light:hover, button.image-guide.btn.btn-light:active, button.image-guide.btn.btn-light:focus { background-color: transparent; border: medium none; padding: 0; box-shadow: unset !important; outline: 0 none !important; } ul.single-upload:first-child li.slides { justify-content: flex-end; } ul.single-upload:first-child a.prev { display: none; } ul.single-upload:last-child li.slides { justify-content: flex-start; } ul.single-upload:last-child a.next { display: none; } .skip-property,.list-property{ display: none; } #basictab4.active ~ .list-inline .skip-property,#basictab4.active ~ .list-inline .list-property{ display: block; } #basictab4.active ~ .list-inline .list-inline-item.next.disabled { display: none; } #basictab4.active ~ .list-inline .skip-property a, #basictab4.active ~ .list-inline .skip-property a:hover, #basictab4.active ~ .list-inline .skip-property a:active, #basictab4.active ~ .list-inline .skip-property a:focus{ background-color: transparent; color: #666; border: medium none !important; box-shadow: unset; margin-right: 10px; } .list-inline .list-inline-item.list-property .btn-secondary { background-color: #336ed1; border-radius: 0; border-color: #336ed1; font-size: 20px; padding: .25rem 1.5rem; transition: all .3s; color: #fff; } .list-inline .list-property.list-inline-item .btn-secondary:active, .list-inline .list-property.list-inline-item .btn-secondary:hover, .list-inline .list-property.list-inline-item .btn-secondary:focus { outline: 0 none; box-shadow: unset; background-color: #4938d7; border-color: #3f2ed4; } .select-loader .spinner-overlay { position: absolute; width: 60px; height: 41px; bottom: 2px; right: 40px; background-color: transparent; z-index: 1; } .select-loader .spinner-overlay .spinner-border { border-width: .15em; width: 16px; height: 16px; } #photo-video-section ul.single-upload { max-width: 24%; } /*Uploaded image CSS End*/ @media screen and (min-width: 1200px){ .property-create-page{ padding: 0 60px; max-width: 1320px !important; } } @media (min-width: 992px){ body[data-layout-mode=horizontal] .content-page { padding: 70px 15px 70px 15px; } } @media (min-width: 768px){ .btn-col { max-width: 150px; } .form-group.mb-4.col-md-4.select-loader { flex: 0 0 50%; max-width: calc(50% - 150px); } } @media (max-width: 1260px){ ul.single-upload li.image-single { width: 145px; height: 145px; } #photo-video-section ul.single-upload { max-width: 32%; } } @media (max-width: 1100px){ .tab-pane a.btn-blue span { font-size: 22px !important; line-height: 36px; margin-right: 0; } .tab-pane a.btn-blue { font-size: 16px; padding: .25rem .25rem; } ul.single-upload, #photo-video-section ul.single-upload { max-width: 48.5%; } } @media (max-width: 1024px){ .desktop-img{ display: none; } .property-details .mobile-img{ display: block; } .final-section ul { display: flex; justify-content: space-between; } .left-section ul li:first-child img, .left-section ul li:nth-child(2) img, .left-section ul li:last-child img, .right-section ul li:first-child img, .right-section ul li:nth-child(2) img, .right-section ul li:last-child img{ left: unset; bottom: unset; right: unset; position: relative; width: auto; max-width: 100%; } .final-section ul li { width: 100%; } .final-section .col-md-4 { max-width: 100%; flex: 0 0 100%; } .final-section { max-width: 100%; margin: 40px auto; flex-wrap: wrap; } .final-section { width: 100%; display: flex; justify-content: center; max-width: 100%; margin: 40px auto; flex-wrap: wrap; } .center-section img{ position: relative; top: unset; left: unset; transform: unset; width: auto; max-width: 100%; } .center-section ul li { text-align: center; margin: 30px 0; } .left-section ul li:nth-child(2), .right-section ul li:nth-child(2) { margin: 0 20px; text-align: center; } .final-section ul li { position: relative; min-height: auto; } #basictab2 .option-group .custom-control { min-width: 25%; } #basictab2 .option-group.renter-sec .custom-control { min-width: 50%; } .option-group .custom-control { margin-right: 20px; } } @media (max-width: 991px){ .card-body .nav-pills li.nav-item a.nav-link { padding: .25rem !important; } .form-wizard-header .nav-link span { font-size: 16px; } .form-wizard-header .nav-link span.number-step{ margin-right: 0; } .card-body .form-wizard-header a.nav-link { } } @media (max-width: 768px){ #basictab2 .option-group .custom-control { min-width: 33%; } } @media (max-width: 767px){ .form-wizard-header .nav-link span.number-step { padding: 0px 5px; font-size: 14px; } .nav-justified .nav-item + .nav-item a { margin-left: 10px; } .form-wizard-header .nav-link span { font-size: 15px; } .tab-pane a.btn-blue { font-size: 16px; padding: .25rem 1rem; } .tab-pane a.btn-blue span { margin-right: 8px; } .tab-pane .form-group textarea.form-control{ height: auto; } .uploaded-images { justify-content: flex-start; } .wizard-card ul.list-inline { padding-top: 30px; padding-bottom: 38px; } .tab-pane .form-group .form-control[type="number"] { max-width: 100%; } } @media (max-width: 610px){ .list-inline .list-inline-item .btn-secondary { font-size: 18px !important; padding: .25rem .5rem !important; } } @media (max-width: 575px){ .nav-pills .nav-link.active span.number-step { color: #fff; background-color: transparent; } .card-body .nav-pills li.nav-item a.nav-link { text-align: center; } .card-body .nav-pills .nav-link { background-color: #dadada; } .final-section ul { flex-direction: column; align-items: center; } .left-section ul li:first-child img, .left-section ul li:nth-child(2) img, .right-section ul li:first-child img, .right-section ul li:nth-child(2) img { margin-bottom: 25px; } } @media (max-width: 568px){ .wizard-card { margin-bottom: -5px; } .list-inline .list-inline-item a.btn-secondary { padding: .25rem .5rem; } } @media (max-width: 520px){ .center-section img { max-width: 100%; } .final-section{ margin-top: 0; } } @media (max-width: 480px){ div#basictab4.active ~ ul.list-inline.wizard { flex-wrap: wrap; justify-content: space-between; } #basictab4.active ~ .list-inline .list-property{ width: 100%; margin-top: 20px; text-align: right; } } @media (max-width: 414px){ ul.single-upload, #photo-video-section ul.single-upload { max-width: 100%; } ul.single-upload li.image-single { width: 200px; height: 200px; } #basictab2 .option-group .custom-control { min-width: 100%; } .option-group.last-group .custom-checkbox { width: 100%; margin-right: 0; } } @media (max-width: 375px){ .list-inline .list-inline-item a.btn-secondary { font-size: 17px; } #propertyAddForm .ff_fileupload_wrap .ff_fileupload_dropzone_wrap::after { width: 100%; text-align: center; } p.form-inner-title { font-size: 19px; } } /*Property Add Form Wizard CSS End*/
.App-class { background-color: white; height: 100vh; font-size: calc(7px + 2vmin); font-weight: bold; align-items: center; text-align: center; color: black; } html,body { margin: 0; padding: 0; height:100vh; } /*Start of Card CSS*/ .clientcard { border: 2px solid rgb(94, 94, 94); background-color: rgb(233, 233, 233); transition: 0.3s; border-radius: 1vh; height: 32.5vh; text-align: center; margin-top: 1vh; } /* On mouse-over, add a deeper shadow */ .clientcard:hover { box-shadow: 0 16px 32px 0 rgba(0,0,0,0.2); } /* Add rounded corners to the top left and the top right corner of the image */ img { border-radius: 5px 5px 0 0; width: 35vh; } /*End of Card CSS*/ /*Start of Card Side by Side CSS*/ /* Three image containers (use 25% for four, and 50% for two, etc) */ .column1 { float: left; width: 19%; padding: 0.5%; } .row1 { height: 20vh; } /*End of Card Side by Side CSS*/ .helvetica-text { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; font-weight: 700; color: black; text-align: center; font-size: calc(7px + 2vmin); } #RegistrationForm { text-align: center; } /*Style for Registration Form*/ input[type=text], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; } input[type=submit] { width: 100%; background-color: #4CAF50; color: white; padding: 14px 20px; margin: 8px 0; border: none; border-radius: 4px; cursor: pointer; } input[type=submit]:hover { background-color: #45a049; } #RegistrationDiv { border-radius: 5px; padding: 20px; } body { background-color: #f2f2f2; } .error { background-color: tomato; color: white; padding: 10px; }
.background-image-holder { background: #cccccc url('../img/dark-logs-bg.jpg') no-repeat center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 100%; } .image-container { position: absolute; height: 100%; padding: 0px; top: 0px; bottom: 20px; } .content-block-description { padding: 0px; padding-top: 100px; padding-bottom: 40px; position: relative; width: 100%; z-index: 100; background-color: #ffffff; } .content-1-4-lead { margin-bottom: 20px; }
.btn_ { -moz-box-shadow: inset 0px -3px 7px 0px #42d6cc; -webkit-box-shadow: inset 0px -3px 7px 0px #42d6cc; box-shadow: inset 0px -3px 7px 0px #42d6cc; background-color: #3aafa9; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; display: inline-block; cursor: pointer; color: #ffffff; font-family: Trebuchet MS; font-size: auto; width: 70%; margin-bottom: 8px; height: auto; padding: 8px; text-decoration: none; text-shadow: 0px 1px 0px #263666; } .btn_:hover { background:-moz-linear-gradient(top, #42d6cc 5%, #3aafa9 100%); background:-webkit-linear-gradient(top, #42d6cc 5%, #3aafa9 100%); background:-o-linear-gradient(top, #42d6cc 5%, #3aafa9 100%); background:linear-gradient(to bottom, #42d6cc 5%, #3aafa9 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#42d6cc', endColorstr='#3aafa9',GradientType=0); background-color:#42d6cc; } .btn_:active { position:relative; top:1px; } .small { width: 50%; } .textarea-show { resize: none; overflow-y: scroll; height: 200px; width: 200px; } .input_ { display: block; padding: 10px; margin-bottom: 20px; width: 90%; } .textarea-scroll { resize: none; overflow-y: scroll; height: 100px; }
:where(html) { --violet-0-hsl: 252 100% 97%; --violet-1-hsl: 257 100% 93%; --violet-2-hsl: 256 100% 87%; --violet-3-hsl: 255 94% 79%; --violet-4-hsl: 255 93% 72%; --violet-5-hsl: 255 91% 67%; --violet-6-hsl: 255 86% 63%; --violet-7-hsl: 255 78% 60%; --violet-8-hsl: 255 67% 55%; --violet-9-hsl: 255 53% 50%; }
.customCheckbox__checkbox { min-width: 26px; margin-right: 8px; width: 26px; height: 26px; border: 1px solid #707172; } .customCheckbox__checkbox:hover { border-color: #f08200; } .customCheckbox__checkbox-checkmark { width: 20px; height: 20px; padding: 4px; display: none; } .customCheckbox__checkbox-checkmark svg { width: 100%; height: 100%; fill: #f08200; } .customCheckbox__checkbox-checkmark.selected { display: block; } .customCheckbox__checkbox-label { padding: 10px 0; } .customCheckbox__checkbox-container { display: flex; padding: 4px 8px; justify-content: flex-start; align-items: center; cursor: pointer; } .customCheckbox__checkbox-container:hover .customCheckbox__checkbox { border-color: #f08200; }
@layer utilities { .cy-card { @apply w-min rounded-[12px] transition-all font-sans relative cursor-auto hover:cursor-default !text-onPrimaryContainer; } .cy-card > .cy-state-layer > .cy-padding-layer { @apply p-[12px]; } .cy-card > .cy-state-layer { @apply h-max !cursor-auto hover:!cursor-auto; } .cy-card-elevated > .cy-state-layer { @apply bg-primary/[0.05] shadow-shadow1 transition-all hover:shadow-shadow2; } .cy-card-flyover { @apply flex items-center justify-between mb-2; } .cy-card-image img { @apply w-full h-full rounded-[12px] object-cover; } .cy-card-headline { @apply text-headlineMedium mt-1; } .cy-card-subhead { @apply text-labelLarge font-light; } .cy-card-body { @apply text-bodyMedium font-light my-1; } .cy-card-action { @apply flex items-center; } .cy-card-outlined > .cy-state-layer > .cy-padding-layer { @apply border-[1.5px] border-outline border-solid rounded-[inherit]; } }
body{ margin: 0; } .App{ min-height: 100vh; background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); } .About{ display: flex; justify-content: center; background-color: rgb(255, 255, 255); min-height: 100vh; } .App-logo { height: 40vmin; pointer-events: none; } .Image-block{ display: flex; justify-content: center; } .About_header{ text-align: center; color: #46bd79; } .About_content{ font-size: 2.0rem; min-width: 60vw; } .Article_content{ display: flex; flex-wrap: wrap; font-family: 'Noto serif', serif; justify-content: center; margin-left: 15%; margin-right: 15%; } .Header{ display: flex; height: 60px; justify-content: flex-start; align-items: center; font-size: 1.2rem; font-family: Lobster, monospace; font-size: 20px; background-color: rgb(32, 35, 42); padding-left: 10px; padding-top: 5px; } .Nav-menu{ display: grid; color: #5EF2C8; grid-template-columns: repeat(3, auto); grid-gap: 25px; list-style: none; text-align: end; width: 89vw; justify-content: end; } .Nav-link{ padding: 0.5rem 1rem; cursor: pointer; } .Nav-link:hover{ background-color: rgb(65, 64, 64); border-radius: 4px; transition: all 0.2s ease-out; } .Nav-Anchor{ color: #5EF2C8; text-decoration: none; } .Nav-button{ padding: 25px 5px; font-size: 1.2rem; font-family: Lobster, monospace; background-color: black; border: none; color: #eebaac; } .Anchor{ text-decoration: none; } .Header__text{ font-size: 25px; color: #5EF2C8; display: flex; } .search-form{ min-height: 10vh; display: flex; justify-content: center; align-items: center; } .search-bar{ width: 50%; padding: 10px; } .Button{ background: #27E839; border: none; padding: 10px 20px; color: black; } .Recipes{ display: flex; justify-content: space-around; flex-wrap: wrap; } .Calculator{ height: 100vh; width: 100vw; display: flex; background-color: rgba(0,0,0,0.4); justify-content: center; align-items: center; position: fixed; top: 0; left: 0; opacity: 0; pointer-events: none; transition: 0.5s; } .Calculator.Active{ opacity: 1; pointer-events: all; } .Calculator__content{ overflow: auto; font-family: 'Noto Serif', serif; font-size: 30px; padding: 20px; border-radius: 12px; background-color: white; height: 500px; width: 20vw; transform: scale(0.5); transition: 0.4s all; } .Calculator__content::-webkit-scrollbar {/* Chrome, Opera, Safari*/ display: none; } .Calculator__content { -ms-overflow-style: none; /* IE and Edge */ scrollbar-width: none; /* Firefox */ } .Calculator__content.Active{ transform: scale(1); } .Calculator__image{ display: block; margin-left: auto; margin-right: auto; padding-bottom: 10px; border-radius: 50%; width: 80px; height: 80px; } .Calc_data{ display: flex; text-align: center; flex-wrap: wrap; justify-content: center; } .Calculator__header{ display: flex; justify-content: center; } .Red_button{ background: #FE5F55; border: 15px; padding: 2px 4px; color: black; } .Green_button{ background: #139675; border: 15px; padding: 2px 4px; color: black; }
.about__author__blog { display: grid; grid-template-columns: repeat(12, 1fr); box-shadow: 0px 6px 12px 0 rgba(30, 60, 114, 0.1); margin: 24px auto; margin-top: 40px; padding: 0px 0px; max-width: 850px; border-radius: 4px; } .about__author__contrib { display: grid; z-index: 10; grid-template-columns: repeat(12, 1fr); max-width: 850px; box-shadow: 0px 6px 12px 0 rgba(30, 60, 114, 0.1); margin: 20px 0px; } .author__img { background-size: cover; background-repeat: no-repeat; background-position: center; grid-column-start: span 2; border-top-left-radius: 4px; border-bottom-left-radius: 4px; } .author__typography { grid-column-start: span 10; margin-left: 16px; display: flex; align-items: left; justify-content: space-evenly; flex-direction: column; } .author__typography p { margin: 0; } .author__typography h4 { text-transform: uppercase; background-color: black; color: white; margin: 8px 0px; } .author__label { text-transform: uppercase; font-size: 12px; padding: 16px 0px 0px 0px; } .author__description { font-size: 16px; line-height: 1.4; padding: 4px 16px 16px 0px; color: #323232; opacity: 0.875; min-height: 48px; } .author__feed { display: flex; justify-content: center; flex-direction: column; align-items: center; margin-right: 10px; margin-bottom: 32px; margin-top: 24px; } @media screen and (max-width: 1000px) { .about__author__blog { width: 86%; } .about__author__contrib { width: 86%; } } @media screen and (max-width: 750px) { .about__author__blog { margin-top: 32px; width: 92%; } .about__author__contrib { width: 94%; margin-left: 7px; } .author__description { padding-right: 12px; font-size: 15px; } .author__img { grid-column-start: span 3; } .author__typography { grid-column-start: span 9; } .author__feed { margin-top: 16px; } } @media screen and (max-width: 500px) { .Author__Info__Container { margin-left: -2px; } .about__author__contrib { max-width: 500px; } .author__description { padding-right: 8px; font-size: 14px; } .author__typography { margin-left: 12px; } .author__feed { margin-top: 8px; } } @media screen and (max-width: 400px) { .Author__Info__Container h1 { font-size: 26px; } .author__description { font-size: 13px; } }
@font-face { font-family: "Selected Font"; src: url("/font.woff2"); font-display: swap; } * { position: relative; font-family: "Selected Font", sans-serif; } html, body { width: 100%; height: 100%; margin: 0; padding: 0; } #main { z-index: 1; width: 100%; height: calc(100% - 60px); position: absolute; top: 60px; left: 0; background: rgb(30, 30, 50); color: rgb(255, 255, 255); } #title { font-size: 42px; margin: 0 16px 16px; user-select: none; } #update { display: inline-block; font-size: 20px; cursor: pointer; opacity: 0.7; transform: skew(0deg); transform-origin: left; transition: all 0.3s; } #update:hover { opacity: 1; transform: skew(-10deg); } #list { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; width: calc(100% - 32px); margin: 0 16px; } .anime { width: 100%; box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 3000px; cursor: pointer; transition: all 0.3s; padding: 8px; display: grid; grid-template-columns: 300px 1fr; grid-gap: 16px; animation: fadeIn 0.3s; } .anime:hover { z-index: 30; box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 0px 3000px; } .anime-image > img { width: 250px; height: 350px; background: rgba(255, 255, 255, 0.2); border: 0; border-radius: 4px; filter: contrast(1.1); box-shadow: rgb(0 0 0) 4px 4px 12px; grid-column: 1; grid-row: 2; } .anime-title { font-size: 24px; text-shadow: rgb(0 0 0) 4px 4px 12px; grid-column: 1 / -1; } .downloaded-details { grid-column: 2; grid-row: 2; } .downloaded { color: greenyellow; } .started { color: orange; } .nothing { color: white; } @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.container { display: flex; } .movies { flex: 1; display: flex; flex-wrap: wrap; justify-content: space-evenly; } .movie { flex-basis: 300px; border: 1px solid lightgrey; border-radius: 6px; padding: 6px; } .details { background-color: purple; }
/* CSS BY JIŘÍ BĚLSKÝ - FRAC PROJECT */ /* FONT AWESOME - ICON FONT */ @font-face { font-family: 'FontAwesome'; src: url('../fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0'); src: url('../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg'); font-weight: normal; font-style: normal; } /* OPEN SANS - GOOGLE FONT */ @import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700&subset=latin,latin-ext); /* TO DO: LOCAL HOSTING */
@media print { #printPageButton, .col-12 { display: none; } body { -webkit-print-color-adjust: exact; -moz-print-color-adjust: exact; -ms-print-color-adjust: exact; print-color-adjust: exact; } } .image-bottom{ text-align: -webkit-center; } #printPageButton { background: rgb(153,69,255); background: linear-gradient(45deg, rgba(153,69,255,1) 0%, rgba(20,241,149,1) 100%); } img{ background-color: black; } body > div > div > div.col-6.col > div > div.card-body > h5:nth-child(2) > span{ color: #9945FF; } body > div > div > div.col-6.col > div > div.card-body > h5:nth-child(4) > span{ color: #14F195; } body > div > div > div.col-6.col > div > div.row > div:nth-child(1){ background-color: #9945FF; } body > div > div > div.col-6.col > div > div.row > div:nth-child(2){ background-color: #14F195; }
html { display: block; height: 100%; font-size: 10px; font-family: sans-serif; -webkit-tap-highlight-color: transparent; } body { display: block; margin: 0; padding-top: 10px !important; min-width: 768px; height: 100%; line-height: 1.42857; color: #333; background-color: #fff; font-size: 17px; font-family: -apple-system, SF UI Text, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica Neue, Helvetica; } ul { padding-left: 0; margin-top: 0; margin-bottom: 10px; } li { line-height: 20px; display: list-item; text-align: -webkit-match-parent; } a { color: #337ab7; background-color: transparent; cursor: pointer; text-decoration: none; text-decoration-style: initial; text-decoration-color: initial; } p { margin: 0 0 10px; } img { border: 0; vertical-align: middle; } *, :after, :before { box-sizing: border-box; } .content { width: 960px; margin-right: auto; margin-left: auto; padding: 30px 15px 0; } .main { width: 66.66667%; min-height: 1px; float: left; position: relative; padding-right: 0; padding-left: 15px; } .main .trigger-menu { margin-bottom: 20px; border-bottom: 1px solid #f0f0f0; font-size: 0; list-style: none; } .main .trigger-menu .active { position: relative; display: inline-block; padding: 8px 0; margin-bottom: -1px; border-bottom: 2px solid rgb(100, 100, 100); } .main .trigger-menu .active a { padding: 13px 20px; font-size: 15px; font-weight: 700; color: #969696; line-height: 25px; } .main .trigger-menu .active a, .main .trigger-menu .active a:hover { color: #646464; } .main .trigger-menu .active a i { margin-right: 5px; font-size: 17px; } .main .note-list { margin: 0; padding: 0; list-style: none; } .main .note-list li { position: relative; width: 100%; margin: 0 0 15px; padding: 15px 2px 20px 0; border-bottom: 1px solid #f0f0f0; word-wrap: break-word; } .main .note-list li .title { margin: -7px 0 4px; display: inherit; font-size: 18px; font-weight: 700; line-height: 1.5; color: #000000; } .main .note-list li .title:visited { color: #969696; } .main .note-list li .abstract { margin: 0 0 8px; font-size: 13px; line-height: 24px; color: #999; } .main .note-list li .meta { padding-right: 0 !important; font-size: 12px; font-weight: 400; line-height: 20px; } .main .note-list li .meta a, .main .note-list li .meta a:hover { margin-right: 10px; color: #b4b4b4; -webkit-transition: .1s ease-in; } .main .note-list li .meta span { margin-right: 10px; color: #b4b4b4; } .right-side { padding: 0; float: left; width: 29.16667%; position: relative; min-height: 1px; margin-left: 4.16667%; } .right-side .section .title { float: left; margin-bottom: 10px; font-size: 14px; color: #969696; } .right-side .section .description { position: relative; margin-bottom: 16px; padding: 0 0 16px; text-align: left; font-size: 0; border-bottom: 1px solid #f0f0f0; clear: both; word-break: break-word !important; } .right-side .section .description .intro { margin-bottom: 10px; line-height: 20px; font-size: 14px; } .right-side .section .list { margin-bottom: 16px; padding-bottom: 16px; list-style: none; border-bottom: 1px solid #f0f0f0; clear: both; } .right-side .section .list li { margin-bottom: 10px; } .right-side .section .list li a { display: inline-block; } .right-side .section .list li a:hover { color: #3194d0; } .right-side .section .list li .name { position: relative; max-width: 236px; vertical-align: middle; top: 1px; font-size: 14px; color: #333; } .right-side .section .list li a .icon-search-notebook { color: #969696; vertical-align: middle; margin-right: 5px; } @font-face { font-family: iconfont; src: url(../fonts/iconfont.ttf) format("truetype") } .iconfont { font-family: iconfont !important; font-size: inherit; font-style: normal; font-weight: 400 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-articles:before { content: "\E60A"; } .icon-list-comments:before { content: "\E660"; } .icon-list-like:before { content: "\E661"; } .icon-list-read:before { content: "\E662"; } .icon-search-notebook:before { content: "\E643"; }
.models { & ul { display: grid; grid-template-columns: repeat(auto-fill, minmax(156px, 1fr)); grid-gap: 1rem; list-style: none; padding: 0; text-align: center; } & li { & .avatar { display: inline-block; width: 156px; height: 156px; background-color: color(var(--main) alpha(-80%)); background-image: url(/static/models.jpg); background-size: 1560px 3120px; border-radius: 0.25rem; box-shadow: inset 0 0 0 1px #000; transition: all 200ms ease-out; } & .name { display: block; } } } @media (max-width: 400px) { .models { & ul { grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); & li { & .avatar { width: 78px; height: 78px; background-size: 780px 1560px; } } } } }
.tag{ background-color: #f012be; padding: 5px; border-radius: .25rem; color: white !important; font-size: x-small; margin: 0 5px 0 5px; cursor: pointer; } .tag i{ margin-left: 3px; }
p.cr-comment-image-text { margin-bottom: 0.5em; font-size: 0.9em; } p.cr-comment-video-text { margin-bottom: 0.5em; font-size: 0.9em; } div.iv-comment-image { width: 150px; float: left; margin-right: 5px; } div.iv-comment-image-top { width: 150px; display: inline-block; margin-right: 5px; vertical-align: top; max-height: 150px; } div.iv-comment-video { width: 150px; float: left; margin-right: 5px; position: relative; } div.iv-comment-video video.ivole-video-a { max-width: 100%; max-height: 100%; display: block; margin: 0 auto; object-fit: scale-down; } div.iv-comment-video img.iv-comment-video-icon { position: absolute; top: 50%; left: 50%; width: 50px; margin-top: -25px; margin-left: -25px; } #reviews div.iv-comment-image img, div.iv-comment-image-top img, div.iv-comment-image img, div.iv-comment-image-top img { box-shadow: none; max-width: 100%; max-height: 100%; width: auto; padding: 0; border-radius: 0;} div.iv-comment-image-top img { cursor: pointer; } div.iv-comment-images, div.iv-comment-videos { margin-bottom: 1.5em; } div.iv-comment-videos-modal { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; z-index: 99999; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); } div.iv-comment-video-modal { width: 80%; float: none; margin: auto; z-index: 1; height: 80%; } div.cr-recaptcha { margin-bottom: 1.5em; } #commentform.comment-form .cr-upload-local-images, .comment-form .cr-upload-local-images { width: 100%; flex: none; } #commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label { display: block; transform: none; } #commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; } .ivole-meter { overflow: hidden; background: #f2f2f2; background: -webkit-linear-gradient(top,#eee,#f6f6f6); background: linear-gradient(to bottom,#eee,#f6f6f6); background-color: #f3f3f3; height: 22px; border-radius: 1px; box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } .ivole-meter .ivole-meter-bar { border-radius: 1px; background: #fb0; background: -webkit-linear-gradient(top,#ffce00,#ffa700); background: linear-gradient(to bottom,#ffce00,#ffa700); background-color: #ffce00; box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05); -webkit-transition: width .5s ease; transition: width .5s ease; float: left; font-size: 0; height: 100%; width: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box } .ivole-meter .ivole-meter-bar:before { background-color: rgba(255,255,255,.25); content: ""; display: block; font-size: 0; height: 1px; margin: 1px } #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 { white-space: nowrap; width: auto; } #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 { width: 70%; } #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 { text-align: right; white-space: nowrap; width: auto; } #reviews .cr-summaryBox-wrap, #cr_all_reviews_shortcode .cr-summaryBox-wrap, .ivole-reviews-grid .cr-summaryBox-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; padding: 2px; } #reviews .cr-summaryBox-wrap .ivole-summaryBox, #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, #cr_all_reviews_shortcode .cr-summaryBox-wrap .ivole-summaryBox, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, .ivole-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox, .ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap { margin: 0px; width: 49%; flex: 0 0 49%; padding: 10px; border-radius: 4px; border: 1px solid #e4e1e3; } #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap, .ivole-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: column; } #reviews .cr-summaryBox-wrap .cr-average-rating, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-average-rating, .ivole-reviews-grid .cr-summaryBox-wrap .cr-average-rating { font-size: 36px; font-weight: bold; } #reviews .cr-summaryBox-wrap .cr-total-rating-count, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-total-rating-count, .ivole-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count { font-size: 16px; color: #808080; } .ivole-summaryBox { max-width: 100%; font-size: 14px; } div.ivole-summaryBox { margin-bottom: 2rem; } #ivole-histogramTable { margin-bottom: 0px; border-collapse: collapse; border: 0px; width: 100%; max-width: 320px; margin: 0 auto; } #ivole-histogramTable .ivole-histogramRow { border: 0px; } #ivole-histogramTable tr.ivole-histogramRow td { padding: 0.2rem 0.3rem; vertical-align: middle; border: 0px; } #ivole-histogramTable tr.ivole-histogramRow:first-child td { padding-top: 0 } #ivole-histogramTable tr.ivole-histogramRow:last-child td { padding-bottom: 0 } #ivole-histogramTable tr.ivole-histogramRow td:first-child { padding-left: 0 } #ivole-histogramTable tr.ivole-histogramRow td:last-child { padding-right: 0 } #reviews .cr-summaryBox-wrap .cr-credits-div, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-credits-div, .ivole-reviews-grid .cr-summaryBox-wrap .cr-credits-div { font-size: 10px; text-align: right; width: 100%; padding: 0 10px; margin-top: 5px; } #reviews .cr-summaryBox-wrap .cr-count-filtered-reviews, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews, .ivole-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews { width: 100%; padding: 0px; margin-top: 10px; } #ivole-histogramTable tr.ivole-histogramRow a { display: inline; } #ivole-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s a { display: inline; font-weight: bold; } div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating, div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating, div.ivole-summaryBox.cr-summaryBar-updating, #cr-ajax-reviews-fil-sta .cr-seeAll-updating, #cr-ajax-reviews-sort.cr-sort-updating { opacity: 0.5; pointer-events: none; } span.ivole-voting-cont { display: block; line-height: 20px; font-size: 11px; margin: 10px 0px; color: #686868; } .ivole-vote-button { display: inline-block; text-align:center; width: 50px; } a.ivole-a-button{ border-radius: 3px; border-color: #ADB1B8 #A2A6AC #8D9096; border-style: solid; border-width: 1px; background: #eff1f3; background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec); background: linear-gradient(to bottom,#f7f8fa,#e7e9ec); display: inline-block; color: #111; margin-left:.3em; } a.ivole-a-button:hover{ background: #e0e3e9; background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1); background: linear-gradient(to bottom,#e7eaf0,#d9dce1); } span.ivobe-letter-space { display: inline-block; width: .385em } @font-face { font-family: crstar; src: url(../fonts/star.eot); src: url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg"); font-weight: 400; font-style: normal; font-display: swap; } div.cr-all-reviews-shortcode ol li.comment, div.cr-all-reviews-shortcode ol li.review { list-style: none; margin-right: 0; margin-bottom: 2.5em; position: relative; border: 0; } div.cr-all-reviews-shortcode ol li.comment div.comment_container img.avatar, div.cr-all-reviews-shortcode ol li.review div.comment_container img.avatar { float: left; position: absolute; top: 0; left: 0; padding: 3px; width: 32px; height: auto; background: #ebe9eb; border: 1px solid #e4e1e3; margin: 0; box-shadow: none; } div.cr-all-reviews-shortcode ol li.comment div.comment_container img.avatar, div.cr-all-reviews-shortcode ol li.review div.comment_container .meta { color: #767676; font-size: .75em; } div.cr-all-reviews-shortcode ol li div.comment_container a.ivole-comment-a { box-shadow: none; } div.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product { font-size: 90%; } div.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a { box-shadow: none; } div.cr-all-reviews-shortcode ol li div.comment_container img.iv-comment-product-img { width: 25px; height: auto; vertical-align: top; margin-right: 5px; display: inline; } div.cr-all-reviews-shortcode ol.commentlist li .comment-text { margin: 0 0 0 50px; border: 1px solid #e4e1e3; border-radius: 4px; padding: 1em 1em 0; } div.cr-all-reviews-shortcode ol.commentlist li .comment-text p { margin: 0 0 1em; } div.cr-all-reviews-shortcode ol.commentlist li .comment-text p.meta { font-size: .83em; } span.cr-tag { color: #3d3d3d; background-color: #EEEFF2; display: inline-block; padding: .2em .4em; font-size: 0.8em; text-align: center; white-space: nowrap; vertical-align: middle; border-radius: .8em; border: 1px solid #c3c6d1; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; } div.cr-review-tags-filter span.cr-tag { font-size: 1em; border-radius: 1em; margin-right: 5px; margin-bottom: 7px; } div.cr-review-tags-filter span.cr-tag:hover { background-color: #c3c6d1; cursor: pointer; } div.cr-review-tags-filter { padding-top: 5px; padding-left: 0px; padding-right: 0px; padding-bottom: 0px; pointer-events: auto; opacity: 1; } div.cr-review-tags-filter span.cr-tag.cr-tag-selected { border-color: #989db0; background-color: #989db0; color: #ffffff; } div.cr-review-tags-filter.cr-review-tags-filter-disabled { pointer-events: none; opacity: 0.5; } div.cr-all-reviews-shortcode ol.commentlist ul.children { list-style: none outside; margin: 20px 0 0 50px } div.cr-all-reviews-shortcode .crstar-rating, div.ivole-reviews-grid .cr-summaryBox-wrap .crstar-rating { float: right; overflow: hidden; position: relative; height: 1em; line-height: 1; font-size: 1em; width: 5.4em; font-family: crstar; color:#ffbc00; } div.cr-all-reviews-shortcode .crstar-rating::before, div.ivole-reviews-grid .cr-summaryBox-wrap .crstar-rating::before { content: "\73\73\73\73\73"; color: #d3ced2; float: left; top: 0; left: 0; position: absolute } div.cr-all-reviews-shortcode .crstar-rating span, div.ivole-reviews-grid .cr-summaryBox-wrap .crstar-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em } div.cr-all-reviews-shortcode .crstar-rating span::before, div.ivole-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before { content: "\53\53\53\53\53"; top: 0; position: absolute; left: 0 } p.ivole-verified-badge { font-size: 12px; vertical-align:middle; } span.ivole-verified-badge-text { vertical-align:middle; } p.ivole-verified-badge span.ivole-review-country-text, p.ivole-verified-badge span.ivole-review-country-space { vertical-align:middle; } #cr_all_reviews_shortcode ol.commentlist { list-style-type: none; } #cr_all_reviews_shortcode p.ivole-verified-badge img.ivole-review-country-icon, .woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon, #reviews p.ivole-verified-badge img.ivole-review-country-icon { float: none; height: 12px; width: auto; vertical-align:middle; margin: 0px 5px 0px 0px; display: inline; border-radius: 0; } .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon, .woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon, .woocommerce div.product #reviews .comment img.ivole-verified-badge-icon, .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon, .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon, #reviews p.ivole-verified-badge img.ivole-verified-badge-icon, p.ivole-verified-badge img.ivole-verified-badge-icon, #reviews img.ivole-verified-badge-icon, img.ivole-verified-badge-icon { float: none; height: 20px; width: auto; vertical-align:middle; margin: 0px 5px 0px 0px; display: inline; border-radius: 0; } .woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon, .woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon, .woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon, .woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon, .woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon, #reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon, p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon, #reviews img.ivole-verified-badge-ext-icon, img.ivole-verified-badge-ext-icon { float: none; height: 11px; width: 11px; vertical-align:middle; margin: 0px 0px 0px 5px; display: inline; border-radius: 0; } #ivole_trustbadgef_sl.ivole-trustbadgef-sl, #ivole_trustbadgef_sd.ivole-trustbadgef-sd, #ivole_trustbadgef_slp.ivole-trustbadgef-slp, #ivole_trustbadgef_sdp.ivole-trustbadgef-sdp, #ivole_trustbadgef_wl.ivole-trustbadgef-wl, #ivole_trustbadgef_wd.ivole-trustbadgef-wd, #ivole_trustbadgef_wlp.ivole-trustbadgef-wlp, #ivole_trustbadgef_wdp.ivole-trustbadgef-wdp, #ivole_trustbadgef_vsl.ivole-trustbadgef-vsl, #ivole_trustbadgef_vsd.ivole-trustbadgef-vsd { text-align:center; line-height: 0; } #ivole_trustbadgef_sl.ivole-trustbadgef-sl #ivole_trustbadgefi_sl.ivole-trustbadgefi-sl, #ivole_trustbadgef_slp.ivole-trustbadgef-slp #ivole_trustbadgefi_slp.ivole-trustbadgefi-slp, #ivole_trustbadgef_sd.ivole-trustbadgef-sd #ivole_trustbadgefi_sd.ivole-trustbadgefi-sd, #ivole_trustbadgef_sdp.ivole-trustbadgef-sdp #ivole_trustbadgefi_sdp.ivole-trustbadgefi-sdp { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; display: inline-block; width:556px; max-width:100%; } #ivole_trustbadgef_sl.ivole-trustbadgef-sl a, #ivole_trustbadgef_slp.ivole-trustbadgef-slp a, #ivole_trustbadgef_sd.ivole-trustbadgef-sd a, #ivole_trustbadgef_sdp.ivole-trustbadgef-sdp a, #ivole_trustbadgef_vsl.ivole-trustbadgef-vsl a, #ivole_trustbadgef_vsd.ivole-trustbadgef-vsd a { font-size: 0; text-decoration:none; } #ivole_trustbadgef_sl.ivole-trustbadgef-sl #ivole_trustbadgefi_sl.ivole-trustbadgefi-sl, #ivole_trustbadgef_slp.ivole-trustbadgef-slp #ivole_trustbadgefi_slp.ivole-trustbadgefi-slp {background-color: #FFFFFF;} #ivole_trustbadgef_sl.ivole-trustbadgef-sl #ivole_trustbadgefi_sl.ivole-trustbadgefi-sl.ivole-trustbadgefi-byes, #ivole_trustbadgef_slp.ivole-trustbadgef-slp #ivole_trustbadgefi_slp.ivole-trustbadgefi-slp.ivole-trustbadgefi-byes {border: 1px solid #A3D8CD;} #ivole_trustbadgef_sd.ivole-trustbadgef-sd #ivole_trustbadgefi_sd.ivole-trustbadgefi-sd, #ivole_trustbadgef_sdp.ivole-trustbadgef-sdp #ivole_trustbadgefi_sdp.ivole-trustbadgefi-sdp {background-color: #3D3D3D;} #ivole_trustbadgef_sd.ivole-trustbadgef-sd #ivole_trustbadgefi_sd.ivole-trustbadgefi-sd.ivole-trustbadgefi-byes, #ivole_trustbadgef_sdp.ivole-trustbadgef-sdp #ivole_trustbadgefi_sdp.ivole-trustbadgefi-sdp.ivole-trustbadgefi-byes {border: 1px solid #8B8B8B;} #ivole_trustbadgef_wl.ivole-trustbadgef-wl #ivole_trustbadgefi_wl.ivole-trustbadgefi-wl, #ivole_trustbadgef_wd.ivole-trustbadgef-wd #ivole_trustbadgefi_wd.ivole-trustbadgefi-wd {width:500px;display:inline-block;max-width:100%;} #ivole_trustbadgef_wlp.ivole-trustbadgef-wlp #ivole_trustbadgefi_wlp.ivole-trustbadgefi-wlp, #ivole_trustbadgef_wdp.ivole-trustbadgef-wdp #ivole_trustbadgefi_wdp.ivole-trustbadgefi-wdp {width:790px;display:inline-block;max-width:100%;} #ivole_trustbadgef_vsl.ivole-trustbadgef-vsl #ivole_trustbadgefi_vsl.ivole-trustbadgefi-vsl, #ivole_trustbadgef_vsd.ivole-trustbadgef-vsd #ivole_trustbadgefi_vsd.ivole-trustbadgefi-vsd {width:500px; max-width: 100%; border-radius: 15px; filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.25)); display: inline-block;} #ivole_trustbadgef_vsl.ivole-trustbadgef-vsl #ivole_trustbadgefi_vsl.ivole-trustbadgefi-vsl {background-color: #FFFFFF; border: 1px solid #DFDFDF;} #ivole_trustbadgef_vsd.ivole-trustbadgef-vsd #ivole_trustbadgefi_vsd.ivole-trustbadgefi-vsd {background-color: #373737; border: 1px solid #373737;} @media (max-width: 500px) { #ivole_trustbadgef_wl.ivole-trustbadgef-wl #ivole_trustbadgefi_wl.ivole-trustbadgefi-wl, #ivole_trustbadgef_wd.ivole-trustbadgef-wd #ivole_trustbadgefi_wd.ivole-trustbadgefi-wd, #ivole_trustbadgef_wlp.ivole-trustbadgef-wlp #ivole_trustbadgefi_wlp.ivole-trustbadgefi-wlp, #ivole_trustbadgef_wdp.ivole-trustbadgef-wdp #ivole_trustbadgefi_wdp.ivole-trustbadgefi-wdp {width:320px;} #reviews .cr-summaryBox-wrap .ivole-summaryBox, #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, #cr_all_reviews_shortcode .cr-summaryBox-wrap .ivole-summaryBox, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap { width: 100%; flex: 0 0 100%; } #reviews .cr-summaryBox-wrap .cr-overall-rating-wrap, #cr_all_reviews_shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap { margin-bottom: 20px; } #cr_all_reviews_shortcode ol.commentlist { margin-left: 0px; margin-right: 0px; } } #ivole_trustbadgef_wl.ivole-trustbadgef-wl #ivole_trustbadgefi_wl.ivole-trustbadgefi-wl, #ivole_trustbadgef_wlp.ivole-trustbadgef-wlp #ivole_trustbadgefi_wlp.ivole-trustbadgefi-wlp {background-color: #FFFFFF;} #ivole_trustbadgef_wd.ivole-trustbadgef-wd #ivole_trustbadgefi_wd.ivole-trustbadgefi-wd, #ivole_trustbadgef_wdp.ivole-trustbadgef-wdp #ivole_trustbadgefi_wdp.ivole-trustbadgefi-wdp {background-color: #003640;} #ivole_trustbadgef_wl.ivole-trustbadgef-wl a, #ivole_trustbadgef_wd.ivole-trustbadgef-wd a, #ivole_trustbadgef_wlp.ivole-trustbadgef-wlp a, #ivole_trustbadgef_wdp.ivole-trustbadgef-wdp a { font-size: 0; text-decoration:none; } .woocommerce #content div.product #reviews .comment-text p.ivf-custom-question-checkbox {font-weight: 550;margin: 0.6em 0;} .woocommerce #content div.product #reviews .comment-text ul.ivf-custom-question-ul {margin: 0.6em 0;} .woocommerce #content div.product #reviews .comment-text ul.ivf-custom-question-ul li {margin:0;} .woocommerce #content div.product #reviews .comment-text span.ivf-custom-question-radio {font-weight: 550;} .woocommerce #content div.product #reviews .comment-text hr.ivf-custom-question-hr {margin: 0.6em 0;} .woocommerce #content div.product #reviews .comment-text div.ivf-custom-question-rating-cont {margin: 0.6em 0;} .woocommerce #content div.product #reviews .comment-text p.ivf-custom-question-p {margin: 0.6em 0;} .woocommerce #content div.product #reviews .comment-text span.ivf-custom-question-rating { padding-right: 5px; font-weight: 550; vertical-align: middle; } .woocommerce #content div.product #reviews .comment-text span.ivf-star-rating span.dashicons { font-size: 15px; height: 15px; width: 15px; vertical-align: middle; } .checkbox input.cr-customer-consent-checkbox {margin-right:7px;} .cr-show-more{ width:100%; } #cr-show-more-reviews-id, .ivole-show-more-button { display: block; margin: 10px auto; } #cr-show-more-review-spinner, .cr-show-more .ivole-show-more-spinner { display: block; margin: 10px auto; background: url(../img/spinner-2x.gif) no-repeat; background-size: 20px 20px; width: 20px; height: 20px; } #cr-ajax-reviews-sort { display: block; margin: 1em 0px; background: #eff1f3; border: 1px solid; border-radius: 4px 4px 4px 4px; border-color: #ADB1B8 #A2A6AC #8D9096; padding: 3px; background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec); background: linear-gradient(to bottom,#f7f8fa,#e7e9ec); width: auto; height: auto; appearance: auto; color: black; } div.cr-ajax-reviews-sort-div { display: flex; justify-content: space-between; } #reviews.cr-reviews-ajax-reviews .cr-button-search { border: 1px solid; border-radius: 4px 4px 4px 4px; border-color: #ADB1B8 #A2A6AC #8D9096; padding: 3px 10px; background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec); background: linear-gradient(to bottom,#f7f8fa,#e7e9ec); font-weight: normal; color: black; letter-spacing: normal; font-size: 1em; text-transform: none; line-height: 1.5em; margin-top: 0px; margin-bottom: 0px; margin-left: 5px; margin-right: 0px; white-space: nowrap; } #reviews.cr-reviews-ajax-reviews .cr-button-search:hover { background: #e0e3e9; background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1); background: linear-gradient(to bottom,#e7eaf0,#d9dce1); text-decoration: none; } #reviews.cr-reviews-ajax-reviews .cr-ajax-search { display: flex; justify-content: space-between; padding-top: 1em; padding-bottom: 1em; } #reviews.cr-reviews-ajax-reviews .cr-ajax-search div, #cr_qna.cr-qna-block div.cr-qna-search-block div { position: relative; flex-grow: 1; } #reviews.cr-reviews-ajax-reviews .cr-input-text, .cr-ajax-search input[type="text"] { border: 1px solid; border-radius: 4px 4px 4px 4px; border-color: #ADB1B8 #A2A6AC #8D9096; background-color: #ffffff; background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-search' fill='%23868686' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem); padding: 3px 10px; padding-left: calc(1.5em + .75rem); padding-right: 1.5em; width: 100%; line-height: 1.5em; margin: 0px; font-size: 1em; } #cr_qna.cr-qna-block .cr-input-text, .cr-ajax-search input[type="text"] { border: 0px; border-radius: 16px 16px 16px 16px; background-color: #F9F9F9; color: #898F92; background-image: url("data:image/svg+xml,%3Csvg width='1em' height='1em' viewBox='0 0 16 16' class='bi bi-search' fill='%2318B394' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M10.442 10.442a1 1 0 0 1 1.415 0l3.85 3.85a1 1 0 0 1-1.414 1.415l-3.85-3.85a1 1 0 0 1 0-1.415z'/%3E%3Cpath fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11zM13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: left calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem); padding: 3px 10px; padding-left: calc(1.5em + .75rem); padding-right: 1.5em; width: 100%; height: 42px; margin: 0px; font-size: 1em; box-shadow: none; outline: none; } #cr_qna.cr-qna-block .cr-input-text:focus, .cr-ajax-search input[type="text"]:focus { box-shadow: 0 0 0 1pt #18B394; } #reviews.cr-reviews-ajax-reviews .cr-clear-input, #cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input { display:none; position:absolute; cursor: pointer; margin-left: -1.7em ; margin-top: -8px; height: 16px; top: 50%; right: 8px; } #reviews.cr-reviews-ajax-reviews .cr-clear-input svg, #cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input svg { display: block; height: 16px; } #reviews.cr-reviews-ajax-reviews .cr-input-text:focus{ outline:none; border-color: #e77600; box-shadow: 0 0 3px 2px rgba(228,121,17,.5); } #reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review { display: block; margin: 1em 0px; border: 1px solid; border-radius: 4px 4px 4px 4px; border-color: #ADB1B8 #A2A6AC #8D9096; padding: 3px 10px; background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec); background: linear-gradient(to bottom,#f7f8fa,#e7e9ec); font-weight: 600; color: black; letter-spacing: normal; font-size: 1em; text-transform: none; } #reviews.cr-reviews-ajax-reviews button.cr-ajax-reviews-add-review:hover { background: #e0e3e9; background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1); background: linear-gradient(to bottom,#e7eaf0,#d9dce1); text-decoration: none; } #cr-ajax-reviews-review-form { display: none; } #cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc { display: block; } #reviews.cr-reviews-ajax-reviews .comment-reply-title { display: block; font-size: 1.5em; } #cr-ajax-reviews-review-form p.form-submit { display: flex; justify-content: space-between; align-items: center; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div { margin-bottom: 2em; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title { font-size: 1.2em; margin: 0 auto 5px auto; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div2 { white-space: nowrap; overflow-x: auto; overflow-y: hidden; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(120, 120, 120, 0.8); z-index: 100001; display: none; opacity: 0; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont.cr-mask-active { visibility: visible; opacity: 1; display: flex; justify-content: center; align-items: center; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal { visibility: visible; position: relative; max-width: 100vw; width: 700px; background: #fff; z-index: 100001; display: block; border-radius: 3px; opacity: 1; max-height: 100vh; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr { height: 36px; background: #f2f2f2; background: #f1f1f1; background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea); background: linear-gradient(to bottom,#f7f7f7,#eaeaea); box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset; position: relative; border-bottom: 1px solid #cdcdcd; border-bottom-color: rgba(0,0,0,.2); border-top-left-radius: 3px; border-top-right-radius: 3px; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close { display: block; zoom: 1; background-color: transparent; border-radius: 3px; border: 1px solid; border-color: transparent; float: right; padding: 8px; position: absolute; top: 50%; right: 5px; margin: -16px 0 0; line-height: 0; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close span.dashicons { opacity: .64; width: 14px; height: 14px; font-size: 14px; color: #333333; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex { display: flex; flex-direction: row; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav { width: 80%; margin: 0 auto 35px auto; background-color: #f4f4f4; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img { max-height: 75px; margin: 0 auto; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav { padding: 0px; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main div.cr-ajax-reviews-slide-main img { max-width: 400px; max-height: 500px; margin: 0 auto; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment { width: 250px; padding-right: 10px; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p { margin: 0px; display: block; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time { opacity: 0.5; font-size: 0.875em; display: block; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide { float: none; display: inline-block; vertical-align: middle; } .cr-search-highlight{ background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9; } .cr-noscroll { overflow: hidden; } .product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val { display: inline; } #cr_floatingtrustbadge_front {position: fixed; bottom: 0px; width: 137px; border-radius: 15px; display: block; overflow: hidden; margin: 30px; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: pointer;} #cr_floatingtrustbadge_front.cr-floatingbadge-big {position: fixed; right: 0px; bottom: 0px; width: 256px; border-radius: 15px; display: block; overflow: hidden; margin: 0 30px 30px 0; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: auto;} #cr_floatingtrustbadge_front {border: 1px solid;} #cr_floatingtrustbadge_front .cr-floatingbadge-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%;} #cr_floatingtrustbadge_front .cr-floatingbadge-background div {width: 100%;} #cr_floatingtrustbadge_front .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 115px;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 155px;} #cr_floatingtrustbadge_front .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 31px;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 179px;} #cr_floatingtrustbadge_front .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 27px;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 43px; border-top: 1px solid; border-left: 0px; border-right: 0px; border-bottom: 0px;} #cr_floatingtrustbadge_front .cr-floatingbadge-top {position: relative; height: 92px; display: block;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-top {position: relative; height: 124px; display: block;} #cr_floatingtrustbadge_front .cr-floatingbadge-top svg {position: absolute; left: 50%; top: 14px; margin-left: -35px;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-top svg {position: absolute; width: 84px; height: 79px; left: 50%; top: 28px; margin-left: -42px;} #cr_floatingtrustbadge_front img.cr_floatingtrustbadge_small {width: 135px; height: 80px;} #cr_floatingtrustbadge_front .cr_floatingtrustbadge_big img {width: 256px; height: 253px;} #cr_floatingtrustbadge_front img {margin: 0; position: relative; border: 0; display: block;} #cr_floatingtrustbadge_front .cr-floatingbadge-top .cr-floatingbadge-close {position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer;} #cr_floatingtrustbadge_front .cr-floatingbadge-top .cr-floatingbadge-close svg {position: absolute; width: 16px; height: 16px; margin: 2px; top: 0; left: 0; display: block;} #cr_floatingtrustbadge_front .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #F8942D;} #cr_floatingtrustbadge_front.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #FFFFFF;} .cr-reviews-slider .cr-slider-read-more a, .cr-reviews-slider .cr-slider-read-less a { font-size: 0.8em; } .cr-reviews-slider .cr-slider-details{ display:none; } #cr_qna.cr-qna-block div.cr-qna-search-block { display: flex; justify-content: flex-end; margin-bottom: 30px; } #cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button { font-size: 16px; font-weight: 400; background: #18B394; border: 0px solid; border-radius: 16px; height: 42px; color: #FFFFFF; cursor: pointer; display: inline-block; outline-style: none; margin-top: 0px; margin-bottom: 0px; margin-left: 10px; margin-right: 0px; padding: 5px 15px; } #cr_qna.cr-qna-block div.cr-qna-list-block div.cr-qna-list-empty { padding: 30px; text-align: center; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; justify-content: center; align-items: center; opacity: 0; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay.cr-q-modal { display: flex; background: rgb(229, 229, 229, 0.7); opacity: 1; z-index: 100001; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form { display: none; width: 680px; height: 670px; border-radius: 16px; background: #ffffff; opacity: 1; position: relative; max-width: 100%; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form.cr-q-modal { display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-input { display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok { display: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error { display: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close { display: block; background-color: transparent; border: 0px solid; position: absolute; top: 10px; right: 10px; padding: 8px; line-height: 0; cursor: pointer; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close span.dashicons { display: block; width: 24px; height: 24px; font-size: 24px; color: #dadada; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-title { max-width: 100%; margin-top: 80px; margin-left: 0px; margin-right: 0px; margin-bottom: 0px; font-size: 32px; font-weight: 600; text-align: center; display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text { max-width: 100%; margin-top: 48px; margin-left: 100px; margin-right: 100px; margin-bottom: 0px; font-size: 16px; font-weight: 400; text-align: left; display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q { max-width: 100%; width: 480px; margin-top: 24px; margin-left: 100px; margin-right: 100px; margin-bottom: 0px; font-size: 14px; font-weight: 400; text-align: left; display: block; padding: 16px 20px; box-shadow: none; background: #f9f9f9; border: 1px solid #f9f9f9; border-radius: 16px; resize: none; outline-style: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q:focus, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name:focus, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email:focus { box-shadow: 0 0 2px #898F92; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email { max-width: 100%; width: 480px; margin-top: 20px; margin-left: 100px; margin-right: 100px; margin-bottom: 0px; font-size: 14px; font-weight: 400; text-align: left; display: block; padding: 14px 20px; box-shadow: none; background: #f9f9f9; border: 1px solid #f9f9f9; border-radius: 16px; outline-style: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s { max-width: 100%; margin-top: 40px; margin-left: 100px; margin-right: 100px; margin-bottom: 0px; width: 480px; text-align: center; display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b { font-size: 16px; font-weight: 400; background: #e7e7e7; border: 0px solid; border-radius: 16px; height: 56px; width: 216px; color: #898F92; cursor: default; display: inline-block; outline-style: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-q-active { background: #18B394; color: #ffffff; cursor: pointer; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p { background: #18B394; color: #ffffff; cursor: default; display: none; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p img { height: 15px; margin: 0 auto; padding: 0px; display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s p { font-size: 0.6em; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid { border: 1px solid red; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid:focus { box-shadow: 0 0 2px red; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-mail { margin-top: 48px; margin-left: auto; margin-right: auto; margin-bottom: 0px; height: 70px; display: block; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-text, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error .cr-qna-new-q-form-text { text-align: center; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b { background: #18B394; color: #ffffff; cursor: pointer; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont { margin-top: 20px; margin-bottom: 0; margin-right: 0; margin-left: 0; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b { display: flex; margin: 0px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b { margin-top: 20px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l { min-width: 50px; display: flex; align-items: center; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l { min-width: 50px; display: flex; align-items: flex-start; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon { width: 30px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon { width: 16px; height: 16px; max-width: 100%; max-height: 100%; display: inline-block; vertical-align: middle; margin-right: 10px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r { display: block; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r { padding-bottom: 20px; border-bottom: solid 2px #F9F9F9; border-top: solid 0px; border-right: solid 0px; border-left: solid 0px; width: 100%; display: flex; justify-content: space-between; align-items: flex-end; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting { display: flex; align-items: center; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting.cr-q-vote-loading { display: none; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting img { margin-left: 0px; margin-right: 7px; margin-top: 0px; margin-bottom: 0px; max-height: 16px; cursor: pointer; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting span { display: block; line-height: 11px; font-size: 11px; color: #18B394; margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting span.cr-qna-q-voting-upvote { margin-right: 10px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting-spinner { display: none; padding: 2px 0px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting-spinner img { max-height: 12px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting-spinner.cr-q-vote-loading { display: block; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer { display: block; border-left: solid 3px #F3F3F3; border-top: solid 0px; border-right: solid 0px; border-bottom: solid 0px; padding-left: 16px; padding-right: 0px; padding-top: 0px; padding-bottom: 0px; margin-bottom: 10px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last { margin-bottom: 0px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question { font-size: 18px; font-weight: 600; line-height: 1.2; display: block; color: #203741; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s { font-size: 16px; font-weight: 400; line-height: 1.2; display: block; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author, #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author { font-size: 14px; font-weight: 400; line-height: 1.2; display: block; color: #898F92; font-style: italic; margin-top: 5px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b { font-weight: 600; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified { font-size: 14px; color: #898F92; } #cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button { font-size: 14px; font-weight: 600; background: #FFFFFF; border: 2px solid #18B394; border-radius: 16px; height: 44px; color: #18B394; cursor: pointer; display: inline-block; outline-style: none; } #cr_qna.cr-qna-block #cr-show-more-q-id { display: block; margin: 20px auto; font-size: 14px; font-weight: 400; background: #18B394; border: 0px solid; border-radius: 16px; height: 42px; color: #FFFFFF; cursor: pointer; outline-style: none; padding: 5px 15px; } #cr_qna.cr-qna-block #cr-show-more-q-spinner { display: block; margin: 20px auto; background: url(../img/spinner-2x.gif) no-repeat; background-size: 20px 20px; width: 20px; height: 20px; } #cr_qna.cr-qna-block .cr-search-no-qna { margin: 30px auto; text-align: center; color: #203741; } .grecaptcha-badge { visibility: hidden; } #reviews.cr-reviews-ajax-reviews p.cr-featured-badge { margin: 0px 0px 10px 0px; } #reviews.cr-reviews-ajax-reviews .cr-featured-badge span { text-transform: uppercase; display: inline-block; font-size: 12px; -moz-box-shadow: inset 0px 1px 0px 0px #fff6af; -webkit-box-shadow: inset 0px 1px 0px 0px #fff6af; box-shadow: inset 0px 1px 0px 0px #fff6af; background-color: #ffec64; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px; border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -moz-border-radius-topright: 3px; border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -moz-border-radius-bottomright: 3px; border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px; border-bottom-left-radius: 3px; text-indent:0; border: 1px solid #ffaa22; color: #333333; font-weight: normal; font-style: normal; line-height: 20px; text-decoration: none; text-align: center; text-shadow: 0px 1px 0px #ffee66; padding: 0px 5px; } #review_form .cr-upload-local-images .cr-upload-images-status, .cr-upload-local-images .cr-upload-images-status { display: block; margin: 0px 0px 10px 0px; padding: 3px 5px; } #review_form .cr-upload-local-images #cr_review_image, .cr-upload-local-images #cr_review_image { margin: 0px 0px 15px 0px; width: 100%; } #review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error, .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error { background-color: #FF4136; color: #303030; } #review_form .cr-upload-images-preview, .cr-upload-images-preview { display: flex; margin: 0 0 0 0; } #review_form .cr-upload-images-preview .cr-upload-images-containers, .cr-upload-images-preview .cr-upload-images-containers { width: 75px; height: 75px; margin: 0 10px 10px 0; position: relative; display: flex; align-items: center; justify-content: center; pointer-events: auto; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending { pointer-events: none; } #review_form .cr-upload-images-preview .cr-upload-images-thumbnail, .cr-upload-images-preview .cr-upload-images-thumbnail { max-width: 100%; max-height: 100%; margin: 0 0 0 0; opacity: 0.3; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail { opacity: 0.2; } #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar { width: 65px; height: 10px; margin: 0 5px 0 5px; padding: 0; position: absolute; top: 50%; left: 0; transform: translate(0, -50%); background-color: #dddddd; border-radius: 5px; } #review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin, .cr-upload-images-preview .cr-upload-images-pbarin { width: 0; height: 100%; margin: 0; padding: 0; background-color: #4BBE67; border-radius: 5px; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail { opacity: 1; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar { display: none; } #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete { padding: 1px; position: absolute; top: 0px; right: 0px; width: 20px; height: 20px; display: none; background-color: #e7412c; border-radius: 10px; border: 0px solid; line-height: 0; cursor: pointer; } #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover { background-color: #db2c1b; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete { display: block; } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete { opacity: 0.2; } #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete span.dashicons { padding: 0px; width: 18px; height: 18px; font-size: 18px; line-height: 18px; display: block; color: #FFFFFF; } #review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner, .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner { margin: 0; background: url(../img/spinner-2x.gif) no-repeat; background-size: 20px 20px; width: 20px; height: 20px; display: none; text-decoration: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } #review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner, .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner { display: block; } @media all and (max-width: 700px) { #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex { flex-direction: column; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment { width: 100%; padding-top: 10px; padding-right: 10px; padding-left: 10px; max-width: 400px; margin: 0 auto; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal { overflow-y: scroll; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form { padding-left: 15px; padding-right: 15px; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text { margin-left: auto; margin-right: auto; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email, #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s { margin-left: auto; margin-right: auto; } #cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s { width: auto; } } @media all and (max-width: 600px) { #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal { width: 100%; height: 100%; left: 0px; margin-left: 0px; margin-top: 0px; top: 0px; max-width: 100%; max-height: 100%; } #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img { width: 80px; } #cr_floatingtrustbadge_front, #cr_floatingtrustbadge_front.cr-floatingbadge-big {display: none;} } @media all and (max-width: 415px) { #reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img { width: 60px; } #cr_qna.cr-qna-block div.cr-qna-search-block { flex-wrap: wrap; } #cr_qna.cr-qna-block div.cr-qna-search-block div { width: 100%; } #cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button { width: 100%; margin-top: 10px; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; } } @media all and (max-width: 370px) { #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r { display: block; } #cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting { margin-top: 15px; } }
.button { cursor: pointer; text-decoration: none; color: #ffffff; background-color: #0c71c3; padding: 0.7em 1.25em; border-radius: 0.35em; text-transform: uppercase; font-weight: 600; border: 1px solid #ffffff; transition: all 0.5s ease; } .button:hover { background-color: #ffffff; color: #333333; border: 1px solid #0c71c3; }
body, html { background-color: #1f2c39; } body { font-family: "Helvetica Neue","Helvetica","Microsoft YaHei","WenQuanYi Micro Hei","Hiragino Sans GB",Simsun,Arial,sans-serif; color: #000; } blockquote p { font-size: 20px; } h1, .h1 { font-size: 32px; } h2, .h2 { font-size: 28px; } h3, .h3 { font-size: 26px; } h4, .h4 { font-size: 24px; } h5, .h5 { font-size: 22px; } h6, .h6 { font-size: 18px; font-weight: 600; margin-top: 0; margin-bottom: 2px; } h4, .h4, h5, .h5 { margin-top: 16px; margin-bottom: 10px; } /* 页面配置 */ .container { width: 100%; height: 100%; } .row { height: 100%; } /* 左侧导航栏 */ .aside1 { background-color: #1f2c39; height: 100%; padding-left: 0px; padding-right: 0px; text-align: center; } .aside1 > .nav > li > a { padding-left: 0px; padding-right: 0px; border-radius: 0px; } .avatar { width: 80px; height: 80px; } .aside1_bottom { width: 100%; bottom: 42px; left: 0px; } .aside1_bottom > .table { margin-bottom: 0px; } .aside1_bottom > .table td { background: #1f2c39; border: 1px solid #1f2c39; text-align: center; } /* 右侧内容栏 */ .aside3 { height: 100%; overflow-y: auto; background-color: #fafaf6; } .aside3-title { font-size:22px; padding: 10px 0; } .aside3-t-date { padding-bottom: 10px; } .at-wrapper { background-color: #1f2c39; border-left: 1px solid #fafaf6; text-align: center; color: #FFF; } .aside3-index { margin-left: -15px; font-size: 22px; margin-right: -15px; line-height: 40px; } .aside3-content { } #content { margin-left: -14px; margin-right: -15px; padding-top: 1px; background-color: #f5f5d5; /* #C7EDCC */ } #inner-cont { margin: 0 14px; font-size: 18px; line-height: 1.8; } /* #content h2, h3 { line-height: 2; } */ /* 其他配置 */ .center { text-align: center; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { color: #2a6496; background-color: #fafaf6; } .my-content-table { position: fixed; right: 20px; top: 150px; } .my-c-panel-body { padding-left: 0; padding-top: 10px; } .catalog-btn-div { position: fixed; right: 20px; top: 100px; } /* 显示评论按钮 */ .show-commend { width: 100%; } /* Begin zs-nav */ .zs-narrow-nav .navbar { min-height: 40px; margin-bottom: 1px; } .zs-narrow-nav .navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; } .zs-narrow-nav .navbar-brand { height: 40px; padding-top: 10px; } .zs-narrow-nav .navbar-toggle { margin-top: 3px; margin-bottom: 3px; } /* End zs-nav */ /* Begin 归档分页-pagi */ .pagi-list-item,.pagi-list-seperator{ list-style-type:none; } .pagi-list-item time{ color:#999999; } .pagi-list-seperator{ /* font-weight:bold; */ } .pagi-list-item a{ padding:.2em .2em; color: #184B76; /* #dd0000 */ text-decoration: none; } .pagi { padding:.5em 0em; font-size: 16px; line-height: 24px; } .pagi ul{ padding:.5em 0em; } .pagi-foot { color: #AAA; line-height: 150%; display: block; } .pagi-foot a,.pagi-foot span{ padding: 0 4px; margin: 2px; text-decoration: none; } .pagi-foot .current-page { color: white; background: #ff0000; } .pagi-foot a:hover{ color: white; background: #83BF73; } /* End 归档分页-pagi */ .my-tag-wr { padding:.5em 0em; font-size: 16px; } .my-tag-wr h4 { margin-bottom: 5px; margin-top: 5px; } .my-tag-wr ul { padding-left: 0; margin-bottom: 5px; line-height: 28px; } .my-tag-bg { margin-left: -15px; margin-right: -15px; background-color: #eee; } .my-tag-content { padding-top: 20px; padding-bottom: 20px; margin-left: 15px; line-height: 34px; margin-right: 15px; } .my-mt10 { margin-top: 10px; } /* Begin Post */ .article-footer { background: #fafafa; padding: 0 2%; margin-top: -20px; } .article-categories { padding: .5em 0; float: left; color: #d6d6d6; margin-top: .3em; margin-right: 1em; } .article-categories a { padding: .5em; margin: 0 .3em; } .article-tags { padding: .5em 0; float: left; color: #d6d6d6; margin-top: .3em; } .article-tags a { padding: .5em; margin: 0 .3em; background: #e6e6e6; } .related { border: 1px solid #d3d3d3; margin: 10px 0 10px 0; } .related-title { background: #f0f0f0; height: 32px; line-height: 32px; text-indent: 10px; } .post-list { padding-left: 30px; } .post-list a { font-size: 14px; } .post-list span { float: right; padding-right: 10px; } /* End Post */ .fold-btn-wrapper { position:fixed; right:20px; top:50px; } .fold-btn-wrapper button { height:45px; width:45px; } #pjax { padding-bottom: 12px; } code, kbd, pre, samp { font-family: Consolas,Menlo,Monaco,"Courier New",monospace,"Heiti SC","Hiragino Sans GB",Simsun,sans-self; border-radius:8px; } table { background-color: transparent; font-size: 16px; }
p>img { width: 100px; height: 100px; } img { width: 400px; height: 400px; } #colorBlocks>div { display: inline-block; } .green { background-color: green; } .blue { background-color: blue; } .red { background-color: red; } .purple { background-color: purple; } .orange { background-color: orange; } div { margin-left: auto; margin-right: auto; text-align: center; } .nav { margin-left: auto; margin-right: auto; text-align: center; } ol li{ list-style-type: none; } ul li{ display: inline-block; list-style-type:disc; margin: 0; padding: 0; } li a { display: block; color: #000; padding: 8px 15px; text-decoration: none; font-size: large; font-weight: 700; text-align: center; float: left; background-color: rgb(197, 197, 197); } li a:hover { background-color: #555; color: white; }
header nav { & { width: 80%; max-width: 600px; margin: 0 auto; } & ul { & { list-style-type: none; margin: 0; padding: 0; } & li { & { display: inline-block; margin: 0 10px; } & a { & { color: #fff; font-size: 25px; } &:hover, &.active { text-decoration: none; } } } } }
* { font-family: Verdana, sans-serif; } .form { display: grid; align-items: center; grid-template-areas: 'header img' 'button img'; grid-template-columns: 1fr 1fr; grid-template-rows: 1fr 1fr; width: 800px; padding: 10px; border: lightgrey 2px solid; border-radius: 10px; } .form__header { display: flex; flex-direction: column; flex-wrap: wrap; grid-area: header; margin: 10px; } .form__close-img { display: flex; flex-direction: column; grid-area: img; } #form__close-id { display: none; } .form__close { align-self: flex-end; margin-bottom: 3em; } .form__close:before { padding: 3px 10px 5px 10px; border: 2px lightgrey solid; border-radius: 50%; color: lightgrey; content: 'x'; cursor: pointer; } #form__close-id:checked + .form__close:before { background: gold; } .form__img { justify-self: center; width: 90%; margin: 10px; } .form__button { display: flex; flex-direction: column; grid-area: button; margin: 10px; } .form__email, .form__spam, .form__submit, .form__choice { margin: 0.5em 0 0.5em 0; font-size: 1.1em; } .form__age-weight { margin: 0; padding: 0; border: 0 none; } .form__age-weight input { margin: 0.5em 0 0.5em 0; background: aliceblue; font-size: 1.1em; } input[type='radio'] { display: none; } input[type='radio']:checked + label { background: gold; } .form__choice { display: grid; flex-direction: row; grid-template-columns: 1fr 1fr 1fr; width: 100%; } .form__choice-lose { grid-column-start: 1; } .form__choice-gain { grid-column-start: 3; } .form__choice-lose, .form__choice-any, .form__choice-gain { padding: 1em; border: darkgrey 1px solid; background: aliceblue; cursor: pointer; font-size: 0.8em; text-align: center; } .form__choice-any { grid-column-start: 2; border-right: 0; border-left: 0; } .form__choice-lose:hover, .form__choice-any:hover, .form__choice-gain:hover { background: lightgrey; } .form__email { background: aliceblue; } .form__submit { padding: 0.5em; border-radius: 10px; background: gold; cursor: pointer; }
.gitter-chat-embed { z-index: 9999; } @media (min-width:768px){ .container{ width:700px } } @media (min-width:992px){ .container{ width:800px } } @media (min-width:1200px){ .container{ width:800px; } } body { padding-top: 50px; font-family: "Lato"; background-color: #FFF; color: rgba(0, 0, 0, 0.84); font-size: 18px; font-weight: 400; line-height: 1.58; letter-spacing: -.003em; } .docs-header { font-family: "Roboto"; background-color: #B74934; color: #F1C40F; } .docs-header h2 { color: #F1C40F; } .docs-header a { color: #F1C40F; text-decoration: underline; } .docs-header img.stryker-img { max-width: 220px; } .icon-box { color: #B74934; font-size: 1.8em; } .icon-box i{ margin-top: 15px; } h1, h2, h3, .icon-box { color: #B74934; } h1, h2, h3 { font-family: "Roboto"; } .navbar-footer .navbar-text{ font-size: 0.7em; } .navbar-footer{ border-top: 1px solid; } .navbar { font-size: 14px; font-family: "Roboto"; letter-spacing: 0.075rem; } #forkme_banner { background: #0090ff url("../images/blacktocat.png") no-repeat scroll 95% 50%; border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); color: #fff; display: block; font-weight: 700; padding: 10px 50px 10px 10px; position: fixed; right: 10px; top: 0; z-index: 10; } pre{ padding: 0; text-align: left; font-size: 15px; } .fa { font-size: 30px; } #stryker-shirt-image img { max-width: 100%; width: auto; height: auto; } .blog-preview p { color: rgba(0, 0, 0, 0.84); } .blog-date { font-size: 14px; display:block; }
h3 { font-family: 'Audiowide', cursive; background-color: rgb(255, 217, 0); margin: 20px; color: rgb(10, 10, 175); } .header { font-family: 'Audiowide', cursive; color: rgb(10, 10, 175); } p { font-family: 'Times New Roman', 'Times', 'serif'; font-size: 20px; padding: 10px; } /* .container { float: left; margin: 5%; width: auto; } */ section { background-color: white; } .bgi { height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; background-color: rgb(0, 0, 0); } .image { width: 200px; height: 200px; margin-top: 5px; margin-left: 5px; float: left; padding: 0px 10px 10px 0px; } /* Resume button */ #resBtn { text-align: center; font-family: 'Audiowide', cursive; background-color: rgb(0, 0, 0); color: rgb(255, 255, 255); margin-top: 150px; border: 4px solid; border-color: rgb(255, 217, 0); } #resBtn:hover { background-color: rgb(10, 10, 175); color: rgb(255, 217, 0); border: 2px solid; border-color: rgb(255, 217, 0); } /* Nav-Bar style */ .nav-link { font-family: 'Audiowide', cursive; color: white; border: 2px solid; border-color: rgb(255, 217, 0); } .nav-link:hover { background-color: rgb(10, 10, 175); color: rgb(255, 217, 0); border: 2px solid; border-color: rgb(255, 217, 0); } .fixed-bottom { position: fixed; left: 0; bottom: 0; width: 100%; background-color: rgb(10, 10, 175); color: white; text-align: center; padding: 10px; margin-top: 4px; border-top-style: solid; border-top-color: rgb(255, 217, 0); } /* This styles Copyright */ small { float: left; color: rgb(255, 255, 255); margin-top: 10px; margin-left: 10px; } /* This styles toggle burger menue */ .navbar-toggler { background-color: rgb(255, 217, 0); padding: 3px; } .navbar-toggler-icon { background-color: rgb(10, 10, 175); padding: 20px; } /* This styles social media icons bottom right corner */ .mediaIcons { float: right; margin-right: 10px; } .mediaIcons:hover { border-color: rgb(255, 217, 0); border-style: solid; padding: 2px; }
/*! 一分钱助学 网站通用层叠式样式表 */ /* ========================================================================== BUILD: 201607011258 ============================================================================ */ /** * 想要加入我们吗?发送邮件到[email protected]并注明是通过此途径【ocf.css】找到的就可以啦! * 额你问我需要什么条件?会打CS1.6总没问题吧 ^_^ */ /** * 以下是一些通用的CSS代码 * 作者:LLAP & John Zhang */ /*Amaze UI部分重定义*/ .am-container {max-width:1200px !important;} .am-topbar-btn {margin-top:9px;} .am-nav>li>a:focus, .am-nav>li>a:hover {text-decoration: none;background-color: #FFF;} legend>h1, legend>h2, legend>h3, legend>h4 {margin-bottom:0;} /*顶部导航栏*/ .height-set {height:30px;} .am-topbar { border-bottom: 1px rgba(0,0,0,.1) solid; background: #fff; background: rgba(255,255,255,0.9); } /*底栏*/ .ocf-footer { margin-top:3rem; background-color:#272727; color:#939393; } .ocf-footer-box {padding:5rem 0 5rem 0;} .ocf-icon-share { font-size:120%; margin:0 1rem; color:#666; cursor:normal; transition:All 1s; -webkit-transition:All 1s; -moz-transition:All 1s; -o-transition:All 1s; } .ocf-icon-share:hover {color:#fff;cursor:pointer;} .ocf-icon-map {color:rgb(232,101,85);} .ocf-icon-phone {color:rgb(52,210,147);} .ocf-icon-envelope {color:rgb(58,176,226);} /*首页的信息按钮*/ .ocf-btn-float { position: fixed; right: 2rem; bottom: 2rem; z-index: 999; } /*捐助对象*/ .grantee { color:#000; padding:1rem 0; } .grantee-info { margin-top:0; } @media screen and (max-width:640px) { .grantee-info { border-left:none; padding-top:2rem; } } .grantee-image-container { overflow: hidden; border: 1px rgba(0,0,0,.1) solid; } .grantee-image { margin-top:0; -webkit-transition:All 2s ease-in-out; -moz-transition:All 2s ease-in-out; -o-transition:All 2s ease-in-out; transition:All 2s ease-in-out; -webkit-filter: grayscale(0.7); -moz-filter: grayscale(0.7); -ms-filter: grayscale(0.7); filter: grayscale(0.7); } .grantee-image:hover { -webkit-transform:scale(1.15); -moz-transform:scale(1.15); -ms-transform:scale(1.15); -o-transform:scale(1.15); transform:scale(1.15); -webkit-filter: none; -moz-filter: none; -ms-filter: none; filter: none; } .grantee-finished { width:100%; } /*首页背景*/ .ocf-cover-img { /*background: url(/i/img/bing.png) top center no-repeat fixed;*/ background-size: cover; height:100%; color:#fff; text-shadow: #000 2px 2px 2px; padding:3rem; } .ocf-cover-name { position:absolute; text-align:left; bottom:3rem; left:3rem; } .ocf-cover-name > a {color:#fff; text-decoration:none;} .ocf-cover-name > a:hover {color:#fff; text-decoration:none;} .ocf-cover-name > a:active {color:#fff; text-decoration:none;} .ocf-cover-name > a:focus {color:#fff; text-decoration:none;} .ocf-cover-name > a:visited {color:#fff; text-decoration:none;} .ocf-cover-copyright { position:absolute; text-align:right; bottom:3rem; right:3rem; } /* RadioBox重设 */ .am-ucheck-icons { color:#000; } .ocf-panel-shadow { -webkit-box-shadow: 0 5px 50px rgba(0,0,0,.5); box-shadow: 0 5px 50px rgba(0,0,0,.5); } .ocf-blur { -webkit-filter: blur(10px); /* Chrome, Opera */ -moz-filter: blur(10px); -ms-filter: blur(10px); filter: blur(10px); } .cover.black { background-color: rgba(0,0,0,.6); } .cover { position: fixed; opacity: 1; background-color: rgba(0,0,0,.6); left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; } .am-icon-btn { -webkit-transition: .15s; -moz-transition: .15s; -ms-transition: .15s; -o-transition: .15s; transition: .15s; } a:active.ocf-nbg .am-icon-btn { background-color: #eee; } a:active.am-primary .am-icon-btn { background-color: #0a628f; } a:hover.am-primary .am-icon-btn { background-color: #0a628f; } a:focus.am-primary .am-icon-btn { background-color: #0a628f; } /* 按钮透明 */ .ocf-btn-transparent { background-color: transparent; border-color: transparent; } /* 彩色链接效果 */ a:focus.am-text-danger, a:hover.am-text-danger{ color: #d7342e; } a:focus.am-text-success, a:hover.am-text-success{ color: #4aaa4a; } a:focus.am-text-warning, a:hover.am-text-warning{ color: #e0690c; } a:focus.am-text-secondary, a:hover.am-text-secondary{ color: #19a7f0; } /** * 以下是修正滚动检测导航样式的CSS代码 * 作者:John Zhang */ .ocf-scrollspy-navbar li { background-color: rgba(255, 255, 255, 0.9); border: 1px solid transparent; border-color: #0e90d2; } .ocf-scrollspy-nav>li+li { margin: 5px; } .ocf-scrollspy-nav li { margin: 5px; } /** * 以下是快速设置按钮的CSS代码 * 作者:John Zhang */ .ocf-btn-instant { float: right; background-color: transparent; margin-left: 0.5rem; padding: 1rem; } .ocf-instant-settings { position: relative; display: inline-block; vertical-align: middle; } /** * 以下是Switch按钮的CSS代码,包含了目前使用的样式与淘汰的两种样式 * 作者:John Zhang */ .ocf-switch { width: 52px; height: 31px; position: relative; border: 1px solid #dfdfdf; background-color: #fdfdfd; box-shadow: #dfdfdf 0 0 0 0 inset; border-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background-clip: content-box; display: inline-block; -webkit-appearance: none; user-select: none; outline: none; } .ocf-switch:before { content: ''; width: 29px; height: 29px; position: absolute; top: 0px; left: 0; border-radius: 20px; border-top-left-radius: 20px; border-top-right-radius: 20px; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; background-color: #fff; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } .ocf-switch:checked { border-color: #64bd63; box-shadow: #64bd63 0 0 0 16px inset; background-color: #64bd63; } .ocf-switch:checked:before { left: 21px; } .ocf-switch.ocf-switch-animbg { transition: background-color ease 0.4s; } .ocf-switch.ocf-switch-animbg:before { transition: left 0.3s; } .ocf-switch.ocf-switch-animbg:checked { box-shadow: #dfdfdf 0 0 0 0 inset; background-color: #64bd63; transition: border-color 0.4s, background-color ease 0.4s; } .ocf-switch.ocf-switch-animbg:checked:before { transition: left 0.3s; } .ocf-switch.ocf-switch-anim { transition: border cubic-bezier(0, 0, 0, 1) 0.4s, box-shadow cubic-bezier(0, 0, 0, 1) 0.4s; } .ocf-switch.ocf-switch-anim:before { transition: left 0.3s; } .ocf-switch.ocf-switch-anim:checked { box-shadow: #64bd63 0 0 0 16px inset; background-color: #64bd63; transition: border ease 0.4s, box-shadow ease 0.4s, background-color ease 1.2s; } .ocf-switch.ocf-switch-anim:checked:before { transition: left 0.3s; } /** * 以下是为了适应图片背景而写的透明度CSS代码,强制所有am下的panel样式90%透明度,同时提供背景色透明的调用方式 * 作者:John Zhang */ .am-panel{ background-color: rgba(255, 255, 255, 0.9); } .ocf-nbg { background-color: transparent; } .ocf-nbd{ border: none; } .am-popup-inner { background-color: #f8f8f8; } .ocf-ribbon { display: inline-block; width: 48%; height: 188px; position: relative; float: left; margin-bottom: 30px; background: url(../grantee/1.jpg); background-size: cover; text-transform: uppercase; color: white; } .ocf-ribbon-wrap { width: 100%; height: 188px; position: absolute; top: -8px; left: 8px; overflow: hidden; } .ocf-ribbon-wrap:before { content: ""; display: block; border-radius: 8px 8px 0px 0px; width: 40px; height: 8px; position: absolute; right: 100px; background: #4D6530; } .ocf-ribbon-wrap:after { content: ""; display: block; border-radius: 0px 8px 8px 0px; width: 8px; height: 40px; position: absolute; right: 0px; top: 100px; background: #4D6530; } .ocf-ribbon-effect { display: inline-block; text-align: center; width: 200px; height: 40px; line-height: 40px; position: absolute; top: 30px; right: -50px; z-index: 2; overflow: hidden; transform: rotate(45deg); -ms-transform: rotate(45deg); -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); border: 1px dashed; box-shadow:0 0 0 3px #57DD43, 0px 21px 5px -18px rgba(0,0,0,0.6); background: #57DD43; } #ocf-app-line { position: fixed; top: -60px; left: 0px; border: none; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; height:60px; z-index: 999; /*margin-top: 0px; margin-bottom: 0px; background-color: none;*/ }
.button { -fx-font-weight: bold; } .stackpane { -fx-background-color: #2f4f4f; -fx-padding: 15; }
*{padding: 0;margin: 0;} ul,li,p,a,dd,dl,dt,h1,h2,h3,h4,h5,h6,div,i{ list-style: none; font-family: arial, "微软雅黑", sans-serif; font-size: 12px; margin:0; padding:0; font-style: normal; } a{ text-decoration: none !important; color:#000; } *, *::before, *::after { box-sizing: content-box; } /* 防止高度坍塌 */ .clearfix:after { display: block; clear: both; height: 0; visibility: hidden; font-size: 0; line-height: 0; content: ""; } .clearfix { zoom: 1; } .redhover:hover{ color: #f00 !important; } .show{ display: block; } .off{ display: none; } img { vertical-align: middle; border-style: none; } .block{ display: block !important; }
.app-nav { display: flex; position: relative; } .nav-tab-div { display: flex; flex: 1; justify-content: center; align-items: center; } .nav-tabs-container { width: auto; background-color: #27a3be; border-radius: 15px; display: flex; padding: 5px; flex-wrap: wrap; } .nav-tab { flex: 1 !important; padding: 10px !important; display: flex !important; justify-content: center !important; align-items: center !important; font-weight: bold !important; cursor: pointer !important; margin: 0 0 !important; font-size: 1rem !important; text-decoration: none !important; font-family: "Maven Pro", sans-serif !important; } .nav-tab.active { background-color: white; color: black !important; border-radius: 15px; } @media screen and (max-width: 600px) { .nav-tabs-container { height: auto; } }
/* tool-base.css - base values - focus on positioning, margins, paddings - all skins in a given instalation then can participate in these definitions - and still style things differently in tool.css*/ /*first pass at a printable sheet - essentially omitting from the print all controls, and reformatting info for the print media. If your institution is soemehow heavy in Internet Explorer Win 5.5 users this will merit testing as this browser in some configurations will sometimes apply these definitions to the screen */ @media print { body { font-size: 9pt !important; margin: 0 !important; padding: 0 !important; } h3, h4, h5, h6{ width: 50%; } .navIntraTool,.navIntraToolLink, .actionItem, .act, .actionButtonBar, stNav, .viewNav, .navPanel, .screenOnly, .actionToolBar { display: none; } a:link, a:visited{ text-decoration: underline !important; } table{ font-size: inherit !important; } .tableHierarchical th, .tableAction th, .tableFlat th { background: red !important; font-weight: bold !important; border-bottom: 1px dashed #555; } .layoutViewContainer { padding: 0 !important; } } /* SECTION 1 - STANDARD COMPONENTS*/ body{ padding: 1em; margin: 0; font-family:Verdana,Arial,Helvetica,sans-serif;font-size:.8em } hr{ height: 0; } h3,h4,h5, h6{ padding: .2em 0; } img{ border: 0; } fieldset{ margin-top: 1em; padding: 0; border:none; } legend{ width:100%; font-weight: bold; color: #000; font-size: 100%; margin-left: 0; padding-left: 0; } fieldset.inputCheckboxGroup, fieldset.inputRadioGroup{ padding:1em .5em } iframe{ margin-top: 2px; } table{ font-size: 1em; } code { font-family:courier, verdana, arial, helvetica, sans-serif; font-size:1.2em; color: greenyellow; color:forestgreen } /* SECTION 2 - LAYOUT*/ /*only child of body (example: any tool)*/ .layoutViewContainer{ padding: 1px 1px 1em 1px; } .layoutViewContainer .layoutViewContainer{ padding: .3em; } .layoutFlowPanel, .layoutVerticalPanel { padding:0; overflow:hidden; margin:.3em 0 } .layoutHorizontalPanel { margin:.5em 0; } .layoutHorizontalPanel div{ margin:0; } .layoutFlowPanel div{ margin:0; padding:0; float:left; } .layoutVerticalPanel div{ } .panelNum2 div.panel1, .panelNum2 div.panel2{ margin:0; padding:0; float:left; width:50%; } .panelNum3 div.panel1, .panelNum3 div.panel2, .panelNum3 div.panel3{ margin:0; padding:0; float:left; width:33.333%; } .panelNum4 div.panel1, .panelNum4 div.panel2, .panelNum4 div.panel3, .panelNum4 div.panel4{ margin:0; padding:0; float:left; width:25%; } .layoutFlowPanel div{ width:auto !important } .layoutHorizontalPanel div{ border:1px solid transparent; } div.panel1{ background:#FFCCDD } div.panel2{ background:#EEFFCC } div.panel3{ background:#CCFFDD } div.panel4{ background:#88DDDD } .layoutFlowPanel div p, .layoutVerticalPanel div p, .layoutHorizontalPanel div p{ padding:.5em } .layoutStackPanel{ width:25%; border:5px solid #ccc; } .layoutStackPanel div p{ padding:0; margin:0; } .panelStackHeader{ background:#ccc url(../images/layoutStackPanelbg.gif) top left repeat-x; padding:.3em; border:1px solid transparent } .panelStackHeader:hover{ cursor:pointer; } .panelStackHeader h4{ display:inline; color: #35b; font-size:1em; font-weight:normal } .panelStackContent{ padding:.3em; background:#ffc; border:1px solid transparent } .layoutTabPanel{ width:100%!important } .layoutTabPanelTabs{ font-size:1.3em; margin-bottom:0; margin-left: 0; padding-left: 0; border-bottom:1px solid #888 } .layoutTabPanelTabs .tab{ display:inline; margin-left: 0; cursor:pointer; padding:.2em .3em 0 .3em; background:#fff; border-width:1px; border-style: solid; border-color: #888 } .layoutTabPanelTabs .curTab{ background:#ffc; padding-top: .4em; border-bottom:1px solid #ffc; } .layoutTabPanel .panel{ margin-top:0; background:#ffc; border-width:1px; border-style: none solid solid solid; border-color: #888; padding:.5em } .layoutTabPanel .panel .innerPanel{ border:1px solid #ccc; background: #fff; padding:.3em; min-height:18em; } .helpBody { padding: 0 1em 1em 1em } /*for web content - 2 states of the body > div that used instead of div.layoutViewContainer in web content), with toolbar, without*/ /*see a course site web contentn tool - as instructor and as student*/ .wcwmenu{ padding: 0; margin: 3px 0 -1em 0; } .wcwomenu{ padding: 0; margin: -.3em 0 -1em 0; } /* SECTION 3 - TABULAR DATA LAYOUTS*/ /*tableItemSummary: table for displaying the details of an item - layout is th-td, th-td*/ /*see an announcement*/ .tableItemSummary{ margin: .5em 0; border-collapse: collapse; } /*format the th - since jsf cannot do <th> vertically in a column, certain tds are classed (header) in jsf based tools to render the same as the th*/ .tableItemSummary th, .tableItemSummary td.header{ font-weight: normal; font-family: Arial,Helvetica,sans-serif; white-space: nowrap; vertical-align: top; text-align: right; padding: .3em 1em .3em .3em; border-right:2px solid #aaa; } table.tableItemSummary td{ text-align: left; padding: .3em 1em; vertical-align: top; } table.tableItemSummary tr:hover{ background:#eee; } table.tableItemSummary caption{ display:none; } table.tableItemSummary col.labelColumn{ background:#ffc; } /*table and cells for displaying a flat or hierarchical list of tabular data*/ /*see an annoucement, assignment list*/ table.tableHierarchical, table.tableAction, table.tableFlat{ font-size: 1em; width: 100%; clear: both; margin-top: .5em; } table.tableHierarchical caption, table.tableAction caption, table.tableFlat caption{ display:none } table.tableHierarchical th, table.tableAction th, table.tableFlat th{ font-weight: normal; text-align: left; white-space: nowrap; padding: .3em; } table.tableHierarchical td, table.tableAction td, table.tableFlat td{ padding: .3em; } table.tableHierarchical td img, table.tableAction td img, table.tableFlat td img{ margin-right: .2em; vertical-align: text-top; } table.tableHierarchical td a:hover, table.tableAction td a:hover table.tableHierarchical th a:hover, table.tableAction th a:hover, table.tableFlat th a:hover, table.tableFlat th a:hover{ text-decoration: none; } /*a column in a table that contains only a very small icon - all cells in the column have that class */ /*see an announcement list where one announcement has an attachment*/ table.tableHierarchical .attach, table.tableAction .attach, table.tableFlat .attach{ width: .5em; } table.tableHierarchical .checkBoxCell, table.tableAction .checkBoxCell, table.tableFlat .checkBoxCell{ width: .5em; } /*make the currently sorted column header text bold,apply to <th> tag*/ /*see gradebook roster*/ col.currentSort{ background:#efc; } col.actionItem:hover{ background:#fc6; } col.checkBoxCell{ width:2em; } /*make the not currently sorted column header text not bold,apply to <th> tag*/ /*see gradebook roster*/ .notCurrentSort{ font-weight: normal; text-decoration: none; } /*list used everywhere to list attachments to an item*/ /*see an announcement with attachments*/ ul.attachList{ margin: 1em 0; padding: 0; } ul.attachList img{ vertical-align: middle; margin: 0 1em 0 0; } ul.attachList li{ list-style: none; margin: 0 0 .3em 0; } /*SECTION 4 - NAVIGATION */ /*navPanel is the parent of any navigation subpanel - provides for clearing the floats of the inner pannels, styling of pannel groups*/ /*see announcement list*/ .layoutNavPanel,.navPanel{ clear: both; margin: 5px 0 0 0; overflow: hidden; /* height: 100%;*/ /* width: 100%;*/ } /*boxes controls and filters on views ("view by"*/ /*see announcement list*/ .viewNav, .filterViewSelect{ font-size: 1em; padding: .2em; float: left; width: auto; line-height: 2em; margin: 0 .1em; } .viewNav label, .filterViewSelect label{ padding-right: 1em; width:auto !important; } /*formish elements in the listView subpanel - see schedule list, range of events filters*/ .viewNav .inputText, .filterViewSelect .inputText{ margin: 0; clear:both } .viewNav .inputText label, .filterViewSelect .inputText label{ width: 8em; float: left; } .viewNav .labelindnt, .filterViewSelect .labelindnt{ margin-left: 10em !important; } /* listNav: boxes paging controls on list views, searchNav: boxes searching controls on views */ /*see announcement list, email archive list*/ .listNav,.searchNav, .filterSearch, .navPageList{ float: right; vertical-align: bottom; padding: 0; font-size: 1em; text-align: right; line-height: 2em; clear: right; margin: .2em; } /* tan hack: ie6 will wrap all the input children of these unless told not to do so */ * html body .listNav, * html body .searchNav { white-space: nowrap; } /*these panels will sometimes have a block with instructions, status markers, etc - we can get at it via inheritance*/ .listNav div.instruction, .searchNav div.instruction, .navPageList div.messageInstruction, .navItem div.messageInstruction{ text-align: center; font-size: .9em; } /*searchNav panel has a special text input*/ .searchNav input.searchField{ background-color: #fff; padding: 2px; } /*boxes a set of controls for navigating through a series of items - ie. emails, announcements*/ /*see an announcement */ .navItem{ float: right; vertical-align: bottom; text-align: right; line-height: 2em; clear: both; margin: .5em; } * html body .itemNav input{ font-size: 85%; } .itemNav input{ font-size: 90%; } /*for link controls in views */ /*see calendar */ .viewLinkControl { padding:.5em 0 } /*for abc or 123 navigators*/ /*not sure where used - samigo?*/ .navAlphaIndex{ letter-spacing: .3em; color: #aaa; } .navAlphaIndex a, .navAlphaIndex a:link{ font-weight: bold; } .navAlphaIndex a:hover{ color: maroon; text-decoration: none; } /*navigator for a view's global actions (i.e. actions not associated with particular items)*/ /*used in samigo - gradebook*/ .navViewAction{ background-color: #CCC; text-align: center; font-size: .8em; padding: .3em; vertical-align: middle; } /*a block that contains a twistie and a title - used to hide then reveal optional elements*/ /*see or preview an assignment*/ .discTria{ background-color: #CCC; padding: .3em; } /*block to act on items it is listed under*/ /*see list of links under an assignment in assignment list*/ .actionItem{ font-size: .85em; margin: .1em 0 0 .5em; line-height: 1.6em; color: #888; padding: 2px; } h4 + div.actionItem{ margin: .1em 0 0 1.5em; } /*for action controls */ /*create any item type*/ .act, .actionButtonBar{ padding: 1em 0; } /*the default action in this control - keep in mind that anything you do to it (except to the font) will make you loose the native buttonishness affordance of the os/browser - empty here - color defiend in tool.css*/ .act input.active, .actionButtonBar input.active{ color:#3333FF } /* SECTION 5 INDENTING CLASSES:use these classes with <div> blocks to structure layout hierarchically.*/ .indnt0,.tier0{ margin-left: 0 !important; } .indnt1,.tier1{ margin-left: 1em !important; } .indnt2,.tier2{ margin-left: 2em !important; } .indnt3,.tier3{ margin-left: 3em !important; } .indnt4,.tier4{ margin-left: 4em !important; } .indnt5,.tier5{ margin-left: 5em !important; } .indnt6,.tier6{ margin-left: 6em !important; } .indnt7,.tier7{ margin-left: 7em !important; } .indnt8,.tier8{ margin-left: 8em !important; } .indnt9,.tier9{ margin-left: 9em !important; } .indnt10,.tier10{ margin-left: 10em !important; } .pad0{ padding-left: 0 !important; } /*SECTION 6 MESSAGES */ /*for status text in wizards ie - site creation*/ .step, .messageStep{ background-color: #eee; background-image: url('../images/step.gif'); background-position: .3em; background-repeat: no-repeat; border: 1px solid #888; display: block; width: 80%; clear: both; color: #999; font-size: 1em; margin: 5px 0px; padding: 5px 5px 5px 25px; } .messageStepGraphic { height:100%; overflow: hidden; } .messageStepGraphic div{ width:100px; float:left; } .messageStepGraphic div span{ margin-top:2em; text-align: center; color:#aaa; display:block; } .first-cur-step span, .med-cur-step span, .last-cur-step span{ color: blue !important; font-weight:bold; } .messageStepGraphic .first-noncur-step{ background:#fff url(../images/first-noncur-step.gif) top left no-repeat; } .messageStepGraphic .first-cur-step{ background:#fff url(../images/first-cur-step.gif) top left no-repeat; } .messageStepGraphic .med-noncur-step{ background:#fff url(../images/med-noncur-step.gif) top left no-repeat; } .messageStepGraphic .med-cur-step{ background:#fff url(../images/med-cur-step.gif) top left no-repeat; } .messageStepGraphic .last-noncur-step{ background:#fff url(../images/last-noncur-step.gif) top left no-repeat; } .messageStepGraphic .last-cur-step{ background:#fff url(../images/last-cur-step.gif) top left no-repeat; } /*for instructions*/ /*create an announcement*/ .messageInstruction{ line-height: 1.3em; margin: .5em 0; } /* indicate status change */ /*see: join or unjoin sites*/ .information, .infoMessage, .messageInfo{ background-color: transparent; background-image: url('../images/info.gif'); background-position: .3em; background-repeat: no-repeat; border: 1px solid #888; display: block; width: 80%; clear: both; color: #888; font-size: 1em; margin: 5px 0px; padding: 5px 5px 5px 25px; } /*indicate success*/ /*see: create a gradebook assignment*/ .success, .successMessage, .messageSuccess{ background-color: #fff; background-image: url('../images/check.gif'); background-position: .3em; background-repeat: no-repeat; border: 1px solid #4a4; display: block; width: 80%; clear: both; color: #000; font-size: 1em; margin: 5px 0px; padding: 5px 5px 5px 25px; } /*indicate failed validation, non-system errors*/ /*TODO: consolidate - validationEmbedded used in gradebook, validation in many places, alertMessage legacy*/ /*see: create an announcement but "forget" to give it a title*/ .validationEmbedded,.validation,.alertMessage, .warningMessage, .messageValidationErrorGlobal, .messageWarn{ background: #fff url(../images/warn.gif) .3em center no-repeat; border: 1px solid #b11; display: block; width: 80%; font-size: 1em; clear: both; color: #b11; margin: 5px 0; padding: 5px 5px 5px 25px; } .messageWarn{ background: #fff url(../images/question.gif) .3em center no-repeat; } .inline{ display:inline!important; } .validationError textarea, .validationError input{background:#ffc;border:1px solid #b11!important;} .validationError textarea:focus, .validationError input:focus{background:#fff;border:1px dashed #b11!important } /*yet another way to indicate a field that failed validation - treats just the label color via inheritance*/ /*create a resource but forget a required field*/ .validFail label{ color: #b11 !important; } .validationError legend{ color:#b11 } /*when displaying a validaiton failure inline (used with a span)*/ .alertMessageInline{ background: #fff url(../images/warn.gif) center left no-repeat; border: 1px solid #fff; width: 50%; font-size: 1em; color: #b11; margin: 5px 0px 5px 0; padding: 5px 5px 5px 25px; } .validationMessage, .messageValidationErrorItem { background: #fff url(../images/warn.gif) center left no-repeat; border: 1px solid #fff; width: 50%; font-size: 1em; color: #b11; margin: 5px 0px 5px 0; padding: 5px 5px 5px 25px; } .error{ } .fatalerror{ } /*highlight certain texts*/ /*see: create a draft announcement - see the list*/ .highlight{ color: #b11; } .messagePanelAlert { padding:1em; border:1px solid #b11; } .messagePanelAlert h3{ margin:0; background: url(../images/info.gif) 0 center no-repeat; background-color: #fff !important; padding:.5em 25px ; color:#b11; } .messagePanelError { padding:1em; background:#fff!important; border:2px solid #B11; } .messagePanelError h3{ border:1px solid #B11; margin:-1em -1em 1em -1em; background:#b11!important; padding:.5em; color:#fff; } /*see: top of resources*/ .breadCrumb{ clear: both; margin: 1em 0; } /*see: top of resources*/ h3 .breadCrumb{ clear: both; font-size: .8em; } /*SECTION 7 DATA PANELS*/ /*panels of normal text can have a header (ie - title) and a footer element (ie - metadata such as author, date, etc)*/ /*see synoptic view of announcements*/ h3.textPanelHeader,h4.textPanelHeader,h5.textPanelHeader, h6.textPanelHeader{ font-size: 1em; color: #555; margin: 1em 1em .2em 0; } .textPanel{ margin: .5em 0; } .textPanel > div.disc * { margin: inherit; } .textPanel > div.disc p { margin: 5px 0; } .textPanelFooter{ font-size: 85%; margin: 0; color: #555; font-weight: normal; } /*for panels that "look" like forms but are read only ie. assignment preview - student view*/ /*see: preview an assignment - view the student view*/ .inopPanel { border: 1px solid #eee; padding: 1em; background: #fff url(images/ib.gif) top left repeat; } /*to highlight info or controls in some high threshhold situations*/ /*do an assignment that requires honor code check as a student*/ .highlightPanel { margin: 1em 0; padding: .5em; } /*to isolate blocks of data in low threshhold situations*/ /*see admin / memory / status*/ .infoPanel{ padding: .3em; width: 99%; } .infoPanelHead{ padding: .3em; } /*for separating data blocks*/ hr.itemSeparator{ height: 1px; border-style: solid; border-width: 1px 0 0 0; } /* SECTION 8 FORM ELEMENTS all form elements are formed by a label/input pair wrapped in a block - with JSF based tools it is another matter .inputText - label / input (type=text) .inputLongText - label / textarea .inputCheck - input (type=checkbox or radio) */ /* see: create a resource*/ /*these two have a border that needs to match the background to avoid some tedious problems in IE*/ .inputText,.inputLongText,.inputSelect{ margin: .4em 1em; } .inputText label, .inputSelect label{ margin-right: 1em; width: 14.5em; font-weight: normal; float: left; } .inputText input{ padding: .1em .3em; border: 1px solid #888; } textarea{ margin-top: .5em; } .inputLongText label{ display:block } .inputLongText label.inline{ float:left; padding-right:1em } /*border that needs to match the background to avoid some tedious problems in IE */ .inputCheck{ margin: .2em 0; } .inputRadio{ margin: .2em 0; } .inputCheck input{ border:none !important; background:none !important; } .inputRadio input{ border:none !important; background:none !important; } .inputCheck label{ } .disabled label { color:#888 } .checked { padding:1px 2px; background:#ffc; width:auto; display:inline; } /*certain longtext/label pairs need to display label and control on separate lines - their label is classed "block"*/ label.block{ display: block; } /*input type="file" are classed "upload" YMMV*/ input.upload{ } /*some forms need to be displayed inline*/ .inlineForm{ margin: 0; padding: 0; display: inline; } .inlineForm a{ border: none; background-color: transparent; } /*SECTION 9 MISC*/ /*all purpose clearing action when nature of prec or following items floating nature is in doubt*/ .clear { margin: 1em 0; clear: both; } /*informational texts intended for screen readers - renders offscreen*/ .skip{ display: inline; position: absolute; top: -999px; left: -999px; height: 0; } /*external login form formatting*/ .login{ margin: 5em auto; border: 1px solid #555; width: auto; } .login th{ background-color: #eee; padding: .5em; border-bottom: 1px solid #555; } .login td.logo{ width: 0; /* background:#fff url(../image/sakai.jpg) top left no-repeat*/ } .login td.form{ } .loginform{ color: #fff; } .loginform label{ color: #fff; } .loginform td{ /* padding: .3em;*/ color: #fff; } .loginform td #eid{ width: 11em; } .loginform td #pw{ width: 11em; } .loginform td #submit{ color:#09C; float: right; } .loginform td #submit:hover{ border: 1px solid #888; background-color: #eee; } /*SECTION 10 JSF HACKS*/ /*Tools based on JSF have some unique rendering requirements dictated by the way jsf chooses to render standard html components*/ /* IE gives forms a top margin unless told not to this affects jsf based tools*/ .layoutViewContainer form{ margin-top: 0; } /*for jsf label/input pairs that need to be rendered in a table (because otherwise they will not work)*/ .jsfFormTable{ padding: 0; } /*in order to get the label/imput pair to work in jsf, they need to be wrapped up in a table in order to display them in the same cell they need to be wrapped in a h:panelGroup, which for some reason renders as a span. In order for the required star to "show" that span needs to be a block level element. So - if the input is required, add the "required" class to the h:panelGroup (in addition to the shorttext, checkbox or longtext classes) pant, pant...*/ .jsfFormTable .required{ display: block; margin-left: -.2em; } .jsfFormTable td{ padding: .3em 0; } .jsfFormTable td .reqStar{ margin: 0 .2em 0 0; } .jsfFormTable td .labelindnt{ margin-left: 17.5em !important; } .jsfFormTable td .inputText { margin: 0; } .jsfFormTable td .inputText label{ width: 17em; } .jsfFormTable td .required input { margin-left: -.6em; } /*since jsf multiple radio are rendered in a table, substract the padding of the parent td with a negative margin */ td table.inputCheck { margin: 0; } /*so that the same table does not inherit the padding from the parent*/ td table.inputCheck td{ padding: 0; } /*to avoid IE drawing a border around the input*/ table.inputCheck label input { border: 1px solid #fff; } /*SECTION 11 WIDGETS*/ /*list manager - two side by side select items,children of table.inputDoubleList*/ /*see: preferences / tab management or site info / create a group*/ .inputDoubleList{ } .inputDoubleList th{ padding: .3em; text-align: left; font-weight: normal; } .inputDoubleList td{ padding: .3em; } .inputDoubleList select{ width: 18em; } .collapsibleSection{ padding:1em; display:block; margin: 0; } .widgetCollapsibleSectionToggle{ border: 1px solid tan; padding: .5em; background:#ffc; } .widgetCollapsibleSectionToggle:hover{ cursor:pointer; border: 1px solid #fc6; } .widgetCollapsibleSectionToggle h4{ display:inline; } .tableAction select{ margin:0; border:1px solid #aaa } .tableAction select option{ padding:.1em; background:#FFC } .tableAction input.text{ border:1px solid #aaa; margin:0; padding:.1em; } .tableAction input.text:focus{ border:1px solid #000; }
@charset "utf-8"; /* CSS Document */ body{ font-family:"宋体"; font-size:12px; color:#000; margin:0px; padding:0px; background: url(../images/index_bg.2.jpg) repeat-x top;} div{ margin:0px; padding:0px;} img{ margin:0px; padding:0px; border:0px;} ul{ margin:0px; padding:0px; list-style-type:none;} li{ margin:0px; padding:0px; list-style-type:none;} .clear{clear:both;} .left{ float:left;} .div_main{width:995px; height:auto; margin:auto; margin-top:0px; padding-top:192px; padding-bottom:50px; background:url(../images/index03_bg.jpg) 0px 0px no-repeat; } #index_tatle{font-size:16px; font-family:Arial, Helvetica, sans-serif; text-align:center; font-weight:bold; height:30px; line-height:30px;} .div_text{width:503px; height:259px; margin-left:180px; line-height:22px; padding-top:10px; } .div_text div{font-size:13px; line-height:22px; } .div_button{text-align:center; padding-left:160px; } .div_button img{margin-right:6px; margin-left:6px;} .div_shadow{ width:995px; height:57px; margin:0 auto; text-align:center; margin-top:-2px; _margin-top:-4px; } .div_shadow img{ margin-right:2px;} .div_foot{width:875px; height:39px; background:#caedff url(../images/index_footleft.jpg) left no-repeat; margin-top:20px; margin-left:47px; _margin-left:24px; line-height:39px; text-align:center; padding-left:13px; float:left; } .div_footright{height:39px; width:13px; float:left; margin-top:20px; background:url(../images/index_footright.jpg) no-repeat; } .text_01{ width:155px; float:left; } .text_02{ width:155px; float:left; padding-left:18px;} .text_03{ width:155px; float:right; } .text_yangshi{font-size:12px; line-height:22px; font-family:"微软雅黑";}
@import url("https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"); .header { border-bottom: 2px solid gray; } .note { margin: 20px 0; height: 400px; } .textarea { border: 0; width: 100%; height: 100%; } .title { text-align: left; font-weight: bold; } /*# sourceMappingURL=style.css.map */
@charset "utf-8"; /* CSS Document */ #wrap {min-height: 100%; } #footer {position: relative; margin-top: -200px; /* negative value of footer height */ height: 200px; clear:both; background:#333333; } li{list-style-type: none; } img { margin-left:30px; } p { text-align:center; color:black; } #footer > #left h2, h3, #footer > #center h2, h3, #footer > #right h2, h3{ text-align:center; } #footer > #center > p > a { color:white; text-align:center; text-decoration:none; } #footer > #left, #footer > #center, #footer > #right { display:block; border:none; background:#333333; margin:0px; padding:0px; float:left; color:white; height:200px; } @media (min-width: 310px) { #footer > #left, #footer > #center, #footer > #right { width:100%; } img { margin-left:10px; } } @media (min-width: 760px) { #footer > #left, #footer > #center, #footer > #right { width:100%; } img { } } @media (min-width: 960px) { #footer > #left, #footer > #center, #footer > #right { width:33%; } img { margin-left:30px; } }
.formContact{ display: flex; flex-direction: column; width: 50%; align-items: center; justify-content: center; margin: auto; } .formInput{ width: 100%; margin-bottom: 10px; padding: 10px; border-radius: 5px; border: 1px solid grey; } .submitButton{ padding: 10px; background: white; color: black; border: 1px solid grey; border-radius: 5px; }
.token.comment,.token.prolog,.token.doctype,.token.cdata {color:#888;} .token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol {color:#905;} .token.selector,.token.attr-name,.token.string,.token.builtin {color:#690;} .token.atrule,.token.attr-value,.token.punctuation,.token.keyword {color:#1e5799;} .token.regex,.token.important {color:#e90;}
/** * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ #viz { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; position: relative; width: 960px; } .axis text { font: 10px sans-serif; } .axis path, .axis line { fill: none; stroke: #000; shape-rendering: crispEdges; } .bar { fill: rgba(236, 106, 97, 1); } .barh1 { fill: rgba(111, 39, 219, 0.8); } .barh2 { fill: rgba(106, 159, 243, 0.8); } /*.bar:hover { fill: rgba(226, 75, 158, 0.8); }*/ label { position: absolute; top: 10px; right: 10px; } .plot { position: relative; display: inline-block; } .plot svg { background-color: white } .plot-btc { background-color: lightgrey; padding-left: 20px; padding-right:20px; padding-top: 20px; padding-bottom: 10px; } .plot-bec { background-color: lightgrey; padding-right:20px; padding-top: 20px; padding-bottom: 10px; } .plot-venn { background-color: lightgrey; padding-left: 20px; padding-right:20px; padding-top: 20px; padding-bottom: 39px; vertical-align: top; line-height: 20px; } .plot-distribution { background-color: lightgrey; padding-right:20px; padding-top: 20px; padding-bottom: 10px; line-height: 20px; } .plot-title-row { display: flex; background-color: white; flex-direction: row; justify-content: center; align-items: center; font-family: sans-serif; font-size: 10px; padding-left: 40px; padding-top: 5px; padding-bottom: 5px; } .page-button-row { display: flex; flex-direction: row; justify-content: center; margin-top: 5px; } .page-button-row span { margin-left: 5px; margin-right: 5px; padding-top: 2px; } .page-button-row button { background-color: white; border: 1px solid black; } .venn-legend-row { display: flex; background-color: white; flex-direction: row; font-family: sans-serif; justify-content: center; align-items: center; font-size: 10px; padding-left: 37px; } .venn-legend-row-block { display: flex; flex-direction: row; align-items: center; padding: 5px; } .venn-legend-row-block-selected { display: flex; flex-direction: row; align-items: center; border: 2px solid rgb(200,200,200); padding: 3px; } .venn-legend-row-block:hover { border: 2px solid black; padding: 3px; } .venn-legend-row-block-selected:hover { border: 2px solid black; padding: 3px; } .venn-legend-color-box { height: 10px; width: 10px; margin-right: 5px; } .tooltip { background-color: black; color: white; border-radius: 3px; position: absolute; padding-left: 2px; padding-right: 2px; } .table { width: 1000px; text-align: center; background-color: lightblue; } .data-selector .control-group { display: inline-block; margin-right: 50px; } .data-selector { width: 1000px; text-align: left; } .data-selector .control-subgroup { display: inline-block; margin-right: 20px; } .data-selector .control { display: inline-block; margin-right: 5px; } .dropdown-check-list { font-size: 10px; position: relative; display: inline-block; } .dropdown-check-list .anchor { font-weight: bold; position: relative; cursor: pointer; display: inline-block; padding: 5px 50px 5px 10px; border: 1px solid #ccc; } .dropdown-check-list .anchor:after { position: absolute; content: ""; border-left: 2px solid black; border-top: 2px solid black; padding: 5px; right: 10px; top: 20%; -moz-transform: rotate(-135deg); -ms-transform: rotate(-135deg); -o-transform: rotate(-135deg); -webkit-transform: rotate(-135deg); transform: rotate(-135deg); } .dropdown-check-list .anchor:active:after { right: 8px; top: 21%; } .dropdown-check-list ul { position: absolute; } .dropdown-check-list ul.items { padding: 2px; display: none; margin: 0; border: 1px solid #ccc; border-top: none; background: white; z-index: 100; } .dropdown-check-list ul.items li { list-style: none; } .dropdown-check-list.visible .anchor { color: #0094ff; } .dropdown-check-list.visible .items { display: block; } #raw-values-table { width: 1000px; margin-top: 0px; border-style: solid; border-width: 1px; } .model-details .model-details-row { width: 100%; display: inline-block; text-align: center; padding: 0.1em 0.1em; } .model-details-row td { display: inline-block; text-align: center; width: 180px; } .model-details-info-data { display: inline-block; font-weight: bold; font-size: 10px; margin-right: 4px; } .model-details-info-type { display: inline-block; font-style: italic; font-size: 10px; font-weight: normal; } .highlighted-bar { stroke-width: 2; stroke: rgb(0,0,0); } .chart-selector-row { display: flex; background-color: white; flex-direction: row; font-family: sans-serif; justify-content: center; align-items: center; font-size: 10px; padding-left: 37px; padding-top: 2px; } .chart-selector-row > .ms-Button { font-size: 10px; } .chart-selector-row-block { background: rgba(255, 255, 255, 1); color: rgba(0, 0, 0, 1); display: flex; flex-direction: row; align-items: center; border: 2px solid rgb(255, 255, 255); padding: 5px; } .chart-selector-row-block-selected { background: rgba(0, 120, 212, 1); color: rgba(255, 255, 255, 1); display: flex; flex-direction: row; align-items: center; border: 2px solid rgb(255, 255, 255); padding: 3px; } .chart-selector-row-block:hover { border: 2px solid black; } .chart-selector-row-block-selected:hover { border: 2px solid black; } .class-accuracy-legend-row { display: flex; background-color: white; flex-direction: row; font-family: sans-serif; justify-content: center; align-items: center; font-size: 10px; padding-left: 37px; } .class-accuracy-legend-row-block { display: flex; flex-direction: row; align-items: center; padding: 5px; } .class-accuracy-h1 { height: 10px; width: 10px; margin-right: 5px; background: rgba(111, 39, 219, 1); } .class-accuracy-h2 { height: 10px; width: 10px; margin-right: 5px; background: rgba(106, 159, 243, 1); }
.ResourceHeading-main { } .ResourceHeading-name { margin-bottom: 0.5em; font-weight: 700; }
body { margin:0px; background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:static; left:auto; width:1366px; margin-left:0; margin-right:0; text-align:left; } .form_sketch { border-color:transparent; background-color:transparent; } #base { position:absolute; z-index:0; } #u253_img { border-width:0px; position:absolute; left:0px; top:0px; width:200px; height:193px; } #u253 { border-width:0px; position:absolute; left:-27px; top:-23px; width:200px; height:193px; display:flex; opacity:0.6; } #u253 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u253_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u254_img { border-width:0px; position:absolute; left:0px; top:0px; width:359px; height:133px; } #u254 { border-width:0px; position:absolute; left:504px; top:7px; width:359px; height:133px; display:flex; opacity:0.6; font-size:30px; color:#000000; } #u254 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u254_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u255_img { border-width:0px; position:absolute; left:0px; top:0px; width:91px; height:113px; } #u255 { border-width:0px; position:absolute; left:494px; top:63px; width:91px; height:113px; display:flex; opacity:0.6; } #u255 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u255_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u256_img { border-width:0px; position:absolute; left:0px; top:0px; width:152px; height:147px; } #u256 { border-width:0px; position:absolute; left:777px; top:-14px; width:152px; height:147px; display:flex; opacity:0.6; } #u256 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u256_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u257_img { border-width:0px; position:absolute; left:0px; top:0px; width:206px; height:339px; } #u257 { border-width:0px; position:absolute; left:600px; top:269px; width:206px; height:339px; display:flex; opacity:0.6; } #u257 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u257_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u258_img { border-width:0px; position:absolute; left:0px; top:0px; width:295px; height:86px; } #u258 { border-width:0px; position:absolute; left:540px; top:631px; width:295px; height:86px; display:flex; opacity:0.6; } #u258 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u258_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u259_div { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259 { border-width:0px; position:absolute; left:120px; top:269px; width:453px; height:89px; display:flex; opacity:0.6; font-size:22px; color:#000000; text-align:center; } #u259 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u259_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u260_input { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260 { border-width:0px; position:absolute; left:184px; top:309px; width:326px; height:49px; display:flex; opacity:0.6; } #u260 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } .u260_input_option { } #u261_div { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261 { border-width:0px; position:absolute; left:120px; top:429px; width:453px; height:89px; display:flex; opacity:0.6; font-size:22px; color:#000000; text-align:center; } #u261 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u261_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u262_input { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262 { border-width:0px; position:absolute; left:184px; top:469px; width:326px; height:49px; display:flex; opacity:0.6; } #u262 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } .u262_input_option { } #u263_div { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263 { border-width:0px; position:absolute; left:822px; top:467px; width:453px; height:89px; display:flex; opacity:0.6; font-size:22px; color:#000000; text-align:center; } #u263 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u263_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u264_input { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264 { border-width:0px; position:absolute; left:886px; top:507px; width:326px; height:49px; display:flex; opacity:0.6; } #u264 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } .u264_input_option { } #u265_div { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265 { border-width:0px; position:absolute; left:822px; top:328px; width:453px; height:89px; display:flex; opacity:0.6; font-size:22px; color:#000000; text-align:center; } #u265 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u265_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u266_input { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266 { border-width:0px; position:absolute; left:886px; top:368px; width:326px; height:49px; display:flex; opacity:0.6; } #u266 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } .u266_input_option { } #u267_div { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267 { border-width:0px; position:absolute; left:822px; top:189px; width:453px; height:89px; display:flex; opacity:0.6; font-size:22px; color:#000000; text-align:center; } #u267 .text { position:absolute; align-self:flex-start; padding:0px 0px 0px 0px; box-sizing:border-box; width:100%; } #u267_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u268_input { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268 { border-width:0px; position:absolute; left:886px; top:229px; width:326px; height:49px; display:flex; opacity:0.6; } #u268 .text { position:absolute; align-self:flex-start; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } .u268_input_option { } #u269_div { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269 { border-width:0px; position:absolute; left:1159px; top:7px; width:193px; height:91px; display:flex; opacity:0.6; } #u269 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u269_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u270_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u270 { border-width:0px; position:absolute; left:1261px; top:13px; width:79px; height:79px; display:flex; opacity:0.6; } #u270 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u270_img.mouseOver { } #u270.mouseOver { opacity:0.7; } #u270_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u271_img { border-width:0px; position:absolute; left:0px; top:0px; width:155px; height:178px; } #u271 { border-width:0px; position:absolute; left:1197px; top:585px; width:155px; height:178px; display:flex; opacity:0.6; } #u271 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u271_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u272_div { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272 { border-width:0px; position:absolute; left:9px; top:215px; width:99px; height:379px; display:flex; opacity:0.6; } #u272 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u272_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u273_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u273 { border-width:0px; position:absolute; left:19px; top:221px; width:79px; height:79px; display:flex; opacity:0.6; } #u273 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u273_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u274_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u274 { border-width:0px; position:absolute; left:19px; top:317px; width:79px; height:79px; display:flex; opacity:0.6; } #u274 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u274_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u275_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u275 { border-width:0px; position:absolute; left:19px; top:413px; width:79px; height:79px; display:flex; opacity:0.6; } #u275 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u275_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u276_div { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276 { border-width:0px; position:absolute; left:9px; top:664px; width:387px; height:99px; display:flex; opacity:0.6; } #u276 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u276_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u277_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u277 { border-width:0px; position:absolute; left:21px; top:671px; width:79px; height:79px; display:flex; opacity:0.6; } #u277 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u277_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u278_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u278 { border-width:0px; position:absolute; left:117px; top:671px; width:79px; height:79px; display:flex; opacity:0.6; } #u278 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u278_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u279_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u279 { border-width:0px; position:absolute; left:213px; top:671px; width:79px; height:79px; display:flex; opacity:0.6; } #u279 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u279_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u280_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u280 { border-width:0px; position:absolute; left:19px; top:508px; width:79px; height:79px; display:flex; opacity:0.6; } #u280 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u280_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u281_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u281 { border-width:0px; position:absolute; left:1169px; top:13px; width:79px; height:79px; display:flex; } #u281 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u281_img.mouseOver { } #u281.mouseOver { opacity:0.7; } #u281_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u282_div { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282 { border-width:0px; position:absolute; left:467px; top:245px; width:468px; height:269px; display:flex; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u282_text { border-width:0px; word-wrap:break-word; text-transform:none; } #u283_div { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283 { border-width:0px; position:absolute; left:1200px; top:116px; width:140px; height:51px; display:flex; opacity:0.6; font-size:18px; color:#000000; } #u283 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u283_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } #u284_img { border-width:0px; position:absolute; left:0px; top:0px; width:79px; height:79px; } #u284 { border-width:0px; position:absolute; left:309px; top:671px; width:79px; height:79px; display:flex; opacity:0.6; } #u284 .text { position:absolute; align-self:center; padding:2px 2px 2px 2px; box-sizing:border-box; width:100%; } #u284_img.mouseOver { } #u284.mouseOver { opacity:0.7; } #u284_text { border-width:0px; word-wrap:break-word; text-transform:none; visibility:hidden; } body.a { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:relative; left:0px; width:1200px; margin-left:auto; margin-right:auto; text-align:left; } #u253.a { } #u253_img.a { } #u253.a { } #u253_text.a { } #u253 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u254.a { } #u254_img.a { } #u254.a { } #u254_text.a { } #u254 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u255.a { } #u255_img.a { } #u255.a { } #u255_text.a { } #u255 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u256.a { } #u256_img.a { } #u256.a { } #u256_text.a { } #u256 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u257.a { } #u257_img.a { } #u257.a { } #u257_text.a { } #u257 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u258.a { } #u258_img.a { } #u258.a { } #u258_text.a { } #u258 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u259.a { } #u259_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.a { } #u259_text.a { } #u259 .text.a { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.a { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.a { } #u261.a { } #u261_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.a { } #u261_text.a { } #u261 .text.a { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.a { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.a { } #u263.a { } #u263_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.a { } #u263_text.a { } #u263 .text.a { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.a { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.a { } #u265.a { } #u265_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.a { } #u265_text.a { } #u265 .text.a { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.a { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.a { } #u267.a { } #u267_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.a { } #u267_text.a { } #u267 .text.a { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.a { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.a { } #u269.a { } #u269_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.a { } #u269_text.a { } #u269 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u270.a { } #u270_img.a { } #u270.a { } #u270_img.a.mouseOver { } #u270.a.mouseOver { } #u270_text.a { } #u270 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u271.a { } #u271_img.a { } #u271.a { } #u271_text.a { } #u271 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u272.a { } #u272_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.a { } #u272_text.a { } #u272 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u273.a { } #u273_img.a { } #u273.a { } #u273_text.a { } #u273 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u274.a { } #u274_img.a { } #u274.a { } #u274_text.a { } #u274 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u275.a { } #u275_img.a { } #u275.a { } #u275_text.a { } #u275 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u276.a { } #u276_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.a { } #u276_text.a { } #u276 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u277.a { } #u277_img.a { } #u277.a { } #u277_text.a { } #u277 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u278.a { } #u278_img.a { } #u278.a { } #u278_text.a { } #u278 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u279.a { } #u279_img.a { } #u279.a { } #u279_text.a { } #u279 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u280.a { } #u280_img.a { } #u280.a { } #u280_text.a { } #u280 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u281.a { } #u281_img.a { } #u281.a { } #u281_img.a.mouseOver { } #u281.a.mouseOver { } #u281_text.a { } #u281 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u282.a { } #u282_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.a { } #u282_text.a { } #u282 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u283.a { } #u283_div.a { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.a { } #u283_text.a { } #u283 .text.a { align-self:center; padding:2px 2px 2px 2px; } #u284.a { } #u284_img.a { } #u284.a { } #u284_img.a.mouseOver { } #u284.a.mouseOver { } #u284_text.a { } #u284 .text.a { align-self:center; padding:2px 2px 2px 2px; } body.b { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:relative; left:0px; width:1024px; margin-left:auto; margin-right:auto; text-align:left; } #u253.b { } #u253_img.b { } #u253.b { } #u253_text.b { } #u253 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u254.b { } #u254_img.b { } #u254.b { } #u254_text.b { } #u254 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u255.b { } #u255_img.b { } #u255.b { } #u255_text.b { } #u255 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u256.b { } #u256_img.b { } #u256.b { } #u256_text.b { } #u256 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u257.b { } #u257_img.b { } #u257.b { } #u257_text.b { } #u257 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u258.b { } #u258_img.b { } #u258.b { } #u258_text.b { } #u258 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u259.b { } #u259_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.b { } #u259_text.b { } #u259 .text.b { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.b { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.b { } #u261.b { } #u261_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.b { } #u261_text.b { } #u261 .text.b { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.b { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.b { } #u263.b { } #u263_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.b { } #u263_text.b { } #u263 .text.b { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.b { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.b { } #u265.b { } #u265_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.b { } #u265_text.b { } #u265 .text.b { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.b { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.b { } #u267.b { } #u267_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.b { } #u267_text.b { } #u267 .text.b { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.b { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.b { } #u269.b { } #u269_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.b { } #u269_text.b { } #u269 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u270.b { } #u270_img.b { } #u270.b { } #u270_img.b.mouseOver { } #u270.b.mouseOver { } #u270_text.b { } #u270 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u271.b { } #u271_img.b { } #u271.b { } #u271_text.b { } #u271 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u272.b { } #u272_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.b { } #u272_text.b { } #u272 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u273.b { } #u273_img.b { } #u273.b { } #u273_text.b { } #u273 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u274.b { } #u274_img.b { } #u274.b { } #u274_text.b { } #u274 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u275.b { } #u275_img.b { } #u275.b { } #u275_text.b { } #u275 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u276.b { } #u276_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.b { } #u276_text.b { } #u276 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u277.b { } #u277_img.b { } #u277.b { } #u277_text.b { } #u277 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u278.b { } #u278_img.b { } #u278.b { } #u278_text.b { } #u278 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u279.b { } #u279_img.b { } #u279.b { } #u279_text.b { } #u279 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u280.b { } #u280_img.b { } #u280.b { } #u280_text.b { } #u280 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u281.b { } #u281_img.b { } #u281.b { } #u281_img.b.mouseOver { } #u281.b.mouseOver { } #u281_text.b { } #u281 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u282.b { } #u282_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.b { } #u282_text.b { } #u282 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u283.b { } #u283_div.b { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.b { } #u283_text.b { } #u283 .text.b { align-self:center; padding:2px 2px 2px 2px; } #u284.b { } #u284_img.b { } #u284.b { } #u284_img.b.mouseOver { } #u284.b.mouseOver { } #u284_text.b { } #u284 .text.b { align-self:center; padding:2px 2px 2px 2px; } body.c { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:relative; left:0px; width:768px; margin-left:auto; margin-right:auto; text-align:left; } #u253.c { } #u253_img.c { } #u253.c { } #u253_text.c { } #u253 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u254.c { } #u254_img.c { } #u254.c { } #u254_text.c { } #u254 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u255.c { } #u255_img.c { } #u255.c { } #u255_text.c { } #u255 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u256.c { } #u256_img.c { } #u256.c { } #u256_text.c { } #u256 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u257.c { } #u257_img.c { } #u257.c { } #u257_text.c { } #u257 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u258.c { } #u258_img.c { } #u258.c { } #u258_text.c { } #u258 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u259.c { } #u259_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.c { } #u259_text.c { } #u259 .text.c { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.c { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.c { } #u261.c { } #u261_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.c { } #u261_text.c { } #u261 .text.c { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.c { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.c { } #u263.c { } #u263_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.c { } #u263_text.c { } #u263 .text.c { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.c { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.c { } #u265.c { } #u265_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.c { } #u265_text.c { } #u265 .text.c { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.c { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.c { } #u267.c { } #u267_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.c { } #u267_text.c { } #u267 .text.c { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.c { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.c { } #u269.c { } #u269_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.c { } #u269_text.c { } #u269 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u270.c { } #u270_img.c { } #u270.c { } #u270_img.c.mouseOver { } #u270.c.mouseOver { } #u270_text.c { } #u270 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u271.c { } #u271_img.c { } #u271.c { } #u271_text.c { } #u271 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u272.c { } #u272_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.c { } #u272_text.c { } #u272 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u273.c { } #u273_img.c { } #u273.c { } #u273_text.c { } #u273 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u274.c { } #u274_img.c { } #u274.c { } #u274_text.c { } #u274 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u275.c { } #u275_img.c { } #u275.c { } #u275_text.c { } #u275 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u276.c { } #u276_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.c { } #u276_text.c { } #u276 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u277.c { } #u277_img.c { } #u277.c { } #u277_text.c { } #u277 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u278.c { } #u278_img.c { } #u278.c { } #u278_text.c { } #u278 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u279.c { } #u279_img.c { } #u279.c { } #u279_text.c { } #u279 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u280.c { } #u280_img.c { } #u280.c { } #u280_text.c { } #u280 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u281.c { } #u281_img.c { } #u281.c { } #u281_img.c.mouseOver { } #u281.c.mouseOver { } #u281_text.c { } #u281 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u282.c { } #u282_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.c { } #u282_text.c { } #u282 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u283.c { } #u283_div.c { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.c { } #u283_text.c { } #u283 .text.c { align-self:center; padding:2px 2px 2px 2px; } #u284.c { } #u284_img.c { } #u284.c { } #u284_img.c.mouseOver { } #u284.c.mouseOver { } #u284_text.c { } #u284 .text.c { align-self:center; padding:2px 2px 2px 2px; } body.d { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:relative; left:0px; width:480px; margin-left:auto; margin-right:auto; text-align:left; } #u253.d { } #u253_img.d { } #u253.d { } #u253_text.d { } #u253 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u254.d { } #u254_img.d { } #u254.d { } #u254_text.d { } #u254 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u255.d { } #u255_img.d { } #u255.d { } #u255_text.d { } #u255 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u256.d { } #u256_img.d { } #u256.d { } #u256_text.d { } #u256 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u257.d { } #u257_img.d { } #u257.d { } #u257_text.d { } #u257 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u258.d { } #u258_img.d { } #u258.d { } #u258_text.d { } #u258 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u259.d { } #u259_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.d { } #u259_text.d { } #u259 .text.d { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.d { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.d { } #u261.d { } #u261_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.d { } #u261_text.d { } #u261 .text.d { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.d { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.d { } #u263.d { } #u263_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.d { } #u263_text.d { } #u263 .text.d { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.d { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.d { } #u265.d { } #u265_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.d { } #u265_text.d { } #u265 .text.d { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.d { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.d { } #u267.d { } #u267_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.d { } #u267_text.d { } #u267 .text.d { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.d { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.d { } #u269.d { } #u269_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.d { } #u269_text.d { } #u269 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u270.d { } #u270_img.d { } #u270.d { } #u270_img.d.mouseOver { } #u270.d.mouseOver { } #u270_text.d { } #u270 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u271.d { } #u271_img.d { } #u271.d { } #u271_text.d { } #u271 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u272.d { } #u272_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.d { } #u272_text.d { } #u272 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u273.d { } #u273_img.d { } #u273.d { } #u273_text.d { } #u273 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u274.d { } #u274_img.d { } #u274.d { } #u274_text.d { } #u274 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u275.d { } #u275_img.d { } #u275.d { } #u275_text.d { } #u275 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u276.d { } #u276_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.d { } #u276_text.d { } #u276 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u277.d { } #u277_img.d { } #u277.d { } #u277_text.d { } #u277 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u278.d { } #u278_img.d { } #u278.d { } #u278_text.d { } #u278 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u279.d { } #u279_img.d { } #u279.d { } #u279_text.d { } #u279 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u280.d { } #u280_img.d { } #u280.d { } #u280_text.d { } #u280 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u281.d { } #u281_img.d { } #u281.d { } #u281_img.d.mouseOver { } #u281.d.mouseOver { } #u281_text.d { } #u281 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u282.d { } #u282_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.d { } #u282_text.d { } #u282 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u283.d { } #u283_div.d { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.d { } #u283_text.d { } #u283 .text.d { align-self:center; padding:2px 2px 2px 2px; } #u284.d { } #u284_img.d { } #u284.d { } #u284_img.d.mouseOver { } #u284.d.mouseOver { } #u284_text.d { } #u284 .text.d { align-self:center; padding:2px 2px 2px 2px; } body.e { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:relative; left:0px; width:320px; margin-left:auto; margin-right:auto; text-align:left; } #u253.e { } #u253_img.e { } #u253.e { } #u253_text.e { } #u253 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u254.e { } #u254_img.e { } #u254.e { } #u254_text.e { } #u254 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u255.e { } #u255_img.e { } #u255.e { } #u255_text.e { } #u255 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u256.e { } #u256_img.e { } #u256.e { } #u256_text.e { } #u256 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u257.e { } #u257_img.e { } #u257.e { } #u257_text.e { } #u257 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u258.e { } #u258_img.e { } #u258.e { } #u258_text.e { } #u258 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u259.e { } #u259_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.e { } #u259_text.e { } #u259 .text.e { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.e { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.e { } #u261.e { } #u261_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.e { } #u261_text.e { } #u261 .text.e { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.e { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.e { } #u263.e { } #u263_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.e { } #u263_text.e { } #u263 .text.e { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.e { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.e { } #u265.e { } #u265_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.e { } #u265_text.e { } #u265 .text.e { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.e { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.e { } #u267.e { } #u267_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.e { } #u267_text.e { } #u267 .text.e { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.e { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.e { } #u269.e { } #u269_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.e { } #u269_text.e { } #u269 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u270.e { } #u270_img.e { } #u270.e { } #u270_img.e.mouseOver { } #u270.e.mouseOver { } #u270_text.e { } #u270 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u271.e { } #u271_img.e { } #u271.e { } #u271_text.e { } #u271 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u272.e { } #u272_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.e { } #u272_text.e { } #u272 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u273.e { } #u273_img.e { } #u273.e { } #u273_text.e { } #u273 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u274.e { } #u274_img.e { } #u274.e { } #u274_text.e { } #u274 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u275.e { } #u275_img.e { } #u275.e { } #u275_text.e { } #u275 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u276.e { } #u276_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.e { } #u276_text.e { } #u276 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u277.e { } #u277_img.e { } #u277.e { } #u277_text.e { } #u277 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u278.e { } #u278_img.e { } #u278.e { } #u278_text.e { } #u278 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u279.e { } #u279_img.e { } #u279.e { } #u279_text.e { } #u279 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u280.e { } #u280_img.e { } #u280.e { } #u280_text.e { } #u280 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u281.e { } #u281_img.e { } #u281.e { } #u281_img.e.mouseOver { } #u281.e.mouseOver { } #u281_text.e { } #u281 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u282.e { } #u282_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.e { } #u282_text.e { } #u282 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u283.e { } #u283_div.e { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.e { } #u283_text.e { } #u283 .text.e { align-self:center; padding:2px 2px 2px 2px; } #u284.e { } #u284_img.e { } #u284.e { } #u284_img.e.mouseOver { } #u284.e.mouseOver { } #u284_text.e { } #u284 .text.e { align-self:center; padding:2px 2px 2px 2px; } body.f { background-color:rgba(111, 151, 174, 0.52156862745098); background-image:none; position:static; left:auto; width:800px; margin-left:0; margin-right:0; text-align:left; } #u253.f { } #u253_img.f { } #u253.f { } #u253_text.f { } #u253 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u254.f { } #u254_img.f { } #u254.f { } #u254_text.f { } #u254 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u255.f { } #u255_img.f { } #u255.f { } #u255_text.f { } #u255 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u256.f { } #u256_img.f { } #u256.f { } #u256_text.f { } #u256 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u257.f { } #u257_img.f { } #u257.f { } #u257_text.f { } #u257 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u258.f { } #u258_img.f { } #u258.f { } #u258_text.f { } #u258 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u259.f { } #u259_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u259.f { } #u259_text.f { } #u259 .text.f { align-self:flex-start; padding:0px 0px 0px 0px; } #u260_input.f { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u260_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u260.f { } #u261.f { } #u261_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u261.f { } #u261_text.f { } #u261 .text.f { align-self:flex-start; padding:0px 0px 0px 0px; } #u262_input.f { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u262_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u262.f { } #u263.f { } #u263_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u263.f { } #u263_text.f { } #u263 .text.f { align-self:flex-start; padding:0px 0px 0px 0px; } #u264_input.f { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u264_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u264.f { } #u265.f { } #u265_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u265.f { } #u265_text.f { } #u265 .text.f { align-self:flex-start; padding:0px 0px 0px 0px; } #u266_input.f { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u266_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u266.f { } #u267.f { } #u267_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:453px; height:89px; background:inherit; background-color:rgba(255, 255, 255, 0); border:none; border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:22px; color:#000000; text-align:center; } #u267.f { } #u267_text.f { } #u267 .text.f { align-self:flex-start; padding:0px 0px 0px 0px; } #u268_input.f { position:absolute; left:0px; top:0px; width:326px; height:49px; padding:3px 2px 3px 2px; font-family:'Arial Normal', 'Arial'; font-weight:400; font-style:normal; font-size:13px; letter-spacing:normal; color:#000000; vertical-align:none; text-align:left; text-transform:none; background-color:transparent; border-color:transparent; } #u268_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:326px; height:49px; background:inherit; background-color:rgba(255, 255, 255, 1); box-sizing:border-box; border-width:1px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:0px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u268.f { } #u269.f { } #u269_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:193px; height:91px; background:inherit; background-color:rgba(254, 255, 193, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u269.f { } #u269_text.f { } #u269 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u270.f { } #u270_img.f { } #u270.f { } #u270_img.f.mouseOver { } #u270.f.mouseOver { } #u270_text.f { } #u270 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u271.f { } #u271_img.f { } #u271.f { } #u271_text.f { } #u271 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u272.f { } #u272_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:99px; height:379px; background:inherit; background-color:rgba(169, 255, 168, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u272.f { } #u272_text.f { } #u272 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u273.f { } #u273_img.f { } #u273.f { } #u273_text.f { } #u273 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u274.f { } #u274_img.f { } #u274.f { } #u274_text.f { } #u274 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u275.f { } #u275_img.f { } #u275.f { } #u275_text.f { } #u275 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u276.f { } #u276_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:387px; height:99px; background:inherit; background-color:rgba(137, 200, 251, 1); box-sizing:border-box; border-width:2px; border-style:solid; border-color:rgba(0, 0, 0, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; } #u276.f { } #u276_text.f { } #u276 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u277.f { } #u277_img.f { } #u277.f { } #u277_text.f { } #u277 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u278.f { } #u278_img.f { } #u278.f { } #u278_text.f { } #u278 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u279.f { } #u279_img.f { } #u279.f { } #u279_text.f { } #u279 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u280.f { } #u280_img.f { } #u280.f { } #u280_text.f { } #u280 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u281.f { } #u281_img.f { } #u281.f { } #u281_img.f.mouseOver { } #u281.f.mouseOver { } #u281_text.f { } #u281 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u282.f { } #u282_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:468px; height:269px; background:inherit; background-color:rgba(246, 247, 170, 1); box-sizing:border-box; border-width:9px; border-style:solid; border-color:rgba(245, 154, 35, 1); border-radius:29px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-family:'Arial Negrita Cursiva', 'Arial Normal', 'Arial'; font-weight:700; font-style:italic; font-size:43px; } #u282.f { } #u282_text.f { } #u282 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u283.f { } #u283_div.f { border-width:0px; position:absolute; left:0px; top:0px; width:140px; height:51px; background:inherit; background-color:rgba(255, 244, 189, 0.996078431372549); box-sizing:border-box; border-width:4px; border-style:solid; border-color:rgba(121, 121, 121, 1); border-radius:5px; -moz-box-shadow:none; -webkit-box-shadow:none; box-shadow:none; font-size:18px; color:#000000; } #u283.f { } #u283_text.f { } #u283 .text.f { align-self:center; padding:2px 2px 2px 2px; } #u284.f { } #u284_img.f { } #u284.f { } #u284_img.f.mouseOver { } #u284.f.mouseOver { } #u284_text.f { } #u284 .text.f { align-self:center; padding:2px 2px 2px 2px; }
div#button-box { display: flex; justify-content: space-evenly; } button.tool-button { font-family: 'Open Sans'; border: hidden; border-radius: 8px; padding: 16px; background-color: var(--background); color: white; transition: 0.1s; transition-property: transform; } button.tool-button:hover { transform: scale(1.1); }
@charset "UTF-8"; /*! * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ :root { --bs-blue: #6f42c1; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #6f42c1; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-primary-rgb: 111, 66, 193; --bs-secondary-rgb: 108, 117, 125; --bs-success-rgb: 25, 135, 84; --bs-info-rgb: 13, 202, 240; --bs-warning-rgb: 255, 193, 7; --bs-danger-rgb: 220, 53, 69; --bs-light-rgb: 248, 249, 250; --bs-dark-rgb: 33, 37, 41; --bs-white-rgb: 255, 255, 255; --bs-black-rgb: 0, 0, 0; --bs-body-color-rgb: 33, 37, 41; --bs-body-bg-rgb: 255, 255, 255; --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #212529; --bs-body-bg: #fff; } *, *::before, *::after { box-sizing: border-box; } @media (prefers-reduced-motion: no-preference) { :root { scroll-behavior: smooth; } } body { margin: 0; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } hr { margin: 1rem 0; color: inherit; background-color: currentColor; border: 0; opacity: 0.25; } hr:not([size]) { height: 1px; } h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { margin-top: 0; margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } h1, .h1 { font-size: calc(1.375rem + 1.5vw); } @media (min-width: 1200px) { h1, .h1 { font-size: 2.5rem; } } h2, .h2 { font-size: calc(1.325rem + 0.9vw); } @media (min-width: 1200px) { h2, .h2 { font-size: 2rem; } } h3, .h3 { font-size: calc(1.3rem + 0.6vw); } @media (min-width: 1200px) { h3, .h3 { font-size: 1.75rem; } } h4, .h4 { font-size: calc(1.275rem + 0.3vw); } @media (min-width: 1200px) { h4, .h4 { font-size: 1.5rem; } } h5, .h5 { font-size: 1.25rem; } h6, .h6 { font-size: 1rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[title], abbr[data-bs-original-title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } ol, ul { padding-right: 2rem; } ol, ul, dl { margin-top: 0; margin-bottom: 1rem; } ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-right: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small, .small { font-size: 0.875em; } mark, .mark { padding: 0.2em; background-color: #fcf8e3; } sub, sup { position: relative; font-size: 0.75em; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #6f42c1; text-decoration: underline; } a:hover { color: #59359a; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } pre, code, kbd, samp { font-family: var(--bs-font-monospace); font-size: 1em; } pre { display: block; margin-top: 0; margin-bottom: 1rem; overflow: auto; font-size: 0.875em; } pre code { font-size: inherit; color: inherit; word-break: normal; } code { font-size: 0.875em; color: #d63384; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 0.875em; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 1em; font-weight: 700; } figure { margin: 0 0 1rem; } img, svg { vertical-align: middle; } table { caption-side: bottom; border-collapse: collapse; } caption { padding-top: 0.5rem; padding-bottom: 0.5rem; color: #6c757d; text-align: right; } th { text-align: inherit; text-align: -webkit-match-parent; } thead, tbody, tfoot, tr, td, th { border-color: inherit; border-style: solid; border-width: 0; } label { display: inline-block; } button { border-radius: 0; } button:focus:not(:focus-visible) { outline: 0; } input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, select { text-transform: none; } [role=button] { cursor: pointer; } select { word-wrap: normal; } select:disabled { opacity: 1; } [list]::-webkit-calendar-picker-indicator { display: none; } button, [type=button], [type=reset], [type=submit] { -webkit-appearance: button; } button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) { cursor: pointer; } ::-moz-focus-inner { padding: 0; border-style: none; } textarea { resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { float: right; width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: calc(1.275rem + 0.3vw); line-height: inherit; } @media (min-width: 1200px) { legend { font-size: 1.5rem; } } legend + * { clear: right; } ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-year-field { padding: 0; } ::-webkit-inner-spin-button { height: auto; } [type=search] { outline-offset: -2px; -webkit-appearance: textfield; } [type="tel"], [type="url"], [type="email"], [type="number"] { direction: ltr; } ::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-color-swatch-wrapper { padding: 0; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } ::file-selector-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } iframe { border: 0; } summary { display: list-item; cursor: pointer; } progress { vertical-align: baseline; } [hidden] { display: none !important; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-1 { font-size: 5rem; } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-2 { font-size: 4.5rem; } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-3 { font-size: 4rem; } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-4 { font-size: 3.5rem; } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-5 { font-size: 3rem; } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2; } @media (min-width: 1200px) { .display-6 { font-size: 2.5rem; } } .list-unstyled { padding-right: 0; list-style: none; } .list-inline { padding-right: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-left: 0.5rem; } .initialism { font-size: 0.875em; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote > :last-child { margin-bottom: 0; } .blockquote-footer { margin-top: -1rem; margin-bottom: 1rem; font-size: 0.875em; color: #6c757d; } .blockquote-footer::before { content: "— "; } .img-fluid { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 0.875em; color: #6c757d; } .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; width: 100%; padding-left: var(--bs-gutter-x, 1.5rem); padding-right: var(--bs-gutter-x, 1.5rem); margin-left: auto; margin-right: auto; } .container-dt, .container-lp, .container-tb, .container { max-width: 540px; } .container-dt, .container-lp, .container-tb, .container { max-width: 720px; } .container-dt, .container-lp, .container-tb, .container { max-width: 960px; } .container-dt, .container-lp, .container-tb, .container { max-width: 1140px; } .container-dt, .container-lp, .container-tb, .container { max-width: 1320px; } .row { --bs-gutter-x: 3rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-left: calc(-0.5 * var(--bs-gutter-x)); margin-right: calc(-0.5 * var(--bs-gutter-x)); } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-left: calc(var(--bs-gutter-x) * 0.5); padding-right: calc(var(--bs-gutter-x) * 0.5); margin-top: var(--bs-gutter-y); } .col { flex: 1 0 0%; } .row-cols-auto > * { flex: 0 0 auto; width: auto; } .row-cols-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-auto { flex: 0 0 auto; width: auto; } .col-1 { flex: 0 0 auto; width: 6.25%; } .col-2 { flex: 0 0 auto; width: 12.5%; } .col-3 { flex: 0 0 auto; width: 18.75%; } .col-4 { flex: 0 0 auto; width: 25%; } .col-5 { flex: 0 0 auto; width: 31.25%; } .col-6 { flex: 0 0 auto; width: 37.5%; } .col-7 { flex: 0 0 auto; width: 43.75%; } .col-8 { flex: 0 0 auto; width: 50%; } .col-9 { flex: 0 0 auto; width: 56.25%; } .col-10 { flex: 0 0 auto; width: 62.5%; } .col-11 { flex: 0 0 auto; width: 68.75%; } .col-12 { flex: 0 0 auto; width: 75%; } .col-13 { flex: 0 0 auto; width: 81.25%; } .col-14 { flex: 0 0 auto; width: 87.5%; } .col-15 { flex: 0 0 auto; width: 93.75%; } .col-16 { flex: 0 0 auto; width: 100%; } .offset-1 { margin-right: 6.25%; } .offset-2 { margin-right: 12.5%; } .offset-3 { margin-right: 18.75%; } .offset-4 { margin-right: 25%; } .offset-5 { margin-right: 31.25%; } .offset-6 { margin-right: 37.5%; } .offset-7 { margin-right: 43.75%; } .offset-8 { margin-right: 50%; } .offset-9 { margin-right: 56.25%; } .offset-10 { margin-right: 62.5%; } .offset-11 { margin-right: 68.75%; } .offset-12 { margin-right: 75%; } .offset-13 { margin-right: 81.25%; } .offset-14 { margin-right: 87.5%; } .offset-15 { margin-right: 93.75%; } .g-0, .gx-0 { --bs-gutter-x: 0; } .g-0, .gy-0 { --bs-gutter-y: 0; } .g-1, .gx-1 { --bs-gutter-x: 0.25rem; } .g-1, .gy-1 { --bs-gutter-y: 0.25rem; } .g-2, .gx-2 { --bs-gutter-x: 0.5rem; } .g-2, .gy-2 { --bs-gutter-y: 0.5rem; } .g-3, .gx-3 { --bs-gutter-x: 1rem; } .g-3, .gy-3 { --bs-gutter-y: 1rem; } .g-4, .gx-4 { --bs-gutter-x: 1.5rem; } .g-4, .gy-4 { --bs-gutter-y: 1.5rem; } .g-5, .gx-5 { --bs-gutter-x: 3rem; } .g-5, .gy-5 { --bs-gutter-y: 3rem; } @media (min-width: 750px) { .col-tb { flex: 1 0 0%; } .row-cols-tb-auto > * { flex: 0 0 auto; width: auto; } .row-cols-tb-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-tb-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-tb-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-tb-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-tb-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-tb-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-tb-auto { flex: 0 0 auto; width: auto; } .col-tb-1 { flex: 0 0 auto; width: 6.25%; } .col-tb-2 { flex: 0 0 auto; width: 12.5%; } .col-tb-3 { flex: 0 0 auto; width: 18.75%; } .col-tb-4 { flex: 0 0 auto; width: 25%; } .col-tb-5 { flex: 0 0 auto; width: 31.25%; } .col-tb-6 { flex: 0 0 auto; width: 37.5%; } .col-tb-7 { flex: 0 0 auto; width: 43.75%; } .col-tb-8 { flex: 0 0 auto; width: 50%; } .col-tb-9 { flex: 0 0 auto; width: 56.25%; } .col-tb-10 { flex: 0 0 auto; width: 62.5%; } .col-tb-11 { flex: 0 0 auto; width: 68.75%; } .col-tb-12 { flex: 0 0 auto; width: 75%; } .col-tb-13 { flex: 0 0 auto; width: 81.25%; } .col-tb-14 { flex: 0 0 auto; width: 87.5%; } .col-tb-15 { flex: 0 0 auto; width: 93.75%; } .col-tb-16 { flex: 0 0 auto; width: 100%; } .offset-tb-0 { margin-right: 0; } .offset-tb-1 { margin-right: 6.25%; } .offset-tb-2 { margin-right: 12.5%; } .offset-tb-3 { margin-right: 18.75%; } .offset-tb-4 { margin-right: 25%; } .offset-tb-5 { margin-right: 31.25%; } .offset-tb-6 { margin-right: 37.5%; } .offset-tb-7 { margin-right: 43.75%; } .offset-tb-8 { margin-right: 50%; } .offset-tb-9 { margin-right: 56.25%; } .offset-tb-10 { margin-right: 62.5%; } .offset-tb-11 { margin-right: 68.75%; } .offset-tb-12 { margin-right: 75%; } .offset-tb-13 { margin-right: 81.25%; } .offset-tb-14 { margin-right: 87.5%; } .offset-tb-15 { margin-right: 93.75%; } .g-tb-0, .gx-tb-0 { --bs-gutter-x: 0; } .g-tb-0, .gy-tb-0 { --bs-gutter-y: 0; } .g-tb-1, .gx-tb-1 { --bs-gutter-x: 0.25rem; } .g-tb-1, .gy-tb-1 { --bs-gutter-y: 0.25rem; } .g-tb-2, .gx-tb-2 { --bs-gutter-x: 0.5rem; } .g-tb-2, .gy-tb-2 { --bs-gutter-y: 0.5rem; } .g-tb-3, .gx-tb-3 { --bs-gutter-x: 1rem; } .g-tb-3, .gy-tb-3 { --bs-gutter-y: 1rem; } .g-tb-4, .gx-tb-4 { --bs-gutter-x: 1.5rem; } .g-tb-4, .gy-tb-4 { --bs-gutter-y: 1.5rem; } .g-tb-5, .gx-tb-5 { --bs-gutter-x: 3rem; } .g-tb-5, .gy-tb-5 { --bs-gutter-y: 3rem; } } @media (min-width: 950px) { .col-lp { flex: 1 0 0%; } .row-cols-lp-auto > * { flex: 0 0 auto; width: auto; } .row-cols-lp-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-lp-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-lp-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-lp-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-lp-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-lp-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-lp-auto { flex: 0 0 auto; width: auto; } .col-lp-1 { flex: 0 0 auto; width: 6.25%; } .col-lp-2 { flex: 0 0 auto; width: 12.5%; } .col-lp-3 { flex: 0 0 auto; width: 18.75%; } .col-lp-4 { flex: 0 0 auto; width: 25%; } .col-lp-5 { flex: 0 0 auto; width: 31.25%; } .col-lp-6 { flex: 0 0 auto; width: 37.5%; } .col-lp-7 { flex: 0 0 auto; width: 43.75%; } .col-lp-8 { flex: 0 0 auto; width: 50%; } .col-lp-9 { flex: 0 0 auto; width: 56.25%; } .col-lp-10 { flex: 0 0 auto; width: 62.5%; } .col-lp-11 { flex: 0 0 auto; width: 68.75%; } .col-lp-12 { flex: 0 0 auto; width: 75%; } .col-lp-13 { flex: 0 0 auto; width: 81.25%; } .col-lp-14 { flex: 0 0 auto; width: 87.5%; } .col-lp-15 { flex: 0 0 auto; width: 93.75%; } .col-lp-16 { flex: 0 0 auto; width: 100%; } .offset-lp-0 { margin-right: 0; } .offset-lp-1 { margin-right: 6.25%; } .offset-lp-2 { margin-right: 12.5%; } .offset-lp-3 { margin-right: 18.75%; } .offset-lp-4 { margin-right: 25%; } .offset-lp-5 { margin-right: 31.25%; } .offset-lp-6 { margin-right: 37.5%; } .offset-lp-7 { margin-right: 43.75%; } .offset-lp-8 { margin-right: 50%; } .offset-lp-9 { margin-right: 56.25%; } .offset-lp-10 { margin-right: 62.5%; } .offset-lp-11 { margin-right: 68.75%; } .offset-lp-12 { margin-right: 75%; } .offset-lp-13 { margin-right: 81.25%; } .offset-lp-14 { margin-right: 87.5%; } .offset-lp-15 { margin-right: 93.75%; } .g-lp-0, .gx-lp-0 { --bs-gutter-x: 0; } .g-lp-0, .gy-lp-0 { --bs-gutter-y: 0; } .g-lp-1, .gx-lp-1 { --bs-gutter-x: 0.25rem; } .g-lp-1, .gy-lp-1 { --bs-gutter-y: 0.25rem; } .g-lp-2, .gx-lp-2 { --bs-gutter-x: 0.5rem; } .g-lp-2, .gy-lp-2 { --bs-gutter-y: 0.5rem; } .g-lp-3, .gx-lp-3 { --bs-gutter-x: 1rem; } .g-lp-3, .gy-lp-3 { --bs-gutter-y: 1rem; } .g-lp-4, .gx-lp-4 { --bs-gutter-x: 1.5rem; } .g-lp-4, .gy-lp-4 { --bs-gutter-y: 1.5rem; } .g-lp-5, .gx-lp-5 { --bs-gutter-x: 3rem; } .g-lp-5, .gy-lp-5 { --bs-gutter-y: 3rem; } } @media (min-width: 1200px) { .col-dt { flex: 1 0 0%; } .row-cols-dt-auto > * { flex: 0 0 auto; width: auto; } .row-cols-dt-1 > * { flex: 0 0 auto; width: 100%; } .row-cols-dt-2 > * { flex: 0 0 auto; width: 50%; } .row-cols-dt-3 > * { flex: 0 0 auto; width: 33.3333333333%; } .row-cols-dt-4 > * { flex: 0 0 auto; width: 25%; } .row-cols-dt-5 > * { flex: 0 0 auto; width: 20%; } .row-cols-dt-6 > * { flex: 0 0 auto; width: 16.6666666667%; } .col-dt-auto { flex: 0 0 auto; width: auto; } .col-dt-1 { flex: 0 0 auto; width: 6.25%; } .col-dt-2 { flex: 0 0 auto; width: 12.5%; } .col-dt-3 { flex: 0 0 auto; width: 18.75%; } .col-dt-4 { flex: 0 0 auto; width: 25%; } .col-dt-5 { flex: 0 0 auto; width: 31.25%; } .col-dt-6 { flex: 0 0 auto; width: 37.5%; } .col-dt-7 { flex: 0 0 auto; width: 43.75%; } .col-dt-8 { flex: 0 0 auto; width: 50%; } .col-dt-9 { flex: 0 0 auto; width: 56.25%; } .col-dt-10 { flex: 0 0 auto; width: 62.5%; } .col-dt-11 { flex: 0 0 auto; width: 68.75%; } .col-dt-12 { flex: 0 0 auto; width: 75%; } .col-dt-13 { flex: 0 0 auto; width: 81.25%; } .col-dt-14 { flex: 0 0 auto; width: 87.5%; } .col-dt-15 { flex: 0 0 auto; width: 93.75%; } .col-dt-16 { flex: 0 0 auto; width: 100%; } .offset-dt-0 { margin-right: 0; } .offset-dt-1 { margin-right: 6.25%; } .offset-dt-2 { margin-right: 12.5%; } .offset-dt-3 { margin-right: 18.75%; } .offset-dt-4 { margin-right: 25%; } .offset-dt-5 { margin-right: 31.25%; } .offset-dt-6 { margin-right: 37.5%; } .offset-dt-7 { margin-right: 43.75%; } .offset-dt-8 { margin-right: 50%; } .offset-dt-9 { margin-right: 56.25%; } .offset-dt-10 { margin-right: 62.5%; } .offset-dt-11 { margin-right: 68.75%; } .offset-dt-12 { margin-right: 75%; } .offset-dt-13 { margin-right: 81.25%; } .offset-dt-14 { margin-right: 87.5%; } .offset-dt-15 { margin-right: 93.75%; } .g-dt-0, .gx-dt-0 { --bs-gutter-x: 0; } .g-dt-0, .gy-dt-0 { --bs-gutter-y: 0; } .g-dt-1, .gx-dt-1 { --bs-gutter-x: 0.25rem; } .g-dt-1, .gy-dt-1 { --bs-gutter-y: 0.25rem; } .g-dt-2, .gx-dt-2 { --bs-gutter-x: 0.5rem; } .g-dt-2, .gy-dt-2 { --bs-gutter-y: 0.5rem; } .g-dt-3, .gx-dt-3 { --bs-gutter-x: 1rem; } .g-dt-3, .gy-dt-3 { --bs-gutter-y: 1rem; } .g-dt-4, .gx-dt-4 { --bs-gutter-x: 1.5rem; } .g-dt-4, .gy-dt-4 { --bs-gutter-y: 1.5rem; } .g-dt-5, .gx-dt-5 { --bs-gutter-x: 3rem; } .g-dt-5, .gy-dt-5 { --bs-gutter-y: 3rem; } } .table { --bs-table-color: #212529; --bs-table-bg: transparent; --bs-table-border-color: #dee2e6; --bs-table-accent-bg: transparent; --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: var(--bs-table-color); vertical-align: top; border-color: var(--bs-table-border-color); } .table > :not(caption) > * > * { padding: 0.5rem 0.5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); } .table > tbody { vertical-align: inherit; } .table > thead { vertical-align: bottom; } .table > :not(:first-child) { border-top: 2px solid currentColor; } .caption-top { caption-side: top; } .table-sm > :not(caption) > * > * { padding: 0.25rem 0.25rem; } .table-bordered > :not(caption) > * { border-width: 1px 0; } .table-bordered > :not(caption) > * > * { border-width: 0 1px; } .table-borderless > :not(caption) > * > * { border-bottom-width: 0; } .table-borderless > :not(:first-child) { border-top-width: 0; } .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color); } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color); } .table-hover > tbody > tr:hover > * { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color); } .table-primary { --bs-table-color: #000; --bs-table-bg: #e2d9f3; --bs-table-border-color: #cbc3db; --bs-table-striped-bg: #d7cee7; --bs-table-striped-color: #000; --bs-table-active-bg: #cbc3db; --bs-table-active-color: #000; --bs-table-hover-bg: #d1c9e1; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-secondary { --bs-table-color: #000; --bs-table-bg: #e2e3e5; --bs-table-border-color: #cbccce; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-success { --bs-table-color: #000; --bs-table-bg: #d1e7dd; --bs-table-border-color: #bcd0c7; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-info { --bs-table-color: #000; --bs-table-bg: #cff4fc; --bs-table-border-color: #badce3; --bs-table-striped-bg: #c5e8ef; --bs-table-striped-color: #000; --bs-table-active-bg: #badce3; --bs-table-active-color: #000; --bs-table-hover-bg: #bfe2e9; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-warning { --bs-table-color: #000; --bs-table-bg: #fff3cd; --bs-table-border-color: #e6dbb9; --bs-table-striped-bg: #f2e7c3; --bs-table-striped-color: #000; --bs-table-active-bg: #e6dbb9; --bs-table-active-color: #000; --bs-table-hover-bg: #ece1be; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-danger { --bs-table-color: #000; --bs-table-bg: #f8d7da; --bs-table-border-color: #dfc2c4; --bs-table-striped-bg: #eccccf; --bs-table-striped-color: #000; --bs-table-active-bg: #dfc2c4; --bs-table-active-color: #000; --bs-table-hover-bg: #e5c7ca; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-light { --bs-table-color: #000; --bs-table-bg: #f8f9fa; --bs-table-border-color: #dfe0e1; --bs-table-striped-bg: #ecedee; --bs-table-striped-color: #000; --bs-table-active-bg: #dfe0e1; --bs-table-active-color: #000; --bs-table-hover-bg: #e5e6e7; --bs-table-hover-color: #000; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-dark { --bs-table-color: #fff; --bs-table-bg: #212529; --bs-table-border-color: #373b3e; --bs-table-striped-bg: #2c3034; --bs-table-striped-color: #fff; --bs-table-active-bg: #373b3e; --bs-table-active-color: #fff; --bs-table-hover-bg: #323539; --bs-table-hover-color: #fff; color: var(--bs-table-color); border-color: var(--bs-table-border-color); } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; } @media (max-width: 749.98px) { .table-responsive-tb { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 949.98px) { .table-responsive-lp { overflow-x: auto; -webkit-overflow-scrolling: touch; } } @media (max-width: 1199.98px) { .table-responsive-dt { overflow-x: auto; -webkit-overflow-scrolling: touch; } } .form-label { margin-bottom: 0.5rem; } .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; } .form-text { margin-top: 0.25rem; font-size: 0.875em; color: #6c757d; } .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control[type=file] { overflow: hidden; } .form-control[type=file]:not(:disabled):not([readonly]) { cursor: pointer; } .form-control:focus { color: #212529; background-color: #fff; border-color: #b7a1e0; outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .form-control::-webkit-date-and-time-value { height: 1.5em; } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } .form-control::-webkit-file-upload-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .form-control::file-selector-button { padding: 0.375rem 0.75rem; margin: -0.375rem -0.75rem; -webkit-margin-end: 0.75rem; margin-inline-end: 0.75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border-color: inherit; border-style: solid; border-width: 0; border-inline-end-width: 1px; border-radius: 0; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none; } .form-control::file-selector-button { transition: none; } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3; } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg { padding-left: 0; padding-right: 0; } .form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-control-sm::-webkit-file-upload-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-sm::file-selector-button { padding: 0.25rem 0.5rem; margin: -0.25rem -0.5rem; -webkit-margin-end: 0.5rem; margin-inline-end: 0.5rem; } .form-control-lg { min-height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-control-lg::-webkit-file-upload-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } .form-control-lg::file-selector-button { padding: 0.5rem 1rem; margin: -0.5rem -1rem; -webkit-margin-end: 1rem; margin-inline-end: 1rem; } textarea.form-control { min-height: calc(1.5em + 0.75rem + 2px); } textarea.form-control-sm { min-height: calc(1.5em + 0.5rem + 2px); } textarea.form-control-lg { min-height: calc(1.5em + 1rem + 2px); } .form-control-color { width: 3rem; height: auto; padding: 0.375rem; } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer; } .form-control-color::-moz-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-control-color::-webkit-color-swatch { height: 1.5em; border-radius: 0.25rem; } .form-select { display: block; width: 100%; padding: 0.375rem 0.75rem 0.375rem 2.25rem; -moz-padding-start: calc(0.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: left 0.75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-select { transition: none; } } .form-select:focus { border-color: #b7a1e0; outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .form-select[multiple], .form-select[size]:not([size="1"]) { padding-left: 0.75rem; background-image: none; } .form-select:disabled { background-color: #e9ecef; } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529; } .form-select-sm { padding-top: 0.25rem; padding-bottom: 0.25rem; padding-right: 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .form-select-lg { padding-top: 0.5rem; padding-bottom: 0.5rem; padding-right: 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .form-check { display: block; min-height: 1.5rem; padding-right: 1.5em; margin-bottom: 0.125rem; } .form-check .form-check-input { float: right; margin-right: -1.5em; } .form-check-input { width: 1em; height: 1em; margin-top: 0.25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0, 0, 0, 0.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact; } .form-check-input[type=checkbox] { border-radius: 0.25em; } .form-check-input[type=radio] { border-radius: 50%; } .form-check-input:active { filter: brightness(90%); } .form-check-input:focus { border-color: #b7a1e0; outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .form-check-input:checked { background-color: #6f42c1; border-color: #6f42c1; } .form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e"); } .form-check-input:checked[type=radio] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-input[type=checkbox]:indeterminate { background-color: #6f42c1; border-color: #6f42c1; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); } .form-check-input:disabled { pointer-events: none; filter: none; opacity: 0.5; } .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label { opacity: 0.5; } .form-switch { padding-right: 2.5em; } .form-switch .form-check-input { width: 2em; margin-right: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: right center; border-radius: 2em; transition: background-position 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-switch .form-check-input { transition: none; } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b7a1e0'/%3e%3c/svg%3e"); } .form-switch .form-check-input:checked { background-position: left center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); } .form-check-inline { display: inline-block; margin-left: 1rem; } .btn-check { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .btn-check[disabled] + .btn, .btn-check:disabled + .btn { pointer-events: none; filter: none; opacity: 0.65; } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .form-range:focus { outline: 0; } .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .form-range::-moz-focus-outer { border: 0; } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #6f42c1; border: 0; border-radius: 1rem; -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -webkit-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .form-range::-webkit-slider-thumb:active { background-color: #d4c6ec; } .form-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #6f42c1; border: 0; border-radius: 1rem; -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; -moz-appearance: none; appearance: none; } @media (prefers-reduced-motion: reduce) { .form-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .form-range::-moz-range-thumb:active { background-color: #d4c6ec; } .form-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .form-range:disabled { pointer-events: none; } .form-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .form-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .form-floating { position: relative; } .form-floating > .form-control, .form-floating > .form-select { height: calc(3.5rem + 2px); line-height: 1.25; } .form-floating > label { position: absolute; top: 0; right: 0; height: 100%; padding: 1rem 0.75rem; pointer-events: none; border: 1px solid transparent; transform-origin: 100% 0; transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-floating > label { transition: none; } } .form-floating > .form-control { padding: 1rem 0.75rem; } .form-floating > .form-control::-moz-placeholder { color: transparent; } .form-floating > .form-control::placeholder { color: transparent; } .form-floating > .form-control:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-select { padding-top: 1.625rem; padding-bottom: 0.625rem; } .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } .form-floating > .form-control:-webkit-autofill ~ label { opacity: 0.65; transform: scale(0.85) translateY(-0.5rem) translateX(-0.15rem); } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; } .input-group > .form-control:focus, .input-group > .form-select:focus { z-index: 3; } .input-group .btn { position: relative; z-index: 2; } .input-group .btn:focus { z-index: 3; } .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-lg > .form-control, .input-group-lg > .form-select, .input-group-lg > .input-group-text, .input-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text, .input-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .input-group-lg > .form-select, .input-group-sm > .form-select { padding-left: 3rem; } .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu), .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-right: -1px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #198754; } .valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; color: #fff; background-color: rgba(25, 135, 84, 0.9); border-radius: 0.25rem; } .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip { display: block; } .was-validated .form-control:valid, .form-control.is-valid { border-color: #198754; padding-left: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: left calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:valid:focus, .form-control.is-valid:focus { border-color: #198754; box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-left: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem); } .was-validated .form-select:valid, .form-select.is-valid { border-color: #198754; } .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] { padding-left: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: left 0.75rem center, center left 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:valid:focus, .form-select.is-valid:focus { border-color: #198754; box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid, .form-check-input.is-valid { border-color: #198754; } .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked { background-color: #198754; } .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); } .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #198754; } .form-check-inline .form-check-input ~ .valid-feedback { margin-right: 0.5em; } .was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated .input-group .form-select:valid, .input-group .form-select.is-valid { z-index: 1; } .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated .input-group .form-select:valid:focus, .input-group .form-select.is-valid:focus { z-index: 3; } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 0.875em; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip { display: block; } .was-validated .form-control:invalid, .form-control.is-invalid { border-color: #dc3545; padding-left: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: left calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-left: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem); } .was-validated .form-select:invalid, .form-select.is-invalid { border-color: #dc3545; } .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] { padding-left: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-position: left 0.75rem center, center left 2.25rem; background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid, .form-check-input.is-invalid { border-color: #dc3545; } .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked { background-color: #dc3545; } .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); } .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .form-check-inline .form-check-input ~ .invalid-feedback { margin-right: 0.5em; } .was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated .input-group .form-select:invalid, .input-group .form-select.is-invalid { z-index: 2; } .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated .input-group .form-select:invalid:focus, .input-group .form-select.is-invalid:focus { z-index: 3; } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .btn { transition: none; } } .btn:hover { color: #212529; } .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .btn:disabled, .btn.disabled, fieldset:disabled .btn { pointer-events: none; opacity: 0.65; } .btn-primary { color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .btn-primary:hover { color: #fff; background-color: #5e38a4; border-color: #59359a; } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #fff; background-color: #5e38a4; border-color: #59359a; box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); } .btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #59359a; border-color: #533291; } .btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(133, 94, 202, 0.5); } .btn-primary:disabled, .btn-primary.disabled { color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64; } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e; } .btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5); } .btn-secondary:disabled, .btn-secondary.disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-success { color: #fff; background-color: #198754; border-color: #198754; } .btn-success:hover { color: #fff; background-color: #157347; border-color: #146c43; } .btn-check:focus + .btn-success, .btn-success:focus { color: #fff; background-color: #157347; border-color: #146c43; box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #146c43; border-color: #13653f; } .btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5); } .btn-success:disabled, .btn-success.disabled { color: #fff; background-color: #198754; border-color: #198754; } .btn-info { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-info:hover { color: #000; background-color: #31d2f2; border-color: #25cff2; } .btn-check:focus + .btn-info, .btn-info:focus { color: #000; background-color: #31d2f2; border-color: #25cff2; box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle { color: #000; background-color: #3dd5f3; border-color: #25cff2; } .btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5); } .btn-info:disabled, .btn-info.disabled { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-warning { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-warning:hover { color: #000; background-color: #ffca2c; border-color: #ffc720; } .btn-check:focus + .btn-warning, .btn-warning:focus { color: #000; background-color: #ffca2c; border-color: #ffc720; box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle { color: #000; background-color: #ffcd39; border-color: #ffc720; } .btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); } .btn-warning:disabled, .btn-warning.disabled { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:hover { color: #fff; background-color: #bb2d3b; border-color: #b02a37; } .btn-check:focus + .btn-danger, .btn-danger:focus { color: #fff; background-color: #bb2d3b; border-color: #b02a37; box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #b02a37; border-color: #a52834; } .btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); } .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-light { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:hover { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:focus + .btn-light, .btn-light:focus { color: #000; background-color: #f9fafb; border-color: #f9fafb; box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle { color: #000; background-color: #f9fafb; border-color: #f9fafb; } .btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); } .btn-light:disabled, .btn-light.disabled { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-dark { color: #fff; background-color: #212529; border-color: #212529; } .btn-dark:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21; } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f; } .btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5); } .btn-dark:disabled, .btn-dark.disabled { color: #fff; background-color: #212529; border-color: #212529; } .btn-outline-primary { color: #6f42c1; border-color: #6f42c1; } .btn-outline-primary:hover { color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); } .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show { color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.5); } .btn-outline-primary:disabled, .btn-outline-primary.disabled { color: #6f42c1; background-color: transparent; } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary:disabled, .btn-outline-secondary.disabled { color: #6c757d; background-color: transparent; } .btn-outline-success { color: #198754; border-color: #198754; } .btn-outline-success:hover { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:focus + .btn-outline-success, .btn-outline-success:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show { color: #fff; background-color: #198754; border-color: #198754; } .btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5); } .btn-outline-success:disabled, .btn-outline-success.disabled { color: #198754; background-color: transparent; } .btn-outline-info { color: #0dcaf0; border-color: #0dcaf0; } .btn-outline-info:hover { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:focus + .btn-outline-info, .btn-outline-info:focus { box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show { color: #000; background-color: #0dcaf0; border-color: #0dcaf0; } .btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5); } .btn-outline-info:disabled, .btn-outline-info.disabled { color: #0dcaf0; background-color: transparent; } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus { box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show { color: #000; background-color: #ffc107; border-color: #ffc107; } .btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); } .btn-outline-warning:disabled, .btn-outline-warning.disabled { color: #ffc107; background-color: transparent; } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); } .btn-outline-danger:disabled, .btn-outline-danger.disabled { color: #dc3545; background-color: transparent; } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:focus + .btn-outline-light, .btn-outline-light:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show { color: #000; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); } .btn-outline-light:disabled, .btn-outline-light.disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-dark { color: #212529; border-color: #212529; } .btn-outline-dark:hover { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show { color: #fff; background-color: #212529; border-color: #212529; } .btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus { box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5); } .btn-outline-dark:disabled, .btn-outline-dark.disabled { color: #212529; background-color: transparent; } .btn-link { font-weight: 400; color: #6f42c1; text-decoration: underline; } .btn-link:hover { color: #59359a; } .btn-link:disabled, .btn-link.disabled { color: #6c757d; } .btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; border-radius: 0.3rem; } .btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; border-radius: 0.2rem; } .fade { transition: opacity 0.15s linear; } @media (prefers-reduced-motion: reduce) { .fade { transition: none; } } .fade:not(.show) { opacity: 0; } .collapse:not(.show) { display: none; } .collapsing { height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .collapsing.collapse-horizontal { width: 0; height: auto; transition: width 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing.collapse-horizontal { transition: none; } } .dropup, .dropend, .dropdown, .dropstart { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle::after { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-left: 0.3em solid transparent; border-bottom: 0; border-right: 0.3em solid transparent; } .dropdown-toggle:empty::after { margin-right: 0; } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: 0.5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: right; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .dropdown-menu[data-bs-popper] { top: 100%; right: 0; margin-top: 0.125rem; } .dropdown-menu-start { --bs-position: start; } .dropdown-menu-start[data-bs-popper] { left: auto; right: 0; } .dropdown-menu-end { --bs-position: end; } .dropdown-menu-end[data-bs-popper] { left: 0; right: auto; } @media (min-width: 750px) { .dropdown-menu-tb-start { --bs-position: start; } .dropdown-menu-tb-start[data-bs-popper] { left: auto; right: 0; } .dropdown-menu-tb-end { --bs-position: end; } .dropdown-menu-tb-end[data-bs-popper] { left: 0; right: auto; } } @media (min-width: 950px) { .dropdown-menu-lp-start { --bs-position: start; } .dropdown-menu-lp-start[data-bs-popper] { left: auto; right: 0; } .dropdown-menu-lp-end { --bs-position: end; } .dropdown-menu-lp-end[data-bs-popper] { left: 0; right: auto; } } @media (min-width: 1200px) { .dropdown-menu-dt-start { --bs-position: start; } .dropdown-menu-dt-start[data-bs-popper] { left: auto; right: 0; } .dropdown-menu-dt-end { --bs-position: end; } .dropdown-menu-dt-end[data-bs-popper] { left: 0; right: auto; } } .dropup .dropdown-menu[data-bs-popper] { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle::after { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-left: 0.3em solid transparent; border-bottom: 0.3em solid; border-right: 0.3em solid transparent; } .dropup .dropdown-toggle:empty::after { margin-right: 0; } .dropend .dropdown-menu[data-bs-popper] { top: 0; left: auto; right: 100%; margin-top: 0; margin-right: 0.125rem; } .dropend .dropdown-toggle::after { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-left: 0; border-bottom: 0.3em solid transparent; border-right: 0.3em solid; } .dropend .dropdown-toggle:empty::after { margin-right: 0; } .dropend .dropdown-toggle::after { vertical-align: 0; } .dropstart .dropdown-menu[data-bs-popper] { top: 0; left: 100%; right: auto; margin-top: 0; margin-left: 0.125rem; } .dropstart .dropdown-toggle::after { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; } .dropstart .dropdown-toggle::after { display: none; } .dropstart .dropdown-toggle::before { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-left: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropstart .dropdown-toggle:empty::after { margin-right: 0; } .dropstart .dropdown-toggle::before { vertical-align: 0; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid rgba(0, 0, 0, 0.15); } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:hover, .dropdown-item:focus { color: #1e2125; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #6f42c1; } .dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent; } .dropdown-menu.show { display: block; } .dropdown-header { display: block; padding: 0.5rem 1rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1rem; color: #212529; } .dropdown-menu-dark { color: #dee2e6; background-color: #343a40; border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item { color: #dee2e6; } .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus { color: #fff; background-color: rgba(255, 255, 255, 0.15); } .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active { color: #fff; background-color: #6f42c1; } .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled { color: #adb5bd; } .dropdown-menu-dark .dropdown-divider { border-color: rgba(0, 0, 0, 0.15); } .dropdown-menu-dark .dropdown-item-text { color: #dee2e6; } .dropdown-menu-dark .dropdown-header { color: #adb5bd; } .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 1 1 auto; } .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn, .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group { border-radius: 0.25rem; } .btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) { margin-right: -1px; } .btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .dropdown-toggle-split { padding-left: 0.5625rem; padding-right: 0.5625rem; } .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after { margin-right: 0; } .dropstart .dropdown-toggle-split::before { margin-left: 0; } .btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-left: 0.375rem; padding-right: 0.375rem; } .btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-left: 0.75rem; padding-right: 0.75rem; } .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; } .btn-group-vertical > .btn, .btn-group-vertical > .btn-group { width: 100%; } .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-right-radius: 0; border-top-left-radius: 0; } .nav { display: flex; flex-wrap: wrap; padding-right: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; color: #6f42c1; text-decoration: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .nav-link { transition: none; } } .nav-link:hover, .nav-link:focus { color: #59359a; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; background: none; border: 1px solid transparent; border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { isolation: isolate; border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; } .nav-pills .nav-link { background: none; border: 0; border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #6f42c1; } .nav-fill > .nav-link, .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } .nav-justified > .nav-link, .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } .nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link { width: 100%; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar > .container, .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between; } .navbar-brand { padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-left: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap; } .navbar-nav { display: flex; flex-direction: column; padding-right: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-left: 0; padding-right: 0; } .navbar-nav .dropdown-menu { position: static; } .navbar-text { padding-top: 0.5rem; padding-bottom: 0.5rem; } .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; transition: box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .navbar-toggler { transition: none; } } .navbar-toggler:hover { text-decoration: none; } .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 0.25rem; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; background-repeat: no-repeat; background-position: center; background-size: 100%; } .navbar-nav-scroll { max-height: var(--bs-scroll-height, 75vh); overflow-y: auto; } @media (min-width: 750px) { .navbar-expand-tb { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-tb .navbar-nav { flex-direction: row; } .navbar-expand-tb .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-tb .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; } .navbar-expand-tb .navbar-nav-scroll { overflow: visible; } .navbar-expand-tb .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-tb .navbar-toggler { display: none; } .navbar-expand-tb .offcanvas-header { display: none; } .navbar-expand-tb .offcanvas { position: inherit; bottom: 0; z-index: auto; flex-grow: 1; visibility: visible !important; background-color: transparent; border-left: 0; border-right: 0; transition: none; transform: none; } .navbar-expand-tb .offcanvas-top, .navbar-expand-tb .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-tb .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 950px) { .navbar-expand-lp { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-lp .navbar-nav { flex-direction: row; } .navbar-expand-lp .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lp .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; } .navbar-expand-lp .navbar-nav-scroll { overflow: visible; } .navbar-expand-lp .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lp .navbar-toggler { display: none; } .navbar-expand-lp .offcanvas-header { display: none; } .navbar-expand-lp .offcanvas { position: inherit; bottom: 0; z-index: auto; flex-grow: 1; visibility: visible !important; background-color: transparent; border-left: 0; border-right: 0; transition: none; transform: none; } .navbar-expand-lp .offcanvas-top, .navbar-expand-lp .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-lp .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } @media (min-width: 1200px) { .navbar-expand-dt { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand-dt .navbar-nav { flex-direction: row; } .navbar-expand-dt .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-dt .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; } .navbar-expand-dt .navbar-nav-scroll { overflow: visible; } .navbar-expand-dt .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-dt .navbar-toggler { display: none; } .navbar-expand-dt .offcanvas-header { display: none; } .navbar-expand-dt .offcanvas { position: inherit; bottom: 0; z-index: auto; flex-grow: 1; visibility: visible !important; background-color: transparent; border-left: 0; border-right: 0; transition: none; transform: none; } .navbar-expand-dt .offcanvas-top, .navbar-expand-dt .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand-dt .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } } .navbar-expand { flex-wrap: nowrap; justify-content: flex-start; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-left: 0.5rem; padding-right: 0.5rem; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-expand .offcanvas-header { display: none; } .navbar-expand .offcanvas { position: inherit; bottom: 0; z-index: auto; flex-grow: 1; visibility: visible !important; background-color: transparent; border-left: 0; border-right: 0; transition: none; transform: none; } .navbar-expand .offcanvas-top, .navbar-expand .offcanvas-bottom { height: auto; border-top: 0; border-bottom: 0; } .navbar-expand .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible; } .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.55); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.55); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand { color: #fff; } .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } .navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .nav-link.active { color: #fff; } .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.55); border-color: rgba(255, 255, 255, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); } .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.55); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } .card > hr { margin-left: 0; margin-right: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-left-radius: calc(0.25rem - 1px); border-bottom-right-radius: calc(0.25rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { flex: 1 1 auto; padding: 1rem 1rem; } .card-title { margin-bottom: 0.5rem; } .card-subtitle { margin-top: -0.25rem; margin-bottom: 0; } .card-text:last-child { margin-bottom: 0; } .card-link + .card-link { margin-right: 1rem; } .card-header { padding: 0.5rem 1rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } .card-footer { padding: 0.5rem 1rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } .card-header-tabs { margin-left: -0.5rem; margin-bottom: -0.5rem; margin-right: -0.5rem; border-bottom: 0; } .card-header-pills { margin-left: -0.5rem; margin-right: -0.5rem; } .card-img-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; padding: 1rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-top, .card-img-bottom { width: 100%; } .card-img, .card-img-top { border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-left-radius: calc(0.25rem - 1px); border-bottom-right-radius: calc(0.25rem - 1px); } .card-group { display: flex; flex-flow: row wrap; } .card-group > .card { margin-bottom: 1.5rem; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-right: 0; border-right: 0; } .card-group > .card:not(:last-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header { border-top-left-radius: 0; } .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer { border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header { border-top-right-radius: 0; } .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer { border-bottom-right-radius: 0; } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: right; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; } @media (prefers-reduced-motion: reduce) { .accordion-button { transition: none; } } .accordion-button:not(.collapsed) { color: #643bae; background-color: #f1ecf9; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23643bae'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(180deg); } .accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-right: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform 0.2s ease-in-out; } @media (prefers-reduced-motion: reduce) { .accordion-button::after { transition: none; } } .accordion-button:hover { z-index: 2; } .accordion-button:focus { z-index: 3; border-color: #b7a1e0; outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .accordion-header { margin-bottom: 0; } .accordion-item { color: #000; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .accordion-item:first-of-type { border-top-right-radius: 0.25rem; border-top-left-radius: 0.25rem; } .accordion-item:first-of-type .accordion-button { border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); } .accordion-item:not(:first-of-type) { border-top: 0; } .accordion-item:last-of-type { border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-left-radius: calc(0.25rem - 1px); border-bottom-right-radius: calc(0.25rem - 1px); } .accordion-item:last-of-type .accordion-collapse { border-bottom-left-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .accordion-body { padding: 1rem 1.25rem; } .accordion-flush .accordion-collapse { border-width: 0; } .accordion-flush .accordion-item { border-left: 0; border-right: 0; border-radius: 0; } .accordion-flush .accordion-item:first-child { border-top: 0; } .accordion-flush .accordion-item:last-child { border-bottom: 0; } .accordion-flush .accordion-item .accordion-button { border-radius: 0; } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0 0; margin-bottom: 1rem; list-style: none; } .breadcrumb-item + .breadcrumb-item { padding-right: 0.5rem; } .breadcrumb-item + .breadcrumb-item::before { float: right; padding-left: 0.5rem; color: #6c757d; content: var(--bs-breadcrumb-divider, "/") ; } .breadcrumb-item.active { color: #6c757d; } .pagination { display: flex; padding-right: 0; list-style: none; } .page-link { position: relative; display: block; color: #6f42c1; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .page-link { transition: none; } } .page-link:hover { z-index: 2; color: #59359a; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; color: #59359a; background-color: #e9ecef; outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); } .page-item:not(:first-child) .page-link { margin-right: -1px; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6; } .page-link { padding: 0.375rem 0.75rem; } .page-item:first-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .page-item:last-child .page-link { border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; } .pagination-lg .page-item:first-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; } .pagination-sm .page-item:first-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .badge { display: inline-block; padding: 0.35em 0.65em; font-size: 0.75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .alert { --bs-alert-bg: transparent; --bs-alert-padding: 1rem 1rem; --bs-alert-margin-bottom: 1rem; --bs-alert-color: inherit; --bs-alert-border-color: transparent; --bs-alert-border: 1px solid var(--bs-alert-border-color); --bs-alert-border-radius: 0.25rem; position: relative; padding: var(--bs-alert-padding); margin-bottom: var(--bs-alert-margin-bottom); color: var(--bs-alert-color); background-color: var(--bs-alert-bg); border: var(--bs-alert-border); border-radius: var(--bs-alert-border-radius, 0); } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-left: 3rem; } .alert-dismissible .btn-close { position: absolute; top: 0; left: 0; z-index: 2; padding: 1.25rem 1rem; } .alert-primary { --bs-alert-color: #432874; --bs-alert-bg: #e2d9f3; --bs-alert-border-color: #d4c6ec; } .alert-primary .alert-link { color: #36205d; } .alert-secondary { --bs-alert-color: #41464b; --bs-alert-bg: #e2e3e5; --bs-alert-border-color: #d3d6d8; } .alert-secondary .alert-link { color: #34383c; } .alert-success { --bs-alert-color: #0f5132; --bs-alert-bg: #d1e7dd; --bs-alert-border-color: #badbcc; } .alert-success .alert-link { color: #0c4128; } .alert-info { --bs-alert-color: #055160; --bs-alert-bg: #cff4fc; --bs-alert-border-color: #b6effb; } .alert-info .alert-link { color: #04414d; } .alert-warning { --bs-alert-color: #664d03; --bs-alert-bg: #fff3cd; --bs-alert-border-color: #ffecb5; } .alert-warning .alert-link { color: #523e02; } .alert-danger { --bs-alert-color: #842029; --bs-alert-bg: #f8d7da; --bs-alert-border-color: #f5c2c7; } .alert-danger .alert-link { color: #6a1a21; } .alert-light { --bs-alert-color: #636464; --bs-alert-bg: #fefefe; --bs-alert-border-color: #fdfdfe; } .alert-light .alert-link { color: #4f5050; } .alert-dark { --bs-alert-color: #141619; --bs-alert-bg: #d3d3d4; --bs-alert-border-color: #bcbebf; } .alert-dark .alert-link { color: #101214; } @-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem; } } .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; background-color: #6f42c1; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } .progress-bar-striped { background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: 1s linear infinite progress-bar-stripes; animation: 1s linear infinite progress-bar-stripes; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } } .list-group { display: flex; flex-direction: column; padding-right: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-numbered { list-style-type: none; counter-reset: section; } .list-group-numbered > li::before { content: counters(section, ".") ". "; counter-increment: section; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:hover, .list-group-item-action:focus { z-index: 1; color: #495057; text-decoration: none; background-color: #f8f9fa; } .list-group-item-action:active { color: #212529; background-color: #e9ecef; } .list-group-item { position: relative; display: block; padding: 0.5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-right-radius: inherit; border-top-left-radius: inherit; } .list-group-item:last-child { border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff; } .list-group-item.active { z-index: 2; color: #fff; background-color: #6f42c1; border-color: #6f42c1; } .list-group-item + .list-group-item { border-top-width: 0; } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px; } .list-group-horizontal { flex-direction: row; } .list-group-horizontal > .list-group-item:first-child { border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; } .list-group-horizontal > .list-group-item:last-child { border-top-left-radius: 0.25rem; border-bottom-right-radius: 0; } .list-group-horizontal > .list-group-item.active { margin-top: 0; } .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-right-width: 0; } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-right: -1px; border-right-width: 1px; } @media (min-width: 750px) { .list-group-horizontal-tb { flex-direction: row; } .list-group-horizontal-tb > .list-group-item:first-child { border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; } .list-group-horizontal-tb > .list-group-item:last-child { border-top-left-radius: 0.25rem; border-bottom-right-radius: 0; } .list-group-horizontal-tb > .list-group-item.active { margin-top: 0; } .list-group-horizontal-tb > .list-group-item + .list-group-item { border-top-width: 1px; border-right-width: 0; } .list-group-horizontal-tb > .list-group-item + .list-group-item.active { margin-right: -1px; border-right-width: 1px; } } @media (min-width: 950px) { .list-group-horizontal-lp { flex-direction: row; } .list-group-horizontal-lp > .list-group-item:first-child { border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; } .list-group-horizontal-lp > .list-group-item:last-child { border-top-left-radius: 0.25rem; border-bottom-right-radius: 0; } .list-group-horizontal-lp > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lp > .list-group-item + .list-group-item { border-top-width: 1px; border-right-width: 0; } .list-group-horizontal-lp > .list-group-item + .list-group-item.active { margin-right: -1px; border-right-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-dt { flex-direction: row; } .list-group-horizontal-dt > .list-group-item:first-child { border-bottom-right-radius: 0.25rem; border-top-left-radius: 0; } .list-group-horizontal-dt > .list-group-item:last-child { border-top-left-radius: 0.25rem; border-bottom-right-radius: 0; } .list-group-horizontal-dt > .list-group-item.active { margin-top: 0; } .list-group-horizontal-dt > .list-group-item + .list-group-item { border-top-width: 1px; border-right-width: 0; } .list-group-horizontal-dt > .list-group-item + .list-group-item.active { margin-right: -1px; border-right-width: 1px; } } .list-group-flush { border-radius: 0; } .list-group-flush > .list-group-item { border-width: 0 0 1px; } .list-group-flush > .list-group-item:last-child { border-bottom-width: 0; } .list-group-item-primary { color: #432874; background-color: #e2d9f3; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #432874; background-color: #cbc3db; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #432874; border-color: #432874; } .list-group-item-secondary { color: #41464b; background-color: #e2e3e5; } .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #41464b; background-color: #cbccce; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #41464b; border-color: #41464b; } .list-group-item-success { color: #0f5132; background-color: #d1e7dd; } .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #0f5132; background-color: #bcd0c7; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #0f5132; border-color: #0f5132; } .list-group-item-info { color: #055160; background-color: #cff4fc; } .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #055160; background-color: #badce3; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #055160; border-color: #055160; } .list-group-item-warning { color: #664d03; background-color: #fff3cd; } .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #664d03; background-color: #e6dbb9; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #664d03; border-color: #664d03; } .list-group-item-danger { color: #842029; background-color: #f8d7da; } .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #842029; background-color: #dfc2c4; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #842029; border-color: #842029; } .list-group-item-light { color: #636464; background-color: #fefefe; } .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #636464; background-color: #e5e5e5; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #636464; border-color: #636464; } .list-group-item-dark { color: #141619; background-color: #d3d3d4; } .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #141619; background-color: #bebebf; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #141619; border-color: #141619; } .btn-close { box-sizing: content-box; width: 1em; height: 1em; padding: 0.25em 0.25em; color: #000; background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; border: 0; border-radius: 0.25rem; opacity: 0.5; } .btn-close:hover { color: #000; text-decoration: none; opacity: 0.75; } .btn-close:focus { outline: 0; box-shadow: 0 0 0 0.25rem rgba(111, 66, 193, 0.25); opacity: 1; } .btn-close:disabled, .btn-close.disabled { pointer-events: none; -webkit-user-select: none; -moz-user-select: none; user-select: none; opacity: 0.25; } .btn-close-white { filter: invert(1) grayscale(100%) brightness(200%); } .toast { width: 350px; max-width: 100%; font-size: 0.875rem; pointer-events: auto; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } .toast.showing { opacity: 0; } .toast:not(.show) { display: none; } .toast-container { width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; pointer-events: none; } .toast-container > :not(:last-child) { margin-bottom: 1.5rem; } .toast-header { display: flex; align-items: center; padding: 0.5rem 0.75rem; color: #6c757d; background-color: rgba(255, 255, 255, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-right-radius: calc(0.25rem - 1px); border-top-left-radius: calc(0.25rem - 1px); } .toast-header .btn-close { margin-left: -0.375rem; margin-right: 0.75rem; } .toast-body { padding: 0.75rem; word-wrap: break-word; } .modal { position: fixed; top: 0; right: 0; z-index: 1055; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0; } .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -50px); } @media (prefers-reduced-motion: reduce) { .modal.fade .modal-dialog { transition: none; } } .modal.show .modal-dialog { transform: none; } .modal.modal-static .modal-dialog { transform: scale(1.02); } .modal-dialog-scrollable { height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: 100%; overflow: hidden; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } .modal-backdrop { position: fixed; top: 0; right: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: flex; flex-shrink: 0; align-items: center; justify-content: space-between; padding: 1rem 1rem; border-bottom: 1px solid #dee2e6; border-top-right-radius: calc(0.3rem - 1px); border-top-left-radius: calc(0.3rem - 1px); } .modal-header .btn-close { padding: 0.5rem 0.5rem; margin: -0.5rem auto -0.5rem -0.5rem; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-shrink: 0; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-left-radius: calc(0.3rem - 1px); border-bottom-right-radius: calc(0.3rem - 1px); } .modal-footer > * { margin: 0.25rem; } .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { height: calc(100% - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-sm { max-width: 300px; } .modal-lg, .modal-xl { max-width: 800px; } .modal-xl { max-width: 1140px; } .modal-fullscreen { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen .modal-header { border-radius: 0; } .modal-fullscreen .modal-body { overflow-y: auto; } .modal-fullscreen .modal-footer { border-radius: 0; } @media (max-width: 749.98px) { .modal-fullscreen-tb-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-tb-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-tb-down .modal-header { border-radius: 0; } .modal-fullscreen-tb-down .modal-body { overflow-y: auto; } .modal-fullscreen-tb-down .modal-footer { border-radius: 0; } } @media (max-width: 949.98px) { .modal-fullscreen-lp-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-lp-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-lp-down .modal-header { border-radius: 0; } .modal-fullscreen-lp-down .modal-body { overflow-y: auto; } .modal-fullscreen-lp-down .modal-footer { border-radius: 0; } } @media (max-width: 1199.98px) { .modal-fullscreen-dt-down { width: 100vw; max-width: none; height: 100%; margin: 0; } .modal-fullscreen-dt-down .modal-content { height: 100%; border: 0; border-radius: 0; } .modal-fullscreen-dt-down .modal-header { border-radius: 0; } .modal-fullscreen-dt-down .modal-body { overflow-y: auto; } .modal-fullscreen-dt-down .modal-footer { border-radius: 0; } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: right; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; white-space: normal; word-spacing: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .tooltip-arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] { padding: 0.4rem 0; } .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow { bottom: 0; } .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before { top: -1px; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] { padding: 0 0.4rem; } .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before { left: -1px; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] { padding: 0.4rem 0; } .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow { top: 0; } .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before { bottom: -1px; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] { padding: 0 0.4rem; } .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before { right: -1px; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } .popover { position: absolute; top: 0; left: 0 ; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: right; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; white-space: normal; word-spacing: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; } .popover .popover-arrow::before, .popover .popover-arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow { top: calc(-0.5rem - 1px); } .bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before { top: 0; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after { top: 1px; border-width: 0 0.5rem 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before { position: absolute; top: 0; right: 50%; display: block; width: 1rem; margin-right: -0.5rem; content: ""; border-bottom: 1px solid #f0f0f0; } .bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; } .bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .popover-header { padding: 0.5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); border-top-right-radius: calc(0.3rem - 1px); border-top-left-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 1rem 1rem; color: #212529; } .carousel { position: relative; } .carousel.pointer-event { touch-action: pan-y; } .carousel-inner { position: relative; width: 100%; overflow: hidden; } .carousel-inner::after { display: block; clear: both; content: ""; } .carousel-item { position: relative; display: none; float: right; width: 100%; margin-left: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform 0.6s ease-in-out; } @media (prefers-reduced-motion: reduce) { .carousel-item { transition: none; } } .carousel-item.active, .carousel-item-next, .carousel-item-prev { display: block; } .carousel-item-next:not(.carousel-item-start), .active.carousel-item-end { transform: translateX(100%); } .carousel-item-prev:not(.carousel-item-end), .active.carousel-item-start { transform: translateX(-100%); } .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; } .carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end { transition: none; } } .carousel-control-prev, .carousel-control-next { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; padding: 0; color: #fff; text-align: center; background: none; border: 0; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-prev, .carousel-control-next { transition: none; } } .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { right: 0; } .carousel-control-next { left: 0; } .carousel-control-prev-icon, .carousel-control-next-icon { display: inline-block; width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: 50%; background-size: 100% 100%; } .carousel-control-next-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); } .carousel-control-prev-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); } .carousel-indicators { position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; display: flex; justify-content: center; padding: 0; margin-left: 15%; margin-bottom: 1rem; margin-right: 15%; list-style: none; } .carousel-indicators [data-bs-target] { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-left: 3px; margin-right: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: 0.5; transition: opacity 0.6s ease; } @media (prefers-reduced-motion: reduce) { .carousel-indicators [data-bs-target] { transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; left: 15%; bottom: 1.25rem; right: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center; } .carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon { filter: invert(1) grayscale(100); } .carousel-dark .carousel-indicators [data-bs-target] { background-color: #000; } .carousel-dark .carousel-caption { color: #000; } @-webkit-keyframes spinner-border { to { transform: rotate(360deg) ; } } @keyframes spinner-border { to { transform: rotate(360deg) ; } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; border: 0.25em solid currentColor; border-left-color: transparent; border-radius: 50%; -webkit-animation: 0.75s linear infinite spinner-border; animation: 0.75s linear infinite spinner-border; } .spinner-border-sm { width: 1rem; height: 1rem; border-width: 0.2em; } @-webkit-keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } } @keyframes spinner-grow { 0% { transform: scale(0); } 50% { opacity: 1; transform: none; } } .spinner-grow { display: inline-block; width: 2rem; height: 2rem; vertical-align: -0.125em; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: 0.75s linear infinite spinner-grow; animation: 0.75s linear infinite spinner-grow; } .spinner-grow-sm { width: 1rem; height: 1rem; } @media (prefers-reduced-motion: reduce) { .spinner-border, .spinner-grow { -webkit-animation-duration: 1.5s; animation-duration: 1.5s; } } .offcanvas { position: fixed; bottom: 0; z-index: 1045; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .offcanvas { transition: none; } } .offcanvas-backdrop { position: fixed; top: 0; right: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .offcanvas-backdrop.fade { opacity: 0; } .offcanvas-backdrop.show { opacity: 0.5; } .offcanvas-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1rem; } .offcanvas-header .btn-close { padding: 0.5rem 0.5rem; margin-top: -0.5rem; margin-left: -0.5rem; margin-bottom: -0.5rem; } .offcanvas-title { margin-bottom: 0; line-height: 1.5; } .offcanvas-body { flex-grow: 1; padding: 1rem 1rem; overflow-y: auto; } .offcanvas-start { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(100%); } .offcanvas-end { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0, 0, 0, 0.2); transform: translateX(-100%); } .offcanvas-top { top: 0; left: 0; right: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(-100%); } .offcanvas-bottom { left: 0; right: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0, 0, 0, 0.2); transform: translateY(100%); } .offcanvas.show { transform: none; } .placeholder { display: inline-block; min-height: 1em; vertical-align: middle; cursor: wait; background-color: currentColor; opacity: 0.5; } .placeholder.btn::before { display: inline-block; content: ""; } .placeholder-xs { min-height: 0.6em; } .placeholder-sm { min-height: 0.8em; } .placeholder-lg { min-height: 1.2em; } .placeholder-glow .placeholder { -webkit-animation: placeholder-glow 2s ease-in-out infinite; animation: placeholder-glow 2s ease-in-out infinite; } @-webkit-keyframes placeholder-glow { 50% { opacity: 0.2; } } @keyframes placeholder-glow { 50% { opacity: 0.2; } } .placeholder-wave { -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%); -webkit-mask-size: 200% 100%; mask-size: 200% 100%; -webkit-animation: placeholder-wave 2s linear infinite; animation: placeholder-wave 2s linear infinite; } @-webkit-keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0%; mask-position: -200% 0%; } } @keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0%; mask-position: -200% 0%; } } .clearfix::after { display: block; clear: both; content: ""; } .link-primary { color: #6f42c1; } .link-primary:hover, .link-primary:focus { color: #59359a; } .link-secondary { color: #6c757d; } .link-secondary:hover, .link-secondary:focus { color: #565e64; } .link-success { color: #198754; } .link-success:hover, .link-success:focus { color: #146c43; } .link-info { color: #0dcaf0; } .link-info:hover, .link-info:focus { color: #3dd5f3; } .link-warning { color: #ffc107; } .link-warning:hover, .link-warning:focus { color: #ffcd39; } .link-danger { color: #dc3545; } .link-danger:hover, .link-danger:focus { color: #b02a37; } .link-light { color: #f8f9fa; } .link-light:hover, .link-light:focus { color: #f9fafb; } .link-dark { color: #212529; } .link-dark:hover, .link-dark:focus { color: #1a1e21; } .ratio { position: relative; width: 100%; } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: ""; } .ratio > * { position: absolute; top: 0; right: 0; width: 100%; height: 100%; } .ratio-1x1 { --bs-aspect-ratio: 100%; } .ratio-4x3 { --bs-aspect-ratio: 75%; } .ratio-16x9 { --bs-aspect-ratio: 56.25%; } .ratio-21x9 { --bs-aspect-ratio: 42.8571428571%; } .fixed-top { position: fixed; top: 0; left: 0; right: 0; z-index: 1030; } .fixed-bottom { position: fixed; left: 0; bottom: 0; right: 0; z-index: 1030; } .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } .sticky-bottom { position: -webkit-sticky; position: sticky; bottom: 0; z-index: 1020; } @media (min-width: 750px) { .sticky-tb-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } .sticky-tb-bottom { position: -webkit-sticky; position: sticky; bottom: 0; z-index: 1020; } } @media (min-width: 950px) { .sticky-lp-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } .sticky-lp-bottom { position: -webkit-sticky; position: sticky; bottom: 0; z-index: 1020; } } @media (min-width: 1200px) { .sticky-dt-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020; } .sticky-dt-bottom { position: -webkit-sticky; position: sticky; bottom: 0; z-index: 1020; } } .hstack { display: flex; flex-direction: row; align-items: center; align-self: stretch; } .vstack { display: flex; flex: 1 1 auto; flex-direction: column; align-self: stretch; } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; } .stretched-link::after { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 1; content: ""; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .vr { display: inline-block; align-self: stretch; width: 1px; min-height: 1em; background-color: currentColor; opacity: 0.25; } .align-baseline { vertical-align: baseline !important; } .align-top { vertical-align: top !important; } .align-middle { vertical-align: middle !important; } .align-bottom { vertical-align: bottom !important; } .align-text-bottom { vertical-align: text-bottom !important; } .align-text-top { vertical-align: text-top !important; } .float-start { float: right !important; } .float-end { float: left !important; } .float-none { float: none !important; } .opacity-0 { opacity: 0 !important; } .opacity-25 { opacity: 0.25 !important; } .opacity-50 { opacity: 0.5 !important; } .opacity-75 { opacity: 0.75 !important; } .opacity-100 { opacity: 1 !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .overflow-visible { overflow: visible !important; } .overflow-scroll { overflow: scroll !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !important; } .d-grid { display: grid !important; } .d-table { display: table !important; } .d-table-row { display: table-row !important; } .d-table-cell { display: table-cell !important; } .d-flex { display: flex !important; } .d-inline-flex { display: inline-flex !important; } .d-none { display: none !important; } .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { box-shadow: none !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: -webkit-sticky !important; position: sticky !important; } .top-0 { top: 0 !important; } .top-50 { top: 50% !important; } .top-100 { top: 100% !important; } .bottom-0 { bottom: 0 !important; } .bottom-50 { bottom: 50% !important; } .bottom-100 { bottom: 100% !important; } .start-0 { right: 0 !important; } .start-50 { right: 50% !important; } .start-100 { right: 100% !important; } .end-0 { left: 0 !important; } .end-50 { left: 50% !important; } .end-100 { left: 100% !important; } .translate-middle { transform: translate(50%, -50%) !important; } .translate-middle-x { transform: translateX(50%) !important; } .translate-middle-y { transform: translateY(-50%) !important; } .border { border: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-top-0 { border-top: 0 !important; } .border-end { border-left: 1px solid #dee2e6 !important; } .border-end-0 { border-left: 0 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-start { border-right: 1px solid #dee2e6 !important; } .border-start-0 { border-right: 0 !important; } .border-primary { border-color: #6f42c1 !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #198754 !important; } .border-info { border-color: #0dcaf0 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #212529 !important; } .border-white { border-color: #fff !important; } .border-1 { border-width: 1px !important; } .border-2 { border-width: 2px !important; } .border-3 { border-width: 3px !important; } .border-4 { border-width: 4px !important; } .border-5 { border-width: 5px !important; } .w-25 { width: 25% !important; } .w-50 { width: 50% !important; } .w-75 { width: 75% !important; } .w-100 { width: 100% !important; } .w-auto { width: auto !important; } .mw-100 { max-width: 100% !important; } .vw-100 { width: 100vw !important; } .min-vw-100 { min-width: 100vw !important; } .h-25 { height: 25% !important; } .h-50 { height: 50% !important; } .h-75 { height: 75% !important; } .h-100 { height: 100% !important; } .h-auto { height: auto !important; } .mh-100 { max-height: 100% !important; } .vh-100 { height: 100vh !important; } .min-vh-100 { min-height: 100vh !important; } .flex-fill { flex: 1 1 auto !important; } .flex-row { flex-direction: row !important; } .flex-column { flex-direction: column !important; } .flex-row-reverse { flex-direction: row-reverse !important; } .flex-column-reverse { flex-direction: column-reverse !important; } .flex-grow-0 { flex-grow: 0 !important; } .flex-grow-1 { flex-grow: 1 !important; } .flex-shrink-0 { flex-shrink: 0 !important; } .flex-shrink-1 { flex-shrink: 1 !important; } .flex-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-0 { gap: 0 !important; } .gap-1 { gap: 0.25rem !important; } .gap-2 { gap: 0.5rem !important; } .gap-3 { gap: 1rem !important; } .gap-4 { gap: 1.5rem !important; } .gap-5 { gap: 3rem !important; } .justify-content-start { justify-content: flex-start !important; } .justify-content-end { justify-content: flex-end !important; } .justify-content-center { justify-content: center !important; } .justify-content-between { justify-content: space-between !important; } .justify-content-around { justify-content: space-around !important; } .justify-content-evenly { justify-content: space-evenly !important; } .align-items-start { align-items: flex-start !important; } .align-items-end { align-items: flex-end !important; } .align-items-center { align-items: center !important; } .align-items-baseline { align-items: baseline !important; } .align-items-stretch { align-items: stretch !important; } .align-content-start { align-content: flex-start !important; } .align-content-end { align-content: flex-end !important; } .align-content-center { align-content: center !important; } .align-content-between { align-content: space-between !important; } .align-content-around { align-content: space-around !important; } .align-content-stretch { align-content: stretch !important; } .align-self-auto { align-self: auto !important; } .align-self-start { align-self: flex-start !important; } .align-self-end { align-self: flex-end !important; } .align-self-center { align-self: center !important; } .align-self-baseline { align-self: baseline !important; } .align-self-stretch { align-self: stretch !important; } .order-first { order: -1 !important; } .order-0 { order: 0 !important; } .order-1 { order: 1 !important; } .order-2 { order: 2 !important; } .order-3 { order: 3 !important; } .order-4 { order: 4 !important; } .order-5 { order: 5 !important; } .order-last { order: 6 !important; } .m-0 { margin: 0 !important; } .m-1 { margin: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .m-3 { margin: 1rem !important; } .m-4 { margin: 1.5rem !important; } .m-5 { margin: 3rem !important; } .m-auto { margin: auto !important; } .mx-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-5 { margin-left: 3rem !important; margin-right: 3rem !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-0 { margin-top: 0 !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 1rem !important; } .mt-4 { margin-top: 1.5rem !important; } .mt-5 { margin-top: 3rem !important; } .mt-auto { margin-top: auto !important; } .me-0 { margin-left: 0 !important; } .me-1 { margin-left: 0.25rem !important; } .me-2 { margin-left: 0.5rem !important; } .me-3 { margin-left: 1rem !important; } .me-4 { margin-left: 1.5rem !important; } .me-5 { margin-left: 3rem !important; } .me-auto { margin-left: auto !important; } .mb-0 { margin-bottom: 0 !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 1rem !important; } .mb-4 { margin-bottom: 1.5rem !important; } .mb-5 { margin-bottom: 3rem !important; } .mb-auto { margin-bottom: auto !important; } .ms-0 { margin-right: 0 !important; } .ms-1 { margin-right: 0.25rem !important; } .ms-2 { margin-right: 0.5rem !important; } .ms-3 { margin-right: 1rem !important; } .ms-4 { margin-right: 1.5rem !important; } .ms-5 { margin-right: 3rem !important; } .ms-auto { margin-right: auto !important; } .p-0 { padding: 0 !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 1rem !important; } .p-4 { padding: 1.5rem !important; } .p-5 { padding: 3rem !important; } .px-0 { padding-left: 0 !important; padding-right: 0 !important; } .px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-0 { padding-top: 0 !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 1rem !important; } .pt-4 { padding-top: 1.5rem !important; } .pt-5 { padding-top: 3rem !important; } .pe-0 { padding-left: 0 !important; } .pe-1 { padding-left: 0.25rem !important; } .pe-2 { padding-left: 0.5rem !important; } .pe-3 { padding-left: 1rem !important; } .pe-4 { padding-left: 1.5rem !important; } .pe-5 { padding-left: 3rem !important; } .pb-0 { padding-bottom: 0 !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 1rem !important; } .pb-4 { padding-bottom: 1.5rem !important; } .pb-5 { padding-bottom: 3rem !important; } .ps-0 { padding-right: 0 !important; } .ps-1 { padding-right: 0.25rem !important; } .ps-2 { padding-right: 0.5rem !important; } .ps-3 { padding-right: 1rem !important; } .ps-4 { padding-right: 1.5rem !important; } .ps-5 { padding-right: 3rem !important; } .font-monospace { font-family: var(--bs-font-monospace) !important; } .fs-1 { font-size: calc(1.375rem + 1.5vw) !important; } .fs-2 { font-size: calc(1.325rem + 0.9vw) !important; } .fs-3 { font-size: calc(1.3rem + 0.6vw) !important; } .fs-4 { font-size: calc(1.275rem + 0.3vw) !important; } .fs-5 { font-size: 1.25rem !important; } .fs-6 { font-size: 1rem !important; } .fst-italic { font-style: italic !important; } .fst-normal { font-style: normal !important; } .fw-light { font-weight: 300 !important; } .fw-lighter { font-weight: lighter !important; } .fw-normal { font-weight: 400 !important; } .fw-bold { font-weight: 700 !important; } .fw-bolder { font-weight: bolder !important; } .lh-1 { line-height: 1 !important; } .lh-sm { line-height: 1.25 !important; } .lh-base { line-height: 1.5 !important; } .lh-lg { line-height: 2 !important; } .text-start { text-align: right !important; } .text-end { text-align: left !important; } .text-center { text-align: center !important; } .text-decoration-none { text-decoration: none !important; } .text-decoration-underline { text-decoration: underline !important; } .text-decoration-line-through { text-decoration: line-through !important; } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-primary { --bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; } .text-secondary { --bs-text-opacity: 1; color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; } .text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; } .text-info { --bs-text-opacity: 1; color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; } .text-warning { --bs-text-opacity: 1; color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; } .text-danger { --bs-text-opacity: 1; color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; } .text-light { --bs-text-opacity: 1; color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; } .text-dark { --bs-text-opacity: 1; color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; } .text-black { --bs-text-opacity: 1; color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; } .text-white { --bs-text-opacity: 1; color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; } .text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; } .text-muted { --bs-text-opacity: 1; color: #6c757d !important; } .text-black-50 { --bs-text-opacity: 1; color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { --bs-text-opacity: 1; color: rgba(255, 255, 255, 0.5) !important; } .text-reset { --bs-text-opacity: 1; color: inherit !important; } .text-opacity-25 { --bs-text-opacity: 0.25; } .text-opacity-50 { --bs-text-opacity: 0.5; } .text-opacity-75 { --bs-text-opacity: 0.75; } .text-opacity-100 { --bs-text-opacity: 1; } .bg-primary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; } .bg-secondary { --bs-bg-opacity: 1; background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; } .bg-success { --bs-bg-opacity: 1; background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; } .bg-info { --bs-bg-opacity: 1; background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; } .bg-warning { --bs-bg-opacity: 1; background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; } .bg-danger { --bs-bg-opacity: 1; background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; } .bg-light { --bs-bg-opacity: 1; background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; } .bg-dark { --bs-bg-opacity: 1; background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; } .bg-black { --bs-bg-opacity: 1; background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; } .bg-white { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; } .bg-body { --bs-bg-opacity: 1; background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; } .bg-transparent { --bs-bg-opacity: 1; background-color: transparent !important; } .bg-opacity-10 { --bs-bg-opacity: 0.1; } .bg-opacity-25 { --bs-bg-opacity: 0.25; } .bg-opacity-50 { --bs-bg-opacity: 0.5; } .bg-opacity-75 { --bs-bg-opacity: 0.75; } .bg-opacity-100 { --bs-bg-opacity: 1; } .bg-gradient { background-image: var(--bs-gradient) !important; } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; user-select: none !important; } .pe-none { pointer-events: none !important; } .pe-auto { pointer-events: auto !important; } .rounded { border-radius: 0.25rem !important; } .rounded-0 { border-radius: 0 !important; } .rounded-1 { border-radius: 0.2rem !important; } .rounded-2 { border-radius: 0.25rem !important; } .rounded-3 { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-top { border-top-right-radius: 0.25rem !important; border-top-left-radius: 0.25rem !important; } .rounded-end { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } .rounded-bottom { border-bottom-left-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } .rounded-start { border-bottom-right-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media (min-width: 750px) { .float-tb-start { float: right !important; } .float-tb-end { float: left !important; } .float-tb-none { float: none !important; } .d-tb-inline { display: inline !important; } .d-tb-inline-block { display: inline-block !important; } .d-tb-block { display: block !important; } .d-tb-grid { display: grid !important; } .d-tb-table { display: table !important; } .d-tb-table-row { display: table-row !important; } .d-tb-table-cell { display: table-cell !important; } .d-tb-flex { display: flex !important; } .d-tb-inline-flex { display: inline-flex !important; } .d-tb-none { display: none !important; } .flex-tb-fill { flex: 1 1 auto !important; } .flex-tb-row { flex-direction: row !important; } .flex-tb-column { flex-direction: column !important; } .flex-tb-row-reverse { flex-direction: row-reverse !important; } .flex-tb-column-reverse { flex-direction: column-reverse !important; } .flex-tb-grow-0 { flex-grow: 0 !important; } .flex-tb-grow-1 { flex-grow: 1 !important; } .flex-tb-shrink-0 { flex-shrink: 0 !important; } .flex-tb-shrink-1 { flex-shrink: 1 !important; } .flex-tb-wrap { flex-wrap: wrap !important; } .flex-tb-nowrap { flex-wrap: nowrap !important; } .flex-tb-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-tb-0 { gap: 0 !important; } .gap-tb-1 { gap: 0.25rem !important; } .gap-tb-2 { gap: 0.5rem !important; } .gap-tb-3 { gap: 1rem !important; } .gap-tb-4 { gap: 1.5rem !important; } .gap-tb-5 { gap: 3rem !important; } .justify-content-tb-start { justify-content: flex-start !important; } .justify-content-tb-end { justify-content: flex-end !important; } .justify-content-tb-center { justify-content: center !important; } .justify-content-tb-between { justify-content: space-between !important; } .justify-content-tb-around { justify-content: space-around !important; } .justify-content-tb-evenly { justify-content: space-evenly !important; } .align-items-tb-start { align-items: flex-start !important; } .align-items-tb-end { align-items: flex-end !important; } .align-items-tb-center { align-items: center !important; } .align-items-tb-baseline { align-items: baseline !important; } .align-items-tb-stretch { align-items: stretch !important; } .align-content-tb-start { align-content: flex-start !important; } .align-content-tb-end { align-content: flex-end !important; } .align-content-tb-center { align-content: center !important; } .align-content-tb-between { align-content: space-between !important; } .align-content-tb-around { align-content: space-around !important; } .align-content-tb-stretch { align-content: stretch !important; } .align-self-tb-auto { align-self: auto !important; } .align-self-tb-start { align-self: flex-start !important; } .align-self-tb-end { align-self: flex-end !important; } .align-self-tb-center { align-self: center !important; } .align-self-tb-baseline { align-self: baseline !important; } .align-self-tb-stretch { align-self: stretch !important; } .order-tb-first { order: -1 !important; } .order-tb-0 { order: 0 !important; } .order-tb-1 { order: 1 !important; } .order-tb-2 { order: 2 !important; } .order-tb-3 { order: 3 !important; } .order-tb-4 { order: 4 !important; } .order-tb-5 { order: 5 !important; } .order-tb-last { order: 6 !important; } .m-tb-0 { margin: 0 !important; } .m-tb-1 { margin: 0.25rem !important; } .m-tb-2 { margin: 0.5rem !important; } .m-tb-3 { margin: 1rem !important; } .m-tb-4 { margin: 1.5rem !important; } .m-tb-5 { margin: 3rem !important; } .m-tb-auto { margin: auto !important; } .mx-tb-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-tb-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-tb-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-tb-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-tb-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-tb-5 { margin-left: 3rem !important; margin-right: 3rem !important; } .mx-tb-auto { margin-left: auto !important; margin-right: auto !important; } .my-tb-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-tb-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-tb-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-tb-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-tb-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-tb-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-tb-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-tb-0 { margin-top: 0 !important; } .mt-tb-1 { margin-top: 0.25rem !important; } .mt-tb-2 { margin-top: 0.5rem !important; } .mt-tb-3 { margin-top: 1rem !important; } .mt-tb-4 { margin-top: 1.5rem !important; } .mt-tb-5 { margin-top: 3rem !important; } .mt-tb-auto { margin-top: auto !important; } .me-tb-0 { margin-left: 0 !important; } .me-tb-1 { margin-left: 0.25rem !important; } .me-tb-2 { margin-left: 0.5rem !important; } .me-tb-3 { margin-left: 1rem !important; } .me-tb-4 { margin-left: 1.5rem !important; } .me-tb-5 { margin-left: 3rem !important; } .me-tb-auto { margin-left: auto !important; } .mb-tb-0 { margin-bottom: 0 !important; } .mb-tb-1 { margin-bottom: 0.25rem !important; } .mb-tb-2 { margin-bottom: 0.5rem !important; } .mb-tb-3 { margin-bottom: 1rem !important; } .mb-tb-4 { margin-bottom: 1.5rem !important; } .mb-tb-5 { margin-bottom: 3rem !important; } .mb-tb-auto { margin-bottom: auto !important; } .ms-tb-0 { margin-right: 0 !important; } .ms-tb-1 { margin-right: 0.25rem !important; } .ms-tb-2 { margin-right: 0.5rem !important; } .ms-tb-3 { margin-right: 1rem !important; } .ms-tb-4 { margin-right: 1.5rem !important; } .ms-tb-5 { margin-right: 3rem !important; } .ms-tb-auto { margin-right: auto !important; } .p-tb-0 { padding: 0 !important; } .p-tb-1 { padding: 0.25rem !important; } .p-tb-2 { padding: 0.5rem !important; } .p-tb-3 { padding: 1rem !important; } .p-tb-4 { padding: 1.5rem !important; } .p-tb-5 { padding: 3rem !important; } .px-tb-0 { padding-left: 0 !important; padding-right: 0 !important; } .px-tb-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-tb-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-tb-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-tb-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-tb-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-tb-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-tb-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-tb-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-tb-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-tb-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-tb-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-tb-0 { padding-top: 0 !important; } .pt-tb-1 { padding-top: 0.25rem !important; } .pt-tb-2 { padding-top: 0.5rem !important; } .pt-tb-3 { padding-top: 1rem !important; } .pt-tb-4 { padding-top: 1.5rem !important; } .pt-tb-5 { padding-top: 3rem !important; } .pe-tb-0 { padding-left: 0 !important; } .pe-tb-1 { padding-left: 0.25rem !important; } .pe-tb-2 { padding-left: 0.5rem !important; } .pe-tb-3 { padding-left: 1rem !important; } .pe-tb-4 { padding-left: 1.5rem !important; } .pe-tb-5 { padding-left: 3rem !important; } .pb-tb-0 { padding-bottom: 0 !important; } .pb-tb-1 { padding-bottom: 0.25rem !important; } .pb-tb-2 { padding-bottom: 0.5rem !important; } .pb-tb-3 { padding-bottom: 1rem !important; } .pb-tb-4 { padding-bottom: 1.5rem !important; } .pb-tb-5 { padding-bottom: 3rem !important; } .ps-tb-0 { padding-right: 0 !important; } .ps-tb-1 { padding-right: 0.25rem !important; } .ps-tb-2 { padding-right: 0.5rem !important; } .ps-tb-3 { padding-right: 1rem !important; } .ps-tb-4 { padding-right: 1.5rem !important; } .ps-tb-5 { padding-right: 3rem !important; } .text-tb-start { text-align: right !important; } .text-tb-end { text-align: left !important; } .text-tb-center { text-align: center !important; } } @media (min-width: 950px) { .float-lp-start { float: right !important; } .float-lp-end { float: left !important; } .float-lp-none { float: none !important; } .d-lp-inline { display: inline !important; } .d-lp-inline-block { display: inline-block !important; } .d-lp-block { display: block !important; } .d-lp-grid { display: grid !important; } .d-lp-table { display: table !important; } .d-lp-table-row { display: table-row !important; } .d-lp-table-cell { display: table-cell !important; } .d-lp-flex { display: flex !important; } .d-lp-inline-flex { display: inline-flex !important; } .d-lp-none { display: none !important; } .flex-lp-fill { flex: 1 1 auto !important; } .flex-lp-row { flex-direction: row !important; } .flex-lp-column { flex-direction: column !important; } .flex-lp-row-reverse { flex-direction: row-reverse !important; } .flex-lp-column-reverse { flex-direction: column-reverse !important; } .flex-lp-grow-0 { flex-grow: 0 !important; } .flex-lp-grow-1 { flex-grow: 1 !important; } .flex-lp-shrink-0 { flex-shrink: 0 !important; } .flex-lp-shrink-1 { flex-shrink: 1 !important; } .flex-lp-wrap { flex-wrap: wrap !important; } .flex-lp-nowrap { flex-wrap: nowrap !important; } .flex-lp-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-lp-0 { gap: 0 !important; } .gap-lp-1 { gap: 0.25rem !important; } .gap-lp-2 { gap: 0.5rem !important; } .gap-lp-3 { gap: 1rem !important; } .gap-lp-4 { gap: 1.5rem !important; } .gap-lp-5 { gap: 3rem !important; } .justify-content-lp-start { justify-content: flex-start !important; } .justify-content-lp-end { justify-content: flex-end !important; } .justify-content-lp-center { justify-content: center !important; } .justify-content-lp-between { justify-content: space-between !important; } .justify-content-lp-around { justify-content: space-around !important; } .justify-content-lp-evenly { justify-content: space-evenly !important; } .align-items-lp-start { align-items: flex-start !important; } .align-items-lp-end { align-items: flex-end !important; } .align-items-lp-center { align-items: center !important; } .align-items-lp-baseline { align-items: baseline !important; } .align-items-lp-stretch { align-items: stretch !important; } .align-content-lp-start { align-content: flex-start !important; } .align-content-lp-end { align-content: flex-end !important; } .align-content-lp-center { align-content: center !important; } .align-content-lp-between { align-content: space-between !important; } .align-content-lp-around { align-content: space-around !important; } .align-content-lp-stretch { align-content: stretch !important; } .align-self-lp-auto { align-self: auto !important; } .align-self-lp-start { align-self: flex-start !important; } .align-self-lp-end { align-self: flex-end !important; } .align-self-lp-center { align-self: center !important; } .align-self-lp-baseline { align-self: baseline !important; } .align-self-lp-stretch { align-self: stretch !important; } .order-lp-first { order: -1 !important; } .order-lp-0 { order: 0 !important; } .order-lp-1 { order: 1 !important; } .order-lp-2 { order: 2 !important; } .order-lp-3 { order: 3 !important; } .order-lp-4 { order: 4 !important; } .order-lp-5 { order: 5 !important; } .order-lp-last { order: 6 !important; } .m-lp-0 { margin: 0 !important; } .m-lp-1 { margin: 0.25rem !important; } .m-lp-2 { margin: 0.5rem !important; } .m-lp-3 { margin: 1rem !important; } .m-lp-4 { margin: 1.5rem !important; } .m-lp-5 { margin: 3rem !important; } .m-lp-auto { margin: auto !important; } .mx-lp-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-lp-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-lp-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-lp-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-lp-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-lp-5 { margin-left: 3rem !important; margin-right: 3rem !important; } .mx-lp-auto { margin-left: auto !important; margin-right: auto !important; } .my-lp-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-lp-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-lp-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-lp-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-lp-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-lp-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-lp-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-lp-0 { margin-top: 0 !important; } .mt-lp-1 { margin-top: 0.25rem !important; } .mt-lp-2 { margin-top: 0.5rem !important; } .mt-lp-3 { margin-top: 1rem !important; } .mt-lp-4 { margin-top: 1.5rem !important; } .mt-lp-5 { margin-top: 3rem !important; } .mt-lp-auto { margin-top: auto !important; } .me-lp-0 { margin-left: 0 !important; } .me-lp-1 { margin-left: 0.25rem !important; } .me-lp-2 { margin-left: 0.5rem !important; } .me-lp-3 { margin-left: 1rem !important; } .me-lp-4 { margin-left: 1.5rem !important; } .me-lp-5 { margin-left: 3rem !important; } .me-lp-auto { margin-left: auto !important; } .mb-lp-0 { margin-bottom: 0 !important; } .mb-lp-1 { margin-bottom: 0.25rem !important; } .mb-lp-2 { margin-bottom: 0.5rem !important; } .mb-lp-3 { margin-bottom: 1rem !important; } .mb-lp-4 { margin-bottom: 1.5rem !important; } .mb-lp-5 { margin-bottom: 3rem !important; } .mb-lp-auto { margin-bottom: auto !important; } .ms-lp-0 { margin-right: 0 !important; } .ms-lp-1 { margin-right: 0.25rem !important; } .ms-lp-2 { margin-right: 0.5rem !important; } .ms-lp-3 { margin-right: 1rem !important; } .ms-lp-4 { margin-right: 1.5rem !important; } .ms-lp-5 { margin-right: 3rem !important; } .ms-lp-auto { margin-right: auto !important; } .p-lp-0 { padding: 0 !important; } .p-lp-1 { padding: 0.25rem !important; } .p-lp-2 { padding: 0.5rem !important; } .p-lp-3 { padding: 1rem !important; } .p-lp-4 { padding: 1.5rem !important; } .p-lp-5 { padding: 3rem !important; } .px-lp-0 { padding-left: 0 !important; padding-right: 0 !important; } .px-lp-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-lp-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-lp-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-lp-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-lp-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-lp-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-lp-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-lp-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-lp-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-lp-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-lp-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-lp-0 { padding-top: 0 !important; } .pt-lp-1 { padding-top: 0.25rem !important; } .pt-lp-2 { padding-top: 0.5rem !important; } .pt-lp-3 { padding-top: 1rem !important; } .pt-lp-4 { padding-top: 1.5rem !important; } .pt-lp-5 { padding-top: 3rem !important; } .pe-lp-0 { padding-left: 0 !important; } .pe-lp-1 { padding-left: 0.25rem !important; } .pe-lp-2 { padding-left: 0.5rem !important; } .pe-lp-3 { padding-left: 1rem !important; } .pe-lp-4 { padding-left: 1.5rem !important; } .pe-lp-5 { padding-left: 3rem !important; } .pb-lp-0 { padding-bottom: 0 !important; } .pb-lp-1 { padding-bottom: 0.25rem !important; } .pb-lp-2 { padding-bottom: 0.5rem !important; } .pb-lp-3 { padding-bottom: 1rem !important; } .pb-lp-4 { padding-bottom: 1.5rem !important; } .pb-lp-5 { padding-bottom: 3rem !important; } .ps-lp-0 { padding-right: 0 !important; } .ps-lp-1 { padding-right: 0.25rem !important; } .ps-lp-2 { padding-right: 0.5rem !important; } .ps-lp-3 { padding-right: 1rem !important; } .ps-lp-4 { padding-right: 1.5rem !important; } .ps-lp-5 { padding-right: 3rem !important; } .text-lp-start { text-align: right !important; } .text-lp-end { text-align: left !important; } .text-lp-center { text-align: center !important; } } @media (min-width: 1200px) { .float-dt-start { float: right !important; } .float-dt-end { float: left !important; } .float-dt-none { float: none !important; } .d-dt-inline { display: inline !important; } .d-dt-inline-block { display: inline-block !important; } .d-dt-block { display: block !important; } .d-dt-grid { display: grid !important; } .d-dt-table { display: table !important; } .d-dt-table-row { display: table-row !important; } .d-dt-table-cell { display: table-cell !important; } .d-dt-flex { display: flex !important; } .d-dt-inline-flex { display: inline-flex !important; } .d-dt-none { display: none !important; } .flex-dt-fill { flex: 1 1 auto !important; } .flex-dt-row { flex-direction: row !important; } .flex-dt-column { flex-direction: column !important; } .flex-dt-row-reverse { flex-direction: row-reverse !important; } .flex-dt-column-reverse { flex-direction: column-reverse !important; } .flex-dt-grow-0 { flex-grow: 0 !important; } .flex-dt-grow-1 { flex-grow: 1 !important; } .flex-dt-shrink-0 { flex-shrink: 0 !important; } .flex-dt-shrink-1 { flex-shrink: 1 !important; } .flex-dt-wrap { flex-wrap: wrap !important; } .flex-dt-nowrap { flex-wrap: nowrap !important; } .flex-dt-wrap-reverse { flex-wrap: wrap-reverse !important; } .gap-dt-0 { gap: 0 !important; } .gap-dt-1 { gap: 0.25rem !important; } .gap-dt-2 { gap: 0.5rem !important; } .gap-dt-3 { gap: 1rem !important; } .gap-dt-4 { gap: 1.5rem !important; } .gap-dt-5 { gap: 3rem !important; } .justify-content-dt-start { justify-content: flex-start !important; } .justify-content-dt-end { justify-content: flex-end !important; } .justify-content-dt-center { justify-content: center !important; } .justify-content-dt-between { justify-content: space-between !important; } .justify-content-dt-around { justify-content: space-around !important; } .justify-content-dt-evenly { justify-content: space-evenly !important; } .align-items-dt-start { align-items: flex-start !important; } .align-items-dt-end { align-items: flex-end !important; } .align-items-dt-center { align-items: center !important; } .align-items-dt-baseline { align-items: baseline !important; } .align-items-dt-stretch { align-items: stretch !important; } .align-content-dt-start { align-content: flex-start !important; } .align-content-dt-end { align-content: flex-end !important; } .align-content-dt-center { align-content: center !important; } .align-content-dt-between { align-content: space-between !important; } .align-content-dt-around { align-content: space-around !important; } .align-content-dt-stretch { align-content: stretch !important; } .align-self-dt-auto { align-self: auto !important; } .align-self-dt-start { align-self: flex-start !important; } .align-self-dt-end { align-self: flex-end !important; } .align-self-dt-center { align-self: center !important; } .align-self-dt-baseline { align-self: baseline !important; } .align-self-dt-stretch { align-self: stretch !important; } .order-dt-first { order: -1 !important; } .order-dt-0 { order: 0 !important; } .order-dt-1 { order: 1 !important; } .order-dt-2 { order: 2 !important; } .order-dt-3 { order: 3 !important; } .order-dt-4 { order: 4 !important; } .order-dt-5 { order: 5 !important; } .order-dt-last { order: 6 !important; } .m-dt-0 { margin: 0 !important; } .m-dt-1 { margin: 0.25rem !important; } .m-dt-2 { margin: 0.5rem !important; } .m-dt-3 { margin: 1rem !important; } .m-dt-4 { margin: 1.5rem !important; } .m-dt-5 { margin: 3rem !important; } .m-dt-auto { margin: auto !important; } .mx-dt-0 { margin-left: 0 !important; margin-right: 0 !important; } .mx-dt-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-dt-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-dt-3 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-dt-4 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-dt-5 { margin-left: 3rem !important; margin-right: 3rem !important; } .mx-dt-auto { margin-left: auto !important; margin-right: auto !important; } .my-dt-0 { margin-top: 0 !important; margin-bottom: 0 !important; } .my-dt-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-dt-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-dt-3 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-dt-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-dt-5 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-dt-auto { margin-top: auto !important; margin-bottom: auto !important; } .mt-dt-0 { margin-top: 0 !important; } .mt-dt-1 { margin-top: 0.25rem !important; } .mt-dt-2 { margin-top: 0.5rem !important; } .mt-dt-3 { margin-top: 1rem !important; } .mt-dt-4 { margin-top: 1.5rem !important; } .mt-dt-5 { margin-top: 3rem !important; } .mt-dt-auto { margin-top: auto !important; } .me-dt-0 { margin-left: 0 !important; } .me-dt-1 { margin-left: 0.25rem !important; } .me-dt-2 { margin-left: 0.5rem !important; } .me-dt-3 { margin-left: 1rem !important; } .me-dt-4 { margin-left: 1.5rem !important; } .me-dt-5 { margin-left: 3rem !important; } .me-dt-auto { margin-left: auto !important; } .mb-dt-0 { margin-bottom: 0 !important; } .mb-dt-1 { margin-bottom: 0.25rem !important; } .mb-dt-2 { margin-bottom: 0.5rem !important; } .mb-dt-3 { margin-bottom: 1rem !important; } .mb-dt-4 { margin-bottom: 1.5rem !important; } .mb-dt-5 { margin-bottom: 3rem !important; } .mb-dt-auto { margin-bottom: auto !important; } .ms-dt-0 { margin-right: 0 !important; } .ms-dt-1 { margin-right: 0.25rem !important; } .ms-dt-2 { margin-right: 0.5rem !important; } .ms-dt-3 { margin-right: 1rem !important; } .ms-dt-4 { margin-right: 1.5rem !important; } .ms-dt-5 { margin-right: 3rem !important; } .ms-dt-auto { margin-right: auto !important; } .p-dt-0 { padding: 0 !important; } .p-dt-1 { padding: 0.25rem !important; } .p-dt-2 { padding: 0.5rem !important; } .p-dt-3 { padding: 1rem !important; } .p-dt-4 { padding: 1.5rem !important; } .p-dt-5 { padding: 3rem !important; } .px-dt-0 { padding-left: 0 !important; padding-right: 0 !important; } .px-dt-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-dt-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-dt-3 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-dt-4 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-dt-5 { padding-left: 3rem !important; padding-right: 3rem !important; } .py-dt-0 { padding-top: 0 !important; padding-bottom: 0 !important; } .py-dt-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-dt-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-dt-3 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-dt-4 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-dt-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .pt-dt-0 { padding-top: 0 !important; } .pt-dt-1 { padding-top: 0.25rem !important; } .pt-dt-2 { padding-top: 0.5rem !important; } .pt-dt-3 { padding-top: 1rem !important; } .pt-dt-4 { padding-top: 1.5rem !important; } .pt-dt-5 { padding-top: 3rem !important; } .pe-dt-0 { padding-left: 0 !important; } .pe-dt-1 { padding-left: 0.25rem !important; } .pe-dt-2 { padding-left: 0.5rem !important; } .pe-dt-3 { padding-left: 1rem !important; } .pe-dt-4 { padding-left: 1.5rem !important; } .pe-dt-5 { padding-left: 3rem !important; } .pb-dt-0 { padding-bottom: 0 !important; } .pb-dt-1 { padding-bottom: 0.25rem !important; } .pb-dt-2 { padding-bottom: 0.5rem !important; } .pb-dt-3 { padding-bottom: 1rem !important; } .pb-dt-4 { padding-bottom: 1.5rem !important; } .pb-dt-5 { padding-bottom: 3rem !important; } .ps-dt-0 { padding-right: 0 !important; } .ps-dt-1 { padding-right: 0.25rem !important; } .ps-dt-2 { padding-right: 0.5rem !important; } .ps-dt-3 { padding-right: 1rem !important; } .ps-dt-4 { padding-right: 1.5rem !important; } .ps-dt-5 { padding-right: 3rem !important; } .text-dt-start { text-align: right !important; } .text-dt-end { text-align: left !important; } .text-dt-center { text-align: center !important; } } @media (min-width: 1200px) { .fs-1 { font-size: 2.5rem !important; } .fs-2 { font-size: 2rem !important; } .fs-3 { font-size: 1.75rem !important; } .fs-4 { font-size: 1.5rem !important; } } @media print { .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-grid { display: grid !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } .d-print-none { display: none !important; } } /*# sourceMappingURL=bootstrap.rtl.css.map */
/* 共通 */ main { width: 50%; min-width: 1000px; margin: 0 auto; line-height: 1.4em; } h1 { font-size: 24px; text-align: center; margin: 50px 0; } a { text-decoration: none; } .center { text-align: center; } .error { color: red; } .green { color: green; } /* コメント投稿画面 */ .form_wrap { width: fit-content; margin: 0 auto 30px; } input,textarea { width: 500px; border: 2px solid rgb(204, 204, 204); border-radius: 5px; padding: 3px 6px; margin: 10px auto; } textarea { height: 100px; resize: none; } .post_submit { background: rgb(0, 0, 0); color: white; border: none; width: 300px; padding: 5px 50px; display: block; margin: 0 auto; cursor: pointer; } .post_submit:hover { color: black; background: rgb(194, 194, 194); } /* コメント管理画面 */ .w-5 { width: 20px; height: 20px; } table { text-align: left; } th,td { max-width: 600px; padding: 5px 10px; border-bottom: 1px solid rgb(182, 182, 182); }
.clock-h3m30-solid.icon:after { content: ''; position: absolute; top: 7px; left: 7px; width: 1px; height: 6px; color: white; background-color: currentColor; -webkit-transform-origin: 0% 0%; transform-origin: 0% 0%; }
@import "./tachyons.css"; @import "./products/desktop/index.css";
.container { display: flex; justify-content: center; align-items: center; text-align: center; width: 70%; height: 50%; margin-left : 15%; margin-top: 5rem; }
/* * Stylesheet menu.css */ .cadastroButton{ -fx-background-color: #2f3542; } .cadastroButton:hover { -fx-background-color: #6b7884; } .cadastroButton:pressed { -fx-background-color: #8b959f; } .menuButtonLogout{ -fx-background-color: #EAEBED; -fx-align-content: center; } .menuButtonLogout:hover{ -fx-background-color: #D6D8DB; } .linearGradToLeft { -fx-background-color: linear-gradient(from 25% 25% to 100% 100%, #566573, #dfe2e5); }
/* Show the controls (hidden at the start by default) */ .video-js .vjs-control-bar { display: block; } /* Make the CDN fonts accessible from the CSS */ @font-face { font-family: 'VideoJS'; src: url('http://vjs.zencdn.net/f/1/vjs.eot'); src: url('http://vjs.zencdn.net/f/1/vjs.eot?#iefix') format('embedded-opentype'), url('http://vjs.zencdn.net/f/1/vjs.woff') format('woff'), url('http://vjs.zencdn.net/f/1/vjs.ttf') format('truetype'); } /* Make the demo a little prettier */ body { background: #222; text-align: center; } .video-js { margin: 20px auto; }
.sitemap-list > li > a { font-size: 1.2em; font-weight: bold; line-height: 2; }
/*暂不适配*/ body, html { margin: 0; padding: 0; background: #ADAEA8; } #my-box { display: none; } .container { height: 100%; width: 100%; } .box { width: 18px; height: 18px; border-radius: 50%; background: #fff; margin: 100px auto; border: 5px solid #0F1C50; position: relative; } .my-label { width: 14px; height: 14px; border-radius: 50%; position: absolute; background: #557E03; left: 2px; top: 2px; opacity: 0; transition: all .2s ease; } input[type=checkbox]:checked+.my-label { opacity: 1; }
@charset "utf-8"; /* CSS Document */ .color_red { color: #b81403; } body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; } fieldset, img { border: 0; } a { text-decoration: none; color: #000; outline:none; } a:hover { color: #0081e5; } ul { list-style: none; } h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; } /*闭合浮动*/ .clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;} .clearfix { zoom: 1; } .mt5 { margin-top: 5px; } .mt10 { margin-top: 10px; } .mt15 { margin-top: 15px; } .mt20 { margin-top: 20px; } .mt25 { margin-top: 25px; } .mt30 { margin-top: 30px; } .mt35 { margin-top: 35px; } .mb5 { margin-bottom: 5px; } .mb10 { margin-bottom: 10px; } .mb15 { margin-bottom: 15px; } .mb20 { margin-bottom: 20px; } .mb25 { margin-bottom: 20px; } .mb30 { margin-bottom: 25px; } .mb35 { margin-bottom: 35px; } .mr5 { margin-right: 5px; } .mr10 { margin-right: 10px; } .mr15 { margin-right: 15px; } .mr20 { margin-right: 20px; } .mr25 { margin-right: 25px; } .mr30 { margin-right: 30px; } .ml5 { margin-left: 5px; } .ml10 { margin-left: 10px; } .ml15 { margin-left: 15px; } .ml20 { margin-left: 20px; } .ml25 { margin-left: 25px; } .ml30 { margin-left: 30px; } .p5 { padding: 5px; } .p10 { padding: 10px; } .p15 { padding: 15px; } .p20 { padding: 20px; } .p25 { padding: 25px; } .p30 { padding: 30px; } .pt5 { padding-top: 5px; } .pt10 { padding-top: 10px; } .pt15 { padding-top: 15px; } .pt20 { padding-top: 20px; } .pt25 { padding-top: 25px; } .pl5 { padding-left: 5px; } .pl10 { padding-left: 10px; } .pl15 { padding-left: 15px; } .pl20 { padding-left: 20px; } .pl25 { padding-left: 25px; } .pr5 { padding-right: 5px; } .pr10 { padding-right: 10px; } .pr15 { padding-right: 15px; } .pr20 { padding-right: 20px; } .pr55 { padding-right: 25px; } .pb5 { padding-bottom: 5px; } .pb10 { padding-bottom: 10px; } .pb15 { padding-bottom: 15px; } .pb20 { padding-bottom: 20px; } .pb25 { padding-bottom: 25px; } .h5 { height: 5px; } .h10 { height: 10px; } .h15 { height: 15px; } .h20 { height: 20px; } .h25 { height: 25px; } .h30 { height: 30px; } .float_left { float: left; } .float_right { float: right; } .hide { display: none; } .show { display: block; } .color_red { color: #f00; } .color_orange { color: #f60 } .color_black { color: #000; } .color_f5 { background: #f5f5f5; font-size:14px; } .table .head{height:40px;} .rate_tiao { background: #0263f2; height: 10px; overflow: hidden; width: auto; line-height: 10px } .rate_bg { width: 100px; height: 12px; background: url(../bg/bodyconbg.png) 0 -593px no-repeat; position: relative; top: 5px; overflow:hidden; } .box-detail .rate_bg { width: 93px; height: 12px; background: url(../bg/bodyconbg.png) 0 -593px no-repeat; position: relative; top: 5px; } .floatl { float: left; } .color_white { color: #f1f1f1; font-weight: normal; } .table-bor td { border: 1px solid #ccc; } .formicon { background-image: url(../bg/ico.png); background-repeat: no-repeat; background-position: 999px; width: 20px; height: 20px; position: absolute; right: 10px; top: 12px; } .loginhtml .loginhtml-ul li .formicon { right: 5px; top: 9px; } body .erricon { background-position: -60px 0; } body .righticon { background-position: -40px 0; } .btn-action2 { width: 80px; height: 28px; display: inline-block; background: #e46832; border-radius: 5px 5px 0 0; text-align: center; line-height: 28px; border: none; color: #FFF; } .btn-action{ width: 115px; height: 28px; display: inline-block; background-color:#fe7e2e; text-align: center; line-height: 22px; border: none; color: #FFF; font-size:16px;} .www{ background:#ff9600;} /*-----------------------------------基础样式----------------------------------------*/ body { font: 12px/1.5 tahoma, arial, sans-serif; color: #333; font-family: "微软雅黑"!important; } .headbg { width: 100%; position: relative; height:203px;} body .container { width:1200px; margin:0 auto 50px; font-weight:100!important;} body .zx{ margin-top:30px;padding-top: 0; } .headbg .header-top{ background: #e9e9e9; position:relative;z-index:4;} .headbg .head { width: 1200px; margin: 0 auto; position: relative; color: #888; z-index: 9999;} .headbg .head div.float_left{ color: #949494; line-height: 53px; height: 53px; width:630px; font-size:14px;} .headbg .head div.float_left .tel{ float: left;} .servicet{ float: left; padding-left:20px;} .atention{ float:left; padding-left:20px;} .headbg .head div.float_left a{ float:left; margin: 15px 0px 0px 10px; width: 25px; height: 25px; display: inline-block; outline:none;} .headbg .head div.float_left a.qq{ background: url(../../images/qq.png) no-repeat;} .headbg .head div.float_left .kfqq{ position:absolute; width:140px; height:100px; top:35px; left:463px; background:url(../../images/qqkf.png) no-repeat 0 0 ; padding-top:25px; padding-left:25px;display:none;} .headbg .head div.float_left a.qqkf{ width:100px; height:25px; font-size:14px; color:#555; margin-top:0px; margin-left:0px;} .headbg .head div.float_left a.qqkf:hover{ color:#ae7925;} .headbg .head div.float_left a.weixin{ display:block; float:none; background: url(../../images/wxx.png) no-repeat;} .headbg .head div.float_left a.sina{ background: url(../../images/xlwbx.png) no-repeat;} .header-weixin{ float:left;} .header-weixin img{ margin-left:-54px;} .headbg .head div.float_right { color: #949494; line-height: 53px; height: 53px; font-size:14px; } .headbg .head div.float_right span{ display: inline-block;} .headbg .head div.float_right a { color: #949494; float: left; margin-left: 10px;} .headbg .head div.float_right .index-borrow{ padding-left:18px;} .headbg .head div.float_right a:hover{ color: #0081e5; } .headbg .logobox{ width:100%;height: 105px; margin:0 auto; background:#fff;} .headbg .logo { width:1200px; margin: 0 auto; } .headbg .logol{ float:left; height:100%;} .headbg .logo img, .headbg .logo a { display: block; outline:none;} .headbg .logor a{ width:115px; height:45px; display:inline-block;line-height:45px; text-align:center; margin:30px 0 0 15px;font-size:20px; } .headbg .logor a.dl{border:1px solid #ff5959; color:#ff5959; } .headbg .logor a.zc{ border:1px solid #0081e5; color:#0081e5; width:150px;} .headbg .logor{ float:right;} .headbg .logo .logoimg { float: left; margin-top:10px;} .rzlc{ float:left; width:270px; height:105px; background:url(../../images/rzlc.png?2016) no-repeat 20px center;} .headbg .logo .telimg { float: right; margin-top: 32px; }/*logo 电话*/ .navbg { width:100%; height:45px; background-color: #ff6a09; position:relative; z-index:3;} .navbg .nav { width:1200px; margin: 0 auto; position: relative; } .navbg .nav li { float: left; text-align: center;position:relative; width:140px;} .navbg .nav li.nobg { background: none; } .navbg .nav li a { width:144px; height: 45px; line-height:45px;float: left; color: #fff; text-align: center; font-size:18px;position: relative; outline:none;} .navbg .nav li.navline{ display:inline-block; width:1px; font-size:18px; padding-top:10px; color:#004bc6;} .navbg .nav li span.cf{ position:absolute; z-index:9999; right:-16px; top:-10px;} .navbg .nav li.hover2 a,.navbg .nav li:hover a {color: #fff; height:45px; line-height:45px;display:inline-block;background-color: #eb5300; } .navbg .navlist {position:absolute; left:0; top:57px;} .navbg .navlist a { color: #3b5998; float: left;} .navbg .navlist a:hover { text-decoration: underline; } .nav .gf-qqqun { position: absolute; width: 133px; color: #fff; height: 24px; background: #4c4c54; line-height: 24px; border: 1px solid #4c4c54; text-align: center; font-size: 14px; font-family: "微软雅黑"; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; top: 10px; right: 20px; } .navbg .nav .navlist{width:103px; text-align:center; background:#000;filter: alpha(opacity=80);opacity: 0.80;} .navbg .nav .navlist a{ display:block;width:103px; height:30px; line-height:30px; font-size:14px; clear:both; color:#fff; filter: alpha(opacity=100);opacity: 1;} .navbg .nav li.hover .navlist a{color:#fff; filter: alpha(opacity=100);opacity: 1;} .navbg .nav li.hover2 .navlist a{color:#fff; filter: alpha(opacity=100);opacity: 1;} .navbg .nav li.hover .navlist a:hover{color:#AF8D67; filter: alpha(opacity=100);opacity: 1;} .navbg .nav li.hover2 .navlist a:hover{color:#AF8D67; filter: alpha(opacity=100);opacity: 1;} .navbg .nav li.appnav a{ display:inline-block; width:170px; height:54px; position:absolute; background:url(../../images/appnav.png) no-repeat 0 0; right:-50px; top:-5px; color:#fff; line-height:56px; font-size:18px;} /*-------------------------------------头部 head样式-------------------------------------*/ .foot-fix{ position:fixed; right:0px; top:30%; z-index:10000;} .foot-fix ul li{ margin-bottom:10px;} .kefu-fix1{ background:url(../bg/bg-right-fix.png) no-repeat; background-position:0px -125px;width:47px; height:49px; display:block;} .foot-fix ul li .qianbao-fix{background:url(../bg/bg-right-fix.png) no-repeat;width:47px; height:49px; display:block;} .foot-fix ul li .kefu-fix{background:url(../bg/bg-right-fix.png) no-repeat; background-position:0px -125px;width:47px; height:49px; display:block;} .foot-fix ul li .top-fix{background:url(../bg/bg-right-fix.png) no-repeat; background-position:0px -241px;width:47px; height:49px; display:block;} .foot-fix ul li .fix{background:url(../bg/bg-right-fix.png) no-repeat; background-position:0px -341px; width:49px;width:47px; height:49px; display:block;} .foot-fix dl h3{ font-size:20px; color:#eee; margin-bottom:5px;} .foot-fix dl{ position:absolute;right:47px; top:59px;width:100px; background:#ebab04; text-align:center; border-radius:4px 0 0 4px; cursor:pointer; font-weight:bold; overflow:hidden;} .foot-fix dl dd{ text-align:center;font-weight:bold;} .bottom-last{height:300px; font-weight:100;} .bottom-last ul li { float:left; width:384px; } .bottom-last ul li dl{ float:left; margin-top:30px; margin-bottom:15px; width:80px;margin-right:15px;} .bottom-last ul li dl.icp{ width:160px;} .bottom-last ul li dl dt{ font-size:14px; color:#767676; margin-bottom:16px;} .bottom-last ul li dl dt i{ width:4px; height:12px; display:inline-block; background-color:#767676; vertical-align:middle; margin-right:2px;} .bottom-last ul li dl dd{ color:#a4a4a4; font-size:14px; margin-bottom:15px;} .bottom-last ul li dl dd a{ color:#a4a4a4;} .bottom-last ul li dl dd a:hover{ color:#0081e5;} .bottom-last ul .bottom-last-right{ position:relative;} .bottom-last ul .bottom-last-right dl .weixin{ position:absolute; right:118px; top:28px;} .bottom-last ul .bottom-last-right dl .weixin span{ display:block; color:#989898; font-size:14px; text-align:center; } .bottom-last ul .bottom-last-right dl .weixin span font{ color:#ff4646;} .index-middle{ position: relative; background:url(../bg/bg-index-middle.png?id=12) no-repeat; width:650px; height:272px; float:left; border:1px solid #eeeeee; margin-top:0px;} .middle-icon{ position:absolute; left:67px; top:-5px; width:38px; height:61px; background:url(../bg/bg-index-middle-icon.png) no-repeat; } .middle-icon-2nd{ position:absolute; right:-10px; top:75px;background:url(../bg/bg-index-middle-title.png) no-repeat; width:98px; height:39px; line-height:30px; font-size:16px; color:#fff; text-align:center;} /*****************************************bottom样式*****************************************************/ /*-------------------------------------登录头部-------------------------------------*/ .listmain {border-top: none; background: #fff;border-top:1px solid #dddcdc; } .list-detail { position:relative; border-left:4px solid #f3d28c; padding:13px 0 27px 22px; } .list-detail:hover{border-left-color:#a23245;} .list-detail dt{ color:#535353; font-size:16px;} .list-detail dd{ width:136px; height:70px; border-right:1px dashed #e1e1e1; float:left; padding-top:10px; text-align:center;} .list-detail dd span{ display:block; width:100%; font-size:12px; color:#7d7d7d; margin-bottom:20px;} .list-detail dd b{ font-weight:100; font-size:31px; color:#a23245; font-family:"Arial";} .list-detail dd b i{ font-size:14px; font-style:normal;} .list-detail dd ul{ position:relative; margin-left:20px; margin-top:35px; width:142px; } .list-detail dd ul li{ position:absolute; left:0px; top:0px; width:142px; height:9px; background:#e5e5e5; border-radius:2px;} .list-detail dd ul .jindutiao{background:url(../bg/bg-jindutiao.png);} .list-detail dd ul .jindutiaonum{ position:absolute; left:-19px; top:-28px;background:url(../bg/bg-jindutiaonum.png) no-repeat;width:41px; height:23px;line-height:23px; text-align:center; font-size:12px; color:#fff;} .list-div {border:1px solid #fff; border-bottom: 1px solid #f1f2f3; position: relative;} .list-div .itam-img { float: left; padding: 5px 4px 4px; } .list-div .productimg { width: 90px; height: 90px; border: 1px solid #E6E2E2; } .list-div .list-ul { float: left; margin-left: 17px; width: 820px; *display: inline;} .list-div .new-biao{position: absolute; top:-2px; right:-2px;} .zhanghu-info2 .new-biao{position: absolute; top:-24px; right:-20px;} .list-div .list-ul li { float: left; width: 105px; line-height: 36px; height: 36px; font-size: 16px;} .list-div .list-ul li img { display: inline; position: relative; top: 5px;} .list-div .list-ul li.titleli { width: 160px; line-height: 36px; height: 36px; } .list-div .list-ul li.titleli a:hover{color:#4A6A99;} .list-div li.titleli span a { font-size: 14px; color: #e46730; font-weight: bold; } .list-div .list-ul li.titleli span.swidth1 { width: 466px; } .list-div .list-ul li.titleli span.swidth1 span { float: left; width: 275px; } .list-div .list-ul li.titleli span.swidth1 a { float: left; } .jindu { width: 93px; height: 12px; background: #CECECE; position: relative; top: 5px; } .list-div .jindu .tiaotiao { height: 13px; background: url(../bg/bodyconbg.png) 0 -605px no-repeat; } body .rate_tiao { background:url(../bg/bg-jindutiao.png); height: 12px; border-radius:4px;} .list-div .list-btnbox { position: absolute; right: 14px; top: 45px; } .list-div .list-btn { position:absolute; right:66px; top:79px; display: block; font-size: 16px; color: #fff!important; width: 115px; height: 35px; border-radius:4px; line-height: 35px; background:#d1a357; text-align: center; } .list-div .list-btn:hover { background:#bf9551;} .list-div .list-btn2 { background: #959595 no-repeat; } .list-div .list-btn2:hover { background:#959595; } .list-div .list-btn .bluebtn { display: block; color: #fff; width: 114px; text-indent: 40px; } .list-div .list-btn .orgbtn { background: url(../bg/bodyconbg.png) no-repeat; display: block; color: #fff; width: 114px; text-indent: 40px; } .list-div .txt { color: #fb6901; line-height: 28px; padding-left: 6px; } .listmain .endtime { background: url(../bg/endtime.png) no-repeat 0 5px; position: absolute; top: -8px; text-indent: 20px; right: -137px; width: 130px; color: #545353; } .listmain .yjk .endtime { left: 0; z-index: 99; top: 35px; right: 44px; } .listmain .hadcount { position: absolute; top: 50px; left: 605px; } .listmain .hadcount b { font-size: 14px; color: #0250CB; } .list-div .yjk { width: 137px; position: absolute; right: 20px; top: 52px; } .list-div .yjk .yjk-but { width: 133px; height: 30px; margin-left: 10px; line-height: 30px; font-size: 14px; text-indent: 37px; background: url(../bg/listbtnbg.png) no-repeat; display: block; color: #fff; margin-top: 10px; } .list-div .yjk .but-add { padding: 5px 0 10px 24px; height: 20px; } .list-div .yjk .but-add input.reduse { width: 20px; height: 20px; background: url(../bg/reduse.jpg); border: 0; float: left; cursor: pointer } .list-div .yjk .but-add input.add { width: 20px; height: 20px; background: url(../bg/add.jpg); border: 0; float: left; cursor: pointer } #flow_num input.less { width: 7px; height: 4px; background: url(../bg/bg-borrow-detail.png) 0 -166px no-repeat; border: 0; margin:0; display: inline-block;padding:0!important; *zoom:1;*display:inline;cursor: pointer } #flow_num input.add { width: 7px; height: 4px; background: url(../bg/bg-borrow-detail.png) 0 -158px no-repeat; border: 0; margin:0!important; padding:0!important; *zoom:1;*display:inline;cursor: pointer } .add-less{ width:7px; height:10px; position:absolute ;right:39px; top:207px;} .list-div .yjk .but-add input.txt { width: 38px; height: 18px; padding: 0; float: left; border: 1px solid #999; margin: 0 3px; line-height: 18px; } .investlist .list-div .list-btnbox { position: absolute; right: 14px; top: 45px; } .investlist .list-div .list-btn { display: block;font-size: 16px;color: #fff;width: 115px;height: 35px;line-height: 35px;background:#d1a357;text-align: center;} .investlist .list-div .list-btn:hover { background:#bf9551;} .investlist .list-div .list-ul li.titleli {} .investlist .list-div .list-ul li.titleli span.swidth1 { width: 518px; } .middle-3nd{ width:980px; margin:0 auto;} .zr-money{background: url(../bg/zr-money.png) 0 2px no-repeat;} .zr-money font{padding-left: 15px;} .zr-time{background: url(../bg/zr-time.png) 0 2px no-repeat; padding-left: 23px;} .zr-percentage{background: url(../bg/zr-percentage.png) 0 2px no-repeat;} .zr-percentage font{padding-left: 23px;} .index-more{width:980px; margin: 35px auto; font-size: 16px; color:#0E2343; text-align: center; margin-top: 25px;} /*------------------------------------------流转标--------------------------------------------*/ .underline-bank input.input_border { position: relative; top: 6px; margin-right: 3px; } .firstpwdb span { display: inline; float: left; background: #fbb96c; height: 14px; width: 60px; font-size: 12px; text-align: center; line-height: 14px; color: #FFF; border-right: 1px solid #FFF; margin-top: 8px; } .firstpwdb span.hover { background: #ff6600; } #cropimgbox { width: 300px; height: 300px; border: 1px solid #ccc; float: left; margin-top: 20px; overflow: hidden; } .jcrop-holder { margin: 0 auto; } /*----------------------------------------------右侧栏目------------------------------------*/ .footbg { background: #333333; } .footer { width:1200px; margin: 0 auto; padding-left:22px;font-weight:100; } .footer-left{width:466px; float:left;} .footer-left ul li{ font-size:12px; color:#b2b2b2; padding:3px 0 ;} .footer-left span{display: inline-block; padding-right: 100px;} .footer-left span a{color:#94969b;} .footer-left span a:hover{color:#c8aa6e;} .footer-right{width:514px; float:left; height:42px; padding:3px 0px; overflow:hidden; margin-top:40px;} .footer-right ul li{ float:left; padding:0 7px;} /*---------------------------------------------首页结束-------------------------------------------------*/ /*-------------------------------------------登录---------------------------------------------------*/ .login-content { float:left; width: 377px; margin: 92px auto 0;position:relative;background:#fff; border:1px solid #c9c9c9;} .login-content h3 { height: 50px; line-height: 50px; padding: 20px 50px 0 50px; } .login-content h3 span.float_right { margin-right: 200px; } .login-content h2{ font-size:16px; color:#333; height:50px; line-height:50px; border-bottom:1px solid #c9c9c9;} .login-content h2 span{ display:inline-block; width:180px; text-align:center; line-height:50px; font-size:18px;cursor:pointer;} .login-content h2 font{display:inline; line-height:40px;border-right:1px solid #c9c9c9; } .login-content h2 span.on .line{ width:117px;border-bottom:2px solid #ff6a09; margin-left:35px;} .loginhtml-ul { _display: inline; width: 298px; margin: 0 auto; } .loginhtml-ul li { height:64px; position: relative; color: #c8c8c8; font-size: 14px; } .loginhtml-ul li a{color:#e9b66c;} .loginhtml-ul input { background:url(../bg/bg-login.png) 10px 10px no-repeat; width: 250px; height: 22px; padding: 11px 10px 11px 30px; line-height: 20px; overflow: hidden; text-indent: 10px; font-size: 14px; float: left; border-radius: 0; } .loginhtml-ul input.password{background-position:10px -37px;} .loginhtml-ul input.validCode{ background-position:10px -85px;} .loginhtml-ul li input.yzm { width: 198px; text-indent: 10px; } .loginhtml-ul li label { font-size: 14px; padding-top: 2px; text-align: right; color: #999; float: left; } body input.formbtn, body a.formbtn { width: 117px; height: 35px; line-height: 35px; display: block; font-weight: bold; font-size: 14px; text-align: center; background: url(../bg/bodyconbg.png) no-repeat 0 -84px; text-indent: 0; color: #fff; cursor: pointer; overflow: hidden; padding: 0; } .loginhtml-ul li input.formbtn { margin-left: 60px; } .forgetpwd { float: right; font-size: 14px; color: #ff721f; padding-bottom: 30px; } .login-bg{ background:#fafafa; height:650px;} .loginhtml-ul input.dl-formbtn1{width:295px; height:48px; border-radius:0; border:none; text-align:center; font-size: 20px; color: #fff; padding: 0;background:#ff721f;text-indent: 0; font-family:'΢ÈíÑźÚ'; } .dl-regirst{padding-left: 91px;} .loading{ width: 25px; height: 25px; display: inline-block; background:url(../../images/loading.gif) no-repeat 0 0; position: absolute; top:10px; left: 135px; display: none; } .condition{ font-size: 14px; color: #ff6a09;height: 30px; line-height: 30px; margin:8px 45px 8px 38px; } .condition p{ padding-left: 10px; background-color: #fff7d3;} .btn-login{height:90px; width:300px; position:relative;} /*-------------------------------------------------注册----------------------------------------------*/ .index-zbtitle {width: 100%;height: 25px;border-bottom: 2px solid #EFEFEF;position: relative;margin-bottom: 35px;} .index-zbtitle span {width: 170px;height: 25px;line-height: 25px;background: #fff;color: #4A6A99;font-size: 25px;position: absolute;left: 46%;top: 10px;text-align: center;} .register-bg{ padding-bottom:50px;} .reg-valicode input{border:0; font-size:14px; color:#6b6b6b; height: 45px; border:1px solid #c9c9c9; line-height: 30px; text-indent: 10px; width:120px; padding-left:30px;} .refresh{display:block;height:14px;float:left;position:relative;top:10px;left:10px;} .refresh i{display:block;width:30px;height:26px;background:url(../bg/refresh.png) no-repeat;} .reg-table-bg{width: 387px;height:595px;margin: 0px 0 20px 0px;position:absolute;top: 15px;left: 53%;background: #8f8f8f;filter: alpha(opacity=80);opacity: 0.80;-webkit-box-shadow: 5px 0px 5px 0px #8f8f8f;-moz-box-shadow: 5px 0px 5px 0px #8f8f8f;box-shadow: 5px 0px 5px 0px #8f8f8f;} .reg-table-border{width:410px; height: 610px;border: 1px solid #b28850;position: absolute;left: 52%;top: 5px;z-index: 0;} .zc-formbtn{width: 355px;height: 48px;line-height: 48px;text-align: center;font-size:20px;color: #fff;padding: 0;background: #ff5e59;text-indent: 0;cursor: pointer;} .zc-formbtn:hover{color:#fff;} .gl-main{ width:100%; height:195px; border:1px solid #e0e0e0; margin-top:45px; background-color:#fff;} .gl-main h2{ font-size:20px; color:#333; width:235px;} .gl-img{ float:left; width:245px; height:85px;background:url(../../images/xszy.jpg) no-repeat 0 0; margin:65px 0 0 35px;} .gl-js{ width:905px; float:left; font-size:16px; color:#333; line-height:30px; margin-top:40px;} .bg-reg{ position:absolute; bottom:0px; right:0px; background:url(../bg/bg-reg.jpg) no-repeat; width:451px; height:216px;} .progress-bg { width: 90px; height: 8px; float: left; margin-top: 5px; padding: 1px; border: solid 1px #d5d5d5; } .progress { display: block; width: 100%; height: 8px; background: url(../bg/bg-progress.jpg) no-repeat 0 0; } .progress-per { display: block; float: left; padding-left: 5px; } .reg-pro { border: 1px solid #ffddb5; border-width: 1px 0; background-color: #fffff8; height: 40px; line-height: 40px; padding-left: 10px; } .reg-pro span { color: #873127; } .reg-header { height: 83px; background: url(../bg/zc-logo.jpg) 10px 15px no-repeat; line-height: 68px; } .reg-header h3 { display: inline; font-size: 12px; color: #873127; padding-right: 15px; } .reg-header span a { color: #873127; margin-left: 5px; } .login-table { width: 225px; } .login-table2 { border: 1px solid #ddd; border-left: none; width: 249px; height: 210px; padding: 65px 50px 0; } .login-table li { overflow: hidden; } .login-table li div { height: 30px; line-height: 30px; float: left; } .reg-l-title { width: 80px; text-align: right; } .reg-l-tips span, .reg-l-tips a { color: #873127; } .login-table li.reg-li { padding: 5px 90px; } .reg-boxbg { width: 100%; position: relative; margin-top:45px;background:#fff; border:1px solid #e0e0e0;min-height:700px;} .reg-boxbg h3 { padding: 20px 60px 0 60px; height: 40px; line-height: 40px; font-size: 14px; font-weight: bold; } .reg-boxbg h3 span.float_right { margin-right: 191px } .reg-table{margin: 26px 0 0px 42px;} .register-title{width:980px;height:100px; margin:10px auto 0; text-align:center;background:url(../../images/sp_bar.png) no-repeat 0 0;} .sec{background:url(../../images/sp_bar.png) no-repeat 0 -100px;} .three{background:url(../../images/sp_bar.png) no-repeat 0 -195px;} .register-title h2{background:url(../../images/liuchen.jpg) no-repeat 0 0; width:916px; height:63px;margin:60px 0 0 30px;} .register-title ul li{ float:left; font-size:20px; color:#333; padding-top:75px; } .register-title ul li.tp1 {color:#0090ff;padding-left:50px;} .register-title ul li.tp2{ padding-left:305px;} .register-title ul li.tp3{ padding-left:300px;} .title-register{ width:100%; height:95px; background-color:#fbfbfb;font-size:16px;color:#999; border-bottom:1px solid #e0e0e0; } .title-registerL{ float:left; line-height:14px; padding:28px 0 0 20px;} .title-registerL h2{ font-size:24px; color:#3c3c3c;} .title-registerR{ float:right;padding-right:20px; line-height:95px;} .title-registerR font{ color:#0090ff; font-weight:bold; margin-left:10px;} .reg-mainl{ width:385px; height:365px; background:url(../../images/regpic.png) no-repeat 0 0; float:left; margin:80px 148px 0 120px;} .reg-mainr{ width:398px; float:left; margin: 25px 0 20px 0px;} .register-title ul li a:hover{color:#f00;} .register-title ul .choose{ background:url(../bg/reg-circle.png);} .register-title dl{ padding-left:29px; margin-top:10px;} .register-title dl dd{ float:left;margin-right:240px; color:#b9bec4; font-size:12px;} .reg-right { width: 300px; float: left; padding: 105px 0 0 70px; } .reg-right p { font-size: 14px; height: 40px; line-height: 40px; } .reg-right h4 { height: 40px; line-height: 40px; padding: 20px; } .reg-right h4 a.zjdl { display: inline-block; width: 86px; height: 29px; line-height: 29px; color: #fff; text-align: center; background: url(../bg/bodyconbg.png) no-repeat -91px -43px; } .reg-table li div.reg-l-tips b img { position: relative; top: -35px; left:290px; } .reg-table li div.reg-l-tips img { position: relative; top: -35px; left:290px; } .reg-table li .card img{ top: -35px; left:115px;} .reg-table li div.yzm-r img { position: relative; top: -35px; left:110px; } .reg-table li { height:82px; position:relative; } .reg-table li div.reg-l-tips {width: 320px;line-height:40px; font-size:14px; padding-left:20px; color: #aaaaaa; } #code_notice{ top:0px;} .reg-table li div { height:43px; line-height: 30px;color:#333; font-size:16px} .reg-l-title { float:left; text-align: right; } .reg-l-input input { width:318px; border:1px solid #dfdfdf; height: 45px; line-height: 30px; font-size:14px; color:#6b6b6b; text-indent: 10px;padding-left:30px;} .reg-input input{ width:262px; height:43px; border-radius:0; font-size:14px; color:#b6b6b6; background: url(../bg/bg-login.png) no-repeat 10px 10px;} .reg-input input.regtext{background-position:10px -37px;} .reg-l-input .invite-check{float:left;width:15px;height:15px;margin-top:7px;} .reg-l-input .invite-label{float:left;margin-right:10px;} .reg-l-input .invite-text{float:left;width:318px;} .reg-l-input .invite-select{float:left;width:235px;height:32px;display:none;} .reg-l-tips span, .reg-l-tips a { color: #fb0202; } .reg-l-tips span{ margin-top:15px;} .reg-table li.reg-li { height: 60px; } .reg-rightbg { margin-top: 160px; width: 304px; } .reg-rightbg p { line-height: 40px; line-height: 40px; font-size: 14px; text-align: center; } .bg-reg{ position:absolute; right:0px; bottom:0px; background:url(../bg/reg.jpg) no-repeat; width:407px; height:230px;} .reg-btn2 { width: 101px; height: 34px; background: url(../bg/zc-left-btn.jpg) no-repeat; margin-left: 10px; display: inline-block; *zoom:1;*display:inline;line-height: 30px; color: #fff; font-size: 14px; text-align: center; } .reg-btn3 { width: 91px; height: 34px; background: url(../bg/zc-right-btn.jpg) no-repeat; margin-left: 10px; display: inline-block; *zoom:1;*display:inline; line-height: 34px; color: #fff; font-size: 14px; text-align: center; } .out_box { border: 1px solid #ccc; background: #fff; font: 12px/20px Tahoma; } .list_box { border-bottom: 1px solid #eee; padding: 0 5px; cursor: pointer; } .focus_box { background: #f0f3f9; } .mark_box { color: #c00; } .emailb, .nameb, .userb, .firstpwdb, .checkpwdb { color: #666; font-weight: normal; } .reg-table li #mailListBox_0 { height: auto; line-height: 20px; } .reg-table li #mailListBox_0 div { float: none; height: 30px; line-height: 30px; } .title-greybg { height: 34px; } .title-redbg { height: 33px; line-height: 33px; background: url(../bg/titlebg.png) no-repeat 0 -65px; } .investbox { margin: 0 auto; } .investbox .searchbox { margin-top: 10px; } .searchbox .title-redbg { text-indent: 31px; line-height: 30px; color: #fff; font-size: 14px; } .investlist .title-redbg { text-indent: 31px; line-height: 30px; color: #fff; font-size: 14px; } .searchbox .searchtxt { height: 101px; padding: 9px 20px; background: url(../bg/searchtxt.jpg) repeat-x; border: 1px solid #d9d9d9; border-top: none; } .searchbox .searchtxt div { margin-bottom: 4px; } .searchbox .searchtxt li.clicks { background: #e90a0a; color: #fff; } .searchbox .searchtxt li { float: left; padding: 0 8px; cursor: pointer; float: left; margin: 0 10px; line-height: 22px; } .searchbox .searchtxt span { line-height: 22px; } /*我要理财*/ /*积分商城*/ /*积分商城左侧*/ .shop_left { width: 208px; float: left; border: 1px solid #e4e4e4; padding: 5px 0px 6px; } .shop .user_info { padding: 10px 8px 10px 25px; } .shop .user_info .user_img { float: left; } .shop .user_info .user_img img { display: block; float: left; width: 80px; height: 80px; padding: 1px; _display: inline; border: 1px solid #ccc; } .shop .user_info .user_con { float: left; margin: 6px 0 0 22px; _display: inline; } .shop .user_info .user_con dd { position: relative; } .shop .user_info .user_con dd span { color: #C60606; } .shop .user_info .user_con .credits { cursor: pointer; } .shop .user_info .user_con dt { font-weight: bold; font-size: 13px; } .shop .user_info .user_con dt a { color: #333; font-weight: normal; font-size: 12px; } .shop_category .title { font-size: 14px; font-weight: bold; } /*积分商城左侧*/ .shop_right { float: right; width: 732px; } .data_credits {display:none; position: absolute; left: 60px; top: -40px; width: 90px; height: 80px; line-height: 25px; background: #FFF; border: 1px solid #CCC; padding: 10px; z-index: 1; } .shop_category dl { border-bottom: 1px solid #e4e4e4; padding: 10px 0 10px 25px; } .shop_category dl:hover { background: #e4e4e4; } .shop_category dd a { float: left; width: 87px; height: 25px; display: block; line-height: 25px; } .shop_category dd a:hover { color: #c60606; } .shop_category .more { text-align: center; height: 50px; line-height: 50px; } .shop_category .more a:hover { color: #c60606; } .shop_banner { width: 732px; height: 190px; } .shop_search { border: 1px solid #ccc; padding: 5px 10px; margin: 10px 0; border-bottom: 2px solid #F45F1D; line-height: 25px; height: 25px; } .shop_search span { text-align: center; font-size: 14px; color: #FFF; display: inline-block; width: 80px; background: #F45F1D; } .shop_search a { padding: 0 15px; } .shop_search a:focus { color: #f00; } .shop_product { } .shop_product dl { border: 1px solid #e4e4e4; _display: inline; height: 210px; width: 130px; float: left; margin: 10px 11px 10px 10px; padding: 10px 15px; text-align: center; } .shop_product dl:hover { border: 1px solid #ccc; } .shop_product dl dd { line-height: 25px; height: 25px; } .shop_product dl dd.convert_btn { line-height: 30px; height: 30px; } .shop_product dl dd span { color: #C60606; } .shop_product dt img { border: 1px solid #ccc; padding: 1px; width: 130px; height: 120px; } /*积分商城*/ /*积分商城-详情*/ .shop_details { } .shop_details .title { font-size: 15px; font-weight: bold; background: #EFEFEF; line-height: 35px; height: 35px; text-indent: 1em; margin: 0 0 10px; } .big_img_wrap { width: 322px; } .shop_details_img { float: left; width: 322px; } .shop_details_img .big_img { width: 280px; height: 286px; padding: 20px; border: 1px solid #ccc; } .shop_details_img .big_img_wrap li { } .shop_details_img .small_img { float: left; cursor: pointer; padding: 0 2px; } .shop_details_img .small_img img { width: 70px; height: 70px; border: 1px solid #e4e4e4; padding: 2px; } .shop_details_img .small_img hover img { border: 1px solid #C60606; } .shop_details_intro { float: right; width: 370px; } .shop_details_intro dt { font-weight: bold; font-size: 18px; line-height: 70px; color: #C60606; } .shop_details_intro dd { padding: 6px 0; } .shop_details_intro dd textarea { width: 360px; height: 65px; } .shop_details_intro dd input.piece { text-align: center; width: 30px; } .shop_details_intro dd input.mui-amount { cursor: pointer; height: 20px; width: 20px; background: #faf3e5; border: 1px solid #d1ad23; } .shop_details_intro b { color: #333; } .shop_details_intro span { color: #C60606; } .showDetailList_con{border:1px solid #ccc;padding:20px;} .shop_content .title { border-bottom: 2px solid #C60606; line-height: 35px; text-indent: 1em; margin: 10px 0; } .shop_content .title li { float: left; height: 28px; text-indent: 0px; width: 90px; line-height: 28px; text-align: center;cursor:pointer; } .shop_content .title li.hover { background: url(../bg/detail-libg1.jpg) no-repeat; color: #fff; } .shop_content .content { padding: 0 0 0 13px; } .shop_content .content li { float: left; width: 260px; line-height: 30px; height: 30px; } /*积分商城-详情*/ .investlist { border: none; } .investlist .list { border-top: none; color: #484747; border:1px solid #eee;} .investlist .listmain .hadcount { left: 645px; } .bg-invert-title{ width:980px; height:40px; background:url(../bg/bg-invert-title.png) no-repeat;} .investlist .listmain .yjk .endtime { left: 40px; } .invest-title-img{height: 123px;background: url(../bg/invest-title-img.jpg) no-repeat center 0;margin-bottom: 20px;} .invest-zbtitle {width: 100%;height: 25px;border-bottom: 2px solid #EFEFEF;position: relative;margin-bottom: 35px;} .invest-zbtitle span {width: 230px;height: 25px;line-height: 25px;background: #fff;color: #4A6A99;font-size: 25px; position: absolute;left: 46%;top: 10px;text-align: center;} #tenderOptions{ margin-bottom:20px; color:#70686c;} #tenderOptions .financing-type, #tenderOptions .financing-interest-rate, #tenderOptions .financing-deadline, #tenderOptions .financing-sum{overflow:hidden; clear:both; padding-left:32px; margin:10px 0 20px 0; } #tenderOptions .financing-deadline{ margin-bottom:20px; } #tenderOptions .options{ float:left; text-align:center; font-size: 16px; line-height:33px; color:#333;} #tenderOptions .financing-type a{ float:left; margin-top:5px; margin-left:5px; cursor:pointer; font-size:16px; color:#f00;} #tenderOptions ul li{ float:left; margin-left:15px; cursor: pointer; padding:3px 5px; font-size:16px; color:#333; } #tenderOptions ul li a{ display:inline-block; padding:2px 6px; overflow:hidden; line-height:25px; color:#70686c;font-size: 16px; } #tenderOptions ul li a:hover{ text-decoration:none; } #tenderOptions ul li.clicks{ border:1px solid #0081e5;color:#0081e5; padding:3px 20px;} /*xinzeng*/ .tenderOptions_l{ width:847px; float:left; border-right:1px solid #d3d3d3;} .tenderOptions_l .sx span{ font-size:16px; color:#333; padding-top:23px;display:inline-block;float:left;} .tenderOptions_l .sx span.tb{ width:33px; height:25px; background:url(../../images/indexpic.png) -262px -355px; display:inline-block; margin-left:23px;} .tenderOptions_r{ width:345px; float:right;} .tenderOptions_r h2 span{ font-size:16px; color:#333; float:left; margin:23px 0 10px 0;} .tenderOptions_r h2 span.tb{ width:33px; height:25px; background:url(../../images/indexpic.png) -45px -450px; display:inline-block;margin:19px 0 0 15px;} #tenderOptions .tenderOptions_r ul li a{ font-size:14px; color:#505050; padding-left:10px;} #tenderOptions .tenderOptions_r ul li a:hover{ text-decoration:underline; color:#0081e5;} #tenderOptions .tenderOptions_r ul li{background: url(../../images/indexpic.png) 0px -406px no-repeat; height:30px; line-height:30px;} /*-------------------------------------投资页面正在招标的标题-------------------------------------*/ /*-------------------------------------贷款-------------------------------------*/ .detail-main .bor-tit { height: 32px; line-height: 30px; background: url(../bg/titlebg.png) no-repeat 0 -65px; color: #fff; padding-left: 20px; } body .borrow { margin-top: 10px; } .borrow .right { color: #464646; } .borrow .left { width: 211px; overflow: hidden; } .borrow .left .dk-plan { width: 210px; height: 250px; } .borrowdiv { border: 1px solid #d8dfea; float: left; width: 440px; height: 190px; padding: 20px; margin-right: 16px; margin-top: 15px; background: url(../bg/bodyconbg-re.png) repeat-x 0 -417px; } .borrowdiv img.float_left { margin: 20px 0 0 30px; } .borrowdiv .borrowul { width: 460px; padding-top: 22px; padding-left: 20px; font-size: 12px; } .borrowdiv .borrowul li { width: 448px; line-height: 23px; } .borrowdiv .borrowul li a { color: #F60; padding-left: 5px; } .borrowdiv .borrow-btn { } .borrowdiv .borrow-btn a.fb-btn, .borrowdiv2 a.fb-btn2 { display: block; height: 30px; width: 103px; line-height: 30px; text-align: center; color: #fff; background: url(../bg/bodyconbg.png) no-repeat 0 -210px; } .borrowdiv .borrow-btn a.fb-btn:hover { background: url(../bg/bodyconbg.png) no-repeat -107px -210px; } .borrowdiv .fb_txt { margin-top: 10px; } .borrowdiv .fb_txt span { float: left; width: 70px; } .borrowdiv .fb_txt p { float: left; width: 260px; } .fb_con2 { border: 1px solid #d8dfea; border-top: 0; padding: 20px 0 20px 20px; } .borrowdiv2 { float: left; width: 140px; padding: 5px 20px; background: #eeeff4; height: 190px; margin-right: 8px; margin-top: 15px; border: 1px solid #d2c8cc; } .borrowdiv2 img { margin-left: 10px; } .borrowdiv2 a.fb-btn2 { background: url(../bg/fb-btn.png) no-repeat; width: 106px; height: 32px; line-height: 32px; margin-left: 15px; } /*贷款页面-2014-4-3 10:13:07*/ .borrow_apply_intro { margin: 20px auto; width: 980px; } .borrow_apply_content ul.clearfix { margin: 10px 0 0 0; border: 1px solid #ccc; border-bottom: 2px solid #f45f1d; background: url(../bg/bodyconbg-re.png) repeat-x 0 -693px; } .borrow_apply_content ul.clearfix li { float: left; width: 90px; height: 37px; line-height: 37px; font-size: 14px; text-align: center; cursor: pointer; } .borrow_apply_content ul.clearfix li.hover { background: #F45F1D; color: #fff; } .borrow_apply_con { display: none; padding: 10px 20px; border: 1px solid #ccc; line-height: 25px; font-size: 14px; } #hld_xld_content ul.clearfix { border-bottom: 2px solid #aabd64; } #hld_xld_content ul.clearfix li.hover { background: #aabd64; } #hld_fld_content ul.clearfix { border-bottom: 2px solid #92c5c0; } #hld_fld_content ul.clearfix li.hover { background: #92c5c0; } .borrow_details { cursor: pointer; color: #369BC1; font-size: 13px; } .calculator { color: #70C1E0; font-size: 12px; } .borrow_btn { margin: 20px 0 0 0; } .borrow_btn a { display: block; margin: 0 auto; width: 114px; height: 34px; line-height: 34px; background: #00a8e8; color: #fff; font-size: 16px; } .borrow_btn a:hover { background: #10b4f3; } #hld_sld_content { display: none; } #hld_xld_content { display: none; } #hld_fld_content { display: none; } .dk-title-img{height: 123px;background: url(../bg/dk-img.png) no-repeat center 0;margin-bottom: 20px;} .dk-step{width:773px; margin: 0 auto; display: block; padding: 25px 0 65px 0; } .borrow{width:980px;margin:0 auto;} .borrow .left{ width:680px; color: #464646;} .borrow .right{ width:239px; overflow: hidden;} .borrowlist{border-bottom:1px dashed #5b5b5b; padding: 22px 0 10px;} .borrowlist img.float_left{padding-left: 20px; padding-top: 10px; float: left;} .borrowlist .borrowul{width:470px; margin-left:40px; position:relative;} .borrowlist .borrowul li{width:470px; line-height: 26px; } .borrowlist .borrowul li a{color:#438402;} .borrowlist .borrowul li.borrow-btn{ position:absolute;top:0;right:0px;height:39px;width:90px;} .scroll_area{position:relative; margin-top: 30px; padding-top: 30px; overflow: hidden;} .scroll_list{position:relative;width: 966px;height:490px;position:relative;} .scroll_ul{width:9999px;position:relative;clear:both;*zoom:1;} .scroll_ul li{width:251px;height:405px;float:left;padding-right:40px; padding-left: 40px;} .scroll_ul li:hover .fb_box{border: 0; width: 291px; height:443px; box-shadow: 1px 0 10px rgba(0,0,0,0.25),-1px 0 10px rgba(0,0,0,0.25); position: relative; top: -20px; left:-20px;} .scroll_ul li:hover .borrow-miao .fb_box_tit{color:#e9bd64; padding-top: 20px;} .scroll_ul li:hover .borrow-miao .borrow-btn{background:#e9bd64;width:291px;} .scroll_ul li:hover .borrow-di .fb_box_tit{color:#a286c0; padding-top: 20px;} .scroll_ul li:hover .borrow-di .borrow-btn{background:#a286c0;width:291px;} .scroll_ul li:hover .borrow-liu .fb_box_tit{color:#00bff3; padding-top: 20px;} .scroll_ul li:hover .borrow-liu .borrow-btn{background:#00bff3;width:291px;} .scroll_ul li:hover .borrow-jin .fb_box_tit{color:#bbcf5c; padding-top: 20px;} .scroll_ul li:hover .borrow-jin .borrow-btn{background:#bbcf5c;width:291px;} .scroll_ul li:hover .borrow-xin .fb_box_tit{color:#e68e91; padding-top: 20px;} .scroll_ul li:hover .borrow-xin .borrow-btn{background:#e68e91;width:291px;} .scroll_ul li:hover .borrow-dan .fb_box_tit{color:#2e9b95; padding-top: 20px;} .scroll_ul li:hover .borrow-dan .borrow-btn{background:#2e9b95;width:291px;} .scroll_area .icon-prev {width: 43px; height: 43px; position: absolute;z-index: 3;right: 435px;bottom:15px;cursor: pointer;background: url(../bg/dk-right.png) no-repeat} .scroll_area .icon-prev:hover{background: url(../bg/dk-righthover.png) no-repeat} .scroll_area .icon-next {width:43px; height: 43px; position: absolute;z-index: 4;right: 495px;bottom:15px; cursor:pointer; background: url(../bg/dk-left.jpg) no-repeat} .scroll_area .icon-next:hover {background: url(../bg/dk-lefthover.png) no-repeat } .fb_box{width:251px;height:402px;border:1px solid #C8AA6F; position: relative;} .fb_box p{text-align: center; padding-top: 7px;} .borrow-img{text-align: center; font-size: 16px; color: #C8AA6E;} .fb_box .fb_box_tit{height:83px;line-height: 70px;color:#C8AA6F;font-size: 24px;text-align: center;position: relative;} .fb_box .fb_box_txt{padding:10px 20px;height:155px;text-indent: 2em; line-height: 23px;color:#666; font-size: 16px;} .fb_box .fb_box_p1{ padding-top:48px;} .fb_box .fb_box_p1 p{ height:25px;line-height: 25px;} .fb_box .fb_box_p2 a{float:left;padding-left:10px;width:130px;height:25px;line-height: 25px;background: url(../bg/footlibg.png) no-repeat 0 7px;} .fb_box .fb_box_p2 a:hover{color:#be1419;} .fb_box .borrow-btn{height:50px;background: #C8AA6F; line-height: 50px; position: absolute; bottom: 0; width: 251px; text-align: center;} .fb_box .borrow-btn a{height:50px;line-height: 50px;color:#fff;font-size:16px;text-align: center; display: block;} .fb_box .borrow-btn a:hover{background-position:-318px -77px;} .bor_fb_tit{height:30px;line-height: 30px;font-size: 20px;font-weight: bold;} .fb_box .borrow-btn span{width:100px;height:33px;line-height: 33px;color:#fff;font-size:16px;text-align: center;margin: 10px 0 0 62px; display: block;background: url(../bg/icon-btn.png) no-repeat} /*//贷款页面-2014-4-3 10:13:07*/ .bor-search { padding: 11px 20px; margin-top: 10px; border: 1px solid #ddd; background: url(../bg/bodyconbg-re.png) repeat-x 0 -363px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bor-search h3 { float: left; width: 120px; height: 29px; line-height: 29px; font-weight: bold; color: #2d4b8a; padding-left: 30px; background: url(../bg/bodyconbg.png) repeat-x -47px -635px; } .bor-search ul.select-A { float: left; width: 749px } .bor-search ul.select-A li { width: 183px; } .bor-search ul.select-A li input.btn-action { margin-left: 50px; width: 86px; height: 29px; line-height: 29px; text-align: center; color: #fff; background: url(../bg/bodyconbg.png) no-repeat 0 -43px; } .tab-contentbor { border: 1px solid #d2d2d2; border-top: 0; padding-bottom: 20px; } /*-------------------------------------借款页面-------------------------------------*/ .zx { background: #fff; padding-bottom:40px;} .zx .zx-left { width: 180px; background: #fff; margin: 20px 0 0 35px; } .zx .zx-right { width:947px; margin: 15px 35px 0 0;} .zx .box_name { border-bottom: 2px solid #e46832; margin-top: 2px; } .zx .box_name .btn-action:hover { background: #e64a08; } .zx .zx-left .zx-kefuimg { border: 1px solid #eeeded; padding: 1px; margin-top: 8px; } .zx .zx-left .zx-lt { width: 201px; height: 32px; background: url(../bg/titlebg.png) no-repeat -229px 0; color: #fff; text-indent: 20px; font-size: 14px; line-height: 32px; } .zx .zx-left .zx-bt { width: 201px; height: 25px; border-radius: 0 0 10px 10px; height: 4px; border-bottom: 1px solid #eee; } .zx .zx-left .zx-mt { width: 130px; border-top: none; border-bottom: none; padding-top: 10px; border-radius:4px; cursor:pointer; } .zx .zx-left .zx-mt span.lnave a{ font-size:16px; color:#666; font-weight:bold; display:inline-block; padding-left:5px; background:url(../../images/jt.jpg) no-repeat right center;} .zx .zx-left .zx-mt span.lnave a.on{color:#fe7e2e; background:url(../../images/pc/jthover.jpg) no-repeat right center;} .zx .zx-left .zx-mt span.lnave a:hover,.zx .zx-left .zx-mt span.onhover{ color:#fe7e2e; background:url(../../images/pc/jthover.jpg) no-repeat right center;} .mn_dk{border-bottom:1px solid #e7e7e7;} .zx .zx-left .zx-mt h2{ width: 125px; height: 40px; background-color:#fe7e2e;color: #fff; text-align: center; line-height: 40px;font-size:14px;} .zx .zx-left .zx-mt a { width:100px; padding-left:15px;padding-bottom: 2px; display: block; color: #454343; line-height: 30px; font-size: 14px; color: #333; outline:none;} .zx .zx-left .zx-mt li a:hover,.zx .zx-left .zx-mt li a.onhover{ background-color:#fe7e2e; height:30px; line-height:30px; color:#fff;} .tzgl_nr li{ margin:5px 0;} .zx .zx-left .zx-mt a.pagehover { background-color:#fe7e2e; color: #fff; } .zx .zx-left .zx-mt a:hover { color: #39a6fb;border-left-color:#fe7e2e; } .zx-right .zx-righttitle { height: 29px; border: 1px solid #eeeded; background: #fcfbfb; text-indent: 10px; line-height: 32px; } .zx-right .zx-righttxt { padding: 10px;} .zx-right .zx-righttxt hr{ margin:20px 0; border-top:#e7e7e7;} .zx-right .zx-righttxt .info p { line-height: 30px; } .zh-left { width: 181px; float: left; border: 1px solid #e2e1e1; } .zh-left .user_menus { width: 179px; border: 1px solid #fffffe; background: #f6f5f5; padding: 10px 0; } .zx-righthelp { width: 765px; } .zh-kefu p { height: 30px; line-height: 30px; padding-left: 35px; padding-top: 10px; } .zh-kefu .user-photo { width: 165px; height: 180px; left: 40px; margin-top: 32px; position: relative; } a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .text14 { font-size: 14px; } .text14 { font-size: 14px; color: #cf0117; } .text18 { font-size: 18px; } .text-red { color: #898989; width: 75px; } .mar20 { margin: 20px 0; } .con-title-img{height:244px; background: url( ../bg/con-title-img.jpg) no-repeat; margin:0 auto 20px; border-bottom:1px solid #e0e0e0;} .zx-title{width:1200px; height:30px; line-height: 30px; margin:20px auto 20px;} .zx-title span{ font-size:14px; color:#888;} .zx-title span a{ color:#000; outline:none;} .zx-title span a:hover{ color:#c79241;} .zx-title span.tb{ background:url(../../images/indexpic.png) no-repeat 0 -450px; width:25px; height:28px; overflow:hidden; display:inline-block; float:left;} .list-kf{width:185px; float:left;border:1px solid #ccc; margin-right: 25px; margin-left: 28px;} .kefu_li li{text-align: center;} .kf-con-foot{margin-top: 60px;} .kf-con-foot span{ display: inline-block; width: 185px; margin-left: 27px; padding-top: 43px; margin-right:25px; text-align: center; font-size: 20px; color: #0E2343; } .wx{background: url( ../bg/wx-img.png) 72px 0 no-repeat; width:36px; height: 32px;} .liuyan{background: url( ../bg/liuyan-img.png) 72px 0 no-repeat; width:36px; height: 32px;} /* container ---------------------------------------------- */ #main { width:1200px; margin: 0 auto 35px; } #second-main { width: 980px; margin: 10px auto 20px; } .content { width: 1200px; margin: 0 auto; } body .cor_divtop .left { overflow: hidden; border-bottom: #cccccc 1px solid; border-left: #cccccc 1px solid; min-height: 504px; width: 184px; float: left; height: auto; border-top: medium none; border-right: #cccccc 1px solid; } body .cor_divtop .right { width: 750px; overflow: hidden; float: right; } body .cor_divtop .right .content { border-bottom: #cccccc 1px solid; border-left: #cccccc 1px solid; padding-bottom: 20px; overflow: hidden; min-height: 258px; padding-left: 20px; width: 712px; padding-right: 15px; height: auto !important; border-top: 0px; border-right: #cccccc 1px solid; padding-top: 20px; } #container { width: 750px; float: left; } #banner { width: 100%; height: 227px; background: url("../bg/bannerimg.png") no-repeat center 0; } .index-notice { border: 1px solid #d5d5d5; background-color: #fff; height: 28px; line-height: 28px; margin-top: 10px; overflow: hidden; width: 739px; } .index-notice h3 { padding-left: 10px; float: left; } .index-notice h3 img { position: relative; top: 3px; } .index-notice ul { width: 300px; float: left; height: 28px; overflow: hidden; } .index-notice ul li a.new { padding-right: 40px; background: url(../bg/icon-new.gif) no-repeat right 1px; } .index-notice ul li a { color: #cc3300; } .index-notice ul li a:hover { text-decoration: underline; } .index-notice p { color: #ccc; text-align: right; padding-right: 10px; } .column { margin-top: 10px; border: 1px solid #ccc; border-bottom: 0; } .list-tab { padding-bottom: 1px;border-bottom: 2px solid #D6A763 } .list-tab1 { padding-bottom: 1px; border: 1px solid #ccc; border-bottom: 2px solid #D6A763;} .list-tab1 li { height: 36px; float: left; } .list-tab-narrow li { display: block; height: 28px; width: 80px; line-height: 28px; text-align: center; border: 1px solid #d5d5d5; background: #D6A763; color: #fff; } .list-tab-narrow li a { display: block; height: 28px; width: 80px; line-height: 28px; text-align: center; border: 1px solid #d5d5d5; text-decoration: none; background:#D6A763; color: #fff; } .list-tab1 li a { display: block; height: 37px; width: 91px; line-height: 37px; text-align: center; color: #333; padding: 0 2px; } .list-tab1 li.cur a, .list-tab-narrow li.cur a { background: #D6A763; color: #fff; } .list-tab1 li.active a, .list-tab-narrow li.active a { background: #D6A763; color: #fff; padding: 0 2px; } .list-tab1 li.index-tab, .list-tab-narrow li.index-tab { width: 140px; } .list-tab1 li.index-tab, .list-tab-narrow li.index-tab { width: 140px; } .list-tab li { height: 36px;float: left; } .list-tab-narrow li { display: block; height: 28px; width: 80px; line-height: 28px; text-align: center; border: 1px solid #d5d5d5; background: #cc0000 url(../bg/bg-box-title.jpg); color: #333; } .list-tab-narrow li a { display: block; height: 28px; width: 80px; line-height: 28px; text-align: center; border: 1px solid #d5d5d5; text-decoration: none; background: #cc0000 url(../bg/bg-box-title.jpg); color: #333; } .list-tab li a { display: block; height: 45px;line-height: 45px; text-align: center; color: #333; padding: 0 19px; } .zhgl li.cur{ background: #fff url("../../images/touzi.png") no-repeat -106px -75px; height: 45px; border-right:1px solid #ccc;border-left:1px solid #ccc;} .list-tab li.index-tab, .list-tab-narrow li.index-tab { width: 140px; } .list-tab li.index-tab, .list-tab-narrow li.index-tab { width: 140px; } body .index-title li.index-tab { width: 100%; background: url("../bg/title-bg.png") repeat-x; height: 38px; line-height: 38px; text-indent: 42px; } body .index-title li.index-tab a.title-a { width: 200px; background: url("../bg/left-title-bg.png") no-repeat 10px 5px; border: none; font-size: 14px; font-weight: bold; color: #000; text-align: left; line-height: 38px; height: 38px; float: left; } #main .column a.fl_right { float: right; margin-right: 5px; color: #c20b02; background: none; line-height: 38px; height: 38px; padding: 0; width: 85px; border: none; } #detail-tab .list-tab {padding-bottom: 1px;border:0;background:none;border-radius: 0;} #detail-tab .list-tab-con{border:0;} #detail-tab .list-tab li a {display: block;height: 46px;width: 138px;line-height: 46px;text-align: center;color: #333;padding: 0 2px;font-size:22px;background:#f6f6f6;margin-right:10px;} #detail-tab .list-tab li{ height:46px; margin-right:10px; } #detail-tab .list-tab li.active a {color: #333;padding: 0 2px;background:#fff;} .list-tab li.active{background:#fff url("../../images/touzi.png") no-repeat -106px -75px;} .list-tab li.active{border-top:5px solid #0081e5; width:144px;} .list-tab li.active a{background:#fff;height:100px;color: #fff;z-index:999;padding: 0 2px;border:1px solid #d7d7d7;border-bottom:none;} .user_right_menu .list-tab li.active{background:none} .user_right_menu .list-tab li.active{border-top:none; width:95px;} .user_right_menu .list-tab li.active a{border:none;background: #AB8254;color: #fff;padding: 0 2px;} .list-tab li.cur a, .list-tab-narrow li.cur a {color: #333;font-size: 20px;border-top: 4px solid #fe7e2e;} /* sidebar ---------------------------------------------- */ #sidebar { width: 230px; float: right; } .box { margin-bottom: 10px; position:relative;} .zctbqy{ width:28px; height:430px; position:absolute; background:url(../../images/qyzctb.png) no-repeat 0 0; top:265px; left:704px; z-index:999;} .zctb{ width:28px; height:360px; position:absolute; background:url(../../images/zctb.png) no-repeat 0 0; top:265px; left:702px; z-index:999;} .zctbinvite{ width:28px; height:350px; position:absolute; background:url(../../images/zctbinvite.png) no-repeat 0 0; top:262px; left:660px; z-index:11;} .sjtb{ width:28px; height:200px; position:absolute; background:url(../../images/sjtb.png) no-repeat 0 0; top:315px; left:660px; z-index:7;} .trtb{ width:28px; height:200px; position:absolute; background:url(../../images/trtb.png) no-repeat 0 -64px; top:295px; left:642px; z-index:999;} .box-title { height: 38px; line-height: 38px; background: #873127 url(../bg/title-bg.png); border: 1px solid #d5d5d5; padding-left: 10px; text-indent: 10px; position: relative; } .box-title img { margin-right: 10px; position: relative; top: 4px; } .box-more { float: right; margin-right: 10px; color: #c20b02; } .box-con { padding: 5px; } .index-login input { width: 200px; border: 1px solid #d5d5d5; height: 24px; line-height: 24px; padding-left: 5px; margin: 5px 0 10px; } .index-login .text-link { padding-left: 10px; color: #999; } .index-login .text-link:hover { text-decoration: none; color: #330000; } .btn-gray { display: block; height: 28px; line-height: 28px; text-align: center; background: #ccc url(../bg/btn-gray.jpg); border: 1px solid #d5d5d5; margin-top: 10px; } .sidebar-ad { width: 240px; height: 80px; background: #ccc; margin-bottom: 10px; } .index-stat p { line-height: 30px; } .index-succ, .index-stat { line-height: 18px; padding: 0; } .index-succ ul li, .index-stat ul li { padding: 10px; border-bottom: 1px dashed #d5d5d5; } .index-succ ul li.no-border, .index-stat ul li.no-border { border-bottom: none; } .article-list ul li { padding-left: 10px; background: url(../bg/gonggao-li-bg.png) no-repeat 0 10px; height: 23px; line-height: 25px; width: 200px; overflow: hidden; } .coo-site { width: 990px; margin: 20px auto; } .coo-site li { width: 310px; float: left; } .coo-site li h4 { margin-bottom: 20px; } .coo-site li a { display: inline-block; float: left; margin-right: 10px; } ul.select-A li { width: 220px; height: 30px; line-height: 30px; float: left; } .list-tab li.list-tab-sel { float: right; line-height: 30px; } .list-select { background-color: #fff; border: 1px solid #d5d5d5; border-width: 0 1px 1px 1px; height: 30px; line-height: 30px; } .list-select-l { width: 400px; float: left; padding-left: 10px; } .list-select-l a { padding: 10px; } .list-select-r { width: 200px; float: right; } .list-select-r2 { float: right; } /*CSS jogger style pagination*/ DIV.jogger { width: 990px; text-align: center; height: 30px; margin-top: 20px; } DIV.jogger A { margin: 5px; padding: 5px 8px; text-align: center; COLOR: #fff; background-color: #ee4e4e; TEXT-DECORATION: none } DIV.jogger A:hover { COLOR: #fff; background-color: #de1818 } DIV.jogger A:active { COLOR: #fff; background-color: #de1818 } DIV.jogger SPAN.current { margin: 5px; padding: 5px 8px; COLOR: #6d643c; background-color: #f6efcc } DIV.jogger SPAN.disabled { DISPLAY: none } /* wytz-detail ---------------------------------------------- */ .box-left{float:left; width:215px; padding-top: 35px;} .box-right{float:left; width:300px;} .box-right ul li{ color:#666; font-size:16px;} #aabbcc #flow_count{margin-top:10px;} @-moz-document url-prefix(){#aabbcc #flow_count{margin-top:3px;}} .box-right ul li span{ color:#333; font-size:16px;} .box-right #shares span { color: #bc0806; font-size: 20px; font-weight: bold;} .box-right #shares img { vertical-align: middle;} .box-right ul li input{ padding:5px 18px 6px 25px; width:230px; margin-bottom:13px;font-family:"Microsoft YaHei"; font-size:16px; color:#999;border-radius:0;} .detail_login input{background:url(../../images/touzi.png) no-repeat;} .box-right ul li input.yhm{height:30px;line-height:30px; background-position:-562px -425px; } .box-right ul li input.mima{height:30px;line-height:30px; background-position: -562px -490px; } .box-right ul li input.yzm{ background-position: -562px -556px; } .box-right ul li input.input-money{width:165px;float:left;} .box-right ul li input.input-all{width:90px;height:42px;float:left;padding:0px; background:#ededed; border-left:none; border-radius:0;} .jk-money{text-align: center; font-size: 14px;} .jk-money b{ font-size: 25px; color: #C8AA6E;} .jk-lv{padding-top: 68px; font-size: 14px;} .boxtitle{line-height: 37px;} .jk-lv span{display:inline-block; text-align: center; width:105px;} .guide { width: 958px; height: 28px; line-height: 28px; border: 1px solid #fff; background: #E2E2E2; padding-left: 20px; color: #464646; } .invdetail-tit { background: url(../bg/bodyconbg-re.png) repeat-x 0 -647px; height: 45px; line-height: 45px; border: 1px solid #dbdbdb; border-radius: 5px 5px 0 0; } .invdetail-tit span.float_left { padding-left: 40px; font-size: 18px; font-family: "微软雅黑"; color: #2d4b8a; background: url(../bg/bodyconbg.png) no-repeat -248px -292px; } .invdetail-tit span.float_right { padding-right: 20px; padding-left: 30px; background: url(../bg/bodyconbg.png) no-repeat 9px -711px; } .invdetail-tit b.float_left { padding-top: 9px; height: 27px; padding-left: 10px; } .user-xinxi { padding: 10px 0 0 10px; } .user-xinxi p { margin-top: 5px; color: #474747; } .box-detail-u { width: 930px; margin-bottom: 20px; } .box-info { float: left; width: 738px;} .box-info-u { float: left; width: 930px; border: 1px solid #d5d5d5; background-color: #fff; } .box-info h2 { font-size: 16px; line-height: 44px; color: #C30; } .box-info-user { background-color: #fff; border-width: 0 1px 0 0; width: 150px; line-height: 30px; float: left; padding: 15px 5px; } .user-photo { width: 145px; height: 140px; margin: 0 auto; display: block; } p.credit_pic a { display: inline-block; width: 40px; height: 30px; margin-right: 5px; } .box-kefu { float: right; width: 198px; } .box-kefu p { line-height: 18px; padding-top: 10px; } .list-tab-con { background-color: #fff; border-top: none; padding: 10px; width:1160px; } .box-info-detail {float: left; width:855px; position: relative;} .info-main-title{ border-radius:4px; background:#f6f6f6;} .info-main-title h3{ border-bottom:1px solid #d1d1d1; height:63px; line-height:64px; padding:0 15px;} .info-main-title h3 span{ font-size:18px;} .info-main-title p { float:right; font-size:14px; color:#999faa;} .info-main-title p span.tubiao{width:20px; height:40px; display:inline-block; background:url(../../images/touzi.png) no-repeat -235px 2px; float:left; margin-right:5px;} .info-main-title p em{ font-style:normal; color:#229fff; margin-right:10px;} .info-main-title p em a{ color:#999faa;outline:none;} .info-main-title p em a:hover{ color:#0081e5;} .info-detail-mian { padding: 46px 0 40px 0; border-bottom:1px solid #e3e3e3;} .info-detail-mian li{ padding-left:20px; width:176px; text-align:center; float:left; border-left:1px solid #d7d7d7; padding-right:10px;} .info-detail-mian li p.jkje{ width:87px; height:55px; background:url(../../images/touzi.png) no-repeat 0px 0px; margin-left:45px;} .info-detail-mian li p.rcje{ width:87px; height:62px; background:url(../../images/rcje.png) no-repeat 0px 0px; margin-left:102px;} .info-detail-mian li p.nll{ width:87px; height:55px; background:url(../../images/touzi.png) no-repeat -140px 0px; margin-left:53px;} .info-detail-mian li p.jkqx{ width:87px; height:56px; background:url(../../images/touzi.png) no-repeat -383px 0px; margin-left:56px;} .info-detail-mian li span{ display:block; width:100%; font-size:16px; color:#333;} .info-detail-mian li p{ font-size:25px; color:#333;} .info-detail-mian li p i{ font-size:16px; font-style:normal; color:#333;} .info-detail-mian-middle{ padding:62px 78px 33px 68px; font-size:14px; color:#7d7d7d; border-bottom:1px solid #dcdcdc;} .info-detail-mian-middle span{ float:left;} .info-detail-mian-middle dl{ float:left; position:relative; width:168px; height:9px; margin-top:6px;} .info-detail-mian-middle dl .jindutiao{ background:url(../bg/bg-jindutiao.png) ;} .info-detail-mian-middle dl .jindutiaonum{ position:absolute; top:-28px;background:url(../bg/bg-jindutiaonum.png) no-repeat;width:41px; height:23px;line-height:23px; text-align:center; font-size:12px; color:#fff;} .info-detail-mian-middle dl dd{ width:168px; height:9px; background:#e5e5e5; position:absolute; left:0px; top:0px; border-radius:4px;} .info-detail-mian-bottom { margin:30px 0px 30px 10px;background:url(../../images/touzi.png) 0 -85px no-repeat;} .info-detail-mian-bottom div{ padding-left:28px; float:left; font-size:14px;} .debts-value{ border-bottom:1px solid #d7d7d7;} .debts-value li{ width:413px; height:60px; line-height:60px; font-size:14px;border-right:1px solid #d7d7d7; text-align:center; float:left;} .debts-value li font{ color:#ff6060; font-size:18px;} .borrow-mian{ padding:25px 0 0px 36px; } .invest-form-title a{ position:absolute; right:23px; top:20px; border:1px solid #ff4646;width:70px; height:25px; text-align:center; padding-top:5px; font-size:16px; color:#ff4646; display:inline-block;} .invest-detail-btn{ width:252px; height:48px; background:#ff5959; display:block; text-align:center; line-height:48px; color:#fff; font-size:22px; cursor:pointer; border-radius:0; border:none;} .invest-detail-btn:hover{ background:#ff5959;} .borrow-bottom { cursor:pointer;} .borrow-bottom span{ margin-left:7px; display:block; float:left; width:61px; height:24px; background:url(../bg/bg-borrow-detail.png) 0 -110px no-repeat; padding-left:34px; line-height:24px; font-size:14px; color:#626262;} .borrow-bottom b{ display:block; float:left; font-weight:100; border-left:1px solid #d2d2d2; height:11px; line-height:11px; color:#bfbfbf; font-size:12px; margin-top:7px; padding-left:14px;} .tender-notes{ padding:9px 10px 0 14px; border:1px solid #e5e5e5; margin-top:15px;} .tender-notes h2{ height:36px; line-height:36px; border-bottom:1px solid #ebab04; color:#d1a357; font-size:16px;} .tender-notes dl dt{ width:265px; height:34px; background:#f7eeda; line-height:34px; margin-top:8px;} .tender-notes dl dt span{ display:block; float:left; margin-right:53px;} .tender-notes dl dd{ float:left; margin-right:10px; width:78px; text-align:center;} .tender-notes dl .readymoney{ color:#a23245;} .box-info-detail .detail-ul { display: block;} .box-info-detail .detail-ul li { float: left; height: 40px; line-height: 40px; width: 300px; font-size: 14px; } .box-info-detail .detail-ul li.detail-tit { width: 289px; height: 60px; line-height: 60px; font-family: "微软雅黑"; font-size: 18px; font-weight: bold; overflow: hidden; } .box-info-detail .detail-ul li.detail-tit i { float: left; font-style: normal; color: #e46730; font-size: 32px; } .box-info-detail .detail-ul li.detail-tit b { float: left; } .box-info-detail div.detail-tip { border-radius: 5px; background: #edeff4 url(../bg/bodyconbg.png) no-repeat -253px -363px; border: 1px solid #edeff4; height: 23px; line-height: 23px; color: #3b5998; padding: 0 40px; display: inline-block; margin-left: 32px; margin-top:20px;} .box-info-detail2 { float: left; width: 150px; padding: 20px; background: #edeff4 } .box-info-detail2 ul li { display: block; height: 41px; line-height: 41px; } .box-info-detail2 ul li a { color: #e46832; } .box-info-detail2 .detail2-submit input.txt { margin: 20px 0; display: block; padding: 3px 0; width: 140px; height: 25px; font-size: 14px; line-height: 25px; border: 1px solid #cecfd1; border-radius: 5px; background: #fff } .toubiao-btnbox { position: absolute; bottom: 25px; right: 280px; } .toubiao-btnbox .toubiao-btn { border: 0; display: block; width: 141px; height: 36px; line-height: 36px; background: url(../bg/bodyconbg.png) no-repeat 0 -251px; text-indent: 28px; color: #fff; font-weight: bold; } .box-info-detail-u { width: 708px; float: left; } .box-info-detail h2 { padding-left: 20px; background: url(../bg/lcjh-title-bg.jpg); height: 34px; } .box-info-detail h2 img { margin-right: 10px; display: inline; } .box-info-detail .mesleft p strong { font-size: 18px; color: #FF0000; } .box-info-detail-ac { border: 1px dashed #d5d5d5; margin: 10px 0; border-width: 1px 0 0; padding-top: 20px; text-align: center; } .box-info-detail-ac p { text-align: center; padding-top: 8px; color: #C30; } .list-tab-con ul li { width: 230px; float: left; padding-left: 20px; line-height: 36px; } .list-tab-con p { padding-left: 10px; height: 36px; line-height: 36px; font-size:15px; } .list-tab-con .text-red { width: auto; color: #C30; } .pop-tb { width: 700px; height: 310px; background-color: #fff; border: 1px solid #d5d5d5; margin: 20px auto; } .pop-tb-con { border: 1px solid #eee; border-radius: 0 0 10px 10px; } .pop-tb-head { height: 39px; background: #d5d5d5 url(../bg/pop-bg.png) 0 0; border-bottom: 1px solid #d5d5d5; } .pop-tb-head h2 { width: 500px; height: 40px; float: left; line-height: 40px; padding-left: 20px; font-size: 14px; color: #C30; } .pop-tb-head a { display: block; width: 20px; height: 20px; float: right; margin: 10px; line-height: 20px; text-align: center; font-size: 14px; } .pop-tb-l { float: left; width: 198px; height: 300px; padding-top: 10px; background-color: #fdffe5; border: 1px solid #e5e5e5; border-width: 0 1px 0 0; border-radius: 0 0 10px 10px; } .pop-tb-l ul li { padding-left: 20px; height: 30px; line-height: 30px; } .pop-tb-l ul li strong { font-size: 12px; color: #FF0000; } .pop-tb-r { width: 497px; float: left; padding-left: 20px; padding-top: 10px; } .pop-tb-r ul li { height: 30px; line-height: 30px; } .pop-tb-r ul li a { margin-left: 30px; color: #C30; } a.pop-tb-btn { display: block; width: 125px; height: 37px; background: url(../bg/btn-big.png) no-repeat 0 0; text-align: center; line-height: 37px; font-size: 14px; color: #fff } a.pop-tb-btn:hover { background: url(../bg/btn-big.png) no-repeat 0 -37px; } .admin-nav { width: 160px; float: left; } .admin-nav ul li { height: 30px; line-height: 30px; } .admin-con-550 { width: 550px; float: left; margin-left: 10px; } .bgf5 { background-color: #f5f5f5; padding: 10px; } .bgfe { background-color: #FDFFE5; padding: 10px; } .admin-right { width: 220px; float: left; margin-left: 10px; } .admin-right .box-con { background-color: #f5f5f5; padding: 10px; } .admin-right ul li { height: 24px; line-height: 24px; padding-left: 10px; background: url(../bg/bg-dot.png) no-repeat 0 12px; } .second-border .second-border-user { border-width: 1px; } body .secondTab { border-bottom: 1px solid #ddd; width: 688px; }/*tab选项卡 宽度*/ body .secondTab li { height: 35px; } body .secondTab li a { background: #f3f3f3; line-height: 35px; height: 34px; border: 1px solid #ddd; } body .secondTab li.active a { color: #f95400; border-bottom: none; background: #fff; border: 1px solid #ddd; border-top: 1px solid #f85000; border-bottom: 0; height: 35px; } body .second-tabcontent { border: 1px solid #d5d5d5; border-top: none; padding-bottom: 10px; padding-left: 10px; }/*tab内容 宽度*/ body .second-tabcontent .second-titlebg1 { background: url(../bg/second-tbjl.jpg) no-repeat; height: 38px; text-indent: 20px; line-height: 38px; } body .second-tabcontent .second-titlebg2 { background: url(../bg/second-zlsh.jpg) no-repeat; height: 37px; text-indent: 20px; line-height: 37px; } body .second-tabcontent .second-titlebg3 { background: url(../bg/second-pl.jpg) no-repeat; height: 35px; text-indent: 20px; line-height: 35px; } body .second-tabcontent .tab-pane { border: none; padding: 10px 0; } body .second-tabcontent .tab-pane ul li { width: 610px; border-bottom: 1px dashed #ddd; height: auto; line-height: 30px; overflow: hidden; } body .second-tabcontent .tab-pane ul li dd { text-align: center; float: left; overflow: hidden; height: 30px; } body .second-tabcontent .tab-pane ul li .d1 { width: 60px; } body .second-tabcontent .tab-pane ul li .d2 { width: 210px; } body .second-tabcontent .tab-pane ul li .d3 { width: 110px; } body .second-tabcontent .tab-pane ul li .d4 { width: 120px; } body .second-tabcontent .tab-pane ul li .d5 { width: 110px; } /*2级页面左侧*/ .quick-main{ position:relative; width:789px; margin:0 auto; padding-top:30px; padding-bottom:100px ; padding-left:183px; border-top:1px solid #f5f5f5; border-right:3px solid #f5f5f5; border-radius:50px;} .quick-main h2{ width:661px; text-align:center; border-bottom:1px dashed #e7e8e8; height:62px; line-height:62px; font-size:22px; color:#4e2425;} .quick-main-bg{ position:absolute; right:0px; top:0px; background:url(../bg/bg-quick-main.png) no-repeat; width:114px; height:102px;} .quick-main ul { padding:36px 0 0 144px; color:#6b6e6f; font-size:14px;} .quick-main ul li{ position:relative; margin-bottom:19px; width:400px;} .quick-main ul .borrow-quickli{width:304px;padding-left:47px;} .quick-main ul li span{ margin-right:16px;display:block;float:left;width:80px;margin-right:5px;} .quick-main ul li i{ position:absolute; left:325px; top:5px; font-style:normal; font-size:14px; color:#6b6e6f;} .quick-main ul li input{ width:208px; height:15px; border:1px solid #dcdcdc; padding:8px 50px 8px 25px; font-size:14px; color:#6b6e6f; border-radius:4px; } .quick-main .qc-borrow{ position: absolute;bottom: 0px; right: -8px; background: url(../bg/borrow-qu.jpg) no-repeat; width: 279px; height:209px;} .quick-main ul li .apply-borrow{ width:294px ; height:40px ; line-height:40px; background:#d1a357; padding:0px; font-size:16px; color:#fff;} .quick-main ul li .apply-borrow1{width:294px ; height:40px ; line-height:40px; background:#d1a357; padding:0px; font-size:16px; color:#fff; background:#e0e0e0; display:block; text-align:center; color:#999;} .quick-main ul li .apply-borrow:hover{ background:#c1964f;} .quick-main ul li dl{ z-index:99999999; position:absolute; left:85px; top:33px; cursor:pointer; width:199px; text-align: center; background:#fff; border-radius:4px; } .quick-main ul li dl dd{ border-radius:4px; border-bottom:2px solid #fff; text-align:left; padding-left:5px;} .quick-main ul li dl dd:hover{ background:#e0e0e0; border-bottom-color:#999; color:#f00; } .quick-main ul li .quick-select {float:left;border:1px solid #000; height:30px;} .quick-main ul .quick-select dl{ height:200px; overflow:auto; width:300px;} .quick-main ul li b{ z-index:999; position:absolute; left:350px; top:16px; display:block; width:9px; height:8px; cursor:pointer; background:url(../bg/bg-quick-select.png) 0 -10px no-repeat;} .quick-main ul li b:hover{background-position:0px 0px;} .quick-main ul .quick-select:hover b{ background-position:0 0;} /*快速借款*/ body .second-right { width: 239px; } body .second-right .second-right-txt { margin: 0 auto; } .second-right .second-right-box { color: #666; padding-bottom: 40px; } .second-right .second-right-box p.title { height: 32px; line-height: 32px; border-bottom: 1px solid #ddd; font-weight: bold; } .second-right .second-right-box ul li { width: 110px; float: left; height: 28px; line-height: 28px; } body .second-right .zjzk ul li { width: 200px; } body .second-right .dhkxx ul li { width: 210px; } body .second-right .dhkxx ul li .d1 { width: 50px; } body .second-right .dhkxx { padding-bottom: 15px; } body .second-right .dhkxx ul li dd { width: 80px; text-align: center; float: left; }/*每一块内容*/ .daohang { width: 980px; height: 31px; margin: 0 auto; margin-top: 10px; background: #fcfbfb; line-height: 35px; border: 1px solid #CCC; } .daohang span { padding-top: 5px; } body .second-border { width: 978px; position: relative;} .second-border .second-border-user { border-width: 1px; width: 170px; background: #f5f5f5; padding-left: 68px; padding-right: 80px; margin-top: 30px; padding-bottom:50px; border-right: 1px solid #ccc; } body .secondTab { width: 986px; margin-top: 10px; }/*tab选项卡 宽度*/ body .secondTab li { height: 35px; } body .secondTab li a { background: #f3f3f3; line-height: 35px; height: 34px; border: 1px solid #ddd; } body .secondTab li.active a { color: #fff; border-bottom: none; background: #D60100; border: 1px solid #D60100; border-bottom: 0; height: 30px; line-height: 32px; } body .second-tabcontent { border-top: none; padding-bottom: 10px; width: 1175px; }/*tab内容 宽度*/ body .second-tabcontent .second-titlebg1 { background: url(../bg/second-tbjl.jpg) no-repeat; height: 38px; text-indent: 20px; line-height: 38px; display: none; } body .second-tabcontent .second-titlebg2 { background: url(../bg/second-zlsh.jpg) no-repeat; height: 37px; text-indent: 20px; line-height: 37px; display: none; } body .second-tabcontent .second-titlebg3 { background: url(../bg/second-pl.jpg) no-repeat; height: 35px; text-indent: 20px; line-height: 35px; display: none; } body .second-tabcontent .tab-pane { border: none; padding: 10px 0; } body .second-tabcontent ul li { width: 935px; height: auto; line-height: 30px; overflow: hidden; background: #fff; } body .second-tabcontent ul li dd { text-align: center; float: left; overflow: hidden; height: 30px; } body .second-tabcontent ul li .d1 { width: 80px; } body .second-tabcontent ul li .d2 { width: 210px; } body .second-tabcontent ul li .d3 { width: 180px; } body .second-tabcontent ul li .d4 { width: 80px; } body .second-tabcontent ul li .d5 { width: 180px; } body .second-tabcontent ul.mesul li { width: 300px; } .investdetail .box-info-detail .p-title { width: 738px; height: 50px; line-height: 50px; border-bottom: 1px dashed #D1D1D1; } .investdetail .box-info-detail .p-title h2 { background: none; height: 50px; line-height: 50px; font-size: 20px; font-weight: bold; color: #000; text-indent: 40px; } #lcjh-main { width: 980px; margin: 0 auto; } /*-------------------------------------------------------------------------------------------*/ #column_center { position: relative; width: 724px; float: left; height: 185px; } .rank { float: left; width: auto; margin-top: 4px; } .star { float: left; width: auto; margin-top: 10px; } .pullleft { float: left; } .investdetail{ padding-top: 0!important; } /* 验证 */ .credit_pic_card_1 { background: url(../bg/bg-menber.png) -55px -265px no-repeat; height:30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer; overflow: hidden } .credit_pic_card_0, .credit_pic_card_2 { background:url(../bg/bg-menber.png) 0 -265px no-repeat; height: 30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer; overflow: hidden } .credit_pic_phone_1 { background: url(../bg/bg-menber.png) -50px -351px no-repeat; height: 30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_phone_0, .credit_pic_phone_2 {background:url(../bg/bg-menber.png) 0px -349px no-repeat; height: 30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_contact_1 {background:url(../bg/bg-menber.png) -51px -308px no-repeat; height: 30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_contact_0 {background:url(../bg/bg-menber.png) 0px -308px no-repeat; height: 30px; width: 35px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_video_1 { background: url(../../images/credit.gif) 0 -140px no-repeat; height: 28px; width: 28px; margin-left: 5px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_video_0, .credit_pic_video_2 { background: url(../../images/credit.gif) -20px -140px no-repeat; height: 25px; width: 20px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_email_1 {background:url(../bg/bg-menber.png) -54px -308px no-repeat; height: 28px; width: 28px; display: inline-block; zoom: 1; *display:inline; cursor: pointer; margin-left: 5px; } .credit_pic_email_0, .credit_pic_email_2 { background:url(../bg/bg-menber.png) 0px -309px no-repeat; height: 28px; width: 28px; display: inline-block; zoom: 1; *display:inline; cursor: pointer; margin-left: 5px; } .credit_pic_vip_1 { background:url(../bg/bg-menber.png) -53px -395px no-repeat; height: 28px; width: 28px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_vip_0, .credit_pic_vip_2 { background:url(../bg/bg-menber.png) 0px -396px no-repeat;height: 28px; width: 28px; display: inline-block; zoom: 1; *display:inline; margin-left: 5px; cursor: pointer } .credit_pic_scene_1 { background: url(../../images/credit.gif) 0 -210px no-repeat; height: 25px; width: 20px; display: inline-block; zoom: 1; *display:inline; cursor: pointer } .credit_pic_scene_0, .credit_pic_scene_2 { background: url(../../images/credit.gif) -25px -210px no-repeat; height: 25px; width: 20px; display: inline-block; zoom: 1; *display:inline; margin-left: 5px; cursor: pointer } .con_box { margin: 0 auto; width: 990px; } .list_1 { height: auto; margin-top: 10px; overflow: hidden; } .list_1 .title { background: #2B77D5; color: #990000; font-size: 14px; font-weight: bold; height: 23px; padding: 7px 0 0 20px; } /* progress 2012.06.25 ---------------------------------------------- */ .user_top { background: url(../bg/user_top_bg.gif); height: 25px; padding-top: 5px; } .user_top li { float: left; } .user_top .floatl li { padding: 0px 8px 0 0; } .user_top .floatl .first { padding-right: 0; } .user_top .floatr li { position: relative; padding-right: 1px; border-right: 1px solid #CCCCCC } .user_top .floatr li a { display: block; padding: 0px 10px 0 10px; } .user_top .floatr li a:hover { background: none; } .user_top .floatr .last { padding-right: 0; background: none; border-right: none } .user_top .floatr .last a { padding-right: 0; } .input_border { height: 20px; } .user_logo { width: 300px; height: 80px; margin-top: 5px; } .user_nav { float: right; width: 580px; margin: 52px 10px 0 20px; display: inline; clear: right; font-size: 13px; } .user_nav h2 { float: left; width: 98px; height: 34px; line-height: 34px; text-align: center; background: url(../bg/user_banner1.gif) no-repeat; margin: 0 0 0 14px; } .user_nav a { color: #666; font-size: 14px; font-weight: bold } .user_nav h2.current { width: 102px; background: url(../bg/user_banner2.gif) no-repeat; height: 34px; color: #fff; } .user_nav h2.current a { color: #fff; } .user_banner { background: url(../bg/user_bg.jpg); height: 40px; width: 990px; } .user_nav_sub { background: url(../bg/nv_sub_bg.gif); height: 28px; text-align: left; padding-top: 8px; padding-left: 30px; width: 920px; } .user_nav_sub span { margin-right: 10px; padding-right: 10px; font-size: 12px; height: 26px; overflow: hidden } .user_avatar { background: url(../bg/user_avatar.gif); height: 228px; width: 200px; } .user_avatar_pic { width: 180px; margin-bottom: 15px; padding-top: 1px; * padding-top:1px;padding-left: 5px; * padding-left:0px;} .user_avatar_pic_left { border: 1px solid #CCCCCC; padding: 2px; margin: 10px 15px 0 5px; width: 90px; height: 90px; float: left; background-color: #FFFFFF } .user_avatar_pic_right li { font-size: 13px; margin-top: 11px; } .user_avatar_pic_right li a { color: #FFFFFF } .user_avatar_pic_content { margin: 19px 0 0 15px; } .user_avatar_pic_content li { font-size: 12px; margin-top: 11px; } .user_right { float: right; width:970px;margin: 15px 0; background-color: #fff;} .user_right_l { overflow: hidden } .user_right_lmain { background-color: #fff; padding: 0px 0 15px 0; height:240px; border:1px solid #d7d7d7;} .bg-menber-title{ height:37px; margin-top:15px;line-height:37px;font-size:18px; color:#626262; padding-bottom:5px;} .bg-menber-title2{ background-position:0px -75px;} .bg-menber-title2 span{ padding-left:540px; font-size:14px; font-family:"微软雅黑"; cursor:pointer;} .user_right_lmain .touxiang_left { width: 433px; float: left; } .user_right_lmain .ziliao_right { width: 322px; float: left; } .ziliao_right dl{ position:relative; margin-top:9px; margin-left:17px; width:141px; height:9px; float:left;} .ziliao_right dd{ position:absolute; left:0px; top:0px; background:#e5e5e5; border-radius:4px;width:141px; height:9px;} .ziliao_right .jindutiao{ background:url(../bg/bg-jindutiao.png) no-repeat;} .ziliao_right .jindutiaonum{ background:url(../bg/bg-jindutiaonum.png) no-repeat; width:41px; height:23px; top:-26px; left:-19px; text-align:center; line-height:18px;} .ziliao_right .ziliao-tit { font-weight: bold; line-height: 25px; } .ziliao_right ul li { line-height: 25px; } .ziliao_right ul li.width1 { width: 300px; } .ziliao_right ul li.width2 { width: 170px; } .ziliao_right ul li a { color: #e46730; } .ziliao_right ul li .dl-div{ padding-left:194px; height:41px; background:url(../bg/hf-ico.png) no-repeat;} .ziliao_right ul li .dl-div .dl-btn{display: block;width: 112px;height: 37px;line-height: 37px;text-align: center;background: #d1a357;border-radius: 3px;color: #fff;font-size: 16px;} .ziliao_right ul li .dl-div .dl-btn:hover{background:#ba904a;} .zhanghu-info1 { border-right:1px solid #ececec;border-left:1px solid #ececec;border-bottom:1px solid #ececec;} .zhanghu-info1, .zhanghu-info2, .zhanghu-info3 { padding: 20px; } .zhanghu-info2-title{ background:#eeeeee; height:42px; line-height:42px;} .zhanghu-info1 .float_left span{ display:block; color:#707070; font-size:14px; margin-top:14px; font-family: "微软雅黑";} .zhanghu-info1 h3 { font-weight: bold; padding-left: 13px; } .zhanghu-info1 .float_left { font-family: Arial; font-size: 24px; color: #E0BF74; margin-top:20px; padding: 0px 0 0 10px; line-height: 30px; border-right:1px dashed #dfdfdf; width:164px; overflow:hidden;font-family: "微软雅黑"; } .zhanghu-info1 .float_left i { font-family: "微软雅黑"; font-size: 14px; color: #d1a357; font-style: normal; } .zhanghu-info1 .float_right { padding: 20px 40px 0 40px; } .zhanghu-info1 .float_right dl dd{ float: left; width:115px; text-align:center;} .zhanghu-info1 .float_right dl dd span{ display:block; margin-bottom:25px;} .zhanghu-info1 .float_right dl dd b{ font-size:14px; color:#a23245;} .zhanghu-info1 .float_right a { display: inline-block; width: 86px; height: 29px; line-height: 29px; color: #fff; border: 0; background: url(../bg/bodyconbg.png) no-repeat; text-align: center; margin-right: 20px; } .zhanghu-info1 .float_right a.chongzhi-btn:hover { background: url(../bg/bodyconbg.png) no-repeat -124px -84px; } .zhanghu-info1 .float_right a.tixian-btn:hover { background: url(../bg/bodyconbg.png) no-repeat -124px -84px; color: #fff; } .zhanghu-info1 .float_right a.chongzhi-btn { background-position: -91px -128px; } .zhanghu-info1 .float_right a.tixian-btn { background-position: 0px -128px; color: #989898; } .zhanghu-info2 .zhanghu-info2-title ul li { width:110px; text-align:center; float: left; color: #494949; } .zhanghu-info2 .zhanghu-info2-title ul li:nth-child(1){ width:225px;} .zhanghu-info2 .zhanghu-info2-title ul li:nth-child(2){ width:165px;} .zhanghu-info2 .zhanghu-info2-title ul li:nth-child(3){ width:140px;} .zhanghu-info2 .zhanghu-info2-title ul li:nth-child(4){ width:162px;} .zhanghu-info2 .zhanghu-info2-title ul li:nth-child(5){ width:125px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(1){ width:180px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(2){ width:125px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(3){ width:97px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(4){ width:162px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(5){ width:125px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(6){ width:125px;} .zhanghu-info2 .zhanghu-info3-title ul li:nth-child(7){ width:50px;} .zhanghu-info2 dl dd{ float: left; width:110px; text-align:center; height:39px; line-height:39px; /*border-bottom:1px solid #eeeeee;*/} .zhanghu-info2 ul li i { font-style: normal; font-size: 12px; text-decoration:underline; color:#a23245; font-weight: normal; position: relative; top: 3px;cursor:pointer; } .zh-biao dl dd{ line-height:70px;} .zhanghu-info2 ul li a { color: #E0BF74; font-weight: normal; text-decoration:underline; cursor:pointer; } .zhanghu-info3 ul li { float: left; width: 340px; height: 30px; line-height: 30px; padding-left: 20px; } .zhanghu-info3 ul li a { color: #e46730; } .list-tab-con ul.usernews-ul { display: block; padding: 20px; } .list-tab-con ul.usernews-ul li { float: left; width: 300px; background: url(../bg/bodyconbg.png) no-repeat -256px -273px; line-height: 29px } .list-tab-con ul.usernews-ul li a { color: #5f5f5f; } .list-tab-con ul.usernews-ul li a:hover { color: #e46730; } .user_right_r { float: right; width: 210px; margin-top: 15px; } .user_right_img { position:relative; float: left; margin: 10px; text-align: center; line-height: 20px; margin-left: 20px; } .user_right_img img{ border:1px solid #dbdbdc; width:125px; height:122px;} .change-img{ position:absolute; left:1px; bottom:7px;display:block; width:124px; height:25px; filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#8E1B1B1B', endColorstr='#8E1B1B1B');background:rgba(27,27,27,0.56); font-size:12px;} .change-img font:hover{ color:#ff0000;} .newuser_left ul{float:left; font-size:14px;} .newuser_left ul li{height:30px; line-height:30px;} .newuser_left .safe_bg{height:12px;padding:1px; border:1px solid #11b80d;width:170px;} .newuser_left .safe_du{height:12px; margin-bottom:10px;background:#11b80d;} .newuser_right{float:right; width:300px; font-size:14px;} .newuser_right .right_hui{ height:30px; margin-bottom:10px;} .newuser_right .right_hui .dl-div{height:30px;} .newuser_right .right_hui span, .newuser_right .right_hui a{float:left; line-height:30px; font-size:14px; margin-right:10px;} .right_hui span{ color:#333;} .right_hui a{color:#f86500;} .newuser_right ul{ background:url(../bg/bg-menber.png) no-repeat -120px 58px; padding-bottom:10px;} .newuser_right .a1{ float:left; display:block; width:125px; height:40px; background:#ff9600; color:#fff; line-height:40px; text-align:center; font-size:20px; box-shadow:#dd8200 0 3px;} .newuser_right .a2{ float:left; display:block;width:125px; height:40px; margin-left:20px; background:#ff6060; color:#fff; line-height:40px; text-align:center; font-size:20px; box-shadow:#d02f2f 0 3px;} .zhu{ width:340px; height:138px; background:#f5fbff; margin-top:22px;} .zhu li{ font-size:16px; color:#333} .user_right_txt { margin-top: 13px; float: left; margin-left: 7px; } .user_right_txt ul{ position:relative;} .user_right_txt span { font-size: 12px; margin-top: 5px; } .user_right_txt li { line-height: 28px; font-size: 12px; } .user_right_txt .user_right_txt_bottom { position:absolute; left:-144px; bottom:-60px;} .user_right_txt .user_right_txt_bottom .a1{ float:left; display:block; width:112px; height:37px; line-height:37px; text-align:center; background:#d1a357; border-radius:3px; color:#fff; font-size:16px;} .user_right_txt .user_right_txt_bottom .a1:hover{ background:#ba904a;} .user_right_txt .user_right_txt_bottom .a2:hover{ background:#872737;} .user_right_txt .user_right_txt_bottom .a2{ float:left; display:block; width:112px; height:37px; line-height:37px; text-align:center; background:#a23245; border-radius:3px; color:#fff; font-size:16px; margin-left:30px;} .user_manage { background: url(../bg/user_left.gif); height: 39px; width: 200px; margin-top: 10px; } .user_menus { position:relative; width: 185px;height: auto;border:1px solid #e5e5e5;} .user_menus h2{ font-size:22px; color:#333; height:55px; line-height:55px; background:#f9f9f9 url(../bg/bg-menber.png) 15px -710px no-repeat; font-weight:normal} .user_menus .zh-div { width: 185px; } .user_menus .zh-div .zh-div-title { height: 42px; line-height: 42px; background:#fff url(../bg/bg-menber.png) 15px -445px no-repeat;border-top:1px solid #d7d7d7; cursor: pointer; display: block; text-indent: 55px; color: #333333; font-size:16px; } .user_menus .zh-div .hover{ background:#f7f7f7 url(../bg/bg-menber.png) no-repeat; color:#333;} .user_menus .zh-div .hover h2{ font-size:22px; color:#666; height:55px; line-height:55px; background:#f7f7f7 url(../bg/bg-menber.png) 20px -665px no-repeat;} .user_menus .zh-div .zh-div-title-tz{ background-position: 20px -500px;} .user_menus .zh-div .zh-div-title-jk{ background-position: 20px -560px;} .user_menus .zh-div .zh-div-title-zq{ background:url(../../images/spaire-zq.png) no-repeat 20px 10px;} .user_menus .zh-div .zh-div-title-sz{ background-position: 20px -620px;} .user_menus .zh-div .zh-div-title-weal{ background-position: 20px -998px;} .user_menus .zh-div .zh-div-title-message{ background:url(../../images/znxx.png) no-repeat 20px 10px;} .user_menus .zh-div .zh-div-title-message.hover{ background-color: #f7f7f7; } .user_menus .zh-div .zh-div-title-message i{ background-color: #ff6a09; color: #fff; padding: 0 3px; font-size: 12px; font-style: normal; height: 5px; border-radius: 5px; margin-left: 3px } .user_menus .zh-div .zh-div-title-rc{ background:url(../../images/znxx.png) no-repeat 20px -115px;} .user_menus .zh-div .zh-div-title-rc.hover{ background-color: #f7f7f7; } .user_menus .zh-div .zh-div-title-kh{ background:url(../../images/znxx.png) no-repeat 20px -52px;} .user_menus .zh-div .zh-div-title-kh.hover{ background-color: #f7f7f7; } .inbox{height:25px; padding:25px 20px; font-size:15px; text-align: left; border-bottom:1px dashed #e7e7e7;} .inbox-box{ min-height: 500px; } .inbox input{ height: 28px; } .inbox select{ width: 80px; border-radius: 0 } .inbox-cont{ padding: 0 20px; } .inbox-cont ul li{ text-align: left; font-size: 16px;color: #333; height: 70px; line-height: 70px; border-bottom: 1px dashed #e7e7e7;} .inbox-cont ul li input{vertical-align: middle; margin-right:10px;} .inbox-cont ul li a.active{ color: #0081e5; } .inbox-cont ul li a.active b{ background-color: #0081e5; } .check-all input{ vertical-align: middle; } .del i{ width: 16px; height: 20px; margin-right:2px;overflow: hidden; display: inline-block; vertical-align: middle; background:url(../../images/znxx.png) no-repeat -214px 0; } .remark i{ width: 12px; height: 20px; margin-right:2px;overflow: hidden; display: inline-block; vertical-align: middle; background:url(../../images/znxx.png) no-repeat -230px 0; } .remark-all i{ width: 12px; height: 20px; margin-right:2px;overflow: hidden; display: inline-block; vertical-align: middle; background:url(../../images/znxx.png) no-repeat -242px 0; } .inbox-cont ul li a b{ width: 6px; height: 6px; border-radius: 6px; display: inline-block; background-color: #333;} .inbox-cont ul li a i{ width: 35px; height: 20px; line-height: 16px; margin-left: 5px; font-style: normal; text-align: center; border-radius: 15px; font-size: 14px; color: #fff; display: inline-block; background-color: #ff6a09; } .inbox-cont ul li a span.time{ float: right; } .box-detail{ margin-top: 20px; } .inbox-detail{ padding: 40px 20px 0; } .inbox-detail h2{ font-size: 20px; color: #0081e5; height: 75px; line-height: 30px; border-bottom: 1px solid #e7e7e7; margin-bottom: 20px; } .inbox-detail h2 span{ font-size: 14px; color: #555; } .inbox-detail p{ text-align: left; font-size: 16px; color: #333; line-height: 30px; } .user_menus .zh-div ul { width: 185px; padding:10px 0;border-top:1px solid #d7d7d7;} .user_menus .zh-div ul li { width: 185px; height:25px; overflow: hidden; line-height: 25px; text-indent: 52px; font-size:14px; padding:5px 0;} .user_menus .zh-div ul li a { height: 30px; display: block; color: #666; border-left:4px solid #fff; } .user_menus .zh-div ul li.activehover a{ color:#0081e5; border-left:4px solid #0081e5; height:25px; line-height:25px;} .user_menus .zh-div ul li a:hover {color: #0081e5; } .user_right_menu { width: 100%; height:45px; line-height: 26px; overflow: hidden; background-color:#f4fbff; } .user_right_menu li { float: left; border-bottom: none; font-size:16px; height:45px; line-height:45px; } .user_right_menu li.cur{background: #fff url("../../images/touzi.png") no-repeat -106px -75px;height: 45px;border-right: 1px solid #ccc;border-left: 1px solid #ccc; position:relative;} .user_right_menu .current { background: url(../bg/user_right_menu_bg.jpg); } .user_right_menu a { color: #026CCF } .user_right_menu .current a { font-weight: bold } .user_right_menu .title { font-weight: bold; font-size: 15px; border: none; background: url(../bg/ico_6.gif) no-repeat 3px 5px; padding-left: 15px; } .user_right_main { border: 1px solid #CCCCCC; min-height: 425px; text-align: center; overflow: hidden; margin-top:-1px; padding:0 10px 30px;} .user_right_title { text-align: left; padding: 0 5px 0 5px; border-bottom: 1px solid #CCCCCC; line-height: 28px; color: #FFFFFF } .user_right_title a { color: #FFFFFF } .user_right_border { line-height: 25px; height: auto; padding-bottom:20px;text-align: left; font-size: 13px; overflow: hidden;} .user_right_border input { display: inline-block; zoom: 1; line-height:22px;} .user_right_border tr.yhk{height:55px;} .user_right_border #bank_no tr{ height:55px;} .user_right_border tr td label{ cursor:pointer;} .user_right_border tr.yhk td img{ border:1px solid #d9d9d9;} .user_right_border #bank_no tr td img{ border:1px solid #d9d9d9;} .zhcz{ margin:20px; background:#fef9f1; padding:20px; font-size:14px; color:#333; line-height:25px;} body #ban table img { display: inline-block; zoom: 1; *display:inline;*float:none;} .zhenshi,.card{ float:left; margin-top:8px; margin-left:5px;} .user_right_border .l { float: left; width: 130px; padding: 4px 5px 0 0px; text-align: right ;} .user_right_border .linvest { float: left; width: 180px; padding: 4px 5px 0 0px; text-align: right; margin: auto 20px; } .user_right_border .d { float: left; width: 320px; padding: 4px 5px 0 0px; text-align: right ;} .user_right_border .e { float: left; width: 220px; padding: 4px 5px 0 0px; text-align: right ;} .user_right_border .c { padding: 4px 5px 3px 10px; float: left; } .user_right_border .view_content { width: 550px; border: 1px solid #ccc; border-radius: 3px; margin: 0 0 10px 10px; } .user_right_border .reply { width: 550px; padding: 4px 5px 3px 10px; height: 80px; resize: none; } .user_right_border .r { padding: 4px 5px 3px 10px; float: left; width: 240px } .user_right_border .rb { padding: 4px 5px 3px 10px; float: left; width: 180px } .user_right_border b { color: #FF0000; font-weight: normal; margin-left: 5px; } .user_right_submit { text-align: center; margin-top: 6px; height: 30px; } .user_right_border .c img { float: right; } .user_right_info { border: 1px solid #6EB2E1; background-color: #EEF8FF; padding: 10px; padding-top: 0; } .user_right_info .title { border-bottom: 1px solid #CCCCCC; line-height: 34px; } .user_right_info li { line-height: 30px; border-bottom: 1px dashed #CCCCCC; } .user_right_info li span { float: right } .user_right_li { border: 1px solid #6EB2E1;} .user_right_li .title { margin: 1px; background-color: #6EB2E1; line-height: 26px; padding-left: 10px; font-weight: bold; color: white } .user_right_li .content { margin-top: 0; } .user_right_li .content tr { height: 26px; margin-top: 0; background-color: white; } .user_right_li ul { width: 530px; } .user_right_li li { line-height: 28px; border-bottom: 1px dashed #CCCCCC; overflow: hidden } .user_right_li span { float: left; text-align: left } .user_right_li font { font-size: 13px; color: #FF0000 } .user_right_li a { font-size: 13px; color: #000000 } .user_button { width: 210px; margin-bottom: 10px; line-height: 20px; color: #666666; } .user_button_r { width: 169px; margin-bottom: 10px; line-height: 20px; color: #666666; } .user_button_r span { padding-top: 10px; margin-left: 5px; } .user_button_r strong { font-size: 14px; } .user_right .zh-user-right ul li div.jindu { height: 9px; border: 1px solid #ccc; width: 100px; position: relative; top: 9px; margin-right: 5px; float: left; } .user_right .zh-user-right .zh-user-tab { width: 778px; border: 1px solid #dbdddb; border-left: 0; border-right: 0; margin-top: 10px; background: #fff; } .zh-user-right .zh-user-tab .zh-user-tab-title { display: block; border-bottom: 1px solid #dbdddb; height: 27px; background: url(../bg/zh-tab-title.jpg) repeat-x; line-height: 27px; text-indent: 15px; position: relative; } .zh-user-tab .zh-user-tab-title .titles { display: block; width: 88px; height: 19px; line-height: 19px; text-indent: 0; color: #636363; position: relative; top: 4px; left: 7px; background: url(../bg/zh-titlebg.jpg) no-repeat; text-align: center; } .zh-user-right .zh-user-tab ul.tabul { height: 30px; width: 100%; background: #f6f7f6; border-bottom: 1px solid #dbdddb; position: relative; } .zh-user-right .zh-user-tab ul.tabul li { height: 22px; line-height: 22px; margin: 9px 15px 0; display: inline-block; zoom: 1; *display:inline; position: relative; padding: 0 20px; cursor: pointer; } .zh-user-right .zh-user-tab ul li.hover { border: 1px solid #dbdddb; border-bottom: none; background: #fff; margin: 8px 15px 0; left: -1px; } .zh-user-right .zh-user-tab .zh-user-tabcontent { margin: 20px auto 20px; width: 485px; font-family: "微软雅黑" } .zh-user-right .zh-user-tab .zh-user-tabcontent font { color: #cd0202; font-weight: bold; font-size: 13px; } .zh-user-right .zh-user-tab .zh-user-tabcontent td { padding: 2px 0; } .user_right .user-righttxt { width: 239px; } .zh-kefu { width: 239px; height: 288px; background: url(../bg/zh-kefubg.jpg) no-repeat; position: relative; } .zh-kefu p { height: 30px; line-height: 30px; padding-left: 35px; padding-top: 10px; } .zh-kefu .user-photo { width: 165px; height: 180px; left: 40px; margin-top: 32px; position: relative; } .user_right .right-notice { width: 225px; margin-top: 10px; border: 1px solid #dbdddb; border-top: 2px solid #01b639; padding-bottom: 5px; margin-left: 5px; } .user_right .right-notice .right-notice-tit { height: 56px; background: url(../bg/zh-right-title.jpg) repeat-x; line-height: 33px; font-size: 16px; text-indent: 10px; } .user_right .right-notice ul { padding-left: 22px; } .user_right .right-notice ul li { padding-left: 15px; height: 25px; line-height: 25px; background: url(../bg/zh-right-notice.jpg) no-repeat 0 10px; } .userinfo-tit { background: #f8f8f8; height: 57px; line-height: 57px; font-family: "微软雅黑"; font-size: 16px; } .userinfo-tit b { display: block; padding-left: 50px; background: url(../bg/bodyconbg.png) no-repeat -248px -659px; } .user_right .bor { padding-bottom: 20px } .userdenglu-info { height: 56px; line-height: 56px; border-bottom: 1px dashed #c9c9c9; border-top: 1px solid #d8d8d8; color: #3f3f3f; padding-left: 28px; } .userdenglu-info b { padding-left: 20px; background: url(../bg/bodyconbg.png) no-repeat; } .userdenglu-info b.dlbg { background-position: -260px -13px; } .userdenglu-info b.dlbg2 { background-position: -260px -57px; margin-left: 100px; } /*我的账户公益*/ .commonwealBox{ min-height: 570px; } .user_menus .zh-div .zh-div-title-weal{background:url(../../images/commonweal.png) 19px -155px no-repeat;} .user_menus .zh-div .zh-div-title-weal.hover{ background-color: #f7f7f7; } .commonweal-detail{border:1px solid #ececec; margin-top:-1px; } .commonweal-detail ul li{ width: 247px; float: left; } .donation-total,.donation-count{ text-align: center; font-size: 18px; color: #333; border-right: 1px solid #f2f2f2; margin: 35px 0 25px; line-height: 26px;} .donation-total i{ width: 80px; height: 60px; display: inline-block; background:url(../../images/commonweal.png) 0 0 no-repeat; } .donation-count{border-right: none;} .donation-count i{ width: 52px; height: 60px; display: inline-block; background:url(../../images/commonweal.png) 0 -65px no-repeat; } .commonweal-detail h2{height:22px; line-height:22px; font-size:16px; background:#fff url(../../images/touzi.png) no-repeat 20px -266px; padding-left:45px;} .commonweal-detail h2 span{ color: #ff4646; font-size: 21px; padding-left: 5px; } .donation-total span,.donation-count span{ color: #ff4646; font-size: 20px; } .zhanghu-info2 .commonweal-title ul li:nth-child(1), .zhanghu-info2 .commonweal-title ul li:nth-child(2), .zhanghu-info2 .commonweal-title ul li:nth-child(3){ width: 260px; } .zhanghu-info2 .commonweal-title ul li:nth-child(1){ text-align: left; padding-left: 40px; } .zhanghu-info2 .commonweal-title ul li:nth-child(3){ text-align: right; padding-right: 60px; width: 240px; } .commonweal-detail table{ margin-top:0; } .commonweal-detail table td{border-bottom: none; width: 260px;} .commonweal-detail table td:nth-child(1){ text-align: left; width: 290px;} .commonweal-detail table td:nth-child(3){ text-align: right; padding-right: 40px;} .main-weal{ position: absolute; top: 33px; left: 110px; } /*--------------------------------------------账户中心---------------------------------------------------*/ .list_li_1 { margin: 0 auto; margin-bottom: 0px; } .list_li_1 span { float: right; margin-right: 15px; } .list_li_1 ul { width: 780px; margin: 0 auto; margin-bottom: 0px; } .list_li_1 li { line-height: 30px; height: 30px; margin-bottom: 0px; border-bottom: 1px #999999 dashed; padding-left: 0px; font-size: 14px; } .list_li_1 li A { padding-left: 10px; font-size: 14px; text-decoration: none; margin-bottom: 20px; } .list_li_1 li a:link { text-decoration: none; } .ui-grid-24 { margin: 0 10px 10px 0; float: left; display: inline; } .fn-clear:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } .fn-clear { zoom: 1; } .ui-grid-24 { width: 990px; } .ui-grid-right { margin-right: 0; } .list_2 { margin-bottom: 8px; } .list_2 .title { background: url(../bg/bluebg_247.gif) no-repeat; height: 23px; font-size: 14px; font-weight: bold; color: #8c463d; padding: 7px 0 0 16px; width: 192px; } .list_2 .title span { float: right; margin-right: 10px; font-weight: normal; margin-top: -2px } .list_2 .title span a { color: #666666 } .list_2 .content { border-color: #D9D9D9; border-style: none solid solid; border-width: 1px; height: auto; overflow: hidden; padding: 0 0 5px 10px; width: 195px; } .list_2 .content li { line-height: 25px; background: url(../bg/arrow_06.gif) no-repeat 5px 9px; text-align: left; padding-left: 15px; } .content_title { background: url(images/list_bg.jpg); height: 35px; border: 1px solid #D1D1D1; border-bottom: none; padding: 8px 0 0 10px; font-size: 14px; font-weight: bold } .floatr { float: right; } .floatl { float: left; } .article_content { border: 1px solid #CCC; border-top: none; width: auto; height: auto; overflow: hidden; } .pinglun_co { padding-bottom: 10px; } .content_pinglun { margin: 0 auto; width: 650px; } body .list-tab-con p { height: auto; } input, textarea, select, .uneditable-input { height:30px; display: inline-block; font-size: 12px; font-family:"微软雅黑"; margin-right:10px;color: #555555; border: 1px solid #cccccc; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .article_content { border: 1px solid #CCCCCC; border-top: none; width: auto; height: auto; overflow: hidden; } .pinglun_co { padding-bottom: 10px; } .pinglun_co img { display: inline; } .pinglun_co li { border-bottom: 1px dashed #CCCCCC; margin-bottom: 10px; width: 650px; overflow: hidden; margin: 0 auto; margin-bottom: 10px; } .pinglun_co_left { float: left; width: 80px; font-size: 12px; text-align: center; line-height: 20px; } .pinglun_list li { border-bottom: 1px dashed #CCCCCC; margin-bottom: 10px; overflow: hidden; margin: 0 auto; } .pinglun_co_pic { border: 1px solid #CCCCCC; padding: 2px; text-align: center; width: 73px; height: 73px; } .pinglun_co_content { border: 1px solid #FFCC99; float: left; height: auto; width: 520px; padding: 2px; background-color: #FFFCF0; color: #666666; line-height: 25px; } #selectavatar { padding: 2px; cursor: pointer } /** fuxingxing 新增样式 修改用户信息的样式 **/ #msg24 { border: 1px solid #4DBF00; padding: 15px; margin-top: 15px; background-color: #F0FFE5; height: auto; text-align: center; overflow: hidden } #msg25 { border: 1px solid #FF8080; padding: 15px; margin-top: 15px; background-color: #FFF2F2; height: auto; text-align: center; overflow: hidden } #msg24 .ok { color: #404040; font-size: 14px; font-weight: bold; line-height: 22px; text-align: center; } #msg25 .error { color: #404040; font-size: 14px; font-weight: bold; line-height: 22px; text-align: center; } .cor_divtop .right .info .titles { width: 500px; text-align: center; margin: 0 auto; line-height: 30px; } .cor_divtop .right .info .titles h3 { color: #702923; font-size: 16px; font-weight: bold; } .cor_divtop .right #myTabContent .info table { width: 700px; margin: 0 auto; } .cor_divtop .right #myTabContent .info table tr { width: 680px; margin: 0 auto; height: 100%; } .cor_divtop .right #myTabContent .info table td { width: 680px; margin: 0 auto; height: 100%; border-top: 1px solid #e1e1e1; line-height: 25px; } .cor_divtop .right #myTabContent .content_div { line-height: 30px; font-size: 12px; } .cor_divtop .right #myTabContent .info table p { width: 680px; } .cor_divtop .right #myTabContent .info table td.tdtitle { text-align: right; background: #fdfce8; } .cor_divtop .right #myTabContent .info .lz-tab { width: 700px; margin: 25px auto; } #myTabContent .lz-tab li { line-height: 25px; height: 25px; width: 120px; text-align: center; background: #f7f7f7; color: #333; float: left; } #myTabContent .lz-tab li.hover { background: #1A76C1; color: #fff; } #myTabContent .lz-tab .lz-tabtxt { padding: 10px 20px; line-height: 20px; border: 2px solid #e1e1e1; } body .ui-icon-closethick { background-position: 0 0; } .goodtips { display: none; } .content_h3 h3 { font-size: 16px; font-weight: bold; text-align: center; } .second-border .second-border-user .haoyous { float: left; width: 75px; height: 30px; line-height: 30px; } .box-info-detail h2.detail-titlebg { background: url(../bg/detail-titlebg.jpg) repeat-x; height: 40px; line-height: 40px; font-size: 18px; padding-left: 14px; color: #a51305; font-weight: bold; } .box-info-detail .tb-message { width: 475px; margin: 0 auto; padding-top: 15px; } .box-info-detail .tb-message p { color: #3d3c3c; line-height: 32px; height: 32px; } .box-info-detail .tb-message .mesleft { width: 222px; padding-left: 10px; border-right: 1px dashed #aaabad; float: left; } .box-info-detail .tb-message .mesright { width: 202px; padding: 0 10px 0 30px; float: right; } .box-info-detail .tb-message .mesright .btn-action { width: 111px; height: 54px; line-height: 40px; background: url(../bg/mesrightbtn.jpg) no-repeat; margin: 20px 0 0 45px; } .box-info-detail .tb-message .mesright p { color: #d91603; } .box-info-detail .detailbottom { width: 456px; height: 149px; background: url(../bg/detailbottombg.jpg) no-repeat; margin: 20px auto 0; } .box-info-detail .detailbottom ul li { width: 208px; } .viptable { border: 1px solid #e4e1e1; } .viptable tr td { padding: 8px 0 8px 20px; } .vip_boxname { border-bottom: 2px solid #e46832; } .vip_boxname span { width: 80px; height: 28px; display: inline-block; background: #e46832; color: #fff; border-radius: 5px 5px 0 0; text-align: center; line-height: 28px; border: none; } .vip_content { padding: 10px 20px; border: 1px solid #ccc; } .verified_ul { line-height: 25px; font-size: 12px; } .vipul li { width: 200px; float: left; } .vipul li b { font-weight: normal; color: #d61b03; } input { height: 22px; } .con_box { margin: 0px auto; width: 980px; } .t10 { margin-top: 10px; } .m_l_bor { border-bottom: #b2dbff 1px solid; border-left: #b2dbff 1px solid; padding-bottom: 5px; padding-left: 5px; padding-right: 5px; border-top: medium none; border-right: #b2dbff 1px solid; padding-top: 5px; } .process { width: 540px; overflow: hidden; } .process UL { width: 560px; float: left; } .process UL LI { text-align: center; margin: 10px 5px 0px 0px; width: 87px; background: url(images/MyAccount_07.jpg) no-repeat left top; float: left; height: 71px; color: #fff; font-weight: bold; padding-top: 25px; } .process UL LI A { color: #fff; } .clear { clear: both; } .wrap950 { width:1200px; height: auto; margin: 0 auto 35px; overflow: hidden;} .list_li_3{ margin-top: 30px; padding: 30px 0;} .list_3 { margin-bottom: 8px; } .list_3 .title { background: url(images/left_bg.gif); border: 1px #C9C9C9; height: 20px; padding: 10px 0 0 10px; width: 950px; font-size: 14px; font-weight: bold; color: #E10A3C } .list_3 .title .titles { color: #900; font-size: 14px; } .list_3 .title span { float: right; margin-right: 10px; font-weight: normal; margin-top: -2px } .list_3 .title span a { color: #E10A3C } .list_3 .content { padding: 5px 0 5px 10px; height: auto; width: 938px; overflow: hidden; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-color: #C9C9C9; border-right-color: #C9C9C9; border-bottom-color: #C9C9C9; border-left-color: #C9C9C9; } .list_3 .content .li { line-height: 25px; background: url(../bg/bbs_ico_1.gif) no-repeat 5px 9px; text-align: left; padding-left: 15px; } .list_3 .foot { background: url(images/list_foot_2.gif) no-repeat; height: 22px; overflow: hidden } /***贷款页面状态 CSS***/ .content .dk_zt { width: 950px; margin: auto; } .content .dk_zt h2 { height: 25px; line-height: 25px; font-size: 14px; } .content .dk_zt h2 b { font-weight: normal; margin-left: 10px; font-size: 12px; color: #555; } .content .dk_zt .dk_zt_cont { padding: 8px 0; margin-top: 5px; border-top: dashed 1px #b4b4b4; border-bottom: dashed 1px #b4b4b4; } .content .dk_zt .dk_zt_cont li { float: left; } .content .dk_zt .dk_zt_cont li span, .content .dk_zt .dk_zt_cont li a { display: block; float: left; height: 35px; line-height: 35px; } .content .dk_zt .dk_zt_cont li a { padding: 0 5px; font-weight: bold; } .content .dk_zt .dk_zt_cont li a.hong { background: #5EBA4F; color: #FFF; }/***当状态为完成时 内容底色填充为橘红色***/ .content .dk_zt .dk_zt_cont li span.hong_tou { width: 19px; background: url(/App_Themes/2010/images/daik_bg_1.gif) no-repeat bottom right; }/***当状态为完成时 箭头头部背景***/ .content .dk_zt .dk_zt_cont li span.hong_wei { width: 21px; background: url(/App_Themes/2010/images/daik_bg_1.gif) no-repeat -139px bottom; }/***当状态为完成时 箭头尾部背景***/ .content .dk_zt .dk_zt_cont li a.hui { background: #f0f0f0; color: #b4b4b4; }/***当状态未完成时 内容底色填充为灰色***/ .content .dk_zt .dk_zt_cont li a.hui:hover { color: #F30; } .content .dk_zt .dk_zt_cont li span.hui_wei { width: 22px; background: url(/App_Themes/2010/images/daik_bg_1.gif) no-repeat left bottom; }/***当状态未完成时 箭头头部背景***/ .content .dk_zt .dk_zt_cont li span.hui_tou { width: 19px; background: url(/App_Themes/2010/images/daik_bg_1.gif) no-repeat -118px bottom; }/***当状态为完成时 箭头头部背景***/ .content .dk_zt .dk_zt_cont li a:hover { text-decoration: none; } .content_list { height: auto; overflow: hidden; width: 100%;} .borrow_box { border: 0px solid #FFCC33; width: 160px; height: 45px; background-color: #FFFFFF; padding: 10px; margin-right: 5px; line-height: 30px; float: left } div, td { font-size: 12px; line-height: 22px; color: #333333; text-decoration: none; } table, th, td { border-collapse: collapse; } img { border: none; } .module_title { text-align: left; padding: 0 5px 0 5px; border-bottom: 1px dashed #CCCCCC; line-height: 26px; background: url(images/main_menu_bg.gif); color: #FFFFFF } .module_title a { color: #FFFFFF } .module_title span { float: right; font-size: 12px; } .module_title span a { margin-left: 5px; } .module_title span .current { background-color: #FFFFFF; color: #000000; padding: 4px 6px 2px 6px; font-weight: bold; font-size: 12px; } .module_border { line-height: 27px; height: auto; width: 100%; margin: 3px 0; text-align: left; overflow: hidden; padding-bottom: 5px; } .module_border .l { float: left; width: 120px; padding: 4px 5px 0 0px; text-align: right } .module_border .w { float: left; width: 200px; padding: 4px 5px 0 0px; text-align: right } .module_border .d { float: left; width: 320px; padding: 4px 5px 0 0px; text-align: right } .module_border .e { float: left; width: 220px; padding: 4px 5px 0 0px; text-align: right } .module_border .c { padding: 4px 5px 3px 10px; float: left; width: 200px; overflow: hidden } .module_border .s { padding: 4px 5px 3px 10px; float: left; width: 500px; color: #666666; font-size: 12px; } .module_border .sco { padding: 4px 5px 3px 10px; float: left; width: 500px; color: #A7A7A7; font-size: 12px; overflow: hidden } .module_border .r { padding: 4px 5px 3px 10px; float: left; width: 240px } .layer-qq-group{position: absolute;left: -46px;top: 22px;padding-top: 15px;cursor: default;} .layer-qq-group div{padding: 10px;background: #fff;border: 1px solid #ddd;} .layer-qq-group span{display: block;line-height: 20px;} .float0831 { POSITION: fixed; TOP: 22%; RIGHT: 49px; _position: absolute } .float0831 A { COLOR: #00a0e9 } .float0831 A:hover { COLOR: #ff8100; TEXT-DECORATION: none } .float0831 .floatL { POSITION: relative; WIDTH: 28px; FLOAT: left } .float0831 .floatL A { DISPLAY: block; FONT-SIZE: 0px } .float0831 .floatR { BACKGROUND: url(../bg/float_bg.gif) } .float0831 .tp { BACKGROUND: url(../bg/float_bg.gif) } .float0831 .cn { BACKGROUND: url(../bg/float_bg.gif) } .float0831 .floatR { PADDING-BOTTOM: 5px; WIDTH: 130px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: -131px bottom; FLOAT: left; OVERFLOW: hidden } .float0831 .tp { BACKGROUND-REPEAT: no-repeat; BACKGROUND-POSITION: 0% 0%; HEIGHT: 10px } .float0831 .cn { BACKGROUND-REPEAT: repeat-y; BACKGROUND-POSITION: -262px 0px } .float0831 .cn H3 { TEXT-INDENT: -9999px; HEIGHT: 36px; FONT-SIZE: 0px } .float0831 .cn UL { PADDING-BOTTOM: 0px; PADDING-LEFT: 14px; PADDING-RIGHT: 14px; PADDING-TOP: 0px } .float0831 .cn UL LI { BORDER-BOTTOM: #e6e5e4 1px solid; LINE-HEIGHT: 24px; WORD-WRAP: break-word; HEIGHT: 24px; OVERFLOW: hidden; WORD-BREAK: normal } .float0831 .titZx { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .titDh { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .titDc { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .icoZx { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .icoTc { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .icoFf { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .icoTl { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .btnOpen { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .btnOpen_n { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .btnCtn { BACKGROUND: url(../bg/float_s.gif) no-repeat } .float0831 .titZx { BACKGROUND-POSITION: 5px -10px } .float0831 .titDh { BACKGROUND-POSITION: 5px -66px } .float0831 .titDc { BACKGROUND-POSITION: 5px -124px } .float0831 .icoZx { BACKGROUND-POSITION: 2px -154px } .float0831 .icoTc { BACKGROUND-POSITION: 0px -323px } .float0831 .icoFf { BACKGROUND-POSITION: 2px -213px } .float0831 .icoTl { PADDING-LEFT: 20px; DISPLAY: block; FONT-FAMILY: "微软雅黑"; BACKGROUND-POSITION: 2px -266px; FLOAT: left } .float0831 .btnOpen { BACKGROUND-POSITION: -30px -396px } .float0831 .btnOpen_n { BACKGROUND-POSITION: 0px -530px } .float0831 .btnCtn { BACKGROUND-POSITION: 0px -396px } .float0831 .icoZx { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left } .float0831 .icoTc { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left } .float0831 .icoFf { PADDING-LEFT: 28px; DISPLAY: block; FLOAT: left } .float0831 .btnOpen { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px } .float0831 .btnOpen_n { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px } .float0831 .btnCtn { POSITION: relative; WIDTH: 28px; HEIGHT: 118px; TOP: 80px; LEFT: 2px } .float0831 .btnOpen { TOP: 58px; LEFT: 1px } .float0831 .btnOpen_n { TOP: 58px; LEFT: 1px } .float0831 .btnCtn { TOP: 58px; LEFT: 2px } .float0831 UL LI H3.titDc A { WIDTH: 80px; DISPLAY: block; HEIGHT: 36px } .float0831 UL LI.top { BORDER-BOTTOM: #ace5f9 1px solid; height: 30px; line-height: 30px; } .float0831 UL LI.bot { BORDER-BOTTOM-STYLE: none } .float0831 UL.webZx { PADDING-BOTTOM: 0px; PADDING-LEFT: 0px; WIDTH: 164px; PADDING-RIGHT: 0px; BACKGROUND: url(images/webZx_bg.jpg) no-repeat; HEIGHT: 65px; PADDING-TOP: 0px } .float0831 UL LI.webZx-in { BORDER-BOTTOM-STYLE: none; PADDING-LEFT: 5px; HEIGHT: 50px; PADDING-TOP: 8px } .module_border .w input { position: relative; top: 9px; margin-right: 4px; } #changetoDay { position: relative; top: 8px; } /*侧边浮动条*/ #floatBtn { left: 50%; margin-left: 515px; position: absolute; padding-bottom: 10px; top: 280px; width: 110px; text-align: center; background-color: #ECECEC; } #floatBtn img { display: block; } #floatBtn .floatbtn-outside { background: url(../bg/float_05.jpg) repeat-y; border-left: 1px solid #ccc; border-right: 1px solid #ccc; } #floatBtn .floatbtn-outside li { height: 25px; line-height: 25px; } #floatBtn .outside-up a { display: block; height: 25px; line-height: 25px; width: 110px; text-align: center; overflow: hidden; background: url(../bg/float_06.png) no-repeat; color: #fff; } .user_right_main .head td { background: #f5f5f5; font-size:14px;} .user_right_main .table td.page { background: #fff; } .user_right .list-tab { border-bottom: none; } #jkxq .obja { display: inline; } #jkxq img { width: 100px; height: 100px; display: inline; margin-right: 20px; } .user_right_main #password { float: left; } .user_right_border .c span img { float: none; } .hld-lc { width: 710px; margin-left: 20px; height: 58px; margin-top: 15px; } .lc-img { background: url(../bg/hld-lcimg.png) no-repeat; } .hld-lc span { display: block; float: left; } .hld-lc a { display: block; float: left; } .hld-lc .lc-title { display: block; margin-right: 15px; } .hld-lc a .lc-email_0 { width: 78px; height: 105px; background-position: 0px -104px; display: block; } .hld-lc .lc-jt { width: 85px; height: 105px; background-position: -239px 0px; display: block; margin-left: 5px; margin-right: 5px; } .hld-lc a .lc-phone_0 { width: 78px; height: 105px; background-position: -162px -104px; display: block; } .hld-lc a .lc-yjf_0 { width: 88px; height: 105px; background-position: -322px -104px; display: block; } .hld-lc a .lc-email_1 { width: 78px; height: 105px; background-position: 0px 0px; display: block; } .hld-lc a .lc-phone_1 { width: 78px; height: 105px; background-position: -162px 0px; display: block; } .hld-lc a .lc-yjf_1 { width: 88px; height: 105px; background-position: -322px 0px; display: block; } .list-btn{display: block;font-size: 16px;color: #fff;width: 115px;height: 35px;line-height: 35px;background: url(../bg/tb-btn1.png) no-repeat;text-align: center;border:0;} .list-btn:hover {background: url(../bg/tb-btn1hover.png) no-repeat;} .list-btn2 {background: url(../bg/tb-btn2.png) no-repeat;display: block;font-size: 16px;color: #fff;width: 115px;height: 35px;line-height: 35px;text-align: center;border:0;} #tbinfo ul li{ width:300px;} .markbox{ width:100%;} .jkjl td{ text-align:center; height:40px; border:none;font-size:14px;} .jkjl tr th{ background:#e0f1ff; height:40px; color:#333; font-size:16px; font-weight:normal;} .jkjl tr.leadinve th{ background:#feeded;} .even{ background:#f9f9f9;} .inall{ width:100%; height:50px; line-height:50px; font-size:14px; margin:20px 0;} .inall span{ padding-right:80px;} .inall span.tbrs{ background:url(../../images/xmjs.png) no-repeat left center; padding-left:40px;} .inall span.ze{ background:url(../../images/ze.png) no-repeat left center; padding-left:40px;} .inall span.sy{ background:url(../../images/sy.png) no-repeat left center; padding-left:40px;} table.nocollect tr.head td{ font-size:12px; color:#333;} .list-jk li{ font-size:14px;} .list-jk li.cur a, .list-tab-narrow li.cur a{ font-size:18px; padding:0 13px;} .list-jk li a{ padding:0 15px;} .edsm{ width:100%; background:#fef9f1; padding:10px 0; font-size:14px; margin:20px 0;} .list-xx li a{padding:0 15px;} .list-xx li.cur a{padding:0 20px;} .userinfo{ font-size:20px; color:#333; text-align:left; height:170px; padding-top:25px; background:url(../bg/bg-menber.png) no-repeat 8px -1260px; margin:20px 0 0 30px; float:left;} .userinfo-form{ float:left; padding:75px 0 20px 0;} .userinfo-form .user_right_border,.form-modify .user_right_border{ padding-bottom:10px;} .userinfo-form .user_right_border .l,.userinfo-form .user_right_border .c,.userinfo-form .user_right_border .e,.form-modify .user_right_border .e,.form-modify .user_right_border .l,.form-modify .user_right_border .c { font-size:14px; color:#333;} .buiding{ background-position:-183px -1260px;} .company{ background-position:25px -1440px;} .firm{ background-position:-165px -1440px;} .finance{background-position:5px -1630px;} .contact-lx{background-position:-185px -1630px;} .education-jy{background-position:-185px -1825px;} .mate-po{background-position:3px -1825px;} .userinfo-form input{ height:30px;} .form-modify .c input{ font-size:14px; padding-left:10px;} .userinfo-form .user_right_border .m{font-size:14px; color:#333; padding:0 0 10px 50px;} .userinfo-form .user_right_border input.buil,.form-modify input.buil{ width:145px; height:40px; background:#ff6060; font-size:22px;} .build-sm{ background:#fef9f1; border:1px solid #ffd7bc; border-radius:5px; color:#f96501; font-size:14px; padding:10px 20px; text-align:left; margin:0 20px 40px;} .userinfo-form .user_right_border select{ font-size:14px;} .form-finance input,.form-finance select{ width:125px; padding-left:10px;} .form-edu select{ width:106px;} .form-modify{ font-size:14px; color:#333; margin-top:45px;} .form-modify .user_right_border .c{ font-size:14px; color:#878787;} .form-modify .user_right_border .c font{ color:#ff0000; padding-left:10px;} .form-modify input{ width:170px; height:30px;} .form-gr select{ width:100px;} .reg-box{ width:377px;} .zhanghu-info3-title ul li{ width:300px;} /*login切换*/ .new_banner{position:relative; margin:0 auto; padding:40px 100px 40px 100px; float:left;} .rslides{width:100%;position:relative;list-style:none;padding:0} .rslides img{ width:500px; height:488px; overflow:hidden;} .rslides_nav{ width:36px; height:36px; background-image:url(../images/banner_new.png); display:block; position:absolute; text-indent:-10em; overflow:hidden;} .prev{ background-position:0 0;left:-40px; top:180px;} .prev:hover{ background-position:0 -36px;} .next{ background-position:-36px 0;right:-40px; top:180px;} .next:hover{ background-position:-36px -36px;} :-moz-placeholder {color: #6b6b6b; } ::-moz-placeholder {color: #6b6b6b;} input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: #6b6b6b;} input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #6b6b6b;} .content_ro2 img{ max-width:927px; overflow:hidden;} /*我的账户的好友管理*/ .tjfsbox{height:785px; border:1px solid #aaa;} .tjfsbox h4{height:70px;line-height:70px; background:#f7f8f8; font-size:24px; font-family:""微软雅黑; color:#ff5959; border-bottom:1px solid #aaa; font-weight:bold; text-align:center;} .tjfsbox ul li{ float:left; margin:40px 0 0 60px; font-size:16px; color:#555; width:367px;} .ivmbox{ margin:10px 40px 0 ; border:1px solid #aaa; height:286px;} .yqmbox{ width:410px; float:left; border-right:1px solid #aaa; padding:30px 10px 50px 10px; font-size:16px; color:#555; line-height:30px; } .yqmbox a{ color:#ff5959; outline:none;} .yqmbox a:hover{ text-decoration:underline;} .ewmbox{width:290px; height:220px; float:left;} .ewmbox img{ padding-left:100px; width:195px; height:190px; overflow:hidden;} .ivmtbox{ width:100%;width:100%; height:200px;} .ivmbox p{ font-size:16px; font-family:"微软雅黑"; color:#555; margin-top:40px} .ivmbox p span{ color:#ff5959;} .yqpicbox{ width:100%; display:inline-block; height:90px; background:url(../../images/yq.png) no-repeat center center; font-size:22px; line-height:100px; text-align:center; color:#fff;} .tjfsbox ul li.tupicbox{ float:left; width:380px; height:60px; background:url(../../images/tis.png) no-repeat 0 center; font-size:22px; font-family:"微软雅黑"; line-height:53px; text-align:center; color:#fff; display:inline-block; margin-top:10px;} .tupicbox:hover{ color:#fff;} .myyqbox{ width:100%; height:75px; border:1px solid #aaa; margin-top:20px; background:#f7f8f8; font-size:24px; line-height:75px; text-align:center; color:#555; font-weight:bold;} .yqpicbox{cursor:pointer;} .yqpicbox:hover{ color:#fff;} .myyqbox span{color:#ff5959; border-bottom:2px solid #ff5959;} .sharebox{ width:100%; height:85px; background:#f7f8f8;border-top:1px solid #aaa;} .sharebox label{ width:120px; height:55px;display:inline-block;} .sharebox label.weibo{background:url(../../images/hyshare.png) no-repeat 0 10px; margin-left:120px;cursor:pointer;} .sharebox a.youjian{background:url(../../images/hyshare.png) no-repeat -120px 10px;} .sharebox label.kj{background:url(../../images/hyshare.png) no-repeat -240px 10px;cursor:pointer;} .sharebox label.weixin{background:url(../../images/hyshare.png) no-repeat -360px 10px;cursor:pointer;} .sharebox label.txwb{background:url(../../images/hyshare.png) no-repeat -480px 10px;cursor:pointer;} .weixintext{ width:300px;position:fixed; z-index:9999; background:#fff; right:40%; top:35%;} .weixintext h2{ width:100%; height:40px; line-height:40px; text-align:center; font-size:14px; color:#fff; border-bottom:1px solid #aaa; background:#229fff;} .weixintext img{ padding:20px 0 20px 50px;} .weixintext .txt{ width:100%; height:40px; border-top:1px solid #cecece; text-align:center; line-height:40px; font-size:14px; color:#229fff;} .gb{ position:absolute; top:-8px; right:10px;cursor:pointer;} .sharebox a{width:120px; height:55px;display:inline-block;} /*刮刮卡*/ .scratchCardBg{ width: 100%; height: 804px; margin: 0 auto; background: url(../../images/scratchcardbg.jpg) no-repeat center 0; } .scratchCard{ width: 1200px; margin: 0 auto; padding-top: 40px;} .scratchCard h2{ height: 172px; background: url(../../images/cartTitle.png) no-repeat center 0; width: 100%;} .scratchCard h2 p{ font-size: 25px; color: #fff; padding: 125px 0 0 405px; } .scratchCardCont{position: relative;height: 224px;background: url(../../images/ggkbg.png) no-repeat center 0;width: 100%; margin: 15px 0 0; } .scratchCardCont .canvas{position:absolute;top:20px;left:390px;width:417px;height:180px;text-align:center;z-index: 2; font-size: 45px;} .scratchCardCont .info{position:absolute;top:85px;left:430px;width: 345px;height:82px;text-align:center;} .scratchCardCont .info span{display: block;font-size: 20px; color: #ff4646; font-weight: bold;} #prompt{ line-height: 30px; } .rebackBtn{ margin:10px 0 0 490px; width: 225px; height: 75px; background-color: #ff4646; font-size: 30px; color: #fff; display: inline-block; text-align: center; line-height: 75px; border-radius: 75px; font-weight: bold; box-shadow: 0 5px 0 #bb1514;} .rebackBtn:hover{ color: #fff; }
.header { -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 1em; } .header > .logo { color: #1DA1F2; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: 0; font-size: 32px; } .header > ul > li > .side { display: -webkit-box; display: -ms-flexbox; display: flex; list-style: none; padding-right: 0.1em; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: -webkit-max-content; width: -moz-max-content; width: max-content; border-radius: 18px; -webkit-transition: ease-in 0.1s; transition: ease-in 0.1s; } .header > ul > li > .side > i { font-size: 20px; padding: 0 1em 0 0.1em; } .header > ul > li > .side:hover { background-color: #c5e9ff; } .header > ul { padding-left: 0; } .header > ul > li { list-style: none; } .postSection-tweet-btn { background-color: #1DA1F2; padding: 1em; font-size: 15px; width: 65%; border-radius: 25px; color: white; border: solid white; } .postSection-tweet-btn:hover { background-color: #109bf1; } .header-pro-container { display: -webkit-box; display: -ms-flexbox; display: flex; margin: 4em 1em 0 0; } .header-pro-container > .headerDp { width: 15%; border-radius: 100%; margin: 0 1em 0 0; } .header-pro-container > a > text { font-weight: bolder; } /*# sourceMappingURL=header.css.map */
body { font-family: sans-serif; margin-top: 2ex; margin-left: 2ex; color: rgb(36, 36, 36); } h1 { color: rgb(87, 87, 87); } ul { list-style-type: none; margin-left: 2ex; padding-left: 0; } li { margin-top: 1ex; } a { text-decoration: none; border-bottom: 1px dashed rgb(216, 216, 216); } a:link { color: rgba(36, 36, 36); } a:visited { color: rgba(36, 36, 36); } input { margin-top: 5px; margin-bottom: 10px; } .help { color: rgb(131, 131, 131); }
.additional-info { background-color: rgba(3, 9, 49, 0.7); width: 100%; line-height: 1.5em; bottom: 0; transform: translateY(100%); opacity: 0; text-shadow: 1px 1px 10px #333; box-shadow: 0px -10px 45px 3px rgba(0, 0, 0, 0.75); transition: 0.1s ease-out; position: fixed; z-index: 1; } .additional-info-show { transform: translateY(0%); opacity: 1; } .additional-info-hide { transform: translateY(100%); opacity: 0; } @keyframes additional-info-slide-up { from { transform: translateY(100%); } to { transform: translateY(0%); } } @keyframes additional-info-slide-down { from { transform: translateY(0%); } to { transform: translateY(100%); } }
#header { background-color:#111011; padding:10px; } #header h1 { margin:10px auto; }
body { width: 400px; margin: 20px auto; font-family: monospace; } h1 {text-transform: uppercase;} p {font-size: 20px;} .vis {background-color: #eee;} .vis-d3, .vis-manual, .vis-small { border: 2px dashed black; width: 200px; height: 200px; padding: 5px; margin: 5px; display: flex; flex-wrap: wrap; } .vis-small { width: 600px; height: 600px;; } .box { height: 30px; width: 30px; margin-top: 2px; background-color: black; color: white; }
/* Move styles here... */
/** * * *HTML5字体设置 * * **/ @font-face { font-family: '华文行楷'; src: url('../lib/华文行楷.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: '隶书'; src: url('../lib/隶书.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: '华文楷体'; src: url('../lib/华文楷体.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: '楷体'; src: url('../lib/楷体.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: 'times'; src: url('../lib/times.ttf') format('truetype'); font-weight: normal; font-style: normal; } @font-face { font-family: '宋体'; src: url('../lib/宋体.TTF') format('truetype'); font-weight: normal; font-style: normal; }
.logo { width: 40%; } .sub-header { color: white; font-size: 24px; font-weight: 500; padding: 10px 0px; }
.file-upload { background-color: #ffffff; margin: 0 auto; padding: 20px; height: 530px; } .file-upload-btn { width: 100%; margin: 0; color: #fff; background: #1FB264; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #15824B; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .file-upload-btn:hover { background: #1AA059; color: #ffffff; transition: all .2s ease; cursor: pointer; } .file-upload-btn:active { border: 0; transition: all .2s ease; } .file-upload-content { display: none; text-align: center; } .file-upload-input { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .image-upload-wrap { margin-top: 10px; border: 4px dashed #1FB264; position: relative; margin-bottom: 50px; height:400px; } .image-dropping, .image-upload-wrap:hover { background-color: #1FB264; border: 4px dashed #ffffff; } .image-title-wrap { padding: 0 15px 15px 15px; color: #222; } .drag-text { text-align: center; bottom: 0; } .drag-text h3 { text-transform: uppercase; color: #15824B; padding-top: 300px; font-size:20px; } .file-upload-image { max-height: 200px; max-width: 200px; margin: auto; padding: -50px; padding: 20px; } .remove-image { width: 200px; margin: 0; color: #fff; background: #cd4535; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #b02818; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .remove-image:hover { background: #c13b2a; color: #ffffff; transition: all .2s ease; cursor: pointer; } .remove-image:active { border: 0; transition: all .2s ease; } .padbtn{ margin-top: -130px; } .boxhead{ background: rgba(112,235,131,1); background: -moz-linear-gradient(left, rgba(112,235,131,1) 0%, rgba(39,179,230,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(112,235,131,1)), color-stop(100%, rgba(39,179,230,1))); background: -webkit-linear-gradient(left, rgba(112,235,131,1) 0%, rgba(39,179,230,1) 100%); background: -o-linear-gradient(left, rgba(112,235,131,1) 0%, rgba(39,179,230,1) 100%); background: -ms-linear-gradient(left, rgba(112,235,131,1) 0%, rgba(39,179,230,1) 100%); background: linear-gradient(to right, rgba(112,235,131,1) 0%, rgba(39,179,230,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70eb83', endColorstr='#27b3e6', GradientType=1 ); height:80px; padding-top:50px; } .boxhead2{ background: rgba(141,112,235,1); background: -moz-linear-gradient(left, rgba(141,112,235,1) 0%, rgba(39,131,230,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(141,112,235,1)), color-stop(100%, rgba(39,131,230,1))); background: -webkit-linear-gradient(left, rgba(141,112,235,1) 0%, rgba(39,131,230,1) 100%); background: -o-linear-gradient(left, rgba(141,112,235,1) 0%, rgba(39,131,230,1) 100%); background: -ms-linear-gradient(left, rgba(141,112,235,1) 0%, rgba(39,131,230,1) 100%); background: linear-gradient(to right, rgba(141,112,235,1) 0%, rgba(39,131,230,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d70eb', endColorstr='#2783e6', GradientType=1 ); height:80px; padding-top:50px; } .boxttle{ margin-top: -20px; text-align: center; color:white; } .file-upload-contentss { display: none; text-align: center; } .file-upload-inputss { position: absolute; margin: 0; padding: 0; width: 100%; height: 100%; outline: none; opacity: 0; cursor: pointer; } .image-upload-wrapss { margin-top: 10px; border: 4px dashed #1FB264; position: relative; margin-bottom: 50px; height:400px; } .image-droppingss, .image-upload-wrapss:hover { background-color: #1FB264; border: 4px dashed #ffffff; } .file-upload-imagess { max-height: 200px; max-width: 200px; margin: auto; padding: 20px; } .remove-imagess { width: 200px; margin: 0; color: #fff; background: #cd4535; border: none; padding: 10px; border-radius: 4px; border-bottom: 4px solid #b02818; transition: all .2s ease; outline: none; text-transform: uppercase; font-weight: 700; } .remove-imagess:hover { background: #c13b2a; color: #ffffff; transition: all .2s ease; cursor: pointer; } .remove-imagess:active { border: 0; transition: all .2s ease; }
:root { --color-fonts:#dcdde1; --first-color: #2b2b2b; } body { background: var(--first-color); font-family: 'Rubik', sans-serif; transform: 400ms; } .links { text-align: center; } .links a { color: white; text-decoration: none; font-size: 20px; line-height: 30px; margin: 0 16px; font-family: 'Rubik', sans-serif; font-weight: 300; } .links a:hover{ color: var(--color-fonts); } #wrapper { text-align: center; padding: 32px; color: white; } #wrapper img { width: 250px; border-radius: 50%; border: 2px solid #8c7ae6; margin-top: 40px; margin-bottom: 32px; transition: border 1000ms; } #wrapper h1 { font-size: 42px; line-height: 22px; opacity: 0.8; } #wrapper h2 { font-size: 24px; line-height: 34px; font-weight: 300; opacity: 0.8; } #wrapper p{ font-size: 24px; opacity: 0.8; } #wrapper span { color: #8c7ae6 }
a { border-image-outset: -10 } b { border-image-outset: 10 -10 } c { border-image-outset: 0 -10 10 5 } d { border-image-outset: -10pt }
.contact-info { display: flex; flex-direction: row; flex-wrap: nowrap; } .contact-buffer { flex: 0 0 1%; } .contact-type { text-align: right; flex: 1 1 0%; font-weight: 500; } .contact-text { text-align: left; flex: 1 1 100px; } .contact-link { color: lightseagreen; text-decoration: underline; }
@font-face { font-family: 'Roboto'; font-style: italic; font-weight: 100; src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(assets/roboto/Roboto-Thin-Italic.ttf) format('truetype'), url(assets/roboto/Roboto-Thin-Italic.woff2) format('woff2'), url(assets/roboto/Roboto-Thin-Italic.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 300; src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(assets/roboto/Roboto-Light-Italic.ttf) format('truetype'), url(assets/roboto/Roboto-Light-Italic.woff2) format('woff2'), url(assets/roboto/Roboto-Light-Italic.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 400; src: local('Roboto Italic'), local('Roboto-Italic'), url(assets/roboto/Roboto-Italic.ttf) format('truetype'), url(assets/roboto/Roboto-Italic.woff2) format('woff2'), url(assets/roboto/Roboto-Italic.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 700; src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(assets/roboto/Roboto-Bold-Italic.ttf) format('truetype'), url(assets/roboto/Roboto-Bold-Italic.woff2) format('woff2'), url(assets/roboto/Roboto-Bold-Italic.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: italic; font-weight: 900; src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(assets/roboto/Roboto-Black-Italic.ttf) format('truetype'), url(assets/roboto/Roboto-Black-Italic.woff2) format('woff2'), url(assets/roboto/Roboto-Black-Italic.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 100; src: local('Roboto Thin'), local('Roboto-Thin'), url(assets/roboto/Roboto-Thin.ttf) format('truetype'), url(assets/roboto/Roboto-Thin.woff2) format('woff2'), url(assets/roboto/Roboto-Thin.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 300; src: local('Roboto Light'), local('Roboto-Light'), url(assets/roboto/Roboto-Light.ttf) format('truetype'), url(assets/roboto/Roboto-Light.woff2) format('woff2'), url(assets/roboto/Roboto-Light.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 400; src: url(assets/roboto/Roboto.eot); src: local('Roboto'), local('Roboto-Regular'), url(assets/roboto/Roboto.ttf) format('truetype'), url(assets/roboto/Roboto.woff2) format('woff2'), url(assets/roboto/Roboto.svg#Roboto) format('svg'), url(assets/roboto/Roboto.eot?#iefix) format('embedded-opentype'), url(assets/roboto/Roboto.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 700; src: local('Roboto Bold'), local('Roboto-Bold'), url(assets/roboto/Roboto-Bold.ttf) format('truetype'), url(assets/roboto/Roboto-Bold.woff2) format('woff2'), url(assets/roboto/Roboto-Bold.woff) format('woff'); } @font-face { font-family: 'Roboto'; font-style: normal; font-weight: 900; src: local('Roboto Black'), local('Roboto-Black'), url(assets/roboto/Roboto-Black.ttf) format('truetype'), url(assets/roboto/Roboto-Black.woff2) format('woff2'), url(assets/roboto/Roboto-Black.woff) format('woff'); }
@font-face { font-family: 'Logbook Prime'; font-weight: 400; src: url('../fonts/LogbookPrime-Regular.ttf') format('truetype'); } * { margin: 0px; border: 0px; padding: 0px; } body { display: flex; flex-direction: column; align-items: center; align-content: center; font-family: 'Logbook Prime'; color: #FFFFFF; /* background: #0033cc; */ } img { max-width: 100%; max-height: 100%; } .tracker { flex: 1; display: flex; flex-direction: column; box-sizing: border-box; padding-bottom: 14px; } .row { display: flex; text-align: center; box-sizing: border-box; padding: 14px 14px 0 0; } .item, .items { display: flex; align-items: center; align-content: center; justify-content: center; text-align: center; user-select: none; } .item { padding-left: 14px; } .items { width: 60px; height: 60px; } .item:not(.auto) .items { cursor: pointer; } .artifacts { cursor: pointer; } .artifacts .artifact { fill: #39d3f9; } .artifacts .artifact.selected { fill: #f9ac39; } .hidden { display: none; } .grayscale { filter: brightness(50%) grayscale(100%); }
*{ margin:0; padding:0; box-sizing:border-box; } body{ font-family: 'Montserrat', sans-serif; background: #14d2ac; color: #000000; } #wrapper{ height:100vh; } .flex-hl-vl-center{ display:flex; justify-content:center; align-items:center; } .col{ flex-direction:column; } .time{ padding:0px 5px; font-weight:200; display:inline-block; width:70px; } .row{ padding:3px 10px; } .time-container{ text-align:center; } .row:nth-child(2){ border-top:1px solid black; border-bottom:1px solid black; padding:0px 10px; } .greetings{ font-size:1.3em; } .time, .sep{ font-size:3em; text-shadow: 1px 1px 1px rgba(0,0,0,0.5); } .sep{ font-family:'open sans',arial; } .date-container{ font-size:1.5em; text-align:center; } #day{ font-weight:bold; } footer{ position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:100%; text-align:center; } a{ text-decoration:none; }
.impostor{ display:flex; } h1{ font-size: 100px; font-family: Arial, Helvetica, sans-serif; margin-left:4%; } button{ font-size:40px; }
#wrapper { display: block; } #title { color: orange; text-align: center; } #body { margin-left: auto; margin-right: auto; width: 80%; font-size: 16px; } #documentName { } #changeDocumentName { margin-left: auto; margin-right: auto; } #changeDocumentNameInput { margin-left: auto; margin-right: auto; width: 15em; outline: none; } #textAreaWrapper { display: flex; } #textArea { outline: none; width: 100%; margin-left: auto; margin-right: auto; border: 3px solid #888; resize: none; font-size: 14px; }