code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
.full-right { float: right; } .tr-modal { width: 40%; height: 100%; max-height: 100%; margin: 0 auto; display: none; position: fixed; top: 15%; bottom: 25%; left: 0; right: 0; transform: translate(-50%, -50%, -50%, -50%); z-index: 20; } .overlay ~ .tr-title { background: #fff; } .overlay ~ .tr-body { background: #fff; } .overlay ~ .tr-conteudo { padding: 20px; background: #fff; position: relative; } .overlay { width: 100%; height: 100%; background: rgba(0,0,0,.3); position: fixed; right: 0; left: 0; top: 0; bottom: 0; z-index: 1; } .tr-conteudo { padding: 15px; border-radius: 5px; position: relative; z-index: 9999; } .tr-title { position: relative; margin-top: 3px; font-size: 23px; z-index: 11; } .tr-modal .tr-close { padding: 5px !important; padding-bottom: 3px !important; border: none; background: #EE2C2C; position: absolute; right: 20px; top: 20px; font-size: 18px; color: #fff; cursor: pointer; z-index: 11; } .tr-conteudo .tr-body { max-height: 60vh; padding: 20px 0; font-family: 'Quicksand', sans-serif; overflow-x: scroll; z-index: 11; } .tr-modal .tr-body .handContainer .handConteudo { position: relative; width: 100%; padding-top: 3px; padding-left: 8px; text-align: justify; } .tr-modal .tr-body .handContainer .handContent { min-width: 100%; color: #000; font-weight: bold; display: block; } .tr-modal .tr-body .handContainer .handContent em { font-style: normal; display: inline-block; } .tr-modal .tr-body .handContainer .handContent a.hDeletar { margin-top: -8px; padding: 5px 10px; color: #fff; font-weight: bold; text-align: right; background: #EE2C2C; border-bottom: 2px solid rgba(0, 0, 0, 0.3); border-radius: 3px; display: block; float: right; } .tr-modal .tr-body .handContainer .handContent a.hAzul { margin-top: -8px; margin-bottom: 5px; padding: 5px 10px; color: #fff; font-weight: bold; text-align: right; background: #00f8ff; border-bottom: 2px solid rgba(0, 0, 0, 0.3); border-radius: 3px; display: block; float: right; } .cardCartItens { padding: 30px 20px; background: rgba(0, 0, 0, 0.03); border-bottom: 2px solid rgba(0, 0, 0, .1); } .cardCartItens li { display: block; } @media (max-width: 576px) { .tr-modal { width: 95%; } }
assets/css/estilo.modal.css
.full-right { float: right; } .tr-modal { width: 40%; height: 100%; max-height: 100%; margin: 0 auto; display: none; position: fixed; top: 15%; bottom: 25%; left: 0; right: 0; transform: translate(-50%, -50%, -50%, -50%); z-index: 20; } .overlay ~ .tr-title { background: #fff; } .overlay ~ .tr-body { background: #fff; } .overlay ~ .tr-conteudo { padding: 20px; background: #fff; position: relative; } .overlay { width: 100%; height: 100%; background: rgba(0,0,0,.3); position: fixed; right: 0; left: 0; top: 0; bottom: 0; z-index: 1; } .tr-conteudo { padding: 15px; border-radius: 5px; position: relative; z-index: 9999; } .tr-title { position: relative; margin-top: 3px; font-size: 23px; z-index: 11; } .tr-modal .tr-close { padding: 5px !important; padding-bottom: 3px !important; border: none; background: #EE2C2C; position: absolute; right: 20px; top: 20px; font-size: 18px; color: #fff; cursor: pointer; z-index: 11; } .tr-conteudo .tr-body { max-height: 60vh; padding: 20px 0; font-family: 'Quicksand', sans-serif; overflow-x: scroll; z-index: 11; } .tr-modal .tr-body .handContainer .handConteudo { position: relative; width: 100%; padding-top: 3px; padding-left: 8px; text-align: justify; } .tr-modal .tr-body .handContainer .handContent { min-width: 100%; color: #000; font-weight: bold; display: block; } .tr-modal .tr-body .handContainer .handContent em { font-style: normal; display: inline-block; } .tr-modal .tr-body .handContainer .handContent a.hDeletar { margin-top: -8px; padding: 5px 10px; color: #fff; font-weight: bold; text-align: right; background: #EE2C2C; border-bottom: 2px solid rgba(0, 0, 0, 0.3); border-radius: 3px; display: block; float: right; } .tr-modal .tr-body .handContainer .handContent a.hAzul { margin-top: -8px; margin-bottom: 5px; padding: 5px 10px; color: #fff; font-weight: bold; text-align: right; background: #00f8ff; border-bottom: 2px solid rgba(0, 0, 0, 0.3); border-radius: 3px; display: block; float: right; } .cardCartItens { padding: 30px 20px; background: rgba(0, 0, 0, 0.03); border-bottom: 2px solid rgba(0, 0, 0, .1); } .cardCartItens li { display: block; } @media (max-width: 576px) { .tr-modal { width: 95%; } }
0.4917
0.155335
* { box-sizing: border-box; font-family: 'Lato', sans-serif; } body { background: #F1F1F1; margin: 50px; } h1 { font-weight: 600; font-size: 20px; color: #031424; margin: 50px 0; } h2 { font-weight: 600; font-size: 18px; color: #031424; margin: 20px 0; } .sidebar { background-color: #FFF; position: fixed; left: 0; top: 0; height: 100%; width: 200px; padding: 30px; z-index: 10; } .container { margin-left: 200px; } .inner-container { background: #FFF; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); } nav > ul { width: 100%; margin: 0; padding: 0; list-style-type: none; } nav > ul > li { padding: 5px 0 5px 30px; margin: 5px 0 5px -30px; } nav > ul > li > a { color: #B1B1B1; text-transform: uppercase; font-size: 16px; font-weight: 300; text-decoration: none; } nav > ul > li.active { border-left: solid 4px #8EAEBD; padding-left: 26px; } nav > ul > li.active > a { color: #031424; font-weight: 600; } article { padding: 20px; margin-bottom: 10px; display: block; width: 100%; } article > p { color: #031424; font-size: 16px; font-weight: 300; } article > h1 { font-weight: 600; font-size: 18px; margin: 2px 0 5px; } article > h1 > a { text-decoration: none; color: #031424; position: relative; } article > h1 > a:visited:after { content: 'Read'; display: inline-block; font-size: 10px; color: #FFF; font-weight: 400; background: #8EAEBD; padding: 2px 5px; margin-left: 10px; border-radius: 2px; } article > h2 { font-weight: 600; color: #031424; font-size: 16px; margin: 40px 0 5px; } article footer { color: #999; font-size: 14px; font-weight: 300; } article footer a { text-decoration: none; color: #CF6766; font-weight: 400; } article footer p { margin: 0; } label { display: block; margin-bottom: 10px; } textarea, input[type=text] { display: block; width: 100%; border: solid 1px #999; margin-bottom: 10px; outline: none; font-size: 14px; font-weight: 300; padding: 5px; } button { background-color: #5C7096; color: #FFF; border: none; border-bottom: solid 5px #30415D; font-size: 16px; font-weight: 300; padding: 8px 13px; outline: none; transition: background-color .3s, border-bottom-width .3s, margin-top .3s; } button:hover { background-color: #6F83AA; } button:focus { border-bottom-width: 1px; margin-top: 4px; } button[disabled], button[disabled]:hover, button[disabled]:focus { background-color: #B1B1B1; border-color: #777; cursor: not-allowed; } p.error { width: 100%; background: #CF6766; color: #FFF; position: fixed; top: 0; left: 0; z-index: 11; padding: 10px 0; margin: 0; text-align: center; font-weight: 300; font-size: 16px; } p.error > a.close { float: right; margin-right: 10px; text-decoration: none; color: #FFF; }
angular-websockets-client/src/styles.css
* { box-sizing: border-box; font-family: 'Lato', sans-serif; } body { background: #F1F1F1; margin: 50px; } h1 { font-weight: 600; font-size: 20px; color: #031424; margin: 50px 0; } h2 { font-weight: 600; font-size: 18px; color: #031424; margin: 20px 0; } .sidebar { background-color: #FFF; position: fixed; left: 0; top: 0; height: 100%; width: 200px; padding: 30px; z-index: 10; } .container { margin-left: 200px; } .inner-container { background: #FFF; box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1); } nav > ul { width: 100%; margin: 0; padding: 0; list-style-type: none; } nav > ul > li { padding: 5px 0 5px 30px; margin: 5px 0 5px -30px; } nav > ul > li > a { color: #B1B1B1; text-transform: uppercase; font-size: 16px; font-weight: 300; text-decoration: none; } nav > ul > li.active { border-left: solid 4px #8EAEBD; padding-left: 26px; } nav > ul > li.active > a { color: #031424; font-weight: 600; } article { padding: 20px; margin-bottom: 10px; display: block; width: 100%; } article > p { color: #031424; font-size: 16px; font-weight: 300; } article > h1 { font-weight: 600; font-size: 18px; margin: 2px 0 5px; } article > h1 > a { text-decoration: none; color: #031424; position: relative; } article > h1 > a:visited:after { content: 'Read'; display: inline-block; font-size: 10px; color: #FFF; font-weight: 400; background: #8EAEBD; padding: 2px 5px; margin-left: 10px; border-radius: 2px; } article > h2 { font-weight: 600; color: #031424; font-size: 16px; margin: 40px 0 5px; } article footer { color: #999; font-size: 14px; font-weight: 300; } article footer a { text-decoration: none; color: #CF6766; font-weight: 400; } article footer p { margin: 0; } label { display: block; margin-bottom: 10px; } textarea, input[type=text] { display: block; width: 100%; border: solid 1px #999; margin-bottom: 10px; outline: none; font-size: 14px; font-weight: 300; padding: 5px; } button { background-color: #5C7096; color: #FFF; border: none; border-bottom: solid 5px #30415D; font-size: 16px; font-weight: 300; padding: 8px 13px; outline: none; transition: background-color .3s, border-bottom-width .3s, margin-top .3s; } button:hover { background-color: #6F83AA; } button:focus { border-bottom-width: 1px; margin-top: 4px; } button[disabled], button[disabled]:hover, button[disabled]:focus { background-color: #B1B1B1; border-color: #777; cursor: not-allowed; } p.error { width: 100%; background: #CF6766; color: #FFF; position: fixed; top: 0; left: 0; z-index: 11; padding: 10px 0; margin: 0; text-align: center; font-weight: 300; font-size: 16px; } p.error > a.close { float: right; margin-right: 10px; text-decoration: none; color: #FFF; }
0.381335
0.120284
body { margin: 0; padding: 0; overflow: hidden; } body, html { height: 100%; } #app-container { height: 100%; overflow: auto; } .window-is-maximized #app-container { overflow: hidden; } .pw-selected-to-edit { border:2px solid #ffff00 !important; outline:2px solid #006600 !important; outline-offset:-4px !important; } .pw-allow-edit-element:hover:not(.pw-selected-to-edit), .pw-allow-edit-element *:hover:not(.pw-selected-to-edit) { border:2px dashed #006600 !important; outline:2px dashed #ffff00 !important; outline-offset:-4px !important; } /*.pw-bar { border-width: 5px; border-style: solid; border-color: black; }*/ /* Anime dialogs fade in*/ /*.pw-dialog-container { animation: pw-window 0.5s ease-in-out; } @keyframes pw-window { 0% { opacity: 0; } 100% { opacity: 1; } }*/ .window-is-maximized .pw-small-window-mode .pw-window .pw-bar-fixed, .window-is-maximized .pw-window .pw-bar-fixed.pw-ignore, .pw-small-window-mode .pw-window .pw-bar-fixed.pw-ignore { visibility: hidden; /*display: none;*/ } /* Dropdown */ .power-dropmenu, .power-dropmenu.power-active > .power-dropmenu { display: none !important; } .power-hide { visibility: hidden !important; } @media screen and (max-width: 768px) { .power-dropmenu > .power-dropmenu.power-active { margin-left: 0 !important; position: relative; } } .power-split-bar { overflow: auto; /*width: 100%;*/ /*height: 100%;*/ } .power-split-bar.pw-split.pw-left { border-right-width: 5px; border-right-style: solid; } .power-split-bar.pw-split.pw-right { border-left-width: 5px; border-left-style: solid; } .power-split-bar.pw-split.pw-top { border-bottom-width: 5px; border-bottom-style: solid; } .power-split-bar.pw-split.pw-bottom { border-top-width: 5px; border-top-style: solid; } .power-split-bar .power-list, .power-split-bar .power-item { white-space: nowrap; } .power-menu.power-active .power-item, .power-menu.power-active .power-brand { width: 100%; } /* power menu-break query*/ .pw-bar-break .power-split-bar.pw-split.pw-left:not(.pw-bar-fixed) { border-right-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-right:not(.pw-bar-fixed) { border-left-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-top:not(.pw-bar-fixed) { border-bottom-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-bottom:not(.pw-bar-fixed) { border-top-style: none; } .pw-bar-break .power-split-bar.pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .pw-bar-content, .pw-bar-break .power-split-bar.pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .pw-bar-content { display: block; width: max-content; } .pw-bar-break .power-split-bar.pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .pw-bar-content, .pw-bar-break .power-split-bar.pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .pw-bar-content { display: none; } /* power menu-break query*/ /* power menu-break query*/ .pw-bar-break .power-dropmenu > .power-dropmenu.power-active { margin-left: 0 !important; position: relative; } /* power menu-break query*/ /* Dropdown end */ /* Menu */ .pw-bar.pw-horizontal > *, .pw-bar.pw-vertical > * { display: inline-block; } .pw-bar.pw-vertical > .power-action, .pw-bar.pw-vertical > .power-item, .pw-bar.pw-vertical > .power-brand { display: block; } .pw-bar.pw-vertical { display: inline-block; } .power-active > .power-item, .power-active > .power-action, .power-active > .power-brand { display: block; } .pw-bar.pw-horizontal.pw-colapse .power-toggle, .pw-bar.pw-vertical.pw-colapse .power-toggle, .pw-bar.pw-icons-bar .power-toggle { display: none; } .pw-bar.pw-icons-bar.pw-show-toggle.pw-horizontal > .power-toggle { display: block; margin-right: 0.25em; margin-left: auto; } .pw-bar.pw-icons-bar.pw-show-toggle.pw-vertical > .power-toggle { display: block; margin-bottom: 0.25em; } .pw-bar.pw-icons-bar.pw-horizontal, .pw-bar.pw-icons-bar.pw-horizontal.pw-show-toggle { display: flex; align-items: center; } .pw-bar.pw-icons-bar.pw-vertical, .pw-bar.pw-icons-bar.pw-vertical.pw-show-toggle { display: block; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-vertical > .power-item, .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-vertical > .power-action { display: inline-block; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active { display: block; justify-content: initial; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active > .power-toggle { display: none; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-horizontal > .power-item, .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-horizontal > .power-action { display: inline-block; } .pw-bar.pw-icons-bar.pw-show-toggle > .power-item:not(.pw-force-show), .pw-bar.pw-icons-bar.pw-show-toggle > .power-action:not(.pw-force-show) { visibility: hidden; /*display: none;*/ } .pw-mirrored .power-dropmenu, .pw-bar.pw-mirrored { text-align: right; } .power-dropmenu.power-active, .power-dropmenu.power-active > .power-dropmenu.power-active { display: block !important; white-space: nowrap; position: absolute; } /* start power tree view */ .power-tree-view .power-tree-view { padding-left: 1em; } .power-tree-view, .power-tree-view .power-item, .power-tree-view .power-tree-view, .power-tree-view .power-list { display: block; cursor: pointer; } .power-tree-view .power-tree-view { display: none; } .power-tree-view .power-tree-view.power-active { display: block; } /* end power tree view*/ /*.pw-bar.pw-horizontal { display: flex; align-items: center; /*min-height: 40px;*/ }*/ /* toolbar pw-icons-bar */ .pw-bar.pw-icons-bar { max-width: 100%; min-width: 100%; width: 100%; } @media screen and (max-width: 768px) { .pw-bar.pw-horizontal.pw-colapse.power-active .power-action, .pw-bar.pw-horizontal.pw-colapse.power-active .power-item, .pw-bar.pw-vertical.pw-colapse.power-active .power-action, .pw-bar.pw-vertical.pw-colapse.power-active .power-item, .power-split-bar.pw-bar.pw-horizontal.pw-colapse.power-active .pw-bar-content, .power-split-bar.pw-bar.pw-vertical.pw-colapse.power-active .pw-bar-content { display: block; width: max-content; } .pw-bar.pw-horizontal.pw-colapse.power-active .power-dropmenu .power-action, .pw-bar.pw-horizontal.pw-colapse.power-active .power-dropmenu .power-item, .pw-bar.pw-vertical.pw-colapse.power-active .power-dropmenu .power-action, .pw-bar.pw-vertical.pw-colapse.power-active .power-dropmenu .power-item { display: block; width: initial; } .pw-bar.pw-horizontal.pw-colapse .power-action, .pw-bar.pw-horizontal.pw-colapse .power-item, .pw-bar.pw-vertical.pw-colapse .power-action, .pw-bar.pw-vertical.pw-colapse .power-item, .power-split-bar.pw-bar.pw-horizontal.pw-colapse .pw-bar-content, .power-split-bar.pw-bar.pw-vertical.pw-colapse .pw-bar-content { display: none; } .pw-bar.pw-horizontal.pw-colapse { display: flex; justify-content: space-between; align-items: center; } .pw-bar.pw-vertical.pw-colapse { display: flex; justify-content: space-between; align-items: top; } .pw-bar.pw-horizontal.pw-colapse.power-active, .pw-bar.pw-vertical.pw-colapse.power-active { display: block; justify-content: initial; } .pw-bar.pw-horizontal.pw-colapse .power-toggle, .pw-bar.pw-vertical.pw-colapse .power-toggle { display: inline-block; text-align: right; } .pw-bar.pw-vertical.pw-colapse.power-active .power-brand { display: block; } .pw-bar.pw-vertical.pw-colapse .power-brand { display: none; } .pw-bar.pw-horizontal.pw-colapse.power-active .power-toggle, .pw-bar.pw-vertical.pw-colapse.power-active .power-toggle { display: none; } .power-split-bar.pw-split.pw-left { border-right-style: none; } .power-split-bar.pw-split.pw-right { border-left-style: none; } .power-split-bar.pw-split.pw-top { border-bottom-style: none; } .power-split-bar.pw-split.pw-bottom { border-top-style: none; } } /* power menu-break query*/ .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-brand, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-item { display: block; width: max-content; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-item { display: block; width: initial; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-brand, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-item { display: none; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) { display: flex; justify-content: space-between; align-items: center; } .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) { display: flex; justify-content: space-between; align-items: top; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed), .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) { display: block; justify-content: initial; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-toggle, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-toggle { display: inline-block; text-align: right; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-toggle, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-toggle { display: none; } /* power menu-break query*/ .pw-bar-fixed, .pw-bar-window-fixed { position: fixed; } .pw-bar.pw-bar-fixed.pw-top { top: 0; left: 0; } .pw-bar.pw-bar-fixed.pw-bottom { bottom: 0; left: 0; margin: 0; } .pw-bar.pw-bar-fixed.pw-left { top: 0; left: 0; margin: 0; width: auto; height: 100vh; } .pw-bar.pw-bar-fixed.pw-right { top: 0; right: 0; margin: 0; width: auto; height: 100vh; } .pw-bar.pw-menu-float { width: auto; } .pw-bar.pw-menu-float.pw-left { float: left; } .pw-bar.pw-menu-float.pw-right { float: right; } /* Menu end*/ /* Dialog-Modal-Window start */ .pw-body iframe { margin: 0; z-index: 1; overflow: hidden; } .pw-cover-iframe { position: absolute; top: 0; z-index: 1001; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); } .pw-active .pw-cover-iframe { display: none; } .pw-modal .pw-body, .pw-dialog .pw-body { position: relative; overflow: auto; max-height: 90vh; } .pw-backdrop { z-index: 1000; } .pw-backdrop { position: fixed; } .pw-backdrop { padding: 1em 0 0 0; text-align: center; width: 100%; height: 100vh; } .pw-backdrop { top: 0; left: 0; background-color: rgb(0, 0, 0, 0.5); } .pw-dialog { top: 0; left: 0; padding-top: 20vh; z-index: 2501; } .pw-order { z-index: 4000 !important; } .window-left-top { cursor: nwse-resize; } .window-left-bottom { cursor: nesw-resize; } .window-width, .cursor-width { cursor: ew-resize; } .window-height, .cursor-height { cursor: ns-resize; } .pw-window { position: fixed; top: 10px; left: 10px; /*padding: 5px;*/ z-index: 1001; background-color: #000000; /*overflow: hidden;*/ } .pw-window.pw-touchdevice, .pw-small-window-mode .pw-window { top: 0; left: 0; } .pw-window .pw-body:not(.pw-body-iframe) { overflow: auto; } .pw-window, .pw-window .pw-body, .pw-window .pw-body iframe { max-width: 100%; max-height: 100vh; } .pw-window { min-width: 250px; min-height: 100px; } .pw-small-window-mode .pw-window { min-width: 150px; } .pw-window .pw-title-bar, .pw-window .pw-body, .pw-window iframe { min-width: 100%; max-width: 100%; } .pw-title-bar .pw-title-bar-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60%; } .pw-window.pw-touchdevice .pw-body, .pw-small-window-mode .pw-window .pw-body { top: 0; left: 0; width: 100%; height: 100vh; max-width: 100%; max-height: 100vh; } .pw-window .pw-title-bar { cursor: grabbing; text-align: center; white-space: nowrap; } .window-is-maximized .pw-window .pw-title-bar, .pw-small-window-mode .pw-window .pw-title-bar { cursor: default; } .pw-modal .pw-body, .pw-modal .pw-title-bar { margin: 0 auto; width: 80%; max-width: 95vw; } .pw-modal.pw-touchdevice .pw-body, .pw-modal.pw-touchdevice .pw-title-bar, .pw-small-window-mode .pw-modal .pw-body, .pw-small-window-mode .pw-modal .pw-title-bar { width: 95%; max-width: 100%; } .pw-dialog .pw-body, .pw-dialog .pw-title-bar { margin: 0 auto; width: 50em; max-width: 95%; } .pw-modal .pw-body, .pw-modal .pw-title-bar, .pw-dialog .pw-body, .pw-dialog .pw-title-bar, .pw-window { box-shadow: 5px 5px 10px 0 rgb(0, 0, 0, 0.5); } body.modal-open, body.window-is-maximized { overflow: hidden; } /* dialog-Modal-Window end */ /* Start All dialogs */ .pw-title-bar { /*min-height: 3em;*/ background-color: rgb(0, 0, 0, 1); } .pw-title-bar-label { display: inline-block; color: #FFF; font-weight: bold; margin-right: -2rem; /* compensate the X close button */ } .pw-container { margin: 1em; } /* End All dialogs */ /* buttons start*/ .pw-btn-default, .pw-btn-highlight, .pw-btn-danger, .pw-btn-primary, .pw-btn-warning, .pw-btn-secondary, .pw-btn-success, .pw-btn-basic { border: none; cursor: pointer; } .pw-bar button.pw-btn-default, .pw-bar button.pw-btn-highlight, .pw-bar button.pw-btn-danger, .pw-bar button.pw-btn-primary, .pw-bar button.pw-btn-warning, .pw-bar button.pw-btn-secondary, .pw-bar button.pw-btn-success, .pw-bar button.pw-btn-basic { margin-top: 0; vertical-align: middle; } .pw-bar .power-action.pw-btn-default, .pw-bar .power-action.pw-btn-highlight, .pw-bar .power-action.pw-btn-danger, .pw-bar .power-action.pw-btn-primary, .pw-bar .power-action.pw-btn-warning, .pw-bar .power-action.pw-btn-secondary, .pw-bar .power-action.pw-btn-success, .pw-bar .power-action.pw-btn-basic { margin-top: 0; vertical-align: middle; } .pw-btn-default span, .pw-btn-highlight span, .pw-btn-danger span, .pw-btn-primary span, .pw-btn-warning span, .pw-btn-secondary span, .pw-btn-success span, .pw-btn-basic span, .power-accordion .power-action span { display: inline-block; vertical-align: middle; } /* TODO: Remove after replace with pw-bt-dialog-title */ .pw-bt-close { float: right; cursor: pointer; } .pw-bt-dialog-title { float: right; cursor: pointer; } /* buttons end*/ /* start spinner */ .pw-spinner-backdrop { position: fixed; top: 0; left: 0; text-align: center; width: 100%; height: 100%; z-index: 4001; background-color: rgb(0, 0, 0, 0.7); } .pw-spinner, p.pw-spinner-label { position: relative; top: 43vh; } .pw-spinner { margin: -115px auto; border: 16px solid #000; border-radius: 50%; border-top: 16px solid #f3f3f3; border-bottom: 16px solid #f3f3f3; width: 130px; height: 130px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 4002; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } p.pw-spinner-label { font-family: Verdana, Arial, "Courier New", "san-serif"; margin-left: 0.2em; text-transform: uppercase; font-size: 1.3em; font-weight: bold; letter-spacing: 4px; overflow: hidden; background: linear-gradient(90deg, #000, #fff, #000); background-repeat: no-repeat; background-size: 80%; animation: animate 2s linear infinite; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0); z-index: 4003; } @keyframes animate { 100% { background-position: -500%; } 100% { background-position: 500%; } } /* end spinner */ /* simple-form css start*/ .pw-simple-form.pw-vertical-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]):not([type="image"]), .pw-simple-form.pw-vertical-form select, .pw-simple-form.pw-vertical-form textarea { display: block; } .pw-simple-form .pw-field-container .pw-control-helper { display: none; } .pw-simple-form .pw-field-container.pw-has-error .pw-control-helper { display: block; } /* simple-form css end*/
source/css/core/power_ui_core.css
body { margin: 0; padding: 0; overflow: hidden; } body, html { height: 100%; } #app-container { height: 100%; overflow: auto; } .window-is-maximized #app-container { overflow: hidden; } .pw-selected-to-edit { border:2px solid #ffff00 !important; outline:2px solid #006600 !important; outline-offset:-4px !important; } .pw-allow-edit-element:hover:not(.pw-selected-to-edit), .pw-allow-edit-element *:hover:not(.pw-selected-to-edit) { border:2px dashed #006600 !important; outline:2px dashed #ffff00 !important; outline-offset:-4px !important; } /*.pw-bar { border-width: 5px; border-style: solid; border-color: black; }*/ /* Anime dialogs fade in*/ /*.pw-dialog-container { animation: pw-window 0.5s ease-in-out; } @keyframes pw-window { 0% { opacity: 0; } 100% { opacity: 1; } }*/ .window-is-maximized .pw-small-window-mode .pw-window .pw-bar-fixed, .window-is-maximized .pw-window .pw-bar-fixed.pw-ignore, .pw-small-window-mode .pw-window .pw-bar-fixed.pw-ignore { visibility: hidden; /*display: none;*/ } /* Dropdown */ .power-dropmenu, .power-dropmenu.power-active > .power-dropmenu { display: none !important; } .power-hide { visibility: hidden !important; } @media screen and (max-width: 768px) { .power-dropmenu > .power-dropmenu.power-active { margin-left: 0 !important; position: relative; } } .power-split-bar { overflow: auto; /*width: 100%;*/ /*height: 100%;*/ } .power-split-bar.pw-split.pw-left { border-right-width: 5px; border-right-style: solid; } .power-split-bar.pw-split.pw-right { border-left-width: 5px; border-left-style: solid; } .power-split-bar.pw-split.pw-top { border-bottom-width: 5px; border-bottom-style: solid; } .power-split-bar.pw-split.pw-bottom { border-top-width: 5px; border-top-style: solid; } .power-split-bar .power-list, .power-split-bar .power-item { white-space: nowrap; } .power-menu.power-active .power-item, .power-menu.power-active .power-brand { width: 100%; } /* power menu-break query*/ .pw-bar-break .power-split-bar.pw-split.pw-left:not(.pw-bar-fixed) { border-right-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-right:not(.pw-bar-fixed) { border-left-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-top:not(.pw-bar-fixed) { border-bottom-style: none; } .pw-bar-break .power-split-bar.pw-split.pw-bottom:not(.pw-bar-fixed) { border-top-style: none; } .pw-bar-break .power-split-bar.pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .pw-bar-content, .pw-bar-break .power-split-bar.pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .pw-bar-content { display: block; width: max-content; } .pw-bar-break .power-split-bar.pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .pw-bar-content, .pw-bar-break .power-split-bar.pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .pw-bar-content { display: none; } /* power menu-break query*/ /* power menu-break query*/ .pw-bar-break .power-dropmenu > .power-dropmenu.power-active { margin-left: 0 !important; position: relative; } /* power menu-break query*/ /* Dropdown end */ /* Menu */ .pw-bar.pw-horizontal > *, .pw-bar.pw-vertical > * { display: inline-block; } .pw-bar.pw-vertical > .power-action, .pw-bar.pw-vertical > .power-item, .pw-bar.pw-vertical > .power-brand { display: block; } .pw-bar.pw-vertical { display: inline-block; } .power-active > .power-item, .power-active > .power-action, .power-active > .power-brand { display: block; } .pw-bar.pw-horizontal.pw-colapse .power-toggle, .pw-bar.pw-vertical.pw-colapse .power-toggle, .pw-bar.pw-icons-bar .power-toggle { display: none; } .pw-bar.pw-icons-bar.pw-show-toggle.pw-horizontal > .power-toggle { display: block; margin-right: 0.25em; margin-left: auto; } .pw-bar.pw-icons-bar.pw-show-toggle.pw-vertical > .power-toggle { display: block; margin-bottom: 0.25em; } .pw-bar.pw-icons-bar.pw-horizontal, .pw-bar.pw-icons-bar.pw-horizontal.pw-show-toggle { display: flex; align-items: center; } .pw-bar.pw-icons-bar.pw-vertical, .pw-bar.pw-icons-bar.pw-vertical.pw-show-toggle { display: block; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-vertical > .power-item, .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-vertical > .power-action { display: inline-block; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active { display: block; justify-content: initial; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active > .power-toggle { display: none; } .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-horizontal > .power-item, .pw-bar.pw-icons-bar.pw-show-toggle.power-active.pw-horizontal > .power-action { display: inline-block; } .pw-bar.pw-icons-bar.pw-show-toggle > .power-item:not(.pw-force-show), .pw-bar.pw-icons-bar.pw-show-toggle > .power-action:not(.pw-force-show) { visibility: hidden; /*display: none;*/ } .pw-mirrored .power-dropmenu, .pw-bar.pw-mirrored { text-align: right; } .power-dropmenu.power-active, .power-dropmenu.power-active > .power-dropmenu.power-active { display: block !important; white-space: nowrap; position: absolute; } /* start power tree view */ .power-tree-view .power-tree-view { padding-left: 1em; } .power-tree-view, .power-tree-view .power-item, .power-tree-view .power-tree-view, .power-tree-view .power-list { display: block; cursor: pointer; } .power-tree-view .power-tree-view { display: none; } .power-tree-view .power-tree-view.power-active { display: block; } /* end power tree view*/ /*.pw-bar.pw-horizontal { display: flex; align-items: center; /*min-height: 40px;*/ }*/ /* toolbar pw-icons-bar */ .pw-bar.pw-icons-bar { max-width: 100%; min-width: 100%; width: 100%; } @media screen and (max-width: 768px) { .pw-bar.pw-horizontal.pw-colapse.power-active .power-action, .pw-bar.pw-horizontal.pw-colapse.power-active .power-item, .pw-bar.pw-vertical.pw-colapse.power-active .power-action, .pw-bar.pw-vertical.pw-colapse.power-active .power-item, .power-split-bar.pw-bar.pw-horizontal.pw-colapse.power-active .pw-bar-content, .power-split-bar.pw-bar.pw-vertical.pw-colapse.power-active .pw-bar-content { display: block; width: max-content; } .pw-bar.pw-horizontal.pw-colapse.power-active .power-dropmenu .power-action, .pw-bar.pw-horizontal.pw-colapse.power-active .power-dropmenu .power-item, .pw-bar.pw-vertical.pw-colapse.power-active .power-dropmenu .power-action, .pw-bar.pw-vertical.pw-colapse.power-active .power-dropmenu .power-item { display: block; width: initial; } .pw-bar.pw-horizontal.pw-colapse .power-action, .pw-bar.pw-horizontal.pw-colapse .power-item, .pw-bar.pw-vertical.pw-colapse .power-action, .pw-bar.pw-vertical.pw-colapse .power-item, .power-split-bar.pw-bar.pw-horizontal.pw-colapse .pw-bar-content, .power-split-bar.pw-bar.pw-vertical.pw-colapse .pw-bar-content { display: none; } .pw-bar.pw-horizontal.pw-colapse { display: flex; justify-content: space-between; align-items: center; } .pw-bar.pw-vertical.pw-colapse { display: flex; justify-content: space-between; align-items: top; } .pw-bar.pw-horizontal.pw-colapse.power-active, .pw-bar.pw-vertical.pw-colapse.power-active { display: block; justify-content: initial; } .pw-bar.pw-horizontal.pw-colapse .power-toggle, .pw-bar.pw-vertical.pw-colapse .power-toggle { display: inline-block; text-align: right; } .pw-bar.pw-vertical.pw-colapse.power-active .power-brand { display: block; } .pw-bar.pw-vertical.pw-colapse .power-brand { display: none; } .pw-bar.pw-horizontal.pw-colapse.power-active .power-toggle, .pw-bar.pw-vertical.pw-colapse.power-active .power-toggle { display: none; } .power-split-bar.pw-split.pw-left { border-right-style: none; } .power-split-bar.pw-split.pw-right { border-left-style: none; } .power-split-bar.pw-split.pw-top { border-bottom-style: none; } .power-split-bar.pw-split.pw-bottom { border-top-style: none; } } /* power menu-break query*/ .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-brand, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-item { display: block; width: max-content; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-dropmenu .power-item { display: block; width: initial; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-item, .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-action, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-list, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-brand, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-item { display: none; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) { display: flex; justify-content: space-between; align-items: center; } .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) { display: flex; justify-content: space-between; align-items: top; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed), .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) { display: block; justify-content: initial; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse:not(.pw-bar-fixed) .power-toggle, .pw-bar-break .pw-bar.pw-vertical.pw-colapse:not(.pw-bar-fixed) .power-toggle { display: inline-block; text-align: right; } .pw-bar-break .pw-bar.pw-horizontal.pw-colapse.power-active:not(.pw-bar-fixed) .power-toggle, .pw-bar-break .pw-bar.pw-vertical.pw-colapse.power-active:not(.pw-bar-fixed) .power-toggle { display: none; } /* power menu-break query*/ .pw-bar-fixed, .pw-bar-window-fixed { position: fixed; } .pw-bar.pw-bar-fixed.pw-top { top: 0; left: 0; } .pw-bar.pw-bar-fixed.pw-bottom { bottom: 0; left: 0; margin: 0; } .pw-bar.pw-bar-fixed.pw-left { top: 0; left: 0; margin: 0; width: auto; height: 100vh; } .pw-bar.pw-bar-fixed.pw-right { top: 0; right: 0; margin: 0; width: auto; height: 100vh; } .pw-bar.pw-menu-float { width: auto; } .pw-bar.pw-menu-float.pw-left { float: left; } .pw-bar.pw-menu-float.pw-right { float: right; } /* Menu end*/ /* Dialog-Modal-Window start */ .pw-body iframe { margin: 0; z-index: 1; overflow: hidden; } .pw-cover-iframe { position: absolute; top: 0; z-index: 1001; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.1); } .pw-active .pw-cover-iframe { display: none; } .pw-modal .pw-body, .pw-dialog .pw-body { position: relative; overflow: auto; max-height: 90vh; } .pw-backdrop { z-index: 1000; } .pw-backdrop { position: fixed; } .pw-backdrop { padding: 1em 0 0 0; text-align: center; width: 100%; height: 100vh; } .pw-backdrop { top: 0; left: 0; background-color: rgb(0, 0, 0, 0.5); } .pw-dialog { top: 0; left: 0; padding-top: 20vh; z-index: 2501; } .pw-order { z-index: 4000 !important; } .window-left-top { cursor: nwse-resize; } .window-left-bottom { cursor: nesw-resize; } .window-width, .cursor-width { cursor: ew-resize; } .window-height, .cursor-height { cursor: ns-resize; } .pw-window { position: fixed; top: 10px; left: 10px; /*padding: 5px;*/ z-index: 1001; background-color: #000000; /*overflow: hidden;*/ } .pw-window.pw-touchdevice, .pw-small-window-mode .pw-window { top: 0; left: 0; } .pw-window .pw-body:not(.pw-body-iframe) { overflow: auto; } .pw-window, .pw-window .pw-body, .pw-window .pw-body iframe { max-width: 100%; max-height: 100vh; } .pw-window { min-width: 250px; min-height: 100px; } .pw-small-window-mode .pw-window { min-width: 150px; } .pw-window .pw-title-bar, .pw-window .pw-body, .pw-window iframe { min-width: 100%; max-width: 100%; } .pw-title-bar .pw-title-bar-label { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 60%; } .pw-window.pw-touchdevice .pw-body, .pw-small-window-mode .pw-window .pw-body { top: 0; left: 0; width: 100%; height: 100vh; max-width: 100%; max-height: 100vh; } .pw-window .pw-title-bar { cursor: grabbing; text-align: center; white-space: nowrap; } .window-is-maximized .pw-window .pw-title-bar, .pw-small-window-mode .pw-window .pw-title-bar { cursor: default; } .pw-modal .pw-body, .pw-modal .pw-title-bar { margin: 0 auto; width: 80%; max-width: 95vw; } .pw-modal.pw-touchdevice .pw-body, .pw-modal.pw-touchdevice .pw-title-bar, .pw-small-window-mode .pw-modal .pw-body, .pw-small-window-mode .pw-modal .pw-title-bar { width: 95%; max-width: 100%; } .pw-dialog .pw-body, .pw-dialog .pw-title-bar { margin: 0 auto; width: 50em; max-width: 95%; } .pw-modal .pw-body, .pw-modal .pw-title-bar, .pw-dialog .pw-body, .pw-dialog .pw-title-bar, .pw-window { box-shadow: 5px 5px 10px 0 rgb(0, 0, 0, 0.5); } body.modal-open, body.window-is-maximized { overflow: hidden; } /* dialog-Modal-Window end */ /* Start All dialogs */ .pw-title-bar { /*min-height: 3em;*/ background-color: rgb(0, 0, 0, 1); } .pw-title-bar-label { display: inline-block; color: #FFF; font-weight: bold; margin-right: -2rem; /* compensate the X close button */ } .pw-container { margin: 1em; } /* End All dialogs */ /* buttons start*/ .pw-btn-default, .pw-btn-highlight, .pw-btn-danger, .pw-btn-primary, .pw-btn-warning, .pw-btn-secondary, .pw-btn-success, .pw-btn-basic { border: none; cursor: pointer; } .pw-bar button.pw-btn-default, .pw-bar button.pw-btn-highlight, .pw-bar button.pw-btn-danger, .pw-bar button.pw-btn-primary, .pw-bar button.pw-btn-warning, .pw-bar button.pw-btn-secondary, .pw-bar button.pw-btn-success, .pw-bar button.pw-btn-basic { margin-top: 0; vertical-align: middle; } .pw-bar .power-action.pw-btn-default, .pw-bar .power-action.pw-btn-highlight, .pw-bar .power-action.pw-btn-danger, .pw-bar .power-action.pw-btn-primary, .pw-bar .power-action.pw-btn-warning, .pw-bar .power-action.pw-btn-secondary, .pw-bar .power-action.pw-btn-success, .pw-bar .power-action.pw-btn-basic { margin-top: 0; vertical-align: middle; } .pw-btn-default span, .pw-btn-highlight span, .pw-btn-danger span, .pw-btn-primary span, .pw-btn-warning span, .pw-btn-secondary span, .pw-btn-success span, .pw-btn-basic span, .power-accordion .power-action span { display: inline-block; vertical-align: middle; } /* TODO: Remove after replace with pw-bt-dialog-title */ .pw-bt-close { float: right; cursor: pointer; } .pw-bt-dialog-title { float: right; cursor: pointer; } /* buttons end*/ /* start spinner */ .pw-spinner-backdrop { position: fixed; top: 0; left: 0; text-align: center; width: 100%; height: 100%; z-index: 4001; background-color: rgb(0, 0, 0, 0.7); } .pw-spinner, p.pw-spinner-label { position: relative; top: 43vh; } .pw-spinner { margin: -115px auto; border: 16px solid #000; border-radius: 50%; border-top: 16px solid #f3f3f3; border-bottom: 16px solid #f3f3f3; width: 130px; height: 130px; -webkit-animation: spin 2s linear infinite; animation: spin 2s linear infinite; z-index: 4002; } @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } p.pw-spinner-label { font-family: Verdana, Arial, "Courier New", "san-serif"; margin-left: 0.2em; text-transform: uppercase; font-size: 1.3em; font-weight: bold; letter-spacing: 4px; overflow: hidden; background: linear-gradient(90deg, #000, #fff, #000); background-repeat: no-repeat; background-size: 80%; animation: animate 2s linear infinite; -webkit-background-clip: text; -webkit-text-fill-color: rgba(255, 255, 255, 0); z-index: 4003; } @keyframes animate { 100% { background-position: -500%; } 100% { background-position: 500%; } } /* end spinner */ /* simple-form css start*/ .pw-simple-form.pw-vertical-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="reset"]):not([type="image"]), .pw-simple-form.pw-vertical-form select, .pw-simple-form.pw-vertical-form textarea { display: block; } .pw-simple-form .pw-field-container .pw-control-helper { display: none; } .pw-simple-form .pw-field-container.pw-has-error .pw-control-helper { display: block; } /* simple-form css end*/
0.424173
0.10217
*{ padding: 0px; margin: 0px; box-sizing: border-box; border-radius: 5px; } body{ background-color: gray; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container{ position: relative; background-color:green; padding: 40px 30px; width: 400px; height: 500px; } .header{ font-size: 30px; margin-bottom: 30px; } .input-field, form, .button{ position: relative; margin: 25px 0px; width: 100%; height: 50px; } .input-field input{ width:100%; height: 100%; border: 1px solid silver; padding-left: 15px; outline: none; font-size: 19px; transition: .4s; } input:focus{ border: 1px solid blue; } .input-field label, span.show-password{ position: absolute; top: 50%; left: 15px; transform: translateY(-50%); pointer-events: none; color: green; font-size: 20px; transition: .4s; } input:focus ~ label, input:valid ~ label{ transform: translateY(-45px); color: red; font-size: 15px; } form .button{ margin-top:30px; } .button .inner{ background-color: lightblue; width: 100%; height: 100%; position: absolute; } .inner button{ width: 100%; height: 100%; background: transparent; font-size: 20px; cursor: pointer; } span.show-password{ margin-left: 80%; font-size:20px; user-select: none; visibility: hidden; } input:valid ~ span.show-password{ visibility: visible; } .social-media p{ margin-top: 100px; font-size: 20px; } .social-account{ display: flex; flex-direction: row; justify-content: space-around; margin-top: 20px; } .social-account >div > button{ width: 100px; height: 40px; background-color: white; cursor: pointer; } .reset, .signup{ font-size: 20px; margin-top: 10px; } @media all and (max-width: 1024px){ body{ height: 50vh; } .container{ margin-left: 10px; margin-top: 100px; } } @media all and (max-width: 720px){ body{ height: 100vh; } }
UI/reset.css
*{ padding: 0px; margin: 0px; box-sizing: border-box; border-radius: 5px; } body{ background-color: gray; display: flex; justify-content: center; align-items: center; height: 100vh; text-align: center; } .container{ position: relative; background-color:green; padding: 40px 30px; width: 400px; height: 500px; } .header{ font-size: 30px; margin-bottom: 30px; } .input-field, form, .button{ position: relative; margin: 25px 0px; width: 100%; height: 50px; } .input-field input{ width:100%; height: 100%; border: 1px solid silver; padding-left: 15px; outline: none; font-size: 19px; transition: .4s; } input:focus{ border: 1px solid blue; } .input-field label, span.show-password{ position: absolute; top: 50%; left: 15px; transform: translateY(-50%); pointer-events: none; color: green; font-size: 20px; transition: .4s; } input:focus ~ label, input:valid ~ label{ transform: translateY(-45px); color: red; font-size: 15px; } form .button{ margin-top:30px; } .button .inner{ background-color: lightblue; width: 100%; height: 100%; position: absolute; } .inner button{ width: 100%; height: 100%; background: transparent; font-size: 20px; cursor: pointer; } span.show-password{ margin-left: 80%; font-size:20px; user-select: none; visibility: hidden; } input:valid ~ span.show-password{ visibility: visible; } .social-media p{ margin-top: 100px; font-size: 20px; } .social-account{ display: flex; flex-direction: row; justify-content: space-around; margin-top: 20px; } .social-account >div > button{ width: 100px; height: 40px; background-color: white; cursor: pointer; } .reset, .signup{ font-size: 20px; margin-top: 10px; } @media all and (max-width: 1024px){ body{ height: 50vh; } .container{ margin-left: 10px; margin-top: 100px; } } @media all and (max-width: 720px){ body{ height: 100vh; } }
0.47658
0.076236
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700&display=swap"); /*----------------------- Global Styles --------------------------*/ body { font-family: "Roboto", sans-serif; color: #52555a; background-color: white; word-break: break-word; font-size: 0.9rem; } .main.container { padding-left: 5px; padding-right: 5px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; } h1, .h1 { font-size: 2.2rem; text-transform: uppercase; } a { color: #670d35; } a:hover { color: #670d35; } .btn { border-width: 2px; border-radius: 0.5rem; } .btn-primary { background-color: #670d35; border-color: #670d35; } .btn-outline-primary { color: #670d35; border-color: #670d35; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { background-color: #670d35; border-color: #670d35; } .btn-outline-primary:hover { background-color: #670d35; border-color: #670d35; } /* Notifications */ .b-toaster.b-toaster-top-right .b-toaster-slot, .toast, .b-toast { z-index: 1000000000; } .toast-body { word-break: break-word; } .system { font-size: 2rem; font-weight: 300; line-height: 1.2; } /*----------------------- Header Styles --------------------------*/ #navigation { margin-bottom: 79px; } section#navigation nav { background-color: #000000; } .navbar-brand { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: -0.4rem; margin-right: 0; } /* Logo */ .navbar-brand .logo { max-width: 200px; width: 100%; } /* Top bar */ #top-bar { padding: 0.5rem 0 0 0; display: flex; flex: 1; justify-content: flex-end; align-items: center; } #top-bar span { text-align: right; color: hsla(0, 0%, 100%, 0.7); } #top-bar a { color: #ef1073; margin: 0 0.5rem; } #top-bar a:last-child { margin-right: 0 !important; } #top-bar a.active { font-weight: 700; } #top-bar .network { color: #ef1073; } #top-bar .fiat { color: white; margin-right: 0.5rem; font-weight: 100; } .btn-group { margin-bottom: 0; } /* Nav bar */ .navbar { padding: 0.5rem; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.7); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 1); } .nav-bg-color { background-color: #000000; box-shadow: 0 4px 12px 0 rgba(100, 100, 100, 0.3); } .dropdown-item { padding: 0rem 1.5rem; } .dropdown-item a { color: #670d35 !important; } .dropdown-item.active, .dropdown-item:active { color: #fff; background-color: #000000; } .navbar-nav .nav-link.nuxt-link-exact-active { color: rgba(255, 255, 255, 1); } .btn-outline-white { color: #ffffff; border-color: #ffffff; } .btn-outline-white:hover { color: #000000; background-color: #ffffff; border-color: #ffffff; } .btn-outline-white:disabled { color: #ef1073; background-color: #000000; border-color: #ef1073; opacity: 1; } .btn-outline-white:disabled:hover { color: #ef1073; background-color: #000000; border-color: #ef1073; } .nav-link { padding: 0.2rem 1rem; } #nav-tab .nav-link { padding: 0.5rem 1rem; } /* i18n flags */ .flag-icon { border: 2px solid transparent; border-radius: 2px; width: 1.6em; height: 1.3em; } .flag-icon-es { margin-left: 2rem; } .nav-link .nuxt-link-exact-active .flag-icon { border: 2px solid white; } /* Slider */ .carousel-caption h2, .carousel-caption p { text-shadow: 2px 4px rgba(0, 0, 0, 0.4); } /* Breadcrumbs */ .breadcrumb { padding: 0.5rem 0rem; margin-bottom: 3rem; background-color: initial; border-radius: 0; font-size: 15px; border-bottom: 1px solid #d75ea1; } /*----------------------- Footer Styles --------------------------*/ section .section-title { text-align: center; color: #007b5e; margin-bottom: 50px; text-transform: uppercase; } #footer { background-color: #2d2f33; padding: 0 0 1rem 0; } #footer h5 { padding-left: 10px; border-left: 3px solid #eeeeee; padding-bottom: 6px; margin-bottom: 20px; color: #ffffff; } #footer a { color: #ffffff; background-color: transparent; -webkit-text-decoration-skip: objects; } #footer ul.social li { padding: 3px 12px 0 0; } #footer ul.social li a i { margin-right: 5px; font-size: 18px; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease; } #footer ul.social li:hover a i { font-size: 24px; margin-top: -10px; } #footer ul.social li a, #footer ul.quick-links li a { color: #ffffff; } #footer ul.social li a:hover { color: #eeeeee; } #footer ul.quick-links li { padding: 3px 0; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease; } #footer ul.quick-links li:hover { padding: 3px 0; margin-left: 5px; font-weight: 700; } #footer ul.quick-links li a i { margin-right: 5px; } #footer ul.quick-links li:hover a i { font-weight: 700; } #footer .small { font-size: 0.9rem; } #footer .logo { max-width: 400px; width: 100%; } .bat { max-width: 18px; vertical-align: middle; margin-left: 0.1rem; } .kusama-logo, .polkadot-logo { width: 100%; max-width: 120px; } .table { background-color: white; } .badget-container { justify-content: center; margin: 0; } .grant-badge { width: 75%; max-width: 200px; } /* GitHub corner */ .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out; } @keyframes octocat-wave { 0%, 100% { transform: rotate(0); } 20%, 60% { transform: rotate(-25deg); } 40%, 80% { transform: rotate(10deg); } } @media (max-width: 500px) { .github-corner:hover .octo-arm { animation: none; } .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; } } /* Tables */ .table { font-size: 0.9rem; } .table td, .table th { padding: 0.35rem; border-top: 1px solid #dee2e6; } .page-item.active .page-link { z-index: 1; color: #fff; background-color: #343a40; border-color: #343a40; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #343a40; background-color: #fff; border: 1px solid #dee2e6; } /*----------------------- Media queries --------------------------*/ @media (max-width: 991px) { #navigation { margin-bottom: 69px; } #navigation .container { max-width: 100%; } .navbar { padding: 0.5rem; } .navbar-nav { font-size: 1.4rem; text-align: center; } } @media (max-width: 767px) { .navbar-nav { font-size: 1.4rem; } #navigation { margin-bottom: 93px; } .main.container { padding-left: 15px; padding-right: 15px; } #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } .navbar-nav { padding-bottom: 1rem; } .flag-icon-es { margin-left: 0; } #navigation .container { max-width: 100%; } .navbar { padding: 0.5rem; } #top-bar { padding: 0.5rem; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before { display: none; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div { width: 100%; } }
styles/polkastats.css
@import url("https://use.fontawesome.com/releases/v5.6.3/css/all.css"); @import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700&display=swap"); /*----------------------- Global Styles --------------------------*/ body { font-family: "Roboto", sans-serif; color: #52555a; background-color: white; word-break: break-word; font-size: 0.9rem; } .main.container { padding-left: 5px; padding-right: 5px; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-weight: 300; } h1, .h1 { font-size: 2.2rem; text-transform: uppercase; } a { color: #670d35; } a:hover { color: #670d35; } .btn { border-width: 2px; border-radius: 0.5rem; } .btn-primary { background-color: #670d35; border-color: #670d35; } .btn-outline-primary { color: #670d35; border-color: #670d35; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { background-color: #670d35; border-color: #670d35; } .btn-outline-primary:hover { background-color: #670d35; border-color: #670d35; } /* Notifications */ .b-toaster.b-toaster-top-right .b-toaster-slot, .toast, .b-toast { z-index: 1000000000; } .toast-body { word-break: break-word; } .system { font-size: 2rem; font-weight: 300; line-height: 1.2; } /*----------------------- Header Styles --------------------------*/ #navigation { margin-bottom: 79px; } section#navigation nav { background-color: #000000; } .navbar-brand { padding-top: 0 !important; padding-bottom: 0 !important; margin-top: -0.4rem; margin-right: 0; } /* Logo */ .navbar-brand .logo { max-width: 200px; width: 100%; } /* Top bar */ #top-bar { padding: 0.5rem 0 0 0; display: flex; flex: 1; justify-content: flex-end; align-items: center; } #top-bar span { text-align: right; color: hsla(0, 0%, 100%, 0.7); } #top-bar a { color: #ef1073; margin: 0 0.5rem; } #top-bar a:last-child { margin-right: 0 !important; } #top-bar a.active { font-weight: 700; } #top-bar .network { color: #ef1073; } #top-bar .fiat { color: white; margin-right: 0.5rem; font-weight: 100; } .btn-group { margin-bottom: 0; } /* Nav bar */ .navbar { padding: 0.5rem; } .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.7); } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 1); } .nav-bg-color { background-color: #000000; box-shadow: 0 4px 12px 0 rgba(100, 100, 100, 0.3); } .dropdown-item { padding: 0rem 1.5rem; } .dropdown-item a { color: #670d35 !important; } .dropdown-item.active, .dropdown-item:active { color: #fff; background-color: #000000; } .navbar-nav .nav-link.nuxt-link-exact-active { color: rgba(255, 255, 255, 1); } .btn-outline-white { color: #ffffff; border-color: #ffffff; } .btn-outline-white:hover { color: #000000; background-color: #ffffff; border-color: #ffffff; } .btn-outline-white:disabled { color: #ef1073; background-color: #000000; border-color: #ef1073; opacity: 1; } .btn-outline-white:disabled:hover { color: #ef1073; background-color: #000000; border-color: #ef1073; } .nav-link { padding: 0.2rem 1rem; } #nav-tab .nav-link { padding: 0.5rem 1rem; } /* i18n flags */ .flag-icon { border: 2px solid transparent; border-radius: 2px; width: 1.6em; height: 1.3em; } .flag-icon-es { margin-left: 2rem; } .nav-link .nuxt-link-exact-active .flag-icon { border: 2px solid white; } /* Slider */ .carousel-caption h2, .carousel-caption p { text-shadow: 2px 4px rgba(0, 0, 0, 0.4); } /* Breadcrumbs */ .breadcrumb { padding: 0.5rem 0rem; margin-bottom: 3rem; background-color: initial; border-radius: 0; font-size: 15px; border-bottom: 1px solid #d75ea1; } /*----------------------- Footer Styles --------------------------*/ section .section-title { text-align: center; color: #007b5e; margin-bottom: 50px; text-transform: uppercase; } #footer { background-color: #2d2f33; padding: 0 0 1rem 0; } #footer h5 { padding-left: 10px; border-left: 3px solid #eeeeee; padding-bottom: 6px; margin-bottom: 20px; color: #ffffff; } #footer a { color: #ffffff; background-color: transparent; -webkit-text-decoration-skip: objects; } #footer ul.social li { padding: 3px 12px 0 0; } #footer ul.social li a i { margin-right: 5px; font-size: 18px; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease; } #footer ul.social li:hover a i { font-size: 24px; margin-top: -10px; } #footer ul.social li a, #footer ul.quick-links li a { color: #ffffff; } #footer ul.social li a:hover { color: #eeeeee; } #footer ul.quick-links li { padding: 3px 0; -webkit-transition: 0.5s all ease; -moz-transition: 0.5s all ease; transition: 0.5s all ease; } #footer ul.quick-links li:hover { padding: 3px 0; margin-left: 5px; font-weight: 700; } #footer ul.quick-links li a i { margin-right: 5px; } #footer ul.quick-links li:hover a i { font-weight: 700; } #footer .small { font-size: 0.9rem; } #footer .logo { max-width: 400px; width: 100%; } .bat { max-width: 18px; vertical-align: middle; margin-left: 0.1rem; } .kusama-logo, .polkadot-logo { width: 100%; max-width: 120px; } .table { background-color: white; } .badget-container { justify-content: center; margin: 0; } .grant-badge { width: 75%; max-width: 200px; } /* GitHub corner */ .github-corner:hover .octo-arm { animation: octocat-wave 560ms ease-in-out; } @keyframes octocat-wave { 0%, 100% { transform: rotate(0); } 20%, 60% { transform: rotate(-25deg); } 40%, 80% { transform: rotate(10deg); } } @media (max-width: 500px) { .github-corner:hover .octo-arm { animation: none; } .github-corner .octo-arm { animation: octocat-wave 560ms ease-in-out; } } /* Tables */ .table { font-size: 0.9rem; } .table td, .table th { padding: 0.35rem; border-top: 1px solid #dee2e6; } .page-item.active .page-link { z-index: 1; color: #fff; background-color: #343a40; border-color: #343a40; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #343a40; background-color: #fff; border: 1px solid #dee2e6; } /*----------------------- Media queries --------------------------*/ @media (max-width: 991px) { #navigation { margin-bottom: 69px; } #navigation .container { max-width: 100%; } .navbar { padding: 0.5rem; } .navbar-nav { font-size: 1.4rem; text-align: center; } } @media (max-width: 767px) { .navbar-nav { font-size: 1.4rem; } #navigation { margin-bottom: 93px; } .main.container { padding-left: 15px; padding-right: 15px; } #footer h5 { padding-left: 0; border-left: transparent; padding-bottom: 0px; margin-bottom: 10px; } .navbar-nav { padding-bottom: 1rem; } .flag-icon-es { margin-left: 0; } #navigation .container { max-width: 100%; } .navbar { padding: 0.5rem; } #top-bar { padding: 0.5rem; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before { display: none; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div { width: 100%; } }
0.331877
0.077239
@media only screen and (max-width: 375px){ /*--General styling--*/ *{ margin: 0px; } /*--Header styling--*/ #header-name{ font-size: 30px; padding: 20px 15px 20px; z-index: 3; } #header-img{ z-index: 2; } /*--Navigation styling--*/ .navigation-menu{ position: absolute; top: -20px; left: 0px; width: 375px; margin: auto; flex-direction: column; background-color: #fff; border-radius: 10px; text-align: center; transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); z-index: 1; } .navigation-menu.active{ top: 155px; left: 0px; } .navigation-item{ color: #000; } .hamburger{ display: block; position: relative; top: 45px; right: 20px; padding: 10px 15px 10px; margin: auto; cursor: pointer; z-index: 3; } /*Animation to turn hamburger into x*/ .hamburger.active .bar:nth-child(2) { opacity: 0; } .hamburger.active .bar:nth-child(1) { transform: translateY(10px) rotate(45deg); } .hamburger.active .bar:nth-child(3) { transform: translateY(-10px) rotate(-45deg); } /*--Aspirations styling--*/ #aspiration-title{ font-size: 40px; } #aspiration-container{ flex-direction: column; padding: 10px 20px 50px; } #aspiration, #aspiration-2{ text-align: center; margin: 0px 0px 30px; } #aspiration-subtitle-DA, #aspiration-subtitle-CISM{ font-size: 20px; margin-bottom: 20px; } #aspiration-paragraph-DA, #aspiration-paragraph-CISM{ font-size: 10px; } /*--Personal styling--*/ #personal-title{ font-size: 17px; width: 90%; margin: auto; top: 100px; } #personal{ padding: 130px 0px 90px; } #personal-img{ width: 200px; } #personal-name{ width: 100%; font-size: 25px; } #contact-container{ flex-direction: column; } #contact{ padding: 0px; margin: 20px 10px 40px; } #contact-2{ padding: 0px; margin: 20px 10px 40px; } #contact-form{ width: 100%; } #contact-form-FN, #contact-form-LN{ width: 45%; padding: 6px 8px; } #contact-form-email{ width: 100%; padding: 6px 8px; } #contact-form-comment{ width: 100%; padding: 6px 8px; } #thank-you{ top: -30px; } /*--Footer styling*--*/ #footer{ height: 50px; } #footer-paragraph-detail{ top: 16px; right: 10px; font-size: 11px; } }
styles/index-media-style.css
@media only screen and (max-width: 375px){ /*--General styling--*/ *{ margin: 0px; } /*--Header styling--*/ #header-name{ font-size: 30px; padding: 20px 15px 20px; z-index: 3; } #header-img{ z-index: 2; } /*--Navigation styling--*/ .navigation-menu{ position: absolute; top: -20px; left: 0px; width: 375px; margin: auto; flex-direction: column; background-color: #fff; border-radius: 10px; text-align: center; transition: 0.3s; box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05); z-index: 1; } .navigation-menu.active{ top: 155px; left: 0px; } .navigation-item{ color: #000; } .hamburger{ display: block; position: relative; top: 45px; right: 20px; padding: 10px 15px 10px; margin: auto; cursor: pointer; z-index: 3; } /*Animation to turn hamburger into x*/ .hamburger.active .bar:nth-child(2) { opacity: 0; } .hamburger.active .bar:nth-child(1) { transform: translateY(10px) rotate(45deg); } .hamburger.active .bar:nth-child(3) { transform: translateY(-10px) rotate(-45deg); } /*--Aspirations styling--*/ #aspiration-title{ font-size: 40px; } #aspiration-container{ flex-direction: column; padding: 10px 20px 50px; } #aspiration, #aspiration-2{ text-align: center; margin: 0px 0px 30px; } #aspiration-subtitle-DA, #aspiration-subtitle-CISM{ font-size: 20px; margin-bottom: 20px; } #aspiration-paragraph-DA, #aspiration-paragraph-CISM{ font-size: 10px; } /*--Personal styling--*/ #personal-title{ font-size: 17px; width: 90%; margin: auto; top: 100px; } #personal{ padding: 130px 0px 90px; } #personal-img{ width: 200px; } #personal-name{ width: 100%; font-size: 25px; } #contact-container{ flex-direction: column; } #contact{ padding: 0px; margin: 20px 10px 40px; } #contact-2{ padding: 0px; margin: 20px 10px 40px; } #contact-form{ width: 100%; } #contact-form-FN, #contact-form-LN{ width: 45%; padding: 6px 8px; } #contact-form-email{ width: 100%; padding: 6px 8px; } #contact-form-comment{ width: 100%; padding: 6px 8px; } #thank-you{ top: -30px; } /*--Footer styling*--*/ #footer{ height: 50px; } #footer-paragraph-detail{ top: 16px; right: 10px; font-size: 11px; } }
0.240953
0.060891
.ant-layout { background: #fff; } .layout-content { /* padding: 0px 21px 24px 21px; */ /* padding: 24px; */ background-color: #eaf0f7; min-height: 700px; /* border-top: 1px solid rgba(233, 233, 233, 1); */ /* box-shadow: 0px 0px 5px 3px #d6d6d6; */ } .layout-content>div { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; -webkit-box-align: start; -moz-box-align: start; -webkit-box-pack: start; -moz-box-pack: start; /* autoprefixer: off */ -webkit-box-orient: vertical; } .layout-content .content { width: 100%; -webkit-box-flex: 1; -moz-box-flex: 1; padding: 0px 21px 24px 21px; display: -webkit-box; display: -moz-box; -webkit-box-align: start; -moz-box-align: start; -webkit-box-pack: start; -moz-box-pack: start; /* autoprefixer: off */ -webkit-box-orient: vertical; } .layout-content .content .filter-content { height: auto; padding-bottom: 20px; } .filter-form .ant-form-item { width: 24%; } .filter-form .ant-form-item button { margin-right: 20px; } .layout-content .content .page-content { width: 100%; background-color: #fff; min-height: 700px; padding: 24px 21px; border-radius: 5px; -webkit-box-flex: 1; -moz-box-flex: 1; overflow-x: hidden; overflow-y: auto; } .ant-layout-footer { height: 40px; line-height: 40px; padding: 0; text-align: center; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(102, 102, 102, 1); } .layout-breadcrumb { height: 69px; width: 100%; /* border-bottom: 1px solid rgba(233, 233, 233, 1); */ background-color: #eaf0f7; } .layout-breadcrumb .page-name { width: auto; height: 100%; line-height: 69px; color: #5363a6; font-size: 18px; font-weight: bold; padding: 0 25px; float: left; } .layout-breadcrumb .page-button { width: auto; height: 100%; padding-top: 18px; float: left; } .layout-breadcrumb .page-button button { margin-right: 20px; } .layout-breadcrumb .page-button .filter-select { min-width: 250px; } .modal-form .ant-form-item { width: 100% !important; margin-bottom: 5px; } .tree-card .ant-card-head-title { height: 64px !important; }
src/display/modules/Home/index.css
.ant-layout { background: #fff; } .layout-content { /* padding: 0px 21px 24px 21px; */ /* padding: 24px; */ background-color: #eaf0f7; min-height: 700px; /* border-top: 1px solid rgba(233, 233, 233, 1); */ /* box-shadow: 0px 0px 5px 3px #d6d6d6; */ } .layout-content>div { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; -webkit-box-align: start; -moz-box-align: start; -webkit-box-pack: start; -moz-box-pack: start; /* autoprefixer: off */ -webkit-box-orient: vertical; } .layout-content .content { width: 100%; -webkit-box-flex: 1; -moz-box-flex: 1; padding: 0px 21px 24px 21px; display: -webkit-box; display: -moz-box; -webkit-box-align: start; -moz-box-align: start; -webkit-box-pack: start; -moz-box-pack: start; /* autoprefixer: off */ -webkit-box-orient: vertical; } .layout-content .content .filter-content { height: auto; padding-bottom: 20px; } .filter-form .ant-form-item { width: 24%; } .filter-form .ant-form-item button { margin-right: 20px; } .layout-content .content .page-content { width: 100%; background-color: #fff; min-height: 700px; padding: 24px 21px; border-radius: 5px; -webkit-box-flex: 1; -moz-box-flex: 1; overflow-x: hidden; overflow-y: auto; } .ant-layout-footer { height: 40px; line-height: 40px; padding: 0; text-align: center; font-size: 12px; font-family: PingFangSC-Regular, PingFang SC; font-weight: 400; color: rgba(102, 102, 102, 1); } .layout-breadcrumb { height: 69px; width: 100%; /* border-bottom: 1px solid rgba(233, 233, 233, 1); */ background-color: #eaf0f7; } .layout-breadcrumb .page-name { width: auto; height: 100%; line-height: 69px; color: #5363a6; font-size: 18px; font-weight: bold; padding: 0 25px; float: left; } .layout-breadcrumb .page-button { width: auto; height: 100%; padding-top: 18px; float: left; } .layout-breadcrumb .page-button button { margin-right: 20px; } .layout-breadcrumb .page-button .filter-select { min-width: 250px; } .modal-form .ant-form-item { width: 100% !important; margin-bottom: 5px; } .tree-card .ant-card-head-title { height: 64px !important; }
0.304662
0.047603
input::placeholder{ color: rgb(218, 95, 95) } .jumbo { position: relative; overflow: hidden; height: 1000px; background-color: black; } .jumbo2 { position: fixed; top: 0; z-index: 100; width: 100vw; overflow: hidden; min-height: 0px; background-color: black; } .jumbo img{ position: absolute; height: 100%; width: 100%; opacity: 0.38; } .mobileRouteLogin2{ color: white; position: relative; right: 20px; top: 7px; } .desktopLoadWatchlist2{ font-size: 35px; } @media screen and (max-width: 998px) { .poofLogo { display: none; } .loadDesktopWatchlist{ display: none; } .newPoofLogo { display: none !important; } .newPoofLogo2 { display: none !important; } .label-icon{ display: none; } .searchBox { display: none; } .watchlist-container { display: none; } .watchlist-container-bottom { display: none; } .watchtool-container { display: none !important; } .compareToolbar { height: 40px; background: var(--cool-gray-80,#283e4a); position: fixed; display: flex; bottom: 0; width: 102vw !important; z-index: 3; border-radius: 0px 0px 0px 0px !important; justify-content: center; align-items: center; color: white; font-size: 20px; border: grey double 5px; border-bottom: none; border-left: none; } .detailsTitle2 { position: relative; right: 10px; } .resetUserLink { margin-top: 12px !important; } /* .jumbo{ height: 744px; } */ .jumbo{ height: 100vh; } .comparePicHolder{ position: relative; left: 17px; } .info{ margin-top: 30px; overflow: hidden; position: relative; text-align: center; left: 20px; } .alertModal{ width: 85% !important; } .modal{ width: 85% !important; } .mobileRouteLogin2{ display: none; } .logOutUserWatchDesktop{ display: none; } } @media screen and (max-width: 800px) { .compareToolbar { width: 100%; } .detailsTitle2 { right: 0px; } } .info{ margin-top: 30px; } .poofPic { position: relative; top: 4px; width: 15%; display: flex; justify-content: center; align-items: center; } .poofPic:hover { cursor: pointer; } .mediaHolder { position: absolute !important; top: 1% !important; } .desktopButtonRow{ position: relative; top: 10px; right: 46px; } .desktopWatchlistItemTitle{ position: relative; bottom: 10px; left: 15px; max-height: 61px !important; } .loadDesktopWatchlist:hover{ cursor: pointer; color: #806543; } .loadDesktopWatchlist{ position: relative; right: 20px; top: 7px; color: white; } .loadDesktopWatchlistIcon{ font-size: 35px; } @media screen and (min-width: 998px) { .poofPic { display: none !important; } .mobile-watchlist { display: none !important; } .mobile-watchlist3 { display: none !important; } .mediaLoadBtn { display: none !important; } .mediaHolder { display: none !important; } .mobile-watchlist-icon2{ display: none; } .mobile-watchlist-icon2{ display: none; } .desktopSignUp{ width: 29% !important; height: 33vh !important; border-radius: 10px !important; } .newNavBar{ left: -17px !important; } .featuresNavBar { left: -17px !important; } } @media screen and (min-width: 576px) { .logOutBtn { padding-top: 10px !important; } } @media screen and (max-width: 575px) { .desktopFrontPage{ display: none !important; } } @media screen and (min-width: 992px) { .poofLogo2 { display: none !important; } } @media screen and (max-width: 600px){ .header1Load2{ position: absolute; right: 0; height: 55px !important; } } .nav-wrapper{ background-color: transparent; } .header1Load { padding-right: 8px !important; } .header1Load2 { height: 65px; } .header1Load2:hover{ background-color: #806543; cursor: pointer; } .container-fluid { padding-left: 0 !important; padding-right: 0 !important; margin: 0 !important; } .laptopIcon:hover { background-color: #806543; cursor: pointer } .bookIcon:hover { background-color: #806543; cursor: pointer } .toyIcon:hover { background-color: #806543; cursor: pointer } .houseIcon:hover { background-color: #806543; cursor: pointer } .compareToolbar { height: 40px; background: var(--cool-gray-80,#283e4a); position: fixed; display: flex; bottom: 0; width: 500px; z-index: 3; border-radius: 0px 5px 0px 0px; justify-content: center; align-items: center; color: white; font-size: 20px; border: grey double 5px; border-bottom: none; border-left: none; } .compareToolbar:hover { cursor: pointer; background-color: #806543; border: black double 4px; border-bottom: none; border-left: none; } .detailsFiller2 { width: 50px; } .navLinks:hover { background-color: #806543; } .homeLink { padding: 0px 15px; } .resetLink { padding: 0px 15px; } .resetUserLink { padding: 0px 15px; margin-top: 22px; color: white; } .homeLink:hover { background-color: #806543; cursor: pointer; } .logOutBtn { height: 100%; } .logOutBtn:hover { background-color: #806543; cursor: pointer; } .resetLink:hover { background-color: #806543; cursor: pointer; } .brand-logo:hover { background-color: #806543; } a:hover{ color: white !important; text-decoration: none !important; } .poofSiteLink:hover { color: blue !important; text-decoration: underline !important; } .toggleButton{ margin-left: 5px; color: white; } .toggleButton:hover{ cursor: pointer; color: #806543; } .label-icon:hover { cursor: pointer; } .purchaseLinkBtn{ position: relative; left: 25px; } .purchaseLinkIconBtn{ color: black; } .purchaseLinkIconBtn:hover{ color: #806543; } .watchlist-container { height: 80vh; background-color: blanchedalmond; position: fixed; width: 310px; z-index: 4; top: 58px; margin-top: 66px; right: 16px; overflow-x: hidden; overflow-y: auto; border-radius: 12px 0px 0px 0px; } .watchlist-container-bottom { position: fixed; height: 20vh; bottom: 0; background: var(--cool-gray-80,#283e4a); width: 310px; right: 16px; z-index: 3; } .watchlist-container::-webkit-scrollbar { display: none; } .toggle-watchlist { font-weight: normal; font-size: 30px; color: darkgoldenrod; } .toggle-watchlist:hover { cursor: pointer; color: white; } .watchImage{ height: 150px; width: 150px; margin-top: 20px; margin-left: 60px; } .watchtool-container { display: flex; height: 50px; background-color: var(--cool-gray-80,#283e4a); position: fixed; width: 50px; z-index: 101; border-radius: 10px 10px 0px 0px; display: flex; align-items: center; right: 36px; bottom: 0px; width: 310px; justify-content: space-between; color: white; font-size: 16px; border: grey double 5px; border-bottom: none; } /*Inactive class for disabled elements/components*/ .inactive { display: none; } .watchtool-container:hover { cursor: pointer; background-color: #806543; border: black double 4px; border-bottom: none; } .toggle-watchtoolbar{ font-size: 40px; color: white; } .fillerToggle { width: 34px; } .toggle-watchtoolbar:hover{ color: white; cursor: pointer; } .searchContainer { display: flex; justify-content: center; align-items: center; background-color: #0C1344; } .linksContainer { margin-left: auto; } .save-container { display: flex; justify-content: center; margin-top: 50px; } .saveWatch { margin-top: 20px; } .watchContainer2 { margin-top: 40px; } .watchlist-navbar{ display: flex; border-top: white solid 1px; } .watchlistNav { height: 50px; background: var(--cool-gray-80,#283e4a); display: flex; justify-content: space-between; align-items: center; border: white solid 1px; position: fixed; width: 310px; right: 16px; z-index: 1; border-radius: 12px 0px 0px 0px; } .watchlistCardDesktop:hover { -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .productCardContainer:first-child { margin-top: 60px; } /* .watchCardsContainer { height: 150vh; } */ .watchlist-title { color: white; display: inline; position: relative; top: 1px; right: 5px; } .modal { height: 400px; max-height: 50% !important; top: 10%; left: 0; right: 0; bottom: unset !important; background-color: white !important; width: 60%; } .modal-content{ border: unset !important; } .btn { background-color: #0C1344 !important; } .btn:hover { background-color: #806543 !important; } .btn, .btn-large, .btn-small { background-color: #0C1344 !important; color: white !important; } .removeTool .removeTooltipText { width: 160px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 100%; left: 68%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .removeTool .removeTooltipText::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .removeTool:hover .removeTooltipText { visibility: visible; opacity: 1; } .purchaseTool .purchaseTooltipText { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 100%; left: 115.7%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .purchaseTool .purchaseTooltipText::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .purchaseTool:hover .purchaseTooltipText { visibility: visible; opacity: 1; } .removeBtn{ margin-left: 20px; color: black; font-size: 26px; } .removeBtn:hover{ cursor: pointer; color: #806543; } .alertBtn{ font-size: 28px; margin-left: 18px; color: black; } .alertBtn:hover{ cursor: pointer; color: #806543; } .iconContainer { display: inline-flex; flex-direction: column; } .rangeslider { margin-left: 50px !important; margin-right: 10px !important; } .alertModal { width: 40% !important; height: 45% !important; border-radius: 10px !important; } .alertInput { width: 90% !important; } .rangeslider__fill, .rangeslider-vertical { background-color: darkgoldenrod !important; } .saveBtn { position: fixed; margin-left: 8px; } .signUpUser { height: 38vh !important; border-radius: 7px !important; } .progressBar2 { margin: 12px 0px 0px 30px !important; width: 80% !important; } .alertInput { padding-left: 30px !important; width: 15% !important; position: relative; left: 35%; } .alertModalMobile{ border-radius: 7px !important; height: 45% !important; } .spacer { margin-right: auto; visibility: hidden; } .search2Btn:hover { cursor: pointer; } .searchboot{ display: flex; justify-content: center; position: relative; left: 9px; margin: 30px 0px; } .searchboot2 { height: 20px !important; padding-top: 15px !important; margin-left: 10px !important; border-bottom: none !important; } .searchboot2:focus { outline: none !important; border-bottom: none !important; box-shadow: none !important; } .searchboot4 { border-bottom: none !important; padding-left: 15px !important; height: 20px !important; margin-top: 9px !important; } .searchboot4:focus { outline: none !important; border-bottom: none !important; box-shadow: none !important; } .inputBox2 { display: flex !important; align-items: center !important; } .inputBox { width: 70vw !important; right: 4px; } .inputBox3{ width: 62vw !important; right: 23px; } .input-group-prepend:hover { cursor: pointer; } .nav-wrapper2 { background-color: #0C1344 !important; } .sidenav { background-color: #806543 !important; } .sidenav-overlay { left: 300px !important; } .sidenav li>a { color: azure !important; display: block !important; font-size: 20px !important; font-weight: 600 !important; height: 48px !important; line-height: 48px !important; padding: 0 32px !important; } .sidenav li>a:hover { background-color: #0C1344 !important; } .sidenavPoof { background-color: black; height: 6%; } .searchBox2 { margin-top: 10px; } .sidenavHome { margin-top: 10px; } /*Mobile Multi-Select Filter*/ .disabled { background-color: lightgrey !important; } .multiSelectComponent { position: relative; top: -10px; height: 0px; width: 100%; left: 5px; } .multiSelectRow { justify-content: space-around; position: relative; left: 1vw; } .select-wrapper input.select-dropdown { font-size: 0.88rem !important; } @media screen and (min-width: 800px) { .multiSelectRow { justify-content: space-between; position: relative; left: 7vw; } } .searchAndCountContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; } @media screen and (max-width: 800px) { .searchAndCountContainer { font-size: 10.9px; } } .searchAndCountGroup { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; bottom: 10px; } .searchWordAndItemCount { text-align: center; word-break: break-word; display: flex; justify-content: center !important; } /* .searchCount { display: flex; justify-content: flex-end; padding-right: 3vw; } */ @media screen and (max-width: 998px) { .multiSelectComponent { top: -3px; } } /*HeaderComponent2 Styling*/ .newNavBar{ top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; } .contactNavBar { top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; } .featuresNavBar { top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; height: 10vh; } .newNavBar2{ visibility: hidden; top: -50px; } .modalTitle2{ font-weight: 600; color: #0C1344; } .desktopModalSignIn{ border-radius: 10px !important; height: 30% !important; width: 35% !important; } .desktopModalTitle{ font-weight: 600; color: #0C1344; text-align: center; } .logOutUserWatchDesktop{ position: relative; right: 15px; top: 8px; color: white; } .logOutUserWatchDesktop:hover{ cursor: pointer; color: #806543 } .logOutDesktop{ font-size: 40px; } .newPoofLogo { padding-left: 20px !important; padding-right: 23px !important; font-size: xxx-large !important; } .newPoofLogo2 { padding-left: 20px !important; border-right: white solid 1px !important; padding-right: 23px !important; font-size: xxx-large !important; } .poofLogo { padding: 0px 20px 0px 15px; border-right: 1px solid; height: vh !important; color: white !important; height: 100% !important; font-size: xxx-large; width: 15%; } .poofLogo:hover { background-color: #806543; } .mainHeaderLogo { font-size: xxx-large; padding-left: 20px; border-right: white solid 1px; width: 160px; } .mainHeaderLogo:hover { background-color: #806543; cursor: pointer; } a { color: white !important; } .mobile-watchlist-icon2 { padding-top: 20px; font-size: 48px; top: 5%; } .keyboardReturnIcon:hover{ color: #806543; } .mobile-watchlist-icon2:hover{ color: #806543; } .mobile-watchlist3{ position: relative; right: 2%; top: 14%; } .mobile-watchlist { height: 40px; width: 40px; background-color: #806543; position: absolute; right: 5%; bottom: 7%; display: flex; justify-content: "center"; align-items: "center"; border-radius: 7px; z-index: 2; } .mobile-watchlist:hover { cursor: pointer; background-color: #0C1344; } .watchlistMobileTitle { color: white; text-align: center; margin-top: 14px; } .mobile-watchlist2 { color: white; margin: 8px 0px 0px 8px; } .watchlistContainerBar { height: 50px; background-color: #0C1344; color: white; display: flex; justify-content: space-between; align-items: center; } .returnToSearchIcon { position: relative; left: 2%; top: 15%; } /* .returnToSearch { height: 75px; width: 82px; background-color: #806543; position: absolute; right: 2%; top: 8%; border-radius: 7px; z-index: 2; } .returnToSearch:hover { cursor: pointer; background-color: #0C1344; } */ /* .returnTitle { color: white !important; text-align: center !important; margin-top: 14px !important; } */ .watchCard { position: relative; display: flex; 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: 5px; margin: 20px 30px; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16); color: rgba(0, 0, 0, 0.87); outline: none; } .watchCard:hover { -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .watchImage{ background-color: blue; } .watchContent { background-color: red; height: 150px; width: 150px; margin-top: 20px; margin-left: 60px; } .test1 { height: 50px; width: 50px; background-color: blue; } .test2 { height: 50px; width: 50px; background-color: red; } .removeToolMobile .removeTooltipTextMobile { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 123%; left: 58.6%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .removeToolMobile .removeTooltipTextMobile::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .removeToolMobile:hover .removeTooltipTextMobile { visibility: visible; opacity: 1; } .purchaseToolMobile .purchaseTooltipTextMobile { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 121%; left: 88.8%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .purchaseToolMobile .purchaseTooltipTextMobile::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .purchaseToolMobile:hover .purchaseTooltipTextMobile { visibility: visible; opacity: 1; } .priceTag2 { font-weight: 600; font-size: 22px; color: #e64949; left: 35px; top: 5px; } .logInMobile { color: white; font-size: large; } .mobileLogin { text-align: center; padding: 5px 10px 0px 10px; } .mobileInput { margin-top: 15px !important; } .submit-button:hover{ background-color: #806543 !important; } .close-button:hover{ background-color: #806543 !important; } .newSaveBtn { margin-left: 111px; position: fixed; bottom: 42px; background-color: #806543 !important; border: 2px black solid !important; } .newSaveBtn:hover { background-color: var(--cool-gray-80,#283e4a) !important; } .watchlistSaveBtn{ background-color: #0C1344 !important; } .loadListIcon{ position: relative; right: 3%; top: 17%; } .loadListIcon:hover{ cursor: pointer; color: #806543; } .mobileSearchProgress{ position: relative; right: 3%; } .watchlistRouteContainer{ width: 90% !important; margin-top: 25px !important; margin-bottom: 30px !important; } .mobileRouteLogin{ position: relative; right: 3%; top: 14%; } /*WatchRoute Component */ .watchRouteCard{ position: relative; left: 17%; top: -4%; } .logOutUserWatchRoute{ position: relative; right: 2%; top: 15%; } .logOutUserWatchRoute:hover{ cursor: pointer; color: #806543; } .watchRouteCardTitle{ font-size: 16px !important; max-height: 80px !important; } .modalTitle{ color: #0C1344; font-size: 170%; font-weight: 600; } .watchRouteImage{ margin: 6px 0px 0px 23px; } .mobileAlertModal{ position: relative !important; left: -30px !important; } .fillerRoute{ width: 105px; } .purchaseLinkIconBtnMobile{ color: black; } .purchaseLinkIconBtnMobile:hover{ color: #806543; } .purchaseLinkBtnMobile{ position: relative; left: 20px; } .watchlistButtons{ display: flex; justify-content: center; align-items: center; } .loadingUserItems{ flex-direction: column; display: flex; justify-content: center; align-items: center; } .mobileLoadingText{ text-align: center; margin-top: 20px; margin-bottom: 35px; } /*Compare Table Route*/ /*Mobile Front Page*/ .mobileBanner{ height: 60px; position: absolute; width: 100%; background-color: #0C1344; } .mobileFooter{ height: 70px; width: 100%; position: absolute; bottom: 0; background-color: #0C1344; } .mobileFrontPage{ position: absolute; top: 11%; } .mobileFrontPic{ position: absolute; height: 92% !important; width: 146% !important; opacity: 0.38; top: 7%; left: -14%; } .mobileSearchForm { margin: 30px 0px; position: relative; right: 15px; } form.mobileSearchForm input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 3vh; width: 58%; background: white; border-radius: 10px 0px 0px 10px; } form.mobileSearchForm input:focus{ border-bottom: none !important; box-shadow: none !important; } input::placeholder { color: #6f7275; } form.mobileSearchForm button { position: relative; top: -2px; left: left; width: 15%; height: 7vh; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } form.mobileSearchForm button:hover { background: #806543; } .mobileSearchBar{ top: -18%; } .mobileProgressSearchBar{ position: relative; left: 12px; } .poofMobileLogo{ opacity: 1 !important; } .poofMobileLogo:hover{ cursor: pointer; } /* .progressMobile { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; margin: 25px 0px; } .progress-value-mobile { animation: load 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes load { 0% { width: 0; } 100% { width: 100%; } } */ .loadBar1 { height: 20px; width: 86%; background: #806543; border-radius: 25px; position: absolute; } .loadBar2 { height: 20px; width: 100px; background: #141B4D ; border-radius: 25px; position: relative; animation: slide 1.3s linear forwards; animation-iteration-count: infinite; } @keyframes slide { 0% { left:0%; right:100%; width:0%; } 10% { left:0%; right:75%; width:25%; } 90% { right:0%; left:62%; width:25%; } 100% { left:86%; right:0%; width:0%; } } .progressMobile { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; margin: 25px 0px; } .progress-value-mobile { animation: load 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes load { 0% { width: 0; } 100% { width: 100%; } } /*Second Mobile Front Page*/ .poofMobileComponent { display: flex; height: 100%; flex-direction: column; justify-content: space-between; background-image: url(./images/rainbowPoofReduced.jpg) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-attachment: initial !important; background-size: 100vw 46rem; background-position-y: -100px !important; background-color: white; } .loading-content-mobile { display: flex; flex-direction: column; justify-content: center; position: relative; } .poofSlothPicMobile { z-index: 1; width: 53vw; -webkit-animation: surfMobile 2s infinite; animation: surfMobile 2s infinite; } .loadingMobileTitle { font-size: 18px; color: rgb(20, 27, 77); font-weight: 600; text-align: center; position: relative; background-color: white; border-radius: 15px; opacity: 0.79; right: 17px; display: flex; justify-content: center; } .mobileTitleText { text-align: center; font-weight: 700; color: #141B4D; } .poofElectronics { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofBooks { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofClothes { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofGames { display: flex; justify-content: center; flex-direction: column; text-align: center; } .iconContent2 { position: relative; left: 9px; } .topSearch { width: 50px; height: 175px; border: black solid 2px; border-radius: 20px; margin-left: 36px; max-width: 21.8% !important; display: flex; flex-direction: column; justify-content: center; align-items: center; } .topSearchBody { margin-left: 21px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .topCategoryTitle { position: relative; top: 12px; } .topSearchPic { max-width: 100px; } .mobilePoofIcon { align-items: center; } .topSellersMobile { background: #0C1344; margin-top: 6vh; } /*top Scroller for Mobile Header*/ .mobileTopScroller { z-index: 2; position: fixed; right: 7vw; bottom: 3vh; padding: 7px; background: #d48a8a; border-radius: 7px; color: white; opacity: 0.8; transition: opacity 1s; animation: enlarge 0.8s; } .hideMobileScroller { opacity: 0; } .mobileTopScroller:hover { opacity: 1 !important; cursor: pointer; background-color: var(--cool-gray-80,#283e4a); border: white solid 1px; } @keyframes enlarge { 0% {transform: scale(0)} 100% {transform: scale(1)} } #mobileTop { position: relative; top: -300px; } /*topSearchCards*/ .topSearchCard { width: 225px !important; max-width: 540px; height: 150px !important; border-radius: 8px !important; margin-top: 25px !important; } .topSearchCard:hover { transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .icon1{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } @media screen and (min-width: 650px) { .mobileIcon1 { position: relative; right: 6px; padding: 25% 15.5vw; } } @media screen and (min-width: 675px) { .mobileIcon1 { position: relative; right: 15px; } .mobileIcon3 { position: relative; right: 5px; } } @media screen and (min-width: 700px) { .mobileIcon1 { position: relative; right: 30px; } .mobileIcon3 { position: relative; right: 14px; } } @media screen and (min-width: 740px) { .mobileIcon1 { position: relative; right: 45px; } .mobileIcon3 { position: relative; right: 23px; } } .icon2{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon2 { padding: 25% 11vw !important; } .icon3{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon3 { padding: 25% 11.3vw !important; } .icon4{ display: flex; padding: 25% 26%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon4 { padding: 25% 11vw !important; } .pIcon { transition: box-shadow .2s, border .1s; } .pIcon:hover { cursor: pointer; background-color: #806543; color: white !important; box-shadow: 3px 6px 6px 0 rgba(32,33,36,0.28); border-color: rgba(223,225,229,0); } .poofLaptopIcon2 { width: 100%; } .poofStudyIcon2 { width: 100%; } .poofFashionIcon2 { width: 100%; } .poofGamingIcon2 { width: 100% } .poofModalBody { height: 35vh !important; border-radius: 40px !important; } .poofMobileInput{ background-color: white !important; box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.16) !important; position: relative; left: 12px !important; right: 7px !important; border-radius: 25px !important; padding-left: 25px !important; } .poofMobileInput:hover { box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.16) !important; -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); } .poofMobileSearch { display: flex; justify-content: space-between; align-items: center; } .poofMobileContainer { margin-top: 5vh !important; } .poofMobileSearchIcon{ position: relative; right: 30px; bottom: 5px; } .poofMobileSearchIcon:hover { cursor: pointer; color: #806543; } .poofMobileFooter { height: 19vh; width: 100vw; background-color: #0C1344; display: flex; justify-content: center; align-items: center; } .poofMobileSignIn { color: white; font-size: 6vh; position: relative; top: 6px; } .poofMobileSignIn:hover { cursor: pointer; color: #806543; } .poofIconName { font-weight: 600; } .mobileProgress { background: #806543; height: 2vh; } .mobileProgress2 { background: #141B4D; height: 2vh; } .mobileRouteLogin3 { position: relative; top: 8px; left: 4px; } .poofMobileSignInIcon { color: white; } .poofMobileSignInIcon:hover { cursor: pointer; color: #806543; } .poofMobileWatchlistIcon { font-size: 7vh; } .poofMobileWatchlistIcon:hover { color: #806543; } /*Desktop Header v2*/ #scrollTarget { position: absolute; top: -10vh; } .poofDesktopContainer { height: 100vh; } .poofDesktopComponent { height: 100vh; } .aboutLink { position: absolute; right: 3vw; color: white; font-size: 2rem; font-weight: 600; z-index: 1; } .aboutLink:hover { cursor: pointer !important; color: #806543 !important; z-index: 1; } .poofDesktopBackground { height: 80vh; background-image: url(./images/fireworksPoof.png) !important; background-size: 100vw 113vh; background-repeat: no-repeat !important; background-attachment: scroll !important; background-attachment: initial; background-position-y: -116px; display: flex; flex-direction: column; justify-content: space-around; } @media screen and (max-width: 1199px){ .poofDesktopComponent{ background-size: 100vw 39.3rem; } } @media screen and (max-width: 991px){ .poofDesktopComponent{ background-size: 100vw 39.6rem; } } .poofOverlay { width: 100vw; height: 80vh; /* background-color: rgba(0, 0, 0, 0.5); */ position: absolute; top: 0; left: 0; bottom: 0; } .poofDesktopInput{ background: white !important; border-radius: 25px !important; padding-left: 20px !important; height: 4.5rem !important; } .poofDesktopInput:hover { box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.16) !important; } .poofDesktopInput:focus { border-bottom: none !important; box-shadow: none !important; } .desktopImage { position: absolute; height: 70vh; width: 100vw; background-position-y: 635px; background-size: cover; background-color: #555; margin: 0 0 20px; text-align: center; transition: .8s; } .poofHeadline{ position: relative; bottom: 25px; } .poofTitleText { color: white; text-align: center; width: 100% !important; } .poofSlothRow { display: flex; justify-content: center; } .poofSlothPic { width: 20vw; height: 14vh; position: relative; bottom: 24vh; right: 9px; /*Animation effect for surfing Perry version 1*/ /* -webkit-animation: surf 1.5s infinite; animation: surf 1.5s infinite; */ } @keyframes surf { 0% {transform: rotate(-25deg)} 50% {transform: rotate(25deg)} 100% {transform: rotate(-25deg)} } @keyframes surfMobile { 0% {transform: rotate(-15deg)} 50% {transform: rotate(15deg)} 100% {transform: rotate(-15deg)} } .loading-content { height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; } .searchContent { position: relative; right: 25px; } .poofDesktopSearch { position: relative; bottom: 35px; } .poofDesktopSearchIcon { position: absolute; right: 0px; top: 13px; font-size: 40px; } .poofExclamation { height: 4.5rem; position: absolute; top: -36px; right: -50px; } .poofDesktopSearch:hover{ cursor: pointer; color: #806543; -moz-transform: scale(1.01); -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); } .desktopProgressSearchBar { position: relative; bottom: 30px; } .exampleContainer { position: relative; right: 10px; } .exampleContainerMobile { position: relative; left: 15px; } .desktopLoadBar1 { height: 20px; width: 100%; background: #806543; border-radius: 25px; position: absolute; } .desktopLoadBar2 { height: 20px; width: 100px; background: white ; border-radius: 25px; position: relative; animation: move 1.3s linear forwards; animation-iteration-count: infinite; } @keyframes move { 0% { left:0%; right:100%; width:0%; } 10% { left:0%; right:75%; width:25%; } 90% { left:75%; right:0%; width:25%; } 100% { left:100%; right:0%; width:0%; } } .desktopContent { height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } .dIcon { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.6); border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 20px; display: flex; height: 25vh; justify-content: center; align-items: center; flex-direction: column; background-color: white; } .fillerBody1 { height: 300px; } .poofDesktopFooter { position: absolute; width: 100vw; top: 110vh; background-color: #0C1344; color: white; } .poofDesktopFooterTopSellers { position: absolute; width: 100vw; top: 340vh; background-color: #0C1344; color: white; } .footerTitles { display: flex; justify-content: space-around; } .footerTitles li h4 { color: #806543; font-weight: 600; } .footerTitles li ul li:hover { cursor: pointer; color: #806543; } .footerTitleV2 li:hover { cursor: pointer; text-decoration: underline; } .footerLinkV2:hover { cursor: pointer; text-decoration: underline !important; } .footerTitlesDesktop { display: flex; justify-content: space-around; } .footerTitlesDesktop li h4 { color: white; font-weight: 600; } .footerTitlesDesktop li ul li:hover { cursor: pointer; text-decoration: underline; } .footerContainer { padding: 45px 0px 45px 0px; } /* .aboutLinkFooter:hover { cursor: pointer; color: #806543 !important; } .contactLinkFooter:hover { cursor: pointer; color: #806543 !important; } .featureLinkFooter:hover { cursor: pointer; color: #806543 !important; } .termsLinkFooter:hover { cursor: pointer; color: #806543 !important; } .privacyLinkFooter:hover { cursor: pointer; color: #806543 !important; } */ #footerLinksDesktop:hover { cursor: pointer; color: unset !important; text-decoration: underline; } /*Poof Loader v2*/ .poofLoadingList { display: flex; justify-content: center; position: relative; bottom: 5vh; } .poofLoadingItem { list-style: none; color: #484848; font-family: arial; font-size: 5em; font-weight: 900; letter-spacing: 15px; animation: animate 1.4s linear infinite; } @keyframes animate { 0% { color: #484848; text-shadow: none; } 90% { color: #484848; text-shadow: none; } 100% { color: #fff; text-shadow: 0 0 7px #fff, 0 0 50px #c1d35e; } } .poofLoadingList li:nth-child(1){ animation-delay: 0s; } .poofLoadingList li:nth-child(2){ animation-delay: .2s; } .poofLoadingList li:nth-child(3){ animation-delay: .4s; } .poofLoadingList li:nth-child(4){ animation-delay: .6s; } .poofLoadingList li:nth-child(5){ animation-delay: .8s; } /*Cookie Consent Banner*/ .cookie-container { position: fixed; bottom: -100%; left: 0; right: 0; background-color: rgb(3 3 2 / 94%); color: #f5f6fa; padding: 30px 32px; box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39); z-index: 3; transition: 600ms; display: flex; flex-direction: column; align-items: center; justify-content: center; } .cookie-container.active { bottom: 0; } .consentLink { color: #00e7ff !important; background-color: transparent; } .consentLink:hover { color: #00e7ff !important; background-color: transparent; text-decoration: underline !important; } .cookie-btn { background: #e84118; border: 0; color: #f5f6fa; padding: 12px 48px; font-size: 18px; margin-bottom: 16px; border-radius: 8px; cursor: pointer; } .cookie-btn:hover { background: darkred; } .cookie-btn:focus { background: #806543 !important; outline: unset !important; } /*Top Sellers content of Desktop Header*/ .topSellersDesktop { background: #0C1344; } .topSellerContainer { display: flex; flex-direction: column; /* justify-content: space-around; */ height: 100%; padding: 10vh 10vw; position: relative; } .amazonRow { position: relative; z-index: 1; } .barnesRow { position: relative; z-index: 1; margin-bottom: 15vh; } .newEggRow { position: relative; z-index: 1; } .ebayRow { position: relative; z-index: 1; } .topSellerOverlay { position: absolute; top: 0; left: -6.5%; width: 112%; background: white; height: 40vh; z-index: -1; border: #0C1344 5px solid; border-radius: 20px; } .topSellerLogoRow { display: flex; justify-content: center; } .topSellerCard { border-radius: 15px !important; } .topSellerCard:hover { transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .topSellerTitle { font-weight: 700; font-family: ui-sans-serif; color: white; z-index: 2; position: relative; top: 5px; } @media screen and (max-width: 1090px) { .topSellerTitle { font-size: 1.8rem; } } .topSellerSubTitle { font-family: ui-sans-serif; color: white; z-index: 2; position: relative; bottom: 10px; } .topSellerItemImg { position: relative; left: 25%; top: 10%; max-height: 12vh; } .topSellerItemTitle { font-size: 1rem !important; max-height: 7vh !important; overflow-y: hidden; } @media screen and (max-width: 615px) { .topSellerItemTitle { max-height: 11vh !important; } } .amazonTopSeller { width: 100%; height: 100%; max-height: 28vh; } .topSellerLogo { max-height: 20vh; } .topSellerBuyRow { display: flex; justify-content: center; align-items: center; } .topSellerPrice { font-weight: 600; font-size: 3vh; color: #e64949; } @media screen and (max-width: 1475px) { .topSellerPrice { font-size: 2.5vh; } } @media screen and (max-width: 1300px) { .topSellerPrice { font-size: 2vh; } } @media screen and (max-width: 1100px) { .topSellerPrice { font-size: 1.7vh; } } @media screen and (max-width: 992px) { .topSellerPrice { font-size: 3vh; } } @media screen and (max-width: 870px) { .topSellerPrice { font-size: 2.3vh; } } @media screen and (max-width: 750px) { .topSellerPrice { font-size: 2vh; } } @media screen and (max-width: 680px) { .topSellerPrice { font-size: 1.8vh; } } @media screen and (max-width: 576px) { .topSellerPrice { position: relative; left: 2vw; } } @media screen and (max-width: 550px) { .topSellerPrice { font-size: 1.7vh; } } .amazonBuyPic { max-height: 9vh; position: relative; right: 1vw; } .barnesBuyPic { position: relative; right: 1vw; } .newEggBuyPic { max-height: 12vh; position: relative; right: 1vw; } .ebayBuyPic { max-height: 10vh; position: relative; right: 1vw; } .desktopTopScrollerV3 { z-index: 2; position: fixed; right: 2vw; bottom: 3vh; padding: 7px; background: #d48a8a !important; border-radius: 7px; color: white; opacity: 0.8; transition: opacity 1s; animation: enlarge 0.8s; } .hideScroller { opacity: 0; } .desktopTopScrollerV3:hover { opacity: 1 !important; cursor: pointer; background-color: var(--cool-gray-80,#283e4a) !important; border: white solid 1px; } @keyframes enlarge { 0% {transform: scale(0)} 100% {transform: scale(1)} } #desktopTop { position: relative; top: -300px; } /*About Poof Page*/ .aboutPoofNavBar { position: fixed; width: 100vw; background-color: black; height: 10vh; z-index: 1; top: 0; right: 15px; } .aboutTitle { font-size: 3rem; font-weight: 600; font-family: serif; position: relative; top: 1vh; } @media screen and (max-width: 998px) { .aboutTitle { top: 3vh; } } .aboutContainer { margin-top: 10vh !important; } .aboutListItems { margin-bottom: 0 !important; width: 100%; display: flex; flex-direction: column; } .aboutListItems li { margin-top: 5vh; } .listItemTitle { font-weight: 600; } .listItemContent b { color: #806543; font-weight: 900; } .aboutRow { margin-bottom: unset !important; } /*FooterSearchPage Component*/ .poofSearchPageFooter { background-color: #0C1344; color: white; margin-top: 8vh; } .returnToHomeFromFooter { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; font-size: 1.25rem; font-weight: 900; } .returnToHomeFromFooter:hover { cursor: pointer; text-decoration: underline !important; } .returnToHomeFromSearchPage { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; font-size: 1.25rem; font-weight: 900; } .returnToHomeFromSearchPage:hover { cursor: pointer; text-decoration: underline; } .returnToHomeFromDesktop:hover { cursor: pointer; text-decoration: underline !important; } .poofSearchPageFooterDesktop { background-color: #806543; color: white; } @media screen and (max-width: 992px) { .footerInfo { font-size: 1rem; } .footerContact { font-size: 1rem; } /* .footerTitleV2 li { font-size: .9rem; position: relative; right: 10px; } */ .footerLinkV2 { font-size: .9rem; } .footerEmail { font-size: .9rem; } .footerReturn { font-size: 1rem; } .footerSearchTitle { font-size: 1rem; text-align: center; } } @media screen and (max-width: 860px) { .footerInfo { font-size: .9rem; } } .mobileTitle { font-weight: 900; text-decoration: underline; margin-bottom: 1vh; } @media screen and (max-width: 700px) { .mobileSearchTitle { position: relative; right: 5px; } } /*Mobile Search Page*/ .progressMobileSearchPage { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; } .progress-value-mobileSearchPage { animation: loadSearch 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes loadSearch { 0% { width: 0; } 100% { width: 100%; } } .mobileSearchForm2 { position: relative; top: 5px; right: 6px; } @media screen and (min-width: 800px) { .mobileSearchForm2 { right: 60px; } } form.mobileSearchForm2 input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 27px; width: 72%; background: white; border-radius: 10px 0px 0px 10px; top: 0px; position: relative; } form.mobileSearchForm2 input:focus{ border-bottom: none !important; box-shadow: none !important; } form.mobileSearchForm2 button { position: relative; top: -4px; left: left; width: 15%; height: 60px; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } @media screen and (max-width: 998px){ form.mobileSearchForm2 input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 27px; width: 72%; background: white; border-radius: 10px 0px 0px 10px; top: 4px; position: relative; } form.mobileSearchForm2 button { position: relative; top: 0px; left: left; width: 15%; height: 60px; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } } form.mobileSearchForm2 button:hover { background: #806543; } .mobileSearchPageIcon { position: relative; right: 8px; } /*Media queries for iphone X portrait and landscape view of mobile header v2*/ @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { .mobileIcon1{ padding: 25% 18.7vw !important; position: relative; right: 10px; } } @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { .mobileIcon1{ padding: 25% 15vw !important; position: relative; } .mobileRouteLogin3 { position: relative; top: 8px; left: -5px; } .poofModalBody { height: 50vh !important; width: 55vw !important; border-radius: 40px !important; } .poofModalLandscape { position: relative; bottom: 25px; } }
src/App.css
input::placeholder{ color: rgb(218, 95, 95) } .jumbo { position: relative; overflow: hidden; height: 1000px; background-color: black; } .jumbo2 { position: fixed; top: 0; z-index: 100; width: 100vw; overflow: hidden; min-height: 0px; background-color: black; } .jumbo img{ position: absolute; height: 100%; width: 100%; opacity: 0.38; } .mobileRouteLogin2{ color: white; position: relative; right: 20px; top: 7px; } .desktopLoadWatchlist2{ font-size: 35px; } @media screen and (max-width: 998px) { .poofLogo { display: none; } .loadDesktopWatchlist{ display: none; } .newPoofLogo { display: none !important; } .newPoofLogo2 { display: none !important; } .label-icon{ display: none; } .searchBox { display: none; } .watchlist-container { display: none; } .watchlist-container-bottom { display: none; } .watchtool-container { display: none !important; } .compareToolbar { height: 40px; background: var(--cool-gray-80,#283e4a); position: fixed; display: flex; bottom: 0; width: 102vw !important; z-index: 3; border-radius: 0px 0px 0px 0px !important; justify-content: center; align-items: center; color: white; font-size: 20px; border: grey double 5px; border-bottom: none; border-left: none; } .detailsTitle2 { position: relative; right: 10px; } .resetUserLink { margin-top: 12px !important; } /* .jumbo{ height: 744px; } */ .jumbo{ height: 100vh; } .comparePicHolder{ position: relative; left: 17px; } .info{ margin-top: 30px; overflow: hidden; position: relative; text-align: center; left: 20px; } .alertModal{ width: 85% !important; } .modal{ width: 85% !important; } .mobileRouteLogin2{ display: none; } .logOutUserWatchDesktop{ display: none; } } @media screen and (max-width: 800px) { .compareToolbar { width: 100%; } .detailsTitle2 { right: 0px; } } .info{ margin-top: 30px; } .poofPic { position: relative; top: 4px; width: 15%; display: flex; justify-content: center; align-items: center; } .poofPic:hover { cursor: pointer; } .mediaHolder { position: absolute !important; top: 1% !important; } .desktopButtonRow{ position: relative; top: 10px; right: 46px; } .desktopWatchlistItemTitle{ position: relative; bottom: 10px; left: 15px; max-height: 61px !important; } .loadDesktopWatchlist:hover{ cursor: pointer; color: #806543; } .loadDesktopWatchlist{ position: relative; right: 20px; top: 7px; color: white; } .loadDesktopWatchlistIcon{ font-size: 35px; } @media screen and (min-width: 998px) { .poofPic { display: none !important; } .mobile-watchlist { display: none !important; } .mobile-watchlist3 { display: none !important; } .mediaLoadBtn { display: none !important; } .mediaHolder { display: none !important; } .mobile-watchlist-icon2{ display: none; } .mobile-watchlist-icon2{ display: none; } .desktopSignUp{ width: 29% !important; height: 33vh !important; border-radius: 10px !important; } .newNavBar{ left: -17px !important; } .featuresNavBar { left: -17px !important; } } @media screen and (min-width: 576px) { .logOutBtn { padding-top: 10px !important; } } @media screen and (max-width: 575px) { .desktopFrontPage{ display: none !important; } } @media screen and (min-width: 992px) { .poofLogo2 { display: none !important; } } @media screen and (max-width: 600px){ .header1Load2{ position: absolute; right: 0; height: 55px !important; } } .nav-wrapper{ background-color: transparent; } .header1Load { padding-right: 8px !important; } .header1Load2 { height: 65px; } .header1Load2:hover{ background-color: #806543; cursor: pointer; } .container-fluid { padding-left: 0 !important; padding-right: 0 !important; margin: 0 !important; } .laptopIcon:hover { background-color: #806543; cursor: pointer } .bookIcon:hover { background-color: #806543; cursor: pointer } .toyIcon:hover { background-color: #806543; cursor: pointer } .houseIcon:hover { background-color: #806543; cursor: pointer } .compareToolbar { height: 40px; background: var(--cool-gray-80,#283e4a); position: fixed; display: flex; bottom: 0; width: 500px; z-index: 3; border-radius: 0px 5px 0px 0px; justify-content: center; align-items: center; color: white; font-size: 20px; border: grey double 5px; border-bottom: none; border-left: none; } .compareToolbar:hover { cursor: pointer; background-color: #806543; border: black double 4px; border-bottom: none; border-left: none; } .detailsFiller2 { width: 50px; } .navLinks:hover { background-color: #806543; } .homeLink { padding: 0px 15px; } .resetLink { padding: 0px 15px; } .resetUserLink { padding: 0px 15px; margin-top: 22px; color: white; } .homeLink:hover { background-color: #806543; cursor: pointer; } .logOutBtn { height: 100%; } .logOutBtn:hover { background-color: #806543; cursor: pointer; } .resetLink:hover { background-color: #806543; cursor: pointer; } .brand-logo:hover { background-color: #806543; } a:hover{ color: white !important; text-decoration: none !important; } .poofSiteLink:hover { color: blue !important; text-decoration: underline !important; } .toggleButton{ margin-left: 5px; color: white; } .toggleButton:hover{ cursor: pointer; color: #806543; } .label-icon:hover { cursor: pointer; } .purchaseLinkBtn{ position: relative; left: 25px; } .purchaseLinkIconBtn{ color: black; } .purchaseLinkIconBtn:hover{ color: #806543; } .watchlist-container { height: 80vh; background-color: blanchedalmond; position: fixed; width: 310px; z-index: 4; top: 58px; margin-top: 66px; right: 16px; overflow-x: hidden; overflow-y: auto; border-radius: 12px 0px 0px 0px; } .watchlist-container-bottom { position: fixed; height: 20vh; bottom: 0; background: var(--cool-gray-80,#283e4a); width: 310px; right: 16px; z-index: 3; } .watchlist-container::-webkit-scrollbar { display: none; } .toggle-watchlist { font-weight: normal; font-size: 30px; color: darkgoldenrod; } .toggle-watchlist:hover { cursor: pointer; color: white; } .watchImage{ height: 150px; width: 150px; margin-top: 20px; margin-left: 60px; } .watchtool-container { display: flex; height: 50px; background-color: var(--cool-gray-80,#283e4a); position: fixed; width: 50px; z-index: 101; border-radius: 10px 10px 0px 0px; display: flex; align-items: center; right: 36px; bottom: 0px; width: 310px; justify-content: space-between; color: white; font-size: 16px; border: grey double 5px; border-bottom: none; } /*Inactive class for disabled elements/components*/ .inactive { display: none; } .watchtool-container:hover { cursor: pointer; background-color: #806543; border: black double 4px; border-bottom: none; } .toggle-watchtoolbar{ font-size: 40px; color: white; } .fillerToggle { width: 34px; } .toggle-watchtoolbar:hover{ color: white; cursor: pointer; } .searchContainer { display: flex; justify-content: center; align-items: center; background-color: #0C1344; } .linksContainer { margin-left: auto; } .save-container { display: flex; justify-content: center; margin-top: 50px; } .saveWatch { margin-top: 20px; } .watchContainer2 { margin-top: 40px; } .watchlist-navbar{ display: flex; border-top: white solid 1px; } .watchlistNav { height: 50px; background: var(--cool-gray-80,#283e4a); display: flex; justify-content: space-between; align-items: center; border: white solid 1px; position: fixed; width: 310px; right: 16px; z-index: 1; border-radius: 12px 0px 0px 0px; } .watchlistCardDesktop:hover { -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .productCardContainer:first-child { margin-top: 60px; } /* .watchCardsContainer { height: 150vh; } */ .watchlist-title { color: white; display: inline; position: relative; top: 1px; right: 5px; } .modal { height: 400px; max-height: 50% !important; top: 10%; left: 0; right: 0; bottom: unset !important; background-color: white !important; width: 60%; } .modal-content{ border: unset !important; } .btn { background-color: #0C1344 !important; } .btn:hover { background-color: #806543 !important; } .btn, .btn-large, .btn-small { background-color: #0C1344 !important; color: white !important; } .removeTool .removeTooltipText { width: 160px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 100%; left: 68%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .removeTool .removeTooltipText::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .removeTool:hover .removeTooltipText { visibility: visible; opacity: 1; } .purchaseTool .purchaseTooltipText { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 100%; left: 115.7%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .purchaseTool .purchaseTooltipText::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .purchaseTool:hover .purchaseTooltipText { visibility: visible; opacity: 1; } .removeBtn{ margin-left: 20px; color: black; font-size: 26px; } .removeBtn:hover{ cursor: pointer; color: #806543; } .alertBtn{ font-size: 28px; margin-left: 18px; color: black; } .alertBtn:hover{ cursor: pointer; color: #806543; } .iconContainer { display: inline-flex; flex-direction: column; } .rangeslider { margin-left: 50px !important; margin-right: 10px !important; } .alertModal { width: 40% !important; height: 45% !important; border-radius: 10px !important; } .alertInput { width: 90% !important; } .rangeslider__fill, .rangeslider-vertical { background-color: darkgoldenrod !important; } .saveBtn { position: fixed; margin-left: 8px; } .signUpUser { height: 38vh !important; border-radius: 7px !important; } .progressBar2 { margin: 12px 0px 0px 30px !important; width: 80% !important; } .alertInput { padding-left: 30px !important; width: 15% !important; position: relative; left: 35%; } .alertModalMobile{ border-radius: 7px !important; height: 45% !important; } .spacer { margin-right: auto; visibility: hidden; } .search2Btn:hover { cursor: pointer; } .searchboot{ display: flex; justify-content: center; position: relative; left: 9px; margin: 30px 0px; } .searchboot2 { height: 20px !important; padding-top: 15px !important; margin-left: 10px !important; border-bottom: none !important; } .searchboot2:focus { outline: none !important; border-bottom: none !important; box-shadow: none !important; } .searchboot4 { border-bottom: none !important; padding-left: 15px !important; height: 20px !important; margin-top: 9px !important; } .searchboot4:focus { outline: none !important; border-bottom: none !important; box-shadow: none !important; } .inputBox2 { display: flex !important; align-items: center !important; } .inputBox { width: 70vw !important; right: 4px; } .inputBox3{ width: 62vw !important; right: 23px; } .input-group-prepend:hover { cursor: pointer; } .nav-wrapper2 { background-color: #0C1344 !important; } .sidenav { background-color: #806543 !important; } .sidenav-overlay { left: 300px !important; } .sidenav li>a { color: azure !important; display: block !important; font-size: 20px !important; font-weight: 600 !important; height: 48px !important; line-height: 48px !important; padding: 0 32px !important; } .sidenav li>a:hover { background-color: #0C1344 !important; } .sidenavPoof { background-color: black; height: 6%; } .searchBox2 { margin-top: 10px; } .sidenavHome { margin-top: 10px; } /*Mobile Multi-Select Filter*/ .disabled { background-color: lightgrey !important; } .multiSelectComponent { position: relative; top: -10px; height: 0px; width: 100%; left: 5px; } .multiSelectRow { justify-content: space-around; position: relative; left: 1vw; } .select-wrapper input.select-dropdown { font-size: 0.88rem !important; } @media screen and (min-width: 800px) { .multiSelectRow { justify-content: space-between; position: relative; left: 7vw; } } .searchAndCountContainer { display: flex; justify-content: center; align-items: center; flex-direction: column; } @media screen and (max-width: 800px) { .searchAndCountContainer { font-size: 10.9px; } } .searchAndCountGroup { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; bottom: 10px; } .searchWordAndItemCount { text-align: center; word-break: break-word; display: flex; justify-content: center !important; } /* .searchCount { display: flex; justify-content: flex-end; padding-right: 3vw; } */ @media screen and (max-width: 998px) { .multiSelectComponent { top: -3px; } } /*HeaderComponent2 Styling*/ .newNavBar{ top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; } .contactNavBar { top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; } .featuresNavBar { top: 0; left: 0; width: 100%; transition: top 1s; z-index: 2; border-bottom: 1px solid; display: flex; position: fixed; justify-content: space-between; align-items: center; background-color: #0C1344; height: 10vh; } .newNavBar2{ visibility: hidden; top: -50px; } .modalTitle2{ font-weight: 600; color: #0C1344; } .desktopModalSignIn{ border-radius: 10px !important; height: 30% !important; width: 35% !important; } .desktopModalTitle{ font-weight: 600; color: #0C1344; text-align: center; } .logOutUserWatchDesktop{ position: relative; right: 15px; top: 8px; color: white; } .logOutUserWatchDesktop:hover{ cursor: pointer; color: #806543 } .logOutDesktop{ font-size: 40px; } .newPoofLogo { padding-left: 20px !important; padding-right: 23px !important; font-size: xxx-large !important; } .newPoofLogo2 { padding-left: 20px !important; border-right: white solid 1px !important; padding-right: 23px !important; font-size: xxx-large !important; } .poofLogo { padding: 0px 20px 0px 15px; border-right: 1px solid; height: vh !important; color: white !important; height: 100% !important; font-size: xxx-large; width: 15%; } .poofLogo:hover { background-color: #806543; } .mainHeaderLogo { font-size: xxx-large; padding-left: 20px; border-right: white solid 1px; width: 160px; } .mainHeaderLogo:hover { background-color: #806543; cursor: pointer; } a { color: white !important; } .mobile-watchlist-icon2 { padding-top: 20px; font-size: 48px; top: 5%; } .keyboardReturnIcon:hover{ color: #806543; } .mobile-watchlist-icon2:hover{ color: #806543; } .mobile-watchlist3{ position: relative; right: 2%; top: 14%; } .mobile-watchlist { height: 40px; width: 40px; background-color: #806543; position: absolute; right: 5%; bottom: 7%; display: flex; justify-content: "center"; align-items: "center"; border-radius: 7px; z-index: 2; } .mobile-watchlist:hover { cursor: pointer; background-color: #0C1344; } .watchlistMobileTitle { color: white; text-align: center; margin-top: 14px; } .mobile-watchlist2 { color: white; margin: 8px 0px 0px 8px; } .watchlistContainerBar { height: 50px; background-color: #0C1344; color: white; display: flex; justify-content: space-between; align-items: center; } .returnToSearchIcon { position: relative; left: 2%; top: 15%; } /* .returnToSearch { height: 75px; width: 82px; background-color: #806543; position: absolute; right: 2%; top: 8%; border-radius: 7px; z-index: 2; } .returnToSearch:hover { cursor: pointer; background-color: #0C1344; } */ /* .returnTitle { color: white !important; text-align: center !important; margin-top: 14px !important; } */ .watchCard { position: relative; display: flex; 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: 5px; margin: 20px 30px; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16); color: rgba(0, 0, 0, 0.87); outline: none; } .watchCard:hover { -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .watchImage{ background-color: blue; } .watchContent { background-color: red; height: 150px; width: 150px; margin-top: 20px; margin-left: 60px; } .test1 { height: 50px; width: 50px; background-color: blue; } .test2 { height: 50px; width: 50px; background-color: red; } .removeToolMobile .removeTooltipTextMobile { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 123%; left: 58.6%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .removeToolMobile .removeTooltipTextMobile::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .removeToolMobile:hover .removeTooltipTextMobile { visibility: visible; opacity: 1; } .purchaseToolMobile .purchaseTooltipTextMobile { width: 90px; font-size: smaller; font-weight: 400; visibility: hidden; background-color: #222; color: #fff; text-align: center; border-radius: 6px; padding: 8px 0; position: absolute; z-index: 1; bottom: 121%; left: 88.8%; margin-left: -60px; opacity: 0; transition: opacity 0.3s; word-break: break-word; } .purchaseToolMobile .purchaseTooltipTextMobile::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #222 transparent transparent transparent; } .purchaseToolMobile:hover .purchaseTooltipTextMobile { visibility: visible; opacity: 1; } .priceTag2 { font-weight: 600; font-size: 22px; color: #e64949; left: 35px; top: 5px; } .logInMobile { color: white; font-size: large; } .mobileLogin { text-align: center; padding: 5px 10px 0px 10px; } .mobileInput { margin-top: 15px !important; } .submit-button:hover{ background-color: #806543 !important; } .close-button:hover{ background-color: #806543 !important; } .newSaveBtn { margin-left: 111px; position: fixed; bottom: 42px; background-color: #806543 !important; border: 2px black solid !important; } .newSaveBtn:hover { background-color: var(--cool-gray-80,#283e4a) !important; } .watchlistSaveBtn{ background-color: #0C1344 !important; } .loadListIcon{ position: relative; right: 3%; top: 17%; } .loadListIcon:hover{ cursor: pointer; color: #806543; } .mobileSearchProgress{ position: relative; right: 3%; } .watchlistRouteContainer{ width: 90% !important; margin-top: 25px !important; margin-bottom: 30px !important; } .mobileRouteLogin{ position: relative; right: 3%; top: 14%; } /*WatchRoute Component */ .watchRouteCard{ position: relative; left: 17%; top: -4%; } .logOutUserWatchRoute{ position: relative; right: 2%; top: 15%; } .logOutUserWatchRoute:hover{ cursor: pointer; color: #806543; } .watchRouteCardTitle{ font-size: 16px !important; max-height: 80px !important; } .modalTitle{ color: #0C1344; font-size: 170%; font-weight: 600; } .watchRouteImage{ margin: 6px 0px 0px 23px; } .mobileAlertModal{ position: relative !important; left: -30px !important; } .fillerRoute{ width: 105px; } .purchaseLinkIconBtnMobile{ color: black; } .purchaseLinkIconBtnMobile:hover{ color: #806543; } .purchaseLinkBtnMobile{ position: relative; left: 20px; } .watchlistButtons{ display: flex; justify-content: center; align-items: center; } .loadingUserItems{ flex-direction: column; display: flex; justify-content: center; align-items: center; } .mobileLoadingText{ text-align: center; margin-top: 20px; margin-bottom: 35px; } /*Compare Table Route*/ /*Mobile Front Page*/ .mobileBanner{ height: 60px; position: absolute; width: 100%; background-color: #0C1344; } .mobileFooter{ height: 70px; width: 100%; position: absolute; bottom: 0; background-color: #0C1344; } .mobileFrontPage{ position: absolute; top: 11%; } .mobileFrontPic{ position: absolute; height: 92% !important; width: 146% !important; opacity: 0.38; top: 7%; left: -14%; } .mobileSearchForm { margin: 30px 0px; position: relative; right: 15px; } form.mobileSearchForm input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 3vh; width: 58%; background: white; border-radius: 10px 0px 0px 10px; } form.mobileSearchForm input:focus{ border-bottom: none !important; box-shadow: none !important; } input::placeholder { color: #6f7275; } form.mobileSearchForm button { position: relative; top: -2px; left: left; width: 15%; height: 7vh; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } form.mobileSearchForm button:hover { background: #806543; } .mobileSearchBar{ top: -18%; } .mobileProgressSearchBar{ position: relative; left: 12px; } .poofMobileLogo{ opacity: 1 !important; } .poofMobileLogo:hover{ cursor: pointer; } /* .progressMobile { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; margin: 25px 0px; } .progress-value-mobile { animation: load 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes load { 0% { width: 0; } 100% { width: 100%; } } */ .loadBar1 { height: 20px; width: 86%; background: #806543; border-radius: 25px; position: absolute; } .loadBar2 { height: 20px; width: 100px; background: #141B4D ; border-radius: 25px; position: relative; animation: slide 1.3s linear forwards; animation-iteration-count: infinite; } @keyframes slide { 0% { left:0%; right:100%; width:0%; } 10% { left:0%; right:75%; width:25%; } 90% { right:0%; left:62%; width:25%; } 100% { left:86%; right:0%; width:0%; } } .progressMobile { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; margin: 25px 0px; } .progress-value-mobile { animation: load 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes load { 0% { width: 0; } 100% { width: 100%; } } /*Second Mobile Front Page*/ .poofMobileComponent { display: flex; height: 100%; flex-direction: column; justify-content: space-between; background-image: url(./images/rainbowPoofReduced.jpg) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-attachment: initial !important; background-size: 100vw 46rem; background-position-y: -100px !important; background-color: white; } .loading-content-mobile { display: flex; flex-direction: column; justify-content: center; position: relative; } .poofSlothPicMobile { z-index: 1; width: 53vw; -webkit-animation: surfMobile 2s infinite; animation: surfMobile 2s infinite; } .loadingMobileTitle { font-size: 18px; color: rgb(20, 27, 77); font-weight: 600; text-align: center; position: relative; background-color: white; border-radius: 15px; opacity: 0.79; right: 17px; display: flex; justify-content: center; } .mobileTitleText { text-align: center; font-weight: 700; color: #141B4D; } .poofElectronics { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofBooks { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofClothes { display: flex; justify-content: center; flex-direction: column; text-align: center; } .poofGames { display: flex; justify-content: center; flex-direction: column; text-align: center; } .iconContent2 { position: relative; left: 9px; } .topSearch { width: 50px; height: 175px; border: black solid 2px; border-radius: 20px; margin-left: 36px; max-width: 21.8% !important; display: flex; flex-direction: column; justify-content: center; align-items: center; } .topSearchBody { margin-left: 21px; display: flex; flex-direction: column; justify-content: center; align-items: center; } .topCategoryTitle { position: relative; top: 12px; } .topSearchPic { max-width: 100px; } .mobilePoofIcon { align-items: center; } .topSellersMobile { background: #0C1344; margin-top: 6vh; } /*top Scroller for Mobile Header*/ .mobileTopScroller { z-index: 2; position: fixed; right: 7vw; bottom: 3vh; padding: 7px; background: #d48a8a; border-radius: 7px; color: white; opacity: 0.8; transition: opacity 1s; animation: enlarge 0.8s; } .hideMobileScroller { opacity: 0; } .mobileTopScroller:hover { opacity: 1 !important; cursor: pointer; background-color: var(--cool-gray-80,#283e4a); border: white solid 1px; } @keyframes enlarge { 0% {transform: scale(0)} 100% {transform: scale(1)} } #mobileTop { position: relative; top: -300px; } /*topSearchCards*/ .topSearchCard { width: 225px !important; max-width: 540px; height: 150px !important; border-radius: 8px !important; margin-top: 25px !important; } .topSearchCard:hover { transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .icon1{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } @media screen and (min-width: 650px) { .mobileIcon1 { position: relative; right: 6px; padding: 25% 15.5vw; } } @media screen and (min-width: 675px) { .mobileIcon1 { position: relative; right: 15px; } .mobileIcon3 { position: relative; right: 5px; } } @media screen and (min-width: 700px) { .mobileIcon1 { position: relative; right: 30px; } .mobileIcon3 { position: relative; right: 14px; } } @media screen and (min-width: 740px) { .mobileIcon1 { position: relative; right: 45px; } .mobileIcon3 { position: relative; right: 23px; } } .icon2{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon2 { padding: 25% 11vw !important; } .icon3{ display: flex; padding: 25%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon3 { padding: 25% 11.3vw !important; } .icon4{ display: flex; padding: 25% 26%; border: 4px solid #0C1344; border-radius: 25px; flex-direction: column; justify-content: center; background-color: white; color: #141B4D; box-shadow: 0 6px 2px 0 rgba(0,0,0,0.14); } .mobileIcon4 { padding: 25% 11vw !important; } .pIcon { transition: box-shadow .2s, border .1s; } .pIcon:hover { cursor: pointer; background-color: #806543; color: white !important; box-shadow: 3px 6px 6px 0 rgba(32,33,36,0.28); border-color: rgba(223,225,229,0); } .poofLaptopIcon2 { width: 100%; } .poofStudyIcon2 { width: 100%; } .poofFashionIcon2 { width: 100%; } .poofGamingIcon2 { width: 100% } .poofModalBody { height: 35vh !important; border-radius: 40px !important; } .poofMobileInput{ background-color: white !important; box-shadow: 1px 6px 5px 0 rgba(0, 0, 0, 0.16) !important; position: relative; left: 12px !important; right: 7px !important; border-radius: 25px !important; padding-left: 25px !important; } .poofMobileInput:hover { box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.16) !important; -moz-transform: scale(1.02); -webkit-transform: scale(1.02); -ms-transform: scale(1.02); transform: scale(1.02); } .poofMobileSearch { display: flex; justify-content: space-between; align-items: center; } .poofMobileContainer { margin-top: 5vh !important; } .poofMobileSearchIcon{ position: relative; right: 30px; bottom: 5px; } .poofMobileSearchIcon:hover { cursor: pointer; color: #806543; } .poofMobileFooter { height: 19vh; width: 100vw; background-color: #0C1344; display: flex; justify-content: center; align-items: center; } .poofMobileSignIn { color: white; font-size: 6vh; position: relative; top: 6px; } .poofMobileSignIn:hover { cursor: pointer; color: #806543; } .poofIconName { font-weight: 600; } .mobileProgress { background: #806543; height: 2vh; } .mobileProgress2 { background: #141B4D; height: 2vh; } .mobileRouteLogin3 { position: relative; top: 8px; left: 4px; } .poofMobileSignInIcon { color: white; } .poofMobileSignInIcon:hover { cursor: pointer; color: #806543; } .poofMobileWatchlistIcon { font-size: 7vh; } .poofMobileWatchlistIcon:hover { color: #806543; } /*Desktop Header v2*/ #scrollTarget { position: absolute; top: -10vh; } .poofDesktopContainer { height: 100vh; } .poofDesktopComponent { height: 100vh; } .aboutLink { position: absolute; right: 3vw; color: white; font-size: 2rem; font-weight: 600; z-index: 1; } .aboutLink:hover { cursor: pointer !important; color: #806543 !important; z-index: 1; } .poofDesktopBackground { height: 80vh; background-image: url(./images/fireworksPoof.png) !important; background-size: 100vw 113vh; background-repeat: no-repeat !important; background-attachment: scroll !important; background-attachment: initial; background-position-y: -116px; display: flex; flex-direction: column; justify-content: space-around; } @media screen and (max-width: 1199px){ .poofDesktopComponent{ background-size: 100vw 39.3rem; } } @media screen and (max-width: 991px){ .poofDesktopComponent{ background-size: 100vw 39.6rem; } } .poofOverlay { width: 100vw; height: 80vh; /* background-color: rgba(0, 0, 0, 0.5); */ position: absolute; top: 0; left: 0; bottom: 0; } .poofDesktopInput{ background: white !important; border-radius: 25px !important; padding-left: 20px !important; height: 4.5rem !important; } .poofDesktopInput:hover { box-shadow: 5px 10px 5px 0 rgba(0, 0, 0, 0.16) !important; } .poofDesktopInput:focus { border-bottom: none !important; box-shadow: none !important; } .desktopImage { position: absolute; height: 70vh; width: 100vw; background-position-y: 635px; background-size: cover; background-color: #555; margin: 0 0 20px; text-align: center; transition: .8s; } .poofHeadline{ position: relative; bottom: 25px; } .poofTitleText { color: white; text-align: center; width: 100% !important; } .poofSlothRow { display: flex; justify-content: center; } .poofSlothPic { width: 20vw; height: 14vh; position: relative; bottom: 24vh; right: 9px; /*Animation effect for surfing Perry version 1*/ /* -webkit-animation: surf 1.5s infinite; animation: surf 1.5s infinite; */ } @keyframes surf { 0% {transform: rotate(-25deg)} 50% {transform: rotate(25deg)} 100% {transform: rotate(-25deg)} } @keyframes surfMobile { 0% {transform: rotate(-15deg)} 50% {transform: rotate(15deg)} 100% {transform: rotate(-15deg)} } .loading-content { height: 100%; display: flex; flex-direction: column; justify-content: center; position: relative; } .searchContent { position: relative; right: 25px; } .poofDesktopSearch { position: relative; bottom: 35px; } .poofDesktopSearchIcon { position: absolute; right: 0px; top: 13px; font-size: 40px; } .poofExclamation { height: 4.5rem; position: absolute; top: -36px; right: -50px; } .poofDesktopSearch:hover{ cursor: pointer; color: #806543; -moz-transform: scale(1.01); -webkit-transform: scale(1.01); -ms-transform: scale(1.01); transform: scale(1.01); } .desktopProgressSearchBar { position: relative; bottom: 30px; } .exampleContainer { position: relative; right: 10px; } .exampleContainerMobile { position: relative; left: 15px; } .desktopLoadBar1 { height: 20px; width: 100%; background: #806543; border-radius: 25px; position: absolute; } .desktopLoadBar2 { height: 20px; width: 100px; background: white ; border-radius: 25px; position: relative; animation: move 1.3s linear forwards; animation-iteration-count: infinite; } @keyframes move { 0% { left:0%; right:100%; width:0%; } 10% { left:0%; right:75%; width:25%; } 90% { left:75%; right:0%; width:25%; } 100% { left:100%; right:0%; width:0%; } } .desktopContent { height: 100vh; display: flex; flex-direction: column; justify-content: space-between; } .dIcon { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.6); border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 20px; display: flex; height: 25vh; justify-content: center; align-items: center; flex-direction: column; background-color: white; } .fillerBody1 { height: 300px; } .poofDesktopFooter { position: absolute; width: 100vw; top: 110vh; background-color: #0C1344; color: white; } .poofDesktopFooterTopSellers { position: absolute; width: 100vw; top: 340vh; background-color: #0C1344; color: white; } .footerTitles { display: flex; justify-content: space-around; } .footerTitles li h4 { color: #806543; font-weight: 600; } .footerTitles li ul li:hover { cursor: pointer; color: #806543; } .footerTitleV2 li:hover { cursor: pointer; text-decoration: underline; } .footerLinkV2:hover { cursor: pointer; text-decoration: underline !important; } .footerTitlesDesktop { display: flex; justify-content: space-around; } .footerTitlesDesktop li h4 { color: white; font-weight: 600; } .footerTitlesDesktop li ul li:hover { cursor: pointer; text-decoration: underline; } .footerContainer { padding: 45px 0px 45px 0px; } /* .aboutLinkFooter:hover { cursor: pointer; color: #806543 !important; } .contactLinkFooter:hover { cursor: pointer; color: #806543 !important; } .featureLinkFooter:hover { cursor: pointer; color: #806543 !important; } .termsLinkFooter:hover { cursor: pointer; color: #806543 !important; } .privacyLinkFooter:hover { cursor: pointer; color: #806543 !important; } */ #footerLinksDesktop:hover { cursor: pointer; color: unset !important; text-decoration: underline; } /*Poof Loader v2*/ .poofLoadingList { display: flex; justify-content: center; position: relative; bottom: 5vh; } .poofLoadingItem { list-style: none; color: #484848; font-family: arial; font-size: 5em; font-weight: 900; letter-spacing: 15px; animation: animate 1.4s linear infinite; } @keyframes animate { 0% { color: #484848; text-shadow: none; } 90% { color: #484848; text-shadow: none; } 100% { color: #fff; text-shadow: 0 0 7px #fff, 0 0 50px #c1d35e; } } .poofLoadingList li:nth-child(1){ animation-delay: 0s; } .poofLoadingList li:nth-child(2){ animation-delay: .2s; } .poofLoadingList li:nth-child(3){ animation-delay: .4s; } .poofLoadingList li:nth-child(4){ animation-delay: .6s; } .poofLoadingList li:nth-child(5){ animation-delay: .8s; } /*Cookie Consent Banner*/ .cookie-container { position: fixed; bottom: -100%; left: 0; right: 0; background-color: rgb(3 3 2 / 94%); color: #f5f6fa; padding: 30px 32px; box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39); z-index: 3; transition: 600ms; display: flex; flex-direction: column; align-items: center; justify-content: center; } .cookie-container.active { bottom: 0; } .consentLink { color: #00e7ff !important; background-color: transparent; } .consentLink:hover { color: #00e7ff !important; background-color: transparent; text-decoration: underline !important; } .cookie-btn { background: #e84118; border: 0; color: #f5f6fa; padding: 12px 48px; font-size: 18px; margin-bottom: 16px; border-radius: 8px; cursor: pointer; } .cookie-btn:hover { background: darkred; } .cookie-btn:focus { background: #806543 !important; outline: unset !important; } /*Top Sellers content of Desktop Header*/ .topSellersDesktop { background: #0C1344; } .topSellerContainer { display: flex; flex-direction: column; /* justify-content: space-around; */ height: 100%; padding: 10vh 10vw; position: relative; } .amazonRow { position: relative; z-index: 1; } .barnesRow { position: relative; z-index: 1; margin-bottom: 15vh; } .newEggRow { position: relative; z-index: 1; } .ebayRow { position: relative; z-index: 1; } .topSellerOverlay { position: absolute; top: 0; left: -6.5%; width: 112%; background: white; height: 40vh; z-index: -1; border: #0C1344 5px solid; border-radius: 20px; } .topSellerLogoRow { display: flex; justify-content: center; } .topSellerCard { border-radius: 15px !important; } .topSellerCard:hover { transform: scale(1.02); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.22); } .topSellerTitle { font-weight: 700; font-family: ui-sans-serif; color: white; z-index: 2; position: relative; top: 5px; } @media screen and (max-width: 1090px) { .topSellerTitle { font-size: 1.8rem; } } .topSellerSubTitle { font-family: ui-sans-serif; color: white; z-index: 2; position: relative; bottom: 10px; } .topSellerItemImg { position: relative; left: 25%; top: 10%; max-height: 12vh; } .topSellerItemTitle { font-size: 1rem !important; max-height: 7vh !important; overflow-y: hidden; } @media screen and (max-width: 615px) { .topSellerItemTitle { max-height: 11vh !important; } } .amazonTopSeller { width: 100%; height: 100%; max-height: 28vh; } .topSellerLogo { max-height: 20vh; } .topSellerBuyRow { display: flex; justify-content: center; align-items: center; } .topSellerPrice { font-weight: 600; font-size: 3vh; color: #e64949; } @media screen and (max-width: 1475px) { .topSellerPrice { font-size: 2.5vh; } } @media screen and (max-width: 1300px) { .topSellerPrice { font-size: 2vh; } } @media screen and (max-width: 1100px) { .topSellerPrice { font-size: 1.7vh; } } @media screen and (max-width: 992px) { .topSellerPrice { font-size: 3vh; } } @media screen and (max-width: 870px) { .topSellerPrice { font-size: 2.3vh; } } @media screen and (max-width: 750px) { .topSellerPrice { font-size: 2vh; } } @media screen and (max-width: 680px) { .topSellerPrice { font-size: 1.8vh; } } @media screen and (max-width: 576px) { .topSellerPrice { position: relative; left: 2vw; } } @media screen and (max-width: 550px) { .topSellerPrice { font-size: 1.7vh; } } .amazonBuyPic { max-height: 9vh; position: relative; right: 1vw; } .barnesBuyPic { position: relative; right: 1vw; } .newEggBuyPic { max-height: 12vh; position: relative; right: 1vw; } .ebayBuyPic { max-height: 10vh; position: relative; right: 1vw; } .desktopTopScrollerV3 { z-index: 2; position: fixed; right: 2vw; bottom: 3vh; padding: 7px; background: #d48a8a !important; border-radius: 7px; color: white; opacity: 0.8; transition: opacity 1s; animation: enlarge 0.8s; } .hideScroller { opacity: 0; } .desktopTopScrollerV3:hover { opacity: 1 !important; cursor: pointer; background-color: var(--cool-gray-80,#283e4a) !important; border: white solid 1px; } @keyframes enlarge { 0% {transform: scale(0)} 100% {transform: scale(1)} } #desktopTop { position: relative; top: -300px; } /*About Poof Page*/ .aboutPoofNavBar { position: fixed; width: 100vw; background-color: black; height: 10vh; z-index: 1; top: 0; right: 15px; } .aboutTitle { font-size: 3rem; font-weight: 600; font-family: serif; position: relative; top: 1vh; } @media screen and (max-width: 998px) { .aboutTitle { top: 3vh; } } .aboutContainer { margin-top: 10vh !important; } .aboutListItems { margin-bottom: 0 !important; width: 100%; display: flex; flex-direction: column; } .aboutListItems li { margin-top: 5vh; } .listItemTitle { font-weight: 600; } .listItemContent b { color: #806543; font-weight: 900; } .aboutRow { margin-bottom: unset !important; } /*FooterSearchPage Component*/ .poofSearchPageFooter { background-color: #0C1344; color: white; margin-top: 8vh; } .returnToHomeFromFooter { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; font-size: 1.25rem; font-weight: 900; } .returnToHomeFromFooter:hover { cursor: pointer; text-decoration: underline !important; } .returnToHomeFromSearchPage { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; font-size: 1.25rem; font-weight: 900; } .returnToHomeFromSearchPage:hover { cursor: pointer; text-decoration: underline; } .returnToHomeFromDesktop:hover { cursor: pointer; text-decoration: underline !important; } .poofSearchPageFooterDesktop { background-color: #806543; color: white; } @media screen and (max-width: 992px) { .footerInfo { font-size: 1rem; } .footerContact { font-size: 1rem; } /* .footerTitleV2 li { font-size: .9rem; position: relative; right: 10px; } */ .footerLinkV2 { font-size: .9rem; } .footerEmail { font-size: .9rem; } .footerReturn { font-size: 1rem; } .footerSearchTitle { font-size: 1rem; text-align: center; } } @media screen and (max-width: 860px) { .footerInfo { font-size: .9rem; } } .mobileTitle { font-weight: 900; text-decoration: underline; margin-bottom: 1vh; } @media screen and (max-width: 700px) { .mobileSearchTitle { position: relative; right: 5px; } } /*Mobile Search Page*/ .progressMobileSearchPage { background: rgba(255,255,255,0.1); justify-content: flex-start; border-radius: 100px; align-items: center; position: relative; display: flex; } .progress-value-mobileSearchPage { animation: loadSearch 1.5s normal forwards; box-shadow: 0 10px 40px -10px #fff; border-radius: 100px; background: #fff; height: 30px; width: 0; animation-iteration-count: infinite; } @keyframes loadSearch { 0% { width: 0; } 100% { width: 100%; } } .mobileSearchForm2 { position: relative; top: 5px; right: 6px; } @media screen and (min-width: 800px) { .mobileSearchForm2 { right: 60px; } } form.mobileSearchForm2 input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 27px; width: 72%; background: white; border-radius: 10px 0px 0px 10px; top: 0px; position: relative; } form.mobileSearchForm2 input:focus{ border-bottom: none !important; box-shadow: none !important; } form.mobileSearchForm2 button { position: relative; top: -4px; left: left; width: 15%; height: 60px; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } @media screen and (max-width: 998px){ form.mobileSearchForm2 input[type=text] { margin-right: 4px; padding: 10px; font-size: 17px; border: 1px solid #0C1344; float: left; height: 27px; width: 72%; background: white; border-radius: 10px 0px 0px 10px; top: 4px; position: relative; } form.mobileSearchForm2 button { position: relative; top: 0px; left: left; width: 15%; height: 60px; padding: 10px; background: #0C1344; color: white; font-size: 17px; border: 1px solid grey; border-radius: 0px 10px 10px 0px; border-left: none; cursor: pointer; } } form.mobileSearchForm2 button:hover { background: #806543; } .mobileSearchPageIcon { position: relative; right: 8px; } /*Media queries for iphone X portrait and landscape view of mobile header v2*/ @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) { .mobileIcon1{ padding: 25% 18.7vw !important; position: relative; right: 10px; } } @media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) { .mobileIcon1{ padding: 25% 15vw !important; position: relative; } .mobileRouteLogin3 { position: relative; top: 8px; left: -5px; } .poofModalBody { height: 50vh !important; width: 55vw !important; border-radius: 40px !important; } .poofModalLandscape { position: relative; bottom: 25px; } }
0.548794
0.102125
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200"); html, body, div, span, h1, h3, p, a, img, strong, ul, li, footer, header, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } footer, header, section { display: block; } body { line-height: 1; } ul { list-style: none; } *, *:before, *:after { box-sizing: border-box; } body { background-color: #000; color: rgba(255, 255, 255, 0.65); font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 13pt; font-weight: 200; line-height: 1.65; } a { color: inherit; text-decoration: none; border-bottom: dotted 1px rgba(255, 255, 255, 0.35); transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out; } a:hover { color: #ffffff; border-bottom-color: transparent; } strong { color: #ffffff; font-weight: 200; } p { margin: 0 0 2em 0; } h1, h3 { color: #ffffff; font-weight: 200; line-height: 1.5; margin: 0 0 1em 0; } h1 { font-size: 1.75em; } h3 { font-size: 1em; } .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } .icon.style2 { transition: all 0.2s ease; border-radius: 100%; display: inline-block; padding: 0.5em; border: solid 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); } .icon.style2:before { display: block; width: 1.25em; height: 1.25em; line-height: 1.25em; font-size: 1.35em; } .icon.style2:hover { background-color: rgba(255, 255, 255, 0.25); } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 1em 0 0; } ul.icons li:last-child { padding-right: 0; } .thumbnails { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: row; position: relative; margin: 0 0 2em -2em; } .thumbnails a { transition: all 0.2s ease; border-bottom: none; display: block; width: 100%; margin: 0 0 2em 0; text-align: center; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); cursor: pointer; outline: 0; overflow: hidden; } .thumbnails a img { display: block; width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px; } .thumbnails a h3 { margin: 1em; } .thumbnails a:hover { background-color: rgba(255, 255, 255, 0.25); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #ff6382; } .thumbnails > div { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; width: calc(100% / 3); padding-left: 2em; } .thumbnails > div > :last-child { margin-bottom: 0; } .wrapper { max-width: 68em; width: 100%; margin: 0 auto; padding: 0 2em; opacity: 1; filter: none; transition: opacity 1s ease, filter 1s ease; } header { text-align: center; padding: 6em 0 4em 0; } header h1 { color: rgba(255, 255, 255, 0.65); } header .avatar { border-radius: 100%; display: inline-block; margin: 0 0 2em 0; padding: 0.5em; border: solid 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); } header .avatar img { border-radius: 100%; display: block; width: 10em; } footer { text-align: center; padding: 4em 0 4em 0; } footer:before { content: ""; border-top: solid 1px rgba(255, 255, 255, 0.25); width: 10em; display: block; margin: 0 auto 3em auto; }
exam-problems/2020-08-12/02. Photography/styles.css
@import url("http://fonts.googleapis.com/css?family=Source+Sans+Pro:200"); html, body, div, span, h1, h3, p, a, img, strong, ul, li, footer, header, section { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } footer, header, section { display: block; } body { line-height: 1; } ul { list-style: none; } *, *:before, *:after { box-sizing: border-box; } body { background-color: #000; color: rgba(255, 255, 255, 0.65); font-family: "Source Sans Pro", Helvetica, sans-serif; font-size: 13pt; font-weight: 200; line-height: 1.65; } a { color: inherit; text-decoration: none; border-bottom: dotted 1px rgba(255, 255, 255, 0.35); transition: border-bottom-color 0.2s ease-in-out, color 0.2s ease-in-out; } a:hover { color: #ffffff; border-bottom-color: transparent; } strong { color: #ffffff; font-weight: 200; } p { margin: 0 0 2em 0; } h1, h3 { color: #ffffff; font-weight: 200; line-height: 1.5; margin: 0 0 1em 0; } h1 { font-size: 1.75em; } h3 { font-size: 1em; } .icon { text-decoration: none; border-bottom: none; position: relative; } .icon:before { font-family: FontAwesome; font-style: normal; font-weight: normal; text-transform: none !important; } .icon > .label { display: none; } .icon.style2 { transition: all 0.2s ease; border-radius: 100%; display: inline-block; padding: 0.5em; border: solid 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); } .icon.style2:before { display: block; width: 1.25em; height: 1.25em; line-height: 1.25em; font-size: 1.35em; } .icon.style2:hover { background-color: rgba(255, 255, 255, 0.25); } ul { list-style: disc; margin: 0 0 2em 0; padding-left: 1em; } ul li { padding-left: 0.5em; } ul.icons { cursor: default; list-style: none; padding-left: 0; } ul.icons li { display: inline-block; padding: 0 1em 0 0; } ul.icons li:last-child { padding-right: 0; } .thumbnails { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: row; position: relative; margin: 0 0 2em -2em; } .thumbnails a { transition: all 0.2s ease; border-bottom: none; display: block; width: 100%; margin: 0 0 2em 0; text-align: center; border-radius: 4px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); cursor: pointer; outline: 0; overflow: hidden; } .thumbnails a img { display: block; width: 100%; border-top-left-radius: 4px; border-top-right-radius: 4px; } .thumbnails a h3 { margin: 1em; } .thumbnails a:hover { background-color: rgba(255, 255, 255, 0.25); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25), 0 0 0.5em 0 #ff6382; } .thumbnails > div { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; flex-direction: column; width: calc(100% / 3); padding-left: 2em; } .thumbnails > div > :last-child { margin-bottom: 0; } .wrapper { max-width: 68em; width: 100%; margin: 0 auto; padding: 0 2em; opacity: 1; filter: none; transition: opacity 1s ease, filter 1s ease; } header { text-align: center; padding: 6em 0 4em 0; } header h1 { color: rgba(255, 255, 255, 0.65); } header .avatar { border-radius: 100%; display: inline-block; margin: 0 0 2em 0; padding: 0.5em; border: solid 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.075); } header .avatar img { border-radius: 100%; display: block; width: 10em; } footer { text-align: center; padding: 4em 0 4em 0; } footer:before { content: ""; border-top: solid 1px rgba(255, 255, 255, 0.25); width: 10em; display: block; margin: 0 auto 3em auto; }
0.417628
0.090253
body { font-family: Arial; padding: 50px; background: #f1f1f1; } /* Header/Blog Title */ .header { padding: 30px; font-size: 40px; text-align: center; background: white; } /* Create two unequal columns that floats next to each other */ /* Left column */ .leftcolumn { float: left; width: 100%; } article { padding: 50px; } /* Fake image */ .fakeimg { background-color: #aaa; height: 200px; overflow: hidden; } .fakeimg > img { width: 100%; } /* Add a card effect for articles */ .card { background-color: white; padding: 50px; margin-top: 20px; } .card .post { padding: 5px 200px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Navigation bar */ .topnav { background-color: white; overflow: hidden; text-align: center; } /* Style the links inside the navigation bar */ .topnav a { color: black; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { text-decoration: underline; font-weight: bold; } /* Footer */ .footer { padding: 20px; text-align: center; background: #ddd; margin-top: 20px; } /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0; } } /* Icons */ footer a { color:#fff; background: black; border-radius:4px; text-align:center; text-decoration:none; font-family:fontawesome; position: relative; display: inline-block; width:40px; height:28px; padding-top:12px; margin:0 2px; -o-transition:all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-font-smoothing: antialiased; } footer a:hover { background: #A9A9A9; } /* pop-up text */ footer a span { color:#666; position:absolute; font-family:sans-serif; bottom:0; left:-25px; right:-25px; padding:5px 7px; z-index:-1; font-size:14px; border-radius:2px; background:#fff; visibility:hidden; opacity:0; -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } /* pop-up text arrow */ footer a span:before { content:''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position:absolute; bottom:-5px; left:40px; } /* text pops up when icon is in hover state */ footer a:hover span { bottom:50px; visibility:visible; opacity:1; } /* font awesome icons */ footer a:nth-of-type(1):before { content:'\f015'; } footer a:nth-of-type(2):before { content:'\f16d'; } footer a:nth-of-type(3):before { content:'\f09a'; } footer a:nth-of-type(4):before { content:'\f09b'; } footer a:nth-of-type(5):before { content:'\f08c'; } footer a:nth-of-type(6):before { content:'\f198'; }
index.css
body { font-family: Arial; padding: 50px; background: #f1f1f1; } /* Header/Blog Title */ .header { padding: 30px; font-size: 40px; text-align: center; background: white; } /* Create two unequal columns that floats next to each other */ /* Left column */ .leftcolumn { float: left; width: 100%; } article { padding: 50px; } /* Fake image */ .fakeimg { background-color: #aaa; height: 200px; overflow: hidden; } .fakeimg > img { width: 100%; } /* Add a card effect for articles */ .card { background-color: white; padding: 50px; margin-top: 20px; } .card .post { padding: 5px 200px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } /* Navigation bar */ .topnav { background-color: white; overflow: hidden; text-align: center; } /* Style the links inside the navigation bar */ .topnav a { color: black; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { text-decoration: underline; font-weight: bold; } /* Footer */ .footer { padding: 20px; text-align: center; background: #ddd; margin-top: 20px; } /* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */ @media screen and (max-width: 800px) { .leftcolumn, .rightcolumn { width: 100%; padding: 0; } } /* Icons */ footer a { color:#fff; background: black; border-radius:4px; text-align:center; text-decoration:none; font-family:fontawesome; position: relative; display: inline-block; width:40px; height:28px; padding-top:12px; margin:0 2px; -o-transition:all .5s; -webkit-transition: all .5s; -moz-transition: all .5s; transition: all .5s; -webkit-font-smoothing: antialiased; } footer a:hover { background: #A9A9A9; } /* pop-up text */ footer a span { color:#666; position:absolute; font-family:sans-serif; bottom:0; left:-25px; right:-25px; padding:5px 7px; z-index:-1; font-size:14px; border-radius:2px; background:#fff; visibility:hidden; opacity:0; -o-transition:all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55); } /* pop-up text arrow */ footer a span:before { content:''; width: 0; height: 0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #fff; position:absolute; bottom:-5px; left:40px; } /* text pops up when icon is in hover state */ footer a:hover span { bottom:50px; visibility:visible; opacity:1; } /* font awesome icons */ footer a:nth-of-type(1):before { content:'\f015'; } footer a:nth-of-type(2):before { content:'\f16d'; } footer a:nth-of-type(3):before { content:'\f09a'; } footer a:nth-of-type(4):before { content:'\f09b'; } footer a:nth-of-type(5):before { content:'\f08c'; } footer a:nth-of-type(6):before { content:'\f198'; }
0.409929
0.079567
body:not(.cart-visible) #embedded-cart { display: none; } [data-embed] { text-align: center; } .editor-block-styles__item-preview .editor-block-preview__content [data-embed='button'] { white-space: nowrap; } img { vertical-align: middle; max-width: 100%; transition: opacity 0.2s ease; } img.is-loading { opacity: 0; } .media-placeholder { position: relative; min-height: 32px; background: hsl(216, 15%, 88%); z-index: 1; } .media-ratio-1-1 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-1-1::after { content: ''; display: block; width: 100%; padding-top: 100%; } .media-ratio-1-1 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-1-1 img.is-landscape { width: auto; } .media-ratio-1-1 img.is-portrait { height: auto; } .media-ratio-4-3 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-4-3::after { content: ''; display: block; width: 100%; padding-top: 133.33333333%; } .media-ratio-4-3 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-4-3 img.is-landscape { width: auto; } .media-ratio-4-3 img.is-portrait { height: auto; } .media-ratio-6-4 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-6-4::after { content: ''; display: block; width: 100%; padding-top: 150%; } .media-ratio-6-4 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-6-4 img.is-landscape { width: auto; } .media-ratio-6-4 img.is-portrait { height: auto; } .media-ratio-16-9 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-16-9::after { content: ''; display: block; width: 100%; padding-top: 177.77777778%; } .media-ratio-16-9 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-16-9 img.is-landscape { width: auto; } .media-ratio-16-9 img.is-portrait { height: auto; } .media-ratio-21-9 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-21-9::after { content: ''; display: block; width: 100%; padding-top: 233.33333333%; } .media-ratio-21-9 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-21-9 img.is-landscape { width: auto; } .media-ratio-21-9 img.is-portrait { height: auto; } .components-pager { display: flex; justify-content: space-between; margin-top: 12px; } .product-image { border-radius: 4px; flex-shrink: 0; height: 36px; margin-right: 12px; width: 36px; } .components-scroll { max-height: 14em; overflow: auto; } .components-panel__body .components-notice { margin: 0; } .components-panel__body .components-spinner { float: none; } [data-type^='selz/'] .components-placeholder, [data-type^='izettle/'] .components-placeholder { align-items: center; } [data-type^='selz/'] .components-placeholder__fieldset, [data-type^='izettle/'] .components-placeholder__fieldset { justify-content: center; } .components-base-control.is-filter { margin-bottom: 8px !important; } .components-radio-control__option.has-image, .components-radio-control__option.has-image label { align-items: center; display: flex; } .components-radio-control__option.has-image .components-product-control__input { margin-top: 0; }
selz-ecommerce/dist/css/block-editor.css
body:not(.cart-visible) #embedded-cart { display: none; } [data-embed] { text-align: center; } .editor-block-styles__item-preview .editor-block-preview__content [data-embed='button'] { white-space: nowrap; } img { vertical-align: middle; max-width: 100%; transition: opacity 0.2s ease; } img.is-loading { opacity: 0; } .media-placeholder { position: relative; min-height: 32px; background: hsl(216, 15%, 88%); z-index: 1; } .media-ratio-1-1 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-1-1::after { content: ''; display: block; width: 100%; padding-top: 100%; } .media-ratio-1-1 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-1-1 img.is-landscape { width: auto; } .media-ratio-1-1 img.is-portrait { height: auto; } .media-ratio-4-3 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-4-3::after { content: ''; display: block; width: 100%; padding-top: 133.33333333%; } .media-ratio-4-3 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-4-3 img.is-landscape { width: auto; } .media-ratio-4-3 img.is-portrait { height: auto; } .media-ratio-6-4 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-6-4::after { content: ''; display: block; width: 100%; padding-top: 150%; } .media-ratio-6-4 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-6-4 img.is-landscape { width: auto; } .media-ratio-6-4 img.is-portrait { height: auto; } .media-ratio-16-9 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-16-9::after { content: ''; display: block; width: 100%; padding-top: 177.77777778%; } .media-ratio-16-9 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-16-9 img.is-landscape { width: auto; } .media-ratio-16-9 img.is-portrait { height: auto; } .media-ratio-21-9 { position: relative; display: inline-block; width: 100%; overflow: hidden; } .media-ratio-21-9::after { content: ''; display: block; width: 100%; padding-top: 233.33333333%; } .media-ratio-21-9 img { position: absolute; height: 100%; width: 100%; max-width: none; max-height: none; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .media-ratio-21-9 img.is-landscape { width: auto; } .media-ratio-21-9 img.is-portrait { height: auto; } .components-pager { display: flex; justify-content: space-between; margin-top: 12px; } .product-image { border-radius: 4px; flex-shrink: 0; height: 36px; margin-right: 12px; width: 36px; } .components-scroll { max-height: 14em; overflow: auto; } .components-panel__body .components-notice { margin: 0; } .components-panel__body .components-spinner { float: none; } [data-type^='selz/'] .components-placeholder, [data-type^='izettle/'] .components-placeholder { align-items: center; } [data-type^='selz/'] .components-placeholder__fieldset, [data-type^='izettle/'] .components-placeholder__fieldset { justify-content: center; } .components-base-control.is-filter { margin-bottom: 8px !important; } .components-radio-control__option.has-image, .components-radio-control__option.has-image label { align-items: center; display: flex; } .components-radio-control__option.has-image .components-product-control__input { margin-top: 0; }
0.501709
0.052522
body { background-image: url("../images/background_image_salmon.jpg"); background-attachment: fixed; } nav { font-family: 'Cabin Sketch', cursive; height: 200px; background: rgba(56, 51, 51, 0.7); padding-bottom: 40px; border: 2px solid black; width: 100%; } nav a { cursor: pointer; } nav h1 { color: #fad5cf; float: right; position: absolute; left: 450px; height: 200px; font-size: 60pt; margin-top: 80px; overflow: hidden; white-space: nowrap; } nav h1:hover { color: #f5e6e4; cursor: context-menu; } .dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; left: 240px; top: 30px; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown:hover .dropdown-content { display: block; } .dropdown-content a { font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; text-align: center; background: rgba(56, 51, 51, 0.7); color: #fad5cf; padding: 12px 16px; text-decoration: none; display: block; border-radius: 10px; } .dropdown-content a:hover { background-color:#fdebe8; color: rgb(0, 0, 0); } #logo { width: 200px; margin: 20px; border-radius: 50%; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); } #logo:hover { animation: spin 5s linear infinite; } .dropdown-content a:active { background-color:#fac6be; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); transform: translateY(4px); } .login-container { float: right; position: relative; top: 170px; right: 20px; z-index: 5; } ::placeholder { color:black; } .login-container button { font-family: 'Poiret One', cursive; font-size: 16pt; padding: 5px 10px; background: rgba(255, 255, 255, 0.2); margin: 10px; border: none; border-radius: 3px; } input { width: 25%; padding: 5px 10px; margin: 8px; background: rgba(255, 255, 255, 0.2); font-family: 'Poiret One', cursive; font-size: 16pt; border: none; border-radius: 3px; } input:hover, input:active, .login-container button:hover { background: rgba(255, 255, 255, 0.9); } #welcome { font-family: 'Poiret One', cursive; color: #f5e6e4; } #fish { position: absolute; top: 250px; right: 100%; animation: fish 8s linear infinite, bounce 2s linear infinite; } main { background: rgba(255, 255, 255, 0.8); border-radius: 10px; width: 85%; margin: 100px auto; padding: 40px; } .main-wrapper { border: 5px dotted black; padding-bottom: 3em; } #about div, #our-cookies div { width: 90%; margin: auto; } h2 { margin: 80px; text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 20pt; font-weight: bolder; letter-spacing: 3px; margin-bottom: 10px; } h6 { margin-bottom: 40px; } #about img, #our-cookies img { width: 50%; float: left; margin: 3%; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 10px; } #about img:hover, #our-cookies img:hover { transform: translateY(4px); } #about img:active, #our-cookies img:active { width: 95%; transition: 350ms; } #our-cookies img { float: right; } p { font-family: 'Life Savers', cursive; font-size: 20pt; font-weight: bold; line-height: 2em; text-align: justify; } #new-store { text-align: center; width: 30%; padding: 2% 0; margin: auto; font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; border: 1px solid white; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 3px; } #new-store label { display: block; } #new-store input { text-align: center; width: 70%; font-weight: 900; outline: none; } #new-store input::placeholder { font-weight: 300; color: rgba(87, 87, 87, 0.6); } #new-store input:focus::placeholder { color: rgba(87, 87, 87, 0.2); } #addstore { margin-top: 10%; background: rgba(255, 255, 255, 0.6); box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.2); border-radius: 5px; } #addstore:hover { background: rgba(56, 51, 51, 0.3); } #addstore:active { background: rgba(56, 51, 51, 0.5); transform: translateY(4px); } #data { position: relative; text-align: center; width: 90%; margin-top: 5%; margin-left: auto; margin-right: auto; font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; } table { text-align: center; table-layout: fixed; width: 100%; border-collapse: collapse; font-size: 14pt; font-weight: 900; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 3px; } thead tr th:first-child, tbody tr td:first-child { width: 7em; min-width: 7em; max-width: 7em; } thead tr th:last-child, tbody tr td:last-child { width: 6em; min-width: 6em; max-width: 6em; } table, td, th { vertical-align: middle; border: 1px solid white; padding: 1em 0; } #sales-body { cursor: pointer; } .red { background: rgba(216, 13, 13, 0.3); } .yellow { background: rgba(233, 135, 55, 0.3); } .green { background: rgba(124, 238, 130, 0.3); } .grey { background: rgba(56, 51, 51, 0.3); } .white { background: rgba(255, 255, 255, 0.6); } td:hover, th:hover { background: rgba(56, 51, 51, 0.7); color: white; font-weight: 900; } #locations { width: 80%; margin: auto; text-align: center; } #locations p { text-align: center; font-size: 16pt; } .bold { color: rgb(44, 25, 155); font-weight: 900; } iframe { border: 1px solid black; } footer { text-align: right; color: #fad5cf; background: rgba(56, 51, 51, 0.7); font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; border: 2px solid black; margin-top: 60px; } .left { float: left; } #store { height: 100%; } #store h3 { text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 18pt; font-weight: bold; letter-spacing: 3px; margin-top: 30px; } #store h5 { text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 16pt; letter-spacing: 3px; margin-bottom: 1em; } #store img:nth-child(3) { display: block; margin-left: auto; margin-right: auto; } .description { margin-left: 400px; max-width: 60%; } .merchandise { width: 100%; height: 350px; margin: 50px auto; overflow: hidden; } .merchandise img { margin-left: 50px; float: left; width: 300px; } .merchandise img:hover { animation: shake 0.5s; animation-iteration-count: infinite; } .merchandise p { text-align: justify; font-size: 14pt; } footer { clear: both; overflow: auto; width: 100%; } footer ul li { display: block; padding: 20px 40px; float: left; position: relative; left: 20%; } footer a { color: #fad5cf; } footer ul img { height: 60px; padding: 0; position: absolute; right: 0%; animation: bounce 3s linear infinite; z-index: 5; } footer ul img:hover, #fish:hover { animation-play-state: paused; } footer ul li:hover { color: #ffffff; } /* ANIMATION */ @keyframes fish { from {right: -200px;} to {right: 100%;} } @keyframes bounce { 0% {transform: translateY(0) rotate(5deg);} 12.5% {transform: translateY(-8px) rotate(3deg);} 25% {transform: translateY(-15px);} 37.5% {transform: translateY(-8px) rotate(-3deg);} 50% {transform: rotate(-5deg);} 62.5% {transform: translateY(8px) rotate(-3deg);} 75% {transform: translateY(15px);} 87.5% {transform: translateY(8px) rotate(3deg);} 100%{transform: translateY(0) rotate(5deg);} } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } @keyframes spin { 100% {transform: rotate(1turn); } }
css/style.css
body { background-image: url("../images/background_image_salmon.jpg"); background-attachment: fixed; } nav { font-family: 'Cabin Sketch', cursive; height: 200px; background: rgba(56, 51, 51, 0.7); padding-bottom: 40px; border: 2px solid black; width: 100%; } nav a { cursor: pointer; } nav h1 { color: #fad5cf; float: right; position: absolute; left: 450px; height: 200px; font-size: 60pt; margin-top: 80px; overflow: hidden; white-space: nowrap; } nav h1:hover { color: #f5e6e4; cursor: context-menu; } .dropdown { display: inline-block; } .dropdown-content { display: none; position: absolute; left: 240px; top: 30px; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); } .dropdown:hover .dropdown-content { display: block; } .dropdown-content a { font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; text-align: center; background: rgba(56, 51, 51, 0.7); color: #fad5cf; padding: 12px 16px; text-decoration: none; display: block; border-radius: 10px; } .dropdown-content a:hover { background-color:#fdebe8; color: rgb(0, 0, 0); } #logo { width: 200px; margin: 20px; border-radius: 50%; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); } #logo:hover { animation: spin 5s linear infinite; } .dropdown-content a:active { background-color:#fac6be; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); transform: translateY(4px); } .login-container { float: right; position: relative; top: 170px; right: 20px; z-index: 5; } ::placeholder { color:black; } .login-container button { font-family: 'Poiret One', cursive; font-size: 16pt; padding: 5px 10px; background: rgba(255, 255, 255, 0.2); margin: 10px; border: none; border-radius: 3px; } input { width: 25%; padding: 5px 10px; margin: 8px; background: rgba(255, 255, 255, 0.2); font-family: 'Poiret One', cursive; font-size: 16pt; border: none; border-radius: 3px; } input:hover, input:active, .login-container button:hover { background: rgba(255, 255, 255, 0.9); } #welcome { font-family: 'Poiret One', cursive; color: #f5e6e4; } #fish { position: absolute; top: 250px; right: 100%; animation: fish 8s linear infinite, bounce 2s linear infinite; } main { background: rgba(255, 255, 255, 0.8); border-radius: 10px; width: 85%; margin: 100px auto; padding: 40px; } .main-wrapper { border: 5px dotted black; padding-bottom: 3em; } #about div, #our-cookies div { width: 90%; margin: auto; } h2 { margin: 80px; text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 20pt; font-weight: bolder; letter-spacing: 3px; margin-bottom: 10px; } h6 { margin-bottom: 40px; } #about img, #our-cookies img { width: 50%; float: left; margin: 3%; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 10px; } #about img:hover, #our-cookies img:hover { transform: translateY(4px); } #about img:active, #our-cookies img:active { width: 95%; transition: 350ms; } #our-cookies img { float: right; } p { font-family: 'Life Savers', cursive; font-size: 20pt; font-weight: bold; line-height: 2em; text-align: justify; } #new-store { text-align: center; width: 30%; padding: 2% 0; margin: auto; font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; border: 1px solid white; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 3px; } #new-store label { display: block; } #new-store input { text-align: center; width: 70%; font-weight: 900; outline: none; } #new-store input::placeholder { font-weight: 300; color: rgba(87, 87, 87, 0.6); } #new-store input:focus::placeholder { color: rgba(87, 87, 87, 0.2); } #addstore { margin-top: 10%; background: rgba(255, 255, 255, 0.6); box-shadow: 5px 5px 8px 5px rgba(0,0,0,0.2); border-radius: 5px; } #addstore:hover { background: rgba(56, 51, 51, 0.3); } #addstore:active { background: rgba(56, 51, 51, 0.5); transform: translateY(4px); } #data { position: relative; text-align: center; width: 90%; margin-top: 5%; margin-left: auto; margin-right: auto; font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; } table { text-align: center; table-layout: fixed; width: 100%; border-collapse: collapse; font-size: 14pt; font-weight: 900; box-shadow: 5px 10px 16px 5px rgba(0,0,0,0.2); border-radius: 3px; } thead tr th:first-child, tbody tr td:first-child { width: 7em; min-width: 7em; max-width: 7em; } thead tr th:last-child, tbody tr td:last-child { width: 6em; min-width: 6em; max-width: 6em; } table, td, th { vertical-align: middle; border: 1px solid white; padding: 1em 0; } #sales-body { cursor: pointer; } .red { background: rgba(216, 13, 13, 0.3); } .yellow { background: rgba(233, 135, 55, 0.3); } .green { background: rgba(124, 238, 130, 0.3); } .grey { background: rgba(56, 51, 51, 0.3); } .white { background: rgba(255, 255, 255, 0.6); } td:hover, th:hover { background: rgba(56, 51, 51, 0.7); color: white; font-weight: 900; } #locations { width: 80%; margin: auto; text-align: center; } #locations p { text-align: center; font-size: 16pt; } .bold { color: rgb(44, 25, 155); font-weight: 900; } iframe { border: 1px solid black; } footer { text-align: right; color: #fad5cf; background: rgba(56, 51, 51, 0.7); font-family: 'Poiret One', cursive; font-size: 16pt; font-weight: bold; border: 2px solid black; margin-top: 60px; } .left { float: left; } #store { height: 100%; } #store h3 { text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 18pt; font-weight: bold; letter-spacing: 3px; margin-top: 30px; } #store h5 { text-align: center; font-family: 'Fredericka the Great', cursive; font-size: 16pt; letter-spacing: 3px; margin-bottom: 1em; } #store img:nth-child(3) { display: block; margin-left: auto; margin-right: auto; } .description { margin-left: 400px; max-width: 60%; } .merchandise { width: 100%; height: 350px; margin: 50px auto; overflow: hidden; } .merchandise img { margin-left: 50px; float: left; width: 300px; } .merchandise img:hover { animation: shake 0.5s; animation-iteration-count: infinite; } .merchandise p { text-align: justify; font-size: 14pt; } footer { clear: both; overflow: auto; width: 100%; } footer ul li { display: block; padding: 20px 40px; float: left; position: relative; left: 20%; } footer a { color: #fad5cf; } footer ul img { height: 60px; padding: 0; position: absolute; right: 0%; animation: bounce 3s linear infinite; z-index: 5; } footer ul img:hover, #fish:hover { animation-play-state: paused; } footer ul li:hover { color: #ffffff; } /* ANIMATION */ @keyframes fish { from {right: -200px;} to {right: 100%;} } @keyframes bounce { 0% {transform: translateY(0) rotate(5deg);} 12.5% {transform: translateY(-8px) rotate(3deg);} 25% {transform: translateY(-15px);} 37.5% {transform: translateY(-8px) rotate(-3deg);} 50% {transform: rotate(-5deg);} 62.5% {transform: translateY(8px) rotate(-3deg);} 75% {transform: translateY(15px);} 87.5% {transform: translateY(8px) rotate(3deg);} 100%{transform: translateY(0) rotate(5deg);} } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform: translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } @keyframes spin { 100% {transform: rotate(1turn); } }
0.305283
0.066934
.tit , .num , .unit , .qushi-1 span{ color: rgb(255, 255, 255) !important; } .g-main { color: rgb(57, 64, 67); } .g-main * { box-sizing: border-box; } .m-tongji { background-color: rgb(245, 245, 246); padding-top: 9px; padding-bottom: 50px; } .m-tongji .wrap { width: 1150px; margin: 0px auto; background-color: rgb(255, 255, 255); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); border-radius: 2px; } .m-tongji .wrap::after { content: ""; display: block; clear: both; } .m-tongji .box-l { float: left; width: 800px; } .m-tongji .tooltip { display: inline-block; width: 16px; height: 16px; position: relative; } .m-tongji .tooltip:hover .tooltip-text { display: block; } .m-tongji .tooltip .icon-question { background-image: url('sprite_001.png'); position: absolute; left: 0px; top: 0px; width: 16px; height: 16px; } .m-tongji .tooltip .tooltip-text { display: none; position: absolute; z-index: 1; width: 200px; padding: 10px; font-size: 12px; line-height: 18px; border-radius: 4px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); opacity: 0.8; } .m-tongji .box-l-t { position: relative; height: 385px; padding: 45px 40px; background-color: #C30D23; color: rgb(255, 255, 255); } .m-tongji .shuju { overflow: hidden; } .m-tongji .tit { float: left; font-weight: 700; font-size: 55px; line-height: 55px; } .m-tongji .qushi { position: absolute; left: 45px; bottom: 40px; } .m-tongji .qushi-1 { margin-bottom: 20px; } .m-tongji .qushi-1::before, .m-tongji .qushi-1::after { display: table; content: ""; } .m-tongji .qushi-1::after { clear: both; } .m-tongji .qushi-1 span { float: left; margin-right: 8px; background-color: rgb(61, 174, 109); padding: 0px 6px; line-height: 24px; font-size: 12px; } .m-tongji .qushi-1 span:first-child { font-size: 18px; font-weight: 700; padding: 0px; background-color: transparent; } .m-tongji .qushi-2 { } .m-tongji .qushi-2::before, .m-tongji .qushi-2::after { display: table; content: ""; } .m-tongji .qushi-2::after { clear: both; } .m-tongji .qushi-2 > span { float: left; } .m-tongji .qushi-2 .num { font-family: "tahoma"; font-weight: 700; font-size: 80px; line-height: 60px; } .m-tongji .qushi-2 .unit { font-size: 24px; line-height: 24px; margin-left: 10px; position: relative; top: 38px; } .m-tongji .qushi-2 .line { width: 1px; height: 60px; margin-left: 40px; margin-right: 30px; background-color: rgb(51, 190, 133); } .m-tongji .qushi-2 .txt { display: block; font-size: 18px; line-height: 30px; color: rgb(255, 255, 255); text-decoration: none; } .m-tongji .box-l-b { height: 120px; padding: 33px 16px; position: relative; } .m-tongji .box-l-b > div { float: left; } .m-tongji .box-l-b::after { content: ""; position: absolute; width: 1px; height: 68px; background-color: rgb(241, 241, 241); right: 0px; top: 26px; } .m-tongji .box-l-b .tooltip:hover .tooltip-text { top: 20px; right: -30px; } .m-tongji .box-l-b .tooltip .icon-question { background-position: -70px -55px; } .m-tongji .box-l-b .item { text-align: center; border-left: 1px solid rgb(241, 241, 241); } .m-tongji .box-l-b .item.item-1-3 { width: 256px; } .m-tongji .box-l-b .item:first-child { border-left: 0px none; } .m-tongji .box-l-b .text { font-size: 14px; line-height: 20px; } .m-tongji .box-l-b .unit { color: rgb(153, 153, 153); } .m-tongji .box-l-b .num { font-family: tahoma; font-weight: 700; font-size: 36px; line-height: 34px; color: #C30D23; position: relative; left: 5px; } .m-tongji .box-l-b .icon-qushi { display: inline-block; width: 8px; height: 11px; position: relative; left: 5px; bottom: 12px; background-image: url('sprite_001.png'); } .m-tongji .box-r { float: right; width: 350px; padding: 0px 20px 0px 30px; } .m-tongji .box-r .hd { font-size: 18px; font-weight: 700; height: 60px; line-height: 80px; color: rgb(57, 64, 67); } .m-tongji .box-r .bd li { height: 80px; line-height: 20px; padding: 20px 0px 9px; border-bottom: 1px solid rgb(248, 248, 248); } .m-tongji .box-r .bd a { display: block; color: rgb(136, 140, 142); } .m-tongji .box-r .bd a:hover { text-decoration: none; } .m-tongji .box-r .bd a em { color: rgb(57, 64, 67); font-weight: 700; } .m-tongji .box-r .bd p { overflow: hidden; } .m-tongji .box-r .bd p span { float: left; color: rgb(176, 179, 180); } .m-tongji .box-r .bd p em { float: right; font-weight: 700; color: rgb(219, 76, 63); } .m-tongji .box-r .ft { height: 50px; padding: 15px 0px; } .m-tongji .box-r .ft a { color: rgb(170, 170, 170); font-size: 12px; line-height: 20px; }
src/main/resources/static/css/fangjia/fangjia.css
.tit , .num , .unit , .qushi-1 span{ color: rgb(255, 255, 255) !important; } .g-main { color: rgb(57, 64, 67); } .g-main * { box-sizing: border-box; } .m-tongji { background-color: rgb(245, 245, 246); padding-top: 9px; padding-bottom: 50px; } .m-tongji .wrap { width: 1150px; margin: 0px auto; background-color: rgb(255, 255, 255); box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2); border-radius: 2px; } .m-tongji .wrap::after { content: ""; display: block; clear: both; } .m-tongji .box-l { float: left; width: 800px; } .m-tongji .tooltip { display: inline-block; width: 16px; height: 16px; position: relative; } .m-tongji .tooltip:hover .tooltip-text { display: block; } .m-tongji .tooltip .icon-question { background-image: url('sprite_001.png'); position: absolute; left: 0px; top: 0px; width: 16px; height: 16px; } .m-tongji .tooltip .tooltip-text { display: none; position: absolute; z-index: 1; width: 200px; padding: 10px; font-size: 12px; line-height: 18px; border-radius: 4px; color: rgb(255, 255, 255); background-color: rgb(0, 0, 0); opacity: 0.8; } .m-tongji .box-l-t { position: relative; height: 385px; padding: 45px 40px; background-color: #C30D23; color: rgb(255, 255, 255); } .m-tongji .shuju { overflow: hidden; } .m-tongji .tit { float: left; font-weight: 700; font-size: 55px; line-height: 55px; } .m-tongji .qushi { position: absolute; left: 45px; bottom: 40px; } .m-tongji .qushi-1 { margin-bottom: 20px; } .m-tongji .qushi-1::before, .m-tongji .qushi-1::after { display: table; content: ""; } .m-tongji .qushi-1::after { clear: both; } .m-tongji .qushi-1 span { float: left; margin-right: 8px; background-color: rgb(61, 174, 109); padding: 0px 6px; line-height: 24px; font-size: 12px; } .m-tongji .qushi-1 span:first-child { font-size: 18px; font-weight: 700; padding: 0px; background-color: transparent; } .m-tongji .qushi-2 { } .m-tongji .qushi-2::before, .m-tongji .qushi-2::after { display: table; content: ""; } .m-tongji .qushi-2::after { clear: both; } .m-tongji .qushi-2 > span { float: left; } .m-tongji .qushi-2 .num { font-family: "tahoma"; font-weight: 700; font-size: 80px; line-height: 60px; } .m-tongji .qushi-2 .unit { font-size: 24px; line-height: 24px; margin-left: 10px; position: relative; top: 38px; } .m-tongji .qushi-2 .line { width: 1px; height: 60px; margin-left: 40px; margin-right: 30px; background-color: rgb(51, 190, 133); } .m-tongji .qushi-2 .txt { display: block; font-size: 18px; line-height: 30px; color: rgb(255, 255, 255); text-decoration: none; } .m-tongji .box-l-b { height: 120px; padding: 33px 16px; position: relative; } .m-tongji .box-l-b > div { float: left; } .m-tongji .box-l-b::after { content: ""; position: absolute; width: 1px; height: 68px; background-color: rgb(241, 241, 241); right: 0px; top: 26px; } .m-tongji .box-l-b .tooltip:hover .tooltip-text { top: 20px; right: -30px; } .m-tongji .box-l-b .tooltip .icon-question { background-position: -70px -55px; } .m-tongji .box-l-b .item { text-align: center; border-left: 1px solid rgb(241, 241, 241); } .m-tongji .box-l-b .item.item-1-3 { width: 256px; } .m-tongji .box-l-b .item:first-child { border-left: 0px none; } .m-tongji .box-l-b .text { font-size: 14px; line-height: 20px; } .m-tongji .box-l-b .unit { color: rgb(153, 153, 153); } .m-tongji .box-l-b .num { font-family: tahoma; font-weight: 700; font-size: 36px; line-height: 34px; color: #C30D23; position: relative; left: 5px; } .m-tongji .box-l-b .icon-qushi { display: inline-block; width: 8px; height: 11px; position: relative; left: 5px; bottom: 12px; background-image: url('sprite_001.png'); } .m-tongji .box-r { float: right; width: 350px; padding: 0px 20px 0px 30px; } .m-tongji .box-r .hd { font-size: 18px; font-weight: 700; height: 60px; line-height: 80px; color: rgb(57, 64, 67); } .m-tongji .box-r .bd li { height: 80px; line-height: 20px; padding: 20px 0px 9px; border-bottom: 1px solid rgb(248, 248, 248); } .m-tongji .box-r .bd a { display: block; color: rgb(136, 140, 142); } .m-tongji .box-r .bd a:hover { text-decoration: none; } .m-tongji .box-r .bd a em { color: rgb(57, 64, 67); font-weight: 700; } .m-tongji .box-r .bd p { overflow: hidden; } .m-tongji .box-r .bd p span { float: left; color: rgb(176, 179, 180); } .m-tongji .box-r .bd p em { float: right; font-weight: 700; color: rgb(219, 76, 63); } .m-tongji .box-r .ft { height: 50px; padding: 15px 0px; } .m-tongji .box-r .ft a { color: rgb(170, 170, 170); font-size: 12px; line-height: 20px; }
0.474144
0.12847
body {color: #909091;} h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#3c3c3c; text-decoration:none;} /* #Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #footer-top .twtr-tweets .twtr-tweet-text p{color:#9e9e9e !important;} #footer-middle{color:#878787;} #footer-bottom a, #footer-bottom{color:#878787;} #footer-middle h3, #footer-middle h3 a{color:#ececec;} .address{color:#969696;} .latest_news li a, ul.latest_blog a{color:#a6a6a6;} .latest_news .time, .latest_blog time{color:#767676;} .social_links a b{color:#d9d9d9;} /* #Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .comment-info{color:#000;} #header-top a{color:#b0b0b0;} .sign-form label{color:#838385;} .logo a, .logo a:hover{color:#000 !important; text-shadow:0 1px 0 #fbfbfc;} .slogan{color:#c7c7c7;} .tagline{color:#bababa;} /* phone */ .phone{color:#aeaeae;} .phone strong{color:#6c6c6c;} .phone strong mark{color:#3d3d3d;} /* menu */ a.navi-to{color:#c7c8c8;} ul#main-menu li a, .post-entry h2, .post-entry h2 a{color:#3e3b3b;} .work-by a{color:#909091;} .btn input, .post-info .post-date, .post-info .post-comments, .hm-text h3 a, .hm-text h3 a{color:#fff;} .sidebar-titles{color:#666;} /* #Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ h1.title, .title h1{color:#242424;} .title p{color:#9e9e9e;} a.btn-blue, a.btn-orange, a.btn-black{color:#fff !important;} .slider-text{ /*text-shadow:0 1px 0 #f4f3f3;*/} .tab-navi.tab-type2 > ul > li > a {color:#a3a3a3;} .blog-info{color:#a5a5a5;} .accordation-item-body p, .jToggle-item-body p{color:#a6a6a6;} .text-bottom{color:#a7a7a7;} .pager a, .pager a.pager-previous:hover, .pager a.pager-next:hover{color:#a4a4a6;} .text-top{color:#484848;} .slider-text h3{color:#3c3c3c;} .inner-page-sidebar h4, .service-title h4, .sidebar-titles, .block-inner-text, .col-3e3b3b, .items-detail h3 em{color:#3e3b3b;} .pricing-box-header h3{color:#343434;} .filtr-categories a.active{color:#404040;} .standard .pricing-box-header h4 strong, .business .pricing-box-header h4 strong{color:#4e4e4e;} .ipl-link{color:#444;} ul.our-team-list li strong, .portfolio-page-link a, .blog-posts ul li h3{color:#595959;} .progress-value{color:#616161;} .comment-info strong{color:#666;} .jToggle-items.type1 .jToggle-item-header a{color:#6e6e6e;} .inner-page-content h4, .latest-list a, .col707070{color:#707070;} .info_text strong{color:#737373;} .filtr-categories a:hover{color:#757575;} ul.our-work-scheeme li strong{color:#787878;} .pager a.active{color:#7b7b7b;} .slider-text p, .tab-navi li a{color:#828282;} .post-details{color:#858585;} .rec_fade_context, .accordation-item-header a, .jToggle-item-header a{color:#878787;} .recent-posts-side a, .ipl-text{color:#8c8c8c;} .pricing-box-header h4{color:#8b8b8b;} ul.sevice-links li a, .grey-links a, .categories-list a{color:#8f8f8f;} .sub-title a, .recent_blog li, .service_list li, .service_list li p, select#main-menu-mobile, .box-page-slogan, .project-navi a, .post-info .post-categories a:hover, .items-detail h3 em, .page-404 h3{color:#909091;} .rec_category, .rec_category a{color:#9c9c9c;} .details mark, .details .time, .details a:hover, .blog-info{color:#939393;} .info_text{color:#959595;} .details, .filtr-block, .filtr-block a{color:#a5a5a5;} .sidebar-accordation p{color:#a6a6a6;} ul.our-team-list li span{color:#a8a8a8;} .cite-sign, .recent-posts-side em{color:#bfbfbf;} .date-latest{color:#b5b5b5;} ul.our-work-scheeme li span{color:#b0d5e5;} .progress-bar-text{color:#fff;} a:hover.btn-grey{color:#fff;} .note-red{color:#dd5a58;} .note-blue{color:#499abf;} .note-green{color:#7b9c46;} .note-yellow{color:#dea803;} .comment-date{color:#bdbdbd;} .plan-header{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.2);} table.def-table th{color:#e6e6e6;} .project-navi{color:#ececec;} .tag-link{color:#a9a9ab; text-shadow:0 1px 0 #fff;} .tag-link:hover{color:#fff; text-shadow:none;} a.read-more:hover{color:#b8b8b8;} .hm-text{color:#ccc;} ul#main-menu li li a{color:#919191;} ul#main-menu li li a:hover, ul#main-menu li li a.active{color:#696969;} /* #COLORS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .colored-orange, .basic .pricing-box-header h4 strong{color:#f3793c;} .colored-grey{color:#b8b8b8;} /* blue */ /* selections */ ::-moz-selection { background: #0098d8; text-shadow:none !important; color:#fff;} ::-webkit-selection { background: #0098d8; text-shadow:none !important; color:#fff;} ::selection { background: #0098d8; text-shadow:none !important; color:#fff;} /* colors */ .colored-blue, h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark, h4 a:hover, #footer-bottom a:hover, #footer-bottom a.active, #footer-middle a:hover, #footer-middle a.active, #header-top a:hover, a mark, #main-menu li a:hover, #main-menu li a.active, a:hover.navi-to, .box-page-slogan mark, .sub-title a:hover, .rec_category a:hover, h5 a:hover,h3 a:hover, .details a, h6 a:hover, h6 a.active, .portfolio-page-link a:hover, .tab-navi a.active, .tab-navi a:hover, .tab-navi > ul > li > a.active-trail, .accordation-item-header a:hover, .accordation-item-header a.active, .accordation-items.type2 .accordation-item-header a:hover, .accordation-items.type2 .accordation-item-header a.active, .jToggle-items.type1 .jToggle-item-header a:hover, .jToggle-items.type1 .jToggle-item-header a.active, .jToggle-items.type2 .jToggle-item-header a:hover, .jToggle-items.type2 .jToggle-item-header a.active, .premium .pricing-box-header h4 strong, .email-line a, .website-line a, .project-navi a:hover, .work-by a:hover, .categories-list a:hover, .recent-posts-side a:hover, .post-entry h2 a:hover, .post-info .post-categories a, a.read-more, .pager a:hover, .address a, ul.latest_blog a:hover, ul.sevice-links li a:hover, .latest-list a:hover, .tab-navi.tab-type2 > ul > li > a.active, .tab-navi.tab-type2 > ul > li > a.active-trail, .tab-navi.tab-type2 > ul > li > a:hover, .grey-links a:hover, .ipl-link:hover, .page-404 p strong{color:#0098d8;} a.link-detail:hover{color:#42a9d5;}
Web-PageTemplate/chahua3111/layout/styles/colors.css
body {color: #909091;} h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{color:#3c3c3c; text-decoration:none;} /* #Footer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ #footer-top .twtr-tweets .twtr-tweet-text p{color:#9e9e9e !important;} #footer-middle{color:#878787;} #footer-bottom a, #footer-bottom{color:#878787;} #footer-middle h3, #footer-middle h3 a{color:#ececec;} .address{color:#969696;} .latest_news li a, ul.latest_blog a{color:#a6a6a6;} .latest_news .time, .latest_blog time{color:#767676;} .social_links a b{color:#d9d9d9;} /* #Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .comment-info{color:#000;} #header-top a{color:#b0b0b0;} .sign-form label{color:#838385;} .logo a, .logo a:hover{color:#000 !important; text-shadow:0 1px 0 #fbfbfc;} .slogan{color:#c7c7c7;} .tagline{color:#bababa;} /* phone */ .phone{color:#aeaeae;} .phone strong{color:#6c6c6c;} .phone strong mark{color:#3d3d3d;} /* menu */ a.navi-to{color:#c7c8c8;} ul#main-menu li a, .post-entry h2, .post-entry h2 a{color:#3e3b3b;} .work-by a{color:#909091;} .btn input, .post-info .post-date, .post-info .post-comments, .hm-text h3 a, .hm-text h3 a{color:#fff;} .sidebar-titles{color:#666;} /* #Content ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ h1.title, .title h1{color:#242424;} .title p{color:#9e9e9e;} a.btn-blue, a.btn-orange, a.btn-black{color:#fff !important;} .slider-text{ /*text-shadow:0 1px 0 #f4f3f3;*/} .tab-navi.tab-type2 > ul > li > a {color:#a3a3a3;} .blog-info{color:#a5a5a5;} .accordation-item-body p, .jToggle-item-body p{color:#a6a6a6;} .text-bottom{color:#a7a7a7;} .pager a, .pager a.pager-previous:hover, .pager a.pager-next:hover{color:#a4a4a6;} .text-top{color:#484848;} .slider-text h3{color:#3c3c3c;} .inner-page-sidebar h4, .service-title h4, .sidebar-titles, .block-inner-text, .col-3e3b3b, .items-detail h3 em{color:#3e3b3b;} .pricing-box-header h3{color:#343434;} .filtr-categories a.active{color:#404040;} .standard .pricing-box-header h4 strong, .business .pricing-box-header h4 strong{color:#4e4e4e;} .ipl-link{color:#444;} ul.our-team-list li strong, .portfolio-page-link a, .blog-posts ul li h3{color:#595959;} .progress-value{color:#616161;} .comment-info strong{color:#666;} .jToggle-items.type1 .jToggle-item-header a{color:#6e6e6e;} .inner-page-content h4, .latest-list a, .col707070{color:#707070;} .info_text strong{color:#737373;} .filtr-categories a:hover{color:#757575;} ul.our-work-scheeme li strong{color:#787878;} .pager a.active{color:#7b7b7b;} .slider-text p, .tab-navi li a{color:#828282;} .post-details{color:#858585;} .rec_fade_context, .accordation-item-header a, .jToggle-item-header a{color:#878787;} .recent-posts-side a, .ipl-text{color:#8c8c8c;} .pricing-box-header h4{color:#8b8b8b;} ul.sevice-links li a, .grey-links a, .categories-list a{color:#8f8f8f;} .sub-title a, .recent_blog li, .service_list li, .service_list li p, select#main-menu-mobile, .box-page-slogan, .project-navi a, .post-info .post-categories a:hover, .items-detail h3 em, .page-404 h3{color:#909091;} .rec_category, .rec_category a{color:#9c9c9c;} .details mark, .details .time, .details a:hover, .blog-info{color:#939393;} .info_text{color:#959595;} .details, .filtr-block, .filtr-block a{color:#a5a5a5;} .sidebar-accordation p{color:#a6a6a6;} ul.our-team-list li span{color:#a8a8a8;} .cite-sign, .recent-posts-side em{color:#bfbfbf;} .date-latest{color:#b5b5b5;} ul.our-work-scheeme li span{color:#b0d5e5;} .progress-bar-text{color:#fff;} a:hover.btn-grey{color:#fff;} .note-red{color:#dd5a58;} .note-blue{color:#499abf;} .note-green{color:#7b9c46;} .note-yellow{color:#dea803;} .comment-date{color:#bdbdbd;} .plan-header{color:#fff;text-shadow:0 1px 0 rgba(0,0,0,0.2);} table.def-table th{color:#e6e6e6;} .project-navi{color:#ececec;} .tag-link{color:#a9a9ab; text-shadow:0 1px 0 #fff;} .tag-link:hover{color:#fff; text-shadow:none;} a.read-more:hover{color:#b8b8b8;} .hm-text{color:#ccc;} ul#main-menu li li a{color:#919191;} ul#main-menu li li a:hover, ul#main-menu li li a.active{color:#696969;} /* #COLORS ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ .colored-orange, .basic .pricing-box-header h4 strong{color:#f3793c;} .colored-grey{color:#b8b8b8;} /* blue */ /* selections */ ::-moz-selection { background: #0098d8; text-shadow:none !important; color:#fff;} ::-webkit-selection { background: #0098d8; text-shadow:none !important; color:#fff;} ::selection { background: #0098d8; text-shadow:none !important; color:#fff;} /* colors */ .colored-blue, h1 mark, h2 mark, h3 mark, h4 mark, h5 mark, h6 mark, h4 a:hover, #footer-bottom a:hover, #footer-bottom a.active, #footer-middle a:hover, #footer-middle a.active, #header-top a:hover, a mark, #main-menu li a:hover, #main-menu li a.active, a:hover.navi-to, .box-page-slogan mark, .sub-title a:hover, .rec_category a:hover, h5 a:hover,h3 a:hover, .details a, h6 a:hover, h6 a.active, .portfolio-page-link a:hover, .tab-navi a.active, .tab-navi a:hover, .tab-navi > ul > li > a.active-trail, .accordation-item-header a:hover, .accordation-item-header a.active, .accordation-items.type2 .accordation-item-header a:hover, .accordation-items.type2 .accordation-item-header a.active, .jToggle-items.type1 .jToggle-item-header a:hover, .jToggle-items.type1 .jToggle-item-header a.active, .jToggle-items.type2 .jToggle-item-header a:hover, .jToggle-items.type2 .jToggle-item-header a.active, .premium .pricing-box-header h4 strong, .email-line a, .website-line a, .project-navi a:hover, .work-by a:hover, .categories-list a:hover, .recent-posts-side a:hover, .post-entry h2 a:hover, .post-info .post-categories a, a.read-more, .pager a:hover, .address a, ul.latest_blog a:hover, ul.sevice-links li a:hover, .latest-list a:hover, .tab-navi.tab-type2 > ul > li > a.active, .tab-navi.tab-type2 > ul > li > a.active-trail, .tab-navi.tab-type2 > ul > li > a:hover, .grey-links a:hover, .ipl-link:hover, .page-404 p strong{color:#0098d8;} a.link-detail:hover{color:#42a9d5;}
0.169166
0.145297
.img-circle { display:inline; border-radius: 50%; margin-bottom: 10px; margin-top: 10px; padding: 0; background-color: #e4e5e2; z-index: 500; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } .ifoot{ padding : 10px 20px; border-top: 1px solid #ddd; } /* dropdown basic */ .dropdown { display: none; position: absolute; z-index: 9999; } .dropdown a:hover{ background-color: whitesmoke; border-radius: 5px; } .has-dropdown:hover .dropdown { display:block; text-decoration:none; } /* Theme: Solarized - Github * More theme here: http://softwaremaniacs.org/media/soft/highlight/test.html */ .content pre, .content .highlight { background: #2d2d2d; margin: 0 -12px; padding: 15px 12px; border-style: solid; border-color: #ddd; border-width: 1px 0; overflow: auto; color: #ccc; line-height: 25.6px; border-radius: 10px; margin: 1px 10px 1px 10px; border: 3px solid #2d2d2d; } .content .highlight .gutter pre, .content .gist .gist-file .gist-data .line-numbers { color: #666; font-size: 0.85em; } .content pre, .content code { font-family: "Ubuntu Mono", monospace; font-weight: bold; } .content code { background: #eee; text-shadow: 0 1px #fff; padding: 0 0.5em; } .content pre code { background: none; text-shadow: none; padding: 0; } .content .highlight pre { border: none; margin: 0; padding: 0; } .content .highlight table { margin: 0; width: auto; } .content .highlight td { border: none; padding: 0; } .content .highlight figcaption { font-size: 0.85em; color: #999; line-height: 1em; margin-bottom: 1em; } .content .highlight figcaption:before, .content .highlight figcaption:after { content: ""; display: table; } .content .highlight figcaption:after { clear: both; } .content .highlight figcaption a { float: right; } .content .highlight .gutter pre { text-align: right; padding-right: 20px; } pre .comment, pre .title { color: #999; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #f2777a; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f99157; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #9c9; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #84be6a; } pre .css .hexcolor { color: #6cc; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #69c; } pre .keyword, pre .javascript .function { color: #c9c; }
source/css/index.css
.img-circle { display:inline; border-radius: 50%; margin-bottom: 10px; margin-top: 10px; padding: 0; background-color: #e4e5e2; z-index: 500; box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3); } .ifoot{ padding : 10px 20px; border-top: 1px solid #ddd; } /* dropdown basic */ .dropdown { display: none; position: absolute; z-index: 9999; } .dropdown a:hover{ background-color: whitesmoke; border-radius: 5px; } .has-dropdown:hover .dropdown { display:block; text-decoration:none; } /* Theme: Solarized - Github * More theme here: http://softwaremaniacs.org/media/soft/highlight/test.html */ .content pre, .content .highlight { background: #2d2d2d; margin: 0 -12px; padding: 15px 12px; border-style: solid; border-color: #ddd; border-width: 1px 0; overflow: auto; color: #ccc; line-height: 25.6px; border-radius: 10px; margin: 1px 10px 1px 10px; border: 3px solid #2d2d2d; } .content .highlight .gutter pre, .content .gist .gist-file .gist-data .line-numbers { color: #666; font-size: 0.85em; } .content pre, .content code { font-family: "Ubuntu Mono", monospace; font-weight: bold; } .content code { background: #eee; text-shadow: 0 1px #fff; padding: 0 0.5em; } .content pre code { background: none; text-shadow: none; padding: 0; } .content .highlight pre { border: none; margin: 0; padding: 0; } .content .highlight table { margin: 0; width: auto; } .content .highlight td { border: none; padding: 0; } .content .highlight figcaption { font-size: 0.85em; color: #999; line-height: 1em; margin-bottom: 1em; } .content .highlight figcaption:before, .content .highlight figcaption:after { content: ""; display: table; } .content .highlight figcaption:after { clear: both; } .content .highlight figcaption a { float: right; } .content .highlight .gutter pre { text-align: right; padding-right: 20px; } pre .comment, pre .title { color: #999; } pre .variable, pre .attribute, pre .tag, pre .regexp, pre .ruby .constant, pre .xml .tag .title, pre .xml .pi, pre .xml .doctype, pre .html .doctype, pre .css .id, pre .css .class, pre .css .pseudo { color: #f2777a; } pre .number, pre .preprocessor, pre .built_in, pre .literal, pre .params, pre .constant { color: #f99157; } pre .class, pre .ruby .class .title, pre .css .rules .attribute { color: #9c9; } pre .string, pre .value, pre .inheritance, pre .header, pre .ruby .symbol, pre .xml .cdata { color: #84be6a; } pre .css .hexcolor { color: #6cc; } pre .function, pre .python .decorator, pre .python .title, pre .ruby .function .title, pre .ruby .title .keyword, pre .perl .sub, pre .javascript .title, pre .coffeescript .title { color: #69c; } pre .keyword, pre .javascript .function { color: #c9c; }
0.189071
0.126569
width: 100%; height: 100%; display: none; position: fixed; z-index: 100; background: var(--color-selected-tab); } #sa-title { width: 100%; margin: 5px 0 10px; display: block; text-align: center; } #sa-column-left { float: left; } #sa-content>.column-right { margin-right: 10px; } #sa-filename-label, #sa-outdir-label, #sa-bookmark-label { margin: 0 7px 5px 7px; display: block; } #sa-filename, #sa-headline, #sa-bookmark, #sa-new-folder { width: 100%; margin-bottom: 2px; display: block; } #sa-headline { display: flex; justify-content: flex-end; padding-left: 3px; padding-right: 3px; } #sa-filename:focus, #sa-filename:hover, #sa-new-folder:focus, #sa-new-folder:hover { color: var(--color-hover); background: var(--color-hover-background); } #sa-filename:hover, #sa-new-folder:hover { cursor: text; } #sa-new-folder { min-width: 25px; } #sa-list-box { position: relative; height: var(--sa-dlg-list-height); display: block; border-top-color: var(--color-invalid); border-top-width: 1px; border-top-style: solid; border-bottom-color: var(--color-invalid); border-bottom-width: 1px; border-bottom-style: solid; } #sa-list { position: absolute; width: 100%; height: 100%; overflow-y: scroll; } #sa-list>button { width: 100%; display: block; text-align: left; padding: 1px 3px; } #sa-list>button:first-child { margin-top: 9px; } #sa-list>button:last-child { margin-bottom: 9px; } #sa-button-box { position: absolute; display: block; bottom: 0; width: 100%; padding: 0 0 10px 0; } #sa-button-save, #sa-button-cancel { float: right; margin: 0 10px 0 15px; } .sa-blind { position: absolute; width: 100%; height: 10px; display: block; z-index: 110; } #sa-blind-top { top: 0; background: linear-gradient(to top, transparent, var(--color-selected-background)); } #sa-blind-bottom { bottom: 0; background: linear-gradient(to bottom, transparent, var(--color-selected-background)); }
xpi/dlg-save-as.css
width: 100%; height: 100%; display: none; position: fixed; z-index: 100; background: var(--color-selected-tab); } #sa-title { width: 100%; margin: 5px 0 10px; display: block; text-align: center; } #sa-column-left { float: left; } #sa-content>.column-right { margin-right: 10px; } #sa-filename-label, #sa-outdir-label, #sa-bookmark-label { margin: 0 7px 5px 7px; display: block; } #sa-filename, #sa-headline, #sa-bookmark, #sa-new-folder { width: 100%; margin-bottom: 2px; display: block; } #sa-headline { display: flex; justify-content: flex-end; padding-left: 3px; padding-right: 3px; } #sa-filename:focus, #sa-filename:hover, #sa-new-folder:focus, #sa-new-folder:hover { color: var(--color-hover); background: var(--color-hover-background); } #sa-filename:hover, #sa-new-folder:hover { cursor: text; } #sa-new-folder { min-width: 25px; } #sa-list-box { position: relative; height: var(--sa-dlg-list-height); display: block; border-top-color: var(--color-invalid); border-top-width: 1px; border-top-style: solid; border-bottom-color: var(--color-invalid); border-bottom-width: 1px; border-bottom-style: solid; } #sa-list { position: absolute; width: 100%; height: 100%; overflow-y: scroll; } #sa-list>button { width: 100%; display: block; text-align: left; padding: 1px 3px; } #sa-list>button:first-child { margin-top: 9px; } #sa-list>button:last-child { margin-bottom: 9px; } #sa-button-box { position: absolute; display: block; bottom: 0; width: 100%; padding: 0 0 10px 0; } #sa-button-save, #sa-button-cancel { float: right; margin: 0 10px 0 15px; } .sa-blind { position: absolute; width: 100%; height: 10px; display: block; z-index: 110; } #sa-blind-top { top: 0; background: linear-gradient(to top, transparent, var(--color-selected-background)); } #sa-blind-bottom { bottom: 0; background: linear-gradient(to bottom, transparent, var(--color-selected-background)); }
0.581422
0.093927
img[src='/static/cms/equipment/24222.png'], img[src='/static/cms/equipment/24221.png'], img[src='/static/cms/equipment/13838.png'], img[src='/static/cms/equipment/13830.png'], img[src='/static/cms/equipment/13846.png'], img[src='/static/cms/equipment/1553.png'], img[src='/static/cms/equipment/1552.png'], img[src='/static/cms/equipment/20583.png'], img[src='/static/cms/equipment/20581.png'], img[src='/static/cms/equipment/20578.png'], img[src='/static/cms/equipment/20584.png'], img[src='/static/cms/equipment/347.png'], img[src='/static/cms/equipment/27114.png'], img[src='/static/cms/equipment/13861.png'], img[src='/static/cms/equipment/13845.png'], img[src='/static/cms/equipment/13837.png'], img[src='/static/cms/equipment/13853.png'], img[src='/static/cms/equipment/13813.png'], img[src='/static/cms/equipment/13797.png'], img[src='/static/cms/equipment/10400.png'], img[src='/static/cms/equipment/10737.png'], img[src='/static/cms/equipment/10365.png'], img[src='/static/cms/equipment/10721.png'], img[src='/static/cms/equipment/10716.png'], img[src='/static/cms/equipment/10392.png'], img[src='/static/cms/equipment/10371.png'], img[src='/static/cms/equipment/10364.png'], img[src='/static/cms/equipment/10729.png'], img[src='/static/cms/equipment/10722.png'], img[src='/static/cms/equipment/10715.png'], img[src='/static/cms/equipment/10362.png'], img[src='/static/cms/equipment/10724.png'], img[src='/static/cms/equipment/13859.png'], img[src='/static/cms/equipment/13835.png'], img[src='/static/cms/equipment/23720.png'], img[src='/static/cms/equipment/17137.png'], img[src='/static/cms/equipment/1253.png'], img[src='/static/cms/equipment/442.png'], img[src='/static/cms/equipment/368.png'], img[src='/static/cms/equipment/23036.png'], img[src='/static/cms/equipment/21853.png'], img[src='/static/cms/equipment/3116.png'], img[src='/static/cms/equipment/660.png'], img[src='/static/cms/equipment/23717.png'], img[src='/static/cms/equipment/23715.png'], img[src='/static/cms/equipment/23713.png'], img[src='/static/cms/equipment/292.png'], img[src='/static/cms/equipment/290.png'], img[src='/static/cms/equipment/23031.png'], img[src='/static/cms/equipment/3539.png'], img[src='/static/cms/equipment/397.png'], img[src='/static/cms/equipment/27353.png'], img[src='/static/cms/equipment/27351.png'], img[src='/static/cms/equipment/532.png'], img[src='/static/cms/equipment/3538.png'], img[src='/static/cms/equipment/27360.png'], img[src='/static/cms/equipment/531.png'], img[src='/static/cms/equipment/27820.png'], img[src='/static/cms/equipment/27822.png'], img[src='/static/cms/equipment/27814.png'], img[src='/static/cms/equipment/3540.png'], img[src='/static/cms/equipment/534.png'], img[src='/static/cms/equipment/398.png'], img[src='/static/cms/equipment/659.png'], img[src='/static/cms/equipment/554.png'], img[src='/static/cms/equipment/1546.png'], img[src='/static/cms/equipment/384.png'], img[src='/static/cms/equipment/21818.png'], img[src='/static/cms/equipment/21817.png'], img[src='/static/cms/equipment/21815.png'], img[src='/static/cms/equipment/21813.png'], img[src='/static/cms/equipment/5909.png'], img[src='/static/cms/equipment/2759.png'], img[src='/static/cms/equipment/5912.png'], img[src='/static/cms/equipment/5911.png'], img[src='/static/cms/equipment/23028.png'], img[src='/static/cms/equipment/542.png'], img[src='/static/cms/equipment/539.png'], img[src='/static/cms/equipment/548.png'], img[src='/static/cms/equipment/346.png'], img[src='/static/cms/equipment/553.png'], img[src='/static/cms/equipment/311.png'], img[src='/static/cms/equipment/329.png'], img[src='/static/cms/equipment/328.png'], img[src='/static/cms/equipment/304.png'], img[src='/static/cms/equipment/21830.png'], img[src='/static/cms/equipment/21828.png'], img[src='/static/cms/equipment/21827.png'], img[src='/static/cms/equipment/17930.png'], img[src='/static/cms/equipment/17921.png'], img[src='/static/cms/equipment/17902.png'], img[src='/static/cms/equipment/17927.png'], img[src='/static/cms/equipment/17918.png'], img[src='/static/cms/equipment/24747.png'], img[src='/static/cms/equipment/17263.png'], img[src='/static/cms/equipment/17276.png'], img[src='/static/cms/equipment/344.png'], img[src='/static/cms/equipment/309.png'], img[src='/static/cms/equipment/303.png'], img[src='/static/cms/equipment/271.png'], img[src='/static/cms/equipment/8814.png'], img[src='/static/cms/equipment/24228.png'], img[src='/static/cms/equipment/658.png'], img[src='/static/cms/equipment/288.png'], img[src='/static/cms/equipment/12900.png'], img[src='/static/cms/equipment/17132.png'], img[src='/static/cms/equipment/2976.png'], img[src='/static/cms/equipment/2974.png'], img[src='/static/cms/equipment/20570.png'], img[src='/static/cms/equipment/17282.png'], img[src='/static/cms/equipment/23026.png'], img[src='/static/cms/equipment/283.png'], img[src='/static/cms/equipment/282.png'], img[src='/static/cms/equipment/280.png'], img[src='/static/cms/equipment/24227.png'], img[src='/static/cms/equipment/8810.png'], img[src='/static/cms/equipment/8595.png'], img[src='/static/cms/equipment/20586.png'], img[src='/static/cms/equipment/2852.png'], img[src='/static/cms/equipment/269.png'], img[src='/static/cms/equipment/17235.png'], img[src='/static/cms/equipment/17266.png'], img[src='/static/cms/equipment/17272.png'], img[src='/static/cms/equipment/1706.png'], img[src='/static/cms/equipment/21268.png'], img[src='/static/cms/equipment/17281.png'], img[src='/static/cms/equipment/17249.png'], img[src='/static/cms/equipment/13791.png'], img[src='/static/cms/equipment/20612.png'], img[src='/static/cms/equipment/5157.png'], img[src='/static/cms/equipment/20604.png'], img[src='/static/cms/equipment/20602.png'], img[src='/static/cms/equipment/17139.png'], img[src='/static/cms/equipment/13856.png'], img[src='/static/cms/equipment/12899.png'], img[src='/static/cms/equipment/949.png'], img[src='/static/cms/equipment/947.png'], img[src='/static/cms/equipment/3117.png'], img[src='/static/cms/equipment/12907.png'], img[src='/static/cms/equipment/12928.png'], img[src='/static/cms/equipment/17267.png'], img[src='/static/cms/equipment/17242.png'], img[src='/static/cms/equipment/1155.png'], img[src='/static/cms/equipment/13858.png'], img[src='/static/cms/equipment/13842.png'], img[src='/static/cms/equipment/13850.png'], img[src='/static/cms/equipment/13810.png'], img[src='/static/cms/equipment/13794.png'], img[src='/static/cms/equipment/951.png'], img[src='/static/cms/equipment/950.png'], img[src='/static/cms/equipment/1156.png'], img[src='/static/cms/equipment/277.png'], img[src='/static/cms/equipment/2969.png'], img[src='/static/cms/equipment/538.png'], img[src='/static/cms/equipment/656.png'], img[src='/static/cms/equipment/4788.png'], img[src='/static/cms/equipment/20553.png'], img[src='/static/cms/equipment/2971.png'], img[src='/static/cms/equipment/1548.png'], img[src='/static/cms/equipment/1549.png'], img[src='/static/cms/equipment/302.png'], img[src='/static/cms/equipment/816.png'], img[src='/static/cms/equipment/13806.png'], img[src='/static/cms/equipment/13790.png'], img[src='/static/cms/equipment/391.png'], img[src='/static/cms/equipment/367.png'], img[src='/static/cms/equipment/1151.png'], img[src='/static/cms/equipment/24226.png'], img[src='/static/cms/equipment/13854.png'], img[src='/static/cms/equipment/21292.png'], img[src='/static/cms/equipment/21300.png'], img[src='/static/cms/equipment/21308.png'], img[src='/static/cms/equipment/21224.png'], img[src='/static/cms/equipment/21243.png'], img[src='/static/cms/equipment/21284.png'], img[src='/static/cms/equipment/9446.png'], img[src='/static/cms/equipment/8594.png'], img[src='/static/cms/equipment/9215.png'], img[src='/static/cms/equipment/20587.png'], img[src='/static/cms/equipment/2847.png'], img[src='/static/cms/equipment/2842.png'], img[src='/static/cms/equipment/1867.png'], img[src='/static/cms/equipment/552.png'], img[src='/static/cms/equipment/394.png'], img[src='/static/cms/equipment/13839.png'], img[src='/static/cms/equipment/13823.png'], img[src='/static/cms/equipment/13847.png'], img[src='/static/cms/equipment/12925.png'], img[src='/static/cms/equipment/20611.png'], img[src='/static/cms/equipment/20610.png'], img[src='/static/cms/equipment/20608.png'], img[src='/static/cms/equipment/20607.png'], img[src='/static/cms/equipment/5396.png'], img[src='/static/cms/equipment/17280.png'], img[src='/static/cms/equipment/17248.png'], img[src='/static/cms/equipment/21276.png'], img[src='/static/cms/equipment/3288.png'], img[src='/static/cms/equipment/13832.png'], img[src='/static/cms/equipment/13848.png'], img[src='/static/cms/equipment/13792.png'], img[src='/static/cms/equipment/12927.png'], img[src='/static/cms/equipment/17232.png'], img[src='/static/cms/equipment/17264.png'], img[src='/static/cms/equipment/17240.png'], img[src='/static/cms/equipment/17273.png'], img[src='/static/cms/equipment/425.png'], img[src='/static/cms/equipment/371.png'], img[src='/static/cms/equipment/390.png'], img[src='/static/cms/equipment/13855.png'], img[src='/static/cms/equipment/1159.png'], img[src='/static/cms/equipment/20603.png'], img[src='/static/cms/equipment/20601.png'], img[src='/static/cms/equipment/20600.png'], img[src='/static/cms/equipment/20605.png'], img[src='/static/cms/equipment/13857.png'], img[src='/static/cms/equipment/13849.png'], img[src='/static/cms/equipment/13793.png'], img[src='/static/cms/equipment/24706.png'], img[src='/static/cms/equipment/948.png'], img[src='/static/cms/equipment/946.png'], img[src='/static/cms/equipment/945.png'], img[src='/static/cms/equipment/20569.png'], img[src='/static/cms/equipment/20567.png'], img[src='/static/cms/equipment/20565.png'], img[src='/static/cms/equipment/20564.png'], img[src='/static/cms/equipment/17258.png'], img[src='/static/cms/equipment/17250.png'], img[src='/static/cms/equipment/17274.png'], img[src='/static/cms/equipment/1152.png'], img[src='/static/cms/equipment/13834.png'], img[src='/static/cms/equipment/12896.png'], img[src='/static/cms/equipment/8602.png'], img[src='/static/cms/equipment/24234.png'], img[src='/static/cms/equipment/24229.png'], img[src='/static/cms/equipment/287.png'], img[src='/static/cms/equipment/285.png'], img[src='/static/cms/equipment/3289.png'], img[src='/static/cms/equipment/268.png'], img[src='/static/cms/equipment/2977.png'], img[src='/static/cms/equipment/426.png'], img[src='/static/cms/equipment/364.png'], img[src='/static/cms/equipment/12908.png'], img[src='/static/cms/equipment/817.png'], img[src='/static/cms/equipment/817.png'], img[src='/static/cms/equipment/17237.png'], img[src='/static/cms/equipment/17284.png'], img[src='/static/cms/equipment/17252.png'], img[src='/static/cms/equipment/17239.png'], img[src='/static/cms/equipment/327.png'], img[src='/static/cms/equipment/321.png'], img[src='/static/cms/equipment/23027.png'], img[src='/static/cms/equipment/17894.png'], img[src='/static/cms/equipment/17885.png'], img[src='/static/cms/equipment/17920.png'], img[src='/static/cms/equipment/17884.png'], img[src='/static/cms/equipment/17909.png'], img[src='/static/cms/equipment/17900.png'], img[src='/static/cms/equipment/17891.png'], img[src='/static/cms/equipment/17882.png'], img[src='/static/cms/equipment/17922.png'], img[src='/static/cms/equipment/17913.png'], img[src='/static/cms/equipment/17904.png'], img[src='/static/cms/equipment/17886.png'], img[src='/static/cms/equipment/17877.png'], img[src='/static/cms/equipment/24744.png'], img[src='/static/cms/equipment/12905.png'], img[src='/static/cms/equipment/12926.png'], img[src='/static/cms/equipment/323.png'], img[src='/static/cms/equipment/540.png'], img[src='/static/cms/equipment/349.png'], img[src='/static/cms/equipment/310.png'], img[src='/static/cms/equipment/322.png'], img[src='/static/cms/equipment/21833.png'], img[src='/static/cms/equipment/21832.png'], img[src='/static/cms/equipment/21831.png'], img[src='/static/cms/equipment/21829.png'], img[src='/static/cms/equipment/2760.png'], img[src='/static/cms/equipment/5910.png'], img[src='/static/cms/equipment/2757.png'], img[src='/static/cms/equipment/2758.png'], img[src='/static/cms/equipment/545.png'], img[src='/static/cms/equipment/350.png'], img[src='/static/cms/equipment/27831.png'], img[src='/static/cms/equipment/27816.png'], img[src='/static/cms/equipment/27817.png'], img[src='/static/cms/equipment/27813.png'], img[src='/static/cms/equipment/27815.png'], img[src='/static/cms/equipment/27812.png'], img[src='/static/cms/equipment/1547.png'], img[src='/static/cms/equipment/21814.png'], img[src='/static/cms/equipment/21812.png'], img[src='/static/cms/equipment/2761.png'], img[src='/static/cms/equipment/5908.png'], img[src='/static/cms/equipment/21810.png'], img[src='/static/cms/equipment/21809.png'], img[src='/static/cms/equipment/21808.png'], img[src='/static/cms/equipment/21806.png'], img[src='/static/cms/equipment/21805.png'], img[src='/static/cms/equipment/21804.png'], img[src='/static/cms/equipment/21803.png'], img[src='/static/cms/equipment/2981.png'], img[src='/static/cms/equipment/2979.png'], img[src='/static/cms/equipment/396.png'], img[src='/static/cms/equipment/27349.png'], img[src='/static/cms/equipment/27824.png'], img[src='/static/cms/equipment/27819.png'], img[src='/static/cms/equipment/27821.png'], img[src='/static/cms/equipment/440.png'], img[src='/static/cms/equipment/4784.png'], img[src='/static/cms/equipment/494.png'], img[src='/static/cms/equipment/443.png'], img[src='/static/cms/equipment/441.png'], img[src='/static/cms/equipment/330.png'], img[src='/static/cms/equipment/9224.png'], img[src='/static/cms/equipment/9222.png'], img[src='/static/cms/equipment/9220.png'], img[src='/static/cms/equipment/5692.png'], img[src='/static/cms/equipment/25058.png'], img[src='/static/cms/equipment/21856.png'], img[src='/static/cms/equipment/21852.png'], img[src='/static/cms/equipment/1864.png'], img[src='/static/cms/equipment/1153.png'], img[src='/static/cms/equipment/23719.png'], img[src='/static/cms/equipment/23714.png'], img[src='/static/cms/equipment/13843.png'], img[src='/static/cms/equipment/7283.png'], img[src='/static/cms/equipment/13827.png'], img[src='/static/cms/equipment/13851.png'], img[src='/static/cms/equipment/13811.png'], img[src='/static/cms/equipment/13795.png'], img[src='/static/cms/equipment/21274.png'], img[src='/static/cms/equipment/21290.png'], img[src='/static/cms/equipment/21306.png'], img[src='/static/cms/equipment/21241.png'], img[src='/static/cms/equipment/21282.png'], img[src='/static/cms/equipment/23726.png'], img[src='/static/cms/equipment/23725.png'], img[src='/static/cms/equipment/23724.png'], img[src='/static/cms/equipment/23722.png'], img[src='/static/cms/equipment/1254.png'], img[src='/static/cms/equipment/17135.png'], img[src='/static/cms/equipment/383.png'], img[src='/static/cms/equipment/493.png'], img[src='/static/cms/equipment/4787.png'], img[src='/static/cms/equipment/10748.png'], img[src='/static/cms/equipment/10741.png'], img[src='/static/cms/equipment/10376.png'], img[src='/static/cms/equipment/10390.png'], img[src='/static/cms/equipment/10734.png'], img[src='/static/cms/equipment/10384.png'], img[src='/static/cms/equipment/10713.png'], img[src='/static/cms/equipment/10751.png'], img[src='/static/cms/equipment/10744.png'], img[src='/static/cms/equipment/10380.png'], img[src='/static/cms/equipment/10393.png'], img[src='/static/cms/equipment/10372.png'], img[src='/static/cms/equipment/10730.png'], img[src='/static/cms/equipment/10750.png'], img[src='/static/cms/equipment/10743.png'], img[src='/static/cms/equipment/10399.png'], img[src='/static/cms/equipment/10736.png'], img[src='/static/cms/equipment/10385.png'], img[src='/static/cms/equipment/17140.png'], img[src='/static/cms/equipment/1871.png'], img[src='/static/cms/equipment/335.png'], img[src='/static/cms/equipment/324.png'], img[src='/static/cms/equipment/17136.png'], img[src='/static/cms/equipment/2565.png'], img[src='/static/cms/equipment/661.png'], img[src='/static/cms/equipment/13829.png'], img[src='/static/cms/equipment/20555.png'], img[src='/static/cms/equipment/20550.png'], img[src='/static/cms/equipment/20556.png'], img[src='/static/cms/equipment/20582.png'], img[src='/static/cms/equipment/20580.png'], img[src='/static/cms/equipment/20579.png'], img[src='/static/cms/equipment/662.png'], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''] { background: #e769f5; border: dashed 1px black; margin: -1px;}
data/usercss/168085.user.css
img[src='/static/cms/equipment/24222.png'], img[src='/static/cms/equipment/24221.png'], img[src='/static/cms/equipment/13838.png'], img[src='/static/cms/equipment/13830.png'], img[src='/static/cms/equipment/13846.png'], img[src='/static/cms/equipment/1553.png'], img[src='/static/cms/equipment/1552.png'], img[src='/static/cms/equipment/20583.png'], img[src='/static/cms/equipment/20581.png'], img[src='/static/cms/equipment/20578.png'], img[src='/static/cms/equipment/20584.png'], img[src='/static/cms/equipment/347.png'], img[src='/static/cms/equipment/27114.png'], img[src='/static/cms/equipment/13861.png'], img[src='/static/cms/equipment/13845.png'], img[src='/static/cms/equipment/13837.png'], img[src='/static/cms/equipment/13853.png'], img[src='/static/cms/equipment/13813.png'], img[src='/static/cms/equipment/13797.png'], img[src='/static/cms/equipment/10400.png'], img[src='/static/cms/equipment/10737.png'], img[src='/static/cms/equipment/10365.png'], img[src='/static/cms/equipment/10721.png'], img[src='/static/cms/equipment/10716.png'], img[src='/static/cms/equipment/10392.png'], img[src='/static/cms/equipment/10371.png'], img[src='/static/cms/equipment/10364.png'], img[src='/static/cms/equipment/10729.png'], img[src='/static/cms/equipment/10722.png'], img[src='/static/cms/equipment/10715.png'], img[src='/static/cms/equipment/10362.png'], img[src='/static/cms/equipment/10724.png'], img[src='/static/cms/equipment/13859.png'], img[src='/static/cms/equipment/13835.png'], img[src='/static/cms/equipment/23720.png'], img[src='/static/cms/equipment/17137.png'], img[src='/static/cms/equipment/1253.png'], img[src='/static/cms/equipment/442.png'], img[src='/static/cms/equipment/368.png'], img[src='/static/cms/equipment/23036.png'], img[src='/static/cms/equipment/21853.png'], img[src='/static/cms/equipment/3116.png'], img[src='/static/cms/equipment/660.png'], img[src='/static/cms/equipment/23717.png'], img[src='/static/cms/equipment/23715.png'], img[src='/static/cms/equipment/23713.png'], img[src='/static/cms/equipment/292.png'], img[src='/static/cms/equipment/290.png'], img[src='/static/cms/equipment/23031.png'], img[src='/static/cms/equipment/3539.png'], img[src='/static/cms/equipment/397.png'], img[src='/static/cms/equipment/27353.png'], img[src='/static/cms/equipment/27351.png'], img[src='/static/cms/equipment/532.png'], img[src='/static/cms/equipment/3538.png'], img[src='/static/cms/equipment/27360.png'], img[src='/static/cms/equipment/531.png'], img[src='/static/cms/equipment/27820.png'], img[src='/static/cms/equipment/27822.png'], img[src='/static/cms/equipment/27814.png'], img[src='/static/cms/equipment/3540.png'], img[src='/static/cms/equipment/534.png'], img[src='/static/cms/equipment/398.png'], img[src='/static/cms/equipment/659.png'], img[src='/static/cms/equipment/554.png'], img[src='/static/cms/equipment/1546.png'], img[src='/static/cms/equipment/384.png'], img[src='/static/cms/equipment/21818.png'], img[src='/static/cms/equipment/21817.png'], img[src='/static/cms/equipment/21815.png'], img[src='/static/cms/equipment/21813.png'], img[src='/static/cms/equipment/5909.png'], img[src='/static/cms/equipment/2759.png'], img[src='/static/cms/equipment/5912.png'], img[src='/static/cms/equipment/5911.png'], img[src='/static/cms/equipment/23028.png'], img[src='/static/cms/equipment/542.png'], img[src='/static/cms/equipment/539.png'], img[src='/static/cms/equipment/548.png'], img[src='/static/cms/equipment/346.png'], img[src='/static/cms/equipment/553.png'], img[src='/static/cms/equipment/311.png'], img[src='/static/cms/equipment/329.png'], img[src='/static/cms/equipment/328.png'], img[src='/static/cms/equipment/304.png'], img[src='/static/cms/equipment/21830.png'], img[src='/static/cms/equipment/21828.png'], img[src='/static/cms/equipment/21827.png'], img[src='/static/cms/equipment/17930.png'], img[src='/static/cms/equipment/17921.png'], img[src='/static/cms/equipment/17902.png'], img[src='/static/cms/equipment/17927.png'], img[src='/static/cms/equipment/17918.png'], img[src='/static/cms/equipment/24747.png'], img[src='/static/cms/equipment/17263.png'], img[src='/static/cms/equipment/17276.png'], img[src='/static/cms/equipment/344.png'], img[src='/static/cms/equipment/309.png'], img[src='/static/cms/equipment/303.png'], img[src='/static/cms/equipment/271.png'], img[src='/static/cms/equipment/8814.png'], img[src='/static/cms/equipment/24228.png'], img[src='/static/cms/equipment/658.png'], img[src='/static/cms/equipment/288.png'], img[src='/static/cms/equipment/12900.png'], img[src='/static/cms/equipment/17132.png'], img[src='/static/cms/equipment/2976.png'], img[src='/static/cms/equipment/2974.png'], img[src='/static/cms/equipment/20570.png'], img[src='/static/cms/equipment/17282.png'], img[src='/static/cms/equipment/23026.png'], img[src='/static/cms/equipment/283.png'], img[src='/static/cms/equipment/282.png'], img[src='/static/cms/equipment/280.png'], img[src='/static/cms/equipment/24227.png'], img[src='/static/cms/equipment/8810.png'], img[src='/static/cms/equipment/8595.png'], img[src='/static/cms/equipment/20586.png'], img[src='/static/cms/equipment/2852.png'], img[src='/static/cms/equipment/269.png'], img[src='/static/cms/equipment/17235.png'], img[src='/static/cms/equipment/17266.png'], img[src='/static/cms/equipment/17272.png'], img[src='/static/cms/equipment/1706.png'], img[src='/static/cms/equipment/21268.png'], img[src='/static/cms/equipment/17281.png'], img[src='/static/cms/equipment/17249.png'], img[src='/static/cms/equipment/13791.png'], img[src='/static/cms/equipment/20612.png'], img[src='/static/cms/equipment/5157.png'], img[src='/static/cms/equipment/20604.png'], img[src='/static/cms/equipment/20602.png'], img[src='/static/cms/equipment/17139.png'], img[src='/static/cms/equipment/13856.png'], img[src='/static/cms/equipment/12899.png'], img[src='/static/cms/equipment/949.png'], img[src='/static/cms/equipment/947.png'], img[src='/static/cms/equipment/3117.png'], img[src='/static/cms/equipment/12907.png'], img[src='/static/cms/equipment/12928.png'], img[src='/static/cms/equipment/17267.png'], img[src='/static/cms/equipment/17242.png'], img[src='/static/cms/equipment/1155.png'], img[src='/static/cms/equipment/13858.png'], img[src='/static/cms/equipment/13842.png'], img[src='/static/cms/equipment/13850.png'], img[src='/static/cms/equipment/13810.png'], img[src='/static/cms/equipment/13794.png'], img[src='/static/cms/equipment/951.png'], img[src='/static/cms/equipment/950.png'], img[src='/static/cms/equipment/1156.png'], img[src='/static/cms/equipment/277.png'], img[src='/static/cms/equipment/2969.png'], img[src='/static/cms/equipment/538.png'], img[src='/static/cms/equipment/656.png'], img[src='/static/cms/equipment/4788.png'], img[src='/static/cms/equipment/20553.png'], img[src='/static/cms/equipment/2971.png'], img[src='/static/cms/equipment/1548.png'], img[src='/static/cms/equipment/1549.png'], img[src='/static/cms/equipment/302.png'], img[src='/static/cms/equipment/816.png'], img[src='/static/cms/equipment/13806.png'], img[src='/static/cms/equipment/13790.png'], img[src='/static/cms/equipment/391.png'], img[src='/static/cms/equipment/367.png'], img[src='/static/cms/equipment/1151.png'], img[src='/static/cms/equipment/24226.png'], img[src='/static/cms/equipment/13854.png'], img[src='/static/cms/equipment/21292.png'], img[src='/static/cms/equipment/21300.png'], img[src='/static/cms/equipment/21308.png'], img[src='/static/cms/equipment/21224.png'], img[src='/static/cms/equipment/21243.png'], img[src='/static/cms/equipment/21284.png'], img[src='/static/cms/equipment/9446.png'], img[src='/static/cms/equipment/8594.png'], img[src='/static/cms/equipment/9215.png'], img[src='/static/cms/equipment/20587.png'], img[src='/static/cms/equipment/2847.png'], img[src='/static/cms/equipment/2842.png'], img[src='/static/cms/equipment/1867.png'], img[src='/static/cms/equipment/552.png'], img[src='/static/cms/equipment/394.png'], img[src='/static/cms/equipment/13839.png'], img[src='/static/cms/equipment/13823.png'], img[src='/static/cms/equipment/13847.png'], img[src='/static/cms/equipment/12925.png'], img[src='/static/cms/equipment/20611.png'], img[src='/static/cms/equipment/20610.png'], img[src='/static/cms/equipment/20608.png'], img[src='/static/cms/equipment/20607.png'], img[src='/static/cms/equipment/5396.png'], img[src='/static/cms/equipment/17280.png'], img[src='/static/cms/equipment/17248.png'], img[src='/static/cms/equipment/21276.png'], img[src='/static/cms/equipment/3288.png'], img[src='/static/cms/equipment/13832.png'], img[src='/static/cms/equipment/13848.png'], img[src='/static/cms/equipment/13792.png'], img[src='/static/cms/equipment/12927.png'], img[src='/static/cms/equipment/17232.png'], img[src='/static/cms/equipment/17264.png'], img[src='/static/cms/equipment/17240.png'], img[src='/static/cms/equipment/17273.png'], img[src='/static/cms/equipment/425.png'], img[src='/static/cms/equipment/371.png'], img[src='/static/cms/equipment/390.png'], img[src='/static/cms/equipment/13855.png'], img[src='/static/cms/equipment/1159.png'], img[src='/static/cms/equipment/20603.png'], img[src='/static/cms/equipment/20601.png'], img[src='/static/cms/equipment/20600.png'], img[src='/static/cms/equipment/20605.png'], img[src='/static/cms/equipment/13857.png'], img[src='/static/cms/equipment/13849.png'], img[src='/static/cms/equipment/13793.png'], img[src='/static/cms/equipment/24706.png'], img[src='/static/cms/equipment/948.png'], img[src='/static/cms/equipment/946.png'], img[src='/static/cms/equipment/945.png'], img[src='/static/cms/equipment/20569.png'], img[src='/static/cms/equipment/20567.png'], img[src='/static/cms/equipment/20565.png'], img[src='/static/cms/equipment/20564.png'], img[src='/static/cms/equipment/17258.png'], img[src='/static/cms/equipment/17250.png'], img[src='/static/cms/equipment/17274.png'], img[src='/static/cms/equipment/1152.png'], img[src='/static/cms/equipment/13834.png'], img[src='/static/cms/equipment/12896.png'], img[src='/static/cms/equipment/8602.png'], img[src='/static/cms/equipment/24234.png'], img[src='/static/cms/equipment/24229.png'], img[src='/static/cms/equipment/287.png'], img[src='/static/cms/equipment/285.png'], img[src='/static/cms/equipment/3289.png'], img[src='/static/cms/equipment/268.png'], img[src='/static/cms/equipment/2977.png'], img[src='/static/cms/equipment/426.png'], img[src='/static/cms/equipment/364.png'], img[src='/static/cms/equipment/12908.png'], img[src='/static/cms/equipment/817.png'], img[src='/static/cms/equipment/817.png'], img[src='/static/cms/equipment/17237.png'], img[src='/static/cms/equipment/17284.png'], img[src='/static/cms/equipment/17252.png'], img[src='/static/cms/equipment/17239.png'], img[src='/static/cms/equipment/327.png'], img[src='/static/cms/equipment/321.png'], img[src='/static/cms/equipment/23027.png'], img[src='/static/cms/equipment/17894.png'], img[src='/static/cms/equipment/17885.png'], img[src='/static/cms/equipment/17920.png'], img[src='/static/cms/equipment/17884.png'], img[src='/static/cms/equipment/17909.png'], img[src='/static/cms/equipment/17900.png'], img[src='/static/cms/equipment/17891.png'], img[src='/static/cms/equipment/17882.png'], img[src='/static/cms/equipment/17922.png'], img[src='/static/cms/equipment/17913.png'], img[src='/static/cms/equipment/17904.png'], img[src='/static/cms/equipment/17886.png'], img[src='/static/cms/equipment/17877.png'], img[src='/static/cms/equipment/24744.png'], img[src='/static/cms/equipment/12905.png'], img[src='/static/cms/equipment/12926.png'], img[src='/static/cms/equipment/323.png'], img[src='/static/cms/equipment/540.png'], img[src='/static/cms/equipment/349.png'], img[src='/static/cms/equipment/310.png'], img[src='/static/cms/equipment/322.png'], img[src='/static/cms/equipment/21833.png'], img[src='/static/cms/equipment/21832.png'], img[src='/static/cms/equipment/21831.png'], img[src='/static/cms/equipment/21829.png'], img[src='/static/cms/equipment/2760.png'], img[src='/static/cms/equipment/5910.png'], img[src='/static/cms/equipment/2757.png'], img[src='/static/cms/equipment/2758.png'], img[src='/static/cms/equipment/545.png'], img[src='/static/cms/equipment/350.png'], img[src='/static/cms/equipment/27831.png'], img[src='/static/cms/equipment/27816.png'], img[src='/static/cms/equipment/27817.png'], img[src='/static/cms/equipment/27813.png'], img[src='/static/cms/equipment/27815.png'], img[src='/static/cms/equipment/27812.png'], img[src='/static/cms/equipment/1547.png'], img[src='/static/cms/equipment/21814.png'], img[src='/static/cms/equipment/21812.png'], img[src='/static/cms/equipment/2761.png'], img[src='/static/cms/equipment/5908.png'], img[src='/static/cms/equipment/21810.png'], img[src='/static/cms/equipment/21809.png'], img[src='/static/cms/equipment/21808.png'], img[src='/static/cms/equipment/21806.png'], img[src='/static/cms/equipment/21805.png'], img[src='/static/cms/equipment/21804.png'], img[src='/static/cms/equipment/21803.png'], img[src='/static/cms/equipment/2981.png'], img[src='/static/cms/equipment/2979.png'], img[src='/static/cms/equipment/396.png'], img[src='/static/cms/equipment/27349.png'], img[src='/static/cms/equipment/27824.png'], img[src='/static/cms/equipment/27819.png'], img[src='/static/cms/equipment/27821.png'], img[src='/static/cms/equipment/440.png'], img[src='/static/cms/equipment/4784.png'], img[src='/static/cms/equipment/494.png'], img[src='/static/cms/equipment/443.png'], img[src='/static/cms/equipment/441.png'], img[src='/static/cms/equipment/330.png'], img[src='/static/cms/equipment/9224.png'], img[src='/static/cms/equipment/9222.png'], img[src='/static/cms/equipment/9220.png'], img[src='/static/cms/equipment/5692.png'], img[src='/static/cms/equipment/25058.png'], img[src='/static/cms/equipment/21856.png'], img[src='/static/cms/equipment/21852.png'], img[src='/static/cms/equipment/1864.png'], img[src='/static/cms/equipment/1153.png'], img[src='/static/cms/equipment/23719.png'], img[src='/static/cms/equipment/23714.png'], img[src='/static/cms/equipment/13843.png'], img[src='/static/cms/equipment/7283.png'], img[src='/static/cms/equipment/13827.png'], img[src='/static/cms/equipment/13851.png'], img[src='/static/cms/equipment/13811.png'], img[src='/static/cms/equipment/13795.png'], img[src='/static/cms/equipment/21274.png'], img[src='/static/cms/equipment/21290.png'], img[src='/static/cms/equipment/21306.png'], img[src='/static/cms/equipment/21241.png'], img[src='/static/cms/equipment/21282.png'], img[src='/static/cms/equipment/23726.png'], img[src='/static/cms/equipment/23725.png'], img[src='/static/cms/equipment/23724.png'], img[src='/static/cms/equipment/23722.png'], img[src='/static/cms/equipment/1254.png'], img[src='/static/cms/equipment/17135.png'], img[src='/static/cms/equipment/383.png'], img[src='/static/cms/equipment/493.png'], img[src='/static/cms/equipment/4787.png'], img[src='/static/cms/equipment/10748.png'], img[src='/static/cms/equipment/10741.png'], img[src='/static/cms/equipment/10376.png'], img[src='/static/cms/equipment/10390.png'], img[src='/static/cms/equipment/10734.png'], img[src='/static/cms/equipment/10384.png'], img[src='/static/cms/equipment/10713.png'], img[src='/static/cms/equipment/10751.png'], img[src='/static/cms/equipment/10744.png'], img[src='/static/cms/equipment/10380.png'], img[src='/static/cms/equipment/10393.png'], img[src='/static/cms/equipment/10372.png'], img[src='/static/cms/equipment/10730.png'], img[src='/static/cms/equipment/10750.png'], img[src='/static/cms/equipment/10743.png'], img[src='/static/cms/equipment/10399.png'], img[src='/static/cms/equipment/10736.png'], img[src='/static/cms/equipment/10385.png'], img[src='/static/cms/equipment/17140.png'], img[src='/static/cms/equipment/1871.png'], img[src='/static/cms/equipment/335.png'], img[src='/static/cms/equipment/324.png'], img[src='/static/cms/equipment/17136.png'], img[src='/static/cms/equipment/2565.png'], img[src='/static/cms/equipment/661.png'], img[src='/static/cms/equipment/13829.png'], img[src='/static/cms/equipment/20555.png'], img[src='/static/cms/equipment/20550.png'], img[src='/static/cms/equipment/20556.png'], img[src='/static/cms/equipment/20582.png'], img[src='/static/cms/equipment/20580.png'], img[src='/static/cms/equipment/20579.png'], img[src='/static/cms/equipment/662.png'], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''], img[src=''] { background: #e769f5; border: dashed 1px black; margin: -1px;}
0.062481
0.128936
@font-face { font-family: anton; src: url('../fonts/anton-2.ttf'); } @font-face { font-family: bitwise; src: url('../fonts/bitwise.ttf'); } :root { /* cores */ --Azul-Escuro: #000d63; --azul-claro: #084cb9; --Laranjado: #E66D22; --laranjaClaro: #ff8d47a6; --cinza: #0D0D0D; --Branco: #ffffff; --strong: red; --sombra: rgba(0, 0, 0, 0.74); /* fontes */ --fontLogo: bitwise; --fontNormal: anton; } * { margin: 0px; padding: 0px; text-decoration: none; list-style: none; } body { overflow-x: hidden; background-color: var(--Azul-Escuro); } header { width: 100%; height: auto; padding: 20px; position: fixed; top: 0px; background-color: #084cb9 } header > h1 > a { font-size: 60px; color: var(--Laranjado); font-family: var(--fontLogo); text-shadow: 2px 2px 0px var(--laranjaClaro); } header > div { width: 100%; display: flex; } header > div > button#btnMobile { border: none; background-color: transparent; } header > div > button#btnP1 { padding: 10px 70px ; border: 1px solid var(--Branco); background-color: var(--Laranjado); border-radius: 5px; color: white; text-align: right; } header > div > input { max-width: 500px; width: 100%; height: 25px; border: none; margin-top: 5px; margin-left: 30px; border-radius: 10px; padding: 10px; margin-right: 80px; } header > div > input:focus { box-shadow: 0 0 0 0; outline: 0; } header > div > #btn2Header{ min-width: 45px; height: 45px; border: none; border-radius: 0px 10px 10px 0px; margin-top: 5px; margin-left: -104px; background-color: var(--Laranjado); cursor: pointer; margin-right: 40px; } header > div > #btn2Header > a > img { width: 30px; } header > div#btns > #btnlogin { width: 40px; height: 40px; border: none; position: absolute; top: 20px; right: 60px; border-radius: 50%; background-size: contain; background-position: center right; background-image: url('../img/ícones/usuario1.jpg'); } header > div#btns > #btnCarrinho { width: 40px; height: 40px; border: none; position: absolute; top: 20px; right: 120px; border-radius: 50%; background-size: contain; background-position: center right; background-image: url('../img/ícones/carrinho.png'); } header > div#btns > #btnCarrinho > #spanCarrinho { width: 25px; height: 20px; background-color: var(--Branco); border-radius: 50%; margin-left: -20px; text-align: center; } /* Menu */ div#sombra { width: 100%; position: fixed; top: 0px; height: 100vh; background-color: var(--sombra); display: none; } nav { width: 300px; height: 100vh; background-color: var(--azul-claro); top: 0px; position: fixed; left: -310px; } nav > h1 { font-size: 60px; font-family: var(--fontLogo); color: var(--Laranjado); text-align: center; padding-top: 20px; text-shadow: -2px 2px 0px var(--laranjaClaro); } nav > hr { width: 99.3%; border: 1px solid var(--Laranjado); margin-bottom: 20px; } nav > a { font-size: 25px; color: white; font-family: var(--fontNormal); cursor: pointer; margin-left: 20px; } nav > ul { padding-left: 20px; margin-top: 15px; } nav > ul > li { width: 100%; position: relative; margin-bottom: 15px; } nav > ul > li > a { margin-bottom: 10px; font-size: 25px; color: white; font-family: var(--fontNormal); cursor: pointer; } /** Main */ main { width: 100%; height: auto; padding: 20px; margin-top: 200px; } main > h1 { color: white; font-family: var(--fontLogo); margin: 100px 0px 20px 50px; } section#produto { display: flex; flex-wrap: wrap; } article#imgProdutos { width: 500px; height: 450px; background-color: var(--Branco); border: 3px solid var(--Laranjado); margin-left: 60px; border-radius: 20px; background-position: center center; background-size: contain; background-repeat: no-repeat; } div#desc { max-width: 500px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 30px; padding: 15px; } div#desc > strong { font-size: 20px; color: var(--Laranjado); } div#buttons { max-width: 500px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 30px; padding: 15px; } div#buttons > button { padding: 10px; border: none; font-family: var(--fontLogo); border-radius: 5px; background-color: var(--Laranjado); margin-right: 30px; color: white; margin-top: 20px; } div#buttons > button > a { color: white; } /** Relacionados */ section#relacionados { display: flex; margin-left: 50px; flex-wrap: wrap; } section#relacionados > div { width: 220px; height: 440px; margin-bottom: 80px; margin-right: 30px; word-wrap: break-word; } section#relacionados > div > a > div { width: 220px; height: 210px; border-radius: 20px; background-color: white; background-position: center center; background-size: contain; background-repeat: no-repeat; border: 3px solid var(--Laranjado); } section#relacionados > div > p { color: white; font-family: var(--fontNormal); margin-top: 10px; margin-bottom: 10px; } section#relacionados > div > strong { font-family: var(--fontNormal); color: var(--Laranjado); font-size: 20px; } @media screen and (max-width: 657px) { main { padding: 5px; } section#produto { display: flex; flex-wrap: wrap; justify-content: center; } article#imgProdutos { width: 300px; height: 250px; margin-left: 0px; } div#desc { max-width: 300px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 20px; padding: 15px; } div#buttons { margin-left: 0px; } }
desafio/Nerds-Oficial/assets/css/sobre.css
@font-face { font-family: anton; src: url('../fonts/anton-2.ttf'); } @font-face { font-family: bitwise; src: url('../fonts/bitwise.ttf'); } :root { /* cores */ --Azul-Escuro: #000d63; --azul-claro: #084cb9; --Laranjado: #E66D22; --laranjaClaro: #ff8d47a6; --cinza: #0D0D0D; --Branco: #ffffff; --strong: red; --sombra: rgba(0, 0, 0, 0.74); /* fontes */ --fontLogo: bitwise; --fontNormal: anton; } * { margin: 0px; padding: 0px; text-decoration: none; list-style: none; } body { overflow-x: hidden; background-color: var(--Azul-Escuro); } header { width: 100%; height: auto; padding: 20px; position: fixed; top: 0px; background-color: #084cb9 } header > h1 > a { font-size: 60px; color: var(--Laranjado); font-family: var(--fontLogo); text-shadow: 2px 2px 0px var(--laranjaClaro); } header > div { width: 100%; display: flex; } header > div > button#btnMobile { border: none; background-color: transparent; } header > div > button#btnP1 { padding: 10px 70px ; border: 1px solid var(--Branco); background-color: var(--Laranjado); border-radius: 5px; color: white; text-align: right; } header > div > input { max-width: 500px; width: 100%; height: 25px; border: none; margin-top: 5px; margin-left: 30px; border-radius: 10px; padding: 10px; margin-right: 80px; } header > div > input:focus { box-shadow: 0 0 0 0; outline: 0; } header > div > #btn2Header{ min-width: 45px; height: 45px; border: none; border-radius: 0px 10px 10px 0px; margin-top: 5px; margin-left: -104px; background-color: var(--Laranjado); cursor: pointer; margin-right: 40px; } header > div > #btn2Header > a > img { width: 30px; } header > div#btns > #btnlogin { width: 40px; height: 40px; border: none; position: absolute; top: 20px; right: 60px; border-radius: 50%; background-size: contain; background-position: center right; background-image: url('../img/ícones/usuario1.jpg'); } header > div#btns > #btnCarrinho { width: 40px; height: 40px; border: none; position: absolute; top: 20px; right: 120px; border-radius: 50%; background-size: contain; background-position: center right; background-image: url('../img/ícones/carrinho.png'); } header > div#btns > #btnCarrinho > #spanCarrinho { width: 25px; height: 20px; background-color: var(--Branco); border-radius: 50%; margin-left: -20px; text-align: center; } /* Menu */ div#sombra { width: 100%; position: fixed; top: 0px; height: 100vh; background-color: var(--sombra); display: none; } nav { width: 300px; height: 100vh; background-color: var(--azul-claro); top: 0px; position: fixed; left: -310px; } nav > h1 { font-size: 60px; font-family: var(--fontLogo); color: var(--Laranjado); text-align: center; padding-top: 20px; text-shadow: -2px 2px 0px var(--laranjaClaro); } nav > hr { width: 99.3%; border: 1px solid var(--Laranjado); margin-bottom: 20px; } nav > a { font-size: 25px; color: white; font-family: var(--fontNormal); cursor: pointer; margin-left: 20px; } nav > ul { padding-left: 20px; margin-top: 15px; } nav > ul > li { width: 100%; position: relative; margin-bottom: 15px; } nav > ul > li > a { margin-bottom: 10px; font-size: 25px; color: white; font-family: var(--fontNormal); cursor: pointer; } /** Main */ main { width: 100%; height: auto; padding: 20px; margin-top: 200px; } main > h1 { color: white; font-family: var(--fontLogo); margin: 100px 0px 20px 50px; } section#produto { display: flex; flex-wrap: wrap; } article#imgProdutos { width: 500px; height: 450px; background-color: var(--Branco); border: 3px solid var(--Laranjado); margin-left: 60px; border-radius: 20px; background-position: center center; background-size: contain; background-repeat: no-repeat; } div#desc { max-width: 500px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 30px; padding: 15px; } div#desc > strong { font-size: 20px; color: var(--Laranjado); } div#buttons { max-width: 500px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 30px; padding: 15px; } div#buttons > button { padding: 10px; border: none; font-family: var(--fontLogo); border-radius: 5px; background-color: var(--Laranjado); margin-right: 30px; color: white; margin-top: 20px; } div#buttons > button > a { color: white; } /** Relacionados */ section#relacionados { display: flex; margin-left: 50px; flex-wrap: wrap; } section#relacionados > div { width: 220px; height: 440px; margin-bottom: 80px; margin-right: 30px; word-wrap: break-word; } section#relacionados > div > a > div { width: 220px; height: 210px; border-radius: 20px; background-color: white; background-position: center center; background-size: contain; background-repeat: no-repeat; border: 3px solid var(--Laranjado); } section#relacionados > div > p { color: white; font-family: var(--fontNormal); margin-top: 10px; margin-bottom: 10px; } section#relacionados > div > strong { font-family: var(--fontNormal); color: var(--Laranjado); font-size: 20px; } @media screen and (max-width: 657px) { main { padding: 5px; } section#produto { display: flex; flex-wrap: wrap; justify-content: center; } article#imgProdutos { width: 300px; height: 250px; margin-left: 0px; } div#desc { max-width: 300px; height: 250px; font-family: var(--fontNormal); color: var(--Branco); margin-left: 20px; padding: 15px; } div#buttons { margin-left: 0px; } }
0.327453
0.07072
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700'); @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=swap'); /*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif; 2) font-family: 'Poppins', sans-serif; ----------------------------------------*****/ /*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/ /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/ * { box-sizing: border-box !important; } html { scroll-behavior: smooth; } body { color: #666666; font-size: 14px; font-family: 'Raleway', sans-serif; line-height: 1.80857; font-weight: normal; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0; font-weight: normal; line-height: normal; color: #111111; margin: 0 } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 18px; } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } button:focus { outline: none; } ul, li, ol { margin: 0px; padding: 0px; list-style: none; } p { margin: 0px; font-weight: 500; font-size: 15px; line-height: 24px; } a { color: #222222; text-decoration: none; outline: none !important; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } img { max-width: 100%; height: auto; } :focus { outline: 0; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } .form-control:focus { border-color: #ffffff !important; box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25); } .navbar-form input { border: none !important; } .badge { font-weight: 500; } blockquote { margin: 20px 0 20px; padding: 30px; } button { border: 0; margin: 0; padding: 0; cursor: pointer; } .full { float: left; width: 100%; } .layout_padding { padding-top: 90px; padding-bottom: 90px; } .layout_padding_2 { padding-top: 75px; padding-bottom: 75px; } .light_silver { background: #f9f9f9; } .theme_bg { background: #38c8a8; } .margin_top_30 { margin-top: 30px !important; } .full { width: 100%; float: left; margin: 0; padding: 0; } /**-- heading section --**/ /*---------------------------- preloader area ----------------------------*/ .loader_bg { position: fixed; z-index: 9999999; background: #fff; width: 100%; height: 100%; } .loader { height: 100%; width: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; } .loader img { width: 280px; } /*-- navigation--*/ .navigation.navbar { float: right; padding-top: 12px; } .navigation.navbar-dark .navbar-nav .nav-link { padding: 0 35px; /* Separacion entre letras del nav-var*/ color: #fff; font-size: 16px; line-height: 70px; } .navigation.navbar-dark .navbar-nav , .navigation.navbar-dark .navbar-nav .nav-link:hover { color: #AF663D; } .navigation.navbar-dark .navbar-nav .active>.nav-link, .navigation.navbar-dark .navbar-nav .nav-link.active, .navigation.navbar-dark .navbar-nav .nav-link.show, .navigation.navbar-dark .navbar-nav .show>.nav-link { color: #AF663D; } .sign_btn { padding-left: 50px; } .sign_btn a { background-color: transparent; display: inline-block; color: #fff; font-size: 17px; } /*-- header area --*/ /*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/ /*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/ .header { width: 100%; background: #042d3b; padding: 5px 10px; } .banner_main { padding: 90px 0; background-color: #C7C5B0; background-size: 100% 100%; background-repeat: no-repeat; padding-top: 60px; background-position: center; background-size: cover; } .text-bg { text-align: center; } .black { color: #232323; font-weight: bold; } .text-bg h1 { color: #fff; font-size: 55px; line-height: 70px; /*Separacion entre letras*/ padding-bottom: 10px; text-transform: uppercase; font-weight: 500; text-align: left; } .text-bg a { font-size: 17px; background-color: #fff; color: #000; padding: 13px 0px; width: 100%; max-width: 190px; text-align: center; display: inline-block; transition: ease-in all 0.5s; } .text-bg a:hover { background-color: #232323; color: #fff; transition: ease-in all 0.5s; border-radius: 26px; } .text-img figure { margin: 0px; } .text-img figure img { width: 100%; max-width: 519px; border: #232323 solid 14px; border-radius: 300px; float: right; } .text-img1 { margin-top: -100px; } .text-img1 figure { margin: 0px; } .text-img1 figure img { width: 100%; max-width: 313px; ; border: #232323 solid 14px; border-radius: 300px; float: left; } .titlepage { text-align: center; padding-bottom: 60px; } .titlepage h2 { font-size: 40px; color: #AF663D; line-height: 40px; font-weight: 600; padding: 0; text-transform: uppercase; } .d_flex { display: flex; align-items: center; flex-wrap: wrap; } /** we_do section **/ .padd_left0 { padding-left: 0; } .we_do { background: #042d3b; padding: 90px 0px 60px 0px; } .we_do .titlepage h2 { color: #fff; padding-bottom: 10px; } .titlepage span { background: #fff; border-radius: 44px; padding: 3px 11px; z-index: 999; position: relative; } .titlepage strong { border-top: #e5af23 solid 1px; width: 260px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 61px; } .we_do_box i { border: #AF663D solid 4px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 200 px; transition: ease-in all 0.1s; } .we_do_box i:hover { width: 140px; height: 140px; transition: ease-in all 0.2s; } .we_do_box { text-align: center; } .we_do_box h4 { color: #fff; text-transform: uppercase; font-size: 30px; line-height: 30px; font-weight: 500; padding: 0; padding-top: 35px; } .we_do_box p { color: #fff; font-size: 17px; line-height: 28px; padding: 25px 0; } .we_do .read_more { margin: 0 auto; display: block; } /** Imagen Edit**/ .we_do_box img { filter: contrast(100); } /** end we_do section **/ /** contact section **/ .padd_leri0 { padding-left: 0; padding-right: 0; } .contact .titlepage h2 { padding-bottom: 10px; color: #fff; } .contact .titlepage span { background-color: #232323; } .contact .titlepage strong { border-top: #fff solid 1px; } .contact { padding: 90px 0; background-color: #C7C5B0; } .main_form { padding: 50px 50px; background: #fff; } .contact .main_form .contactus { border: inherit; padding: 0px 19px; margin-bottom: 20px; width: 100%; height: 60px; background: #2b2b2a; color: #fff; font-size: 17px; } .contact .main_form .textarea { border: inherit; padding: 11px 19px; padding-top: 48px; margin-bottom: 20px; width: 100%; background: #2b2b2a; color: #fff; font-size: 17px; } .contact .main_form .send_btn { font-size: 17px; transition: ease-in all 0.5s; background-color: #2b2b2a; color: #fff; padding: 13px 0px; margin: 0 auto; display: block; margin-top: 30px; max-width: 200px; text-transform: uppercase; width: 100%; } .contact .main_form .send_btn:hover { background-color: #ddad25; transition: ease-in all 0.5s; color: #fff; border-radius: 26px; } #contact *::placeholder { color: #fff; opacity: 1; } /** end contact section **/ /** asked section **/ .asked { padding: 90px 0; background-color: #fff; } .asked .titlepage h2 { padding-bottom: 10px; color: #080707; } .asked .titlepage span { background-color: #232323; } .some h3 { font-weight: 501; color: #292928; font-size: 30px; line-height: 30px; border-bottom: #ce9b1c solid 1px; padding-bottom: 15px; } .some p { font-size: 17px; line-height: 28px; padding: 30px 0px 60px 0px; } .some .read_more { background-color: #232323; color: #fff; margin: 0 auto; display: block; } .some .read_more:hover { background-color: #f5b707; color: #fff; } /** end asked section **/ .read_more { font-size: 17px; background-color: #fff; color: #000; padding: 13px 0px; width: 100%; max-width: 200px; text-align: center; display: inline-block; transition: ease-in all 0.5s; } .read_more:hover { background: #000; color: #fff; border-radius: 26px; transition: ease-in all 0.5s; } /** footer **/ .footer { padding-top: 80px; background: #2b2b2b; } .cont { text-align: center; } .cont h3 { color: #fff; font-size: 45px; line-height: 60px; font-weight: 501; } .cont span { color: #d0b608; font-size: 17px; line-height: 26px; padding: 30px 0px; display: block; font-weight: 501; margin-bottom: 10px; } .cont .read_more:hover { background-color: #d0b608; color: #000; } .copyright { margin-top: 90px; padding: 20px 0px; background-color: #fff; } .copyright p { color: #040404; font-size: 18px; line-height: 22px; text-align: center; } .copyright a { color: #040404; } .copyright a:hover { color: #d0b608; } /** end footer **/
public/assets/css/style.css
@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700'); @import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); @import url('https://fonts.googleapis.com/css?family=Raleway:200,400,600,700,900&display=swap'); /*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif; 2) font-family: 'Poppins', sans-serif; ----------------------------------------*****/ /*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/ /*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/ * { box-sizing: border-box !important; } html { scroll-behavior: smooth; } body { color: #666666; font-size: 14px; font-family: 'Raleway', sans-serif; line-height: 1.80857; font-weight: normal; } a { color: #1f1f1f; text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } h1, h2, h3, h4, h5, h6 { letter-spacing: 0; font-weight: normal; position: relative; padding: 0; font-weight: normal; line-height: normal; color: #111111; margin: 0 } h1 { font-size: 24px; } h2 { font-size: 22px; } h3 { font-size: 18px; } h4 { font-size: 16px } h5 { font-size: 14px } h6 { font-size: 13px } *, *::after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #212121; text-decoration: none!important; opacity: 1 } button:focus { outline: none; } ul, li, ol { margin: 0px; padding: 0px; list-style: none; } p { margin: 0px; font-weight: 500; font-size: 15px; line-height: 24px; } a { color: #222222; text-decoration: none; outline: none !important; } a, .btn { text-decoration: none !important; outline: none !important; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; } img { max-width: 100%; height: auto; } :focus { outline: 0; } .btn-custom { margin-top: 20px; background-color: transparent !important; border: 2px solid #ddd; padding: 12px 40px; font-size: 16px; } .lead { font-size: 18px; line-height: 30px; color: #767676; margin: 0; padding: 0; } .form-control:focus { border-color: #ffffff !important; box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25); } .navbar-form input { border: none !important; } .badge { font-weight: 500; } blockquote { margin: 20px 0 20px; padding: 30px; } button { border: 0; margin: 0; padding: 0; cursor: pointer; } .full { float: left; width: 100%; } .layout_padding { padding-top: 90px; padding-bottom: 90px; } .layout_padding_2 { padding-top: 75px; padding-bottom: 75px; } .light_silver { background: #f9f9f9; } .theme_bg { background: #38c8a8; } .margin_top_30 { margin-top: 30px !important; } .full { width: 100%; float: left; margin: 0; padding: 0; } /**-- heading section --**/ /*---------------------------- preloader area ----------------------------*/ .loader_bg { position: fixed; z-index: 9999999; background: #fff; width: 100%; height: 100%; } .loader { height: 100%; width: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; } .loader img { width: 280px; } /*-- navigation--*/ .navigation.navbar { float: right; padding-top: 12px; } .navigation.navbar-dark .navbar-nav .nav-link { padding: 0 35px; /* Separacion entre letras del nav-var*/ color: #fff; font-size: 16px; line-height: 70px; } .navigation.navbar-dark .navbar-nav , .navigation.navbar-dark .navbar-nav .nav-link:hover { color: #AF663D; } .navigation.navbar-dark .navbar-nav .active>.nav-link, .navigation.navbar-dark .navbar-nav .nav-link.active, .navigation.navbar-dark .navbar-nav .nav-link.show, .navigation.navbar-dark .navbar-nav .show>.nav-link { color: #AF663D; } .sign_btn { padding-left: 50px; } .sign_btn a { background-color: transparent; display: inline-block; color: #fff; font-size: 17px; } /*-- header area --*/ /*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/ /*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/ .header { width: 100%; background: #042d3b; padding: 5px 10px; } .banner_main { padding: 90px 0; background-color: #C7C5B0; background-size: 100% 100%; background-repeat: no-repeat; padding-top: 60px; background-position: center; background-size: cover; } .text-bg { text-align: center; } .black { color: #232323; font-weight: bold; } .text-bg h1 { color: #fff; font-size: 55px; line-height: 70px; /*Separacion entre letras*/ padding-bottom: 10px; text-transform: uppercase; font-weight: 500; text-align: left; } .text-bg a { font-size: 17px; background-color: #fff; color: #000; padding: 13px 0px; width: 100%; max-width: 190px; text-align: center; display: inline-block; transition: ease-in all 0.5s; } .text-bg a:hover { background-color: #232323; color: #fff; transition: ease-in all 0.5s; border-radius: 26px; } .text-img figure { margin: 0px; } .text-img figure img { width: 100%; max-width: 519px; border: #232323 solid 14px; border-radius: 300px; float: right; } .text-img1 { margin-top: -100px; } .text-img1 figure { margin: 0px; } .text-img1 figure img { width: 100%; max-width: 313px; ; border: #232323 solid 14px; border-radius: 300px; float: left; } .titlepage { text-align: center; padding-bottom: 60px; } .titlepage h2 { font-size: 40px; color: #AF663D; line-height: 40px; font-weight: 600; padding: 0; text-transform: uppercase; } .d_flex { display: flex; align-items: center; flex-wrap: wrap; } /** we_do section **/ .padd_left0 { padding-left: 0; } .we_do { background: #042d3b; padding: 90px 0px 60px 0px; } .we_do .titlepage h2 { color: #fff; padding-bottom: 10px; } .titlepage span { background: #fff; border-radius: 44px; padding: 3px 11px; z-index: 999; position: relative; } .titlepage strong { border-top: #e5af23 solid 1px; width: 260px; position: absolute; left: 0; right: 0; margin: 0 auto; top: 61px; } .we_do_box i { border: #AF663D solid 4px; width: 180px; height: 180px; display: flex; align-items: center; justify-content: center; margin: 0 auto; border-radius: 200 px; transition: ease-in all 0.1s; } .we_do_box i:hover { width: 140px; height: 140px; transition: ease-in all 0.2s; } .we_do_box { text-align: center; } .we_do_box h4 { color: #fff; text-transform: uppercase; font-size: 30px; line-height: 30px; font-weight: 500; padding: 0; padding-top: 35px; } .we_do_box p { color: #fff; font-size: 17px; line-height: 28px; padding: 25px 0; } .we_do .read_more { margin: 0 auto; display: block; } /** Imagen Edit**/ .we_do_box img { filter: contrast(100); } /** end we_do section **/ /** contact section **/ .padd_leri0 { padding-left: 0; padding-right: 0; } .contact .titlepage h2 { padding-bottom: 10px; color: #fff; } .contact .titlepage span { background-color: #232323; } .contact .titlepage strong { border-top: #fff solid 1px; } .contact { padding: 90px 0; background-color: #C7C5B0; } .main_form { padding: 50px 50px; background: #fff; } .contact .main_form .contactus { border: inherit; padding: 0px 19px; margin-bottom: 20px; width: 100%; height: 60px; background: #2b2b2a; color: #fff; font-size: 17px; } .contact .main_form .textarea { border: inherit; padding: 11px 19px; padding-top: 48px; margin-bottom: 20px; width: 100%; background: #2b2b2a; color: #fff; font-size: 17px; } .contact .main_form .send_btn { font-size: 17px; transition: ease-in all 0.5s; background-color: #2b2b2a; color: #fff; padding: 13px 0px; margin: 0 auto; display: block; margin-top: 30px; max-width: 200px; text-transform: uppercase; width: 100%; } .contact .main_form .send_btn:hover { background-color: #ddad25; transition: ease-in all 0.5s; color: #fff; border-radius: 26px; } #contact *::placeholder { color: #fff; opacity: 1; } /** end contact section **/ /** asked section **/ .asked { padding: 90px 0; background-color: #fff; } .asked .titlepage h2 { padding-bottom: 10px; color: #080707; } .asked .titlepage span { background-color: #232323; } .some h3 { font-weight: 501; color: #292928; font-size: 30px; line-height: 30px; border-bottom: #ce9b1c solid 1px; padding-bottom: 15px; } .some p { font-size: 17px; line-height: 28px; padding: 30px 0px 60px 0px; } .some .read_more { background-color: #232323; color: #fff; margin: 0 auto; display: block; } .some .read_more:hover { background-color: #f5b707; color: #fff; } /** end asked section **/ .read_more { font-size: 17px; background-color: #fff; color: #000; padding: 13px 0px; width: 100%; max-width: 200px; text-align: center; display: inline-block; transition: ease-in all 0.5s; } .read_more:hover { background: #000; color: #fff; border-radius: 26px; transition: ease-in all 0.5s; } /** footer **/ .footer { padding-top: 80px; background: #2b2b2b; } .cont { text-align: center; } .cont h3 { color: #fff; font-size: 45px; line-height: 60px; font-weight: 501; } .cont span { color: #d0b608; font-size: 17px; line-height: 26px; padding: 30px 0px; display: block; font-weight: 501; margin-bottom: 10px; } .cont .read_more:hover { background-color: #d0b608; color: #000; } .copyright { margin-top: 90px; padding: 20px 0px; background-color: #fff; } .copyright p { color: #040404; font-size: 18px; line-height: 22px; text-align: center; } .copyright a { color: #040404; } .copyright a:hover { color: #d0b608; } /** end footer **/
0.282592
0.045863
@charset "UTF-8"; @font-face { font-family:"../fonts/FonteLogo"; src: url("computer-font.ttf") } @font-face { font-family:"FonteDois"; src: url("../fonts/bubblegum-sans-regular.otf") } @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); /*------------Formatação Fotos-------------*/ #album-fotos{ width: 700px; margin: 0px auto; padding: 50px; overflow: hidden; list-style: none; } #album-fotos li{ width: 200px; height: 200px; float: left; border: 5px solid white; margin: 10px; background-color: #ffffff; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); } #album-fotos li span{ opacity: 0; color: #ffffff; text-shadow: 1px 1px 1px #000000; background-color: rgba(0,0,0,0.3); font-size: 9pt; line-height: 370px; padding: 5px; transition: opacity 0.4s; padding-right: 0px; } #album-fotos li:hover{ transform: scale(1.5); transition: all 0.4s easy-in; } #album-fotos li:hover span{ opacity: 1; } #foto01{ background: url('../imagens/galeria-01.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto01:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto02{ background: url('../imagens/galeria-02.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto02:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto03{ background: url('../imagens/galeria-03.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto03:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto04{ background: url('../imagens/galeria-04.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto04:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto05{ background: url('../imagens/galeria-05.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto05:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto06{ background: url('../imagens/galeria-06.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto06:hover { background-position: 0px 0px; background-size: 200px 200px; } /*------------Formatação corpo------------*/ #corpo-full{ padding-right: 15px; border-right: 1px #606060 solid; margin-top: 5px; font-size: 1em; } #primeiro{ margin-bottom: 0px; font: bold 1em 'FonteDois'; opacity: 0.5; } #corpo-full h2{ color: #888888; font-size: .6em; font-weight: bolder; opacity: 0.7; } .baixo{ margin-top: 0px; padding-bottom: 15px; } #corpo-full h3{ text-align: right; color: #000000; opacity: 0.6; font-size: .4em; font-weight: bold; font-style: italic; } #texto{ font-size: .6em; } #rodapetext{ font-size: .6em; }
css/fotos.css
@charset "UTF-8"; @font-face { font-family:"../fonts/FonteLogo"; src: url("computer-font.ttf") } @font-face { font-family:"FonteDois"; src: url("../fonts/bubblegum-sans-regular.otf") } @import url('https://fonts.googleapis.com/css2?family=Titillium+Web&display=swap'); /*------------Formatação Fotos-------------*/ #album-fotos{ width: 700px; margin: 0px auto; padding: 50px; overflow: hidden; list-style: none; } #album-fotos li{ width: 200px; height: 200px; float: left; border: 5px solid white; margin: 10px; background-color: #ffffff; box-shadow: 1px 1px 3px rgba(0,0,0,0.4); } #album-fotos li span{ opacity: 0; color: #ffffff; text-shadow: 1px 1px 1px #000000; background-color: rgba(0,0,0,0.3); font-size: 9pt; line-height: 370px; padding: 5px; transition: opacity 0.4s; padding-right: 0px; } #album-fotos li:hover{ transform: scale(1.5); transition: all 0.4s easy-in; } #album-fotos li:hover span{ opacity: 1; } #foto01{ background: url('../imagens/galeria-01.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto01:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto02{ background: url('../imagens/galeria-02.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto02:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto03{ background: url('../imagens/galeria-03.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto03:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto04{ background: url('../imagens/galeria-04.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto04:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto05{ background: url('../imagens/galeria-05.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto05:hover { background-position: 0px 0px; background-size: 200px 200px; } #foto06{ background: url('../imagens/galeria-06.jpg') no-repeat; background-position: 50% 50%; background-size: 400px 400px; background-color: #ffffff; } #foto06:hover { background-position: 0px 0px; background-size: 200px 200px; } /*------------Formatação corpo------------*/ #corpo-full{ padding-right: 15px; border-right: 1px #606060 solid; margin-top: 5px; font-size: 1em; } #primeiro{ margin-bottom: 0px; font: bold 1em 'FonteDois'; opacity: 0.5; } #corpo-full h2{ color: #888888; font-size: .6em; font-weight: bolder; opacity: 0.7; } .baixo{ margin-top: 0px; padding-bottom: 15px; } #corpo-full h3{ text-align: right; color: #000000; opacity: 0.6; font-size: .4em; font-weight: bold; font-style: italic; } #texto{ font-size: .6em; } #rodapetext{ font-size: .6em; }
0.196017
0.061003
.entry-main-title{ font-size:36px; font-weight:bold; text-transform: uppercase; padding:20px; text-align:center; color:brown; background-color: #ffffff; } .main-title-section-wrap{ border:3px solid brown; padding:5px; } .entry-main-nav{ background-color: brown; padding:5px; margin-bottom:0px !important; } .entry-main{ color:brown; border:3px solid brown; min-height:200px; padding:2% 1%; } .entry-main-nav li a{ text-transform: uppercase; color:#FFFFFF !important; text-decoration: none; padding:5px; } .entry-main-nav li.active a{ background-color: brown !important; color:#f0ad4e !important; /*font-weight:bold;*/ font-size:1.2em; } .submit-entry{ margin:2% 0%; } .list-entry, .list-tags{ margin-top:2%; } .listing-header{ font-weight:bold; padding-left:5%; font-size:20px; text-align:center; border-top:1px solid brown; border-bottom:1px solid brown; margin-bottom:2%; } .entry-list-title-row td{ font-weight:bold; font-size:16px; } .list-entry-date{ text-align:right; } .footer .footer-content{ background-color: brown; color:#ffffff; font-style:italic; font-size:12px; padding:10px; } .btn-primary{ background-color: brown !important; } .keyword-box{ min-width:50% !important; border-color:brown; } .pagination{ float:right; } .label-block{ width:100%; display:block; border:2px solid brown; } .label-lg{ font-size:14px; line-height: 1.4em; } .form-errors{ padding-top:5px; } .form-errors ul{ padding-left:5px; } .form-errors li{ list-style:none; padding-left:5px; color:brown; font-size:10px; } .form-errors li .glyphicon{ color:brown; padding-right:5px; } .notice-box .alert{ margin-bottom:0px; } .action-box .glyphicon{ color:brown; padding:0px 5px; font-size:12px; } .add-tag-block{ margin-bottom:2%; } .edit-tag-box{ margin:5px 0px; } .tags_box{ border:2px solid brown; border-radius:5px; padding:10px; max-height:100vh; } .tags_box .tag{ display:inline-block; margin:5px; } .attached-tags-box{ margin:10px 0px; padding:5px; border:1px solid; border-radius:3px; } .attached-tags-header{ text-transform: uppercase; /*font-weight:bold;*/ font-size:1.2em; background-color: brown; color:white; text-align:center; } .attached-tag-wrap{ margin:5px; display:inline-block; } .attached-tag{ background-color:brown; color:white; border:1px solid brown; border-radius:3px; padding:5px; display:inline; } .attached-tag .remove-tag{ font-weight:bold; cursor:pointer; padding-left:3px; display:inline; } .list-tags-attached{ background-color: brown; color:white; font-weight:bold; } .list-tags-attached-link{ color:#f0ad4e; } .list-tags-attached-link:hover, .list-tags-attached-link:focus{ color:#f0ad4e; font-size:1.2em; text-decoration:none; } .tab-box-header{ background-color: #f0ad4e; color:brown; font-weight:bold; text-align:center; font-size:16px; border:2px solid brown; border-radius:2px; padding:3px; }
public/css/entry.css
.entry-main-title{ font-size:36px; font-weight:bold; text-transform: uppercase; padding:20px; text-align:center; color:brown; background-color: #ffffff; } .main-title-section-wrap{ border:3px solid brown; padding:5px; } .entry-main-nav{ background-color: brown; padding:5px; margin-bottom:0px !important; } .entry-main{ color:brown; border:3px solid brown; min-height:200px; padding:2% 1%; } .entry-main-nav li a{ text-transform: uppercase; color:#FFFFFF !important; text-decoration: none; padding:5px; } .entry-main-nav li.active a{ background-color: brown !important; color:#f0ad4e !important; /*font-weight:bold;*/ font-size:1.2em; } .submit-entry{ margin:2% 0%; } .list-entry, .list-tags{ margin-top:2%; } .listing-header{ font-weight:bold; padding-left:5%; font-size:20px; text-align:center; border-top:1px solid brown; border-bottom:1px solid brown; margin-bottom:2%; } .entry-list-title-row td{ font-weight:bold; font-size:16px; } .list-entry-date{ text-align:right; } .footer .footer-content{ background-color: brown; color:#ffffff; font-style:italic; font-size:12px; padding:10px; } .btn-primary{ background-color: brown !important; } .keyword-box{ min-width:50% !important; border-color:brown; } .pagination{ float:right; } .label-block{ width:100%; display:block; border:2px solid brown; } .label-lg{ font-size:14px; line-height: 1.4em; } .form-errors{ padding-top:5px; } .form-errors ul{ padding-left:5px; } .form-errors li{ list-style:none; padding-left:5px; color:brown; font-size:10px; } .form-errors li .glyphicon{ color:brown; padding-right:5px; } .notice-box .alert{ margin-bottom:0px; } .action-box .glyphicon{ color:brown; padding:0px 5px; font-size:12px; } .add-tag-block{ margin-bottom:2%; } .edit-tag-box{ margin:5px 0px; } .tags_box{ border:2px solid brown; border-radius:5px; padding:10px; max-height:100vh; } .tags_box .tag{ display:inline-block; margin:5px; } .attached-tags-box{ margin:10px 0px; padding:5px; border:1px solid; border-radius:3px; } .attached-tags-header{ text-transform: uppercase; /*font-weight:bold;*/ font-size:1.2em; background-color: brown; color:white; text-align:center; } .attached-tag-wrap{ margin:5px; display:inline-block; } .attached-tag{ background-color:brown; color:white; border:1px solid brown; border-radius:3px; padding:5px; display:inline; } .attached-tag .remove-tag{ font-weight:bold; cursor:pointer; padding-left:3px; display:inline; } .list-tags-attached{ background-color: brown; color:white; font-weight:bold; } .list-tags-attached-link{ color:#f0ad4e; } .list-tags-attached-link:hover, .list-tags-attached-link:focus{ color:#f0ad4e; font-size:1.2em; text-decoration:none; } .tab-box-header{ background-color: #f0ad4e; color:brown; font-weight:bold; text-align:center; font-size:16px; border:2px solid brown; border-radius:2px; padding:3px; }
0.518059
0.06989
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, :after, :before { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } [tabindex="-1"]:focus:not(.focus-visible), [tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; } hr { box-sizing: content-box; height: 0; overflow: visible; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { font-style: normal; line-height: inherit; } address, dl, ol, ul { margin-bottom: 1rem; } dl, ol, ul { margin-top: 0; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #007bff; text-decoration: none; background-color: transparent; } a:hover { color: #0056b3; text-decoration: underline; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } figure { margin: 0 0 1rem; } img { border-style: none; } img, svg { vertical-align: middle; } svg { overflow: hidden; } table { border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; } th { text-align: inherit; text-align: -webkit-match-parent; } label { display: inline-block; margin-bottom: 0.5rem; } button { border-radius: 0; } button:focus:not(.focus-visible), button:focus:not(:focus-visible) { outline: 0; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input { overflow: visible; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } [type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; } [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } textarea { overflow: auto; resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } progress { vertical-align: baseline; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: none; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } summary { display: list-item; cursor: pointer; } template { display: none; } [hidden] { display: none !important; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } .h1, h1 { font-size: 2.5rem; } .h2, h2 { font-size: 2rem; } .h3, h3 { font-size: 1.75rem; } .h4, h4 { font-size: 1.5rem; } .h5, h5 { font-size: 1.25rem; } .h6, h6 { font-size: 1rem; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: 6rem; } .display-1, .display-2 { font-weight: 300; line-height: 1.2; } .display-2 { font-size: 5.5rem; } .display-3 { font-size: 4.5rem; } .display-3, .display-4 { font-weight: 300; line-height: 1.2; } .display-4 { font-size: 3.5rem; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } .small, small { font-size: 80%; font-weight: 400; } .mark, mark { padding: 0.2em; background-color: #fcf8e3; } .list-inline, .list-unstyled { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote-footer { display: block; font-size: 80%; color: #6c757d; } .blockquote-footer:before { content: "\2014\00A0"; } .img-fluid, .img-thumbnail { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #6c757d; } code { font-size: 87.5%; color: #e83e8c; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; } pre { display: block; font-size: 87.5%; color: #212529; } pre code { font-size: inherit; color: inherit; word-break: normal; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-md, .container-sm { max-width: 720px; } } @media (min-width: 992px) { .container, .container-lg, .container-md, .container-sm { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; } } .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { flex: 0 0 50%; max-width: 50%; } .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { flex: 0 0 75%; max-width: 75%; } .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { flex: 0 0 100%; max-width: 100%; } .order-first { order: -1; } .order-last { order: 13; } .order-0 { order: 0; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-6 { order: 6; } .order-7 { order: 7; } .order-8 { order: 8; } .order-9 { order: 9; } .order-10 { order: 10; } .order-11 { order: 11; } .order-12 { order: 12; } .offset-1 { margin-left: 8.333333%; } .offset-2 { margin-left: 16.666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.333333%; } .offset-5 { margin-left: 41.666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.333333%; } .offset-8 { margin-left: 66.666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.333333%; } .offset-11 { margin-left: 91.666667%; } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } .table { width: 100%; margin-bottom: 1rem; color: #212529; } .table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } .table tbody + tbody { border-top: 2px solid #dee2e6; } .table-sm td, .table-sm th { padding: 0.3rem; } .table-bordered, .table-bordered td, .table-bordered th { border: 1px solid #dee2e6; } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; } .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th { border: 0; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); } .table-primary, .table-primary > td, .table-primary > th { background-color: #b8daff; } .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th { border-color: #7abaff; } .table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #9fcdff; } .table-secondary, .table-secondary > td, .table-secondary > th { background-color: #d6d8db; } .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th { border-color: #b3b7bb; } .table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; } .table-success, .table-success > td, .table-success > th { background-color: #c3e6cb; } .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th { border-color: #8fd19e; } .table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; } .table-info, .table-info > td, .table-info > th { background-color: #bee5eb; } .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th { border-color: #86cfda; } .table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; } .table-warning, .table-warning > td, .table-warning > th { background-color: #ffeeba; } .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th { border-color: #ffdf7e; } .table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; } .table-danger, .table-danger > td, .table-danger > th { background-color: #f5c6cb; } .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th { border-color: #ed969e; } .table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; } .table-light, .table-light > td, .table-light > th { background-color: #fdfdfe; } .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th { border-color: #fbfcfc; } .table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; } .table-dark, .table-dark > td, .table-dark > th { background-color: #c6c8ca; } .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: #95999c; } .table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; } .table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } .table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; } .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; } .table-dark { color: #fff; background-color: #343a40; } .table-dark td, .table-dark th, .table-dark thead th { border-color: #454d55; } .table-dark.table-bordered { border: 0; } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: hsla(0, 0%, 100%, 0.05); } .table-dark.table-hover tbody tr:hover { color: #fff; background-color: hsla(0, 0%, 100%, 0.075); } @media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-sm > .table-bordered { border: 0; } } @media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-md > .table-bordered { border: 0; } } @media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-lg > .table-bordered { border: 0; } } @media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-xl > .table-bordered { border: 0; } } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered { border: 0; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; } .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; } select.form-control:focus::-ms-value { color: #495057; background-color: #fff; } .form-control-file, .form-control-range { display: block; width: 100%; } .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; line-height: 1.5; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: 1rem; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm { padding-right: 0; padding-left: 0; } .form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } select.form-control[multiple], select.form-control[size], textarea.form-control { height: auto; } .form-group { margin-bottom: 1rem; } .form-text { display: block; margin-top: 0.25rem; } .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .form-check { position: relative; display: block; padding-left: 1.25rem; } .form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; } .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label { color: #6c757d; } .form-check-label { margin-bottom: 0; } .form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; } .valid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(40, 167, 69, 0.9); border-radius: 0.25rem; } .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip { left: 5px; } .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip { display: block; } .form-control.is-valid, .was-validated .form-control:valid { border-color: #28a745; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.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: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-control.is-valid:focus, .was-validated .form-control:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .custom-select.is-valid, .was-validated .custom-select:valid { border-color: #28a745; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.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") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; } .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: #28a745; } .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip { display: block; } .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label { color: #28a745; } .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before { border-color: #28a745; } .custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before { border-color: #34ce57; background-color: #34ce57; } .custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label { border-color: #28a745; } .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip { left: 5px; } .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip { display: block; } .form-control.is-invalid, .was-validated .form-control:invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .custom-select.is-invalid, .was-validated .custom-select:invalid { border-color: #dc3545; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; } .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label { color: #dc3545; } .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip { display: block; } .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label { color: #dc3545; } .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before { border-color: #dc3545; } .custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before { border-color: #e4606d; background-color: #e4606d; } .custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label { border-color: #dc3545; } .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-inline { display: flex; flex-flow: row wrap; align-items: center; } .form-inline .form-check { width: 100%; } @media (min-width: 576px) { .form-inline label { justify-content: center; } .form-inline .form-group, .form-inline label { display: flex; align-items: center; margin-bottom: 0; } .form-inline .form-group { flex: 0 0 auto; flex-flow: row wrap; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-plaintext { display: inline-block; } .form-inline .custom-select, .form-inline .input-group { width: auto; } .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { align-items: center; justify-content: center; } .form-inline .custom-control-label { margin-bottom: 0; } } .btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; 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; text-decoration: none; } .btn.focus, .btn:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { cursor: pointer; } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-primary.focus, .btn-primary:focus, .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; } .btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; } .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; } .btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; } .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-success.focus, .btn-success:focus, .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } .btn-success.focus, .btn-success:focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; } .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-info.focus, .btn-info:focus, .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; } .btn-info.focus, .btn-info:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } .btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-warning.focus, .btn-warning:focus, .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; } .btn-warning.focus, .btn-warning:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } .btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; } .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger.focus, .btn-danger:focus, .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; } .btn-danger.focus, .btn-danger:focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; } .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light.focus, .btn-light:focus, .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; } .btn-light.focus, .btn-light:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } .btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; } .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-dark.focus, .btn-dark:focus, .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; } .btn-dark.focus, .btn-dark:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; } .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } .btn-outline-primary { color: #007bff; border-color: #007bff; } .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-outline-primary.focus, .btn-outline-primary:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #007bff; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary.focus, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-success { color: #28a745; border-color: #28a745; } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success.focus, .btn-outline-success:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-info { color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info.focus, .btn-outline-info:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning.focus, .btn-outline-warning:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger.focus, .btn-outline-danger:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light.focus, .btn-outline-light:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { color: #343a40; border-color: #343a40; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark.focus, .btn-outline-dark:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-link { font-weight: 400; color: #007bff; text-decoration: none; } .btn-link:hover { color: #0056b3; } .btn-link.focus, .btn-link:focus, .btn-link:hover { text-decoration: underline; } .btn-link.disabled, .btn-link:disabled { color: #6c757d; pointer-events: none; } .btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } .btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block { width: 100%; } .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 { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .dropdown, .dropleft, .dropright, .dropup { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty:after { margin-left: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; 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-left { right: auto; left: 0; } .dropdown-menu-right { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; } .dropdown-menu-sm-right { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; } .dropdown-menu-md-right { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; } .dropdown-menu-lg-right { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; } .dropdown-menu-xl-right { right: 0; left: auto; } } .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty:after { margin-left: 0; } .dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropright .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropright .dropdown-toggle:empty:after { margin-left: 0; } .dropright .dropdown-toggle:after { vertical-align: 0; } .dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropleft .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; display: none; } .dropleft .dropdown-toggle:before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropleft .dropdown-toggle:empty:after { margin-left: 0; } .dropleft .dropdown-toggle:before { vertical-align: 0; } .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] { right: auto; bottom: auto; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } .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 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; } .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; } .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after { margin-left: 0; } .dropleft .dropdown-toggle-split:before { margin-right: 0; } .btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn input[type="radio"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; margin-bottom: 0; } .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control { margin-left: -1px; } .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus { z-index: 3; } .input-group > .custom-file .custom-file-input:focus { z-index: 4; } .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > .custom-file { display: flex; align-items: center; } .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n + 3), .input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-append, .input-group-prepend { display: flex; } .input-group-append .btn, .input-group-prepend .btn { position: relative; z-index: 2; } .input-group-append .btn:focus, .input-group-prepend .btn:focus { z-index: 3; } .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text { margin-left: -1px; } .input-group-prepend { margin-right: -1px; } .input-group-append { margin-left: -1px; } .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-text input[type="checkbox"], .input-group-text input[type="radio"] { margin-top: 0; } .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) { height: calc(1.5em + 1rem + 2px); } .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) { height: calc(1.5em + 0.5rem + 2px); } .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.75rem; } .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; } .custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding-left: 1.5rem; -webkit-print-color-adjust: exact; color-adjust: exact; } .custom-control-inline { display: inline-flex; margin-right: 1rem; } .custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; } .custom-control-input:checked ~ .custom-control-label:before { color: #fff; border-color: #007bff; background-color: #007bff; } .custom-control-input:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-control-input:focus:not(:checked) ~ .custom-control-label:before { border-color: #80bdff; } .custom-control-input:not(:disabled):active ~ .custom-control-label:before { color: #fff; background-color: #b3d7ff; border-color: #b3d7ff; } .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label { color: #6c757d; } .custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before { background-color: #e9ecef; } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; } .custom-control-label:before { pointer-events: none; background-color: #fff; border: 1px solid #adb5bd; } .custom-control-label:after, .custom-control-label:before { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } .custom-control-label:after { background: 50%/50% 50% no-repeat; } .custom-checkbox .custom-control-label:before { border-radius: 0.25rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before { border-color: #007bff; background-color: #007bff; } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-radio .custom-control-label:before { border-radius: 50%; } .custom-radio .custom-control-input:checked ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-switch { padding-left: 2.25rem; } .custom-switch .custom-control-label:before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; } .custom-switch .custom-control-label:after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 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) { .custom-switch .custom-control-label:after { transition: none; } } .custom-switch .custom-control-input:checked ~ .custom-control-label:after { background-color: #fff; transform: translateX(0.75rem); } .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-select { display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-select:focus::-ms-value { color: #495057; background-color: #fff; } .custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; } .custom-select:disabled { color: #6c757d; background-color: #e9ecef; } .custom-select::-ms-expand { display: none; } .custom-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; } .custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; } .custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; } .custom-file { display: inline-block; margin-bottom: 0; } .custom-file, .custom-file-input { position: relative; width: 100%; height: calc(1.5em + 0.75rem + 2px); } .custom-file-input { z-index: 2; margin: 0; overflow: hidden; opacity: 0; } .custom-file-input:focus ~ .custom-file-label { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label { background-color: #e9ecef; } .custom-file-input:lang(en) ~ .custom-file-label:after { content: "Browse"; } .custom-file-input ~ .custom-file-label[data-browse]:after { content: attr(data-browse); } .custom-file-label { left: 0; z-index: 1; height: calc(1.5em + 0.75rem + 2px); overflow: hidden; font-weight: 400; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-label, .custom-file-label:after { position: absolute; top: 0; right: 0; padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; } .custom-file-label:after { bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.75rem); content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0; } .custom-range { width: 100%; height: 1.4rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .custom-range:focus { outline: 0; } .custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range::-moz-focus-outer { border: 0; } .custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #007bff; 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) { .custom-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .custom-range::-webkit-slider-thumb:active { background-color: #b3d7ff; } .custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #007bff; 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) { .custom-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .custom-range::-moz-range-thumb:active { background-color: #b3d7ff; } .custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #007bff; border: 0; border-radius: 1rem; -ms-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; appearance: none; } @media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { -ms-transition: none; transition: none; } } .custom-range::-ms-thumb:active { background-color: #b3d7ff; } .custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; } .custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper { background-color: #dee2e6; border-radius: 1rem; } .custom-range::-ms-fill-upper { margin-right: 15px; } .custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .custom-range:disabled::-webkit-slider-runnable-track { cursor: default; } .custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .custom-range:disabled::-moz-range-track { cursor: default; } .custom-range:disabled::-ms-thumb { background-color: #adb5bd; } .custom-control-label:before, .custom-file-label, .custom-select { transition: 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) { .custom-control-label:before, .custom-file-label, .custom-select { transition: none; } } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; } .nav-link:focus, .nav-link:hover { text-decoration: none; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } .nav-fill .nav-item, .nav-fill > .nav-link { flex: 1 1 auto; text-align: center; } .nav-justified .nav-item, .nav-justified > .nav-link { flex-basis: 0; flex-grow: 1; text-align: center; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar { position: relative; padding: 0.5rem 1rem; } .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-text { display: inline-block; 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; } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: 50%/100% 100% no-repeat; } .navbar-nav-scroll { max-height: 75vh; overflow-y: auto; } @media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } .navbar-expand { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { flex-wrap: nowrap; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { 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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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.5); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: hsla(0, 0%, 100%, 0.5); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: hsla(0, 0%, 100%, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: hsla(0, 0%, 100%, 0.25); } .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link { color: #fff; } .navbar-dark .navbar-toggler { color: hsla(0, 0%, 100%, 0.5); border-color: hsla(0, 0%, 100%, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-dark .navbar-text { color: hsla(0, 0%, 100%, 0.5); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { 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-right: 0; margin-left: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; } .card-title { margin-bottom: 0.75rem; } .card-subtitle { margin-top: -0.375rem; } .card-subtitle, .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1.25rem; } .card-header { padding: 0.75rem 1.25rem; 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.75rem 1.25rem; 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-bottom: -0.75rem; border-bottom: 0; } .card-header-pills, .card-header-tabs { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom, .card-img-top { flex-shrink: 0; width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { flex: 1 0 0%; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom { border-bottom-left-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; grid-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card { display: inline-block; width: 100%; } } .accordion { overflow-anchor: none; } .accordion > .card { overflow: hidden; } .accordion > .card:not(:last-of-type) { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion > .card:not(:first-of-type) { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion > .card > .card-header { border-radius: 0; margin-bottom: -1px; } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item:before { float: left; padding-right: 0.5rem; color: #6c757d; content: "/"; } .breadcrumb-item + .breadcrumb-item:hover:before { text-decoration: underline; text-decoration: none; } .breadcrumb-item.active { color: #6c757d; } .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; } .page-link:hover { z-index: 2; color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #007bff; border-color: #007bff; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; 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) { .badge { transition: none; } } a.badge:focus, a.badge:hover { text-decoration: none; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } .badge-primary { color: #fff; background-color: #007bff; } a.badge-primary:focus, a.badge-primary:hover { color: #fff; background-color: #0062cc; } a.badge-primary.focus, a.badge-primary:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .badge-secondary { color: #fff; background-color: #6c757d; } a.badge-secondary:focus, a.badge-secondary:hover { color: #fff; background-color: #545b62; } a.badge-secondary.focus, a.badge-secondary:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .badge-success { color: #fff; background-color: #28a745; } a.badge-success:focus, a.badge-success:hover { color: #fff; background-color: #1e7e34; } a.badge-success.focus, a.badge-success:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .badge-info { color: #fff; background-color: #17a2b8; } a.badge-info:focus, a.badge-info:hover { color: #fff; background-color: #117a8b; } a.badge-info.focus, a.badge-info:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .badge-warning { color: #212529; background-color: #ffc107; } a.badge-warning:focus, a.badge-warning:hover { color: #212529; background-color: #d39e00; } a.badge-warning.focus, a.badge-warning:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .badge-danger { color: #fff; background-color: #dc3545; } a.badge-danger:focus, a.badge-danger:hover { color: #fff; background-color: #bd2130; } a.badge-danger.focus, a.badge-danger:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .badge-light { color: #212529; background-color: #f8f9fa; } a.badge-light:focus, a.badge-light:hover { color: #212529; background-color: #dae0e5; } a.badge-light.focus, a.badge-light:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .badge-dark { color: #fff; background-color: #343a40; } a.badge-dark:focus, a.badge-dark:hover { color: #fff; background-color: #1d2124; } a.badge-dark.focus, a.badge-dark:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; } @media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } } .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 4rem; } .alert-dismissible .close { position: absolute; top: 0; right: 0; z-index: 2; padding: 0.75rem 1.25rem; color: inherit; } .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; } .alert-primary hr { border-top-color: #9fcdff; } .alert-primary .alert-link { color: #002752; } .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; } .alert-secondary hr { border-top-color: #c8cbcf; } .alert-secondary .alert-link { color: #202326; } .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } .alert-success hr { border-top-color: #b1dfbb; } .alert-success .alert-link { color: #0b2e13; } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } .alert-info hr { border-top-color: #abdde5; } .alert-info .alert-link { color: #062c33; } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } .alert-warning hr { border-top-color: #ffe8a1; } .alert-warning .alert-link { color: #533f03; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert-danger hr { border-top-color: #f1b0b7; } .alert-danger .alert-link { color: #491217; } .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; } .alert-light hr { border-top-color: #ececf6; } .alert-light .alert-link { color: #686868; } .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; } .alert-dark hr { border-top-color: #b9bbbe; } .alert-dark .alert-link { color: #040505; } @-webkit-keyframes progress-bar-stripes { 0% { background-position: 1rem 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { 0% { background-position: 1rem 0; } to { background-position: 0 0; } } .progress { height: 1rem; line-height: 0; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress, .progress-bar { display: flex; overflow: hidden; } .progress-bar { flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } .progress-bar-striped { background-image: linear-gradient( 45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent ); background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } } .media { display: flex; align-items: flex-start; } .media-body { flex: 1; } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:focus, .list-group-item-action:hover { 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.75rem 1.25rem; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-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: #007bff; border-color: #007bff; } .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-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-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-left-width: 0; } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-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: #004085; background-color: #b8daff; } .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { color: #004085; background-color: #9fcdff; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085; } .list-group-item-secondary { color: #383d41; background-color: #d6d8db; } .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { color: #383d41; background-color: #c8cbcf; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; } .list-group-item-success { color: #155724; background-color: #c3e6cb; } .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { color: #155724; background-color: #b1dfbb; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; } .list-group-item-info { color: #0c5460; background-color: #bee5eb; } .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { color: #0c5460; background-color: #abdde5; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; } .list-group-item-warning { color: #856404; background-color: #ffeeba; } .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { color: #856404; background-color: #ffe8a1; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; } .list-group-item-danger { color: #721c24; background-color: #f5c6cb; } .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { color: #721c24; background-color: #f1b0b7; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; } .list-group-item-light { color: #818182; background-color: #fdfdfe; } .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { color: #818182; background-color: #ececf6; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; } .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; } .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { color: #1b1e21; background-color: #b9bbbe; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5; } .close:hover { color: #000; text-decoration: none; } .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { opacity: 0.75; } button.close { padding: 0; background-color: transparent; border: 0; } a.close.disabled { pointer-events: none; } .toast { flex-basis: 350px; max-width: 350px; font-size: 0.875rem; background-color: hsla(0, 0%, 100%, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); opacity: 0; border-radius: 0.25rem; } .toast:not(:last-child) { margin-bottom: 0.75rem; } .toast.showing { opacity: 1; } .toast.show { display: block; opacity: 1; } .toast.hide { display: none; } .toast-header { display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: hsla(0, 0%, 100%, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .toast-body { padding: 0.75rem; } .modal-open { overflow: hidden; } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; 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: translateY(-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 { display: flex; max-height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; } .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header { flex-shrink: 0; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-dialog-centered:before { display: block; height: calc(100vh - 1rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; content: ""; } .modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; justify-content: center; height: 100%; } .modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; } .modal-dialog-centered.modal-dialog-scrollable:before { content: none; } .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; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer > * { margin: 0.25rem; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-dialog-centered:before { height: calc(100vh - 3.5rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } [dir="ltr"] .tooltip { text-align: left; } [dir="rtl"] .tooltip { text-align: right; } .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .arrow:before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-auto[x-placement^="top"], .bs-tooltip-top { padding: 0.4rem 0; } .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-top .arrow { bottom: 0; } .bs-tooltip-auto[x-placement^="top"] .arrow:before, .bs-tooltip-top .arrow:before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-auto[x-placement^="right"], .bs-tooltip-right { padding: 0 0.4rem; } .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-right .arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-auto[x-placement^="right"] .arrow:before, .bs-tooltip-right .arrow:before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-bottom { padding: 0.4rem 0; } .bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-bottom .arrow { top: 0; } .bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .bs-tooltip-bottom .arrow:before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-auto[x-placement^="left"], .bs-tooltip-left { padding: 0 0.4rem; } .bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-left .arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-auto[x-placement^="left"] .arrow:before, .bs-tooltip-left .arrow:before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } [dir="ltr"] .popover { text-align: left; } [dir="rtl"] .popover { text-align: right; } .popover { top: 0; left: 0; z-index: 1060; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: 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; } .popover .arrow { width: 1rem; height: 0.5rem; margin: 0 0.3rem; } .popover .arrow:after, .popover .arrow:before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-auto[x-placement^="top"], .bs-popover-top { margin-bottom: 0.5rem; } .bs-popover-auto[x-placement^="top"] > .arrow, .bs-popover-top > .arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-auto[x-placement^="top"] > .arrow:before, .bs-popover-top > .arrow:before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="top"] > .arrow:after, .bs-popover-top > .arrow:after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-auto[x-placement^="right"], .bs-popover-right { margin-left: 0.5rem; } .bs-popover-auto[x-placement^="right"] > .arrow, .bs-popover-right > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } .bs-popover-auto[x-placement^="right"] > .arrow:before, .bs-popover-right > .arrow:before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="right"] > .arrow:after, .bs-popover-right > .arrow:after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-auto[x-placement^="bottom"], .bs-popover-bottom { margin-top: 0.5rem; } .bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow { top: calc(-0.5rem - 1px); } .bs-popover-auto[x-placement^="bottom"] > .arrow:before, .bs-popover-bottom > .arrow:before { top: 0; border-width: 0 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="bottom"] > .arrow:after, .bs-popover-bottom > .arrow:after { top: 1px; border-width: 0 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-auto[x-placement^="bottom"] .popover-header:before, .bs-popover-bottom .popover-header:before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; } .bs-popover-auto[x-placement^="left"], .bs-popover-left { margin-right: 0.5rem; } .bs-popover-auto[x-placement^="left"] > .arrow, .bs-popover-left > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } .bs-popover-auto[x-placement^="left"] > .arrow:before, .bs-popover-left > .arrow:before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="left"] > .arrow:after, .bs-popover-left > .arrow:after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 0.5rem 0.75rem; 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: left; width: 100%; margin-right: -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-next, .carousel-item-prev, .carousel-item.active { display: block; } .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) { transform: translateX(100%); } .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) { transform: translateX(-100%); } .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; } .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } } .carousel-control-next, .carousel-control-prev { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-next, .carousel-control-prev { transition: none; } } .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-next-icon, .carousel-control-prev-icon { display: inline-block; width: 20px; height: 20px; background: 50%/100% 100% no-repeat; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } .carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; 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 li { transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; } @-webkit-keyframes spinner-border { to { transform: rotate(1turn); } } @keyframes spinner-border { to { transform: rotate(1turn); } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid; border-right: 0.25em solid transparent; border-radius: 50%; -webkit-animation: spinner-border 0.75s linear infinite; animation: spinner-border 0.75s linear infinite; } .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: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow 0.75s linear infinite; animation: spinner-grow 0.75s linear infinite; } .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; } } .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; } .bg-primary { background-color: #007bff !important; } a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #0062cc !important; } .bg-secondary { background-color: #6c757d !important; } a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: #545b62 !important; } .bg-success { background-color: #28a745 !important; } a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: #1e7e34 !important; } .bg-info { background-color: #17a2b8 !important; } a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: #117a8b !important; } .bg-warning { background-color: #ffc107 !important; } a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: #d39e00 !important; } .bg-danger { background-color: #dc3545 !important; } a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: #bd2130 !important; } .bg-light { background-color: #f8f9fa !important; } a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: #dae0e5 !important; } .bg-dark { background-color: #343a40 !important; } a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: #1d2124 !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } .border { border: 1px solid #dee2e6 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-right { border-right: 1px solid #dee2e6 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-left { border-left: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .border-primary { border-color: #007bff !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #28a745 !important; } .border-info { border-color: #17a2b8 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #343a40 !important; } .border-white { border-color: #fff !important; } .rounded-sm { border-radius: 0.2rem !important; } .rounded { border-radius: 0.25rem !important; } .rounded-top { border-top-left-radius: 0.25rem !important; } .rounded-right, .rounded-top { border-top-right-radius: 0.25rem !important; } .rounded-bottom, .rounded-right { border-bottom-right-radius: 0.25rem !important; } .rounded-bottom, .rounded-left { border-bottom-left-radius: 0.25rem !important; } .rounded-left { border-top-left-radius: 0.25rem !important; } .rounded-lg { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-0 { border-radius: 0 !important; } .clearfix:after { display: block; clear: both; content: ""; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !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; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !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; } } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .embed-responsive:before { display: block; content: ""; } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-21by9:before { padding-top: 42.857143%; } .embed-responsive-16by9:before { padding-top: 56.25%; } .embed-responsive-4by3:before { padding-top: 75%; } .embed-responsive-1by1:before { padding-top: 100%; } .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-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-fill { flex: 1 1 auto !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; } .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; } .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; } @media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } } .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } @media (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } } @media (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } } @media (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } } @media (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .fixed-top { top: 0; } .fixed-bottom, .fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } .fixed-bottom { bottom: 0; } @supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; } .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { box-shadow: none !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; } .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; } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } .min-vw-100 { min-width: 100vw !important; } .min-vh-100 { min-height: 100vh !important; } .vw-100 { width: 100vw !important; } .vh-100 { height: 100vh !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .m-5 { margin: 3rem !important; } .mt-5, .my-5 { margin-top: 3rem !important; } .mr-5, .mx-5 { margin-right: 3rem !important; } .mb-5, .my-5 { margin-bottom: 3rem !important; } .ml-5, .mx-5 { margin-left: 3rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .p-5 { padding: 3rem !important; } .pt-5, .py-5 { padding-top: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .pb-5, .py-5 { padding-bottom: 3rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .m-n1 { margin: -0.25rem !important; } .mt-n1, .my-n1 { margin-top: -0.25rem !important; } .mr-n1, .mx-n1 { margin-right: -0.25rem !important; } .mb-n1, .my-n1 { margin-bottom: -0.25rem !important; } .ml-n1, .mx-n1 { margin-left: -0.25rem !important; } .m-n2 { margin: -0.5rem !important; } .mt-n2, .my-n2 { margin-top: -0.5rem !important; } .mr-n2, .mx-n2 { margin-right: -0.5rem !important; } .mb-n2, .my-n2 { margin-bottom: -0.5rem !important; } .ml-n2, .mx-n2 { margin-left: -0.5rem !important; } .m-n3 { margin: -1rem !important; } .mt-n3, .my-n3 { margin-top: -1rem !important; } .mr-n3, .mx-n3 { margin-right: -1rem !important; } .mb-n3, .my-n3 { margin-bottom: -1rem !important; } .ml-n3, .mx-n3 { margin-left: -1rem !important; } .m-n4 { margin: -1.5rem !important; } .mt-n4, .my-n4 { margin-top: -1.5rem !important; } .mr-n4, .mx-n4 { margin-right: -1.5rem !important; } .mb-n4, .my-n4 { margin-bottom: -1.5rem !important; } .ml-n4, .mx-n4 { margin-left: -1.5rem !important; } .m-n5 { margin: -3rem !important; } .mt-n5, .my-n5 { margin-top: -3rem !important; } .mr-n5, .mx-n5 { margin-right: -3rem !important; } .mb-n5, .my-n5 { margin-bottom: -3rem !important; } .ml-n5, .mx-n5 { margin-left: -3rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } .stretched-link:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: transparent; } .text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { text-align: justify !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .font-weight-light { font-weight: 300 !important; } .font-weight-lighter { font-weight: lighter !important; } .font-weight-normal { font-weight: 400 !important; } .font-weight-bold { font-weight: 700 !important; } .font-weight-bolder { font-weight: bolder !important; } .font-italic { font-style: italic !important; } .text-white { color: #fff !important; } .text-primary { color: #007bff !important; } a.text-primary:focus, a.text-primary:hover { color: #0056b3 !important; } .text-secondary { color: #6c757d !important; } a.text-secondary:focus, a.text-secondary:hover { color: #494f54 !important; } .text-success { color: #28a745 !important; } a.text-success:focus, a.text-success:hover { color: #19692c !important; } .text-info { color: #17a2b8 !important; } a.text-info:focus, a.text-info:hover { color: #0f6674 !important; } .text-warning { color: #ffc107 !important; } a.text-warning:focus, a.text-warning:hover { color: #ba8b00 !important; } .text-danger { color: #dc3545 !important; } a.text-danger:focus, a.text-danger:hover { color: #a71d2a !important; } .text-light { color: #f8f9fa !important; } a.text-light:focus, a.text-light:hover { color: #cbd3da !important; } .text-dark { color: #343a40 !important; } a.text-dark:focus, a.text-dark:hover { color: #121416 !important; } .text-body { color: #212529 !important; } .text-muted { color: #6c757d !important; } .text-black-50 { color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { color: hsla(0, 0%, 100%, 0.5) !important; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .text-decoration-none { text-decoration: none !important; } .text-break { word-break: break-word !important; word-wrap: break-word !important; } .text-reset { color: inherit !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media print { *, :after, :before { text-shadow: none !important; box-shadow: none !important; } a:not(.btn) { text-decoration: underline; } abbr[title]:after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } blockquote, pre { border: 1px solid #adb5bd; page-break-inside: avoid; } thead { display: table-header-group; } img, tr { page-break-inside: avoid; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } @page { size: a3; } .container, body { min-width: 992px !important; } .navbar { display: none; } .badge { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered td, .table-bordered th { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: #dee2e6; } .table .thead-dark th { color: inherit; border-color: #dee2e6; } } @charset "UTF-8"; /*! * BootstrapVue Custom CSS (https://bootstrap-vue.org) */ .bv-no-focus-ring:focus { outline: none; } @media (max-width: 575.98px) { .bv-d-xs-down-none { display: none !important; } } @media (max-width: 767.98px) { .bv-d-sm-down-none { display: none !important; } } @media (max-width: 991.98px) { .bv-d-md-down-none { display: none !important; } } @media (max-width: 1199.98px) { .bv-d-lg-down-none { display: none !important; } } .bv-d-xl-down-none { display: none !important; } .form-control.focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .form-control.focus.is-valid { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .form-control.focus.is-invalid { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .b-avatar { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; width: 2.5rem; height: 2.5rem; font-size: inherit; font-weight: 400; line-height: 1; max-width: 100%; max-height: auto; text-align: center; overflow: visible; position: relative; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .b-avatar:focus { outline: 0; } .b-avatar.btn, .b-avatar[href] { padding: 0; border: 0; } .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img { transition: transform 0.15s ease-in-out; } .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) { cursor: pointer; } .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img { transform: scale(1.15); } .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] { opacity: 0.65; pointer-events: none; } .b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text { border-radius: inherit; width: 100%; height: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; -webkit-mask-image: radial-gradient(#fff, #000); mask-image: radial-gradient(#fff, #000); } .b-avatar .b-avatar-text { text-transform: uppercase; white-space: nowrap; } .b-avatar[href] { text-decoration: none; } .b-avatar > .b-icon { width: 60%; height: auto; max-width: 100%; } .b-avatar .b-avatar-img img { width: 100%; height: 100%; max-height: auto; border-radius: inherit; -o-object-fit: cover; object-fit: cover; } .b-avatar .b-avatar-badge { position: absolute; min-height: 1.5em; min-width: 1.5em; padding: 0.25em; line-height: 1; border-radius: 10em; font-size: 70%; font-weight: 700; z-index: 1; } .b-avatar-sm { width: 1.5rem; height: 1.5rem; } .b-avatar-sm .b-avatar-text { font-size: 0.6rem; } .b-avatar-sm .b-avatar-badge { font-size: 0.42rem; } .b-avatar-lg { width: 3.5rem; height: 3.5rem; } .b-avatar-lg .b-avatar-text { font-size: 1.4rem; } .b-avatar-lg .b-avatar-badge { font-size: 0.98rem; } .b-avatar-group .b-avatar-group-inner { display: flex; flex-wrap: wrap; } .b-avatar-group .b-avatar { border: 1px solid #dee2e6; } .b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled), .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) { z-index: 1; } .b-calendar { display: inline-flex; } .b-calendar .b-calendar-inner { min-width: 250px; } .b-calendar .b-calendar-header, .b-calendar .b-calendar-nav { margin-bottom: 0.25rem; } .b-calendar .b-calendar-nav .btn { padding: 0.25rem; } .b-calendar output { padding: 0.25rem; font-size: 80%; } .b-calendar output.readonly { background-color: #e9ecef; opacity: 1; } .b-calendar .b-calendar-footer { margin-top: 0.5rem; } .b-calendar .b-calendar-grid { padding: 0; margin: 0; overflow: hidden; } .b-calendar .b-calendar-grid .row { flex-wrap: nowrap; } .b-calendar .b-calendar-grid-caption { padding: 0.25rem; } .b-calendar .b-calendar-grid-body .col[data-date] .btn { width: 32px; height: 32px; font-size: 14px; line-height: 1; margin: 3px auto; padding: 9px 0; } .b-calendar .btn.disabled, .b-calendar .btn:disabled, .b-calendar .btn[aria-disabled="true"] { cursor: default; pointer-events: none; } .card-img-left { border-top-left-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-img-right { border-top-right-radius: calc(0.25rem - 1px); border-bottom-right-radius: calc(0.25rem - 1px); } .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before, .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after { display: none !important; } .dropdown .dropdown-menu:focus { outline: none; } .b-dropdown-form { display: inline-block; padding: 0.25rem 1.5rem; width: 100%; clear: both; font-weight: 400; } .b-dropdown-form:focus { outline: 1px dotted !important; outline: 5px auto -webkit-focus-ring-color !important; } .b-dropdown-form.disabled, .b-dropdown-form:disabled { outline: 0 !important; color: #6c757d; pointer-events: none; } .b-dropdown-text { display: inline-block; padding: 0.25rem 1.5rem; margin-bottom: 0; width: 100%; clear: both; font-weight: lighter; } .custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox { font-size: 1.25rem; line-height: 1.5; padding-left: 1.875rem; } .custom-checkbox.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-checkbox .custom-control-label:before { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; border-radius: 0.3rem; } .custom-checkbox.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-checkbox .custom-control-label:after { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; background-size: 50% 50%; } .custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox { font-size: 0.875rem; line-height: 1.5; padding-left: 1.3125rem; } .custom-checkbox.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-checkbox .custom-control-label:before { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; border-radius: 0.2rem; } .custom-checkbox.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-checkbox .custom-control-label:after { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; background-size: 50% 50%; } .custom-switch.b-custom-control-lg, .input-group-lg .custom-switch { padding-left: 2.8125rem; } .custom-switch.b-custom-control-lg .custom-control-label, .input-group-lg .custom-switch .custom-control-label { font-size: 1.25rem; line-height: 1.5; } .custom-switch.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-switch .custom-control-label:before { top: 0.3125rem; height: 1.25rem; left: -2.8125rem; width: 2.1875rem; border-radius: 0.625rem; } .custom-switch.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-switch .custom-control-label:after { top: calc(0.3125rem + 2px); left: calc(-2.8125rem + 2px); width: calc(1.25rem - 4px); height: calc(1.25rem - 4px); border-radius: 0.625rem; background-size: 50% 50%; } .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label:after, .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label:after { transform: translateX(0.9375rem); } .custom-switch.b-custom-control-sm, .input-group-sm .custom-switch { padding-left: 1.96875rem; } .custom-switch.b-custom-control-sm .custom-control-label, .input-group-sm .custom-switch .custom-control-label { font-size: 0.875rem; line-height: 1.5; } .custom-switch.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-switch .custom-control-label:before { top: 0.21875rem; left: -1.96875rem; width: 1.53125rem; height: 0.875rem; border-radius: 0.4375rem; } .custom-switch.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-switch .custom-control-label:after { top: calc(0.21875rem + 2px); left: calc(-1.96875rem + 2px); width: calc(0.875rem - 4px); height: calc(0.875rem - 4px); border-radius: 0.4375rem; background-size: 50% 50%; } .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label:after, .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label:after { transform: translateX(0.65625rem); } .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn, .input-group > .input-group-append:not(:last-child) > .btn-group > .btn, .input-group > .input-group-prepend > .btn-group > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .input-group-append > .btn-group > .btn, .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .b-form-btn-label-control.form-control { display: flex; align-items: stretch; height: auto; padding: 0; background-image: none; } .input-group .b-form-btn-label-control.form-control { padding: 0; } .b-form-btn-label-control.form-control[dir="rtl"], [dir="rtl"] .b-form-btn-label-control.form-control { flex-direction: row-reverse; } .b-form-btn-label-control.form-control[dir="rtl"] > label, [dir="rtl"] .b-form-btn-label-control.form-control > label { text-align: right; } .b-form-btn-label-control.form-control > .btn { line-height: 1; font-size: inherit; box-shadow: none !important; border: 0; } .b-form-btn-label-control.form-control > .btn:disabled { pointer-events: none; } .b-form-btn-label-control.form-control.is-valid > .btn { color: #28a745; } .b-form-btn-label-control.form-control.is-invalid > .btn { color: #dc3545; } .b-form-btn-label-control.form-control > .dropdown-menu { padding: 0.5rem; } .b-form-btn-label-control.form-control > .form-control { height: auto; min-height: calc(1.5em + 0.75rem); padding-left: 0.25rem; margin: 0; border: 0; outline: 0; background: transparent; word-break: break-word; font-size: inherit; white-space: normal; cursor: pointer; } .b-form-btn-label-control.form-control > .form-control.form-control-sm { min-height: calc(1.5em + 0.5rem); } .b-form-btn-label-control.form-control > .form-control.form-control-lg { min-height: calc(1.5em + 1rem); } .input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control { min-height: calc(1.5em + 0.5rem); padding-top: 0.25rem; padding-bottom: 0.25rem; } .input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control { min-height: calc(1.5em + 1rem); padding-top: 0.5rem; padding-bottom: 0.5rem; } .b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] { background-color: #e9ecef; opacity: 1; } .b-form-btn-label-control.form-control[aria-disabled="true"] { pointer-events: none; } .b-form-btn-label-control.form-control[aria-disabled="true"] > label { cursor: default; } .b-form-btn-label-control.btn-group > .dropdown-menu { padding: 0.5rem; } .custom-file-label { white-space: nowrap; overflow-x: hidden; } .b-custom-control-lg.custom-file, .b-custom-control-lg .custom-file-input, .b-custom-control-lg .custom-file-label, .input-group-lg.custom-file, .input-group-lg .custom-file-input, .input-group-lg .custom-file-label { font-size: 1.25rem; height: calc(1.5em + 1rem + 2px); } .b-custom-control-lg .custom-file-label, .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label, .input-group-lg .custom-file-label:after { padding: 0.5rem 1rem; line-height: 1.5; } .b-custom-control-lg .custom-file-label, .input-group-lg .custom-file-label { border-radius: 0.3rem; } .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label:after { font-size: inherit; height: calc(1.5em + 1rem); border-radius: 0 0.3rem 0.3rem 0; } .b-custom-control-sm.custom-file, .b-custom-control-sm .custom-file-input, .b-custom-control-sm .custom-file-label, .input-group-sm.custom-file, .input-group-sm .custom-file-input, .input-group-sm .custom-file-label { font-size: 0.875rem; height: calc(1.5em + 0.5rem + 2px); } .b-custom-control-sm .custom-file-label, .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label, .input-group-sm .custom-file-label:after { padding: 0.25rem 0.5rem; line-height: 1.5; } .b-custom-control-sm .custom-file-label, .input-group-sm .custom-file-label { border-radius: 0.2rem; } .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label:after { font-size: inherit; height: calc(1.5em + 0.5rem); border-radius: 0 0.2rem 0.2rem 0; } .form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid { background-position: right calc(0.375em + 0.1875rem) center; } input[type="color"].form-control { height: calc(1.5em + 0.75rem + 2px); padding: 0.125rem 0.25rem; } .input-group-sm input[type="color"].form-control, input[type="color"].form-control.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.125rem 0.25rem; } .input-group-lg input[type="color"].form-control, input[type="color"].form-control.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.125rem 0.25rem; } input[type="color"].form-control:disabled { background-color: #adb5bd; opacity: 0.65; } .input-group > .custom-range { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; } .input-group > .custom-file + .custom-range, .input-group > .custom-range + .custom-file, .input-group > .custom-range + .custom-range, .input-group > .custom-range + .custom-select, .input-group > .custom-range + .form-control, .input-group > .custom-range + .form-control-plaintext, .input-group > .custom-select + .custom-range, .input-group > .form-control + .custom-range, .input-group > .form-control-plaintext + .custom-range { margin-left: -1px; } .input-group > .custom-range:focus { z-index: 3; } .input-group > .custom-range:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .custom-range:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > .custom-range { padding: 0 0.75rem; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; height: calc(1.5em + 0.75rem + 2px); border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .input-group > .custom-range { transition: none; } } .input-group > .custom-range:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .input-group > .custom-range:disabled, .input-group > .custom-range[readonly] { background-color: #e9ecef; } .input-group-lg > .custom-range { height: calc(1.5em + 1rem + 2px); padding: 0 1rem; border-radius: 0.3rem; } .input-group-sm > .custom-range { height: calc(1.5em + 0.5rem + 2px); padding: 0 0.5rem; border-radius: 0.2rem; } .input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid { border-color: #28a745; } .input-group .custom-range.is-valid:focus, .was-validated .input-group .custom-range:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track { background-color: rgba(40, 167, 69, 0.35); } .custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track { background: rgba(40, 167, 69, 0.35); } .custom-range.is-valid ~ .valid-feedback, .custom-range.is-valid ~ .valid-tooltip, .was-validated .custom-range:valid ~ .valid-feedback, .was-validated .custom-range:valid ~ .valid-tooltip { display: block; } .custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-ms-track-lower, .custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-upper { background: rgba(40, 167, 69, 0.35); } .input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid { border-color: #dc3545; } .input-group .custom-range.is-invalid:focus, .was-validated .input-group .custom-range:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track { background-color: rgba(220, 53, 69, 0.35); } .custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track { background: rgba(220, 53, 69, 0.35); } .custom-range.is-invalid ~ .invalid-feedback, .custom-range.is-invalid ~ .invalid-tooltip, .was-validated .custom-range:invalid ~ .invalid-feedback, .was-validated .custom-range:invalid ~ .invalid-tooltip { display: block; } .custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-upper { background: rgba(220, 53, 69, 0.35); } .custom-radio.b-custom-control-lg, .input-group-lg .custom-radio { font-size: 1.25rem; line-height: 1.5; padding-left: 1.875rem; } .custom-radio.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-radio .custom-control-label:before { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; } .custom-radio.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-radio .custom-control-label:after { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; background: no-repeat 50%/50% 50%; } .custom-radio.b-custom-control-sm, .input-group-sm .custom-radio { font-size: 0.875rem; line-height: 1.5; padding-left: 1.3125rem; } .custom-radio.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-radio .custom-control-label:before { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; border-radius: 50%; } .custom-radio.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-radio .custom-control-label:after { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; background: no-repeat 50%/50% 50%; } .b-rating { text-align: center; } .b-rating.d-inline-flex { width: auto; } .b-rating .b-rating-star, .b-rating .b-rating-value { padding: 0 0.25em; } .b-rating .b-rating-value { min-width: 2.5em; } .b-rating .b-rating-star { display: inline-flex; justify-content: center; outline: 0; } .b-rating .b-rating-star .b-rating-icon { display: inline-flex; transition: all 0.15s ease-in-out; } .b-rating.disabled, .b-rating:disabled { background-color: #e9ecef; color: #6c757d; } .b-rating:not(.disabled):not(.readonly) .b-rating-star { cursor: pointer; } .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon, .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon { transform: scale(1.5); } .b-rating[dir="rtl"] .b-rating-star-half { transform: scaleX(-1); } .b-form-spinbutton { text-align: center; overflow: hidden; background-image: none; padding: 0; } .b-form-spinbutton[dir="rtl"]:not(.flex-column), [dir="rtl"] .b-form-spinbutton:not(.flex-column) { flex-direction: row-reverse; } .b-form-spinbutton output { font-size: inherit; outline: 0; border: 0; background-color: transparent; width: auto; margin: 0; padding: 0 0.25rem; } .b-form-spinbutton output > bdi, .b-form-spinbutton output > div { display: block; min-width: 2.25em; height: 1.5em; } .b-form-spinbutton.flex-column { height: auto; width: auto; } .b-form-spinbutton.flex-column output { margin: 0 0.25rem; padding: 0.25rem 0; } .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) { output-width: 100%; } .b-form-spinbutton.d-inline-flex:not(.flex-column) { width: auto; } .b-form-spinbutton .btn { line-height: 1; box-shadow: none !important; } .b-form-spinbutton .btn:disabled { pointer-events: none; } .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon { transform: scale(1.25); } .b-form-spinbutton.disabled, .b-form-spinbutton.readonly { background-color: #e9ecef; } .b-form-spinbutton.disabled { pointer-events: none; } .b-form-tags .b-form-tags-list { margin-top: -0.25rem; } .b-form-tags .b-form-tags-list .b-form-tag, .b-form-tags .b-form-tags-list .b-from-tags-field { margin-top: 0.25rem; } .b-form-tags.focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .b-form-tags.focus.is-valid { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .b-form-tags.focus.is-invalid { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .b-form-tags.disabled { background-color: #e9ecef; } .b-form-tag { font-size: 75%; font-weight: 400; line-height: 1.5; margin-right: 0.25rem; } .b-form-tag.disabled { opacity: 0.75; } .b-form-tag > button.b-form-tag-remove { color: inherit; font-size: 125%; line-height: 1; float: none; margin-left: 0.25rem; } .form-control-lg .b-form-tag, .form-control-sm .b-form-tag { line-height: 1.5; } .media-aside { display: flex; margin-right: 1rem; } .media-aside-right { margin-right: 0; margin-left: 1rem; } .modal-backdrop { opacity: 0.5; } .b-pagination-pills .page-item .page-link { border-radius: 50rem !important; margin-left: 0.25rem; line-height: 1; } .b-pagination-pills .page-item:first-child .page-link { margin-left: 0; } .popover.b-popover { display: block; opacity: 1; outline: 0; } .popover.b-popover.fade:not(.show) { opacity: 0; } .popover.b-popover.show { opacity: 1; } .b-popover-primary.popover { background-color: #cce5ff; border-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-primary.bs-popover-top > .arrow:before { border-top-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-primary.bs-popover-top > .arrow:after { border-top-color: #cce5ff; } .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-primary.bs-popover-right > .arrow:before { border-right-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-primary.bs-popover-right > .arrow:after { border-right-color: #cce5ff; } .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-primary.bs-popover-bottom > .arrow:before { border-bottom-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-primary.bs-popover-bottom .popover-header:before, .b-popover-primary.bs-popover-bottom > .arrow:after { border-bottom-color: #bdddff; } .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-primary.bs-popover-left > .arrow:before { border-left-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-primary.bs-popover-left > .arrow:after { border-left-color: #cce5ff; } .b-popover-primary .popover-header { color: #212529; background-color: #bdddff; border-bottom-color: #a3d0ff; } .b-popover-primary .popover-body { color: #004085; } .b-popover-secondary.popover { background-color: #e2e3e5; border-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-secondary.bs-popover-top > .arrow:before { border-top-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-secondary.bs-popover-top > .arrow:after { border-top-color: #e2e3e5; } .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-secondary.bs-popover-right > .arrow:before { border-right-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-secondary.bs-popover-right > .arrow:after { border-right-color: #e2e3e5; } .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-secondary.bs-popover-bottom > .arrow:before { border-bottom-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-secondary.bs-popover-bottom .popover-header:before, .b-popover-secondary.bs-popover-bottom > .arrow:after { border-bottom-color: #dadbde; } .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-secondary.bs-popover-left > .arrow:before { border-left-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-secondary.bs-popover-left > .arrow:after { border-left-color: #e2e3e5; } .b-popover-secondary .popover-header { color: #212529; background-color: #dadbde; border-bottom-color: #ccced2; } .b-popover-secondary .popover-body { color: #383d41; } .b-popover-success.popover { background-color: #d4edda; border-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-success.bs-popover-top > .arrow:before { border-top-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-success.bs-popover-top > .arrow:after { border-top-color: #d4edda; } .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-success.bs-popover-right > .arrow:before { border-right-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-success.bs-popover-right > .arrow:after { border-right-color: #d4edda; } .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-success.bs-popover-bottom > .arrow:before { border-bottom-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-success.bs-popover-bottom .popover-header:before, .b-popover-success.bs-popover-bottom > .arrow:after { border-bottom-color: #c9e8d1; } .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-success.bs-popover-left > .arrow:before { border-left-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-success.bs-popover-left > .arrow:after { border-left-color: #d4edda; } .b-popover-success .popover-header { color: #212529; background-color: #c9e8d1; border-bottom-color: #b7e1c1; } .b-popover-success .popover-body { color: #155724; } .b-popover-info.popover { background-color: #d1ecf1; border-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-info.bs-popover-top > .arrow:before { border-top-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-info.bs-popover-top > .arrow:after { border-top-color: #d1ecf1; } .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-info.bs-popover-right > .arrow:before { border-right-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-info.bs-popover-right > .arrow:after { border-right-color: #d1ecf1; } .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-info.bs-popover-bottom > .arrow:before { border-bottom-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-info.bs-popover-bottom .popover-header:before, .b-popover-info.bs-popover-bottom > .arrow:after { border-bottom-color: #c5e7ed; } .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-info.bs-popover-left > .arrow:before { border-left-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-info.bs-popover-left > .arrow:after { border-left-color: #d1ecf1; } .b-popover-info .popover-header { color: #212529; background-color: #c5e7ed; border-bottom-color: #b2dfe7; } .b-popover-info .popover-body { color: #0c5460; } .b-popover-warning.popover { background-color: #fff3cd; border-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-warning.bs-popover-top > .arrow:before { border-top-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-warning.bs-popover-top > .arrow:after { border-top-color: #fff3cd; } .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-warning.bs-popover-right > .arrow:before { border-right-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-warning.bs-popover-right > .arrow:after { border-right-color: #fff3cd; } .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-warning.bs-popover-bottom > .arrow:before { border-bottom-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-warning.bs-popover-bottom .popover-header:before, .b-popover-warning.bs-popover-bottom > .arrow:after { border-bottom-color: #ffefbe; } .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-warning.bs-popover-left > .arrow:before { border-left-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-warning.bs-popover-left > .arrow:after { border-left-color: #fff3cd; } .b-popover-warning .popover-header { color: #212529; background-color: #ffefbe; border-bottom-color: #ffe9a4; } .b-popover-warning .popover-body { color: #856404; } .b-popover-danger.popover { background-color: #f8d7da; border-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-danger.bs-popover-top > .arrow:before { border-top-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-danger.bs-popover-top > .arrow:after { border-top-color: #f8d7da; } .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-danger.bs-popover-right > .arrow:before { border-right-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-danger.bs-popover-right > .arrow:after { border-right-color: #f8d7da; } .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-danger.bs-popover-bottom > .arrow:before { border-bottom-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-danger.bs-popover-bottom .popover-header:before, .b-popover-danger.bs-popover-bottom > .arrow:after { border-bottom-color: #f6cace; } .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-danger.bs-popover-left > .arrow:before { border-left-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-danger.bs-popover-left > .arrow:after { border-left-color: #f8d7da; } .b-popover-danger .popover-header { color: #212529; background-color: #f6cace; border-bottom-color: #f2b4ba; } .b-popover-danger .popover-body { color: #721c24; } .b-popover-light.popover { background-color: #fefefe; border-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-light.bs-popover-top > .arrow:before { border-top-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-light.bs-popover-top > .arrow:after { border-top-color: #fefefe; } .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-light.bs-popover-right > .arrow:before { border-right-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-light.bs-popover-right > .arrow:after { border-right-color: #fefefe; } .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-light.bs-popover-bottom > .arrow:before { border-bottom-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-light.bs-popover-bottom .popover-header:before, .b-popover-light.bs-popover-bottom > .arrow:after { border-bottom-color: #f6f6f6; } .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-light.bs-popover-left > .arrow:before { border-left-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-light.bs-popover-left > .arrow:after { border-left-color: #fefefe; } .b-popover-light .popover-header { color: #212529; background-color: #f6f6f6; border-bottom-color: #eaeaea; } .b-popover-light .popover-body { color: #818182; } .b-popover-dark.popover { background-color: #d6d8d9; border-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-dark.bs-popover-top > .arrow:before { border-top-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-dark.bs-popover-top > .arrow:after { border-top-color: #d6d8d9; } .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-dark.bs-popover-right > .arrow:before { border-right-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-dark.bs-popover-right > .arrow:after { border-right-color: #d6d8d9; } .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-dark.bs-popover-bottom > .arrow:before { border-bottom-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-dark.bs-popover-bottom .popover-header:before, .b-popover-dark.bs-popover-bottom > .arrow:after { border-bottom-color: #ced0d2; } .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-dark.bs-popover-left > .arrow:before { border-left-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-dark.bs-popover-left > .arrow:after { border-left-color: #d6d8d9; } .b-popover-dark .popover-header { color: #212529; background-color: #ced0d2; border-bottom-color: #c1c4c5; } .b-popover-dark .popover-body { color: #1b1e21; } .b-sidebar-outer { position: fixed; top: 0; left: 0; right: 0; height: 0; overflow: visible; z-index: 1035; } .b-sidebar-backdrop { left: 0; z-index: -1; width: 100vw; opacity: 0.6; } .b-sidebar, .b-sidebar-backdrop { position: fixed; top: 0; height: 100vh; } .b-sidebar { display: flex; flex-direction: column; width: 320px; max-width: 100%; max-height: 100%; margin: 0; outline: 0; transform: translateX(0); } .b-sidebar.slide { transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .b-sidebar.slide { transition: none; } } .b-sidebar:not(.b-sidebar-right) { left: 0; right: auto; } .b-sidebar:not(.b-sidebar-right).slide:not(.show) { transform: translateX(-100%); } .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close { margin-left: auto; } .b-sidebar.b-sidebar-right { left: auto; right: 0; } .b-sidebar.b-sidebar-right.slide:not(.show) { transform: translateX(100%); } .b-sidebar.b-sidebar-right > .b-sidebar-header .close { margin-right: auto; } .b-sidebar > .b-sidebar-header { font-size: 1.5rem; padding: 0.5rem 1rem; display: flex; flex-direction: row; flex-grow: 0; align-items: center; } [dir="rtl"] .b-sidebar > .b-sidebar-header { flex-direction: row-reverse; } .b-sidebar > .b-sidebar-header .close { float: none; font-size: 1.5rem; } .b-sidebar > .b-sidebar-body { flex-grow: 1; height: 100%; overflow-y: auto; } .b-sidebar > .b-sidebar-footer { flex-grow: 0; } .b-skeleton-wrapper { cursor: wait; } .b-skeleton { position: relative; overflow: hidden; background-color: rgba(0, 0, 0, 0.12); cursor: wait; -webkit-mask-image: radial-gradient(#fff, #000); mask-image: radial-gradient(#fff, #000); } .b-skeleton:before { content: " "; } .b-skeleton-text { height: 1rem; margin-bottom: 0.25rem; border-radius: 0.25rem; } .b-skeleton-button { width: 75px; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; } .b-skeleton-avatar { width: 2.5em; height: 2.5em; border-radius: 50%; } .b-skeleton-input { height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.5; border: 1px solid #ced4da; border-radius: 0.25rem; } .b-skeleton-icon-wrapper svg { color: rgba(0, 0, 0, 0.12); } .b-skeleton-img { height: 100%; width: 100%; } .b-skeleton-animate-wave:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background: linear-gradient( 90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent ); -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite; animation: b-skeleton-animate-wave 1.75s linear infinite; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-wave:after { background: none; -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-wave { 0% { transform: translateX(-100%); } to { transform: translateX(100%); } } @keyframes b-skeleton-animate-wave { 0% { transform: translateX(-100%); } to { transform: translateX(100%); } } .b-skeleton-animate-fade { -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out infinite alternate; animation: b-skeleton-animate-fade 0.875s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-fade { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-fade { 0% { opacity: 1; } to { opacity: 0.4; } } @keyframes b-skeleton-animate-fade { 0% { opacity: 1; } to { opacity: 0.4; } } .b-skeleton-animate-throb { -webkit-animation: b-skeleton-animate-throb 0.875s ease-in infinite alternate; animation: b-skeleton-animate-throb 0.875s ease-in infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-throb { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-throb { 0% { transform: scale(1); } to { transform: scale(0.975); } } @keyframes b-skeleton-animate-throb { 0% { transform: scale(1); } to { transform: scale(0.975); } } .table.b-table.b-table-fixed { table-layout: fixed; } .table.b-table.b-table-no-border-collapse { border-collapse: separate; border-spacing: 0; } .table.b-table[aria-busy="true"] { opacity: 0.55; } .table.b-table > tbody > tr.b-table-details > td { border-top: none !important; } .table.b-table > caption { caption-side: bottom; } .table.b-table.b-table-caption-top > caption { caption-side: top !important; } .table.b-table > tbody > .table-active, .table.b-table > tbody > .table-active > td, .table.b-table > tbody > .table-active > th { background-color: rgba(0, 0, 0, 0.075); } .table.b-table.table-hover > tbody > tr.table-active:hover td, .table.b-table.table-hover > tbody > tr.table-active:hover th { color: #212529; background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075)); background-repeat: no-repeat; } .table.b-table > tbody > .bg-active, .table.b-table > tbody > .bg-active > td, .table.b-table > tbody > .bg-active > th { background-color: hsla(0, 0%, 100%, 0.075) !important; } .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th { color: #fff; background-image: linear-gradient( hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075) ); background-repeat: no-repeat; } .b-table-sticky-header, .table-responsive, [class*="table-responsive-"] { margin-bottom: 1rem; } .b-table-sticky-header > .table, .table-responsive > .table, [class*="table-responsive-"] > .table { margin-bottom: 0; } .b-table-sticky-header { overflow-y: auto; max-height: 300px; } @media print { .b-table-sticky-header { overflow-y: visible !important; max-height: none !important; } } @supports (position: sticky) { .b-table-sticky-header > .table.b-table > thead > tr > th { position: sticky; top: 0; z-index: 2; } .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column { position: sticky; left: 0; } .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column { z-index: 5; } .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column { z-index: 2; } .table.b-table > tbody > tr > .table-b-table-default, .table.b-table > tfoot > tr > .table-b-table-default, .table.b-table > thead > tr > .table-b-table-default { color: #212529; background-color: #fff; } .table.b-table.table-dark > tbody > tr > .bg-b-table-default, .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .table.b-table.table-dark > thead > tr > .bg-b-table-default { color: #fff; background-color: #343a40; } .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default { background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); background-repeat: no-repeat; } .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default { background-image: linear-gradient( hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05) ); background-repeat: no-repeat; } .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default { color: #212529; background-image: linear-gradient( rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075) ); background-repeat: no-repeat; } .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default { color: #fff; background-image: linear-gradient( hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075) ); background-repeat: no-repeat; } } .table.b-table > tfoot > tr > [aria-sort], .table.b-table > thead > tr > [aria-sort] { cursor: pointer; background-image: none; background-repeat: no-repeat; background-size: 0.65em 1em; } .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) { background-position: right 0.375rem center; padding-right: calc(0.75rem + 0.65em); } .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left { background-position: left 0.375rem center; padding-left: calc(0.75rem + 0.65em); } .table.b-table > tfoot > tr > [aria-sort="none"], .table.b-table > thead > tr > [aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > [aria-sort="ascending"], .table.b-table > thead > tr > [aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > [aria-sort="descending"], .table.b-table > thead > tr > [aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="none"], .table.b-table.table-dark > thead > tr > [aria-sort="none"], .table.b-table > .thead-dark > tr > [aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"], .table.b-table.table-dark > thead > tr > [aria-sort="ascending"], .table.b-table > .thead-dark > tr > [aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="descending"], .table.b-table.table-dark > thead > tr > [aria-sort="descending"], .table.b-table > .thead-dark > tr > [aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="none"], .table.b-table > thead > tr > .table-dark[aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"], .table.b-table > thead > tr > .table-dark[aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="descending"], .table.b-table > thead > tr > .table-dark[aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) { background-position: right 0.15rem center; padding-right: calc(0.3rem + 0.65em); } .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left { background-position: left 0.15rem center; padding-left: calc(0.3rem + 0.65em); } .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr { cursor: pointer; } .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (max-width: 575.98px) { .table.b-table.b-table-stacked-sm { display: block; width: 100%; } .table.b-table.b-table-stacked-sm > caption, .table.b-table.b-table-stacked-sm > tbody, .table.b-table.b-table-stacked-sm > tbody > tr, .table.b-table.b-table-stacked-sm > tbody > tr > td, .table.b-table.b-table-stacked-sm > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-sm > tfoot, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-sm > thead, .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-sm > caption { caption-side: top !important; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .table.b-table.b-table-stacked-sm > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 767.98px) { .table.b-table.b-table-stacked-md { display: block; width: 100%; } .table.b-table.b-table-stacked-md > caption, .table.b-table.b-table-stacked-md > tbody, .table.b-table.b-table-stacked-md > tbody > tr, .table.b-table.b-table-stacked-md > tbody > tr > td, .table.b-table.b-table-stacked-md > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-md > tfoot, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-md > thead, .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-md > caption { caption-side: top !important; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .table.b-table.b-table-stacked-md > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-md > tbody > tr > :first-child, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 991.98px) { .table.b-table.b-table-stacked-lg { display: block; width: 100%; } .table.b-table.b-table-stacked-lg > caption, .table.b-table.b-table-stacked-lg > tbody, .table.b-table.b-table-stacked-lg > tbody > tr, .table.b-table.b-table-stacked-lg > tbody > tr > td, .table.b-table.b-table-stacked-lg > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-lg > tfoot, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-lg > thead, .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-lg > caption { caption-side: top !important; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .table.b-table.b-table-stacked-lg > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 1199.98px) { .table.b-table.b-table-stacked-xl { display: block; width: 100%; } .table.b-table.b-table-stacked-xl > caption, .table.b-table.b-table-stacked-xl > tbody, .table.b-table.b-table-stacked-xl > tbody > tr, .table.b-table.b-table-stacked-xl > tbody > tr > td, .table.b-table.b-table-stacked-xl > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-xl > tfoot, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-xl > thead, .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-xl > caption { caption-side: top !important; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .table.b-table.b-table-stacked-xl > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th { border-top-width: 3px; } } .table.b-table.b-table-stacked { display: block; width: 100%; } .table.b-table.b-table-stacked > caption, .table.b-table.b-table-stacked > tbody, .table.b-table.b-table-stacked > tbody > tr, .table.b-table.b-table-stacked > tbody > tr > td, .table.b-table.b-table-stacked > tbody > tr > th { display: block; } .table.b-table.b-table-stacked > tfoot, .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked > thead, .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked > caption { caption-side: top !important; } .table.b-table.b-table-stacked > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked > tbody > tr.bottom-row, .table.b-table.b-table-stacked > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked > tbody > tr > :first-child, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th { border-top-width: 3px; } .b-time { min-width: 150px; } .b-time[aria-disabled="true"] output, .b-time[aria-readonly="true"] output, .b-time output.disabled { background-color: #e9ecef; opacity: 1; } .b-time[aria-disabled="true"] output { pointer-events: none; } [dir="rtl"] .b-time > .d-flex:not(.flex-column) { flex-direction: row-reverse; } .b-time .b-time-header { margin-bottom: 0.5rem; } .b-time .b-time-header output { padding: 0.25rem; font-size: 80%; } .b-time .b-time-footer { margin-top: 0.5rem; } .b-time .b-time-ampm { margin-left: 0.5rem; } .b-toast { display: block; position: relative; max-width: 350px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-clip: padding-box; z-index: 1; border-radius: 0.25rem; } .b-toast .toast { background-color: hsla(0, 0%, 100%, 0.85); } .b-toast:not(:last-child) { margin-bottom: 0.75rem; } .b-toast.b-toast-solid .toast { background-color: #fff; } .b-toast .toast { opacity: 1; } .b-toast .toast.fade:not(.show) { opacity: 0; } .b-toast .toast .toast-body { display: block; } .b-toast-primary .toast { background-color: rgba(230, 242, 255, 0.85); border-color: rgba(184, 218, 255, 0.85); color: #004085; } .b-toast-primary .toast .toast-header { color: #004085; background-color: rgba(204, 229, 255, 0.85); border-bottom-color: rgba(184, 218, 255, 0.85); } .b-toast-primary.b-toast-solid .toast { background-color: #e6f2ff; } .b-toast-secondary .toast { background-color: rgba(239, 240, 241, 0.85); border-color: rgba(214, 216, 219, 0.85); color: #383d41; } .b-toast-secondary .toast .toast-header { color: #383d41; background-color: rgba(226, 227, 229, 0.85); border-bottom-color: rgba(214, 216, 219, 0.85); } .b-toast-secondary.b-toast-solid .toast { background-color: #eff0f1; } .b-toast-success .toast { background-color: rgba(230, 245, 233, 0.85); border-color: rgba(195, 230, 203, 0.85); color: #155724; } .b-toast-success .toast .toast-header { color: #155724; background-color: rgba(212, 237, 218, 0.85); border-bottom-color: rgba(195, 230, 203, 0.85); } .b-toast-success.b-toast-solid .toast { background-color: #e6f5e9; } .b-toast-info .toast { background-color: rgba(229, 244, 247, 0.85); border-color: rgba(190, 229, 235, 0.85); color: #0c5460; } .b-toast-info .toast .toast-header { color: #0c5460; background-color: rgba(209, 236, 241, 0.85); border-bottom-color: rgba(190, 229, 235, 0.85); } .b-toast-info.b-toast-solid .toast { background-color: #e5f4f7; } .b-toast-warning .toast { background-color: rgba(255, 249, 231, 0.85); border-color: rgba(255, 238, 186, 0.85); color: #856404; } .b-toast-warning .toast .toast-header { color: #856404; background-color: rgba(255, 243, 205, 0.85); border-bottom-color: rgba(255, 238, 186, 0.85); } .b-toast-warning.b-toast-solid .toast { background-color: #fff9e7; } .b-toast-danger .toast { background-color: rgba(252, 237, 238, 0.85); border-color: rgba(245, 198, 203, 0.85); color: #721c24; } .b-toast-danger .toast .toast-header { color: #721c24; background-color: rgba(248, 215, 218, 0.85); border-bottom-color: rgba(245, 198, 203, 0.85); } .b-toast-danger.b-toast-solid .toast { background-color: #fcedee; } .b-toast-light .toast { background-color: hsla(0, 0%, 100%, 0.85); border-color: rgba(253, 253, 254, 0.85); color: #818182; } .b-toast-light .toast .toast-header { color: #818182; background-color: hsla(0, 0%, 99.6%, 0.85); border-bottom-color: rgba(253, 253, 254, 0.85); } .b-toast-light.b-toast-solid .toast { background-color: #fff; } .b-toast-dark .toast { background-color: rgba(227, 229, 229, 0.85); border-color: rgba(198, 200, 202, 0.85); color: #1b1e21; } .b-toast-dark .toast .toast-header { color: #1b1e21; background-color: rgba(214, 216, 217, 0.85); border-bottom-color: rgba(198, 200, 202, 0.85); } .b-toast-dark.b-toast-solid .toast { background-color: #e3e5e5; } .b-toaster { z-index: 1100; } .b-toaster .b-toaster-slot { position: relative; display: block; } .b-toaster .b-toaster-slot:empty { display: none !important; } .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right { position: fixed; left: 0.5rem; right: 0.5rem; margin: 0; padding: 0; height: 0; overflow: visible; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { position: absolute; max-width: 350px; width: 100%; left: 0; right: 0; padding: 0; margin: 0; } .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-top-full .b-toaster-slot .toast { width: 100%; max-width: 100%; } .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right { top: 0; } .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { top: 0.5rem; } .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right { bottom: 0; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot { bottom: 0.5rem; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { margin-left: auto; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot { margin-right: auto; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move { transition: transform 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade { transition-delay: 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active { position: absolute; transition-delay: 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade { transition-delay: 0s; } .tooltip.b-tooltip { display: block; opacity: 0.9; outline: 0; } .tooltip.b-tooltip.fade:not(.show) { opacity: 0; } .tooltip.b-tooltip.show { opacity: 0.9; } .tooltip.b-tooltip.noninteractive { pointer-events: none; } .tooltip.b-tooltip .arrow { margin: 0 0.25rem; } .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-right .arrow { margin: 0.25rem 0; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before { border-top-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before { border-right-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before { border-bottom-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before { border-left-color: #007bff; } .tooltip.b-tooltip-primary .tooltip-inner { color: #fff; background-color: #007bff; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before { border-top-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before { border-right-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before { border-bottom-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before { border-left-color: #6c757d; } .tooltip.b-tooltip-secondary .tooltip-inner { color: #fff; background-color: #6c757d; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-top .arrow:before { border-top-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-right .arrow:before { border-right-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before { border-bottom-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-left .arrow:before { border-left-color: #28a745; } .tooltip.b-tooltip-success .tooltip-inner { color: #fff; background-color: #28a745; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-top .arrow:before { border-top-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-right .arrow:before { border-right-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before { border-bottom-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-left .arrow:before { border-left-color: #17a2b8; } .tooltip.b-tooltip-info .tooltip-inner { color: #fff; background-color: #17a2b8; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before { border-top-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before { border-right-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before { border-bottom-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before { border-left-color: #ffc107; } .tooltip.b-tooltip-warning .tooltip-inner { color: #212529; background-color: #ffc107; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before { border-top-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before { border-right-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before { border-bottom-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before { border-left-color: #dc3545; } .tooltip.b-tooltip-danger .tooltip-inner { color: #fff; background-color: #dc3545; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before { border-top-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-right .arrow:before { border-right-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before { border-bottom-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-left .arrow:before { border-left-color: #f8f9fa; } .tooltip.b-tooltip-light .tooltip-inner { color: #212529; background-color: #f8f9fa; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before { border-top-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before { border-right-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before { border-bottom-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before { border-left-color: #343a40; } .tooltip.b-tooltip-dark .tooltip-inner { color: #fff; background-color: #343a40; } .b-icon.bi { display: inline-block; overflow: visible; vertical-align: -0.15em; } .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { transform-origin: center; -webkit-animation: b-icon-animation-cylon 0.75s ease-in-out infinite alternate; animation: b-icon-animation-cylon 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { transform-origin: center; -webkit-animation: b-icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate; animation: b-icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { transform-origin: center; -webkit-animation: b-icon-animation-fade 0.75s ease-in-out infinite alternate; animation: b-icon-animation-fade 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { transform-origin: center; -webkit-animation: b-icon-animation-spin 2s linear infinite normal; animation: b-icon-animation-spin 2s linear infinite normal; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { transform-origin: center; animation: b-icon-animation-spin 2s linear infinite reverse; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { transform-origin: center; -webkit-animation: b-icon-animation-spin 1s steps(8) infinite normal; animation: b-icon-animation-spin 1s steps(8) infinite normal; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { transform-origin: center; animation: b-icon-animation-spin 1s steps(8) infinite reverse; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { transform-origin: center; -webkit-animation: b-icon-animation-throb 0.75s ease-in-out infinite alternate; animation: b-icon-animation-throb 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-icon-animation-cylon { 0% { transform: translateX(-25%); } to { transform: translateX(25%); } } @keyframes b-icon-animation-cylon { 0% { transform: translateX(-25%); } to { transform: translateX(25%); } } @-webkit-keyframes b-icon-animation-cylon-vertical { 0% { transform: translateY(25%); } to { transform: translateY(-25%); } } @keyframes b-icon-animation-cylon-vertical { 0% { transform: translateY(25%); } to { transform: translateY(-25%); } } @-webkit-keyframes b-icon-animation-fade { 0% { opacity: 0.1; } to { opacity: 1; } } @keyframes b-icon-animation-fade { 0% { opacity: 0.1; } to { opacity: 1; } } @-webkit-keyframes b-icon-animation-spin { 0% { transform: rotate(0deg); } to { transform: rotate(359deg); } } @keyframes b-icon-animation-spin { 0% { transform: rotate(0deg); } to { transform: rotate(359deg); } } @-webkit-keyframes b-icon-animation-throb { 0% { opacity: 0.5; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } } @keyframes b-icon-animation-throb { 0% { opacity: 0.5; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } } .btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi { font-size: 125%; vertical-align: text-bottom; } @font-face { font-family: "roboto-black"; src: url(/../fonts/Roboto-Black.1224b64.ttf); } @font-face { font-family: "roboto-regular"; src: url(../fonts/Roboto-Regular.03523cf.ttf); } @font-face { font-family: "roboto-light"; src: url(../fonts/Roboto-Light.0cea398.ttf); } @font-face { font-family: "amanise"; src: url(../fonts/Amanise.f73e260.ttf); } @font-face { font-family: "honey-carrot"; src: url(../fonts/Honey-Carrot.5d786cf.ttf); } @font-face { font-family: "brittney-signature"; src: url("../fonts/Brittney Signature.80881c0.ttf"); } @font-face { font-family: "julietta-messie"; src: url(../fonts/Julietta-Messie.9602406.otf); } @font-face { font-family: "malatan"; src: url(../fonts/malatan.d7422f1.ttf); } @font-face { font-family: "maxcellent"; src: url(../fonts/maxcellent.1a85346.ttf); } @font-face { font-family: "salty"; src: url(../fonts/salty.1e386ee.ttf); } @font-face { font-family: "twinkle"; src: url(../fonts/twinkle.5439246.ttf); } @font-face { font-family: "meylina"; src: url(../fonts/Meylina_DEMO.618ead9.ttf); } @font-face { font-family: "billy_signature"; src: url(../fonts/billy_signature.342ac43.ttf); } @font-face { font-family: "rosemary_jasmine"; src: url(../fonts/Rosemary-Jasmine.76fcb97.ttf); } @font-face { font-family: "halimun"; src: url(../fonts/Halimun-W7jn.d49fc08.ttf); } @font-face { font-family: "richard_hamilton"; src: url(../fonts/Richard-Hamilton.2a56f5a.ttf); } @font-face { font-family: "bebas_neu"; src: url(../fonts/bebas_neu.c501e16.ttf); } @font-face { font-family: "comforta"; src: url(../fonts/comforta.c6eb380.ttf); } @font-face { font-family: "slim_summer"; src: url(../fonts/slim_summer.e8efb1e.otf); } @font-face { font-family: "old_types"; src: url(../fonts/old_types.db3851a.ttf); } @font-face { font-family: "javassoul"; src: url(../fonts/javassoul.8fa36a0.ttf); } #coupleProfile h4 { font-size: 2rem; } .font-rosemary_jasmine-title #coupleProfile h4 { font-size: 3.4rem; line-height: 0.5; } .font-rosemary_jasmine-title #countdown li span b { font-size: 5rem; line-height: 0.5; } .font-rosemary_jasmine-title .content-layout section h1 { font-size: 4.3rem; line-height: 0.5; } .font-rosemary_jasmine-title h1 { font-family: "rosemary_jasmine"; font-size: 4.3rem; line-height: 0.5 !important; } .font-rosemary_jasmine-title h4.premium-title { font-family: "rosemary_jasmine" !important; font-size: 30px; } .font-honey-carrot-title h1 { font-family: "honey-carrot"; } .font-honey-carrot-title h4.premium-title { font-family: "honey-carrot" !important; font-size: 30px; } .font-javassoul-title h1 { font-family: "javassoul"; } .font-javassoul-title h4.premium-title { font-family: "javassoul" !important; font-size: 30px; } .font-julietta-messie-title h1 { font-family: "julietta-messie"; } .font-julietta-messie-title h4.premium-title { font-family: "julietta-messie" !important; font-size: 30px; } .font-brittney-signature-title h1 { font-family: "brittney-signature"; font-size: 5rem !important; line-height: 0.8 !important; } .font-brittney-signature-title h4.premium-title { font-family: "brittney-signature" !important; font-size: 40px; } .font-brittney-signature-title #coupleProfile h4 { font-size: 3rem; } .font-richard_hamilton-title h1 { font-family: "richard_hamilton"; font-size: 38px !important; } .font-richard_hamilton-title h4.premium-title { font-family: "richard_hamilton" !important; font-size: 38px; } .font-richard_hamilton-title #coupleProfile h4 { font-size: 32px; } .font-comforta-title h1 { font-family: "comforta"; font-size: 35px !important; letter-spacing: -2px; } .font-comforta-title h4.premium-title { font-family: "comforta" !important; font-size: 35px; } .font-comforta-title #coupleProfile h4 { font-size: 28px; } .font-bebas_neu-title h1 { font-family: "bebas_neu"; font-size: 40px !important; } .font-bebas_neu-title h4.premium-title { font-family: "bebas_neu" !important; font-size: 40px; } .font-bebas_neu-title #coupleProfile h4 { font-size: 32px; } .font-halimun-title h1 { font-family: "halimun"; font-size: 28px !important; } .font-halimun-title h4.premium-title { font-family: "halimun" !important; font-size: 28px; } .font-halimun-title #coupleProfile h4 { font-size: 22px; } .font-meylina-title h1 { font-family: "meylina"; } .font-meylina-title h4.premium-title { font-family: "meylina" !important; font-size: 30px; } section .title-text { padding-left: 10%; padding-right: 10%; } .font-malatan-title h1 { font-family: "malatan"; } .font-malatan-title h4.premium-title { font-family: "malatan" !important; font-size: 30px; } .item-rundown a { margin-top: 15px; } .font-maxcellent-title h1 { font-family: "maxcellent"; } .font-maxcellent-title section h1 { font-size: 2.7rem; } .font-maxcellent-title #welcome h1 { font-size: 2.7rem !important; } .font-maxcellent-title h4.premium-title { font-family: "maxcellent" !important; font-size: 30px; } .font-salty-title h1 { font-family: "salty"; line-height: 0.8 !important; } .font-salty-title h4.premium-title { font-family: "salty" !important; font-size: 30px; } .font-twinkle-title h1 { font-family: "twinkle"; line-height: 0.8 !important; } .font-twinkle-title h4.premium-title { font-family: "twinkle" !important; font-size: 30px; } .font-amanise-title h1 { font-family: "amanise"; } .font-amanise-title h4.premium-title { font-family: "amanise" !important; font-size: 30px; } .font-billy_signature-title h1 { font-family: "billy_signature"; } .font-billy_signature-title section h1 { font-size: 3rem; } .font-billy_signature-title #welcome h1 { font-size: 2.7rem !important; } .font-old_types-title h1 { font-family: "old_types"; } .font-old_types-title section h1 { font-size: 2.7rem; } .font-old_types-title #welcome h1 { font-size: 3rem !important; } .font-slim_summer-title h1 { font-family: "slim_summer"; } b, strong { font-family: "roboto-black"; } h1, h2, h3, h4 { font-family: "roboto-regular"; } p { font-family: "roboto-light"; } html { overflow-x: hidden; } img { max-width: 100%; } .setting-wrapper input[type="color"] { width: 100px; } .setting-wrapper #accordion-6 .b-form-tag > button.b-form-tag-remove { font-size: 11px; } .setting-wrapper #accordion-6 .form-control-sm .b-form-tag { margin-bottom: 3px; align-items: flex-start !important; text-align: left; display: flex !important; } .setting-wrapper #accordion-6 .text-truncate { font-size: 11px; white-space: pre-wrap; } .back-home { width: 100%; vertical-align: middle; background: #fff; color: #2d2d2d; } .back-home a { color: #2d2d2d; text-decoration: none; } .back-home .b-icon.bi { vertical-align: 0.1em; } .back-home h4 { font-weight: 900; color: #2d2d2d; display: inline; letter-spacing: -1px; } .back-home h4 span { color: #f63854; } .font-list { padding-left: 0; max-height: 300px; overflow: auto; overflow-x: hidden; } .font-list li { list-style: none; } .dekorasi-wrap { max-height: 400px; overflow: auto; overflow-x: hidden; padding: 20px; } .dekorasi-wrap .col-4 { padding-left: 5px; padding-right: 5px; } .item-preview-admin { display: inline-block; margin-top: 10px; } .item-preview-admin.active { border: 3px solid #f63854; } .full-height { height: 100vh; } .text-center { text-align: center; } .layout-center { width: 100vw; height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; } .form-center { width: 80%; max-width: 400px; } .flying-alert { position: fixed; z-index: 99999; left: 0; top: 0; padding: 20px; } .m-pad { padding-left: 20px; padding-right: 20px; } .cover { float: left; width: 100%; position: relative; } .add-shadow { box-shadow: 0 0 13px 1px rgba(184, 180, 184, 0.5); } audio { height: 37px; } .ui.selection.dropdown { border: 1px solid rgba(81, 93, 105, 0.35); } .ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text { color: #777373; } .padding-balance { padding-left: 10%; padding-right: 10%; } .col-pad-right { padding-right: 10px; } .col-pad-left { padding-left: 10px; } .content-layout section h1 { font-size: 3rem; margin-bottom: 30px; } .no-scroll { width: 100vw; height: 100vh; overflow: hidden; } .hide { opacity: 0; } .google-maps { position: relative; padding-bottom: 100%; background: #eee; height: 0; overflow: hidden; margin-bottom: 30px; } .google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; } .avatar-item { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; text-align: center; } .darkMode, .darkMode .content-layout, .darkMode .modal-content { background-color: #2d2d2d; } .darkMode .modal-title { color: #fff; } .darkMode .modal-header { border-color: #1f1e1e; } .darkMode .close { color: #fff; } .darkMode .add-shadow { box-shadow: 0 0 13px 1px rgba(29, 29, 29, 0.5); } .darkMode .custom-control-label:before, .darkMode .custom-file-label, .darkMode .form-control { background-color: #292929; border-color: #1f1e1e; } .darkMode .col-form-label, .darkMode .custom-control-label { color: #fff; } .darkMode .custom-file-label:after { background-color: #1f1f1f; color: #89898a; } .total-owl { text-align: center; margin-top: 85px; margin-bottom: 40px; } .total-owl span { font-size: 30px; color: #f36b7f; display: inline-block; width: 100%; } .content-layout #footer { padding-bottom: 60px; } .content-layout .custom-control-label:before, .content-layout .custom-file-label, .content-layout .form-control { background-color: hsla(0, 0%, 100%, 0.1); border-color: rgba(0, 0, 0, 0.1); } .content-layout .custom-file-label:after { background-color: hsla(0, 0%, 100%, 0.5); } .content-layout .alert { border-width: 3px; } .content-layout .btn.btn-outline-primary:hover { background: none; } #dataWrap { max-width: 700px; } @media only screen and (min-width: 1024px) { ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.2); } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } } @media only screen and (max-width: 400px) { .preview-container { position: fixed; top: 0; left: 0; width: 100vw; z-index: 999; height: 100vh; } .preview-container .device-wrap { display: none; } .preview-container .preview-wrapper { height: 100% !important; } .preview-container .mobile.main-page { transform: scale(1) !important; width: 100vw !important; height: 100vh !important; } } .change-url { display: flex; font-size: 12px; vertical-align: baseline; margin-bottom: 20px; padding: 15px; background: #e8e8e8; border-radius: 10px; } .change-url span { vertical-align: baseline; line-height: 2; } .change-url button { font-size: 12px; padding: 1px 5px; } .change-url input { width: 100px; background-color: transparent; border: none; border-bottom: 1px solid #292929; } .change-url input:focus { outline: none; } .pamflet-wrapper { background-color: #fff; text-align: center; padding: 40px 20px; } .pamflet-wrapper canvas { width: 200px !important; height: 200px !important; } .pamflet-wrapper h1, .pamflet-wrapper h3 { text-align: center; } .pamflet-wrapper#checkin-pamflet h1 { color: green; font-weight: 900; } .pamflet-wrapper#checkout-pamflet h1 { color: red; font-weight: 900; } .pamflet-wrapper .link-pamflet { font-size: 12px; } .pamflet-wrapper .info-pamflet { margin-top: 20px; } .pamflet-wrapper.to-print { opacity: 0; width: 1024px; height: 1024px; display: flex; justify-content: center; align-items: center; flex-direction: column; } .pamflet-wrapper.to-print h1 { font-size: 4rem; } .pamflet-wrapper.to-print h3 { font-size: 3rem; } .pamflet-wrapper.to-print p { font-size: 2rem; } .pamflet-wrapper.to-print p.link-pamflet { font-size: 1.5rem; } .pamflet-wrapper.to-print canvas { width: 500px !important; height: 500px !important; } .section-form .form-group label { font-size: 12px; } .music-list-wrap { height: 300px; overflow: auto; overflow-x: hidden; } .img-preview { margin-bottom: 15px; margin-top: 15px; } .img-preview.galleries { max-height: 300px; overflow: auto; } .img-preview .progress { margin-bottom: 15px; } .img-preview img { max-width: 100%; width: 100%; height: auto; } .shinny { position: absolute; top: -50%; left: -50%; z-index: -9; display: block; height: 200%; width: 200%; transform: rotate(-45deg); overflow: hidden; background: linear-gradient( 90deg, #fff 20%, #fff 40%, #eee 50%, #eee 55%, #fff 70%, #fff ); background-size: 200% auto; -webkit-animation: shine 3s ease-in infinite; animation: shine 3s ease-in infinite; } @-webkit-keyframes shine { to { background-position: 200%; } } @keyframes shine { to { background-position: 200%; } } .btn-owl { position: relative; display: inline-block; cursor: pointer; outline: none; border: 0; vertical-align: middle; text-decoration: none; font-size: inherit; font-family: inherit; } .btn-owl.learn-more { font-weight: 600; color: #382b22; padding: 10px 20px; background: #fff0f0; border: 2px solid #b18597; border-radius: 0.75em; transform-style: preserve-3d; transition: transform 0.15s ease-out, background 0.15s ease-out; } .btn-owl.learn-more.small { padding: 5px 15px; font-size: 12px; } .btn-owl.learn-more.small:before { transform: translate3d(0, 0.5em, -1em); } .btn-owl.learn-more.small:hover { transform: translateY(0.35em); } .btn-owl.learn-more.small:hover:before { transform: translate3d(0, 0.3em, -1em); } .btn-owl.learn-more.small:active { transform: translateY(0.75em); } .btn-owl.learn-more.small:active:before { box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2; transform: translateZ(-1em); } .btn-owl.learn-more.green { background: #cef6e0; border: 2px solid #007c21; } .btn-owl.learn-more.green:before { background: #49ab72; box-shadow: 0 0 0 2px #007c21, 0 0.625em 0 0 #b4f8d3; } .btn-owl.learn-more.green:hover { background: #3edc81; } .btn-owl.learn-more.green:hover:before { box-shadow: 0 0 0 2px #007c21, 0 0.5em 0 0 #b4f8d3; } .btn-owl.learn-more.green:active { background: #3edc81; } .btn-owl.learn-more.green:active:before { box-shadow: 0 0 0 2px #007c21, 0 0.5em 0 0 #b4f8d3; } .btn-owl.learn-more.blue { background: #d1eef6; border: 2px solid #1297e0; } .btn-owl.learn-more.blue:before { background: #22a7f0; box-shadow: 0 0 0 2px #1297e0, 0 0.625em 0 0 #c0f1ff; } .btn-owl.learn-more.blue:hover { background: #19b5fe; } .btn-owl.learn-more.blue:hover:before { box-shadow: 0 0 0 2px #1297e0, 0 0.5em 0 0 #c0f1ff; } .btn-owl.learn-more.blue:active { background: #19b5fe; } .btn-owl.learn-more.blue:active:before { box-shadow: 0 0 0 2px #1297e0, 0 0.5em 0 0 #c0f1ff; } .btn-owl.learn-more.black { background: #e9ecf0; border: 2px solid #8c9aa9; } .btn-owl.learn-more.black:before { background: #9caab9; box-shadow: 0 0 0 2px #8c9aa9, 0 0.625em 0 0 #ced8e2; } .btn-owl.learn-more.black:hover { background: #acbac9; } .btn-owl.learn-more.black:hover:before { box-shadow: 0 0 0 2px #8c9aa9, 0 0.5em 0 0 #ced8e2; } .btn-owl.learn-more.black:active { background: #acbac9; } .btn-owl.learn-more.black:active:before { box-shadow: 0 0 0 2px #8c9aa9, 0 0.5em 0 0 #ced8e2; } .btn-owl.learn-more:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: #f9c4d2; border-radius: inherit; box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2; transform: translate3d(0, 0.75em, -1em); transition: transform 0.15s ease-out, box-shadow 0.15s ease-out; } .btn-owl.learn-more:hover { background: #ffe9e9; transform: translateY(0.25em); } .btn-owl.learn-more:hover:before { box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2; transform: translate3d(0, 0.5em, -1em); } .btn-owl.learn-more:active { background: #ffe9e9; transform: translateY(0.75em); } .btn-owl.learn-more:active:before { box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2; transform: translateZ(-1em); } .instagram-profil { font-weight: 900; } .b-form-tag { font-size: 12px; line-height: inherit !important; margin-bottom: 3px; white-space: inherit !important; } .b-form-tag .text-truncate { white-space: inherit !important; text-align: left; } .croppie-container { width: 100%; height: 100%; } .croppie-container .cr-image { z-index: -1; position: absolute; top: 0; left: 0; transform-origin: 0 0; max-height: none; max-width: none; } .croppie-container .cr-boundary { position: relative; overflow: hidden; margin: 0 auto; z-index: 1; width: 100%; height: 100%; } .croppie-container .cr-resizer, .croppie-container .cr-viewport { position: absolute; border: 2px solid #fff; margin: auto; top: 0; bottom: 0; right: 0; left: 0; box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5); z-index: 0; } .croppie-container .cr-resizer { z-index: 2; box-shadow: none; pointer-events: none; } .croppie-container .cr-resizer-horisontal, .croppie-container .cr-resizer-vertical { position: absolute; pointer-events: all; } .croppie-container .cr-resizer-horisontal:after, .croppie-container .cr-resizer-vertical:after { display: block; position: absolute; box-sizing: border-box; border: 1px solid #000; background: #fff; width: 10px; height: 10px; content: ""; } .croppie-container .cr-resizer-vertical { bottom: -5px; cursor: row-resize; width: 100%; height: 10px; } .croppie-container .cr-resizer-vertical:after { left: 50%; margin-left: -5px; } .croppie-container .cr-resizer-horisontal { right: -5px; cursor: col-resize; width: 10px; height: 100%; } .croppie-container .cr-resizer-horisontal:after { top: 50%; margin-top: -5px; } .croppie-container .cr-original-image { display: none; } .croppie-container .cr-vp-circle { border-radius: 50%; } .croppie-container .cr-overlay { z-index: 1; position: absolute; cursor: move; touch-action: none; } .croppie-container .cr-slider-wrap { width: 75%; margin: 15px auto; text-align: center; } .croppie-result { position: relative; overflow: hidden; } .croppie-result img { position: absolute; } .croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport { transform: translateZ(0); } .cr-slider { -webkit-appearance: none; width: 300px; max-width: 100%; padding-top: 8px; padding-bottom: 8px; background-color: transparent; } .cr-slider::-webkit-slider-runnable-track { width: 100%; height: 3px; background: rgba(0, 0, 0, 0.5); border: 0; border-radius: 3px; } .cr-slider::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: -6px; } .cr-slider:focus { outline: none; } .cr-slider::-moz-range-track { width: 100%; height: 3px; background: rgba(0, 0, 0, 0.5); border: 0; border-radius: 3px; } .cr-slider::-moz-range-thumb { border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: -6px; } .cr-slider:-moz-focusring { outline: 1px solid #fff; outline-offset: -1px; } .cr-slider::-ms-track { width: 100%; height: 5px; background: transparent; border-color: transparent; border-width: 6px 0; color: transparent; } .cr-slider::-ms-fill-lower, .cr-slider::-ms-fill-upper { background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .cr-slider::-ms-thumb { border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: 1px; } .cr-slider:focus::-ms-fill-lower, .cr-slider:focus::-ms-fill-upper { background: rgba(0, 0, 0, 0.5); } .cr-rotate-controls { position: absolute; bottom: 5px; left: 5px; z-index: 1; } .cr-rotate-controls button { border: 0; background: none; } .cr-rotate-controls i:before { display: inline-block; font-style: normal; font-weight: 900; font-size: 22px; } .cr-rotate-l i:before { content: "↺"; } .cr-rotate-r i:before { content: "↻"; } .nuxt-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; width: 0; opacity: 1; transition: width 0.1s, opacity 0.4s; background-color: #000; z-index: 999999; } .nuxt-progress.nuxt-progress-notransition { transition: none; } .nuxt-progress-failed { background-color: red; } html { font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; word-spacing: 1px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } *, :after, :before { box-sizing: border-box; margin: 0; } .button--green { display: inline-block; border-radius: 4px; border: 1px solid #3b8070; color: #3b8070; text-decoration: none; padding: 10px 30px; } .button--green:hover { color: #fff; background-color: #3b8070; } .button--grey { display: inline-block; border-radius: 4px; border: 1px solid #35495e; color: #35495e; text-decoration: none; padding: 10px 30px; margin-left: 15px; } .button--grey:hover { color: #fff; background-color: #35495e; } .dummy-mode[data-v-0fad4f82] { position: fixed; z-index: 99; background: rgba(0, 0, 0, 0.3); padding: 5px 15px; color: #fff; border-radius: 50px; left: 10px; top: 10px; font-size: 10px; } .preview-badge[data-v-0fad4f82] { text-align: center; position: fixed; align-items: center; top: 0; left: 0; width: 100%; display: flex; justify-items: center; flex-direction: row; height: 100vh; padding: 30px; background-color: rgba(0, 0, 0, 0.9); color: #fff; z-index: 9999; } #main-wrap[data-v-0fad4f82] { overflow-x: hidden; } #main-wrap .darkMode[data-v-0fad4f82] { background-color: #2d2d2d; } .setting-menu[data-v-0fad4f82] { position: fixed; color: #fff; z-index: 99999; left: 15px; top: 15px; } .setting-menu a[data-v-0fad4f82] { color: #fff; padding: 15px 20px; border-radius: 50px; background-color: rgba(0, 0, 0, 0.4); display: block; text-decoration: none; } .load-page[data-v-0fad4f82] { width: 100vw; height: 100vh; z-index: 9999; position: fixed; } .load-page .b-overlay-wrap[data-v-0fad4f82] { height: 100%; } .layout_style2 #welcome { position: relative; z-index: 9; } #wrapperUndangan[data-v-c647b94a] { display: flex; } #wrapperUndangan .separatorQuotes[data-v-c647b94a] { position: relative; width: 100%; background-size: cover; background-position: 50% 50%; } #wrapperUndangan .separatorQuotes .overlay-image-separator[data-v-c647b94a] { position: absolute; z-index: 99; width: 100%; height: 100%; left: 0; top: 0; background: #fff; background: linear-gradient( 180deg, transparent 0, transparent 40%, rgba(0, 0, 0, 0.4) ); } #wrapperUndangan .separatorQuotes .overlay-image-separator .text-overlay[data-v-c647b94a] { position: absolute; bottom: 10%; left: 10%; } #wrapperUndangan .separatorQuotes .overlay-image-separator h1[data-v-c647b94a] { color: #fff; font-size: 5rem; line-height: 5.5rem; } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container[data-v-c647b94a] { width: 100%; height: 100%; overflow: hidden; } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a] { border-radius: 50%; } @-webkit-keyframes particle-animation-1-data-v-c647b94a { to { transform: translate3d(32vw, 68vh, 54px); } } @keyframes particle-animation-1-data-v-c647b94a { to { transform: translate3d(32vw, 68vh, 54px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:first-child { -webkit-animation: particle-animation-1-data-v-c647b94a 60s infinite; animation: particle-animation-1-data-v-c647b94a 60s infinite; opacity: 0.63; height: 6px; width: 6px; -webkit-animation-delay: -0.5s; animation-delay: -0.5s; transform: translate3d(73vw, 42vh, 39px); background: #fff; } @-webkit-keyframes particle-animation-2-data-v-c647b94a { to { transform: translate3d(76vw, 80vh, 81px); } } @keyframes particle-animation-2-data-v-c647b94a { to { transform: translate3d(76vw, 80vh, 81px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(2) { -webkit-animation: particle-animation-2-data-v-c647b94a 60s infinite; animation: particle-animation-2-data-v-c647b94a 60s infinite; opacity: 0.86; height: 7px; width: 7px; -webkit-animation-delay: -1s; animation-delay: -1s; transform: translate3d(46vw, 83vh, 14px); background: #fff; } @-webkit-keyframes particle-animation-3-data-v-c647b94a { to { transform: translate3d(5vw, 53vh, 3px); } } @keyframes particle-animation-3-data-v-c647b94a { to { transform: translate3d(5vw, 53vh, 3px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(3) { -webkit-animation: particle-animation-3-data-v-c647b94a 60s infinite; animation: particle-animation-3-data-v-c647b94a 60s infinite; opacity: 1; height: 8px; width: 8px; -webkit-animation-delay: -1.5s; animation-delay: -1.5s; transform: translate3d(4vw, 88vh, 19px); background: #fff; } @-webkit-keyframes particle-animation-4-data-v-c647b94a { to { transform: translate3d(64vw, 34vh, 4px); } } @keyframes particle-animation-4-data-v-c647b94a { to { transform: translate3d(64vw, 34vh, 4px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(4) { -webkit-animation: particle-animation-4-data-v-c647b94a 60s infinite; animation: particle-animation-4-data-v-c647b94a 60s infinite; opacity: 0.25; height: 10px; width: 10px; -webkit-animation-delay: -2s; animation-delay: -2s; transform: translate3d(56vw, 67vh, 63px); background: #fff; } @-webkit-keyframes particle-animation-5-data-v-c647b94a { to { transform: translate3d(70vw, 86vh, 26px); } } @keyframes particle-animation-5-data-v-c647b94a { to { transform: translate3d(70vw, 86vh, 26px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(5) { -webkit-animation: particle-animation-5-data-v-c647b94a 60s infinite; animation: particle-animation-5-data-v-c647b94a 60s infinite; opacity: 0.51; height: 9px; width: 9px; -webkit-animation-delay: -2.5s; animation-delay: -2.5s; transform: translate3d(51vw, 8vh, 75px); background: #fff; } @-webkit-keyframes particle-animation-6-data-v-c647b94a { to { transform: translate3d(84vw, 40vh, 53px); } } @keyframes particle-animation-6-data-v-c647b94a { to { transform: translate3d(84vw, 40vh, 53px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(6) { -webkit-animation: particle-animation-6-data-v-c647b94a 60s infinite; animation: particle-animation-6-data-v-c647b94a 60s infinite; opacity: 0.05; height: 10px; width: 10px; -webkit-animation-delay: -3s; animation-delay: -3s; transform: translate3d(45vw, 83vh, 29px); background: #fff; } @-webkit-keyframes particle-animation-7-data-v-c647b94a { to { transform: translate3d(37vw, 61vh, 72px); } } @keyframes particle-animation-7-data-v-c647b94a { to { transform: translate3d(37vw, 61vh, 72px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(7) { -webkit-animation: particle-animation-7-data-v-c647b94a 60s infinite; animation: particle-animation-7-data-v-c647b94a 60s infinite; opacity: 0.11; height: 10px; width: 10px; -webkit-animation-delay: -3.5s; animation-delay: -3.5s; transform: translate3d(75vw, 51vh, 46px); background: #fff; } @-webkit-keyframes particle-animation-8-data-v-c647b94a { to { transform: translate3d(11vw, 19vh, 95px); } } @keyframes particle-animation-8-data-v-c647b94a { to { transform: translate3d(11vw, 19vh, 95px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(8) { -webkit-animation: particle-animation-8-data-v-c647b94a 60s infinite; animation: particle-animation-8-data-v-c647b94a 60s infinite; opacity: 0.87; height: 10px; width: 10px; -webkit-animation-delay: -4s; animation-delay: -4s; transform: translate3d(61vw, 70vh, 35px); background: #fff; } @-webkit-keyframes particle-animation-9-data-v-c647b94a { to { transform: translate3d(22vw, 23vh, 2px); } } @keyframes particle-animation-9-data-v-c647b94a { to { transform: translate3d(22vw, 23vh, 2px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(9) { -webkit-animation: particle-animation-9-data-v-c647b94a 60s infinite; animation: particle-animation-9-data-v-c647b94a 60s infinite; opacity: 0.15; height: 7px; width: 7px; -webkit-animation-delay: -4.5s; animation-delay: -4.5s; transform: translate3d(57vw, 55vh, 89px); background: #fff; } @-webkit-keyframes particle-animation-10-data-v-c647b94a { to { transform: translate3d(64vw, 11vh, 89px); } } @keyframes particle-animation-10-data-v-c647b94a { to { transform: translate3d(64vw, 11vh, 89px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(10) { -webkit-animation: particle-animation-10-data-v-c647b94a 60s infinite; animation: particle-animation-10-data-v-c647b94a 60s infinite; opacity: 0.69; height: 7px; width: 7px; -webkit-animation-delay: -5s; animation-delay: -5s; transform: translate3d(86vw, 89vh, 90px); background: #fff; } @-webkit-keyframes particle-animation-11-data-v-c647b94a { to { transform: translate3d(59vw, 14vh, 11px); } } @keyframes particle-animation-11-data-v-c647b94a { to { transform: translate3d(59vw, 14vh, 11px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(11) { -webkit-animation: particle-animation-11-data-v-c647b94a 60s infinite; animation: particle-animation-11-data-v-c647b94a 60s infinite; opacity: 0.39; height: 6px; width: 6px; -webkit-animation-delay: -5.5s; animation-delay: -5.5s; transform: translate3d(62vw, 90vh, 70px); background: #fff; } @-webkit-keyframes particle-animation-12-data-v-c647b94a { to { transform: translate3d(22vw, 3vh, 84px); } } @keyframes particle-animation-12-data-v-c647b94a { to { transform: translate3d(22vw, 3vh, 84px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(12) { -webkit-animation: particle-animation-12-data-v-c647b94a 60s infinite; animation: particle-animation-12-data-v-c647b94a 60s infinite; opacity: 0.3; height: 9px; width: 9px; -webkit-animation-delay: -6s; animation-delay: -6s; transform: translate3d(28vw, 10vh, 70px); background: #fff; } @-webkit-keyframes particle-animation-13-data-v-c647b94a { to { transform: translate3d(25vw, 88vh, 24px); } } @keyframes particle-animation-13-data-v-c647b94a { to { transform: translate3d(25vw, 88vh, 24px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(13) { -webkit-animation: particle-animation-13-data-v-c647b94a 60s infinite; animation: particle-animation-13-data-v-c647b94a 60s infinite; opacity: 0.89; height: 6px; width: 6px; -webkit-animation-delay: -6.5s; animation-delay: -6.5s; transform: translate3d(43vw, 19vh, 87px); background: #fff; } @-webkit-keyframes particle-animation-14-data-v-c647b94a { to { transform: translate3d(1vw, 6vh, 24px); } } @keyframes particle-animation-14-data-v-c647b94a { to { transform: translate3d(1vw, 6vh, 24px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(14) { -webkit-animation: particle-animation-14-data-v-c647b94a 60s infinite; animation: particle-animation-14-data-v-c647b94a 60s infinite; opacity: 0.5; height: 7px; width: 7px; -webkit-animation-delay: -7s; animation-delay: -7s; transform: translate3d(26vw, 35vh, 91px); background: #fff; } @-webkit-keyframes particle-animation-15-data-v-c647b94a { to { transform: translate3d(50vw, 11vh, 59px); } } @keyframes particle-animation-15-data-v-c647b94a { to { transform: translate3d(50vw, 11vh, 59px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(15) { -webkit-animation: particle-animation-15-data-v-c647b94a 60s infinite; animation: particle-animation-15-data-v-c647b94a 60s infinite; opacity: 0.9; height: 10px; width: 10px; -webkit-animation-delay: -7.5s; animation-delay: -7.5s; transform: translate3d(32vw, 56vh, 72px); background: #fff; } @-webkit-keyframes particle-animation-16-data-v-c647b94a { to { transform: translate3d(54vw, 56vh, 33px); } } @keyframes particle-animation-16-data-v-c647b94a { to { transform: translate3d(54vw, 56vh, 33px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(16) { -webkit-animation: particle-animation-16-data-v-c647b94a 60s infinite; animation: particle-animation-16-data-v-c647b94a 60s infinite; opacity: 0.21; height: 8px; width: 8px; -webkit-animation-delay: -8s; animation-delay: -8s; transform: translate3d(26vw, 5vh, 7px); background: #fff; } @-webkit-keyframes particle-animation-17-data-v-c647b94a { to { transform: translate3d(50vw, 28vh, 40px); } } @keyframes particle-animation-17-data-v-c647b94a { to { transform: translate3d(50vw, 28vh, 40px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(17) { -webkit-animation: particle-animation-17-data-v-c647b94a 60s infinite; animation: particle-animation-17-data-v-c647b94a 60s infinite; opacity: 0.38; height: 9px; width: 9px; -webkit-animation-delay: -8.5s; animation-delay: -8.5s; transform: translate3d(61vw, 72vh, 74px); background: #fff; } @-webkit-keyframes particle-animation-18-data-v-c647b94a { to { transform: translate3d(9vw, 38vh, 39px); } } @keyframes particle-animation-18-data-v-c647b94a { to { transform: translate3d(9vw, 38vh, 39px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(18) { -webkit-animation: particle-animation-18-data-v-c647b94a 60s infinite; animation: particle-animation-18-data-v-c647b94a 60s infinite; opacity: 0.99; height: 8px; width: 8px; -webkit-animation-delay: -9s; animation-delay: -9s; transform: translate3d(14vw, 5vh, 98px); background: #fff; } @-webkit-keyframes particle-animation-19-data-v-c647b94a { to { transform: translate3d(86vw, 71vh, 15px); } } @keyframes particle-animation-19-data-v-c647b94a { to { transform: translate3d(86vw, 71vh, 15px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(19) { -webkit-animation: particle-animation-19-data-v-c647b94a 60s infinite; animation: particle-animation-19-data-v-c647b94a 60s infinite; opacity: 0.51; height: 9px; width: 9px; -webkit-animation-delay: -9.5s; animation-delay: -9.5s; transform: translate3d(30vw, 62vh, 19px); background: #fff; } @-webkit-keyframes particle-animation-20-data-v-c647b94a { to { transform: translate3d(43vw, 69vh, 46px); } } @keyframes particle-animation-20-data-v-c647b94a { to { transform: translate3d(43vw, 69vh, 46px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(20) { -webkit-animation: particle-animation-20-data-v-c647b94a 60s infinite; animation: particle-animation-20-data-v-c647b94a 60s infinite; opacity: 0.36; height: 6px; width: 6px; -webkit-animation-delay: -10s; animation-delay: -10s; transform: translate3d(53vw, 74vh, 98px); background: #fff; } @-webkit-keyframes particle-animation-21-data-v-c647b94a { to { transform: translate3d(85vw, 9vh, 21px); } } @keyframes particle-animation-21-data-v-c647b94a { to { transform: translate3d(85vw, 9vh, 21px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(21) { -webkit-animation: particle-animation-21-data-v-c647b94a 60s infinite; animation: particle-animation-21-data-v-c647b94a 60s infinite; opacity: 0.27; height: 10px; width: 10px; -webkit-animation-delay: -10.5s; animation-delay: -10.5s; transform: translate3d(70vw, 52vh, 9px); background: #fff; } @-webkit-keyframes particle-animation-22-data-v-c647b94a { to { transform: translate3d(48vw, 48vh, 58px); } } @keyframes particle-animation-22-data-v-c647b94a { to { transform: translate3d(48vw, 48vh, 58px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(22) { -webkit-animation: particle-animation-22-data-v-c647b94a 60s infinite; animation: particle-animation-22-data-v-c647b94a 60s infinite; opacity: 0.3; height: 10px; width: 10px; -webkit-animation-delay: -11s; animation-delay: -11s; transform: translate3d(35vw, 58vh, 17px); background: #fff; } @-webkit-keyframes particle-animation-23-data-v-c647b94a { to { transform: translate3d(69vw, 75vh, 48px); } } @keyframes particle-animation-23-data-v-c647b94a { to { transform: translate3d(69vw, 75vh, 48px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(23) { -webkit-animation: particle-animation-23-data-v-c647b94a 60s infinite; animation: particle-animation-23-data-v-c647b94a 60s infinite; opacity: 0.57; height: 8px; width: 8px; -webkit-animation-delay: -11.5s; animation-delay: -11.5s; transform: translate3d(18vw, 73vh, 23px); background: #fff; } @-webkit-keyframes particle-animation-24-data-v-c647b94a { to { transform: translate3d(54vw, 64vh, 11px); } } @keyframes particle-animation-24-data-v-c647b94a { to { transform: translate3d(54vw, 64vh, 11px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(24) { -webkit-animation: particle-animation-24-data-v-c647b94a 60s infinite; animation: particle-animation-24-data-v-c647b94a 60s infinite; opacity: 0.01; height: 7px; width: 7px; -webkit-animation-delay: -12s; animation-delay: -12s; transform: translate3d(13vw, 68vh, 25px); background: #fff; } @-webkit-keyframes particle-animation-25-data-v-c647b94a { to { transform: translate3d(41vw, 56vh, 61px); } } @keyframes particle-animation-25-data-v-c647b94a { to { transform: translate3d(41vw, 56vh, 61px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(25) { -webkit-animation: particle-animation-25-data-v-c647b94a 60s infinite; animation: particle-animation-25-data-v-c647b94a 60s infinite; opacity: 0.08; height: 10px; width: 10px; -webkit-animation-delay: -12.5s; animation-delay: -12.5s; transform: translate3d(73vw, 53vh, 95px); background: #fff; } @-webkit-keyframes particle-animation-26-data-v-c647b94a { to { transform: translate3d(35vw, 67vh, 90px); } } @keyframes particle-animation-26-data-v-c647b94a { to { transform: translate3d(35vw, 67vh, 90px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(26) { -webkit-animation: particle-animation-26-data-v-c647b94a 60s infinite; animation: particle-animation-26-data-v-c647b94a 60s infinite; opacity: 0.82; height: 9px; width: 9px; -webkit-animation-delay: -13s; animation-delay: -13s; transform: translate3d(25vw, 66vh, 16px); background: #fff; } @-webkit-keyframes particle-animation-27-data-v-c647b94a { to { transform: translate3d(40vw, 51vh, 43px); } } @keyframes particle-animation-27-data-v-c647b94a { to { transform: translate3d(40vw, 51vh, 43px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(27) { -webkit-animation: particle-animation-27-data-v-c647b94a 60s infinite; animation: particle-animation-27-data-v-c647b94a 60s infinite; opacity: 0.63; height: 7px; width: 7px; -webkit-animation-delay: -13.5s; animation-delay: -13.5s; transform: translate3d(60vw, 66vh, 7px); background: #fff; } @-webkit-keyframes particle-animation-28-data-v-c647b94a { to { transform: translate3d(90vw, 73vh, 1px); } } @keyframes particle-animation-28-data-v-c647b94a { to { transform: translate3d(90vw, 73vh, 1px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(28) { -webkit-animation: particle-animation-28-data-v-c647b94a 60s infinite; animation: particle-animation-28-data-v-c647b94a 60s infinite; opacity: 0.84; height: 10px; width: 10px; -webkit-animation-delay: -14s; animation-delay: -14s; transform: translate3d(80vw, 30vh, 49px); background: #fff; } @-webkit-keyframes particle-animation-29-data-v-c647b94a { to { transform: translate3d(12vw, 10vh, 66px); } } @keyframes particle-animation-29-data-v-c647b94a { to { transform: translate3d(12vw, 10vh, 66px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(29) { -webkit-animation: particle-animation-29-data-v-c647b94a 60s infinite; animation: particle-animation-29-data-v-c647b94a 60s infinite; opacity: 0.65; height: 10px; width: 10px; -webkit-animation-delay: -14.5s; animation-delay: -14.5s; transform: translate3d(19vw, 1vh, 33px); background: #fff; } @-webkit-keyframes particle-animation-30-data-v-c647b94a { to { transform: translate3d(72vw, 22vh, 84px); } } @keyframes particle-animation-30-data-v-c647b94a { to { transform: translate3d(72vw, 22vh, 84px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(30) { -webkit-animation: particle-animation-30-data-v-c647b94a 60s infinite; animation: particle-animation-30-data-v-c647b94a 60s infinite; opacity: 0.88; height: 7px; width: 7px; -webkit-animation-delay: -15s; animation-delay: -15s; transform: translate3d(34vw, 46vh, 34px); background: #fff; } #wrapperUndangan .separatorQuotes #pay[data-v-c647b94a], #wrapperUndangan .separatorQuotes .music-control[data-v-c647b94a] { position: absolute; z-index: 999; } #wrapperUndangan .separatorQuotes .music-control[data-v-c647b94a] { background-color: #fff; } #wrapperUndangan .scrollableUndangan[data-v-c647b94a] { max-height: 100vh; width: 60%; overflow: hidden; overflow-y: scroll; scroll-behavior: smooth; } .music-control[data-v-c647b94a] { width: 40px; height: 40px; position: fixed; z-index: 99; right: 10px; top: 10px; text-align: center; border-radius: 50%; padding-top: 8px; } .music-control.off[data-v-c647b94a] { filter: grayscale(100%); } #also_inviting[data-v-c647b94a] { list-style-type: circle; } #also_inviting li[data-v-c647b94a] { display: block !important; text-transform: inherit !important; padding: 0 !important; margin-bottom: 12px; } #widget[data-v-c647b94a] { position: relative; } #widget .shape[data-v-c647b94a] { display: none; position: absolute; bottom: -1px; left: 0; right: 0; } #footer p[data-v-c647b94a] { margin-bottom: 0; text-align: center; font-size: 12px; } #footer p.link a[data-v-c647b94a] { color: #2d2d2d; } #footer p.link span[data-v-c647b94a] { color: #f63854; } #footer p img[data-v-c647b94a] { width: 55px; padding-bottom: 30px; } .layout-cover[data-v-c647b94a] { background-color: #fff; } .layout-cover .attendance-wrap[data-v-c647b94a] { width: 80%; margin: 0 auto 20px; } .layout-cover .attendance-wrap p[data-v-c647b94a] { margin-top: 10px; } .layout-cover.noscroll[data-v-c647b94a] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-c647b94a] { height: 100%; } .style_jawa #quote[data-v-c647b94a] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-c647b94a], .style_jawa #galleries[data-v-c647b94a] { background-color: #f7bd78; color: #562016; } #separator[data-v-c647b94a] { padding-bottom: 0; position: relative; } .darkMode #footer[data-v-c647b94a], .darkMode section[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #footer .link a[data-v-c647b94a], .darkMode #footer p[data-v-c647b94a] { color: #fff; } .darkMode #quote[data-v-c647b94a] { background-color: #2d2d2d; color: #fff; } .darkMode #separator[data-v-c647b94a] { background-color: transparent; } .darkMode #separator .quotes[data-v-c647b94a] { color: #fff; } .darkMode #coupleProfile[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-c647b94a], .darkMode #coupleProfile .male[data-v-c647b94a] { color: #fff; } .darkMode #galleries[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #galleries p[data-v-c647b94a] { color: #fff; } .darkMode #weddingDetail[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-c647b94a], .darkMode #weddingDetail #countdown li[data-v-c647b94a], .darkMode #weddingDetail #countdown p[data-v-c647b94a], .darkMode #weddingDetail p[data-v-c647b94a] { color: #fff; } .darkMode #wishes[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-c647b94a] { filter: invert(100%); } .darkMode h4[data-v-c647b94a], .darkMode section h1[data-v-c647b94a] { color: #fff; } .rundown[data-v-c647b94a] { text-align: center; } .rundown .item-rundown[data-v-c647b94a] { margin: 30px 0; } .rundown .item-rundown button[data-v-c647b94a] { margin-top: 10px; } .rundown .item-rundown h1[data-v-c647b94a] { text-transform: capitalize; } .rundown p[data-v-c647b94a] { margin-bottom: 5px; } #countdown[data-v-c647b94a], #maps[data-v-c647b94a] { padding-top: 50px; } #countdown p[data-v-c647b94a], #countdown ul[data-v-c647b94a] { text-align: center; } #countdown ul[data-v-c647b94a] { padding-left: 0; } #countdown li[data-v-c647b94a] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-c647b94a] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-c647b94a] { font-size: 4.5rem; } #countdown li span[data-v-c647b94a] { display: block; font-size: 1.5rem; line-height: 1; } .notif-wrap[data-v-c647b94a] { margin-top: 20px; } @media only screen and (max-width: 400px) { .item-rundown[data-v-c647b94a] { flex-basis: inherit; } } .quotes[data-v-c647b94a] { white-space: pre-wrap; text-align: center; font-weight: 600; font-size: 15px; font-family: inherit; font-style: italic; } .premium #coupleProfile[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant4.20493f0.jpg); } .premium #coupleProfile[data-v-c647b94a], .premium #galleries[data-v-c647b94a] { background-color: #fff; background-size: contain; background-repeat: no-repeat; } .premium #galleries[data-v-c647b94a] { background-image: url(/_nuxt/img/simple_flower.a8a9127.jpg); } .premium #wishes[data-v-c647b94a] { width: 90%; margin: 0 5%; } .premium #footer[data-v-c647b94a], .premium #weddingDetail[data-v-c647b94a] { background-color: #fff; } .premium #rsvp[data-v-c647b94a] { width: 90%; margin: 2rem 5% 0; } .premium .rundown[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant_top.ee5a7dc.jpg); background-size: contain; background-repeat: no-repeat; } .premium #also_inviting[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant_bottom.d44e0f9.jpg); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; } .premium #quote[data-v-c647b94a] { background-size: cover; padding: 15px 20px; width: 90%; margin: 1rem 5%; } .premium #quote .quotes[data-v-c647b94a] { color: #794615; font-size: 18px; } #quote[data-v-c647b94a] { padding: 40px 0; } #coupleProfile .new_style_couple .female .box-female[data-v-c647b94a] { margin-bottom: 0 !important; } #coupleProfile .new_style_couple .female .couple-detail[data-v-c647b94a] { padding-left: 20px !important; } #coupleProfile .new_style_couple .male .box[data-v-c647b94a] { margin-bottom: 0 !important; } #coupleProfile .new_style_couple .male .couple-detail[data-v-c647b94a] { padding-right: 20px !important; } #coupleProfile .grid-profile[data-v-c647b94a] { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; } #coupleProfile .grid-profile .box[data-v-c647b94a], #coupleProfile .grid-profile .box-female[data-v-c647b94a] { margin-bottom: 0; } #coupleProfile .grid-profile .profil-info[data-v-c647b94a] { padding: 0 10px; align-self: center; } #coupleProfile .grid-profile .profil-info p[data-v-c647b94a] { font-size: 10px; margin: 0; } #coupleProfile .grid-profile .imgWrapper[data-v-c647b94a]:before { content: ""; height: 0; display: inline-block; padding-top: 100%; width: 1px; position: relative; } #coupleProfile .grid-profile .imgWrapper:before img[data-v-c647b94a] { position: absolute; top: 0; left: 0; bottom: 0; } #coupleProfile .grid-profile.female[data-v-c647b94a] { text-align: right !important; } #coupleProfile .grid-profile.male[data-v-c647b94a] { text-align: left !important; } #coupleProfile .male_name[data-v-c647b94a] { float: left; width: 100%; } #coupleProfile .call-name[data-v-c647b94a] { font-size: 5rem; } #coupleProfile .male[data-v-c647b94a] { text-align: left; } #coupleProfile .female[data-v-c647b94a] { text-align: right; } #coupleProfile .img-couple[data-v-c647b94a] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-c647b94a] { margin: 5px; } section[data-v-c647b94a] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-c647b94a], .box-female[data-v-c647b94a] { position: relative; text-align: center; } .box img[data-v-c647b94a] { left: 0; } .box-female img[data-v-c647b94a], .box img[data-v-c647b94a] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-c647b94a] { right: 0; } .box[data-v-c647b94a], .box-female[data-v-c647b94a] { margin-bottom: 20px; } .line-separator[data-v-c647b94a] { position: relative; } .separator-img[data-v-c647b94a] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .attendance-wrap[data-v-c647b94a], .layout-cover:not(.is_preview) .attendance-wrap[data-v-c647b94a] { width: 50%; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-c647b94a], .layout-cover:not(.is_preview) .box-separator[data-v-c647b94a] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box-separator[data-v-c647b94a]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-c647b94a], .layout-cover:not(.is_preview) .separator-img[data-v-c647b94a] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-c647b94a], .layout-cover:not(.is_preview) .widget[data-v-c647b94a] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-c647b94a], .layout-cover:not(.is_preview) .line-separator[data-v-c647b94a] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .box[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) .box-female[data-v-c647b94a], .layout-cover:not(.is_preview) .box[data-v-c647b94a], .layout-cover:not(.is_preview) .box-female[data-v-c647b94a] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-c647b94a]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box-female[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box[data-v-c647b94a]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-c647b94a] { justify-content: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-c647b94a] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-c647b94a] { width: 100%; } } .layout-cover.is_preview:not(.mobile) #widget[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) #wrapperUndangan .scrollableUndangan[data-v-c647b94a] { height: 68vh; } .layout-cover.mobile .container[data-v-c647b94a] { width: 100%; } .layout-cover.mobile .item-rundown[data-v-c647b94a] { flex-basis: inherit; } .layout-cover.mobile .col-lg-4[data-v-c647b94a], .layout-cover.mobile .col-lg-5[data-v-c647b94a], .layout-cover.mobile .col-lg-6[data-v-c647b94a], .layout-cover.mobile .col-xl-2[data-v-c647b94a] { flex: 0 0 100%; max-width: 100%; } .overlay-change-photo[data-v-c647b94a] { position: relative; text-align: center; } .overlay-change-photo p[data-v-c647b94a] { text-align: center; width: 100%; position: absolute; z-index: 9; top: 50%; } .is_preview .wow[data-v-c647b94a] { visibility: visible !important; } #coupleProfile .couple-detail[data-v-c647b94a] { font-size: 16px; } #coupleProfile .couple-detail p[data-v-c647b94a] { font-size: 14px; } #copy-input[data-v-126e3c29] { opacity: 0; margin-bottom: -30px; position: absolute; } .bank-list[data-v-126e3c29] { padding-top: 10px; margin-top: 10px; border-top: 1px solid #eee; } .bank-list[data-v-126e3c29]:first-child { border-top: none; } .bank-list li[data-v-126e3c29] { list-style: none; } #pay.float[data-v-126e3c29] { position: fixed; z-index: 99; right: 10px; top: 60px; } #pay .pay-stick[data-v-126e3c29] { text-align: center; padding: 40px; } #pay .pay-btn[data-v-126e3c29] { width: 60px; height: 60px; border-radius: 50%; text-align: center; display: flex; justify-content: center; align-items: center; background-color: #23cba7; font-size: 12px; } #pay .pay-btn img[data-v-126e3c29] { width: 60%; } .popover { max-width: 200px; } .popover .popover-body { font-size: 12px; } #bottom-bar[data-v-7be619d4] { position: fixed; width: 100vw; padding: 0 20px 20px; bottom: 0; left: 0; z-index: 99; text-align: center; } #bottom-bar.darkMode .wrapper[data-v-7be619d4] { background-color: #272727; } #bottom-bar .wrapper[data-v-7be619d4] { background: #fff; padding: 10px; border-radius: 100px; display: inline-block; } #bottom-bar .wrapper ul[data-v-7be619d4] { padding-left: 0; margin-bottom: 0; text-align: center; } #bottom-bar .wrapper ul li[data-v-7be619d4] { list-style: none; display: inline-block; } #bottom-bar .wrapper ul li a[data-v-7be619d4] { display: flex; align-items: center; padding: 7px 10px; text-decoration: none; color: #6d6d6d; font-size: 10px; } #bottom-bar .wrapper ul li a span[data-v-7be619d4] { max-width: 0; transition: max-width 0.5s; display: inline-block; overflow: hidden; margin-left: 5px; } #bottom-bar .wrapper ul li a.active[data-v-7be619d4] { background: rgba(0, 0, 0, 0.04); border-radius: 100px; color: #ff7990; } #bottom-bar .wrapper ul li a.active span[data-v-7be619d4] { max-width: 60px; } #bottom-bar.desktop-bar[data-v-7be619d4] { position: absolute; width: auto; padding: 0; left: auto; right: 10px; bottom: 40%; } #bottom-bar.desktop-bar .wrapper[data-v-7be619d4] { width: 45px; } #bottom-bar.desktop-bar .wrapper ul li a.active[data-v-7be619d4] { position: relative; width: 80px; } @media only screen and (max-width: 320px) { #bottom-bar .wrapper ul li a[data-v-7be619d4] { padding: 7px; } } @media only screen and (min-width: 1024px) { #bottom-bar .wrapper ul li a[data-v-7be619d4] { padding: 7px; } #bottom-bar .wrapper ul li[data-v-7be619d4] { display: inline !important; display: initial !important; } } @media only screen and (min-width: 1024px) { #bottom-bar .wrapper ul li { display: inline !important; display: initial !important; } } .linear-background[data-v-dd8b5e8a] { background-image: linear-gradient( 45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 0 ); } .invitation_to[data-v-dd8b5e8a] { border: 2px dashed; width: 80%; margin: 0 auto 20px; padding: 10px; display: inline-block; text-align: center; max-width: 500px; } .invitation_to.cover-left-btn[data-v-dd8b5e8a] { border: none; } .invitation_to span[data-v-dd8b5e8a] { font-size: 16px; line-height: 1; } .invitation_to b[data-v-dd8b5e8a] { display: inline-block; margin: 15px 0 5px; font-weight: 900; } .invitation_to p[data-v-dd8b5e8a] { margin-bottom: 0; } @media (min-width: 1024px) { .layout-cover #welcome[data-v-dd8b5e8a] { width: 100%; } } .vendor-logo[data-v-dd8b5e8a] { position: absolute; z-index: 9999; bottom: 50%; width: 100vw; text-align: center; } .vendor-logo p[data-v-dd8b5e8a] { margin-bottom: 0; font-size: 12px; text-align: center; } .vendor-logo img[data-v-dd8b5e8a] { max-height: 40px; display: inline-block; } .layout-cover.is_preview #welcome[data-v-dd8b5e8a] { position: absolute; width: 100%; height: 100%; } .layout-cover.is_preview.mobile .welcome_decor[data-v-dd8b5e8a] { display: block; } .is_preview:not(.mobile) #welcome[data-v-dd8b5e8a] { position: relative; width: 100%; height: 68vh; } #button-open[data-v-dd8b5e8a] { position: relative; z-index: 99; background: transparent; font-weight: 700; padding: 7px 30px; } #button-open.fill[data-v-dd8b5e8a] { border: none !important; } .layout-cover.layout_style_2 #welcome[data-v-dd8b5e8a] { width: 100%; height: 100vh; position: relative; } .layout-cover.layout_style_2 #welcome .text-wrapper .btn[data-v-dd8b5e8a] { display: none; } .bottom_style.invitation_to[data-v-dd8b5e8a] { position: absolute; bottom: 160px; } .bottom_style#button-open[data-v-dd8b5e8a], .bottom_style#scroll-down[data-v-dd8b5e8a] { position: absolute; bottom: 130px; } #welcome[data-v-dd8b5e8a] { width: 100vw; height: 100vh; height: calc(var(--vh, 1vh) * 100); overflow: hidden; position: fixed; z-index: 999; top: 0; left: 0; background-size: cover; background-position: 50%; background: #fff; } #welcome .decor-top[data-v-dd8b5e8a] { position: absolute; width: 100%; top: -7vh; left: 0; } #welcome .decor-bottom[data-v-dd8b5e8a] { position: absolute; width: 100%; bottom: -7vh; left: 0; } #welcome.darkMode[data-v-dd8b5e8a] { background: #2d2d2d; } #welcome.darkMode .wrapper .wrap-overlay[data-v-dd8b5e8a] { background-color: rgba(0, 0, 0, 0.5); } #welcome.darkMode .wrapper .text-wrapper[data-v-dd8b5e8a] { color: #fff; } #welcome .wrapper[data-v-dd8b5e8a] { width: 100%; height: 100%; background-size: cover; background-position: 50%; position: relative; z-index: -1; } #welcome .wrapper .wrap-overlay[data-v-dd8b5e8a] { width: 100%; height: 100%; display: flex; background-color: hsla(0, 0%, 100%, 0.8); justify-content: flex-end; flex-direction: column; align-items: center; position: relative; transition: all 0.5s; } #welcome .wrapper .wrap-overlay.top[data-v-dd8b5e8a] { justify-content: flex-start !important; } #welcome .wrapper .wrap-overlay .welcome_decor[data-v-dd8b5e8a] { position: absolute; left: 0; right: 0; height: 100%; width: 100%; z-index: 1; background-position: 50%; background-repeat: no-repeat; background-size: 100% 100%; } #welcome .wrapper .wrap-overlay.middle[data-v-dd8b5e8a] { justify-content: center; } #welcome .wrapper .wrap-overlay.middle .text-wrapper[data-v-dd8b5e8a] { margin-bottom: 0; } #welcome .wrapper .wrap-overlay.top[data-v-dd8b5e8a] { justify-content: flex-start; } #welcome .wrapper .text-wrapper[data-v-dd8b5e8a] { color: #2d2d2d; text-align: center; margin-bottom: 15vh; position: relative; z-index: 10; } #welcome .wrapper .text-wrapper.start[data-v-dd8b5e8a] { text-align: left !important; } #welcome .wrapper .text-wrapper .welcome-text[data-v-dd8b5e8a] { font-size: 4.5rem; } #welcome .wrapper .text-wrapper .couple-name[data-v-dd8b5e8a] { margin-top: 35px; margin-bottom: 35px; } #welcome .wrapper .text-wrapper .couple-name h1[data-v-dd8b5e8a] { line-height: 35px; font-size: 4rem; } .new_premCover-top[data-v-dd8b5e8a] { width: 80%; margin: 0 auto; padding: 2.5rem 0; } .new_premCover-top #date-text[data-v-dd8b5e8a], .new_premCover-top h1[data-v-dd8b5e8a] { text-align: center; } .new_premCover-top #date-text[data-v-dd8b5e8a] { letter-spacing: 3px; } .new_premCover-top #wedding-of[data-v-dd8b5e8a] { text-transform: capitalize; text-align: center; } .new_premCover[data-v-dd8b5e8a] { width: 100%; padding: 1rem 1rem 0; } @media screen and (min-width: 1024px) { .new_premCover[data-v-dd8b5e8a] { width: 70%; } } .new_premCover.left[data-v-dd8b5e8a] { width: 80%; margin: 0 auto; padding: 1rem 0; } .new_premCover .new_coverName[data-v-dd8b5e8a] { margin-top: 0.5rem; display: flex; align-items: flex-start; justify-content: center; } .new_premCover .new_coverName.left[data-v-dd8b5e8a] { justify-content: start !important; margin-left: 20px; } .new_premCover .new_coverName span[data-v-dd8b5e8a] { margin-right: 1rem; } .new_premCover .new_coverH1[data-v-dd8b5e8a], .new_premCover .new_coverName h1[data-v-dd8b5e8a] { word-wrap: break-word !important; } .new_premCover .new_date[data-v-dd8b5e8a] { text-transform: uppercase; margin-top: 2rem; } .new_premCover .new_date .date_month[data-v-dd8b5e8a] { margin-bottom: 1rem; } .new_premCover .new_date .border-date[data-v-dd8b5e8a] { padding: 6px 0; font-size: 13px; } .new_premCover #wedding-of[data-v-dd8b5e8a] { letter-spacing: 2px; text-transform: uppercase; } .new_premCover .years[data-v-dd8b5e8a] { letter-spacing: 2px; font-size: 18px; } @media screen and (min-width: 1024px) { .is_preview.mobile .new_premCover[data-v-dd8b5e8a] { width: 100%; } } #wedding-of[data-v-dd8b5e8a] { text-transform: uppercase; margin-bottom: 0.5rem; } #scroll-down[data-v-dd8b5e8a] { margin-top: 30px; } .simple-date[data-v-dd8b5e8a] { display: flex; justify-content: center; } .simple-date b[data-v-dd8b5e8a] { margin: 0 8px; } .cover-left-btn[data-v-dd8b5e8a] { display: flex; justify-content: center; } @media only screen and (max-width: 400px) { .protocol-popup[data-v-643e1017] { font-size: 12px; text-align: center; } .protocol-popup h3[data-v-643e1017] { font-family: "roboto-black"; font-size: 15px; } } .notes[data-v-643e1017] { margin-bottom: 20px; white-space: pre-wrap; } .layout-cover.is_preview.mobile .couple-wrapper { width: 60% !important; margin-bottom: 15px; } .layout-cover.is_preview.mobile .new_style_couple .couple-wrapper { width: 100% !important; margin-bottom: 0; } .couple-wrapper[data-v-0b410839] { width: 200px; display: inline-block; position: relative; } .couple-wrapper .couple-img[data-v-0b410839] { width: 100%; position: absolute; top: 0; left: 0; z-index: 1; overflow: hidden; padding: 10%; } .couple-wrapper .couple-img img[data-v-0b410839] { width: 100%; border-radius: 50%; } .couple-wrapper .couple-img.couple_decor_5[data-v-0b410839] { padding: 13% 10% 0 8%; } .couple-wrapper .couple-img.couple_decor_6[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_7[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_8[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_9[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_10[data-v-0b410839] { padding: 12% 11% 11%; } .couple-wrapper .couple-img.couple_decor_11[data-v-0b410839] { padding: 7% 15% 15%; } .couple-wrapper .couple-img.couple_decor_12[data-v-0b410839] { padding: 0 10% 10%; } .couple-wrapper .couple-img.couple_decor_1[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_2[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_3[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_3 img[data-v-0b410839] { border-radius: 0; } .couple-wrapper .couple-img.couple_decor_4[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_4 img[data-v-0b410839] { border-radius: 0; } .couple-wrapper .couple-img.couple_decor_16[data-v-0b410839] { padding: 12% 16% 16%; } .couple-wrapper .couple-img.couple_decor_18[data-v-0b410839] { padding: 18% 19% 19%; } .couple-wrapper .couple-img.couple_decor_20[data-v-0b410839] { padding: 11% 14% 0 16%; } .couple-wrapper .couple-img.couple_decor_21[data-v-0b410839] { padding: 17%; } .couple-wrapper .couple-img.couple_decor_22[data-v-0b410839] { padding: 14% 17% 17%; } .couple-wrapper .couple-img.couple_decor_23[data-v-0b410839], .couple-wrapper .couple-img.couple_decor_24[data-v-0b410839] { padding: 16% 15% 15%; } .couple-wrapper .couple-img.couple_decor_25[data-v-0b410839] { padding: 8%; } .couple-wrapper .couple-img.couple_decor_26[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_27[data-v-0b410839] { padding: 8%; } .couple-wrapper .couple-img-decor[data-v-0b410839] { width: 100%; position: relative; z-index: 2; } .galleriSection { position: relative; } .shapeGalleries { position: absolute; width: 100%; display: none; bottom: -80px; transform: rotate(180deg); } #images-slider { margin-left: -1px; max-height: 80vh; overflow: hidden; } #images-slider .item { height: 80vh; } #images-slider .img-container { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; } #images-slider .img-container img { height: auto; } .layout-cover.is_preview.mobile .grid-masonry .gallery-item { width: 50%; float: left; padding: 1px; } .layout-cover.is_preview.mobile .grid-masonry .gallery-item img { width: 100%; } .owl-dots.disabled[data-v-6194fcfe], .owl-nav.disabled[data-v-6194fcfe] { display: none; } .show-image-wrapper[data-v-6194fcfe] { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #000; z-index: 9999999; display: none; } .show-image-wrapper .show-image-overlay[data-v-6194fcfe] { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .show-image-wrapper .show-image-overlay .close-image-show[data-v-6194fcfe] { position: absolute; z-index: 9; color: #fff; font-size: 35px; right: 20px; top: 5px; } .show-image-wrapper .show-image-overlay .img-wrap[data-v-6194fcfe] { width: 100%; } @media (min-width: 1024px) { .show-image-wrapper .show-image-overlay .img-wrap[data-v-6194fcfe] { width: 450px; } } .grid-masonry .gallery-item[data-v-6194fcfe] { width: 50%; float: left; padding: 1px; } .grid-masonry .gallery-item img[data-v-6194fcfe] { width: 100%; } #owl-slider .item[data-v-6194fcfe] { height: 65vh; background-color: #eee; position: relative; } #owl-slider .item .img-wrap[data-v-6194fcfe] { width: 100%; height: 100%; background-size: cover; display: block; background-position: 50%; } .owl-carousel .owl-item img[data-v-6194fcfe] { width: auto; } .btn-premium[data-v-658b0615] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 8px 15px; border: none !important; border-radius: 5px; } .darkMode #rsvp .modal-body, .darkMode #rsvp .modal-content { background-color: #2d2d2d; } .darkMode p[data-v-bbff02ea] { color: #fff; } #rsvp .will-join[data-v-bbff02ea] { padding-bottom: 1rem; border-bottom: 1px solid #e4e4e4; } #rsvp .list-rsvp[data-v-bbff02ea] { text-align: center; vertical-align: middle; padding-left: 0; margin-bottom: 10px; max-height: 269px; overflow: hidden; } #rsvp .list-rsvp.isload[data-v-bbff02ea] { max-height: inherit; } #rsvp .list-rsvp .avatar-item[data-v-bbff02ea] { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; } #rsvp .list-rsvp .btn-success[data-v-bbff02ea] { background-color: transparent !important; } section[data-v-1a5c6dbc] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } @media only screen and (max-width: 400px) { .container[data-v-1a5c6dbc] { width: 100vw; padding: 0; } } .slider-wrap[data-v-1a5c6dbc] { position: relative; display: block; } .slider-wrap .swipe-info[data-v-1a5c6dbc] { position: absolute; left: 20px; top: 29%; font-size: 23px; opacity: 0; } .slider-wrap .swipe-info.show[data-v-1a5c6dbc] { opacity: 1; } .slider-wrap .swipe-left[data-v-1a5c6dbc], .slider-wrap .swipe-right[data-v-1a5c6dbc] { position: absolute; left: -50px; top: 29%; font-size: 23px; cursor: pointer; opacity: 0; } @media only screen and (max-width: 400px) { .slider-wrap .swipe-left[data-v-1a5c6dbc], .slider-wrap .swipe-right[data-v-1a5c6dbc] { display: none; } } .slider-wrap .swipe-left.show[data-v-1a5c6dbc], .slider-wrap .swipe-right.show[data-v-1a5c6dbc] { opacity: 1; } .slider-wrap .swipe-right[data-v-1a5c6dbc] { left: auto; right: -50px; } .is_preview .wow[data-v-1a5c6dbc] { visibility: visible !important; } #story-slider[data-v-1a5c6dbc] { display: block !important; overflow: hidden; } @media only screen and (min-width: 1024px) { #story-slider[data-v-1a5c6dbc] { max-height: 320px !important; } } #story-slider .item[data-v-1a5c6dbc] { text-align: center; } #story-slider .item .img-preview[data-v-1a5c6dbc] { width: 100%; background-position: 50%; display: inline-block; background-size: cover; border-radius: 50%; overflow: hidden; border: 4px dashed grey; position: relative; } #story-slider .item .img-preview.no-image[data-v-1a5c6dbc] { display: flex !important; justify-content: center; align-items: center; margin-bottom: 20px; } #story-slider .item .img-preview[data-v-1a5c6dbc]:after { content: ""; display: block; padding-bottom: 100%; position: relative; z-index: -1; } #story-slider .item .img-preview img[data-v-1a5c6dbc] { width: 100%; position: absolute; z-index: 1; height: auto; } #story-slider .item .years[data-v-1a5c6dbc] { text-align: center; } .story-slider-flying[data-v-1a5c6dbc] { position: fixed; z-index: 999999; width: 100vw; height: 100vh !important; background-color: rgba(0, 0, 0, 0.95); top: 0; left: 0; } .story-slider-flying .story-slider-flying-container[data-v-1a5c6dbc] { width: 100%; height: 100%; } @media only screen and (min-width: 1024px) { .story-slider-flying .story-slider-flying-container[data-v-1a5c6dbc] { width: 50%; margin: 0 auto; } } .story-slider-flying .close-flying[data-v-1a5c6dbc] { position: absolute; width: 100%; bottom: 7px; left: 0; text-align: center; z-index: 99; } .story-slider-flying .item[data-v-1a5c6dbc] { width: 100%; height: 100vh; } .story-slider-flying .item .img-preview[data-v-1a5c6dbc] { width: 100%; height: 100%; background-size: cover; margin: 0; background-position: 50%; position: relative; } .story-slider-flying .item .img-preview .story-text-wrap[data-v-1a5c6dbc] { position: absolute; width: 100%; padding: 20px 20px 60px; height: 100%; bottom: 0; display: flex; background-color: hsla(0, 0%, 100%, 0.5); justify-content: center; flex-direction: column; align-items: center; } .story-slider-flying .item .img-preview .story-text-wrap .story-title[data-v-1a5c6dbc] { font-size: 25px; } .story-slider-flying #story-slider-flying[data-v-1a5c6dbc] { display: block !important; } #story-slider-flying .owl-dots { position: absolute; z-index: 99; bottom: 40px; width: 100%; } .wish_noimage_wrap[data-v-697613cf] { max-height: 300px; overflow: auto; margin-top: 30px; margin-bottom: 30px; } @media only screen and (max-width: 400px) { .wish_noimage_wrap[data-v-697613cf] { text-align: center; } .wish_noimage_wrap .avatar-item[data-v-697613cf] { margin-bottom: 10px; } } .avatar-item[data-v-697613cf] { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; } .darkMode #wishes .item .img-wrap .text-wrap .text-container[data-v-697613cf] { background: #2d2d2d; color: #fff; } .darkMode #wishes h1[data-v-697613cf], .darkMode #wishes p[data-v-697613cf] { color: #fff; } .moment-list .item[data-v-697613cf] { margin-bottom: 50px; } .container[data-v-697613cf] { padding-left: 10%; padding-right: 10%; } .owl-carousel .item[data-v-697613cf] { height: 65vh; background-color: #eee; position: relative; } .owl-carousel .item .img-wrap[data-v-697613cf] { width: 100%; height: 100%; background-size: cover; background-position: 50%; position: relative; } .owl-carousel .item .img-wrap .text-wrap[data-v-697613cf] { bottom: -1px; width: 100%; position: absolute; z-index: 99; left: 0; padding-left: 5%; padding-right: 5%; } .owl-carousel .item .img-wrap .text-wrap .text-container[data-v-697613cf] { background: #fff; border-radius: 15px 15px 0 0; padding: 20px 20px 20px 66px; position: relative; } .owl-carousel .item .img-wrap .text-wrap .text-container .b-icon[data-v-697613cf] { position: absolute; left: 20px; top: 20px; font-size: 30px; } .owl-carousel .item .img-wrap .text-wrap .text-container p[data-v-697613cf] { margin-bottom: 0; } .is_preview.mobile .wish_noimage_wrap { text-align: center; } .is_preview.mobile .wish_noimage_wrap .col-lg-3 { flex: 0 0 100%; max-width: 100%; } .is_preview.mobile .wish_noimage_wrap .avatar-item { margin-bottom: 10px; } @media only screen and (min-width: 1024px) { .container { width: 100%; } } </style > <script src="<?php echo base_url()?>assets/js/OneSignalPageSDKES6.js" async="" > </script > <style type="text/css" > .__nuxt-error-page { padding: 1rem; background: #f7f8fb; color: #47494e; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; font-family: sans-serif; font-weight: 100 !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .__nuxt-error-page .error { max-width: 450px; } .__nuxt-error-page .title { font-size: 1.5rem; margin-top: 15px; color: #47494e; margin-bottom: 8px; } .__nuxt-error-page .description { color: #7f828b; line-height: 21px; margin-bottom: 10px; } .__nuxt-error-page a { color: #7f828b !important; text-decoration: none; } .__nuxt-error-page .logo { position: fixed; left: 12px; bottom: 12px; } </style > <script charset="utf-8" src="<?php echo base_url()?>assets/js/cb36ca2.js" > </script > <script async="" src="<?php echo base_url()?>assets/js/hotjar-2092117.js" > </script > <style type="text/css" > .CodeMirror { font-family: monospace; height: 300px; color: #000; direction: ltr; } .CodeMirror-lines { padding: 4px 0; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { padding: 0 4px; } .CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: #fff; } .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; } .CodeMirror-guttermarker { color: #000; } .CodeMirror-guttermarker-subtle { color: #999; } .CodeMirror-cursor { border-left: 1px solid #000; border-right: none; width: 0; } .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; } .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; } .cm-fat-cursor-mark { background-color: rgba(20, 255, 20, 0.5); } .cm-animate-fat-cursor, .cm-fat-cursor-mark { -webkit-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; } .cm-animate-fat-cursor { width: auto; border: 0; background-color: #7e7; } @-webkit-keyframes blink { 50% { background-color: transparent; } } @keyframes blink { 50% { background-color: transparent; } } .cm-tab { display: inline-block; text-decoration: inherit; } .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: 0; overflow: hidden; } .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; } .cm-s-default .cm-header { color: #00f; } .cm-s-default .cm-quote { color: #090; } .cm-negative { color: #d44; } .cm-positive { color: #292; } .cm-header, .cm-strong { font-weight: 700; } .cm-em { font-style: italic; } .cm-link { text-decoration: underline; } .cm-strikethrough { text-decoration: line-through; } .cm-s-default .cm-keyword { color: #708; } .cm-s-default .cm-atom { color: #219; } .cm-s-default .cm-number { color: #164; } .cm-s-default .cm-def { color: #00f; } .cm-s-default .cm-variable-2 { color: #05a; } .cm-s-default .cm-type, .cm-s-default .cm-variable-3 { color: #085; } .cm-s-default .cm-comment { color: #a50; } .cm-s-default .cm-string { color: #a11; } .cm-s-default .cm-string-2 { color: #f50; } .cm-s-default .cm-meta, .cm-s-default .cm-qualifier { color: #555; } .cm-s-default .cm-builtin { color: #30a; } .cm-s-default .cm-bracket { color: #997; } .cm-s-default .cm-tag { color: #170; } .cm-s-default .cm-attribute { color: #00c; } .cm-s-default .cm-hr { color: #999; } .cm-s-default .cm-link { color: #00c; } .cm-invalidchar, .cm-s-default .cm-error { color: red; } .CodeMirror-composing { border-bottom: 2px solid; } div.CodeMirror span.CodeMirror-matchingbracket { color: #0b0; } div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #a22; } .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); } .CodeMirror-activeline-background { background: #e8f2ff; } .CodeMirror { position: relative; overflow: hidden; background: #fff; } .CodeMirror-scroll { overflow: scroll !important; margin-bottom: -50px; margin-right: -50px; padding-bottom: 50px; height: 100%; outline: none; position: relative; } .CodeMirror-sizer { position: relative; border-right: 50px solid transparent; } .CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar { position: absolute; z-index: 6; display: none; } .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } .CodeMirror-gutter-filler { left: 0; bottom: 0; } .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; } .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -50px; } .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; } .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; } .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } .CodeMirror-gutter-wrapper ::selection { background-color: transparent; } .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent; } .CodeMirror-lines { cursor: text; min-height: 1px; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; font-feature-settings: "calt"; font-variant-ligatures: contextual; } .CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .CodeMirror-linewidget { position: relative; z-index: 2; padding: 0.1px; } .CodeMirror-rtl pre { direction: rtl; } .CodeMirror-code { outline: none; } .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer { box-sizing: content-box; } .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } .CodeMirror-cursor { position: absolute; pointer-events: none; } .CodeMirror-measure pre { position: static; } div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } .CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors { visibility: visible; } .CodeMirror-selected { background: #d9d9d9; } .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } .CodeMirror-crosshair { cursor: crosshair; } .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } .cm-searching { background-color: #ffa; background-color: rgba(255, 255, 0, 0.4); } .cm-force-border { padding-right: 0.1px; } @media print { .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } .cm-tab-wrap-hack:after { content: ""; } span.CodeMirror-selectedtext { background: none; } .v-md-container { border: 1px solid #ddd; background: #fff; } .v-md-container > .v-md-toolbar { padding: 8px 5px; border-bottom: 1px solid #ddd; background: #f5f5f5; } .v-md-wrapper { position: relative; } .v-md-preview { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; background: #fff; padding: 5px; overflow: auto; color: #333; height: auto !important; } .v-md-fullscreen { width: 100%; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; position: fixed; overflow: hidden; z-index: 99999; } .v-md-fullscreen .v-md-preview { position: fixed !important; top: 52px; } .v-md-auto-resize .CodeMirror { height: auto !important; } .v-md-auto-resize .CodeMirror-scroll { overflow: auto; height: auto; overflow: visible; position: relative; outline: none; min-height: 250px; } .v-md-wrapper .CodeMirror-fullscreen { position: fixed !important; top: 52px; left: 0; right: 0; bottom: 0; height: auto !important; z-index: 9; } </style > <style type="text/css" > .line-wrapper[data-v-1f9c0d86] { width: 100%; background-repeat: repeat; height: 40px; } </style > <style type="text/css" > .btn-premium[data-v-3e4436ba] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 8px 15px; border: none !important; border-radius: 5px; } </style > <style type="text/css" > .fitVids-wrapper { position: relative; z-index: 1; width: 100%; padding-bottom: 56.25%; height: 0; } .fitVids-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style > <style type="text/css" > .live_info[data-v-dfb84464] { white-space: pre-wrap; } .is_preview .wow[data-v-dfb84464] { visibility: visible !important; } </style > <style type="text/css" > .music-control[data-v-3ae65d9e] { width: 40px; height: 40px; position: fixed; z-index: 99; right: 10px; top: 10px; text-align: center; border-radius: 50%; padding-top: 8px; } .music-control.off[data-v-3ae65d9e] { filter: grayscale(100%); } #also_inviting[data-v-3ae65d9e] { list-style-type: circle; } #also_inviting li[data-v-3ae65d9e] { display: block !important; text-transform: inherit !important; padding: 0 !important; margin-bottom: 12px; } #widget[data-v-3ae65d9e] { position: relative; } #widget .shape[data-v-3ae65d9e] { display: none; position: absolute; bottom: -1px; left: 0; right: 0; } #footer p[data-v-3ae65d9e] { margin-bottom: 0; text-align: center; font-size: 12px; } #footer p.link a[data-v-3ae65d9e] { color: #2d2d2d; } #footer p.link span[data-v-3ae65d9e] { color: #f63854; } #footer p img[data-v-3ae65d9e] { width: 55px; padding-bottom: 30px; } .layout-cover[data-v-3ae65d9e] { background-color: #fff; } .layout-cover .attendance-wrap[data-v-3ae65d9e] { width: 80%; margin: 0 auto 20px; } .layout-cover .attendance-wrap p[data-v-3ae65d9e] { margin-top: 10px; } .layout-cover.noscroll[data-v-3ae65d9e] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-3ae65d9e] { height: 100%; } .style_jawa #quote[data-v-3ae65d9e] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-3ae65d9e], .style_jawa #galleries[data-v-3ae65d9e] { background-color: #f7bd78; color: #562016; } #quote[data-v-3ae65d9e] { padding: 40px 0; } #quote .shapeBottom[data-v-3ae65d9e] { position: absolute; left: 0; right: 0; display: none; bottom: -75px; } #separator[data-v-3ae65d9e] { padding-bottom: 0; } .darkMode #footer[data-v-3ae65d9e], .darkMode section[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #footer .link a[data-v-3ae65d9e], .darkMode #footer p[data-v-3ae65d9e] { color: #fff; } .darkMode #quote[data-v-3ae65d9e] { background-color: #2d2d2d; color: #fff; } .darkMode #separator[data-v-3ae65d9e] { background-color: transparent; } .darkMode #separator .quotes[data-v-3ae65d9e] { color: #fff; } .darkMode #coupleProfile[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-3ae65d9e], .darkMode #coupleProfile .male[data-v-3ae65d9e] { color: #fff; } .darkMode #galleries[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #galleries p[data-v-3ae65d9e] { color: #fff; } .darkMode #weddingDetail[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-3ae65d9e], .darkMode #weddingDetail #countdown li[data-v-3ae65d9e], .darkMode #weddingDetail #countdown p[data-v-3ae65d9e], .darkMode #weddingDetail p[data-v-3ae65d9e] { color: #fff; } .darkMode #wishes[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-3ae65d9e] { filter: invert(100%); } .darkMode h4[data-v-3ae65d9e], .darkMode section h1[data-v-3ae65d9e] { color: #fff; } .rundown[data-v-3ae65d9e] { text-align: center; } .rundown .item-rundown[data-v-3ae65d9e] { margin: 30px 0; } .rundown .item-rundown button[data-v-3ae65d9e] { margin-top: 10px; } .rundown .item-rundown h1[data-v-3ae65d9e] { text-transform: capitalize; } .rundown p[data-v-3ae65d9e] { margin-bottom: 5px; } #countdown[data-v-3ae65d9e], #maps[data-v-3ae65d9e] { padding-top: 50px; } #countdown p[data-v-3ae65d9e], #countdown ul[data-v-3ae65d9e] { text-align: center; } #countdown ul[data-v-3ae65d9e] { padding-left: 0; } #countdown li[data-v-3ae65d9e] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-3ae65d9e] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-3ae65d9e] { font-size: 4.5rem; } #countdown li span[data-v-3ae65d9e] { display: block; font-size: 1.5rem; line-height: 1; } #countdown .wrapBtn[data-v-3ae65d9e] { position: relative; } #countdown .shapeCountdown[data-v-3ae65d9e] { position: absolute; width: 100%; left: 0; display: none; } .notif-wrap[data-v-3ae65d9e] { margin-top: 20px; } @media only screen and (max-width: 400px) { .item-rundown[data-v-3ae65d9e] { flex-basis: inherit; } } @media only screen and (max-width: 1024px) { .premium #days[data-v-3ae65d9e] { background: #fff; } } @media only screen and (min-width: 1024px) { .layout-cover:not(.mobile) #countdown li[data-v-3ae65d9e] { font-size: 1.5em; display: inline-block; } .layout-cover:not(.mobile) #countdown li#days[data-v-3ae65d9e] { display: inline-block; } .layout-cover:not(.mobile) #countdown li span[data-v-3ae65d9e] { font-size: 4.5rem; } .layout-cover:not(.mobile) .premium #maps[data-v-3ae65d9e], .layout-cover:not(.mobile) .premium .video[data-v-3ae65d9e] { width: 90%; margin: 1rem 5%; } .layout-cover:not(.mobile) .premium #coupleProfile[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_top1.4bf5403.jpg); } .layout-cover:not(.mobile) .premium #coupleProfile .male[data-v-3ae65d9e], .layout-cover:not(.mobile) .premium .rundown[data-v-3ae65d9e] { background-image: none; } .layout-cover:not(.mobile) .premium .rundown[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant4.20493f0.jpg); background-size: cover; } .layout-cover:not(.mobile) .premium #also_inviting[data-v-3ae65d9e] { background-image: none; } .layout-cover.mobile .premium #days[data-v-3ae65d9e] { background: #fff; } } .quotes[data-v-3ae65d9e] { white-space: pre-wrap; text-align: center; font-weight: 600; font-size: 15px; font-family: inherit; font-style: italic; line-height: 1.7; } .instagram[data-v-3ae65d9e] { margin: 1px 10px; display: inline-block; } .instagram img[data-v-3ae65d9e] { width: 36px !important; } .premium #coupleProfile[data-v-3ae65d9e] { background-color: #fff; background-image: url(/_nuxt/img/elegant4.20493f0.jpg); background-size: contain; background-repeat: no-repeat; } .premium #coupleProfile .male[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant41.126907f.jpg); } .premium #coupleProfile .male[data-v-3ae65d9e], .premium #galleries[data-v-3ae65d9e] { background-size: contain; background-repeat: no-repeat; } .premium #galleries[data-v-3ae65d9e] { background-image: url(/_nuxt/img/simple_flower.a8a9127.jpg); background-color: #fff; } .premium #wishes[data-v-3ae65d9e] { width: 90%; margin: 0 5%; } .premium #footer[data-v-3ae65d9e], .premium #weddingDetail[data-v-3ae65d9e] { background-color: #fff; } .premium #rsvp[data-v-3ae65d9e] { width: 90%; margin: 2rem 5% 0; } .premium .rundown[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_top.ee5a7dc.jpg); background-size: contain; background-repeat: no-repeat; } .premium #also_inviting[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_bottom.d44e0f9.jpg); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; } .premium #quote[data-v-3ae65d9e] { background-size: cover; padding: 15px 20px; width: 90%; margin: 1rem 5%; } .premium #quote .quotes[data-v-3ae65d9e] { color: #794615; font-size: 18px; } #coupleProfile .male_name[data-v-3ae65d9e] { float: left; width: 100%; } #coupleProfile .call-name[data-v-3ae65d9e] { font-size: 5rem; } #coupleProfile .male[data-v-3ae65d9e] { text-align: left; } #coupleProfile .female[data-v-3ae65d9e] { text-align: right; } #coupleProfile .img-couple[data-v-3ae65d9e] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-3ae65d9e] { margin: 5px; } #coupleProfile .grid-profile[data-v-3ae65d9e] { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; } #coupleProfile .grid-profile .box[data-v-3ae65d9e], #coupleProfile .grid-profile .box-female[data-v-3ae65d9e] { margin-bottom: 0; } #coupleProfile .grid-profile .profil-info[data-v-3ae65d9e] { padding: 0 10px; align-self: center; } #coupleProfile .grid-profile .profil-info p[data-v-3ae65d9e] { font-size: 10px; margin: 0; } #coupleProfile .grid-profile .imgWrapper[data-v-3ae65d9e]:before { content: ""; height: 0; display: inline-block; padding-top: 100%; width: 1px; position: relative; } #coupleProfile .grid-profile .imgWrapper:before img[data-v-3ae65d9e] { position: absolute; top: 0; left: 0; bottom: 0; } section[data-v-3ae65d9e] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-3ae65d9e], .box-female[data-v-3ae65d9e] { position: relative; text-align: center; } .box img[data-v-3ae65d9e] { left: 0; } .box-female img[data-v-3ae65d9e], .box img[data-v-3ae65d9e] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-3ae65d9e] { right: 0; } .box[data-v-3ae65d9e], .box-female[data-v-3ae65d9e] { margin-bottom: 20px; } .line-separator[data-v-3ae65d9e] { position: relative; } .separator-img[data-v-3ae65d9e] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .attendance-wrap[data-v-3ae65d9e], .layout-cover:not(.is_preview) .attendance-wrap[data-v-3ae65d9e] { width: 50%; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box-separator[data-v-3ae65d9e] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box-separator[data-v-3ae65d9e]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-3ae65d9e], .layout-cover:not(.is_preview) .separator-img[data-v-3ae65d9e] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-3ae65d9e], .layout-cover:not(.is_preview) .widget[data-v-3ae65d9e] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-3ae65d9e], .layout-cover:not(.is_preview) .line-separator[data-v-3ae65d9e] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .google-maps[data-v-3ae65d9e], .layout-cover:not(.is_preview) .google-maps[data-v-3ae65d9e] { padding-bottom: 47%; } .layout-cover.is_preview:not(.mobile) .box[data-v-3ae65d9e], .layout-cover.is_preview:not(.mobile) .box-female[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box-female[data-v-3ae65d9e] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-3ae65d9e]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box-female[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box[data-v-3ae65d9e]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-3ae65d9e] { justify-content: space-between; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-3ae65d9e], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-3ae65d9e] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-3ae65d9e] { width: 100%; } } .layout-cover.mobile .container[data-v-3ae65d9e] { width: 100%; } .layout-cover.mobile .item-rundown[data-v-3ae65d9e] { flex-basis: inherit; } .layout-cover.mobile .col-lg-4[data-v-3ae65d9e], .layout-cover.mobile .col-lg-5[data-v-3ae65d9e], .layout-cover.mobile .col-lg-6[data-v-3ae65d9e], .layout-cover.mobile .col-xl-2[data-v-3ae65d9e] { flex: 0 0 100%; max-width: 100%; } .overlay-change-photo[data-v-3ae65d9e] { position: relative; text-align: center; } .overlay-change-photo p[data-v-3ae65d9e] { text-align: center; width: 100%; position: absolute; z-index: 9; top: 50%; } .is_preview .wow[data-v-3ae65d9e] { visibility: visible !important; } #coupleProfile .couple-detail[data-v-3ae65d9e] { font-size: 16px; } #coupleProfile .couple-detail p[data-v-3ae65d9e] { font-size: 14px; } </style > <style type="text/css" > .layout_style2 #welcome { position: relative; z-index: 9; } </style > <style type="text/css" > .layout-cover[data-v-ae7912da] { background-color: #fff; } .layout-cover.noscroll[data-v-ae7912da] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-ae7912da] { height: 100%; } .style_jawa #quote[data-v-ae7912da] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-ae7912da], .style_jawa #galleries[data-v-ae7912da] { background-color: #f7bd78; color: #562016; } #quote[data-v-ae7912da] { padding: 40px 0; } #separator[data-v-ae7912da] { padding-bottom: 0; } .darkMode #quote[data-v-ae7912da], .darkMode section[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #quote[data-v-ae7912da] { color: #fff; } .darkMode #separator[data-v-ae7912da] { background-color: transparent; } .darkMode #separator .quotes[data-v-ae7912da] { color: #fff; } .darkMode #coupleProfile[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-ae7912da], .darkMode #coupleProfile .male[data-v-ae7912da] { color: #fff; } .darkMode #galleries[data-v-ae7912da], .darkMode #weddingDetail[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-ae7912da], .darkMode #weddingDetail #countdown li[data-v-ae7912da], .darkMode #weddingDetail #countdown p[data-v-ae7912da] { color: #fff; } .darkMode #wishes[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-ae7912da] { filter: invert(100%); } .darkMode section h1[data-v-ae7912da] { color: #fff; } .rundown[data-v-ae7912da] { text-align: center; } .rundown .item-rundown[data-v-ae7912da] { margin: 30px 0; } .rundown p[data-v-ae7912da] { margin-bottom: 5px; } #countdown[data-v-ae7912da], #maps[data-v-ae7912da] { padding-top: 50px; } #countdown p[data-v-ae7912da], #countdown ul[data-v-ae7912da] { text-align: center; } #countdown ul[data-v-ae7912da] { padding-left: 0; } #countdown li[data-v-ae7912da] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-ae7912da] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-ae7912da] { font-size: 4.5rem; } #countdown li span[data-v-ae7912da] { display: block; font-size: 1.5rem; line-height: 1; } @media only screen and (min-width: 1024px) { .layout-cover:not(.mobile) #countdown li[data-v-ae7912da] { font-size: 1.5em; display: inline-block; } .layout-cover:not(.mobile) #countdown li#days[data-v-ae7912da] { display: inline-block; } .layout-cover:not(.mobile) #countdown li span[data-v-ae7912da] { font-size: 4.5rem; } } .quotes[data-v-ae7912da] { text-align: center; font-weight: 600; font-size: 20px; } #coupleProfile .male[data-v-ae7912da] { text-align: left; } #coupleProfile .female[data-v-ae7912da] { text-align: right; } #coupleProfile .img-couple[data-v-ae7912da] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-ae7912da] { margin: 5px; } section[data-v-ae7912da] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-ae7912da], .box-female[data-v-ae7912da] { position: relative; } .box img[data-v-ae7912da] { left: 0; } .box-female img[data-v-ae7912da], .box img[data-v-ae7912da] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-ae7912da] { right: 0; } .box[data-v-ae7912da], .box-female[data-v-ae7912da] { margin-bottom: 20px; } .line-separator[data-v-ae7912da] { position: relative; } .separator-img[data-v-ae7912da] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .box-separator[data-v-ae7912da], .layout-cover:not(.is_preview) .box-separator[data-v-ae7912da] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box-separator[data-v-ae7912da]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-ae7912da], .layout-cover:not(.is_preview) .separator-img[data-v-ae7912da] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-ae7912da], .layout-cover:not(.is_preview) .widget[data-v-ae7912da] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-ae7912da], .layout-cover:not(.is_preview) .line-separator[data-v-ae7912da] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .google-maps[data-v-ae7912da], .layout-cover:not(.is_preview) .google-maps[data-v-ae7912da] { padding-bottom: 47%; } .layout-cover.is_preview:not(.mobile) .box[data-v-ae7912da], .layout-cover.is_preview:not(.mobile) .box-female[data-v-ae7912da], .layout-cover:not(.is_preview) .box[data-v-ae7912da], .layout-cover:not(.is_preview) .box-female[data-v-ae7912da] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-ae7912da]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box-female[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box[data-v-ae7912da]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-ae7912da] { justify-content: space-between; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-ae7912da], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-ae7912da] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-ae7912da] { width: 100%; } } .layout-cover.mobile .container[data-v-ae7912da] { width: 100%; } .layout-cover.mobile .col-lg-4[data-v-ae7912da], .layout-cover.mobile .col-lg-5[data-v-ae7912da], .layout-cover.mobile .col-lg-6[data-v-ae7912da], .layout-cover.mobile .col-xl-2[data-v-ae7912da] { flex: 0 0 100%; max-width: 100%; }
assets/css/main_desktop.css
:root { --blue: #007bff; --indigo: #6610f2; --purple: #6f42c1; --pink: #e83e8c; --red: #dc3545; --orange: #fd7e14; --yellow: #ffc107; --green: #28a745; --teal: #20c997; --cyan: #17a2b8; --white: #fff; --gray: #6c757d; --gray-dark: #343a40; --primary: #007bff; --secondary: #6c757d; --success: #28a745; --info: #17a2b8; --warning: #ffc107; --danger: #dc3545; --light: #f8f9fa; --dark: #343a40; --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 992px; --breakpoint-xl: 1200px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } *, :after, :before { box-sizing: border-box; } html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } article, aside, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } [tabindex="-1"]:focus:not(.focus-visible), [tabindex="-1"]:focus:not(:focus-visible) { outline: 0 !important; } hr { box-sizing: content-box; height: 0; overflow: visible; } h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; } p { margin-top: 0; margin-bottom: 1rem; } abbr[data-original-title], abbr[title] { text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted; cursor: help; border-bottom: 0; -webkit-text-decoration-skip-ink: none; text-decoration-skip-ink: none; } address { font-style: normal; line-height: inherit; } address, dl, ol, ul { margin-bottom: 1rem; } dl, ol, ul { margin-top: 0; } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0; } dt { font-weight: 700; } dd { margin-bottom: 0.5rem; margin-left: 0; } blockquote { margin: 0 0 1rem; } b, strong { font-weight: bolder; } small { font-size: 80%; } sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } a { color: #007bff; text-decoration: none; background-color: transparent; } a:hover { color: #0056b3; text-decoration: underline; } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none; } code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; font-size: 1em; } pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } figure { margin: 0 0 1rem; } img { border-style: none; } img, svg { vertical-align: middle; } svg { overflow: hidden; } table { border-collapse: collapse; } caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; } th { text-align: inherit; text-align: -webkit-match-parent; } label { display: inline-block; margin-bottom: 0.5rem; } button { border-radius: 0; } button:focus:not(.focus-visible), button:focus:not(:focus-visible) { outline: 0; } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } button, input { overflow: visible; } button, select { text-transform: none; } [role="button"] { cursor: pointer; } select { word-wrap: normal; } [type="button"], [type="reset"], [type="submit"], button { -webkit-appearance: button; } [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) { cursor: pointer; } [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner { padding: 0; border-style: none; } input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; } textarea { overflow: auto; resize: vertical; } fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 0.5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } progress { vertical-align: baseline; } [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } [type="search"] { outline-offset: -2px; -webkit-appearance: none; } [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } output { display: inline-block; } summary { display: list-item; cursor: pointer; } template { display: none; } [hidden] { display: none !important; } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-bottom: 0.5rem; font-weight: 500; line-height: 1.2; } .h1, h1 { font-size: 2.5rem; } .h2, h2 { font-size: 2rem; } .h3, h3 { font-size: 1.75rem; } .h4, h4 { font-size: 1.5rem; } .h5, h5 { font-size: 1.25rem; } .h6, h6 { font-size: 1rem; } .lead { font-size: 1.25rem; font-weight: 300; } .display-1 { font-size: 6rem; } .display-1, .display-2 { font-weight: 300; line-height: 1.2; } .display-2 { font-size: 5.5rem; } .display-3 { font-size: 4.5rem; } .display-3, .display-4 { font-weight: 300; line-height: 1.2; } .display-4 { font-size: 3.5rem; } hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } .small, small { font-size: 80%; font-weight: 400; } .mark, mark { padding: 0.2em; background-color: #fcf8e3; } .list-inline, .list-unstyled { padding-left: 0; list-style: none; } .list-inline-item { display: inline-block; } .list-inline-item:not(:last-child) { margin-right: 0.5rem; } .initialism { font-size: 90%; text-transform: uppercase; } .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } .blockquote-footer { display: block; font-size: 80%; color: #6c757d; } .blockquote-footer:before { content: "\2014\00A0"; } .img-fluid, .img-thumbnail { max-width: 100%; height: auto; } .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; } .figure { display: inline-block; } .figure-img { margin-bottom: 0.5rem; line-height: 1; } .figure-caption { font-size: 90%; color: #6c757d; } code { font-size: 87.5%; color: #e83e8c; word-wrap: break-word; } a > code { color: inherit; } kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; } kbd kbd { padding: 0; font-size: 100%; font-weight: 700; } pre { display: block; font-size: 87.5%; color: #212529; } pre code { font-size: inherit; color: inherit; word-break: normal; } .pre-scrollable { max-height: 340px; overflow-y: scroll; } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { .container, .container-sm { max-width: 540px; } } @media (min-width: 768px) { .container, .container-md, .container-sm { max-width: 720px; } } @media (min-width: 992px) { .container, .container-lg, .container-md, .container-sm { max-width: 960px; } } @media (min-width: 1200px) { .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px; } } .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } .no-gutters { margin-right: 0; margin-left: 0; } .no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } .col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto { position: relative; width: 100%; padding-right: 15px; padding-left: 15px; } .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-3 { flex: 0 0 25%; max-width: 25%; } .col-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-6 { flex: 0 0 50%; max-width: 50%; } .col-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-9 { flex: 0 0 75%; max-width: 75%; } .col-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-12 { flex: 0 0 100%; max-width: 100%; } .order-first { order: -1; } .order-last { order: 13; } .order-0 { order: 0; } .order-1 { order: 1; } .order-2 { order: 2; } .order-3 { order: 3; } .order-4 { order: 4; } .order-5 { order: 5; } .order-6 { order: 6; } .order-7 { order: 7; } .order-8 { order: 8; } .order-9 { order: 9; } .order-10 { order: 10; } .order-11 { order: 11; } .order-12 { order: 12; } .offset-1 { margin-left: 8.333333%; } .offset-2 { margin-left: 16.666667%; } .offset-3 { margin-left: 25%; } .offset-4 { margin-left: 33.333333%; } .offset-5 { margin-left: 41.666667%; } .offset-6 { margin-left: 50%; } .offset-7 { margin-left: 58.333333%; } .offset-8 { margin-left: 66.666667%; } .offset-9 { margin-left: 75%; } .offset-10 { margin-left: 83.333333%; } .offset-11 { margin-left: 91.666667%; } @media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-sm-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-sm-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-sm-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-sm-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-sm-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-sm-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-sm-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-sm-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-sm-3 { flex: 0 0 25%; max-width: 25%; } .col-sm-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-sm-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-sm-6 { flex: 0 0 50%; max-width: 50%; } .col-sm-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-sm-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-sm-9 { flex: 0 0 75%; max-width: 75%; } .col-sm-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-sm-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-sm-12 { flex: 0 0 100%; max-width: 100%; } .order-sm-first { order: -1; } .order-sm-last { order: 13; } .order-sm-0 { order: 0; } .order-sm-1 { order: 1; } .order-sm-2 { order: 2; } .order-sm-3 { order: 3; } .order-sm-4 { order: 4; } .order-sm-5 { order: 5; } .order-sm-6 { order: 6; } .order-sm-7 { order: 7; } .order-sm-8 { order: 8; } .order-sm-9 { order: 9; } .order-sm-10 { order: 10; } .order-sm-11 { order: 11; } .order-sm-12 { order: 12; } .offset-sm-0 { margin-left: 0; } .offset-sm-1 { margin-left: 8.333333%; } .offset-sm-2 { margin-left: 16.666667%; } .offset-sm-3 { margin-left: 25%; } .offset-sm-4 { margin-left: 33.333333%; } .offset-sm-5 { margin-left: 41.666667%; } .offset-sm-6 { margin-left: 50%; } .offset-sm-7 { margin-left: 58.333333%; } .offset-sm-8 { margin-left: 66.666667%; } .offset-sm-9 { margin-left: 75%; } .offset-sm-10 { margin-left: 83.333333%; } .offset-sm-11 { margin-left: 91.666667%; } } @media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-md-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-md-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-md-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-md-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-md-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-md-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-md-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-md-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-md-3 { flex: 0 0 25%; max-width: 25%; } .col-md-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-md-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-md-6 { flex: 0 0 50%; max-width: 50%; } .col-md-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-md-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-md-9 { flex: 0 0 75%; max-width: 75%; } .col-md-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-md-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-md-12 { flex: 0 0 100%; max-width: 100%; } .order-md-first { order: -1; } .order-md-last { order: 13; } .order-md-0 { order: 0; } .order-md-1 { order: 1; } .order-md-2 { order: 2; } .order-md-3 { order: 3; } .order-md-4 { order: 4; } .order-md-5 { order: 5; } .order-md-6 { order: 6; } .order-md-7 { order: 7; } .order-md-8 { order: 8; } .order-md-9 { order: 9; } .order-md-10 { order: 10; } .order-md-11 { order: 11; } .order-md-12 { order: 12; } .offset-md-0 { margin-left: 0; } .offset-md-1 { margin-left: 8.333333%; } .offset-md-2 { margin-left: 16.666667%; } .offset-md-3 { margin-left: 25%; } .offset-md-4 { margin-left: 33.333333%; } .offset-md-5 { margin-left: 41.666667%; } .offset-md-6 { margin-left: 50%; } .offset-md-7 { margin-left: 58.333333%; } .offset-md-8 { margin-left: 66.666667%; } .offset-md-9 { margin-left: 75%; } .offset-md-10 { margin-left: 83.333333%; } .offset-md-11 { margin-left: 91.666667%; } } @media (min-width: 992px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-lg-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-lg-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-lg-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-lg-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-lg-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-lg-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-lg-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-lg-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-lg-3 { flex: 0 0 25%; max-width: 25%; } .col-lg-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-lg-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-lg-6 { flex: 0 0 50%; max-width: 50%; } .col-lg-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-lg-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-lg-9 { flex: 0 0 75%; max-width: 75%; } .col-lg-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-lg-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-lg-12 { flex: 0 0 100%; max-width: 100%; } .order-lg-first { order: -1; } .order-lg-last { order: 13; } .order-lg-0 { order: 0; } .order-lg-1 { order: 1; } .order-lg-2 { order: 2; } .order-lg-3 { order: 3; } .order-lg-4 { order: 4; } .order-lg-5 { order: 5; } .order-lg-6 { order: 6; } .order-lg-7 { order: 7; } .order-lg-8 { order: 8; } .order-lg-9 { order: 9; } .order-lg-10 { order: 10; } .order-lg-11 { order: 11; } .order-lg-12 { order: 12; } .offset-lg-0 { margin-left: 0; } .offset-lg-1 { margin-left: 8.333333%; } .offset-lg-2 { margin-left: 16.666667%; } .offset-lg-3 { margin-left: 25%; } .offset-lg-4 { margin-left: 33.333333%; } .offset-lg-5 { margin-left: 41.666667%; } .offset-lg-6 { margin-left: 50%; } .offset-lg-7 { margin-left: 58.333333%; } .offset-lg-8 { margin-left: 66.666667%; } .offset-lg-9 { margin-left: 75%; } .offset-lg-10 { margin-left: 83.333333%; } .offset-lg-11 { margin-left: 91.666667%; } } @media (min-width: 1200px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } .row-cols-xl-1 > * { flex: 0 0 100%; max-width: 100%; } .row-cols-xl-2 > * { flex: 0 0 50%; max-width: 50%; } .row-cols-xl-3 > * { flex: 0 0 33.333333%; max-width: 33.333333%; } .row-cols-xl-4 > * { flex: 0 0 25%; max-width: 25%; } .row-cols-xl-5 > * { flex: 0 0 20%; max-width: 20%; } .row-cols-xl-6 > * { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-auto { flex: 0 0 auto; width: auto; max-width: 100%; } .col-xl-1 { flex: 0 0 8.333333%; max-width: 8.333333%; } .col-xl-2 { flex: 0 0 16.666667%; max-width: 16.666667%; } .col-xl-3 { flex: 0 0 25%; max-width: 25%; } .col-xl-4 { flex: 0 0 33.333333%; max-width: 33.333333%; } .col-xl-5 { flex: 0 0 41.666667%; max-width: 41.666667%; } .col-xl-6 { flex: 0 0 50%; max-width: 50%; } .col-xl-7 { flex: 0 0 58.333333%; max-width: 58.333333%; } .col-xl-8 { flex: 0 0 66.666667%; max-width: 66.666667%; } .col-xl-9 { flex: 0 0 75%; max-width: 75%; } .col-xl-10 { flex: 0 0 83.333333%; max-width: 83.333333%; } .col-xl-11 { flex: 0 0 91.666667%; max-width: 91.666667%; } .col-xl-12 { flex: 0 0 100%; max-width: 100%; } .order-xl-first { order: -1; } .order-xl-last { order: 13; } .order-xl-0 { order: 0; } .order-xl-1 { order: 1; } .order-xl-2 { order: 2; } .order-xl-3 { order: 3; } .order-xl-4 { order: 4; } .order-xl-5 { order: 5; } .order-xl-6 { order: 6; } .order-xl-7 { order: 7; } .order-xl-8 { order: 8; } .order-xl-9 { order: 9; } .order-xl-10 { order: 10; } .order-xl-11 { order: 11; } .order-xl-12 { order: 12; } .offset-xl-0 { margin-left: 0; } .offset-xl-1 { margin-left: 8.333333%; } .offset-xl-2 { margin-left: 16.666667%; } .offset-xl-3 { margin-left: 25%; } .offset-xl-4 { margin-left: 33.333333%; } .offset-xl-5 { margin-left: 41.666667%; } .offset-xl-6 { margin-left: 50%; } .offset-xl-7 { margin-left: 58.333333%; } .offset-xl-8 { margin-left: 66.666667%; } .offset-xl-9 { margin-left: 75%; } .offset-xl-10 { margin-left: 83.333333%; } .offset-xl-11 { margin-left: 91.666667%; } } .table { width: 100%; margin-bottom: 1rem; color: #212529; } .table td, .table th { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } .table tbody + tbody { border-top: 2px solid #dee2e6; } .table-sm td, .table-sm th { padding: 0.3rem; } .table-bordered, .table-bordered td, .table-bordered th { border: 1px solid #dee2e6; } .table-bordered thead td, .table-bordered thead th { border-bottom-width: 2px; } .table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th { border: 0; } .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } .table-hover tbody tr:hover { color: #212529; background-color: rgba(0, 0, 0, 0.075); } .table-primary, .table-primary > td, .table-primary > th { background-color: #b8daff; } .table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th { border-color: #7abaff; } .table-hover .table-primary:hover, .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #9fcdff; } .table-secondary, .table-secondary > td, .table-secondary > th { background-color: #d6d8db; } .table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th { border-color: #b3b7bb; } .table-hover .table-secondary:hover, .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; } .table-success, .table-success > td, .table-success > th { background-color: #c3e6cb; } .table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th { border-color: #8fd19e; } .table-hover .table-success:hover, .table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; } .table-info, .table-info > td, .table-info > th { background-color: #bee5eb; } .table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th { border-color: #86cfda; } .table-hover .table-info:hover, .table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; } .table-warning, .table-warning > td, .table-warning > th { background-color: #ffeeba; } .table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th { border-color: #ffdf7e; } .table-hover .table-warning:hover, .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; } .table-danger, .table-danger > td, .table-danger > th { background-color: #f5c6cb; } .table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th { border-color: #ed969e; } .table-hover .table-danger:hover, .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; } .table-light, .table-light > td, .table-light > th { background-color: #fdfdfe; } .table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th { border-color: #fbfcfc; } .table-hover .table-light:hover, .table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; } .table-dark, .table-dark > td, .table-dark > th { background-color: #c6c8ca; } .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: #95999c; } .table-hover .table-dark:hover, .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; } .table-active, .table-active > td, .table-active > th, .table-hover .table-active:hover, .table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } .table .thead-dark th { color: #fff; background-color: #343a40; border-color: #454d55; } .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; } .table-dark { color: #fff; background-color: #343a40; } .table-dark td, .table-dark th, .table-dark thead th { border-color: #454d55; } .table-dark.table-bordered { border: 0; } .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: hsla(0, 0%, 100%, 0.05); } .table-dark.table-hover tbody tr:hover { color: #fff; background-color: hsla(0, 0%, 100%, 0.075); } @media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-sm > .table-bordered { border: 0; } } @media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-md > .table-bordered { border: 0; } } @media (max-width: 991.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-lg > .table-bordered { border: 0; } } @media (max-width: 1199.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive-xl > .table-bordered { border: 0; } } .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; } .table-responsive > .table-bordered { border: 0; } .form-control { display: block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .form-control { transition: none; } } .form-control::-ms-expand { background-color: transparent; border: 0; } .form-control:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; } .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .form-control::-moz-placeholder { color: #6c757d; opacity: 1; } .form-control:-ms-input-placeholder { color: #6c757d; opacity: 1; } .form-control::placeholder { color: #6c757d; opacity: 1; } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; } input[type="date"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control, input[type="time"].form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; } select.form-control:focus::-ms-value { color: #495057; background-color: #fff; } .form-control-file, .form-control-range { display: block; width: 100%; } .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; line-height: 1.5; } .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; } .form-control-plaintext { display: block; width: 100%; padding: 0.375rem 0; margin-bottom: 0; font-size: 1rem; line-height: 1.5; color: #212529; background-color: transparent; border: solid transparent; border-width: 1px 0; } .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm { padding-right: 0; padding-left: 0; } .form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } select.form-control[multiple], select.form-control[size], textarea.form-control { height: auto; } .form-group { margin-bottom: 1rem; } .form-text { display: block; margin-top: 0.25rem; } .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } .form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } .form-check { position: relative; display: block; padding-left: 1.25rem; } .form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; } .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label { color: #6c757d; } .form-check-label { margin-bottom: 0; } .form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; } .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; } .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; } .valid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(40, 167, 69, 0.9); border-radius: 0.25rem; } .form-row > .col > .valid-tooltip, .form-row > [class*="col-"] > .valid-tooltip { left: 5px; } .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip, .was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip { display: block; } .form-control.is-valid, .was-validated .form-control:valid { border-color: #28a745; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.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: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-control.is-valid:focus, .was-validated .form-control:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .custom-select.is-valid, .was-validated .custom-select:valid { border-color: #28a745; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.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") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; } .custom-select.is-valid:focus, .was-validated .custom-select:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: #28a745; } .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip { display: block; } .custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label { color: #28a745; } .custom-control-input.is-valid ~ .custom-control-label:before, .was-validated .custom-control-input:valid ~ .custom-control-label:before { border-color: #28a745; } .custom-control-input.is-valid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label:before { border-color: #34ce57; background-color: #34ce57; } .custom-control-input.is-valid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:valid ~ .custom-file-label { border-color: #28a745; } .custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; } .invalid-tooltip { position: absolute; top: 100%; left: 0; z-index: 5; display: none; max-width: 100%; padding: 0.25rem 0.5rem; margin-top: 0.1rem; font-size: 0.875rem; line-height: 1.5; color: #fff; background-color: rgba(220, 53, 69, 0.9); border-radius: 0.25rem; } .form-row > .col > .invalid-tooltip, .form-row > [class*="col-"] > .invalid-tooltip { left: 5px; } .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip, .was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip { display: block; } .form-control.is-invalid, .was-validated .form-control:invalid { border-color: #dc3545; padding-right: calc(1.5em + 0.75rem); background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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: right calc(0.375em + 0.1875rem) center; background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); } .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + 0.75rem); background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); } .custom-select.is-invalid, .was-validated .custom-select:invalid { border-color: #dc3545; padding-right: calc(0.75em + 2.3125rem); background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' 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") center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat; } .custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label { color: #dc3545; } .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip { display: block; } .custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label { color: #dc3545; } .custom-control-input.is-invalid ~ .custom-control-label:before, .was-validated .custom-control-input:invalid ~ .custom-control-label:before { border-color: #dc3545; } .custom-control-input.is-invalid:checked ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before { border-color: #e4606d; background-color: #e4606d; } .custom-control-input.is-invalid:focus ~ .custom-control-label:before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before, .custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before, .was-validated .custom-file-input:invalid ~ .custom-file-label { border-color: #dc3545; } .custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .form-inline { display: flex; flex-flow: row wrap; align-items: center; } .form-inline .form-check { width: 100%; } @media (min-width: 576px) { .form-inline label { justify-content: center; } .form-inline .form-group, .form-inline label { display: flex; align-items: center; margin-bottom: 0; } .form-inline .form-group { flex: 0 0 auto; flex-flow: row wrap; } .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } .form-inline .form-control-plaintext { display: inline-block; } .form-inline .custom-select, .form-inline .input-group { width: auto; } .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } .form-inline .form-check-input { position: relative; flex-shrink: 0; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } .form-inline .custom-control { align-items: center; justify-content: center; } .form-inline .custom-control-label { margin-bottom: 0; } } .btn { display: inline-block; font-weight: 400; color: #212529; text-align: center; vertical-align: middle; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; 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; text-decoration: none; } .btn.focus, .btn:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .btn.disabled, .btn:disabled { opacity: 0.65; } .btn:not(:disabled):not(.disabled) { cursor: pointer; } a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; } .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-primary.focus, .btn-primary:focus, .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; } .btn-primary.focus, .btn-primary:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; } .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary.focus, .btn-secondary:focus, .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; } .btn-secondary.focus, .btn-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; } .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); } .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-success.focus, .btn-success:focus, .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } .btn-success.focus, .btn-success:focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } .btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; } .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); } .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-info.focus, .btn-info:focus, .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; } .btn-info.focus, .btn-info:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } .btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; } .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); } .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-warning.focus, .btn-warning:focus, .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; } .btn-warning.focus, .btn-warning:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } .btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; } .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); } .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger.focus, .btn-danger:focus, .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; } .btn-danger.focus, .btn-danger:focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } .btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; } .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); } .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light.focus, .btn-light:focus, .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; } .btn-light.focus, .btn-light:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } .btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; } .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); } .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-dark.focus, .btn-dark:focus, .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; } .btn-dark.focus, .btn-dark:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; } .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); } .btn-outline-primary { color: #007bff; border-color: #007bff; } .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-outline-primary.focus, .btn-outline-primary:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #007bff; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .btn-outline-secondary { color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary.focus, .btn-outline-secondary:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .btn-outline-success { color: #28a745; border-color: #28a745; } .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success.focus, .btn-outline-success:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; } .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .btn-outline-info { color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info.focus, .btn-outline-info:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .btn-outline-warning { color: #ffc107; border-color: #ffc107; } .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning.focus, .btn-outline-warning:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .btn-outline-danger { color: #dc3545; border-color: #dc3545; } .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger.focus, .btn-outline-danger:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .btn-outline-light { color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light.focus, .btn-outline-light:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .btn-outline-dark { color: #343a40; border-color: #343a40; } .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark.focus, .btn-outline-dark:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .btn-link { font-weight: 400; color: #007bff; text-decoration: none; } .btn-link:hover { color: #0056b3; } .btn-link.focus, .btn-link:focus, .btn-link:hover { text-decoration: underline; } .btn-link.disabled, .btn-link:disabled { color: #6c757d; pointer-events: none; } .btn-group-lg > .btn, .btn-lg { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } .btn-group-sm > .btn, .btn-sm { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .btn-block { display: block; width: 100%; } .btn-block + .btn-block { margin-top: 0.5rem; } input[type="button"].btn-block, input[type="reset"].btn-block, input[type="submit"].btn-block { width: 100%; } .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 { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } @media (prefers-reduced-motion: reduce) { .collapsing { transition: none; } } .dropdown, .dropleft, .dropright, .dropup { position: relative; } .dropdown-toggle { white-space: nowrap; } .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } .dropdown-toggle:empty:after { margin-left: 0; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; 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-left { right: auto; left: 0; } .dropdown-menu-right { right: 0; left: auto; } @media (min-width: 576px) { .dropdown-menu-sm-left { right: auto; left: 0; } .dropdown-menu-sm-right { right: 0; left: auto; } } @media (min-width: 768px) { .dropdown-menu-md-left { right: auto; left: 0; } .dropdown-menu-md-right { right: 0; left: auto; } } @media (min-width: 992px) { .dropdown-menu-lg-left { right: auto; left: 0; } .dropdown-menu-lg-right { right: 0; left: auto; } } @media (min-width: 1200px) { .dropdown-menu-xl-left { right: auto; left: 0; } .dropdown-menu-xl-right { right: 0; left: auto; } } .dropup .dropdown-menu { top: auto; bottom: 100%; margin-top: 0; margin-bottom: 0.125rem; } .dropup .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } .dropup .dropdown-toggle:empty:after { margin-left: 0; } .dropright .dropdown-menu { top: 0; right: auto; left: 100%; margin-top: 0; margin-left: 0.125rem; } .dropright .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } .dropright .dropdown-toggle:empty:after { margin-left: 0; } .dropright .dropdown-toggle:after { vertical-align: 0; } .dropleft .dropdown-menu { top: 0; right: 100%; left: auto; margin-top: 0; margin-right: 0.125rem; } .dropleft .dropdown-toggle:after { display: inline-block; margin-left: 0.255em; vertical-align: 0.255em; content: ""; display: none; } .dropleft .dropdown-toggle:before { display: inline-block; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } .dropleft .dropdown-toggle:empty:after { margin-left: 0; } .dropleft .dropdown-toggle:before { vertical-align: 0; } .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="top"] { right: auto; bottom: auto; } .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; } .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } .dropdown-item:focus, .dropdown-item:hover { color: #16181b; text-decoration: none; background-color: #e9ecef; } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } .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 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } .dropdown-item-text { display: block; padding: 0.25rem 1.5rem; color: #212529; } .btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } .btn-group-vertical > .btn, .btn-group > .btn { position: relative; flex: 1 1 auto; } .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:hover, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus, .btn-group > .btn:hover { z-index: 1; } .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } .btn-toolbar .input-group { width: auto; } .btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) { margin-left: -1px; } .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } .dropdown-toggle-split:after, .dropright .dropdown-toggle-split:after, .dropup .dropdown-toggle-split:after { margin-left: 0; } .dropleft .dropdown-toggle-split:before { margin-right: 0; } .btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } .btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 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-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) { margin-top: -1px; } .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) { border-top-left-radius: 0; border-top-right-radius: 0; } .btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } .btn-group-toggle > .btn-group > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn input[type="radio"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext { position: relative; flex: 1 1 auto; width: 1%; min-width: 0; margin-bottom: 0; } .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control { margin-left: -1px; } .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus { z-index: 3; } .input-group > .custom-file .custom-file-input:focus { z-index: 4; } .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > .custom-file { display: flex; align-items: center; } .input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label:after, .input-group.has-validation > .custom-select:nth-last-child(n + 3), .input-group.has-validation > .form-control:nth-last-child(n + 3), .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label:after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group-append, .input-group-prepend { display: flex; } .input-group-append .btn, .input-group-prepend .btn { position: relative; z-index: 2; } .input-group-append .btn:focus, .input-group-prepend .btn:focus { z-index: 3; } .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text { margin-left: -1px; } .input-group-prepend { margin-right: -1px; } .input-group-append { margin-left: -1px; } .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } .input-group-text input[type="checkbox"], .input-group-text input[type="radio"] { margin-top: 0; } .input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) { height: calc(1.5em + 1rem + 2px); } .input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } .input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) { height: calc(1.5em + 0.5rem + 2px); } .input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } .input-group-lg > .custom-select, .input-group-sm > .custom-select { padding-right: 1.75rem; } .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text { border-top-left-radius: 0; border-bottom-left-radius: 0; } .custom-control { position: relative; z-index: 1; display: block; min-height: 1.5rem; padding-left: 1.5rem; -webkit-print-color-adjust: exact; color-adjust: exact; } .custom-control-inline { display: inline-flex; margin-right: 1rem; } .custom-control-input { position: absolute; left: 0; z-index: -1; width: 1rem; height: 1.25rem; opacity: 0; } .custom-control-input:checked ~ .custom-control-label:before { color: #fff; border-color: #007bff; background-color: #007bff; } .custom-control-input:focus ~ .custom-control-label:before { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-control-input:focus:not(:checked) ~ .custom-control-label:before { border-color: #80bdff; } .custom-control-input:not(:disabled):active ~ .custom-control-label:before { color: #fff; background-color: #b3d7ff; border-color: #b3d7ff; } .custom-control-input:disabled ~ .custom-control-label, .custom-control-input[disabled] ~ .custom-control-label { color: #6c757d; } .custom-control-input:disabled ~ .custom-control-label:before, .custom-control-input[disabled] ~ .custom-control-label:before { background-color: #e9ecef; } .custom-control-label { position: relative; margin-bottom: 0; vertical-align: top; } .custom-control-label:before { pointer-events: none; background-color: #fff; border: 1px solid #adb5bd; } .custom-control-label:after, .custom-control-label:before { position: absolute; top: 0.25rem; left: -1.5rem; display: block; width: 1rem; height: 1rem; content: ""; } .custom-control-label:after { background: 50%/50% 50% no-repeat; } .custom-checkbox .custom-control-label:before { border-radius: 0.25rem; } .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before { border-color: #007bff; background-color: #007bff; } .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); } .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-radio .custom-control-label:before { border-radius: 50%; } .custom-radio .custom-control-input:checked ~ .custom-control-label:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); } .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-switch { padding-left: 2.25rem; } .custom-switch .custom-control-label:before { left: -2.25rem; width: 1.75rem; pointer-events: all; border-radius: 0.5rem; } .custom-switch .custom-control-label:after { top: calc(0.25rem + 2px); left: calc(-2.25rem + 2px); width: calc(1rem - 4px); height: calc(1rem - 4px); background-color: #adb5bd; border-radius: 0.5rem; transition: transform 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) { .custom-switch .custom-control-label:after { transition: none; } } .custom-switch .custom-control-input:checked ~ .custom-control-label:after { background-color: #fff; transform: translateX(0.75rem); } .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before { background-color: rgba(0, 123, 255, 0.5); } .custom-select { display: inline-block; width: 100%; height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right 0.75rem center/8px 10px no-repeat; border: 1px solid #ced4da; border-radius: 0.25rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-select:focus::-ms-value { color: #495057; background-color: #fff; } .custom-select[multiple], .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; } .custom-select:disabled { color: #6c757d; background-color: #e9ecef; } .custom-select::-ms-expand { display: none; } .custom-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #495057; } .custom-select-sm { height: calc(1.5em + 0.5rem + 2px); padding-top: 0.25rem; padding-bottom: 0.25rem; padding-left: 0.5rem; font-size: 0.875rem; } .custom-select-lg { height: calc(1.5em + 1rem + 2px); padding-top: 0.5rem; padding-bottom: 0.5rem; padding-left: 1rem; font-size: 1.25rem; } .custom-file { display: inline-block; margin-bottom: 0; } .custom-file, .custom-file-input { position: relative; width: 100%; height: calc(1.5em + 0.75rem + 2px); } .custom-file-input { z-index: 2; margin: 0; overflow: hidden; opacity: 0; } .custom-file-input:focus ~ .custom-file-label { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-file-input:disabled ~ .custom-file-label, .custom-file-input[disabled] ~ .custom-file-label { background-color: #e9ecef; } .custom-file-input:lang(en) ~ .custom-file-label:after { content: "Browse"; } .custom-file-input ~ .custom-file-label[data-browse]:after { content: attr(data-browse); } .custom-file-label { left: 0; z-index: 1; height: calc(1.5em + 0.75rem + 2px); overflow: hidden; font-weight: 400; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } .custom-file-label, .custom-file-label:after { position: absolute; top: 0; right: 0; padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; } .custom-file-label:after { bottom: 0; z-index: 3; display: block; height: calc(1.5em + 0.75rem); content: "Browse"; background-color: #e9ecef; border-left: inherit; border-radius: 0 0.25rem 0.25rem 0; } .custom-range { width: 100%; height: 1.4rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; } .custom-range:focus { outline: 0; } .custom-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .custom-range::-moz-focus-outer { border: 0; } .custom-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -0.25rem; background-color: #007bff; 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) { .custom-range::-webkit-slider-thumb { -webkit-transition: none; transition: none; } } .custom-range::-webkit-slider-thumb:active { background-color: #b3d7ff; } .custom-range::-webkit-slider-runnable-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .custom-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #007bff; 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) { .custom-range::-moz-range-thumb { -moz-transition: none; transition: none; } } .custom-range::-moz-range-thumb:active { background-color: #b3d7ff; } .custom-range::-moz-range-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem; } .custom-range::-ms-thumb { width: 1rem; height: 1rem; margin-top: 0; margin-right: 0.2rem; margin-left: 0.2rem; background-color: #007bff; border: 0; border-radius: 1rem; -ms-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; appearance: none; } @media (prefers-reduced-motion: reduce) { .custom-range::-ms-thumb { -ms-transition: none; transition: none; } } .custom-range::-ms-thumb:active { background-color: #b3d7ff; } .custom-range::-ms-track { width: 100%; height: 0.5rem; color: transparent; cursor: pointer; background-color: transparent; border-color: transparent; border-width: 0.5rem; } .custom-range::-ms-fill-lower, .custom-range::-ms-fill-upper { background-color: #dee2e6; border-radius: 1rem; } .custom-range::-ms-fill-upper { margin-right: 15px; } .custom-range:disabled::-webkit-slider-thumb { background-color: #adb5bd; } .custom-range:disabled::-webkit-slider-runnable-track { cursor: default; } .custom-range:disabled::-moz-range-thumb { background-color: #adb5bd; } .custom-range:disabled::-moz-range-track { cursor: default; } .custom-range:disabled::-ms-thumb { background-color: #adb5bd; } .custom-control-label:before, .custom-file-label, .custom-select { transition: 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) { .custom-control-label:before, .custom-file-label, .custom-select { transition: none; } } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } .nav-link { display: block; padding: 0.5rem 1rem; } .nav-link:focus, .nav-link:hover { text-decoration: none; } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default; } .nav-tabs { border-bottom: 1px solid #dee2e6; } .nav-tabs .nav-link { margin-bottom: -1px; border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-color: #e9ecef #e9ecef #dee2e6; } .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } .nav-pills .nav-link { border-radius: 0.25rem; } .nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } .nav-fill .nav-item, .nav-fill > .nav-link { flex: 1 1 auto; text-align: center; } .nav-justified .nav-item, .nav-justified > .nav-link { flex-basis: 0; flex-grow: 1; text-align: center; } .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .navbar { position: relative; padding: 0.5rem 1rem; } .navbar, .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } .navbar-brand:focus, .navbar-brand:hover { text-decoration: none; } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } .navbar-nav .dropdown-menu { position: static; float: none; } .navbar-text { display: inline-block; 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; } .navbar-toggler:focus, .navbar-toggler:hover { text-decoration: none; } .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: 50%/100% 100% no-repeat; } .navbar-nav-scroll { max-height: 75vh; overflow-y: auto; } @media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-sm .navbar-nav { flex-direction: row; } .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-xl { flex-wrap: nowrap; } .navbar-expand-sm .navbar-nav-scroll { overflow: visible; } .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-sm .navbar-toggler { display: none; } } @media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-md .navbar-nav { flex-direction: row; } .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-md, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-xl { flex-wrap: nowrap; } .navbar-expand-md .navbar-nav-scroll { overflow: visible; } .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-md .navbar-toggler { display: none; } } @media (max-width: 991.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-lg .navbar-nav { flex-direction: row; } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-xl { flex-wrap: nowrap; } .navbar-expand-lg .navbar-nav-scroll { overflow: visible; } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-lg .navbar-toggler { display: none; } } @media (max-width: 1199.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand-xl .navbar-nav { flex-direction: row; } .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-xl { flex-wrap: nowrap; } .navbar-expand-xl .navbar-nav-scroll { overflow: visible; } .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand-xl .navbar-toggler { display: none; } } .navbar-expand { flex-flow: row nowrap; justify-content: flex-start; } .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { padding-right: 0; padding-left: 0; } .navbar-expand .navbar-nav { flex-direction: row; } .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } .navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-lg, .navbar-expand > .container-md, .navbar-expand > .container-sm, .navbar-expand > .container-xl { flex-wrap: nowrap; } .navbar-expand .navbar-nav-scroll { overflow: visible; } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } .navbar-expand .navbar-toggler { display: none; } .navbar-light .navbar-brand, .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover { 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 .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link { color: rgba(0, 0, 0, 0.9); } .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } .navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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.5); } .navbar-light .navbar-text a, .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover { color: rgba(0, 0, 0, 0.9); } .navbar-dark .navbar-brand, .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover { color: #fff; } .navbar-dark .navbar-nav .nav-link { color: hsla(0, 0%, 100%, 0.5); } .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover { color: hsla(0, 0%, 100%, 0.75); } .navbar-dark .navbar-nav .nav-link.disabled { color: hsla(0, 0%, 100%, 0.25); } .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link { color: #fff; } .navbar-dark .navbar-toggler { color: hsla(0, 0%, 100%, 0.5); border-color: hsla(0, 0%, 100%, 0.1); } .navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); } .navbar-dark .navbar-text { color: hsla(0, 0%, 100%, 0.5); } .navbar-dark .navbar-text a, .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover { 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-right: 0; margin-left: 0; } .card > .list-group { border-top: inherit; border-bottom: inherit; } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card > .card-header + .list-group, .card > .list-group + .card-footer { border-top: 0; } .card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; } .card-title { margin-bottom: 0.75rem; } .card-subtitle { margin-top: -0.375rem; } .card-subtitle, .card-text:last-child { margin-bottom: 0; } .card-link:hover { text-decoration: none; } .card-link + .card-link { margin-left: 1.25rem; } .card-header { padding: 0.75rem 1.25rem; 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.75rem 1.25rem; 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-bottom: -0.75rem; border-bottom: 0; } .card-header-pills, .card-header-tabs { margin-right: -0.625rem; margin-left: -0.625rem; } .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; border-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom, .card-img-top { flex-shrink: 0; width: 100%; } .card-img, .card-img-top { border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .card-img, .card-img-bottom { border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-deck { display: flex; flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } .card-deck .card { flex: 1 0 0%; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { .card-group { display: flex; flex-flow: row wrap; } .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } .card-group > .card + .card { margin-left: 0; border-left: 0; } .card-group > .card:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top { border-top-right-radius: 0; } .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom { border-bottom-right-radius: 0; } .card-group > .card:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top { border-top-left-radius: 0; } .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom { border-bottom-left-radius: 0; } } .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { .card-columns { -moz-column-count: 3; column-count: 3; -webkit-column-gap: 1.25rem; -moz-column-gap: 1.25rem; grid-column-gap: 1.25rem; column-gap: 1.25rem; orphans: 1; widows: 1; } .card-columns .card { display: inline-block; width: 100%; } } .accordion { overflow-anchor: none; } .accordion > .card { overflow: hidden; } .accordion > .card:not(:last-of-type) { border-bottom: 0; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .accordion > .card:not(:first-of-type) { border-top-left-radius: 0; border-top-right-radius: 0; } .accordion > .card > .card-header { border-radius: 0; margin-bottom: -1px; } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; } .breadcrumb-item + .breadcrumb-item { padding-left: 0.5rem; } .breadcrumb-item + .breadcrumb-item:before { float: left; padding-right: 0.5rem; color: #6c757d; content: "/"; } .breadcrumb-item + .breadcrumb-item:hover:before { text-decoration: underline; text-decoration: none; } .breadcrumb-item.active { color: #6c757d; } .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; } .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; } .page-link:hover { z-index: 2; color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; } .page-link:focus { z-index: 3; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #007bff; border-color: #007bff; } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; } .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; 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) { .badge { transition: none; } } a.badge:focus, a.badge:hover { text-decoration: none; } .badge:empty { display: none; } .btn .badge { position: relative; top: -1px; } .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } .badge-primary { color: #fff; background-color: #007bff; } a.badge-primary:focus, a.badge-primary:hover { color: #fff; background-color: #0062cc; } a.badge-primary.focus, a.badge-primary:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } .badge-secondary { color: #fff; background-color: #6c757d; } a.badge-secondary:focus, a.badge-secondary:hover { color: #fff; background-color: #545b62; } a.badge-secondary.focus, a.badge-secondary:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } .badge-success { color: #fff; background-color: #28a745; } a.badge-success:focus, a.badge-success:hover { color: #fff; background-color: #1e7e34; } a.badge-success.focus, a.badge-success:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } .badge-info { color: #fff; background-color: #17a2b8; } a.badge-info:focus, a.badge-info:hover { color: #fff; background-color: #117a8b; } a.badge-info.focus, a.badge-info:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } .badge-warning { color: #212529; background-color: #ffc107; } a.badge-warning:focus, a.badge-warning:hover { color: #212529; background-color: #d39e00; } a.badge-warning.focus, a.badge-warning:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } .badge-danger { color: #fff; background-color: #dc3545; } a.badge-danger:focus, a.badge-danger:hover { color: #fff; background-color: #bd2130; } a.badge-danger.focus, a.badge-danger:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } .badge-light { color: #212529; background-color: #f8f9fa; } a.badge-light:focus, a.badge-light:hover { color: #212529; background-color: #dae0e5; } a.badge-light.focus, a.badge-light:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } .badge-dark { color: #fff; background-color: #343a40; } a.badge-dark:focus, a.badge-dark:hover { color: #fff; background-color: #1d2124; } a.badge-dark.focus, a.badge-dark:focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; } @media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } } .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } .alert-heading { color: inherit; } .alert-link { font-weight: 700; } .alert-dismissible { padding-right: 4rem; } .alert-dismissible .close { position: absolute; top: 0; right: 0; z-index: 2; padding: 0.75rem 1.25rem; color: inherit; } .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; } .alert-primary hr { border-top-color: #9fcdff; } .alert-primary .alert-link { color: #002752; } .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; } .alert-secondary hr { border-top-color: #c8cbcf; } .alert-secondary .alert-link { color: #202326; } .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } .alert-success hr { border-top-color: #b1dfbb; } .alert-success .alert-link { color: #0b2e13; } .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } .alert-info hr { border-top-color: #abdde5; } .alert-info .alert-link { color: #062c33; } .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } .alert-warning hr { border-top-color: #ffe8a1; } .alert-warning .alert-link { color: #533f03; } .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } .alert-danger hr { border-top-color: #f1b0b7; } .alert-danger .alert-link { color: #491217; } .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; } .alert-light hr { border-top-color: #ececf6; } .alert-light .alert-link { color: #686868; } .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; } .alert-dark hr { border-top-color: #b9bbbe; } .alert-dark .alert-link { color: #040505; } @-webkit-keyframes progress-bar-stripes { 0% { background-position: 1rem 0; } to { background-position: 0 0; } } @keyframes progress-bar-stripes { 0% { background-position: 1rem 0; } to { background-position: 0 0; } } .progress { height: 1rem; line-height: 0; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } .progress, .progress-bar { display: flex; overflow: hidden; } .progress-bar { flex-direction: column; justify-content: center; color: #fff; text-align: center; white-space: nowrap; background-color: #007bff; transition: width 0.6s ease; } @media (prefers-reduced-motion: reduce) { .progress-bar { transition: none; } } .progress-bar-striped { background-image: linear-gradient( 45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent ); background-size: 1rem 1rem; } .progress-bar-animated { -webkit-animation: progress-bar-stripes 1s linear infinite; animation: progress-bar-stripes 1s linear infinite; } @media (prefers-reduced-motion: reduce) { .progress-bar-animated { -webkit-animation: none; animation: none; } } .media { display: flex; align-items: flex-start; } .media-body { flex: 1; } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: 0.25rem; } .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } .list-group-item-action:focus, .list-group-item-action:hover { 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.75rem 1.25rem; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit; } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-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: #007bff; border-color: #007bff; } .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-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-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-left-width: 0; } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } @media (min-width: 576px) { .list-group-horizontal-sm { flex-direction: row; } .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 768px) { .list-group-horizontal-md { flex-direction: row; } .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-md > .list-group-item.active { margin-top: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 992px) { .list-group-horizontal-lg { flex-direction: row; } .list-group-horizontal-lg > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-lg > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-lg > .list-group-item.active { margin-top: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-lg > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px; } } @media (min-width: 1200px) { .list-group-horizontal-xl { flex-direction: row; } .list-group-horizontal-xl > .list-group-item:first-child { border-bottom-left-radius: 0.25rem; border-top-right-radius: 0; } .list-group-horizontal-xl > .list-group-item:last-child { border-top-right-radius: 0.25rem; border-bottom-left-radius: 0; } .list-group-horizontal-xl > .list-group-item.active { margin-top: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0; } .list-group-horizontal-xl > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-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: #004085; background-color: #b8daff; } .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover { color: #004085; background-color: #9fcdff; } .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085; } .list-group-item-secondary { color: #383d41; background-color: #d6d8db; } .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover { color: #383d41; background-color: #c8cbcf; } .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; } .list-group-item-success { color: #155724; background-color: #c3e6cb; } .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover { color: #155724; background-color: #b1dfbb; } .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; } .list-group-item-info { color: #0c5460; background-color: #bee5eb; } .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover { color: #0c5460; background-color: #abdde5; } .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; } .list-group-item-warning { color: #856404; background-color: #ffeeba; } .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover { color: #856404; background-color: #ffe8a1; } .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; } .list-group-item-danger { color: #721c24; background-color: #f5c6cb; } .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover { color: #721c24; background-color: #f1b0b7; } .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; } .list-group-item-light { color: #818182; background-color: #fdfdfe; } .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover { color: #818182; background-color: #ececf6; } .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; } .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; } .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover { color: #1b1e21; background-color: #b9bbbe; } .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.5; } .close:hover { color: #000; text-decoration: none; } .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover { opacity: 0.75; } button.close { padding: 0; background-color: transparent; border: 0; } a.close.disabled { pointer-events: none; } .toast { flex-basis: 350px; max-width: 350px; font-size: 0.875rem; background-color: hsla(0, 0%, 100%, 0.85); background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.1); box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1); opacity: 0; border-radius: 0.25rem; } .toast:not(:last-child) { margin-bottom: 0.75rem; } .toast.showing { opacity: 1; } .toast.show { display: block; opacity: 1; } .toast.hide { display: none; } .toast-header { display: flex; align-items: center; padding: 0.25rem 0.75rem; color: #6c757d; background-color: hsla(0, 0%, 100%, 0.85); background-clip: padding-box; border-bottom: 1px solid rgba(0, 0, 0, 0.05); border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } .toast-body { padding: 0.75rem; } .modal-open { overflow: hidden; } .modal-open .modal { overflow-x: hidden; overflow-y: auto; } .modal { position: fixed; top: 0; left: 0; z-index: 1050; display: none; width: 100%; height: 100%; overflow: hidden; 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: translateY(-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 { display: flex; max-height: calc(100% - 1rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 1rem); overflow: hidden; } .modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header { flex-shrink: 0; } .modal-dialog-scrollable .modal-body { overflow-y: auto; } .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - 1rem); } .modal-dialog-centered:before { display: block; height: calc(100vh - 1rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; content: ""; } .modal-dialog-centered.modal-dialog-scrollable { flex-direction: column; justify-content: center; height: 100%; } .modal-dialog-centered.modal-dialog-scrollable .modal-content { max-height: none; } .modal-dialog-centered.modal-dialog-scrollable:before { content: none; } .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; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000; } .modal-backdrop.fade { opacity: 0; } .modal-backdrop.show { opacity: 0.5; } .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #dee2e6; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } .modal-title { margin-bottom: 0; line-height: 1.5; } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } .modal-footer { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; padding: 0.75rem; border-top: 1px solid #dee2e6; border-bottom-right-radius: calc(0.3rem - 1px); border-bottom-left-radius: calc(0.3rem - 1px); } .modal-footer > * { margin: 0.25rem; } .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; } .modal-dialog-scrollable { max-height: calc(100% - 3.5rem); } .modal-dialog-scrollable .modal-content { max-height: calc(100vh - 3.5rem); } .modal-dialog-centered { min-height: calc(100% - 3.5rem); } .modal-dialog-centered:before { height: calc(100vh - 3.5rem); height: -webkit-min-content; height: -moz-min-content; height: min-content; } .modal-sm { max-width: 300px; } } @media (min-width: 992px) { .modal-lg, .modal-xl { max-width: 800px; } } @media (min-width: 1200px) { .modal-xl { max-width: 1140px; } } [dir="ltr"] .tooltip { text-align: left; } [dir="rtl"] .tooltip { text-align: right; } .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } .tooltip.show { opacity: 0.9; } .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } .tooltip .arrow:before { position: absolute; content: ""; border-color: transparent; border-style: solid; } .bs-tooltip-auto[x-placement^="top"], .bs-tooltip-top { padding: 0.4rem 0; } .bs-tooltip-auto[x-placement^="top"] .arrow, .bs-tooltip-top .arrow { bottom: 0; } .bs-tooltip-auto[x-placement^="top"] .arrow:before, .bs-tooltip-top .arrow:before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } .bs-tooltip-auto[x-placement^="right"], .bs-tooltip-right { padding: 0 0.4rem; } .bs-tooltip-auto[x-placement^="right"] .arrow, .bs-tooltip-right .arrow { left: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-auto[x-placement^="right"] .arrow:before, .bs-tooltip-right .arrow:before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } .bs-tooltip-auto[x-placement^="bottom"], .bs-tooltip-bottom { padding: 0.4rem 0; } .bs-tooltip-auto[x-placement^="bottom"] .arrow, .bs-tooltip-bottom .arrow { top: 0; } .bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .bs-tooltip-bottom .arrow:before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } .bs-tooltip-auto[x-placement^="left"], .bs-tooltip-left { padding: 0 0.4rem; } .bs-tooltip-auto[x-placement^="left"] .arrow, .bs-tooltip-left .arrow { right: 0; width: 0.4rem; height: 0.8rem; } .bs-tooltip-auto[x-placement^="left"] .arrow:before, .bs-tooltip-left .arrow:before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } [dir="ltr"] .popover { text-align: left; } [dir="rtl"] .popover { text-align: right; } .popover { top: 0; left: 0; z-index: 1060; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: 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; } .popover .arrow { width: 1rem; height: 0.5rem; margin: 0 0.3rem; } .popover .arrow:after, .popover .arrow:before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } .bs-popover-auto[x-placement^="top"], .bs-popover-top { margin-bottom: 0.5rem; } .bs-popover-auto[x-placement^="top"] > .arrow, .bs-popover-top > .arrow { bottom: calc(-0.5rem - 1px); } .bs-popover-auto[x-placement^="top"] > .arrow:before, .bs-popover-top > .arrow:before { bottom: 0; border-width: 0.5rem 0.5rem 0; border-top-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="top"] > .arrow:after, .bs-popover-top > .arrow:after { bottom: 1px; border-width: 0.5rem 0.5rem 0; border-top-color: #fff; } .bs-popover-auto[x-placement^="right"], .bs-popover-right { margin-left: 0.5rem; } .bs-popover-auto[x-placement^="right"] > .arrow, .bs-popover-right > .arrow { left: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } .bs-popover-auto[x-placement^="right"] > .arrow:before, .bs-popover-right > .arrow:before { left: 0; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="right"] > .arrow:after, .bs-popover-right > .arrow:after { left: 1px; border-width: 0.5rem 0.5rem 0.5rem 0; border-right-color: #fff; } .bs-popover-auto[x-placement^="bottom"], .bs-popover-bottom { margin-top: 0.5rem; } .bs-popover-auto[x-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow { top: calc(-0.5rem - 1px); } .bs-popover-auto[x-placement^="bottom"] > .arrow:before, .bs-popover-bottom > .arrow:before { top: 0; border-width: 0 0.5rem 0.5rem; border-bottom-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="bottom"] > .arrow:after, .bs-popover-bottom > .arrow:after { top: 1px; border-width: 0 0.5rem 0.5rem; border-bottom-color: #fff; } .bs-popover-auto[x-placement^="bottom"] .popover-header:before, .bs-popover-bottom .popover-header:before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; } .bs-popover-auto[x-placement^="left"], .bs-popover-left { margin-right: 0.5rem; } .bs-popover-auto[x-placement^="left"] > .arrow, .bs-popover-left > .arrow { right: calc(-0.5rem - 1px); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } .bs-popover-auto[x-placement^="left"] > .arrow:before, .bs-popover-left > .arrow:before { right: 0; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: rgba(0, 0, 0, 0.25); } .bs-popover-auto[x-placement^="left"] > .arrow:after, .bs-popover-left > .arrow:after { right: 1px; border-width: 0.5rem 0 0.5rem 0.5rem; border-left-color: #fff; } .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } .popover-header:empty { display: none; } .popover-body { padding: 0.5rem 0.75rem; 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: left; width: 100%; margin-right: -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-next, .carousel-item-prev, .carousel-item.active { display: block; } .active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) { transform: translateX(100%); } .active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) { transform: translateX(-100%); } .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none; } .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1; } .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { z-index: 0; opacity: 0; transition: opacity 0s 0.6s; } @media (prefers-reduced-motion: reduce) { .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right { transition: none; } } .carousel-control-next, .carousel-control-prev { position: absolute; top: 0; bottom: 0; z-index: 1; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; transition: opacity 0.15s ease; } @media (prefers-reduced-motion: reduce) { .carousel-control-next, .carousel-control-prev { transition: none; } } .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover { color: #fff; text-decoration: none; outline: 0; opacity: 0.9; } .carousel-control-prev { left: 0; } .carousel-control-next { right: 0; } .carousel-control-next-icon, .carousel-control-prev-icon { display: inline-block; width: 20px; height: 20px; background: 50%/100% 100% no-repeat; } .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E"); } .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E"); } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } .carousel-indicators li { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; 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 li { transition: none; } } .carousel-indicators .active { opacity: 1; } .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; } @-webkit-keyframes spinner-border { to { transform: rotate(1turn); } } @keyframes spinner-border { to { transform: rotate(1turn); } } .spinner-border { display: inline-block; width: 2rem; height: 2rem; vertical-align: text-bottom; border: 0.25em solid; border-right: 0.25em solid transparent; border-radius: 50%; -webkit-animation: spinner-border 0.75s linear infinite; animation: spinner-border 0.75s linear infinite; } .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: text-bottom; background-color: currentColor; border-radius: 50%; opacity: 0; -webkit-animation: spinner-grow 0.75s linear infinite; animation: spinner-grow 0.75s linear infinite; } .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; } } .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; } .bg-primary { background-color: #007bff !important; } a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover { background-color: #0062cc !important; } .bg-secondary { background-color: #6c757d !important; } a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover { background-color: #545b62 !important; } .bg-success { background-color: #28a745 !important; } a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover { background-color: #1e7e34 !important; } .bg-info { background-color: #17a2b8 !important; } a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover { background-color: #117a8b !important; } .bg-warning { background-color: #ffc107 !important; } a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover { background-color: #d39e00 !important; } .bg-danger { background-color: #dc3545 !important; } a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover { background-color: #bd2130 !important; } .bg-light { background-color: #f8f9fa !important; } a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover { background-color: #dae0e5 !important; } .bg-dark { background-color: #343a40 !important; } a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover { background-color: #1d2124 !important; } .bg-white { background-color: #fff !important; } .bg-transparent { background-color: transparent !important; } .border { border: 1px solid #dee2e6 !important; } .border-top { border-top: 1px solid #dee2e6 !important; } .border-right { border-right: 1px solid #dee2e6 !important; } .border-bottom { border-bottom: 1px solid #dee2e6 !important; } .border-left { border-left: 1px solid #dee2e6 !important; } .border-0 { border: 0 !important; } .border-top-0 { border-top: 0 !important; } .border-right-0 { border-right: 0 !important; } .border-bottom-0 { border-bottom: 0 !important; } .border-left-0 { border-left: 0 !important; } .border-primary { border-color: #007bff !important; } .border-secondary { border-color: #6c757d !important; } .border-success { border-color: #28a745 !important; } .border-info { border-color: #17a2b8 !important; } .border-warning { border-color: #ffc107 !important; } .border-danger { border-color: #dc3545 !important; } .border-light { border-color: #f8f9fa !important; } .border-dark { border-color: #343a40 !important; } .border-white { border-color: #fff !important; } .rounded-sm { border-radius: 0.2rem !important; } .rounded { border-radius: 0.25rem !important; } .rounded-top { border-top-left-radius: 0.25rem !important; } .rounded-right, .rounded-top { border-top-right-radius: 0.25rem !important; } .rounded-bottom, .rounded-right { border-bottom-right-radius: 0.25rem !important; } .rounded-bottom, .rounded-left { border-bottom-left-radius: 0.25rem !important; } .rounded-left { border-top-left-radius: 0.25rem !important; } .rounded-lg { border-radius: 0.3rem !important; } .rounded-circle { border-radius: 50% !important; } .rounded-pill { border-radius: 50rem !important; } .rounded-0 { border-radius: 0 !important; } .clearfix:after { display: block; clear: both; content: ""; } .d-none { display: none !important; } .d-inline { display: inline !important; } .d-inline-block { display: inline-block !important; } .d-block { display: block !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; } @media (min-width: 576px) { .d-sm-none { display: none !important; } .d-sm-inline { display: inline !important; } .d-sm-inline-block { display: inline-block !important; } .d-sm-block { display: block !important; } .d-sm-table { display: table !important; } .d-sm-table-row { display: table-row !important; } .d-sm-table-cell { display: table-cell !important; } .d-sm-flex { display: flex !important; } .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { .d-md-none { display: none !important; } .d-md-inline { display: inline !important; } .d-md-inline-block { display: inline-block !important; } .d-md-block { display: block !important; } .d-md-table { display: table !important; } .d-md-table-row { display: table-row !important; } .d-md-table-cell { display: table-cell !important; } .d-md-flex { display: flex !important; } .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { .d-lg-none { display: none !important; } .d-lg-inline { display: inline !important; } .d-lg-inline-block { display: inline-block !important; } .d-lg-block { display: block !important; } .d-lg-table { display: table !important; } .d-lg-table-row { display: table-row !important; } .d-lg-table-cell { display: table-cell !important; } .d-lg-flex { display: flex !important; } .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { .d-xl-none { display: none !important; } .d-xl-inline { display: inline !important; } .d-xl-inline-block { display: inline-block !important; } .d-xl-block { display: block !important; } .d-xl-table { display: table !important; } .d-xl-table-row { display: table-row !important; } .d-xl-table-cell { display: table-cell !important; } .d-xl-flex { display: flex !important; } .d-xl-inline-flex { display: inline-flex !important; } } @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !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; } } .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } .embed-responsive:before { display: block; content: ""; } .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } .embed-responsive-21by9:before { padding-top: 42.857143%; } .embed-responsive-16by9:before { padding-top: 56.25%; } .embed-responsive-4by3:before { padding-top: 75%; } .embed-responsive-1by1:before { padding-top: 100%; } .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-wrap { flex-wrap: wrap !important; } .flex-nowrap { flex-wrap: nowrap !important; } .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-fill { flex: 1 1 auto !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; } .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; } .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; } @media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; } .flex-sm-column { flex-direction: column !important; } .flex-sm-row-reverse { flex-direction: row-reverse !important; } .flex-sm-column-reverse { flex-direction: column-reverse !important; } .flex-sm-wrap { flex-wrap: wrap !important; } .flex-sm-nowrap { flex-wrap: nowrap !important; } .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-sm-fill { flex: 1 1 auto !important; } .flex-sm-grow-0 { flex-grow: 0 !important; } .flex-sm-grow-1 { flex-grow: 1 !important; } .flex-sm-shrink-0 { flex-shrink: 0 !important; } .flex-sm-shrink-1 { flex-shrink: 1 !important; } .justify-content-sm-start { justify-content: flex-start !important; } .justify-content-sm-end { justify-content: flex-end !important; } .justify-content-sm-center { justify-content: center !important; } .justify-content-sm-between { justify-content: space-between !important; } .justify-content-sm-around { justify-content: space-around !important; } .align-items-sm-start { align-items: flex-start !important; } .align-items-sm-end { align-items: flex-end !important; } .align-items-sm-center { align-items: center !important; } .align-items-sm-baseline { align-items: baseline !important; } .align-items-sm-stretch { align-items: stretch !important; } .align-content-sm-start { align-content: flex-start !important; } .align-content-sm-end { align-content: flex-end !important; } .align-content-sm-center { align-content: center !important; } .align-content-sm-between { align-content: space-between !important; } .align-content-sm-around { align-content: space-around !important; } .align-content-sm-stretch { align-content: stretch !important; } .align-self-sm-auto { align-self: auto !important; } .align-self-sm-start { align-self: flex-start !important; } .align-self-sm-end { align-self: flex-end !important; } .align-self-sm-center { align-self: center !important; } .align-self-sm-baseline { align-self: baseline !important; } .align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { .flex-md-row { flex-direction: row !important; } .flex-md-column { flex-direction: column !important; } .flex-md-row-reverse { flex-direction: row-reverse !important; } .flex-md-column-reverse { flex-direction: column-reverse !important; } .flex-md-wrap { flex-wrap: wrap !important; } .flex-md-nowrap { flex-wrap: nowrap !important; } .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-md-fill { flex: 1 1 auto !important; } .flex-md-grow-0 { flex-grow: 0 !important; } .flex-md-grow-1 { flex-grow: 1 !important; } .flex-md-shrink-0 { flex-shrink: 0 !important; } .flex-md-shrink-1 { flex-shrink: 1 !important; } .justify-content-md-start { justify-content: flex-start !important; } .justify-content-md-end { justify-content: flex-end !important; } .justify-content-md-center { justify-content: center !important; } .justify-content-md-between { justify-content: space-between !important; } .justify-content-md-around { justify-content: space-around !important; } .align-items-md-start { align-items: flex-start !important; } .align-items-md-end { align-items: flex-end !important; } .align-items-md-center { align-items: center !important; } .align-items-md-baseline { align-items: baseline !important; } .align-items-md-stretch { align-items: stretch !important; } .align-content-md-start { align-content: flex-start !important; } .align-content-md-end { align-content: flex-end !important; } .align-content-md-center { align-content: center !important; } .align-content-md-between { align-content: space-between !important; } .align-content-md-around { align-content: space-around !important; } .align-content-md-stretch { align-content: stretch !important; } .align-self-md-auto { align-self: auto !important; } .align-self-md-start { align-self: flex-start !important; } .align-self-md-end { align-self: flex-end !important; } .align-self-md-center { align-self: center !important; } .align-self-md-baseline { align-self: baseline !important; } .align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { .flex-lg-row { flex-direction: row !important; } .flex-lg-column { flex-direction: column !important; } .flex-lg-row-reverse { flex-direction: row-reverse !important; } .flex-lg-column-reverse { flex-direction: column-reverse !important; } .flex-lg-wrap { flex-wrap: wrap !important; } .flex-lg-nowrap { flex-wrap: nowrap !important; } .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-lg-fill { flex: 1 1 auto !important; } .flex-lg-grow-0 { flex-grow: 0 !important; } .flex-lg-grow-1 { flex-grow: 1 !important; } .flex-lg-shrink-0 { flex-shrink: 0 !important; } .flex-lg-shrink-1 { flex-shrink: 1 !important; } .justify-content-lg-start { justify-content: flex-start !important; } .justify-content-lg-end { justify-content: flex-end !important; } .justify-content-lg-center { justify-content: center !important; } .justify-content-lg-between { justify-content: space-between !important; } .justify-content-lg-around { justify-content: space-around !important; } .align-items-lg-start { align-items: flex-start !important; } .align-items-lg-end { align-items: flex-end !important; } .align-items-lg-center { align-items: center !important; } .align-items-lg-baseline { align-items: baseline !important; } .align-items-lg-stretch { align-items: stretch !important; } .align-content-lg-start { align-content: flex-start !important; } .align-content-lg-end { align-content: flex-end !important; } .align-content-lg-center { align-content: center !important; } .align-content-lg-between { align-content: space-between !important; } .align-content-lg-around { align-content: space-around !important; } .align-content-lg-stretch { align-content: stretch !important; } .align-self-lg-auto { align-self: auto !important; } .align-self-lg-start { align-self: flex-start !important; } .align-self-lg-end { align-self: flex-end !important; } .align-self-lg-center { align-self: center !important; } .align-self-lg-baseline { align-self: baseline !important; } .align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { .flex-xl-row { flex-direction: row !important; } .flex-xl-column { flex-direction: column !important; } .flex-xl-row-reverse { flex-direction: row-reverse !important; } .flex-xl-column-reverse { flex-direction: column-reverse !important; } .flex-xl-wrap { flex-wrap: wrap !important; } .flex-xl-nowrap { flex-wrap: nowrap !important; } .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } .flex-xl-fill { flex: 1 1 auto !important; } .flex-xl-grow-0 { flex-grow: 0 !important; } .flex-xl-grow-1 { flex-grow: 1 !important; } .flex-xl-shrink-0 { flex-shrink: 0 !important; } .flex-xl-shrink-1 { flex-shrink: 1 !important; } .justify-content-xl-start { justify-content: flex-start !important; } .justify-content-xl-end { justify-content: flex-end !important; } .justify-content-xl-center { justify-content: center !important; } .justify-content-xl-between { justify-content: space-between !important; } .justify-content-xl-around { justify-content: space-around !important; } .align-items-xl-start { align-items: flex-start !important; } .align-items-xl-end { align-items: flex-end !important; } .align-items-xl-center { align-items: center !important; } .align-items-xl-baseline { align-items: baseline !important; } .align-items-xl-stretch { align-items: stretch !important; } .align-content-xl-start { align-content: flex-start !important; } .align-content-xl-end { align-content: flex-end !important; } .align-content-xl-center { align-content: center !important; } .align-content-xl-between { align-content: space-between !important; } .align-content-xl-around { align-content: space-around !important; } .align-content-xl-stretch { align-content: stretch !important; } .align-self-xl-auto { align-self: auto !important; } .align-self-xl-start { align-self: flex-start !important; } .align-self-xl-end { align-self: flex-end !important; } .align-self-xl-center { align-self: center !important; } .align-self-xl-baseline { align-self: baseline !important; } .align-self-xl-stretch { align-self: stretch !important; } } .float-left { float: left !important; } .float-right { float: right !important; } .float-none { float: none !important; } @media (min-width: 576px) { .float-sm-left { float: left !important; } .float-sm-right { float: right !important; } .float-sm-none { float: none !important; } } @media (min-width: 768px) { .float-md-left { float: left !important; } .float-md-right { float: right !important; } .float-md-none { float: none !important; } } @media (min-width: 992px) { .float-lg-left { float: left !important; } .float-lg-right { float: right !important; } .float-lg-none { float: none !important; } } @media (min-width: 1200px) { .float-xl-left { float: left !important; } .float-xl-right { float: right !important; } .float-xl-none { float: none !important; } } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; -ms-user-select: all !important; user-select: all !important; } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; -ms-user-select: auto !important; user-select: auto !important; } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; -ms-user-select: none !important; user-select: none !important; } .overflow-auto { overflow: auto !important; } .overflow-hidden { overflow: hidden !important; } .position-static { position: static !important; } .position-relative { position: relative !important; } .position-absolute { position: absolute !important; } .position-fixed { position: fixed !important; } .position-sticky { position: sticky !important; } .fixed-top { top: 0; } .fixed-bottom, .fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; } .fixed-bottom { bottom: 0; } @supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } } .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } .sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; } .shadow-sm { box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; } .shadow { box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; } .shadow-lg { box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; } .shadow-none { box-shadow: none !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; } .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; } .mw-100 { max-width: 100% !important; } .mh-100 { max-height: 100% !important; } .min-vw-100 { min-width: 100vw !important; } .min-vh-100 { min-height: 100vh !important; } .vw-100 { width: 100vw !important; } .vh-100 { height: 100vh !important; } .m-0 { margin: 0 !important; } .mt-0, .my-0 { margin-top: 0 !important; } .mr-0, .mx-0 { margin-right: 0 !important; } .mb-0, .my-0 { margin-bottom: 0 !important; } .ml-0, .mx-0 { margin-left: 0 !important; } .m-1 { margin: 0.25rem !important; } .mt-1, .my-1 { margin-top: 0.25rem !important; } .mr-1, .mx-1 { margin-right: 0.25rem !important; } .mb-1, .my-1 { margin-bottom: 0.25rem !important; } .ml-1, .mx-1 { margin-left: 0.25rem !important; } .m-2 { margin: 0.5rem !important; } .mt-2, .my-2 { margin-top: 0.5rem !important; } .mr-2, .mx-2 { margin-right: 0.5rem !important; } .mb-2, .my-2 { margin-bottom: 0.5rem !important; } .ml-2, .mx-2 { margin-left: 0.5rem !important; } .m-3 { margin: 1rem !important; } .mt-3, .my-3 { margin-top: 1rem !important; } .mr-3, .mx-3 { margin-right: 1rem !important; } .mb-3, .my-3 { margin-bottom: 1rem !important; } .ml-3, .mx-3 { margin-left: 1rem !important; } .m-4 { margin: 1.5rem !important; } .mt-4, .my-4 { margin-top: 1.5rem !important; } .mr-4, .mx-4 { margin-right: 1.5rem !important; } .mb-4, .my-4 { margin-bottom: 1.5rem !important; } .ml-4, .mx-4 { margin-left: 1.5rem !important; } .m-5 { margin: 3rem !important; } .mt-5, .my-5 { margin-top: 3rem !important; } .mr-5, .mx-5 { margin-right: 3rem !important; } .mb-5, .my-5 { margin-bottom: 3rem !important; } .ml-5, .mx-5 { margin-left: 3rem !important; } .p-0 { padding: 0 !important; } .pt-0, .py-0 { padding-top: 0 !important; } .pr-0, .px-0 { padding-right: 0 !important; } .pb-0, .py-0 { padding-bottom: 0 !important; } .pl-0, .px-0 { padding-left: 0 !important; } .p-1 { padding: 0.25rem !important; } .pt-1, .py-1 { padding-top: 0.25rem !important; } .pr-1, .px-1 { padding-right: 0.25rem !important; } .pb-1, .py-1 { padding-bottom: 0.25rem !important; } .pl-1, .px-1 { padding-left: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .pt-2, .py-2 { padding-top: 0.5rem !important; } .pr-2, .px-2 { padding-right: 0.5rem !important; } .pb-2, .py-2 { padding-bottom: 0.5rem !important; } .pl-2, .px-2 { padding-left: 0.5rem !important; } .p-3 { padding: 1rem !important; } .pt-3, .py-3 { padding-top: 1rem !important; } .pr-3, .px-3 { padding-right: 1rem !important; } .pb-3, .py-3 { padding-bottom: 1rem !important; } .pl-3, .px-3 { padding-left: 1rem !important; } .p-4 { padding: 1.5rem !important; } .pt-4, .py-4 { padding-top: 1.5rem !important; } .pr-4, .px-4 { padding-right: 1.5rem !important; } .pb-4, .py-4 { padding-bottom: 1.5rem !important; } .pl-4, .px-4 { padding-left: 1.5rem !important; } .p-5 { padding: 3rem !important; } .pt-5, .py-5 { padding-top: 3rem !important; } .pr-5, .px-5 { padding-right: 3rem !important; } .pb-5, .py-5 { padding-bottom: 3rem !important; } .pl-5, .px-5 { padding-left: 3rem !important; } .m-n1 { margin: -0.25rem !important; } .mt-n1, .my-n1 { margin-top: -0.25rem !important; } .mr-n1, .mx-n1 { margin-right: -0.25rem !important; } .mb-n1, .my-n1 { margin-bottom: -0.25rem !important; } .ml-n1, .mx-n1 { margin-left: -0.25rem !important; } .m-n2 { margin: -0.5rem !important; } .mt-n2, .my-n2 { margin-top: -0.5rem !important; } .mr-n2, .mx-n2 { margin-right: -0.5rem !important; } .mb-n2, .my-n2 { margin-bottom: -0.5rem !important; } .ml-n2, .mx-n2 { margin-left: -0.5rem !important; } .m-n3 { margin: -1rem !important; } .mt-n3, .my-n3 { margin-top: -1rem !important; } .mr-n3, .mx-n3 { margin-right: -1rem !important; } .mb-n3, .my-n3 { margin-bottom: -1rem !important; } .ml-n3, .mx-n3 { margin-left: -1rem !important; } .m-n4 { margin: -1.5rem !important; } .mt-n4, .my-n4 { margin-top: -1.5rem !important; } .mr-n4, .mx-n4 { margin-right: -1.5rem !important; } .mb-n4, .my-n4 { margin-bottom: -1.5rem !important; } .ml-n4, .mx-n4 { margin-left: -1.5rem !important; } .m-n5 { margin: -3rem !important; } .mt-n5, .my-n5 { margin-top: -3rem !important; } .mr-n5, .mx-n5 { margin-right: -3rem !important; } .mb-n5, .my-n5 { margin-bottom: -3rem !important; } .ml-n5, .mx-n5 { margin-left: -3rem !important; } .m-auto { margin: auto !important; } .mt-auto, .my-auto { margin-top: auto !important; } .mr-auto, .mx-auto { margin-right: auto !important; } .mb-auto, .my-auto { margin-bottom: auto !important; } .ml-auto, .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { .m-sm-0 { margin: 0 !important; } .mt-sm-0, .my-sm-0 { margin-top: 0 !important; } .mr-sm-0, .mx-sm-0 { margin-right: 0 !important; } .mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; } .ml-sm-0, .mx-sm-0 { margin-left: 0 !important; } .m-sm-1 { margin: 0.25rem !important; } .mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; } .mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; } .mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; } .ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; } .m-sm-2 { margin: 0.5rem !important; } .mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; } .mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; } .mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; } .ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; } .m-sm-3 { margin: 1rem !important; } .mt-sm-3, .my-sm-3 { margin-top: 1rem !important; } .mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; } .mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; } .ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; } .m-sm-4 { margin: 1.5rem !important; } .mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; } .mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; } .mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; } .ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; } .m-sm-5 { margin: 3rem !important; } .mt-sm-5, .my-sm-5 { margin-top: 3rem !important; } .mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; } .mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; } .ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; } .p-sm-0 { padding: 0 !important; } .pt-sm-0, .py-sm-0 { padding-top: 0 !important; } .pr-sm-0, .px-sm-0 { padding-right: 0 !important; } .pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; } .pl-sm-0, .px-sm-0 { padding-left: 0 !important; } .p-sm-1 { padding: 0.25rem !important; } .pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; } .pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; } .pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; } .pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; } .p-sm-2 { padding: 0.5rem !important; } .pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; } .pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; } .pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; } .pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; } .p-sm-3 { padding: 1rem !important; } .pt-sm-3, .py-sm-3 { padding-top: 1rem !important; } .pr-sm-3, .px-sm-3 { padding-right: 1rem !important; } .pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; } .pl-sm-3, .px-sm-3 { padding-left: 1rem !important; } .p-sm-4 { padding: 1.5rem !important; } .pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; } .pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; } .pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; } .pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; } .p-sm-5 { padding: 3rem !important; } .pt-sm-5, .py-sm-5 { padding-top: 3rem !important; } .pr-sm-5, .px-sm-5 { padding-right: 3rem !important; } .pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; } .pl-sm-5, .px-sm-5 { padding-left: 3rem !important; } .m-sm-n1 { margin: -0.25rem !important; } .mt-sm-n1, .my-sm-n1 { margin-top: -0.25rem !important; } .mr-sm-n1, .mx-sm-n1 { margin-right: -0.25rem !important; } .mb-sm-n1, .my-sm-n1 { margin-bottom: -0.25rem !important; } .ml-sm-n1, .mx-sm-n1 { margin-left: -0.25rem !important; } .m-sm-n2 { margin: -0.5rem !important; } .mt-sm-n2, .my-sm-n2 { margin-top: -0.5rem !important; } .mr-sm-n2, .mx-sm-n2 { margin-right: -0.5rem !important; } .mb-sm-n2, .my-sm-n2 { margin-bottom: -0.5rem !important; } .ml-sm-n2, .mx-sm-n2 { margin-left: -0.5rem !important; } .m-sm-n3 { margin: -1rem !important; } .mt-sm-n3, .my-sm-n3 { margin-top: -1rem !important; } .mr-sm-n3, .mx-sm-n3 { margin-right: -1rem !important; } .mb-sm-n3, .my-sm-n3 { margin-bottom: -1rem !important; } .ml-sm-n3, .mx-sm-n3 { margin-left: -1rem !important; } .m-sm-n4 { margin: -1.5rem !important; } .mt-sm-n4, .my-sm-n4 { margin-top: -1.5rem !important; } .mr-sm-n4, .mx-sm-n4 { margin-right: -1.5rem !important; } .mb-sm-n4, .my-sm-n4 { margin-bottom: -1.5rem !important; } .ml-sm-n4, .mx-sm-n4 { margin-left: -1.5rem !important; } .m-sm-n5 { margin: -3rem !important; } .mt-sm-n5, .my-sm-n5 { margin-top: -3rem !important; } .mr-sm-n5, .mx-sm-n5 { margin-right: -3rem !important; } .mb-sm-n5, .my-sm-n5 { margin-bottom: -3rem !important; } .ml-sm-n5, .mx-sm-n5 { margin-left: -3rem !important; } .m-sm-auto { margin: auto !important; } .mt-sm-auto, .my-sm-auto { margin-top: auto !important; } .mr-sm-auto, .mx-sm-auto { margin-right: auto !important; } .mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; } .ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { .m-md-0 { margin: 0 !important; } .mt-md-0, .my-md-0 { margin-top: 0 !important; } .mr-md-0, .mx-md-0 { margin-right: 0 !important; } .mb-md-0, .my-md-0 { margin-bottom: 0 !important; } .ml-md-0, .mx-md-0 { margin-left: 0 !important; } .m-md-1 { margin: 0.25rem !important; } .mt-md-1, .my-md-1 { margin-top: 0.25rem !important; } .mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; } .mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; } .ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; } .m-md-2 { margin: 0.5rem !important; } .mt-md-2, .my-md-2 { margin-top: 0.5rem !important; } .mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; } .mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; } .ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; } .m-md-3 { margin: 1rem !important; } .mt-md-3, .my-md-3 { margin-top: 1rem !important; } .mr-md-3, .mx-md-3 { margin-right: 1rem !important; } .mb-md-3, .my-md-3 { margin-bottom: 1rem !important; } .ml-md-3, .mx-md-3 { margin-left: 1rem !important; } .m-md-4 { margin: 1.5rem !important; } .mt-md-4, .my-md-4 { margin-top: 1.5rem !important; } .mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; } .mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; } .ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; } .m-md-5 { margin: 3rem !important; } .mt-md-5, .my-md-5 { margin-top: 3rem !important; } .mr-md-5, .mx-md-5 { margin-right: 3rem !important; } .mb-md-5, .my-md-5 { margin-bottom: 3rem !important; } .ml-md-5, .mx-md-5 { margin-left: 3rem !important; } .p-md-0 { padding: 0 !important; } .pt-md-0, .py-md-0 { padding-top: 0 !important; } .pr-md-0, .px-md-0 { padding-right: 0 !important; } .pb-md-0, .py-md-0 { padding-bottom: 0 !important; } .pl-md-0, .px-md-0 { padding-left: 0 !important; } .p-md-1 { padding: 0.25rem !important; } .pt-md-1, .py-md-1 { padding-top: 0.25rem !important; } .pr-md-1, .px-md-1 { padding-right: 0.25rem !important; } .pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; } .pl-md-1, .px-md-1 { padding-left: 0.25rem !important; } .p-md-2 { padding: 0.5rem !important; } .pt-md-2, .py-md-2 { padding-top: 0.5rem !important; } .pr-md-2, .px-md-2 { padding-right: 0.5rem !important; } .pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; } .pl-md-2, .px-md-2 { padding-left: 0.5rem !important; } .p-md-3 { padding: 1rem !important; } .pt-md-3, .py-md-3 { padding-top: 1rem !important; } .pr-md-3, .px-md-3 { padding-right: 1rem !important; } .pb-md-3, .py-md-3 { padding-bottom: 1rem !important; } .pl-md-3, .px-md-3 { padding-left: 1rem !important; } .p-md-4 { padding: 1.5rem !important; } .pt-md-4, .py-md-4 { padding-top: 1.5rem !important; } .pr-md-4, .px-md-4 { padding-right: 1.5rem !important; } .pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; } .pl-md-4, .px-md-4 { padding-left: 1.5rem !important; } .p-md-5 { padding: 3rem !important; } .pt-md-5, .py-md-5 { padding-top: 3rem !important; } .pr-md-5, .px-md-5 { padding-right: 3rem !important; } .pb-md-5, .py-md-5 { padding-bottom: 3rem !important; } .pl-md-5, .px-md-5 { padding-left: 3rem !important; } .m-md-n1 { margin: -0.25rem !important; } .mt-md-n1, .my-md-n1 { margin-top: -0.25rem !important; } .mr-md-n1, .mx-md-n1 { margin-right: -0.25rem !important; } .mb-md-n1, .my-md-n1 { margin-bottom: -0.25rem !important; } .ml-md-n1, .mx-md-n1 { margin-left: -0.25rem !important; } .m-md-n2 { margin: -0.5rem !important; } .mt-md-n2, .my-md-n2 { margin-top: -0.5rem !important; } .mr-md-n2, .mx-md-n2 { margin-right: -0.5rem !important; } .mb-md-n2, .my-md-n2 { margin-bottom: -0.5rem !important; } .ml-md-n2, .mx-md-n2 { margin-left: -0.5rem !important; } .m-md-n3 { margin: -1rem !important; } .mt-md-n3, .my-md-n3 { margin-top: -1rem !important; } .mr-md-n3, .mx-md-n3 { margin-right: -1rem !important; } .mb-md-n3, .my-md-n3 { margin-bottom: -1rem !important; } .ml-md-n3, .mx-md-n3 { margin-left: -1rem !important; } .m-md-n4 { margin: -1.5rem !important; } .mt-md-n4, .my-md-n4 { margin-top: -1.5rem !important; } .mr-md-n4, .mx-md-n4 { margin-right: -1.5rem !important; } .mb-md-n4, .my-md-n4 { margin-bottom: -1.5rem !important; } .ml-md-n4, .mx-md-n4 { margin-left: -1.5rem !important; } .m-md-n5 { margin: -3rem !important; } .mt-md-n5, .my-md-n5 { margin-top: -3rem !important; } .mr-md-n5, .mx-md-n5 { margin-right: -3rem !important; } .mb-md-n5, .my-md-n5 { margin-bottom: -3rem !important; } .ml-md-n5, .mx-md-n5 { margin-left: -3rem !important; } .m-md-auto { margin: auto !important; } .mt-md-auto, .my-md-auto { margin-top: auto !important; } .mr-md-auto, .mx-md-auto { margin-right: auto !important; } .mb-md-auto, .my-md-auto { margin-bottom: auto !important; } .ml-md-auto, .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { .m-lg-0 { margin: 0 !important; } .mt-lg-0, .my-lg-0 { margin-top: 0 !important; } .mr-lg-0, .mx-lg-0 { margin-right: 0 !important; } .mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; } .ml-lg-0, .mx-lg-0 { margin-left: 0 !important; } .m-lg-1 { margin: 0.25rem !important; } .mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; } .mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; } .mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; } .ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; } .m-lg-2 { margin: 0.5rem !important; } .mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; } .mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; } .mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; } .ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; } .m-lg-3 { margin: 1rem !important; } .mt-lg-3, .my-lg-3 { margin-top: 1rem !important; } .mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; } .mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; } .ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; } .m-lg-4 { margin: 1.5rem !important; } .mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; } .mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; } .mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; } .ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; } .m-lg-5 { margin: 3rem !important; } .mt-lg-5, .my-lg-5 { margin-top: 3rem !important; } .mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; } .mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; } .ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; } .p-lg-0 { padding: 0 !important; } .pt-lg-0, .py-lg-0 { padding-top: 0 !important; } .pr-lg-0, .px-lg-0 { padding-right: 0 !important; } .pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; } .pl-lg-0, .px-lg-0 { padding-left: 0 !important; } .p-lg-1 { padding: 0.25rem !important; } .pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; } .pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; } .pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; } .pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; } .p-lg-2 { padding: 0.5rem !important; } .pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; } .pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; } .pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; } .pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; } .p-lg-3 { padding: 1rem !important; } .pt-lg-3, .py-lg-3 { padding-top: 1rem !important; } .pr-lg-3, .px-lg-3 { padding-right: 1rem !important; } .pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; } .pl-lg-3, .px-lg-3 { padding-left: 1rem !important; } .p-lg-4 { padding: 1.5rem !important; } .pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; } .pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; } .pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; } .pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; } .p-lg-5 { padding: 3rem !important; } .pt-lg-5, .py-lg-5 { padding-top: 3rem !important; } .pr-lg-5, .px-lg-5 { padding-right: 3rem !important; } .pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; } .pl-lg-5, .px-lg-5 { padding-left: 3rem !important; } .m-lg-n1 { margin: -0.25rem !important; } .mt-lg-n1, .my-lg-n1 { margin-top: -0.25rem !important; } .mr-lg-n1, .mx-lg-n1 { margin-right: -0.25rem !important; } .mb-lg-n1, .my-lg-n1 { margin-bottom: -0.25rem !important; } .ml-lg-n1, .mx-lg-n1 { margin-left: -0.25rem !important; } .m-lg-n2 { margin: -0.5rem !important; } .mt-lg-n2, .my-lg-n2 { margin-top: -0.5rem !important; } .mr-lg-n2, .mx-lg-n2 { margin-right: -0.5rem !important; } .mb-lg-n2, .my-lg-n2 { margin-bottom: -0.5rem !important; } .ml-lg-n2, .mx-lg-n2 { margin-left: -0.5rem !important; } .m-lg-n3 { margin: -1rem !important; } .mt-lg-n3, .my-lg-n3 { margin-top: -1rem !important; } .mr-lg-n3, .mx-lg-n3 { margin-right: -1rem !important; } .mb-lg-n3, .my-lg-n3 { margin-bottom: -1rem !important; } .ml-lg-n3, .mx-lg-n3 { margin-left: -1rem !important; } .m-lg-n4 { margin: -1.5rem !important; } .mt-lg-n4, .my-lg-n4 { margin-top: -1.5rem !important; } .mr-lg-n4, .mx-lg-n4 { margin-right: -1.5rem !important; } .mb-lg-n4, .my-lg-n4 { margin-bottom: -1.5rem !important; } .ml-lg-n4, .mx-lg-n4 { margin-left: -1.5rem !important; } .m-lg-n5 { margin: -3rem !important; } .mt-lg-n5, .my-lg-n5 { margin-top: -3rem !important; } .mr-lg-n5, .mx-lg-n5 { margin-right: -3rem !important; } .mb-lg-n5, .my-lg-n5 { margin-bottom: -3rem !important; } .ml-lg-n5, .mx-lg-n5 { margin-left: -3rem !important; } .m-lg-auto { margin: auto !important; } .mt-lg-auto, .my-lg-auto { margin-top: auto !important; } .mr-lg-auto, .mx-lg-auto { margin-right: auto !important; } .mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; } .ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { .m-xl-0 { margin: 0 !important; } .mt-xl-0, .my-xl-0 { margin-top: 0 !important; } .mr-xl-0, .mx-xl-0 { margin-right: 0 !important; } .mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; } .ml-xl-0, .mx-xl-0 { margin-left: 0 !important; } .m-xl-1 { margin: 0.25rem !important; } .mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; } .mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; } .mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; } .ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; } .m-xl-2 { margin: 0.5rem !important; } .mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; } .mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; } .mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; } .ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; } .m-xl-3 { margin: 1rem !important; } .mt-xl-3, .my-xl-3 { margin-top: 1rem !important; } .mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; } .mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; } .ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; } .m-xl-4 { margin: 1.5rem !important; } .mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; } .mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; } .mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; } .ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; } .m-xl-5 { margin: 3rem !important; } .mt-xl-5, .my-xl-5 { margin-top: 3rem !important; } .mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; } .mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; } .ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; } .p-xl-0 { padding: 0 !important; } .pt-xl-0, .py-xl-0 { padding-top: 0 !important; } .pr-xl-0, .px-xl-0 { padding-right: 0 !important; } .pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; } .pl-xl-0, .px-xl-0 { padding-left: 0 !important; } .p-xl-1 { padding: 0.25rem !important; } .pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; } .pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; } .pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; } .pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; } .p-xl-2 { padding: 0.5rem !important; } .pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; } .pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; } .pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; } .pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; } .p-xl-3 { padding: 1rem !important; } .pt-xl-3, .py-xl-3 { padding-top: 1rem !important; } .pr-xl-3, .px-xl-3 { padding-right: 1rem !important; } .pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; } .pl-xl-3, .px-xl-3 { padding-left: 1rem !important; } .p-xl-4 { padding: 1.5rem !important; } .pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; } .pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; } .pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; } .pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; } .p-xl-5 { padding: 3rem !important; } .pt-xl-5, .py-xl-5 { padding-top: 3rem !important; } .pr-xl-5, .px-xl-5 { padding-right: 3rem !important; } .pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; } .pl-xl-5, .px-xl-5 { padding-left: 3rem !important; } .m-xl-n1 { margin: -0.25rem !important; } .mt-xl-n1, .my-xl-n1 { margin-top: -0.25rem !important; } .mr-xl-n1, .mx-xl-n1 { margin-right: -0.25rem !important; } .mb-xl-n1, .my-xl-n1 { margin-bottom: -0.25rem !important; } .ml-xl-n1, .mx-xl-n1 { margin-left: -0.25rem !important; } .m-xl-n2 { margin: -0.5rem !important; } .mt-xl-n2, .my-xl-n2 { margin-top: -0.5rem !important; } .mr-xl-n2, .mx-xl-n2 { margin-right: -0.5rem !important; } .mb-xl-n2, .my-xl-n2 { margin-bottom: -0.5rem !important; } .ml-xl-n2, .mx-xl-n2 { margin-left: -0.5rem !important; } .m-xl-n3 { margin: -1rem !important; } .mt-xl-n3, .my-xl-n3 { margin-top: -1rem !important; } .mr-xl-n3, .mx-xl-n3 { margin-right: -1rem !important; } .mb-xl-n3, .my-xl-n3 { margin-bottom: -1rem !important; } .ml-xl-n3, .mx-xl-n3 { margin-left: -1rem !important; } .m-xl-n4 { margin: -1.5rem !important; } .mt-xl-n4, .my-xl-n4 { margin-top: -1.5rem !important; } .mr-xl-n4, .mx-xl-n4 { margin-right: -1.5rem !important; } .mb-xl-n4, .my-xl-n4 { margin-bottom: -1.5rem !important; } .ml-xl-n4, .mx-xl-n4 { margin-left: -1.5rem !important; } .m-xl-n5 { margin: -3rem !important; } .mt-xl-n5, .my-xl-n5 { margin-top: -3rem !important; } .mr-xl-n5, .mx-xl-n5 { margin-right: -3rem !important; } .mb-xl-n5, .my-xl-n5 { margin-bottom: -3rem !important; } .ml-xl-n5, .mx-xl-n5 { margin-left: -3rem !important; } .m-xl-auto { margin: auto !important; } .mt-xl-auto, .my-xl-auto { margin-top: auto !important; } .mr-xl-auto, .mx-xl-auto { margin-right: auto !important; } .mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; } .ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } } .stretched-link:after { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; pointer-events: auto; content: ""; background-color: transparent; } .text-monospace { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; } .text-justify { text-align: justify !important; } .text-wrap { white-space: normal !important; } .text-nowrap { white-space: nowrap !important; } .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .text-left { text-align: left !important; } .text-right { text-align: right !important; } .text-center { text-align: center !important; } @media (min-width: 576px) { .text-sm-left { text-align: left !important; } .text-sm-right { text-align: right !important; } .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { .text-md-left { text-align: left !important; } .text-md-right { text-align: right !important; } .text-md-center { text-align: center !important; } } @media (min-width: 992px) { .text-lg-left { text-align: left !important; } .text-lg-right { text-align: right !important; } .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { .text-xl-left { text-align: left !important; } .text-xl-right { text-align: right !important; } .text-xl-center { text-align: center !important; } } .text-lowercase { text-transform: lowercase !important; } .text-uppercase { text-transform: uppercase !important; } .text-capitalize { text-transform: capitalize !important; } .font-weight-light { font-weight: 300 !important; } .font-weight-lighter { font-weight: lighter !important; } .font-weight-normal { font-weight: 400 !important; } .font-weight-bold { font-weight: 700 !important; } .font-weight-bolder { font-weight: bolder !important; } .font-italic { font-style: italic !important; } .text-white { color: #fff !important; } .text-primary { color: #007bff !important; } a.text-primary:focus, a.text-primary:hover { color: #0056b3 !important; } .text-secondary { color: #6c757d !important; } a.text-secondary:focus, a.text-secondary:hover { color: #494f54 !important; } .text-success { color: #28a745 !important; } a.text-success:focus, a.text-success:hover { color: #19692c !important; } .text-info { color: #17a2b8 !important; } a.text-info:focus, a.text-info:hover { color: #0f6674 !important; } .text-warning { color: #ffc107 !important; } a.text-warning:focus, a.text-warning:hover { color: #ba8b00 !important; } .text-danger { color: #dc3545 !important; } a.text-danger:focus, a.text-danger:hover { color: #a71d2a !important; } .text-light { color: #f8f9fa !important; } a.text-light:focus, a.text-light:hover { color: #cbd3da !important; } .text-dark { color: #343a40 !important; } a.text-dark:focus, a.text-dark:hover { color: #121416 !important; } .text-body { color: #212529 !important; } .text-muted { color: #6c757d !important; } .text-black-50 { color: rgba(0, 0, 0, 0.5) !important; } .text-white-50 { color: hsla(0, 0%, 100%, 0.5) !important; } .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } .text-decoration-none { text-decoration: none !important; } .text-break { word-break: break-word !important; word-wrap: break-word !important; } .text-reset { color: inherit !important; } .visible { visibility: visible !important; } .invisible { visibility: hidden !important; } @media print { *, :after, :before { text-shadow: none !important; box-shadow: none !important; } a:not(.btn) { text-decoration: underline; } abbr[title]:after { content: " (" attr(title) ")"; } pre { white-space: pre-wrap !important; } blockquote, pre { border: 1px solid #adb5bd; page-break-inside: avoid; } thead { display: table-header-group; } img, tr { page-break-inside: avoid; } h2, h3, p { orphans: 3; widows: 3; } h2, h3 { page-break-after: avoid; } @page { size: a3; } .container, body { min-width: 992px !important; } .navbar { display: none; } .badge { border: 1px solid #000; } .table { border-collapse: collapse !important; } .table td, .table th { background-color: #fff !important; } .table-bordered td, .table-bordered th { border: 1px solid #dee2e6 !important; } .table-dark { color: inherit; } .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th { border-color: #dee2e6; } .table .thead-dark th { color: inherit; border-color: #dee2e6; } } @charset "UTF-8"; /*! * BootstrapVue Custom CSS (https://bootstrap-vue.org) */ .bv-no-focus-ring:focus { outline: none; } @media (max-width: 575.98px) { .bv-d-xs-down-none { display: none !important; } } @media (max-width: 767.98px) { .bv-d-sm-down-none { display: none !important; } } @media (max-width: 991.98px) { .bv-d-md-down-none { display: none !important; } } @media (max-width: 1199.98px) { .bv-d-lg-down-none { display: none !important; } } .bv-d-xl-down-none { display: none !important; } .form-control.focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .form-control.focus.is-valid { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .form-control.focus.is-invalid { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .b-avatar { display: inline-flex; align-items: center; justify-content: center; vertical-align: middle; flex-shrink: 0; width: 2.5rem; height: 2.5rem; font-size: inherit; font-weight: 400; line-height: 1; max-width: 100%; max-height: auto; text-align: center; overflow: visible; position: relative; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } .b-avatar:focus { outline: 0; } .b-avatar.btn, .b-avatar[href] { padding: 0; border: 0; } .b-avatar.btn .b-avatar-img img, .b-avatar[href] .b-avatar-img img { transition: transform 0.15s ease-in-out; } .b-avatar.btn:not(:disabled):not(.disabled), .b-avatar[href]:not(:disabled):not(.disabled) { cursor: pointer; } .b-avatar.btn:not(:disabled):not(.disabled):hover .b-avatar-img img, .b-avatar[href]:not(:disabled):not(.disabled):hover .b-avatar-img img { transform: scale(1.15); } .b-avatar.disabled, .b-avatar:disabled, .b-avatar[disabled] { opacity: 0.65; pointer-events: none; } .b-avatar .b-avatar-custom, .b-avatar .b-avatar-img, .b-avatar .b-avatar-text { border-radius: inherit; width: 100%; height: 100%; overflow: hidden; display: flex; justify-content: center; align-items: center; -webkit-mask-image: radial-gradient(#fff, #000); mask-image: radial-gradient(#fff, #000); } .b-avatar .b-avatar-text { text-transform: uppercase; white-space: nowrap; } .b-avatar[href] { text-decoration: none; } .b-avatar > .b-icon { width: 60%; height: auto; max-width: 100%; } .b-avatar .b-avatar-img img { width: 100%; height: 100%; max-height: auto; border-radius: inherit; -o-object-fit: cover; object-fit: cover; } .b-avatar .b-avatar-badge { position: absolute; min-height: 1.5em; min-width: 1.5em; padding: 0.25em; line-height: 1; border-radius: 10em; font-size: 70%; font-weight: 700; z-index: 1; } .b-avatar-sm { width: 1.5rem; height: 1.5rem; } .b-avatar-sm .b-avatar-text { font-size: 0.6rem; } .b-avatar-sm .b-avatar-badge { font-size: 0.42rem; } .b-avatar-lg { width: 3.5rem; height: 3.5rem; } .b-avatar-lg .b-avatar-text { font-size: 1.4rem; } .b-avatar-lg .b-avatar-badge { font-size: 0.98rem; } .b-avatar-group .b-avatar-group-inner { display: flex; flex-wrap: wrap; } .b-avatar-group .b-avatar { border: 1px solid #dee2e6; } .b-avatar-group .btn.b-avatar:hover:not(.disabled):not(disabled), .b-avatar-group a.b-avatar:hover:not(.disabled):not(disabled) { z-index: 1; } .b-calendar { display: inline-flex; } .b-calendar .b-calendar-inner { min-width: 250px; } .b-calendar .b-calendar-header, .b-calendar .b-calendar-nav { margin-bottom: 0.25rem; } .b-calendar .b-calendar-nav .btn { padding: 0.25rem; } .b-calendar output { padding: 0.25rem; font-size: 80%; } .b-calendar output.readonly { background-color: #e9ecef; opacity: 1; } .b-calendar .b-calendar-footer { margin-top: 0.5rem; } .b-calendar .b-calendar-grid { padding: 0; margin: 0; overflow: hidden; } .b-calendar .b-calendar-grid .row { flex-wrap: nowrap; } .b-calendar .b-calendar-grid-caption { padding: 0.25rem; } .b-calendar .b-calendar-grid-body .col[data-date] .btn { width: 32px; height: 32px; font-size: 14px; line-height: 1; margin: 3px auto; padding: 9px 0; } .b-calendar .btn.disabled, .b-calendar .btn:disabled, .b-calendar .btn[aria-disabled="true"] { cursor: default; pointer-events: none; } .card-img-left { border-top-left-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } .card-img-right { border-top-right-radius: calc(0.25rem - 1px); border-bottom-right-radius: calc(0.25rem - 1px); } .dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret:before, .dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret:after { display: none !important; } .dropdown .dropdown-menu:focus { outline: none; } .b-dropdown-form { display: inline-block; padding: 0.25rem 1.5rem; width: 100%; clear: both; font-weight: 400; } .b-dropdown-form:focus { outline: 1px dotted !important; outline: 5px auto -webkit-focus-ring-color !important; } .b-dropdown-form.disabled, .b-dropdown-form:disabled { outline: 0 !important; color: #6c757d; pointer-events: none; } .b-dropdown-text { display: inline-block; padding: 0.25rem 1.5rem; margin-bottom: 0; width: 100%; clear: both; font-weight: lighter; } .custom-checkbox.b-custom-control-lg, .input-group-lg .custom-checkbox { font-size: 1.25rem; line-height: 1.5; padding-left: 1.875rem; } .custom-checkbox.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-checkbox .custom-control-label:before { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; border-radius: 0.3rem; } .custom-checkbox.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-checkbox .custom-control-label:after { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; background-size: 50% 50%; } .custom-checkbox.b-custom-control-sm, .input-group-sm .custom-checkbox { font-size: 0.875rem; line-height: 1.5; padding-left: 1.3125rem; } .custom-checkbox.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-checkbox .custom-control-label:before { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; border-radius: 0.2rem; } .custom-checkbox.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-checkbox .custom-control-label:after { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; background-size: 50% 50%; } .custom-switch.b-custom-control-lg, .input-group-lg .custom-switch { padding-left: 2.8125rem; } .custom-switch.b-custom-control-lg .custom-control-label, .input-group-lg .custom-switch .custom-control-label { font-size: 1.25rem; line-height: 1.5; } .custom-switch.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-switch .custom-control-label:before { top: 0.3125rem; height: 1.25rem; left: -2.8125rem; width: 2.1875rem; border-radius: 0.625rem; } .custom-switch.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-switch .custom-control-label:after { top: calc(0.3125rem + 2px); left: calc(-2.8125rem + 2px); width: calc(1.25rem - 4px); height: calc(1.25rem - 4px); border-radius: 0.625rem; background-size: 50% 50%; } .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label:after, .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label:after { transform: translateX(0.9375rem); } .custom-switch.b-custom-control-sm, .input-group-sm .custom-switch { padding-left: 1.96875rem; } .custom-switch.b-custom-control-sm .custom-control-label, .input-group-sm .custom-switch .custom-control-label { font-size: 0.875rem; line-height: 1.5; } .custom-switch.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-switch .custom-control-label:before { top: 0.21875rem; left: -1.96875rem; width: 1.53125rem; height: 0.875rem; border-radius: 0.4375rem; } .custom-switch.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-switch .custom-control-label:after { top: calc(0.21875rem + 2px); left: calc(-1.96875rem + 2px); width: calc(0.875rem - 4px); height: calc(0.875rem - 4px); border-radius: 0.4375rem; background-size: 50% 50%; } .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label:after, .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label:after { transform: translateX(0.65625rem); } .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn, .input-group > .input-group-append:not(:last-child) > .btn-group > .btn, .input-group > .input-group-prepend > .btn-group > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .input-group-append > .btn-group > .btn, .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } .b-form-btn-label-control.form-control { display: flex; align-items: stretch; height: auto; padding: 0; background-image: none; } .input-group .b-form-btn-label-control.form-control { padding: 0; } .b-form-btn-label-control.form-control[dir="rtl"], [dir="rtl"] .b-form-btn-label-control.form-control { flex-direction: row-reverse; } .b-form-btn-label-control.form-control[dir="rtl"] > label, [dir="rtl"] .b-form-btn-label-control.form-control > label { text-align: right; } .b-form-btn-label-control.form-control > .btn { line-height: 1; font-size: inherit; box-shadow: none !important; border: 0; } .b-form-btn-label-control.form-control > .btn:disabled { pointer-events: none; } .b-form-btn-label-control.form-control.is-valid > .btn { color: #28a745; } .b-form-btn-label-control.form-control.is-invalid > .btn { color: #dc3545; } .b-form-btn-label-control.form-control > .dropdown-menu { padding: 0.5rem; } .b-form-btn-label-control.form-control > .form-control { height: auto; min-height: calc(1.5em + 0.75rem); padding-left: 0.25rem; margin: 0; border: 0; outline: 0; background: transparent; word-break: break-word; font-size: inherit; white-space: normal; cursor: pointer; } .b-form-btn-label-control.form-control > .form-control.form-control-sm { min-height: calc(1.5em + 0.5rem); } .b-form-btn-label-control.form-control > .form-control.form-control-lg { min-height: calc(1.5em + 1rem); } .input-group.input-group-sm .b-form-btn-label-control.form-control > .form-control { min-height: calc(1.5em + 0.5rem); padding-top: 0.25rem; padding-bottom: 0.25rem; } .input-group.input-group-lg .b-form-btn-label-control.form-control > .form-control { min-height: calc(1.5em + 1rem); padding-top: 0.5rem; padding-bottom: 0.5rem; } .b-form-btn-label-control.form-control[aria-disabled="true"], .b-form-btn-label-control.form-control[aria-readonly="true"] { background-color: #e9ecef; opacity: 1; } .b-form-btn-label-control.form-control[aria-disabled="true"] { pointer-events: none; } .b-form-btn-label-control.form-control[aria-disabled="true"] > label { cursor: default; } .b-form-btn-label-control.btn-group > .dropdown-menu { padding: 0.5rem; } .custom-file-label { white-space: nowrap; overflow-x: hidden; } .b-custom-control-lg.custom-file, .b-custom-control-lg .custom-file-input, .b-custom-control-lg .custom-file-label, .input-group-lg.custom-file, .input-group-lg .custom-file-input, .input-group-lg .custom-file-label { font-size: 1.25rem; height: calc(1.5em + 1rem + 2px); } .b-custom-control-lg .custom-file-label, .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label, .input-group-lg .custom-file-label:after { padding: 0.5rem 1rem; line-height: 1.5; } .b-custom-control-lg .custom-file-label, .input-group-lg .custom-file-label { border-radius: 0.3rem; } .b-custom-control-lg .custom-file-label:after, .input-group-lg .custom-file-label:after { font-size: inherit; height: calc(1.5em + 1rem); border-radius: 0 0.3rem 0.3rem 0; } .b-custom-control-sm.custom-file, .b-custom-control-sm .custom-file-input, .b-custom-control-sm .custom-file-label, .input-group-sm.custom-file, .input-group-sm .custom-file-input, .input-group-sm .custom-file-label { font-size: 0.875rem; height: calc(1.5em + 0.5rem + 2px); } .b-custom-control-sm .custom-file-label, .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label, .input-group-sm .custom-file-label:after { padding: 0.25rem 0.5rem; line-height: 1.5; } .b-custom-control-sm .custom-file-label, .input-group-sm .custom-file-label { border-radius: 0.2rem; } .b-custom-control-sm .custom-file-label:after, .input-group-sm .custom-file-label:after { font-size: inherit; height: calc(1.5em + 0.5rem); border-radius: 0 0.2rem 0.2rem 0; } .form-control.is-invalid, .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid { background-position: right calc(0.375em + 0.1875rem) center; } input[type="color"].form-control { height: calc(1.5em + 0.75rem + 2px); padding: 0.125rem 0.25rem; } .input-group-sm input[type="color"].form-control, input[type="color"].form-control.form-control-sm { height: calc(1.5em + 0.5rem + 2px); padding: 0.125rem 0.25rem; } .input-group-lg input[type="color"].form-control, input[type="color"].form-control.form-control-lg { height: calc(1.5em + 1rem + 2px); padding: 0.125rem 0.25rem; } input[type="color"].form-control:disabled { background-color: #adb5bd; opacity: 0.65; } .input-group > .custom-range { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; } .input-group > .custom-file + .custom-range, .input-group > .custom-range + .custom-file, .input-group > .custom-range + .custom-range, .input-group > .custom-range + .custom-select, .input-group > .custom-range + .form-control, .input-group > .custom-range + .form-control-plaintext, .input-group > .custom-select + .custom-range, .input-group > .form-control + .custom-range, .input-group > .form-control-plaintext + .custom-range { margin-left: -1px; } .input-group > .custom-range:focus { z-index: 3; } .input-group > .custom-range:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .input-group > .custom-range:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } .input-group > .custom-range { padding: 0 0.75rem; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; height: calc(1.5em + 0.75rem + 2px); border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } @media (prefers-reduced-motion: reduce) { .input-group > .custom-range { transition: none; } } .input-group > .custom-range:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .input-group > .custom-range:disabled, .input-group > .custom-range[readonly] { background-color: #e9ecef; } .input-group-lg > .custom-range { height: calc(1.5em + 1rem + 2px); padding: 0 1rem; border-radius: 0.3rem; } .input-group-sm > .custom-range { height: calc(1.5em + 0.5rem + 2px); padding: 0 0.5rem; border-radius: 0.2rem; } .input-group .custom-range.is-valid, .was-validated .input-group .custom-range:valid { border-color: #28a745; } .input-group .custom-range.is-valid:focus, .was-validated .input-group .custom-range:valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .custom-range.is-valid:focus::-webkit-slider-thumb, .was-validated .custom-range:valid:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid:focus::-moz-range-thumb, .was-validated .custom-range:valid:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid:focus::-ms-thumb, .was-validated .custom-range:valid:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac; } .custom-range.is-valid::-webkit-slider-thumb, .was-validated .custom-range:valid::-webkit-slider-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-webkit-slider-thumb:active, .was-validated .custom-range:valid::-webkit-slider-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-webkit-slider-runnable-track, .was-validated .custom-range:valid::-webkit-slider-runnable-track { background-color: rgba(40, 167, 69, 0.35); } .custom-range.is-valid::-moz-range-thumb, .was-validated .custom-range:valid::-moz-range-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-moz-range-thumb:active, .was-validated .custom-range:valid::-moz-range-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-moz-range-track, .was-validated .custom-range:valid::-moz-range-track { background: rgba(40, 167, 69, 0.35); } .custom-range.is-valid ~ .valid-feedback, .custom-range.is-valid ~ .valid-tooltip, .was-validated .custom-range:valid ~ .valid-feedback, .was-validated .custom-range:valid ~ .valid-tooltip { display: block; } .custom-range.is-valid::-ms-thumb, .was-validated .custom-range:valid::-ms-thumb { background-color: #28a745; background-image: none; } .custom-range.is-valid::-ms-thumb:active, .was-validated .custom-range:valid::-ms-thumb:active { background-color: #9be7ac; background-image: none; } .custom-range.is-valid::-ms-track-lower, .custom-range.is-valid::-ms-track-upper, .was-validated .custom-range:valid::-ms-track-lower, .was-validated .custom-range:valid::-ms-track-upper { background: rgba(40, 167, 69, 0.35); } .input-group .custom-range.is-invalid, .was-validated .input-group .custom-range:invalid { border-color: #dc3545; } .input-group .custom-range.is-invalid:focus, .was-validated .input-group .custom-range:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .custom-range.is-invalid:focus::-webkit-slider-thumb, .was-validated .custom-range:invalid:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid:focus::-moz-range-thumb, .was-validated .custom-range:invalid:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid:focus::-ms-thumb, .was-validated .custom-range:invalid:focus::-ms-thumb { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #f6cdd1; } .custom-range.is-invalid::-webkit-slider-thumb, .was-validated .custom-range:invalid::-webkit-slider-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-webkit-slider-thumb:active, .was-validated .custom-range:invalid::-webkit-slider-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-webkit-slider-runnable-track, .was-validated .custom-range:invalid::-webkit-slider-runnable-track { background-color: rgba(220, 53, 69, 0.35); } .custom-range.is-invalid::-moz-range-thumb, .was-validated .custom-range:invalid::-moz-range-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-moz-range-thumb:active, .was-validated .custom-range:invalid::-moz-range-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-moz-range-track, .was-validated .custom-range:invalid::-moz-range-track { background: rgba(220, 53, 69, 0.35); } .custom-range.is-invalid ~ .invalid-feedback, .custom-range.is-invalid ~ .invalid-tooltip, .was-validated .custom-range:invalid ~ .invalid-feedback, .was-validated .custom-range:invalid ~ .invalid-tooltip { display: block; } .custom-range.is-invalid::-ms-thumb, .was-validated .custom-range:invalid::-ms-thumb { background-color: #dc3545; background-image: none; } .custom-range.is-invalid::-ms-thumb:active, .was-validated .custom-range:invalid::-ms-thumb:active { background-color: #f6cdd1; background-image: none; } .custom-range.is-invalid::-ms-track-lower, .custom-range.is-invalid::-ms-track-upper, .was-validated .custom-range:invalid::-ms-track-lower, .was-validated .custom-range:invalid::-ms-track-upper { background: rgba(220, 53, 69, 0.35); } .custom-radio.b-custom-control-lg, .input-group-lg .custom-radio { font-size: 1.25rem; line-height: 1.5; padding-left: 1.875rem; } .custom-radio.b-custom-control-lg .custom-control-label:before, .input-group-lg .custom-radio .custom-control-label:before { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; border-radius: 50%; } .custom-radio.b-custom-control-lg .custom-control-label:after, .input-group-lg .custom-radio .custom-control-label:after { top: 0.3125rem; left: -1.875rem; width: 1.25rem; height: 1.25rem; background: no-repeat 50%/50% 50%; } .custom-radio.b-custom-control-sm, .input-group-sm .custom-radio { font-size: 0.875rem; line-height: 1.5; padding-left: 1.3125rem; } .custom-radio.b-custom-control-sm .custom-control-label:before, .input-group-sm .custom-radio .custom-control-label:before { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; border-radius: 50%; } .custom-radio.b-custom-control-sm .custom-control-label:after, .input-group-sm .custom-radio .custom-control-label:after { top: 0.21875rem; left: -1.3125rem; width: 0.875rem; height: 0.875rem; background: no-repeat 50%/50% 50%; } .b-rating { text-align: center; } .b-rating.d-inline-flex { width: auto; } .b-rating .b-rating-star, .b-rating .b-rating-value { padding: 0 0.25em; } .b-rating .b-rating-value { min-width: 2.5em; } .b-rating .b-rating-star { display: inline-flex; justify-content: center; outline: 0; } .b-rating .b-rating-star .b-rating-icon { display: inline-flex; transition: all 0.15s ease-in-out; } .b-rating.disabled, .b-rating:disabled { background-color: #e9ecef; color: #6c757d; } .b-rating:not(.disabled):not(.readonly) .b-rating-star { cursor: pointer; } .b-rating:not(.disabled):not(.readonly) .b-rating-star:hover .b-rating-icon, .b-rating:not(.disabled):not(.readonly):focus:not(:hover) .b-rating-star.focused .b-rating-icon { transform: scale(1.5); } .b-rating[dir="rtl"] .b-rating-star-half { transform: scaleX(-1); } .b-form-spinbutton { text-align: center; overflow: hidden; background-image: none; padding: 0; } .b-form-spinbutton[dir="rtl"]:not(.flex-column), [dir="rtl"] .b-form-spinbutton:not(.flex-column) { flex-direction: row-reverse; } .b-form-spinbutton output { font-size: inherit; outline: 0; border: 0; background-color: transparent; width: auto; margin: 0; padding: 0 0.25rem; } .b-form-spinbutton output > bdi, .b-form-spinbutton output > div { display: block; min-width: 2.25em; height: 1.5em; } .b-form-spinbutton.flex-column { height: auto; width: auto; } .b-form-spinbutton.flex-column output { margin: 0 0.25rem; padding: 0.25rem 0; } .b-form-spinbutton:not(.d-inline-flex):not(.flex-column) { output-width: 100%; } .b-form-spinbutton.d-inline-flex:not(.flex-column) { width: auto; } .b-form-spinbutton .btn { line-height: 1; box-shadow: none !important; } .b-form-spinbutton .btn:disabled { pointer-events: none; } .b-form-spinbutton .btn:hover:not(:disabled) > div > .b-icon { transform: scale(1.25); } .b-form-spinbutton.disabled, .b-form-spinbutton.readonly { background-color: #e9ecef; } .b-form-spinbutton.disabled { pointer-events: none; } .b-form-tags .b-form-tags-list { margin-top: -0.25rem; } .b-form-tags .b-form-tags-list .b-form-tag, .b-form-tags .b-form-tags-list .b-from-tags-field { margin-top: 0.25rem; } .b-form-tags.focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } .b-form-tags.focus.is-valid { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .b-form-tags.focus.is-invalid { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .b-form-tags.disabled { background-color: #e9ecef; } .b-form-tag { font-size: 75%; font-weight: 400; line-height: 1.5; margin-right: 0.25rem; } .b-form-tag.disabled { opacity: 0.75; } .b-form-tag > button.b-form-tag-remove { color: inherit; font-size: 125%; line-height: 1; float: none; margin-left: 0.25rem; } .form-control-lg .b-form-tag, .form-control-sm .b-form-tag { line-height: 1.5; } .media-aside { display: flex; margin-right: 1rem; } .media-aside-right { margin-right: 0; margin-left: 1rem; } .modal-backdrop { opacity: 0.5; } .b-pagination-pills .page-item .page-link { border-radius: 50rem !important; margin-left: 0.25rem; line-height: 1; } .b-pagination-pills .page-item:first-child .page-link { margin-left: 0; } .popover.b-popover { display: block; opacity: 1; outline: 0; } .popover.b-popover.fade:not(.show) { opacity: 0; } .popover.b-popover.show { opacity: 1; } .b-popover-primary.popover { background-color: #cce5ff; border-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-primary.bs-popover-top > .arrow:before { border-top-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-primary.bs-popover-top > .arrow:after { border-top-color: #cce5ff; } .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-primary.bs-popover-right > .arrow:before { border-right-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-primary.bs-popover-right > .arrow:after { border-right-color: #cce5ff; } .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-primary.bs-popover-bottom > .arrow:before { border-bottom-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-primary.bs-popover-bottom .popover-header:before, .b-popover-primary.bs-popover-bottom > .arrow:after { border-bottom-color: #bdddff; } .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-primary.bs-popover-left > .arrow:before { border-left-color: #b8daff; } .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-primary.bs-popover-left > .arrow:after { border-left-color: #cce5ff; } .b-popover-primary .popover-header { color: #212529; background-color: #bdddff; border-bottom-color: #a3d0ff; } .b-popover-primary .popover-body { color: #004085; } .b-popover-secondary.popover { background-color: #e2e3e5; border-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-secondary.bs-popover-top > .arrow:before { border-top-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-secondary.bs-popover-top > .arrow:after { border-top-color: #e2e3e5; } .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-secondary.bs-popover-right > .arrow:before { border-right-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-secondary.bs-popover-right > .arrow:after { border-right-color: #e2e3e5; } .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-secondary.bs-popover-bottom > .arrow:before { border-bottom-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-secondary.bs-popover-bottom .popover-header:before, .b-popover-secondary.bs-popover-bottom > .arrow:after { border-bottom-color: #dadbde; } .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-secondary.bs-popover-left > .arrow:before { border-left-color: #d6d8db; } .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-secondary.bs-popover-left > .arrow:after { border-left-color: #e2e3e5; } .b-popover-secondary .popover-header { color: #212529; background-color: #dadbde; border-bottom-color: #ccced2; } .b-popover-secondary .popover-body { color: #383d41; } .b-popover-success.popover { background-color: #d4edda; border-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-success.bs-popover-top > .arrow:before { border-top-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-success.bs-popover-top > .arrow:after { border-top-color: #d4edda; } .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-success.bs-popover-right > .arrow:before { border-right-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-success.bs-popover-right > .arrow:after { border-right-color: #d4edda; } .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-success.bs-popover-bottom > .arrow:before { border-bottom-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-success.bs-popover-bottom .popover-header:before, .b-popover-success.bs-popover-bottom > .arrow:after { border-bottom-color: #c9e8d1; } .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-success.bs-popover-left > .arrow:before { border-left-color: #c3e6cb; } .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-success.bs-popover-left > .arrow:after { border-left-color: #d4edda; } .b-popover-success .popover-header { color: #212529; background-color: #c9e8d1; border-bottom-color: #b7e1c1; } .b-popover-success .popover-body { color: #155724; } .b-popover-info.popover { background-color: #d1ecf1; border-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-info.bs-popover-top > .arrow:before { border-top-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-info.bs-popover-top > .arrow:after { border-top-color: #d1ecf1; } .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-info.bs-popover-right > .arrow:before { border-right-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-info.bs-popover-right > .arrow:after { border-right-color: #d1ecf1; } .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-info.bs-popover-bottom > .arrow:before { border-bottom-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-info.bs-popover-bottom .popover-header:before, .b-popover-info.bs-popover-bottom > .arrow:after { border-bottom-color: #c5e7ed; } .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-info.bs-popover-left > .arrow:before { border-left-color: #bee5eb; } .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-info.bs-popover-left > .arrow:after { border-left-color: #d1ecf1; } .b-popover-info .popover-header { color: #212529; background-color: #c5e7ed; border-bottom-color: #b2dfe7; } .b-popover-info .popover-body { color: #0c5460; } .b-popover-warning.popover { background-color: #fff3cd; border-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-warning.bs-popover-top > .arrow:before { border-top-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-warning.bs-popover-top > .arrow:after { border-top-color: #fff3cd; } .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-warning.bs-popover-right > .arrow:before { border-right-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-warning.bs-popover-right > .arrow:after { border-right-color: #fff3cd; } .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-warning.bs-popover-bottom > .arrow:before { border-bottom-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-warning.bs-popover-bottom .popover-header:before, .b-popover-warning.bs-popover-bottom > .arrow:after { border-bottom-color: #ffefbe; } .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-warning.bs-popover-left > .arrow:before { border-left-color: #ffeeba; } .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-warning.bs-popover-left > .arrow:after { border-left-color: #fff3cd; } .b-popover-warning .popover-header { color: #212529; background-color: #ffefbe; border-bottom-color: #ffe9a4; } .b-popover-warning .popover-body { color: #856404; } .b-popover-danger.popover { background-color: #f8d7da; border-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-danger.bs-popover-top > .arrow:before { border-top-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-danger.bs-popover-top > .arrow:after { border-top-color: #f8d7da; } .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-danger.bs-popover-right > .arrow:before { border-right-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-danger.bs-popover-right > .arrow:after { border-right-color: #f8d7da; } .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-danger.bs-popover-bottom > .arrow:before { border-bottom-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-danger.bs-popover-bottom .popover-header:before, .b-popover-danger.bs-popover-bottom > .arrow:after { border-bottom-color: #f6cace; } .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-danger.bs-popover-left > .arrow:before { border-left-color: #f5c6cb; } .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-danger.bs-popover-left > .arrow:after { border-left-color: #f8d7da; } .b-popover-danger .popover-header { color: #212529; background-color: #f6cace; border-bottom-color: #f2b4ba; } .b-popover-danger .popover-body { color: #721c24; } .b-popover-light.popover { background-color: #fefefe; border-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-light.bs-popover-top > .arrow:before { border-top-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-light.bs-popover-top > .arrow:after { border-top-color: #fefefe; } .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-light.bs-popover-right > .arrow:before { border-right-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-light.bs-popover-right > .arrow:after { border-right-color: #fefefe; } .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-light.bs-popover-bottom > .arrow:before { border-bottom-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-light.bs-popover-bottom .popover-header:before, .b-popover-light.bs-popover-bottom > .arrow:after { border-bottom-color: #f6f6f6; } .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-light.bs-popover-left > .arrow:before { border-left-color: #fdfdfe; } .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-light.bs-popover-left > .arrow:after { border-left-color: #fefefe; } .b-popover-light .popover-header { color: #212529; background-color: #f6f6f6; border-bottom-color: #eaeaea; } .b-popover-light .popover-body { color: #818182; } .b-popover-dark.popover { background-color: #d6d8d9; border-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow:before, .b-popover-dark.bs-popover-top > .arrow:before { border-top-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow:after, .b-popover-dark.bs-popover-top > .arrow:after { border-top-color: #d6d8d9; } .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow:before, .b-popover-dark.bs-popover-right > .arrow:before { border-right-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow:after, .b-popover-dark.bs-popover-right > .arrow:after { border-right-color: #d6d8d9; } .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow:before, .b-popover-dark.bs-popover-bottom > .arrow:before { border-bottom-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header:before, .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow:after, .b-popover-dark.bs-popover-bottom .popover-header:before, .b-popover-dark.bs-popover-bottom > .arrow:after { border-bottom-color: #ced0d2; } .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow:before, .b-popover-dark.bs-popover-left > .arrow:before { border-left-color: #c6c8ca; } .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow:after, .b-popover-dark.bs-popover-left > .arrow:after { border-left-color: #d6d8d9; } .b-popover-dark .popover-header { color: #212529; background-color: #ced0d2; border-bottom-color: #c1c4c5; } .b-popover-dark .popover-body { color: #1b1e21; } .b-sidebar-outer { position: fixed; top: 0; left: 0; right: 0; height: 0; overflow: visible; z-index: 1035; } .b-sidebar-backdrop { left: 0; z-index: -1; width: 100vw; opacity: 0.6; } .b-sidebar, .b-sidebar-backdrop { position: fixed; top: 0; height: 100vh; } .b-sidebar { display: flex; flex-direction: column; width: 320px; max-width: 100%; max-height: 100%; margin: 0; outline: 0; transform: translateX(0); } .b-sidebar.slide { transition: transform 0.3s ease-in-out; } @media (prefers-reduced-motion: reduce) { .b-sidebar.slide { transition: none; } } .b-sidebar:not(.b-sidebar-right) { left: 0; right: auto; } .b-sidebar:not(.b-sidebar-right).slide:not(.show) { transform: translateX(-100%); } .b-sidebar:not(.b-sidebar-right) > .b-sidebar-header .close { margin-left: auto; } .b-sidebar.b-sidebar-right { left: auto; right: 0; } .b-sidebar.b-sidebar-right.slide:not(.show) { transform: translateX(100%); } .b-sidebar.b-sidebar-right > .b-sidebar-header .close { margin-right: auto; } .b-sidebar > .b-sidebar-header { font-size: 1.5rem; padding: 0.5rem 1rem; display: flex; flex-direction: row; flex-grow: 0; align-items: center; } [dir="rtl"] .b-sidebar > .b-sidebar-header { flex-direction: row-reverse; } .b-sidebar > .b-sidebar-header .close { float: none; font-size: 1.5rem; } .b-sidebar > .b-sidebar-body { flex-grow: 1; height: 100%; overflow-y: auto; } .b-sidebar > .b-sidebar-footer { flex-grow: 0; } .b-skeleton-wrapper { cursor: wait; } .b-skeleton { position: relative; overflow: hidden; background-color: rgba(0, 0, 0, 0.12); cursor: wait; -webkit-mask-image: radial-gradient(#fff, #000); mask-image: radial-gradient(#fff, #000); } .b-skeleton:before { content: " "; } .b-skeleton-text { height: 1rem; margin-bottom: 0.25rem; border-radius: 0.25rem; } .b-skeleton-button { width: 75px; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; } .b-skeleton-avatar { width: 2.5em; height: 2.5em; border-radius: 50%; } .b-skeleton-input { height: calc(1.5em + 0.75rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.5; border: 1px solid #ced4da; border-radius: 0.25rem; } .b-skeleton-icon-wrapper svg { color: rgba(0, 0, 0, 0.12); } .b-skeleton-img { height: 100%; width: 100%; } .b-skeleton-animate-wave:after { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; background: linear-gradient( 90deg, transparent, hsla(0, 0%, 100%, 0.4), transparent ); -webkit-animation: b-skeleton-animate-wave 1.75s linear infinite; animation: b-skeleton-animate-wave 1.75s linear infinite; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-wave:after { background: none; -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-wave { 0% { transform: translateX(-100%); } to { transform: translateX(100%); } } @keyframes b-skeleton-animate-wave { 0% { transform: translateX(-100%); } to { transform: translateX(100%); } } .b-skeleton-animate-fade { -webkit-animation: b-skeleton-animate-fade 0.875s ease-in-out infinite alternate; animation: b-skeleton-animate-fade 0.875s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-fade { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-fade { 0% { opacity: 1; } to { opacity: 0.4; } } @keyframes b-skeleton-animate-fade { 0% { opacity: 1; } to { opacity: 0.4; } } .b-skeleton-animate-throb { -webkit-animation: b-skeleton-animate-throb 0.875s ease-in infinite alternate; animation: b-skeleton-animate-throb 0.875s ease-in infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-skeleton-animate-throb { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-skeleton-animate-throb { 0% { transform: scale(1); } to { transform: scale(0.975); } } @keyframes b-skeleton-animate-throb { 0% { transform: scale(1); } to { transform: scale(0.975); } } .table.b-table.b-table-fixed { table-layout: fixed; } .table.b-table.b-table-no-border-collapse { border-collapse: separate; border-spacing: 0; } .table.b-table[aria-busy="true"] { opacity: 0.55; } .table.b-table > tbody > tr.b-table-details > td { border-top: none !important; } .table.b-table > caption { caption-side: bottom; } .table.b-table.b-table-caption-top > caption { caption-side: top !important; } .table.b-table > tbody > .table-active, .table.b-table > tbody > .table-active > td, .table.b-table > tbody > .table-active > th { background-color: rgba(0, 0, 0, 0.075); } .table.b-table.table-hover > tbody > tr.table-active:hover td, .table.b-table.table-hover > tbody > tr.table-active:hover th { color: #212529; background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075)); background-repeat: no-repeat; } .table.b-table > tbody > .bg-active, .table.b-table > tbody > .bg-active > td, .table.b-table > tbody > .bg-active > th { background-color: hsla(0, 0%, 100%, 0.075) !important; } .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th { color: #fff; background-image: linear-gradient( hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075) ); background-repeat: no-repeat; } .b-table-sticky-header, .table-responsive, [class*="table-responsive-"] { margin-bottom: 1rem; } .b-table-sticky-header > .table, .table-responsive > .table, [class*="table-responsive-"] > .table { margin-bottom: 0; } .b-table-sticky-header { overflow-y: auto; max-height: 300px; } @media print { .b-table-sticky-header { overflow-y: visible !important; max-height: none !important; } } @supports (position: sticky) { .b-table-sticky-header > .table.b-table > thead > tr > th { position: sticky; top: 0; z-index: 2; } .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column { position: sticky; left: 0; } .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column { z-index: 5; } .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column { z-index: 2; } .table.b-table > tbody > tr > .table-b-table-default, .table.b-table > tfoot > tr > .table-b-table-default, .table.b-table > thead > tr > .table-b-table-default { color: #212529; background-color: #fff; } .table.b-table.table-dark > tbody > tr > .bg-b-table-default, .table.b-table.table-dark > tfoot > tr > .bg-b-table-default, .table.b-table.table-dark > thead > tr > .bg-b-table-default { color: #fff; background-color: #343a40; } .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default { background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)); background-repeat: no-repeat; } .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default { background-image: linear-gradient( hsla(0, 0%, 100%, 0.05), hsla(0, 0%, 100%, 0.05) ); background-repeat: no-repeat; } .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default { color: #212529; background-image: linear-gradient( rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075) ); background-repeat: no-repeat; } .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default { color: #fff; background-image: linear-gradient( hsla(0, 0%, 100%, 0.075), hsla(0, 0%, 100%, 0.075) ); background-repeat: no-repeat; } } .table.b-table > tfoot > tr > [aria-sort], .table.b-table > thead > tr > [aria-sort] { cursor: pointer; background-image: none; background-repeat: no-repeat; background-size: 0.65em 1em; } .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) { background-position: right 0.375rem center; padding-right: calc(0.75rem + 0.65em); } .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left { background-position: left 0.375rem center; padding-left: calc(0.75rem + 0.65em); } .table.b-table > tfoot > tr > [aria-sort="none"], .table.b-table > thead > tr > [aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > [aria-sort="ascending"], .table.b-table > thead > tr > [aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > [aria-sort="descending"], .table.b-table > thead > tr > [aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="none"], .table.b-table.table-dark > thead > tr > [aria-sort="none"], .table.b-table > .thead-dark > tr > [aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"], .table.b-table.table-dark > thead > tr > [aria-sort="ascending"], .table.b-table > .thead-dark > tr > [aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-dark > tfoot > tr > [aria-sort="descending"], .table.b-table.table-dark > thead > tr > [aria-sort="descending"], .table.b-table > .thead-dark > tr > [aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="none"], .table.b-table > thead > tr > .table-dark[aria-sort="none"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22zm0 100l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"], .table.b-table > thead > tr > .table-dark[aria-sort="ascending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table > tfoot > tr > .table-dark[aria-sort="descending"], .table.b-table > thead > tr > .table-dark[aria-sort="descending"] { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' preserveAspectRatio='none'%3E%3Cpath fill='%23fff' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3E%3Cpath fill='%23fff' d='M51 101l25-23 24-22H1l25 22z'/%3E%3C/svg%3E"); } .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left), .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left) { background-position: right 0.15rem center; padding-right: calc(0.3rem + 0.65em); } .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left, .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left { background-position: left 0.15rem center; padding-left: calc(0.3rem + 0.65em); } .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr { cursor: pointer; } .table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } @media (max-width: 575.98px) { .table.b-table.b-table-stacked-sm { display: block; width: 100%; } .table.b-table.b-table-stacked-sm > caption, .table.b-table.b-table-stacked-sm > tbody, .table.b-table.b-table-stacked-sm > tbody > tr, .table.b-table.b-table-stacked-sm > tbody > tr > td, .table.b-table.b-table-stacked-sm > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-sm > tfoot, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-sm > thead, .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-sm > caption { caption-side: top !important; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row, .table.b-table.b-table-stacked-sm > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-sm > tbody > tr > :first-child, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 767.98px) { .table.b-table.b-table-stacked-md { display: block; width: 100%; } .table.b-table.b-table-stacked-md > caption, .table.b-table.b-table-stacked-md > tbody, .table.b-table.b-table-stacked-md > tbody > tr, .table.b-table.b-table-stacked-md > tbody > tr > td, .table.b-table.b-table-stacked-md > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-md > tfoot, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-md > thead, .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-md > caption { caption-side: top !important; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-md > tbody > tr.bottom-row, .table.b-table.b-table-stacked-md > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-md > tbody > tr > :first-child, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 991.98px) { .table.b-table.b-table-stacked-lg { display: block; width: 100%; } .table.b-table.b-table-stacked-lg > caption, .table.b-table.b-table-stacked-lg > tbody, .table.b-table.b-table-stacked-lg > tbody > tr, .table.b-table.b-table-stacked-lg > tbody > tr > td, .table.b-table.b-table-stacked-lg > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-lg > tfoot, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-lg > thead, .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-lg > caption { caption-side: top !important; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row, .table.b-table.b-table-stacked-lg > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-lg > tbody > tr > :first-child, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th { border-top-width: 3px; } } @media (max-width: 1199.98px) { .table.b-table.b-table-stacked-xl { display: block; width: 100%; } .table.b-table.b-table-stacked-xl > caption, .table.b-table.b-table-stacked-xl > tbody, .table.b-table.b-table-stacked-xl > tbody > tr, .table.b-table.b-table-stacked-xl > tbody > tr > td, .table.b-table.b-table-stacked-xl > tbody > tr > th { display: block; } .table.b-table.b-table-stacked-xl > tfoot, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked-xl > thead, .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked-xl > caption { caption-side: top !important; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row, .table.b-table.b-table-stacked-xl > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked-xl > tbody > tr > :first-child, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th { border-top-width: 3px; } } .table.b-table.b-table-stacked { display: block; width: 100%; } .table.b-table.b-table-stacked > caption, .table.b-table.b-table-stacked > tbody, .table.b-table.b-table-stacked > tbody > tr, .table.b-table.b-table-stacked > tbody > tr > td, .table.b-table.b-table-stacked > tbody > tr > th { display: block; } .table.b-table.b-table-stacked > tfoot, .table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row, .table.b-table.b-table-stacked > tfoot > tr.b-table-top-row, .table.b-table.b-table-stacked > thead, .table.b-table.b-table-stacked > thead > tr.b-table-bottom-row, .table.b-table.b-table-stacked > thead > tr.b-table-top-row { display: none; } .table.b-table.b-table-stacked > caption { caption-side: top !important; } .table.b-table.b-table-stacked > tbody > tr > [data-label]:before { content: attr(data-label); width: 40%; float: left; text-align: right; word-wrap: break-word; font-weight: 700; font-style: normal; padding: 0 0.5rem 0 0; margin: 0; } .table.b-table.b-table-stacked > tbody > tr > [data-label]:after { display: block; clear: both; content: ""; } .table.b-table.b-table-stacked > tbody > tr > [data-label] > div { display: inline-block; width: 60%; padding: 0 0 0 0.5rem; margin: 0; } .table.b-table.b-table-stacked > tbody > tr.bottom-row, .table.b-table.b-table-stacked > tbody > tr.top-row { display: none; } .table.b-table.b-table-stacked > tbody > tr > :first-child, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th { border-top-width: 3px; } .b-time { min-width: 150px; } .b-time[aria-disabled="true"] output, .b-time[aria-readonly="true"] output, .b-time output.disabled { background-color: #e9ecef; opacity: 1; } .b-time[aria-disabled="true"] output { pointer-events: none; } [dir="rtl"] .b-time > .d-flex:not(.flex-column) { flex-direction: row-reverse; } .b-time .b-time-header { margin-bottom: 0.5rem; } .b-time .b-time-header output { padding: 0.25rem; font-size: 80%; } .b-time .b-time-footer { margin-top: 0.5rem; } .b-time .b-time-ampm { margin-left: 0.5rem; } .b-toast { display: block; position: relative; max-width: 350px; -webkit-backface-visibility: hidden; backface-visibility: hidden; background-clip: padding-box; z-index: 1; border-radius: 0.25rem; } .b-toast .toast { background-color: hsla(0, 0%, 100%, 0.85); } .b-toast:not(:last-child) { margin-bottom: 0.75rem; } .b-toast.b-toast-solid .toast { background-color: #fff; } .b-toast .toast { opacity: 1; } .b-toast .toast.fade:not(.show) { opacity: 0; } .b-toast .toast .toast-body { display: block; } .b-toast-primary .toast { background-color: rgba(230, 242, 255, 0.85); border-color: rgba(184, 218, 255, 0.85); color: #004085; } .b-toast-primary .toast .toast-header { color: #004085; background-color: rgba(204, 229, 255, 0.85); border-bottom-color: rgba(184, 218, 255, 0.85); } .b-toast-primary.b-toast-solid .toast { background-color: #e6f2ff; } .b-toast-secondary .toast { background-color: rgba(239, 240, 241, 0.85); border-color: rgba(214, 216, 219, 0.85); color: #383d41; } .b-toast-secondary .toast .toast-header { color: #383d41; background-color: rgba(226, 227, 229, 0.85); border-bottom-color: rgba(214, 216, 219, 0.85); } .b-toast-secondary.b-toast-solid .toast { background-color: #eff0f1; } .b-toast-success .toast { background-color: rgba(230, 245, 233, 0.85); border-color: rgba(195, 230, 203, 0.85); color: #155724; } .b-toast-success .toast .toast-header { color: #155724; background-color: rgba(212, 237, 218, 0.85); border-bottom-color: rgba(195, 230, 203, 0.85); } .b-toast-success.b-toast-solid .toast { background-color: #e6f5e9; } .b-toast-info .toast { background-color: rgba(229, 244, 247, 0.85); border-color: rgba(190, 229, 235, 0.85); color: #0c5460; } .b-toast-info .toast .toast-header { color: #0c5460; background-color: rgba(209, 236, 241, 0.85); border-bottom-color: rgba(190, 229, 235, 0.85); } .b-toast-info.b-toast-solid .toast { background-color: #e5f4f7; } .b-toast-warning .toast { background-color: rgba(255, 249, 231, 0.85); border-color: rgba(255, 238, 186, 0.85); color: #856404; } .b-toast-warning .toast .toast-header { color: #856404; background-color: rgba(255, 243, 205, 0.85); border-bottom-color: rgba(255, 238, 186, 0.85); } .b-toast-warning.b-toast-solid .toast { background-color: #fff9e7; } .b-toast-danger .toast { background-color: rgba(252, 237, 238, 0.85); border-color: rgba(245, 198, 203, 0.85); color: #721c24; } .b-toast-danger .toast .toast-header { color: #721c24; background-color: rgba(248, 215, 218, 0.85); border-bottom-color: rgba(245, 198, 203, 0.85); } .b-toast-danger.b-toast-solid .toast { background-color: #fcedee; } .b-toast-light .toast { background-color: hsla(0, 0%, 100%, 0.85); border-color: rgba(253, 253, 254, 0.85); color: #818182; } .b-toast-light .toast .toast-header { color: #818182; background-color: hsla(0, 0%, 99.6%, 0.85); border-bottom-color: rgba(253, 253, 254, 0.85); } .b-toast-light.b-toast-solid .toast { background-color: #fff; } .b-toast-dark .toast { background-color: rgba(227, 229, 229, 0.85); border-color: rgba(198, 200, 202, 0.85); color: #1b1e21; } .b-toast-dark .toast .toast-header { color: #1b1e21; background-color: rgba(214, 216, 217, 0.85); border-bottom-color: rgba(198, 200, 202, 0.85); } .b-toast-dark.b-toast-solid .toast { background-color: #e3e5e5; } .b-toaster { z-index: 1100; } .b-toaster .b-toaster-slot { position: relative; display: block; } .b-toaster .b-toaster-slot:empty { display: none !important; } .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right, .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right { position: fixed; left: 0.5rem; right: 0.5rem; margin: 0; padding: 0; height: 0; overflow: visible; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { position: absolute; max-width: 350px; width: 100%; left: 0; right: 0; padding: 0; margin: 0; } .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-bottom-full .b-toaster-slot .toast, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot .b-toast, .b-toaster.b-toaster-top-full .b-toaster-slot .toast { width: 100%; max-width: 100%; } .b-toaster.b-toaster-top-center, .b-toaster.b-toaster-top-full, .b-toaster.b-toaster-top-left, .b-toaster.b-toaster-top-right { top: 0; } .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-full .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { top: 0.5rem; } .b-toaster.b-toaster-bottom-center, .b-toaster.b-toaster-bottom-full, .b-toaster.b-toaster-bottom-left, .b-toaster.b-toaster-bottom-right { bottom: 0; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-full .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot { bottom: 0.5rem; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-right .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-right .b-toaster-slot { margin-left: auto; } .b-toaster.b-toaster-bottom-center .b-toaster-slot, .b-toaster.b-toaster-bottom-left .b-toaster-slot, .b-toaster.b-toaster-top-center .b-toaster-slot, .b-toaster.b-toaster-top-left .b-toaster-slot { margin-right: auto; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-move { transition: transform 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade { transition-delay: 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active { position: absolute; transition-delay: 0.175s; } .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade { transition-delay: 0s; } .tooltip.b-tooltip { display: block; opacity: 0.9; outline: 0; } .tooltip.b-tooltip.fade:not(.show) { opacity: 0; } .tooltip.b-tooltip.show { opacity: 0.9; } .tooltip.b-tooltip.noninteractive { pointer-events: none; } .tooltip.b-tooltip .arrow { margin: 0 0.25rem; } .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, .tooltip.b-tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, .tooltip.b-tooltip.bs-tooltip-left .arrow, .tooltip.b-tooltip.bs-tooltip-right .arrow { margin: 0.25rem 0; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-top .arrow:before { border-top-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-right .arrow:before { border-right-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow:before { border-bottom-color: #007bff; } .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-primary.bs-tooltip-left .arrow:before { border-left-color: #007bff; } .tooltip.b-tooltip-primary .tooltip-inner { color: #fff; background-color: #007bff; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow:before { border-top-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow:before { border-right-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow:before { border-bottom-color: #6c757d; } .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow:before { border-left-color: #6c757d; } .tooltip.b-tooltip-secondary .tooltip-inner { color: #fff; background-color: #6c757d; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-top .arrow:before { border-top-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-right .arrow:before { border-right-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow:before { border-bottom-color: #28a745; } .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-success.bs-tooltip-left .arrow:before { border-left-color: #28a745; } .tooltip.b-tooltip-success .tooltip-inner { color: #fff; background-color: #28a745; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-top .arrow:before { border-top-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-right .arrow:before { border-right-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow:before { border-bottom-color: #17a2b8; } .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-info.bs-tooltip-left .arrow:before { border-left-color: #17a2b8; } .tooltip.b-tooltip-info .tooltip-inner { color: #fff; background-color: #17a2b8; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-top .arrow:before { border-top-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-right .arrow:before { border-right-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow:before { border-bottom-color: #ffc107; } .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-warning.bs-tooltip-left .arrow:before { border-left-color: #ffc107; } .tooltip.b-tooltip-warning .tooltip-inner { color: #212529; background-color: #ffc107; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-top .arrow:before { border-top-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-right .arrow:before { border-right-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow:before { border-bottom-color: #dc3545; } .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-danger.bs-tooltip-left .arrow:before { border-left-color: #dc3545; } .tooltip.b-tooltip-danger .tooltip-inner { color: #fff; background-color: #dc3545; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-top .arrow:before { border-top-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-right .arrow:before { border-right-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow:before { border-bottom-color: #f8f9fa; } .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-light.bs-tooltip-left .arrow:before { border-left-color: #f8f9fa; } .tooltip.b-tooltip-light .tooltip-inner { color: #212529; background-color: #f8f9fa; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-top .arrow:before { border-top-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-right .arrow:before { border-right-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow:before { border-bottom-color: #343a40; } .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow:before, .tooltip.b-tooltip-dark.bs-tooltip-left .arrow:before { border-left-color: #343a40; } .tooltip.b-tooltip-dark .tooltip-inner { color: #fff; background-color: #343a40; } .b-icon.bi { display: inline-block; overflow: visible; vertical-align: -0.15em; } .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { transform-origin: center; -webkit-animation: b-icon-animation-cylon 0.75s ease-in-out infinite alternate; animation: b-icon-animation-cylon 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-cylon, .b-icon.b-iconstack .b-icon-animation-cylon > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { transform-origin: center; -webkit-animation: b-icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate; animation: b-icon-animation-cylon-vertical 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-cylon-vertical, .b-icon.b-iconstack .b-icon-animation-cylon-vertical > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { transform-origin: center; -webkit-animation: b-icon-animation-fade 0.75s ease-in-out infinite alternate; animation: b-icon-animation-fade 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-fade, .b-icon.b-iconstack .b-icon-animation-fade > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { transform-origin: center; -webkit-animation: b-icon-animation-spin 2s linear infinite normal; animation: b-icon-animation-spin 2s linear infinite normal; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin, .b-icon.b-iconstack .b-icon-animation-spin > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { transform-origin: center; animation: b-icon-animation-spin 2s linear infinite reverse; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-reverse, .b-icon.b-iconstack .b-icon-animation-spin-reverse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { transform-origin: center; -webkit-animation: b-icon-animation-spin 1s steps(8) infinite normal; animation: b-icon-animation-spin 1s steps(8) infinite normal; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-pulse, .b-icon.b-iconstack .b-icon-animation-spin-pulse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { transform-origin: center; animation: b-icon-animation-spin 1s steps(8) infinite reverse; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-spin-reverse-pulse, .b-icon.b-iconstack .b-icon-animation-spin-reverse-pulse > g { -webkit-animation: none; animation: none; } } .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { transform-origin: center; -webkit-animation: b-icon-animation-throb 0.75s ease-in-out infinite alternate; animation: b-icon-animation-throb 0.75s ease-in-out infinite alternate; } @media (prefers-reduced-motion: reduce) { .b-icon.b-icon-animation-throb, .b-icon.b-iconstack .b-icon-animation-throb > g { -webkit-animation: none; animation: none; } } @-webkit-keyframes b-icon-animation-cylon { 0% { transform: translateX(-25%); } to { transform: translateX(25%); } } @keyframes b-icon-animation-cylon { 0% { transform: translateX(-25%); } to { transform: translateX(25%); } } @-webkit-keyframes b-icon-animation-cylon-vertical { 0% { transform: translateY(25%); } to { transform: translateY(-25%); } } @keyframes b-icon-animation-cylon-vertical { 0% { transform: translateY(25%); } to { transform: translateY(-25%); } } @-webkit-keyframes b-icon-animation-fade { 0% { opacity: 0.1; } to { opacity: 1; } } @keyframes b-icon-animation-fade { 0% { opacity: 0.1; } to { opacity: 1; } } @-webkit-keyframes b-icon-animation-spin { 0% { transform: rotate(0deg); } to { transform: rotate(359deg); } } @keyframes b-icon-animation-spin { 0% { transform: rotate(0deg); } to { transform: rotate(359deg); } } @-webkit-keyframes b-icon-animation-throb { 0% { opacity: 0.5; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } } @keyframes b-icon-animation-throb { 0% { opacity: 0.5; transform: scale(0.5); } to { opacity: 1; transform: scale(1); } } .btn .b-icon.bi, .dropdown-item .b-icon.bi, .dropdown-toggle .b-icon.bi, .input-group-text .b-icon.bi, .nav-link .b-icon.bi { font-size: 125%; vertical-align: text-bottom; } @font-face { font-family: "roboto-black"; src: url(/../fonts/Roboto-Black.1224b64.ttf); } @font-face { font-family: "roboto-regular"; src: url(../fonts/Roboto-Regular.03523cf.ttf); } @font-face { font-family: "roboto-light"; src: url(../fonts/Roboto-Light.0cea398.ttf); } @font-face { font-family: "amanise"; src: url(../fonts/Amanise.f73e260.ttf); } @font-face { font-family: "honey-carrot"; src: url(../fonts/Honey-Carrot.5d786cf.ttf); } @font-face { font-family: "brittney-signature"; src: url("../fonts/Brittney Signature.80881c0.ttf"); } @font-face { font-family: "julietta-messie"; src: url(../fonts/Julietta-Messie.9602406.otf); } @font-face { font-family: "malatan"; src: url(../fonts/malatan.d7422f1.ttf); } @font-face { font-family: "maxcellent"; src: url(../fonts/maxcellent.1a85346.ttf); } @font-face { font-family: "salty"; src: url(../fonts/salty.1e386ee.ttf); } @font-face { font-family: "twinkle"; src: url(../fonts/twinkle.5439246.ttf); } @font-face { font-family: "meylina"; src: url(../fonts/Meylina_DEMO.618ead9.ttf); } @font-face { font-family: "billy_signature"; src: url(../fonts/billy_signature.342ac43.ttf); } @font-face { font-family: "rosemary_jasmine"; src: url(../fonts/Rosemary-Jasmine.76fcb97.ttf); } @font-face { font-family: "halimun"; src: url(../fonts/Halimun-W7jn.d49fc08.ttf); } @font-face { font-family: "richard_hamilton"; src: url(../fonts/Richard-Hamilton.2a56f5a.ttf); } @font-face { font-family: "bebas_neu"; src: url(../fonts/bebas_neu.c501e16.ttf); } @font-face { font-family: "comforta"; src: url(../fonts/comforta.c6eb380.ttf); } @font-face { font-family: "slim_summer"; src: url(../fonts/slim_summer.e8efb1e.otf); } @font-face { font-family: "old_types"; src: url(../fonts/old_types.db3851a.ttf); } @font-face { font-family: "javassoul"; src: url(../fonts/javassoul.8fa36a0.ttf); } #coupleProfile h4 { font-size: 2rem; } .font-rosemary_jasmine-title #coupleProfile h4 { font-size: 3.4rem; line-height: 0.5; } .font-rosemary_jasmine-title #countdown li span b { font-size: 5rem; line-height: 0.5; } .font-rosemary_jasmine-title .content-layout section h1 { font-size: 4.3rem; line-height: 0.5; } .font-rosemary_jasmine-title h1 { font-family: "rosemary_jasmine"; font-size: 4.3rem; line-height: 0.5 !important; } .font-rosemary_jasmine-title h4.premium-title { font-family: "rosemary_jasmine" !important; font-size: 30px; } .font-honey-carrot-title h1 { font-family: "honey-carrot"; } .font-honey-carrot-title h4.premium-title { font-family: "honey-carrot" !important; font-size: 30px; } .font-javassoul-title h1 { font-family: "javassoul"; } .font-javassoul-title h4.premium-title { font-family: "javassoul" !important; font-size: 30px; } .font-julietta-messie-title h1 { font-family: "julietta-messie"; } .font-julietta-messie-title h4.premium-title { font-family: "julietta-messie" !important; font-size: 30px; } .font-brittney-signature-title h1 { font-family: "brittney-signature"; font-size: 5rem !important; line-height: 0.8 !important; } .font-brittney-signature-title h4.premium-title { font-family: "brittney-signature" !important; font-size: 40px; } .font-brittney-signature-title #coupleProfile h4 { font-size: 3rem; } .font-richard_hamilton-title h1 { font-family: "richard_hamilton"; font-size: 38px !important; } .font-richard_hamilton-title h4.premium-title { font-family: "richard_hamilton" !important; font-size: 38px; } .font-richard_hamilton-title #coupleProfile h4 { font-size: 32px; } .font-comforta-title h1 { font-family: "comforta"; font-size: 35px !important; letter-spacing: -2px; } .font-comforta-title h4.premium-title { font-family: "comforta" !important; font-size: 35px; } .font-comforta-title #coupleProfile h4 { font-size: 28px; } .font-bebas_neu-title h1 { font-family: "bebas_neu"; font-size: 40px !important; } .font-bebas_neu-title h4.premium-title { font-family: "bebas_neu" !important; font-size: 40px; } .font-bebas_neu-title #coupleProfile h4 { font-size: 32px; } .font-halimun-title h1 { font-family: "halimun"; font-size: 28px !important; } .font-halimun-title h4.premium-title { font-family: "halimun" !important; font-size: 28px; } .font-halimun-title #coupleProfile h4 { font-size: 22px; } .font-meylina-title h1 { font-family: "meylina"; } .font-meylina-title h4.premium-title { font-family: "meylina" !important; font-size: 30px; } section .title-text { padding-left: 10%; padding-right: 10%; } .font-malatan-title h1 { font-family: "malatan"; } .font-malatan-title h4.premium-title { font-family: "malatan" !important; font-size: 30px; } .item-rundown a { margin-top: 15px; } .font-maxcellent-title h1 { font-family: "maxcellent"; } .font-maxcellent-title section h1 { font-size: 2.7rem; } .font-maxcellent-title #welcome h1 { font-size: 2.7rem !important; } .font-maxcellent-title h4.premium-title { font-family: "maxcellent" !important; font-size: 30px; } .font-salty-title h1 { font-family: "salty"; line-height: 0.8 !important; } .font-salty-title h4.premium-title { font-family: "salty" !important; font-size: 30px; } .font-twinkle-title h1 { font-family: "twinkle"; line-height: 0.8 !important; } .font-twinkle-title h4.premium-title { font-family: "twinkle" !important; font-size: 30px; } .font-amanise-title h1 { font-family: "amanise"; } .font-amanise-title h4.premium-title { font-family: "amanise" !important; font-size: 30px; } .font-billy_signature-title h1 { font-family: "billy_signature"; } .font-billy_signature-title section h1 { font-size: 3rem; } .font-billy_signature-title #welcome h1 { font-size: 2.7rem !important; } .font-old_types-title h1 { font-family: "old_types"; } .font-old_types-title section h1 { font-size: 2.7rem; } .font-old_types-title #welcome h1 { font-size: 3rem !important; } .font-slim_summer-title h1 { font-family: "slim_summer"; } b, strong { font-family: "roboto-black"; } h1, h2, h3, h4 { font-family: "roboto-regular"; } p { font-family: "roboto-light"; } html { overflow-x: hidden; } img { max-width: 100%; } .setting-wrapper input[type="color"] { width: 100px; } .setting-wrapper #accordion-6 .b-form-tag > button.b-form-tag-remove { font-size: 11px; } .setting-wrapper #accordion-6 .form-control-sm .b-form-tag { margin-bottom: 3px; align-items: flex-start !important; text-align: left; display: flex !important; } .setting-wrapper #accordion-6 .text-truncate { font-size: 11px; white-space: pre-wrap; } .back-home { width: 100%; vertical-align: middle; background: #fff; color: #2d2d2d; } .back-home a { color: #2d2d2d; text-decoration: none; } .back-home .b-icon.bi { vertical-align: 0.1em; } .back-home h4 { font-weight: 900; color: #2d2d2d; display: inline; letter-spacing: -1px; } .back-home h4 span { color: #f63854; } .font-list { padding-left: 0; max-height: 300px; overflow: auto; overflow-x: hidden; } .font-list li { list-style: none; } .dekorasi-wrap { max-height: 400px; overflow: auto; overflow-x: hidden; padding: 20px; } .dekorasi-wrap .col-4 { padding-left: 5px; padding-right: 5px; } .item-preview-admin { display: inline-block; margin-top: 10px; } .item-preview-admin.active { border: 3px solid #f63854; } .full-height { height: 100vh; } .text-center { text-align: center; } .layout-center { width: 100vw; height: 100vh; display: flex; align-items: center; flex-direction: column; justify-content: center; } .form-center { width: 80%; max-width: 400px; } .flying-alert { position: fixed; z-index: 99999; left: 0; top: 0; padding: 20px; } .m-pad { padding-left: 20px; padding-right: 20px; } .cover { float: left; width: 100%; position: relative; } .add-shadow { box-shadow: 0 0 13px 1px rgba(184, 180, 184, 0.5); } audio { height: 37px; } .ui.selection.dropdown { border: 1px solid rgba(81, 93, 105, 0.35); } .ui.default.dropdown:not(.button) > .text, .ui.dropdown:not(.button) > .default.text { color: #777373; } .padding-balance { padding-left: 10%; padding-right: 10%; } .col-pad-right { padding-right: 10px; } .col-pad-left { padding-left: 10px; } .content-layout section h1 { font-size: 3rem; margin-bottom: 30px; } .no-scroll { width: 100vw; height: 100vh; overflow: hidden; } .hide { opacity: 0; } .google-maps { position: relative; padding-bottom: 100%; background: #eee; height: 0; overflow: hidden; margin-bottom: 30px; } .google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; } .avatar-item { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; text-align: center; } .darkMode, .darkMode .content-layout, .darkMode .modal-content { background-color: #2d2d2d; } .darkMode .modal-title { color: #fff; } .darkMode .modal-header { border-color: #1f1e1e; } .darkMode .close { color: #fff; } .darkMode .add-shadow { box-shadow: 0 0 13px 1px rgba(29, 29, 29, 0.5); } .darkMode .custom-control-label:before, .darkMode .custom-file-label, .darkMode .form-control { background-color: #292929; border-color: #1f1e1e; } .darkMode .col-form-label, .darkMode .custom-control-label { color: #fff; } .darkMode .custom-file-label:after { background-color: #1f1f1f; color: #89898a; } .total-owl { text-align: center; margin-top: 85px; margin-bottom: 40px; } .total-owl span { font-size: 30px; color: #f36b7f; display: inline-block; width: 100%; } .content-layout #footer { padding-bottom: 60px; } .content-layout .custom-control-label:before, .content-layout .custom-file-label, .content-layout .form-control { background-color: hsla(0, 0%, 100%, 0.1); border-color: rgba(0, 0, 0, 0.1); } .content-layout .custom-file-label:after { background-color: hsla(0, 0%, 100%, 0.5); } .content-layout .alert { border-width: 3px; } .content-layout .btn.btn-outline-primary:hover { background: none; } #dataWrap { max-width: 700px; } @media only screen and (min-width: 1024px) { ::-webkit-scrollbar { width: 4px; } ::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.2); } ::-webkit-scrollbar-thumb { background: #888; } ::-webkit-scrollbar-thumb:hover { background: #555; } } @media only screen and (max-width: 400px) { .preview-container { position: fixed; top: 0; left: 0; width: 100vw; z-index: 999; height: 100vh; } .preview-container .device-wrap { display: none; } .preview-container .preview-wrapper { height: 100% !important; } .preview-container .mobile.main-page { transform: scale(1) !important; width: 100vw !important; height: 100vh !important; } } .change-url { display: flex; font-size: 12px; vertical-align: baseline; margin-bottom: 20px; padding: 15px; background: #e8e8e8; border-radius: 10px; } .change-url span { vertical-align: baseline; line-height: 2; } .change-url button { font-size: 12px; padding: 1px 5px; } .change-url input { width: 100px; background-color: transparent; border: none; border-bottom: 1px solid #292929; } .change-url input:focus { outline: none; } .pamflet-wrapper { background-color: #fff; text-align: center; padding: 40px 20px; } .pamflet-wrapper canvas { width: 200px !important; height: 200px !important; } .pamflet-wrapper h1, .pamflet-wrapper h3 { text-align: center; } .pamflet-wrapper#checkin-pamflet h1 { color: green; font-weight: 900; } .pamflet-wrapper#checkout-pamflet h1 { color: red; font-weight: 900; } .pamflet-wrapper .link-pamflet { font-size: 12px; } .pamflet-wrapper .info-pamflet { margin-top: 20px; } .pamflet-wrapper.to-print { opacity: 0; width: 1024px; height: 1024px; display: flex; justify-content: center; align-items: center; flex-direction: column; } .pamflet-wrapper.to-print h1 { font-size: 4rem; } .pamflet-wrapper.to-print h3 { font-size: 3rem; } .pamflet-wrapper.to-print p { font-size: 2rem; } .pamflet-wrapper.to-print p.link-pamflet { font-size: 1.5rem; } .pamflet-wrapper.to-print canvas { width: 500px !important; height: 500px !important; } .section-form .form-group label { font-size: 12px; } .music-list-wrap { height: 300px; overflow: auto; overflow-x: hidden; } .img-preview { margin-bottom: 15px; margin-top: 15px; } .img-preview.galleries { max-height: 300px; overflow: auto; } .img-preview .progress { margin-bottom: 15px; } .img-preview img { max-width: 100%; width: 100%; height: auto; } .shinny { position: absolute; top: -50%; left: -50%; z-index: -9; display: block; height: 200%; width: 200%; transform: rotate(-45deg); overflow: hidden; background: linear-gradient( 90deg, #fff 20%, #fff 40%, #eee 50%, #eee 55%, #fff 70%, #fff ); background-size: 200% auto; -webkit-animation: shine 3s ease-in infinite; animation: shine 3s ease-in infinite; } @-webkit-keyframes shine { to { background-position: 200%; } } @keyframes shine { to { background-position: 200%; } } .btn-owl { position: relative; display: inline-block; cursor: pointer; outline: none; border: 0; vertical-align: middle; text-decoration: none; font-size: inherit; font-family: inherit; } .btn-owl.learn-more { font-weight: 600; color: #382b22; padding: 10px 20px; background: #fff0f0; border: 2px solid #b18597; border-radius: 0.75em; transform-style: preserve-3d; transition: transform 0.15s ease-out, background 0.15s ease-out; } .btn-owl.learn-more.small { padding: 5px 15px; font-size: 12px; } .btn-owl.learn-more.small:before { transform: translate3d(0, 0.5em, -1em); } .btn-owl.learn-more.small:hover { transform: translateY(0.35em); } .btn-owl.learn-more.small:hover:before { transform: translate3d(0, 0.3em, -1em); } .btn-owl.learn-more.small:active { transform: translateY(0.75em); } .btn-owl.learn-more.small:active:before { box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2; transform: translateZ(-1em); } .btn-owl.learn-more.green { background: #cef6e0; border: 2px solid #007c21; } .btn-owl.learn-more.green:before { background: #49ab72; box-shadow: 0 0 0 2px #007c21, 0 0.625em 0 0 #b4f8d3; } .btn-owl.learn-more.green:hover { background: #3edc81; } .btn-owl.learn-more.green:hover:before { box-shadow: 0 0 0 2px #007c21, 0 0.5em 0 0 #b4f8d3; } .btn-owl.learn-more.green:active { background: #3edc81; } .btn-owl.learn-more.green:active:before { box-shadow: 0 0 0 2px #007c21, 0 0.5em 0 0 #b4f8d3; } .btn-owl.learn-more.blue { background: #d1eef6; border: 2px solid #1297e0; } .btn-owl.learn-more.blue:before { background: #22a7f0; box-shadow: 0 0 0 2px #1297e0, 0 0.625em 0 0 #c0f1ff; } .btn-owl.learn-more.blue:hover { background: #19b5fe; } .btn-owl.learn-more.blue:hover:before { box-shadow: 0 0 0 2px #1297e0, 0 0.5em 0 0 #c0f1ff; } .btn-owl.learn-more.blue:active { background: #19b5fe; } .btn-owl.learn-more.blue:active:before { box-shadow: 0 0 0 2px #1297e0, 0 0.5em 0 0 #c0f1ff; } .btn-owl.learn-more.black { background: #e9ecf0; border: 2px solid #8c9aa9; } .btn-owl.learn-more.black:before { background: #9caab9; box-shadow: 0 0 0 2px #8c9aa9, 0 0.625em 0 0 #ced8e2; } .btn-owl.learn-more.black:hover { background: #acbac9; } .btn-owl.learn-more.black:hover:before { box-shadow: 0 0 0 2px #8c9aa9, 0 0.5em 0 0 #ced8e2; } .btn-owl.learn-more.black:active { background: #acbac9; } .btn-owl.learn-more.black:active:before { box-shadow: 0 0 0 2px #8c9aa9, 0 0.5em 0 0 #ced8e2; } .btn-owl.learn-more:before { position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: #f9c4d2; border-radius: inherit; box-shadow: 0 0 0 2px #b18597, 0 0.625em 0 0 #ffe3e2; transform: translate3d(0, 0.75em, -1em); transition: transform 0.15s ease-out, box-shadow 0.15s ease-out; } .btn-owl.learn-more:hover { background: #ffe9e9; transform: translateY(0.25em); } .btn-owl.learn-more:hover:before { box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2; transform: translate3d(0, 0.5em, -1em); } .btn-owl.learn-more:active { background: #ffe9e9; transform: translateY(0.75em); } .btn-owl.learn-more:active:before { box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2; transform: translateZ(-1em); } .instagram-profil { font-weight: 900; } .b-form-tag { font-size: 12px; line-height: inherit !important; margin-bottom: 3px; white-space: inherit !important; } .b-form-tag .text-truncate { white-space: inherit !important; text-align: left; } .croppie-container { width: 100%; height: 100%; } .croppie-container .cr-image { z-index: -1; position: absolute; top: 0; left: 0; transform-origin: 0 0; max-height: none; max-width: none; } .croppie-container .cr-boundary { position: relative; overflow: hidden; margin: 0 auto; z-index: 1; width: 100%; height: 100%; } .croppie-container .cr-resizer, .croppie-container .cr-viewport { position: absolute; border: 2px solid #fff; margin: auto; top: 0; bottom: 0; right: 0; left: 0; box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.5); z-index: 0; } .croppie-container .cr-resizer { z-index: 2; box-shadow: none; pointer-events: none; } .croppie-container .cr-resizer-horisontal, .croppie-container .cr-resizer-vertical { position: absolute; pointer-events: all; } .croppie-container .cr-resizer-horisontal:after, .croppie-container .cr-resizer-vertical:after { display: block; position: absolute; box-sizing: border-box; border: 1px solid #000; background: #fff; width: 10px; height: 10px; content: ""; } .croppie-container .cr-resizer-vertical { bottom: -5px; cursor: row-resize; width: 100%; height: 10px; } .croppie-container .cr-resizer-vertical:after { left: 50%; margin-left: -5px; } .croppie-container .cr-resizer-horisontal { right: -5px; cursor: col-resize; width: 10px; height: 100%; } .croppie-container .cr-resizer-horisontal:after { top: 50%; margin-top: -5px; } .croppie-container .cr-original-image { display: none; } .croppie-container .cr-vp-circle { border-radius: 50%; } .croppie-container .cr-overlay { z-index: 1; position: absolute; cursor: move; touch-action: none; } .croppie-container .cr-slider-wrap { width: 75%; margin: 15px auto; text-align: center; } .croppie-result { position: relative; overflow: hidden; } .croppie-result img { position: absolute; } .croppie-container .cr-image, .croppie-container .cr-overlay, .croppie-container .cr-viewport { transform: translateZ(0); } .cr-slider { -webkit-appearance: none; width: 300px; max-width: 100%; padding-top: 8px; padding-bottom: 8px; background-color: transparent; } .cr-slider::-webkit-slider-runnable-track { width: 100%; height: 3px; background: rgba(0, 0, 0, 0.5); border: 0; border-radius: 3px; } .cr-slider::-webkit-slider-thumb { -webkit-appearance: none; border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: -6px; } .cr-slider:focus { outline: none; } .cr-slider::-moz-range-track { width: 100%; height: 3px; background: rgba(0, 0, 0, 0.5); border: 0; border-radius: 3px; } .cr-slider::-moz-range-thumb { border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: -6px; } .cr-slider:-moz-focusring { outline: 1px solid #fff; outline-offset: -1px; } .cr-slider::-ms-track { width: 100%; height: 5px; background: transparent; border-color: transparent; border-width: 6px 0; color: transparent; } .cr-slider::-ms-fill-lower, .cr-slider::-ms-fill-upper { background: rgba(0, 0, 0, 0.5); border-radius: 10px; } .cr-slider::-ms-thumb { border: none; height: 16px; width: 16px; border-radius: 50%; background: #ddd; margin-top: 1px; } .cr-slider:focus::-ms-fill-lower, .cr-slider:focus::-ms-fill-upper { background: rgba(0, 0, 0, 0.5); } .cr-rotate-controls { position: absolute; bottom: 5px; left: 5px; z-index: 1; } .cr-rotate-controls button { border: 0; background: none; } .cr-rotate-controls i:before { display: inline-block; font-style: normal; font-weight: 900; font-size: 22px; } .cr-rotate-l i:before { content: "↺"; } .cr-rotate-r i:before { content: "↻"; } .nuxt-progress { position: fixed; top: 0; left: 0; right: 0; height: 2px; width: 0; opacity: 1; transition: width 0.1s, opacity 0.4s; background-color: #000; z-index: 999999; } .nuxt-progress.nuxt-progress-notransition { transition: none; } .nuxt-progress-failed { background-color: red; } html { font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 16px; word-spacing: 1px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; box-sizing: border-box; } *, :after, :before { box-sizing: border-box; margin: 0; } .button--green { display: inline-block; border-radius: 4px; border: 1px solid #3b8070; color: #3b8070; text-decoration: none; padding: 10px 30px; } .button--green:hover { color: #fff; background-color: #3b8070; } .button--grey { display: inline-block; border-radius: 4px; border: 1px solid #35495e; color: #35495e; text-decoration: none; padding: 10px 30px; margin-left: 15px; } .button--grey:hover { color: #fff; background-color: #35495e; } .dummy-mode[data-v-0fad4f82] { position: fixed; z-index: 99; background: rgba(0, 0, 0, 0.3); padding: 5px 15px; color: #fff; border-radius: 50px; left: 10px; top: 10px; font-size: 10px; } .preview-badge[data-v-0fad4f82] { text-align: center; position: fixed; align-items: center; top: 0; left: 0; width: 100%; display: flex; justify-items: center; flex-direction: row; height: 100vh; padding: 30px; background-color: rgba(0, 0, 0, 0.9); color: #fff; z-index: 9999; } #main-wrap[data-v-0fad4f82] { overflow-x: hidden; } #main-wrap .darkMode[data-v-0fad4f82] { background-color: #2d2d2d; } .setting-menu[data-v-0fad4f82] { position: fixed; color: #fff; z-index: 99999; left: 15px; top: 15px; } .setting-menu a[data-v-0fad4f82] { color: #fff; padding: 15px 20px; border-radius: 50px; background-color: rgba(0, 0, 0, 0.4); display: block; text-decoration: none; } .load-page[data-v-0fad4f82] { width: 100vw; height: 100vh; z-index: 9999; position: fixed; } .load-page .b-overlay-wrap[data-v-0fad4f82] { height: 100%; } .layout_style2 #welcome { position: relative; z-index: 9; } #wrapperUndangan[data-v-c647b94a] { display: flex; } #wrapperUndangan .separatorQuotes[data-v-c647b94a] { position: relative; width: 100%; background-size: cover; background-position: 50% 50%; } #wrapperUndangan .separatorQuotes .overlay-image-separator[data-v-c647b94a] { position: absolute; z-index: 99; width: 100%; height: 100%; left: 0; top: 0; background: #fff; background: linear-gradient( 180deg, transparent 0, transparent 40%, rgba(0, 0, 0, 0.4) ); } #wrapperUndangan .separatorQuotes .overlay-image-separator .text-overlay[data-v-c647b94a] { position: absolute; bottom: 10%; left: 10%; } #wrapperUndangan .separatorQuotes .overlay-image-separator h1[data-v-c647b94a] { color: #fff; font-size: 5rem; line-height: 5.5rem; } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container[data-v-c647b94a] { width: 100%; height: 100%; overflow: hidden; } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a] { border-radius: 50%; } @-webkit-keyframes particle-animation-1-data-v-c647b94a { to { transform: translate3d(32vw, 68vh, 54px); } } @keyframes particle-animation-1-data-v-c647b94a { to { transform: translate3d(32vw, 68vh, 54px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:first-child { -webkit-animation: particle-animation-1-data-v-c647b94a 60s infinite; animation: particle-animation-1-data-v-c647b94a 60s infinite; opacity: 0.63; height: 6px; width: 6px; -webkit-animation-delay: -0.5s; animation-delay: -0.5s; transform: translate3d(73vw, 42vh, 39px); background: #fff; } @-webkit-keyframes particle-animation-2-data-v-c647b94a { to { transform: translate3d(76vw, 80vh, 81px); } } @keyframes particle-animation-2-data-v-c647b94a { to { transform: translate3d(76vw, 80vh, 81px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(2) { -webkit-animation: particle-animation-2-data-v-c647b94a 60s infinite; animation: particle-animation-2-data-v-c647b94a 60s infinite; opacity: 0.86; height: 7px; width: 7px; -webkit-animation-delay: -1s; animation-delay: -1s; transform: translate3d(46vw, 83vh, 14px); background: #fff; } @-webkit-keyframes particle-animation-3-data-v-c647b94a { to { transform: translate3d(5vw, 53vh, 3px); } } @keyframes particle-animation-3-data-v-c647b94a { to { transform: translate3d(5vw, 53vh, 3px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(3) { -webkit-animation: particle-animation-3-data-v-c647b94a 60s infinite; animation: particle-animation-3-data-v-c647b94a 60s infinite; opacity: 1; height: 8px; width: 8px; -webkit-animation-delay: -1.5s; animation-delay: -1.5s; transform: translate3d(4vw, 88vh, 19px); background: #fff; } @-webkit-keyframes particle-animation-4-data-v-c647b94a { to { transform: translate3d(64vw, 34vh, 4px); } } @keyframes particle-animation-4-data-v-c647b94a { to { transform: translate3d(64vw, 34vh, 4px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(4) { -webkit-animation: particle-animation-4-data-v-c647b94a 60s infinite; animation: particle-animation-4-data-v-c647b94a 60s infinite; opacity: 0.25; height: 10px; width: 10px; -webkit-animation-delay: -2s; animation-delay: -2s; transform: translate3d(56vw, 67vh, 63px); background: #fff; } @-webkit-keyframes particle-animation-5-data-v-c647b94a { to { transform: translate3d(70vw, 86vh, 26px); } } @keyframes particle-animation-5-data-v-c647b94a { to { transform: translate3d(70vw, 86vh, 26px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(5) { -webkit-animation: particle-animation-5-data-v-c647b94a 60s infinite; animation: particle-animation-5-data-v-c647b94a 60s infinite; opacity: 0.51; height: 9px; width: 9px; -webkit-animation-delay: -2.5s; animation-delay: -2.5s; transform: translate3d(51vw, 8vh, 75px); background: #fff; } @-webkit-keyframes particle-animation-6-data-v-c647b94a { to { transform: translate3d(84vw, 40vh, 53px); } } @keyframes particle-animation-6-data-v-c647b94a { to { transform: translate3d(84vw, 40vh, 53px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(6) { -webkit-animation: particle-animation-6-data-v-c647b94a 60s infinite; animation: particle-animation-6-data-v-c647b94a 60s infinite; opacity: 0.05; height: 10px; width: 10px; -webkit-animation-delay: -3s; animation-delay: -3s; transform: translate3d(45vw, 83vh, 29px); background: #fff; } @-webkit-keyframes particle-animation-7-data-v-c647b94a { to { transform: translate3d(37vw, 61vh, 72px); } } @keyframes particle-animation-7-data-v-c647b94a { to { transform: translate3d(37vw, 61vh, 72px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(7) { -webkit-animation: particle-animation-7-data-v-c647b94a 60s infinite; animation: particle-animation-7-data-v-c647b94a 60s infinite; opacity: 0.11; height: 10px; width: 10px; -webkit-animation-delay: -3.5s; animation-delay: -3.5s; transform: translate3d(75vw, 51vh, 46px); background: #fff; } @-webkit-keyframes particle-animation-8-data-v-c647b94a { to { transform: translate3d(11vw, 19vh, 95px); } } @keyframes particle-animation-8-data-v-c647b94a { to { transform: translate3d(11vw, 19vh, 95px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(8) { -webkit-animation: particle-animation-8-data-v-c647b94a 60s infinite; animation: particle-animation-8-data-v-c647b94a 60s infinite; opacity: 0.87; height: 10px; width: 10px; -webkit-animation-delay: -4s; animation-delay: -4s; transform: translate3d(61vw, 70vh, 35px); background: #fff; } @-webkit-keyframes particle-animation-9-data-v-c647b94a { to { transform: translate3d(22vw, 23vh, 2px); } } @keyframes particle-animation-9-data-v-c647b94a { to { transform: translate3d(22vw, 23vh, 2px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(9) { -webkit-animation: particle-animation-9-data-v-c647b94a 60s infinite; animation: particle-animation-9-data-v-c647b94a 60s infinite; opacity: 0.15; height: 7px; width: 7px; -webkit-animation-delay: -4.5s; animation-delay: -4.5s; transform: translate3d(57vw, 55vh, 89px); background: #fff; } @-webkit-keyframes particle-animation-10-data-v-c647b94a { to { transform: translate3d(64vw, 11vh, 89px); } } @keyframes particle-animation-10-data-v-c647b94a { to { transform: translate3d(64vw, 11vh, 89px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(10) { -webkit-animation: particle-animation-10-data-v-c647b94a 60s infinite; animation: particle-animation-10-data-v-c647b94a 60s infinite; opacity: 0.69; height: 7px; width: 7px; -webkit-animation-delay: -5s; animation-delay: -5s; transform: translate3d(86vw, 89vh, 90px); background: #fff; } @-webkit-keyframes particle-animation-11-data-v-c647b94a { to { transform: translate3d(59vw, 14vh, 11px); } } @keyframes particle-animation-11-data-v-c647b94a { to { transform: translate3d(59vw, 14vh, 11px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(11) { -webkit-animation: particle-animation-11-data-v-c647b94a 60s infinite; animation: particle-animation-11-data-v-c647b94a 60s infinite; opacity: 0.39; height: 6px; width: 6px; -webkit-animation-delay: -5.5s; animation-delay: -5.5s; transform: translate3d(62vw, 90vh, 70px); background: #fff; } @-webkit-keyframes particle-animation-12-data-v-c647b94a { to { transform: translate3d(22vw, 3vh, 84px); } } @keyframes particle-animation-12-data-v-c647b94a { to { transform: translate3d(22vw, 3vh, 84px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(12) { -webkit-animation: particle-animation-12-data-v-c647b94a 60s infinite; animation: particle-animation-12-data-v-c647b94a 60s infinite; opacity: 0.3; height: 9px; width: 9px; -webkit-animation-delay: -6s; animation-delay: -6s; transform: translate3d(28vw, 10vh, 70px); background: #fff; } @-webkit-keyframes particle-animation-13-data-v-c647b94a { to { transform: translate3d(25vw, 88vh, 24px); } } @keyframes particle-animation-13-data-v-c647b94a { to { transform: translate3d(25vw, 88vh, 24px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(13) { -webkit-animation: particle-animation-13-data-v-c647b94a 60s infinite; animation: particle-animation-13-data-v-c647b94a 60s infinite; opacity: 0.89; height: 6px; width: 6px; -webkit-animation-delay: -6.5s; animation-delay: -6.5s; transform: translate3d(43vw, 19vh, 87px); background: #fff; } @-webkit-keyframes particle-animation-14-data-v-c647b94a { to { transform: translate3d(1vw, 6vh, 24px); } } @keyframes particle-animation-14-data-v-c647b94a { to { transform: translate3d(1vw, 6vh, 24px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(14) { -webkit-animation: particle-animation-14-data-v-c647b94a 60s infinite; animation: particle-animation-14-data-v-c647b94a 60s infinite; opacity: 0.5; height: 7px; width: 7px; -webkit-animation-delay: -7s; animation-delay: -7s; transform: translate3d(26vw, 35vh, 91px); background: #fff; } @-webkit-keyframes particle-animation-15-data-v-c647b94a { to { transform: translate3d(50vw, 11vh, 59px); } } @keyframes particle-animation-15-data-v-c647b94a { to { transform: translate3d(50vw, 11vh, 59px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(15) { -webkit-animation: particle-animation-15-data-v-c647b94a 60s infinite; animation: particle-animation-15-data-v-c647b94a 60s infinite; opacity: 0.9; height: 10px; width: 10px; -webkit-animation-delay: -7.5s; animation-delay: -7.5s; transform: translate3d(32vw, 56vh, 72px); background: #fff; } @-webkit-keyframes particle-animation-16-data-v-c647b94a { to { transform: translate3d(54vw, 56vh, 33px); } } @keyframes particle-animation-16-data-v-c647b94a { to { transform: translate3d(54vw, 56vh, 33px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(16) { -webkit-animation: particle-animation-16-data-v-c647b94a 60s infinite; animation: particle-animation-16-data-v-c647b94a 60s infinite; opacity: 0.21; height: 8px; width: 8px; -webkit-animation-delay: -8s; animation-delay: -8s; transform: translate3d(26vw, 5vh, 7px); background: #fff; } @-webkit-keyframes particle-animation-17-data-v-c647b94a { to { transform: translate3d(50vw, 28vh, 40px); } } @keyframes particle-animation-17-data-v-c647b94a { to { transform: translate3d(50vw, 28vh, 40px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(17) { -webkit-animation: particle-animation-17-data-v-c647b94a 60s infinite; animation: particle-animation-17-data-v-c647b94a 60s infinite; opacity: 0.38; height: 9px; width: 9px; -webkit-animation-delay: -8.5s; animation-delay: -8.5s; transform: translate3d(61vw, 72vh, 74px); background: #fff; } @-webkit-keyframes particle-animation-18-data-v-c647b94a { to { transform: translate3d(9vw, 38vh, 39px); } } @keyframes particle-animation-18-data-v-c647b94a { to { transform: translate3d(9vw, 38vh, 39px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(18) { -webkit-animation: particle-animation-18-data-v-c647b94a 60s infinite; animation: particle-animation-18-data-v-c647b94a 60s infinite; opacity: 0.99; height: 8px; width: 8px; -webkit-animation-delay: -9s; animation-delay: -9s; transform: translate3d(14vw, 5vh, 98px); background: #fff; } @-webkit-keyframes particle-animation-19-data-v-c647b94a { to { transform: translate3d(86vw, 71vh, 15px); } } @keyframes particle-animation-19-data-v-c647b94a { to { transform: translate3d(86vw, 71vh, 15px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(19) { -webkit-animation: particle-animation-19-data-v-c647b94a 60s infinite; animation: particle-animation-19-data-v-c647b94a 60s infinite; opacity: 0.51; height: 9px; width: 9px; -webkit-animation-delay: -9.5s; animation-delay: -9.5s; transform: translate3d(30vw, 62vh, 19px); background: #fff; } @-webkit-keyframes particle-animation-20-data-v-c647b94a { to { transform: translate3d(43vw, 69vh, 46px); } } @keyframes particle-animation-20-data-v-c647b94a { to { transform: translate3d(43vw, 69vh, 46px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(20) { -webkit-animation: particle-animation-20-data-v-c647b94a 60s infinite; animation: particle-animation-20-data-v-c647b94a 60s infinite; opacity: 0.36; height: 6px; width: 6px; -webkit-animation-delay: -10s; animation-delay: -10s; transform: translate3d(53vw, 74vh, 98px); background: #fff; } @-webkit-keyframes particle-animation-21-data-v-c647b94a { to { transform: translate3d(85vw, 9vh, 21px); } } @keyframes particle-animation-21-data-v-c647b94a { to { transform: translate3d(85vw, 9vh, 21px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(21) { -webkit-animation: particle-animation-21-data-v-c647b94a 60s infinite; animation: particle-animation-21-data-v-c647b94a 60s infinite; opacity: 0.27; height: 10px; width: 10px; -webkit-animation-delay: -10.5s; animation-delay: -10.5s; transform: translate3d(70vw, 52vh, 9px); background: #fff; } @-webkit-keyframes particle-animation-22-data-v-c647b94a { to { transform: translate3d(48vw, 48vh, 58px); } } @keyframes particle-animation-22-data-v-c647b94a { to { transform: translate3d(48vw, 48vh, 58px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(22) { -webkit-animation: particle-animation-22-data-v-c647b94a 60s infinite; animation: particle-animation-22-data-v-c647b94a 60s infinite; opacity: 0.3; height: 10px; width: 10px; -webkit-animation-delay: -11s; animation-delay: -11s; transform: translate3d(35vw, 58vh, 17px); background: #fff; } @-webkit-keyframes particle-animation-23-data-v-c647b94a { to { transform: translate3d(69vw, 75vh, 48px); } } @keyframes particle-animation-23-data-v-c647b94a { to { transform: translate3d(69vw, 75vh, 48px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(23) { -webkit-animation: particle-animation-23-data-v-c647b94a 60s infinite; animation: particle-animation-23-data-v-c647b94a 60s infinite; opacity: 0.57; height: 8px; width: 8px; -webkit-animation-delay: -11.5s; animation-delay: -11.5s; transform: translate3d(18vw, 73vh, 23px); background: #fff; } @-webkit-keyframes particle-animation-24-data-v-c647b94a { to { transform: translate3d(54vw, 64vh, 11px); } } @keyframes particle-animation-24-data-v-c647b94a { to { transform: translate3d(54vw, 64vh, 11px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(24) { -webkit-animation: particle-animation-24-data-v-c647b94a 60s infinite; animation: particle-animation-24-data-v-c647b94a 60s infinite; opacity: 0.01; height: 7px; width: 7px; -webkit-animation-delay: -12s; animation-delay: -12s; transform: translate3d(13vw, 68vh, 25px); background: #fff; } @-webkit-keyframes particle-animation-25-data-v-c647b94a { to { transform: translate3d(41vw, 56vh, 61px); } } @keyframes particle-animation-25-data-v-c647b94a { to { transform: translate3d(41vw, 56vh, 61px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(25) { -webkit-animation: particle-animation-25-data-v-c647b94a 60s infinite; animation: particle-animation-25-data-v-c647b94a 60s infinite; opacity: 0.08; height: 10px; width: 10px; -webkit-animation-delay: -12.5s; animation-delay: -12.5s; transform: translate3d(73vw, 53vh, 95px); background: #fff; } @-webkit-keyframes particle-animation-26-data-v-c647b94a { to { transform: translate3d(35vw, 67vh, 90px); } } @keyframes particle-animation-26-data-v-c647b94a { to { transform: translate3d(35vw, 67vh, 90px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(26) { -webkit-animation: particle-animation-26-data-v-c647b94a 60s infinite; animation: particle-animation-26-data-v-c647b94a 60s infinite; opacity: 0.82; height: 9px; width: 9px; -webkit-animation-delay: -13s; animation-delay: -13s; transform: translate3d(25vw, 66vh, 16px); background: #fff; } @-webkit-keyframes particle-animation-27-data-v-c647b94a { to { transform: translate3d(40vw, 51vh, 43px); } } @keyframes particle-animation-27-data-v-c647b94a { to { transform: translate3d(40vw, 51vh, 43px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(27) { -webkit-animation: particle-animation-27-data-v-c647b94a 60s infinite; animation: particle-animation-27-data-v-c647b94a 60s infinite; opacity: 0.63; height: 7px; width: 7px; -webkit-animation-delay: -13.5s; animation-delay: -13.5s; transform: translate3d(60vw, 66vh, 7px); background: #fff; } @-webkit-keyframes particle-animation-28-data-v-c647b94a { to { transform: translate3d(90vw, 73vh, 1px); } } @keyframes particle-animation-28-data-v-c647b94a { to { transform: translate3d(90vw, 73vh, 1px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(28) { -webkit-animation: particle-animation-28-data-v-c647b94a 60s infinite; animation: particle-animation-28-data-v-c647b94a 60s infinite; opacity: 0.84; height: 10px; width: 10px; -webkit-animation-delay: -14s; animation-delay: -14s; transform: translate3d(80vw, 30vh, 49px); background: #fff; } @-webkit-keyframes particle-animation-29-data-v-c647b94a { to { transform: translate3d(12vw, 10vh, 66px); } } @keyframes particle-animation-29-data-v-c647b94a { to { transform: translate3d(12vw, 10vh, 66px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(29) { -webkit-animation: particle-animation-29-data-v-c647b94a 60s infinite; animation: particle-animation-29-data-v-c647b94a 60s infinite; opacity: 0.65; height: 10px; width: 10px; -webkit-animation-delay: -14.5s; animation-delay: -14.5s; transform: translate3d(19vw, 1vh, 33px); background: #fff; } @-webkit-keyframes particle-animation-30-data-v-c647b94a { to { transform: translate3d(72vw, 22vh, 84px); } } @keyframes particle-animation-30-data-v-c647b94a { to { transform: translate3d(72vw, 22vh, 84px); } } #wrapperUndangan .separatorQuotes .overlay-image-separator #particle-container .particle[data-v-c647b94a]:nth-child(30) { -webkit-animation: particle-animation-30-data-v-c647b94a 60s infinite; animation: particle-animation-30-data-v-c647b94a 60s infinite; opacity: 0.88; height: 7px; width: 7px; -webkit-animation-delay: -15s; animation-delay: -15s; transform: translate3d(34vw, 46vh, 34px); background: #fff; } #wrapperUndangan .separatorQuotes #pay[data-v-c647b94a], #wrapperUndangan .separatorQuotes .music-control[data-v-c647b94a] { position: absolute; z-index: 999; } #wrapperUndangan .separatorQuotes .music-control[data-v-c647b94a] { background-color: #fff; } #wrapperUndangan .scrollableUndangan[data-v-c647b94a] { max-height: 100vh; width: 60%; overflow: hidden; overflow-y: scroll; scroll-behavior: smooth; } .music-control[data-v-c647b94a] { width: 40px; height: 40px; position: fixed; z-index: 99; right: 10px; top: 10px; text-align: center; border-radius: 50%; padding-top: 8px; } .music-control.off[data-v-c647b94a] { filter: grayscale(100%); } #also_inviting[data-v-c647b94a] { list-style-type: circle; } #also_inviting li[data-v-c647b94a] { display: block !important; text-transform: inherit !important; padding: 0 !important; margin-bottom: 12px; } #widget[data-v-c647b94a] { position: relative; } #widget .shape[data-v-c647b94a] { display: none; position: absolute; bottom: -1px; left: 0; right: 0; } #footer p[data-v-c647b94a] { margin-bottom: 0; text-align: center; font-size: 12px; } #footer p.link a[data-v-c647b94a] { color: #2d2d2d; } #footer p.link span[data-v-c647b94a] { color: #f63854; } #footer p img[data-v-c647b94a] { width: 55px; padding-bottom: 30px; } .layout-cover[data-v-c647b94a] { background-color: #fff; } .layout-cover .attendance-wrap[data-v-c647b94a] { width: 80%; margin: 0 auto 20px; } .layout-cover .attendance-wrap p[data-v-c647b94a] { margin-top: 10px; } .layout-cover.noscroll[data-v-c647b94a] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-c647b94a] { height: 100%; } .style_jawa #quote[data-v-c647b94a] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-c647b94a], .style_jawa #galleries[data-v-c647b94a] { background-color: #f7bd78; color: #562016; } #separator[data-v-c647b94a] { padding-bottom: 0; position: relative; } .darkMode #footer[data-v-c647b94a], .darkMode section[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #footer .link a[data-v-c647b94a], .darkMode #footer p[data-v-c647b94a] { color: #fff; } .darkMode #quote[data-v-c647b94a] { background-color: #2d2d2d; color: #fff; } .darkMode #separator[data-v-c647b94a] { background-color: transparent; } .darkMode #separator .quotes[data-v-c647b94a] { color: #fff; } .darkMode #coupleProfile[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-c647b94a], .darkMode #coupleProfile .male[data-v-c647b94a] { color: #fff; } .darkMode #galleries[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #galleries p[data-v-c647b94a] { color: #fff; } .darkMode #weddingDetail[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-c647b94a], .darkMode #weddingDetail #countdown li[data-v-c647b94a], .darkMode #weddingDetail #countdown p[data-v-c647b94a], .darkMode #weddingDetail p[data-v-c647b94a] { color: #fff; } .darkMode #wishes[data-v-c647b94a] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-c647b94a] { filter: invert(100%); } .darkMode h4[data-v-c647b94a], .darkMode section h1[data-v-c647b94a] { color: #fff; } .rundown[data-v-c647b94a] { text-align: center; } .rundown .item-rundown[data-v-c647b94a] { margin: 30px 0; } .rundown .item-rundown button[data-v-c647b94a] { margin-top: 10px; } .rundown .item-rundown h1[data-v-c647b94a] { text-transform: capitalize; } .rundown p[data-v-c647b94a] { margin-bottom: 5px; } #countdown[data-v-c647b94a], #maps[data-v-c647b94a] { padding-top: 50px; } #countdown p[data-v-c647b94a], #countdown ul[data-v-c647b94a] { text-align: center; } #countdown ul[data-v-c647b94a] { padding-left: 0; } #countdown li[data-v-c647b94a] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-c647b94a] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-c647b94a] { font-size: 4.5rem; } #countdown li span[data-v-c647b94a] { display: block; font-size: 1.5rem; line-height: 1; } .notif-wrap[data-v-c647b94a] { margin-top: 20px; } @media only screen and (max-width: 400px) { .item-rundown[data-v-c647b94a] { flex-basis: inherit; } } .quotes[data-v-c647b94a] { white-space: pre-wrap; text-align: center; font-weight: 600; font-size: 15px; font-family: inherit; font-style: italic; } .premium #coupleProfile[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant4.20493f0.jpg); } .premium #coupleProfile[data-v-c647b94a], .premium #galleries[data-v-c647b94a] { background-color: #fff; background-size: contain; background-repeat: no-repeat; } .premium #galleries[data-v-c647b94a] { background-image: url(/_nuxt/img/simple_flower.a8a9127.jpg); } .premium #wishes[data-v-c647b94a] { width: 90%; margin: 0 5%; } .premium #footer[data-v-c647b94a], .premium #weddingDetail[data-v-c647b94a] { background-color: #fff; } .premium #rsvp[data-v-c647b94a] { width: 90%; margin: 2rem 5% 0; } .premium .rundown[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant_top.ee5a7dc.jpg); background-size: contain; background-repeat: no-repeat; } .premium #also_inviting[data-v-c647b94a] { background-image: url(/_nuxt/img/elegant_bottom.d44e0f9.jpg); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; } .premium #quote[data-v-c647b94a] { background-size: cover; padding: 15px 20px; width: 90%; margin: 1rem 5%; } .premium #quote .quotes[data-v-c647b94a] { color: #794615; font-size: 18px; } #quote[data-v-c647b94a] { padding: 40px 0; } #coupleProfile .new_style_couple .female .box-female[data-v-c647b94a] { margin-bottom: 0 !important; } #coupleProfile .new_style_couple .female .couple-detail[data-v-c647b94a] { padding-left: 20px !important; } #coupleProfile .new_style_couple .male .box[data-v-c647b94a] { margin-bottom: 0 !important; } #coupleProfile .new_style_couple .male .couple-detail[data-v-c647b94a] { padding-right: 20px !important; } #coupleProfile .grid-profile[data-v-c647b94a] { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; } #coupleProfile .grid-profile .box[data-v-c647b94a], #coupleProfile .grid-profile .box-female[data-v-c647b94a] { margin-bottom: 0; } #coupleProfile .grid-profile .profil-info[data-v-c647b94a] { padding: 0 10px; align-self: center; } #coupleProfile .grid-profile .profil-info p[data-v-c647b94a] { font-size: 10px; margin: 0; } #coupleProfile .grid-profile .imgWrapper[data-v-c647b94a]:before { content: ""; height: 0; display: inline-block; padding-top: 100%; width: 1px; position: relative; } #coupleProfile .grid-profile .imgWrapper:before img[data-v-c647b94a] { position: absolute; top: 0; left: 0; bottom: 0; } #coupleProfile .grid-profile.female[data-v-c647b94a] { text-align: right !important; } #coupleProfile .grid-profile.male[data-v-c647b94a] { text-align: left !important; } #coupleProfile .male_name[data-v-c647b94a] { float: left; width: 100%; } #coupleProfile .call-name[data-v-c647b94a] { font-size: 5rem; } #coupleProfile .male[data-v-c647b94a] { text-align: left; } #coupleProfile .female[data-v-c647b94a] { text-align: right; } #coupleProfile .img-couple[data-v-c647b94a] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-c647b94a] { margin: 5px; } section[data-v-c647b94a] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-c647b94a], .box-female[data-v-c647b94a] { position: relative; text-align: center; } .box img[data-v-c647b94a] { left: 0; } .box-female img[data-v-c647b94a], .box img[data-v-c647b94a] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-c647b94a] { right: 0; } .box[data-v-c647b94a], .box-female[data-v-c647b94a] { margin-bottom: 20px; } .line-separator[data-v-c647b94a] { position: relative; } .separator-img[data-v-c647b94a] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .attendance-wrap[data-v-c647b94a], .layout-cover:not(.is_preview) .attendance-wrap[data-v-c647b94a] { width: 50%; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-c647b94a], .layout-cover:not(.is_preview) .box-separator[data-v-c647b94a] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box-separator[data-v-c647b94a]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-c647b94a], .layout-cover:not(.is_preview) .separator-img[data-v-c647b94a] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-c647b94a], .layout-cover:not(.is_preview) .widget[data-v-c647b94a] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-c647b94a], .layout-cover:not(.is_preview) .line-separator[data-v-c647b94a] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .box[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) .box-female[data-v-c647b94a], .layout-cover:not(.is_preview) .box[data-v-c647b94a], .layout-cover:not(.is_preview) .box-female[data-v-c647b94a] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-c647b94a]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box-female[data-v-c647b94a]:after, .layout-cover:not(.is_preview) .box[data-v-c647b94a]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-c647b94a] { justify-content: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-c647b94a] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-c647b94a], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-c647b94a] { width: 100%; } } .layout-cover.is_preview:not(.mobile) #widget[data-v-c647b94a], .layout-cover.is_preview:not(.mobile) #wrapperUndangan .scrollableUndangan[data-v-c647b94a] { height: 68vh; } .layout-cover.mobile .container[data-v-c647b94a] { width: 100%; } .layout-cover.mobile .item-rundown[data-v-c647b94a] { flex-basis: inherit; } .layout-cover.mobile .col-lg-4[data-v-c647b94a], .layout-cover.mobile .col-lg-5[data-v-c647b94a], .layout-cover.mobile .col-lg-6[data-v-c647b94a], .layout-cover.mobile .col-xl-2[data-v-c647b94a] { flex: 0 0 100%; max-width: 100%; } .overlay-change-photo[data-v-c647b94a] { position: relative; text-align: center; } .overlay-change-photo p[data-v-c647b94a] { text-align: center; width: 100%; position: absolute; z-index: 9; top: 50%; } .is_preview .wow[data-v-c647b94a] { visibility: visible !important; } #coupleProfile .couple-detail[data-v-c647b94a] { font-size: 16px; } #coupleProfile .couple-detail p[data-v-c647b94a] { font-size: 14px; } #copy-input[data-v-126e3c29] { opacity: 0; margin-bottom: -30px; position: absolute; } .bank-list[data-v-126e3c29] { padding-top: 10px; margin-top: 10px; border-top: 1px solid #eee; } .bank-list[data-v-126e3c29]:first-child { border-top: none; } .bank-list li[data-v-126e3c29] { list-style: none; } #pay.float[data-v-126e3c29] { position: fixed; z-index: 99; right: 10px; top: 60px; } #pay .pay-stick[data-v-126e3c29] { text-align: center; padding: 40px; } #pay .pay-btn[data-v-126e3c29] { width: 60px; height: 60px; border-radius: 50%; text-align: center; display: flex; justify-content: center; align-items: center; background-color: #23cba7; font-size: 12px; } #pay .pay-btn img[data-v-126e3c29] { width: 60%; } .popover { max-width: 200px; } .popover .popover-body { font-size: 12px; } #bottom-bar[data-v-7be619d4] { position: fixed; width: 100vw; padding: 0 20px 20px; bottom: 0; left: 0; z-index: 99; text-align: center; } #bottom-bar.darkMode .wrapper[data-v-7be619d4] { background-color: #272727; } #bottom-bar .wrapper[data-v-7be619d4] { background: #fff; padding: 10px; border-radius: 100px; display: inline-block; } #bottom-bar .wrapper ul[data-v-7be619d4] { padding-left: 0; margin-bottom: 0; text-align: center; } #bottom-bar .wrapper ul li[data-v-7be619d4] { list-style: none; display: inline-block; } #bottom-bar .wrapper ul li a[data-v-7be619d4] { display: flex; align-items: center; padding: 7px 10px; text-decoration: none; color: #6d6d6d; font-size: 10px; } #bottom-bar .wrapper ul li a span[data-v-7be619d4] { max-width: 0; transition: max-width 0.5s; display: inline-block; overflow: hidden; margin-left: 5px; } #bottom-bar .wrapper ul li a.active[data-v-7be619d4] { background: rgba(0, 0, 0, 0.04); border-radius: 100px; color: #ff7990; } #bottom-bar .wrapper ul li a.active span[data-v-7be619d4] { max-width: 60px; } #bottom-bar.desktop-bar[data-v-7be619d4] { position: absolute; width: auto; padding: 0; left: auto; right: 10px; bottom: 40%; } #bottom-bar.desktop-bar .wrapper[data-v-7be619d4] { width: 45px; } #bottom-bar.desktop-bar .wrapper ul li a.active[data-v-7be619d4] { position: relative; width: 80px; } @media only screen and (max-width: 320px) { #bottom-bar .wrapper ul li a[data-v-7be619d4] { padding: 7px; } } @media only screen and (min-width: 1024px) { #bottom-bar .wrapper ul li a[data-v-7be619d4] { padding: 7px; } #bottom-bar .wrapper ul li[data-v-7be619d4] { display: inline !important; display: initial !important; } } @media only screen and (min-width: 1024px) { #bottom-bar .wrapper ul li { display: inline !important; display: initial !important; } } .linear-background[data-v-dd8b5e8a] { background-image: linear-gradient( 45deg, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.7) 0 ); } .invitation_to[data-v-dd8b5e8a] { border: 2px dashed; width: 80%; margin: 0 auto 20px; padding: 10px; display: inline-block; text-align: center; max-width: 500px; } .invitation_to.cover-left-btn[data-v-dd8b5e8a] { border: none; } .invitation_to span[data-v-dd8b5e8a] { font-size: 16px; line-height: 1; } .invitation_to b[data-v-dd8b5e8a] { display: inline-block; margin: 15px 0 5px; font-weight: 900; } .invitation_to p[data-v-dd8b5e8a] { margin-bottom: 0; } @media (min-width: 1024px) { .layout-cover #welcome[data-v-dd8b5e8a] { width: 100%; } } .vendor-logo[data-v-dd8b5e8a] { position: absolute; z-index: 9999; bottom: 50%; width: 100vw; text-align: center; } .vendor-logo p[data-v-dd8b5e8a] { margin-bottom: 0; font-size: 12px; text-align: center; } .vendor-logo img[data-v-dd8b5e8a] { max-height: 40px; display: inline-block; } .layout-cover.is_preview #welcome[data-v-dd8b5e8a] { position: absolute; width: 100%; height: 100%; } .layout-cover.is_preview.mobile .welcome_decor[data-v-dd8b5e8a] { display: block; } .is_preview:not(.mobile) #welcome[data-v-dd8b5e8a] { position: relative; width: 100%; height: 68vh; } #button-open[data-v-dd8b5e8a] { position: relative; z-index: 99; background: transparent; font-weight: 700; padding: 7px 30px; } #button-open.fill[data-v-dd8b5e8a] { border: none !important; } .layout-cover.layout_style_2 #welcome[data-v-dd8b5e8a] { width: 100%; height: 100vh; position: relative; } .layout-cover.layout_style_2 #welcome .text-wrapper .btn[data-v-dd8b5e8a] { display: none; } .bottom_style.invitation_to[data-v-dd8b5e8a] { position: absolute; bottom: 160px; } .bottom_style#button-open[data-v-dd8b5e8a], .bottom_style#scroll-down[data-v-dd8b5e8a] { position: absolute; bottom: 130px; } #welcome[data-v-dd8b5e8a] { width: 100vw; height: 100vh; height: calc(var(--vh, 1vh) * 100); overflow: hidden; position: fixed; z-index: 999; top: 0; left: 0; background-size: cover; background-position: 50%; background: #fff; } #welcome .decor-top[data-v-dd8b5e8a] { position: absolute; width: 100%; top: -7vh; left: 0; } #welcome .decor-bottom[data-v-dd8b5e8a] { position: absolute; width: 100%; bottom: -7vh; left: 0; } #welcome.darkMode[data-v-dd8b5e8a] { background: #2d2d2d; } #welcome.darkMode .wrapper .wrap-overlay[data-v-dd8b5e8a] { background-color: rgba(0, 0, 0, 0.5); } #welcome.darkMode .wrapper .text-wrapper[data-v-dd8b5e8a] { color: #fff; } #welcome .wrapper[data-v-dd8b5e8a] { width: 100%; height: 100%; background-size: cover; background-position: 50%; position: relative; z-index: -1; } #welcome .wrapper .wrap-overlay[data-v-dd8b5e8a] { width: 100%; height: 100%; display: flex; background-color: hsla(0, 0%, 100%, 0.8); justify-content: flex-end; flex-direction: column; align-items: center; position: relative; transition: all 0.5s; } #welcome .wrapper .wrap-overlay.top[data-v-dd8b5e8a] { justify-content: flex-start !important; } #welcome .wrapper .wrap-overlay .welcome_decor[data-v-dd8b5e8a] { position: absolute; left: 0; right: 0; height: 100%; width: 100%; z-index: 1; background-position: 50%; background-repeat: no-repeat; background-size: 100% 100%; } #welcome .wrapper .wrap-overlay.middle[data-v-dd8b5e8a] { justify-content: center; } #welcome .wrapper .wrap-overlay.middle .text-wrapper[data-v-dd8b5e8a] { margin-bottom: 0; } #welcome .wrapper .wrap-overlay.top[data-v-dd8b5e8a] { justify-content: flex-start; } #welcome .wrapper .text-wrapper[data-v-dd8b5e8a] { color: #2d2d2d; text-align: center; margin-bottom: 15vh; position: relative; z-index: 10; } #welcome .wrapper .text-wrapper.start[data-v-dd8b5e8a] { text-align: left !important; } #welcome .wrapper .text-wrapper .welcome-text[data-v-dd8b5e8a] { font-size: 4.5rem; } #welcome .wrapper .text-wrapper .couple-name[data-v-dd8b5e8a] { margin-top: 35px; margin-bottom: 35px; } #welcome .wrapper .text-wrapper .couple-name h1[data-v-dd8b5e8a] { line-height: 35px; font-size: 4rem; } .new_premCover-top[data-v-dd8b5e8a] { width: 80%; margin: 0 auto; padding: 2.5rem 0; } .new_premCover-top #date-text[data-v-dd8b5e8a], .new_premCover-top h1[data-v-dd8b5e8a] { text-align: center; } .new_premCover-top #date-text[data-v-dd8b5e8a] { letter-spacing: 3px; } .new_premCover-top #wedding-of[data-v-dd8b5e8a] { text-transform: capitalize; text-align: center; } .new_premCover[data-v-dd8b5e8a] { width: 100%; padding: 1rem 1rem 0; } @media screen and (min-width: 1024px) { .new_premCover[data-v-dd8b5e8a] { width: 70%; } } .new_premCover.left[data-v-dd8b5e8a] { width: 80%; margin: 0 auto; padding: 1rem 0; } .new_premCover .new_coverName[data-v-dd8b5e8a] { margin-top: 0.5rem; display: flex; align-items: flex-start; justify-content: center; } .new_premCover .new_coverName.left[data-v-dd8b5e8a] { justify-content: start !important; margin-left: 20px; } .new_premCover .new_coverName span[data-v-dd8b5e8a] { margin-right: 1rem; } .new_premCover .new_coverH1[data-v-dd8b5e8a], .new_premCover .new_coverName h1[data-v-dd8b5e8a] { word-wrap: break-word !important; } .new_premCover .new_date[data-v-dd8b5e8a] { text-transform: uppercase; margin-top: 2rem; } .new_premCover .new_date .date_month[data-v-dd8b5e8a] { margin-bottom: 1rem; } .new_premCover .new_date .border-date[data-v-dd8b5e8a] { padding: 6px 0; font-size: 13px; } .new_premCover #wedding-of[data-v-dd8b5e8a] { letter-spacing: 2px; text-transform: uppercase; } .new_premCover .years[data-v-dd8b5e8a] { letter-spacing: 2px; font-size: 18px; } @media screen and (min-width: 1024px) { .is_preview.mobile .new_premCover[data-v-dd8b5e8a] { width: 100%; } } #wedding-of[data-v-dd8b5e8a] { text-transform: uppercase; margin-bottom: 0.5rem; } #scroll-down[data-v-dd8b5e8a] { margin-top: 30px; } .simple-date[data-v-dd8b5e8a] { display: flex; justify-content: center; } .simple-date b[data-v-dd8b5e8a] { margin: 0 8px; } .cover-left-btn[data-v-dd8b5e8a] { display: flex; justify-content: center; } @media only screen and (max-width: 400px) { .protocol-popup[data-v-643e1017] { font-size: 12px; text-align: center; } .protocol-popup h3[data-v-643e1017] { font-family: "roboto-black"; font-size: 15px; } } .notes[data-v-643e1017] { margin-bottom: 20px; white-space: pre-wrap; } .layout-cover.is_preview.mobile .couple-wrapper { width: 60% !important; margin-bottom: 15px; } .layout-cover.is_preview.mobile .new_style_couple .couple-wrapper { width: 100% !important; margin-bottom: 0; } .couple-wrapper[data-v-0b410839] { width: 200px; display: inline-block; position: relative; } .couple-wrapper .couple-img[data-v-0b410839] { width: 100%; position: absolute; top: 0; left: 0; z-index: 1; overflow: hidden; padding: 10%; } .couple-wrapper .couple-img img[data-v-0b410839] { width: 100%; border-radius: 50%; } .couple-wrapper .couple-img.couple_decor_5[data-v-0b410839] { padding: 13% 10% 0 8%; } .couple-wrapper .couple-img.couple_decor_6[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_7[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_8[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_9[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_10[data-v-0b410839] { padding: 12% 11% 11%; } .couple-wrapper .couple-img.couple_decor_11[data-v-0b410839] { padding: 7% 15% 15%; } .couple-wrapper .couple-img.couple_decor_12[data-v-0b410839] { padding: 0 10% 10%; } .couple-wrapper .couple-img.couple_decor_1[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_2[data-v-0b410839] { padding: 10%; } .couple-wrapper .couple-img.couple_decor_3[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_3 img[data-v-0b410839] { border-radius: 0; } .couple-wrapper .couple-img.couple_decor_4[data-v-0b410839] { padding: 16%; } .couple-wrapper .couple-img.couple_decor_4 img[data-v-0b410839] { border-radius: 0; } .couple-wrapper .couple-img.couple_decor_16[data-v-0b410839] { padding: 12% 16% 16%; } .couple-wrapper .couple-img.couple_decor_18[data-v-0b410839] { padding: 18% 19% 19%; } .couple-wrapper .couple-img.couple_decor_20[data-v-0b410839] { padding: 11% 14% 0 16%; } .couple-wrapper .couple-img.couple_decor_21[data-v-0b410839] { padding: 17%; } .couple-wrapper .couple-img.couple_decor_22[data-v-0b410839] { padding: 14% 17% 17%; } .couple-wrapper .couple-img.couple_decor_23[data-v-0b410839], .couple-wrapper .couple-img.couple_decor_24[data-v-0b410839] { padding: 16% 15% 15%; } .couple-wrapper .couple-img.couple_decor_25[data-v-0b410839] { padding: 8%; } .couple-wrapper .couple-img.couple_decor_26[data-v-0b410839] { padding: 15%; } .couple-wrapper .couple-img.couple_decor_27[data-v-0b410839] { padding: 8%; } .couple-wrapper .couple-img-decor[data-v-0b410839] { width: 100%; position: relative; z-index: 2; } .galleriSection { position: relative; } .shapeGalleries { position: absolute; width: 100%; display: none; bottom: -80px; transform: rotate(180deg); } #images-slider { margin-left: -1px; max-height: 80vh; overflow: hidden; } #images-slider .item { height: 80vh; } #images-slider .img-container { height: 100%; width: 100%; display: flex; justify-content: center; align-items: center; } #images-slider .img-container img { height: auto; } .layout-cover.is_preview.mobile .grid-masonry .gallery-item { width: 50%; float: left; padding: 1px; } .layout-cover.is_preview.mobile .grid-masonry .gallery-item img { width: 100%; } .owl-dots.disabled[data-v-6194fcfe], .owl-nav.disabled[data-v-6194fcfe] { display: none; } .show-image-wrapper[data-v-6194fcfe] { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; background: #000; z-index: 9999999; display: none; } .show-image-wrapper .show-image-overlay[data-v-6194fcfe] { position: relative; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; } .show-image-wrapper .show-image-overlay .close-image-show[data-v-6194fcfe] { position: absolute; z-index: 9; color: #fff; font-size: 35px; right: 20px; top: 5px; } .show-image-wrapper .show-image-overlay .img-wrap[data-v-6194fcfe] { width: 100%; } @media (min-width: 1024px) { .show-image-wrapper .show-image-overlay .img-wrap[data-v-6194fcfe] { width: 450px; } } .grid-masonry .gallery-item[data-v-6194fcfe] { width: 50%; float: left; padding: 1px; } .grid-masonry .gallery-item img[data-v-6194fcfe] { width: 100%; } #owl-slider .item[data-v-6194fcfe] { height: 65vh; background-color: #eee; position: relative; } #owl-slider .item .img-wrap[data-v-6194fcfe] { width: 100%; height: 100%; background-size: cover; display: block; background-position: 50%; } .owl-carousel .owl-item img[data-v-6194fcfe] { width: auto; } .btn-premium[data-v-658b0615] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 8px 15px; border: none !important; border-radius: 5px; } .darkMode #rsvp .modal-body, .darkMode #rsvp .modal-content { background-color: #2d2d2d; } .darkMode p[data-v-bbff02ea] { color: #fff; } #rsvp .will-join[data-v-bbff02ea] { padding-bottom: 1rem; border-bottom: 1px solid #e4e4e4; } #rsvp .list-rsvp[data-v-bbff02ea] { text-align: center; vertical-align: middle; padding-left: 0; margin-bottom: 10px; max-height: 269px; overflow: hidden; } #rsvp .list-rsvp.isload[data-v-bbff02ea] { max-height: inherit; } #rsvp .list-rsvp .avatar-item[data-v-bbff02ea] { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; } #rsvp .list-rsvp .btn-success[data-v-bbff02ea] { background-color: transparent !important; } section[data-v-1a5c6dbc] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } @media only screen and (max-width: 400px) { .container[data-v-1a5c6dbc] { width: 100vw; padding: 0; } } .slider-wrap[data-v-1a5c6dbc] { position: relative; display: block; } .slider-wrap .swipe-info[data-v-1a5c6dbc] { position: absolute; left: 20px; top: 29%; font-size: 23px; opacity: 0; } .slider-wrap .swipe-info.show[data-v-1a5c6dbc] { opacity: 1; } .slider-wrap .swipe-left[data-v-1a5c6dbc], .slider-wrap .swipe-right[data-v-1a5c6dbc] { position: absolute; left: -50px; top: 29%; font-size: 23px; cursor: pointer; opacity: 0; } @media only screen and (max-width: 400px) { .slider-wrap .swipe-left[data-v-1a5c6dbc], .slider-wrap .swipe-right[data-v-1a5c6dbc] { display: none; } } .slider-wrap .swipe-left.show[data-v-1a5c6dbc], .slider-wrap .swipe-right.show[data-v-1a5c6dbc] { opacity: 1; } .slider-wrap .swipe-right[data-v-1a5c6dbc] { left: auto; right: -50px; } .is_preview .wow[data-v-1a5c6dbc] { visibility: visible !important; } #story-slider[data-v-1a5c6dbc] { display: block !important; overflow: hidden; } @media only screen and (min-width: 1024px) { #story-slider[data-v-1a5c6dbc] { max-height: 320px !important; } } #story-slider .item[data-v-1a5c6dbc] { text-align: center; } #story-slider .item .img-preview[data-v-1a5c6dbc] { width: 100%; background-position: 50%; display: inline-block; background-size: cover; border-radius: 50%; overflow: hidden; border: 4px dashed grey; position: relative; } #story-slider .item .img-preview.no-image[data-v-1a5c6dbc] { display: flex !important; justify-content: center; align-items: center; margin-bottom: 20px; } #story-slider .item .img-preview[data-v-1a5c6dbc]:after { content: ""; display: block; padding-bottom: 100%; position: relative; z-index: -1; } #story-slider .item .img-preview img[data-v-1a5c6dbc] { width: 100%; position: absolute; z-index: 1; height: auto; } #story-slider .item .years[data-v-1a5c6dbc] { text-align: center; } .story-slider-flying[data-v-1a5c6dbc] { position: fixed; z-index: 999999; width: 100vw; height: 100vh !important; background-color: rgba(0, 0, 0, 0.95); top: 0; left: 0; } .story-slider-flying .story-slider-flying-container[data-v-1a5c6dbc] { width: 100%; height: 100%; } @media only screen and (min-width: 1024px) { .story-slider-flying .story-slider-flying-container[data-v-1a5c6dbc] { width: 50%; margin: 0 auto; } } .story-slider-flying .close-flying[data-v-1a5c6dbc] { position: absolute; width: 100%; bottom: 7px; left: 0; text-align: center; z-index: 99; } .story-slider-flying .item[data-v-1a5c6dbc] { width: 100%; height: 100vh; } .story-slider-flying .item .img-preview[data-v-1a5c6dbc] { width: 100%; height: 100%; background-size: cover; margin: 0; background-position: 50%; position: relative; } .story-slider-flying .item .img-preview .story-text-wrap[data-v-1a5c6dbc] { position: absolute; width: 100%; padding: 20px 20px 60px; height: 100%; bottom: 0; display: flex; background-color: hsla(0, 0%, 100%, 0.5); justify-content: center; flex-direction: column; align-items: center; } .story-slider-flying .item .img-preview .story-text-wrap .story-title[data-v-1a5c6dbc] { font-size: 25px; } .story-slider-flying #story-slider-flying[data-v-1a5c6dbc] { display: block !important; } #story-slider-flying .owl-dots { position: absolute; z-index: 99; bottom: 40px; width: 100%; } .wish_noimage_wrap[data-v-697613cf] { max-height: 300px; overflow: auto; margin-top: 30px; margin-bottom: 30px; } @media only screen and (max-width: 400px) { .wish_noimage_wrap[data-v-697613cf] { text-align: center; } .wish_noimage_wrap .avatar-item[data-v-697613cf] { margin-bottom: 10px; } } .avatar-item[data-v-697613cf] { width: 50px; height: 50px; list-style: none; display: inline-block; font-weight: 900; border-radius: 50%; padding-top: 12px; margin-right: 5px; } .darkMode #wishes .item .img-wrap .text-wrap .text-container[data-v-697613cf] { background: #2d2d2d; color: #fff; } .darkMode #wishes h1[data-v-697613cf], .darkMode #wishes p[data-v-697613cf] { color: #fff; } .moment-list .item[data-v-697613cf] { margin-bottom: 50px; } .container[data-v-697613cf] { padding-left: 10%; padding-right: 10%; } .owl-carousel .item[data-v-697613cf] { height: 65vh; background-color: #eee; position: relative; } .owl-carousel .item .img-wrap[data-v-697613cf] { width: 100%; height: 100%; background-size: cover; background-position: 50%; position: relative; } .owl-carousel .item .img-wrap .text-wrap[data-v-697613cf] { bottom: -1px; width: 100%; position: absolute; z-index: 99; left: 0; padding-left: 5%; padding-right: 5%; } .owl-carousel .item .img-wrap .text-wrap .text-container[data-v-697613cf] { background: #fff; border-radius: 15px 15px 0 0; padding: 20px 20px 20px 66px; position: relative; } .owl-carousel .item .img-wrap .text-wrap .text-container .b-icon[data-v-697613cf] { position: absolute; left: 20px; top: 20px; font-size: 30px; } .owl-carousel .item .img-wrap .text-wrap .text-container p[data-v-697613cf] { margin-bottom: 0; } .is_preview.mobile .wish_noimage_wrap { text-align: center; } .is_preview.mobile .wish_noimage_wrap .col-lg-3 { flex: 0 0 100%; max-width: 100%; } .is_preview.mobile .wish_noimage_wrap .avatar-item { margin-bottom: 10px; } @media only screen and (min-width: 1024px) { .container { width: 100%; } } </style > <script src="<?php echo base_url()?>assets/js/OneSignalPageSDKES6.js" async="" > </script > <style type="text/css" > .__nuxt-error-page { padding: 1rem; background: #f7f8fb; color: #47494e; text-align: center; display: flex; justify-content: center; align-items: center; flex-direction: column; font-family: sans-serif; font-weight: 100 !important; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; position: absolute; top: 0; left: 0; right: 0; bottom: 0; } .__nuxt-error-page .error { max-width: 450px; } .__nuxt-error-page .title { font-size: 1.5rem; margin-top: 15px; color: #47494e; margin-bottom: 8px; } .__nuxt-error-page .description { color: #7f828b; line-height: 21px; margin-bottom: 10px; } .__nuxt-error-page a { color: #7f828b !important; text-decoration: none; } .__nuxt-error-page .logo { position: fixed; left: 12px; bottom: 12px; } </style > <script charset="utf-8" src="<?php echo base_url()?>assets/js/cb36ca2.js" > </script > <script async="" src="<?php echo base_url()?>assets/js/hotjar-2092117.js" > </script > <style type="text/css" > .CodeMirror { font-family: monospace; height: 300px; color: #000; direction: ltr; } .CodeMirror-lines { padding: 4px 0; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { padding: 0 4px; } .CodeMirror-gutter-filler, .CodeMirror-scrollbar-filler { background-color: #fff; } .CodeMirror-gutters { border-right: 1px solid #ddd; background-color: #f7f7f7; white-space: nowrap; } .CodeMirror-linenumber { padding: 0 3px 0 5px; min-width: 20px; text-align: right; color: #999; white-space: nowrap; } .CodeMirror-guttermarker { color: #000; } .CodeMirror-guttermarker-subtle { color: #999; } .CodeMirror-cursor { border-left: 1px solid #000; border-right: none; width: 0; } .CodeMirror div.CodeMirror-secondarycursor { border-left: 1px solid silver; } .cm-fat-cursor .CodeMirror-cursor { width: auto; border: 0 !important; background: #7e7; } .cm-fat-cursor div.CodeMirror-cursors { z-index: 1; } .cm-fat-cursor-mark { background-color: rgba(20, 255, 20, 0.5); } .cm-animate-fat-cursor, .cm-fat-cursor-mark { -webkit-animation: blink 1.06s steps(1) infinite; animation: blink 1.06s steps(1) infinite; } .cm-animate-fat-cursor { width: auto; border: 0; background-color: #7e7; } @-webkit-keyframes blink { 50% { background-color: transparent; } } @keyframes blink { 50% { background-color: transparent; } } .cm-tab { display: inline-block; text-decoration: inherit; } .CodeMirror-rulers { position: absolute; left: 0; right: 0; top: -50px; bottom: 0; overflow: hidden; } .CodeMirror-ruler { border-left: 1px solid #ccc; top: 0; bottom: 0; position: absolute; } .cm-s-default .cm-header { color: #00f; } .cm-s-default .cm-quote { color: #090; } .cm-negative { color: #d44; } .cm-positive { color: #292; } .cm-header, .cm-strong { font-weight: 700; } .cm-em { font-style: italic; } .cm-link { text-decoration: underline; } .cm-strikethrough { text-decoration: line-through; } .cm-s-default .cm-keyword { color: #708; } .cm-s-default .cm-atom { color: #219; } .cm-s-default .cm-number { color: #164; } .cm-s-default .cm-def { color: #00f; } .cm-s-default .cm-variable-2 { color: #05a; } .cm-s-default .cm-type, .cm-s-default .cm-variable-3 { color: #085; } .cm-s-default .cm-comment { color: #a50; } .cm-s-default .cm-string { color: #a11; } .cm-s-default .cm-string-2 { color: #f50; } .cm-s-default .cm-meta, .cm-s-default .cm-qualifier { color: #555; } .cm-s-default .cm-builtin { color: #30a; } .cm-s-default .cm-bracket { color: #997; } .cm-s-default .cm-tag { color: #170; } .cm-s-default .cm-attribute { color: #00c; } .cm-s-default .cm-hr { color: #999; } .cm-s-default .cm-link { color: #00c; } .cm-invalidchar, .cm-s-default .cm-error { color: red; } .CodeMirror-composing { border-bottom: 2px solid; } div.CodeMirror span.CodeMirror-matchingbracket { color: #0b0; } div.CodeMirror span.CodeMirror-nonmatchingbracket { color: #a22; } .CodeMirror-matchingtag { background: rgba(255, 150, 0, 0.3); } .CodeMirror-activeline-background { background: #e8f2ff; } .CodeMirror { position: relative; overflow: hidden; background: #fff; } .CodeMirror-scroll { overflow: scroll !important; margin-bottom: -50px; margin-right: -50px; padding-bottom: 50px; height: 100%; outline: none; position: relative; } .CodeMirror-sizer { position: relative; border-right: 50px solid transparent; } .CodeMirror-gutter-filler, .CodeMirror-hscrollbar, .CodeMirror-scrollbar-filler, .CodeMirror-vscrollbar { position: absolute; z-index: 6; display: none; } .CodeMirror-vscrollbar { right: 0; top: 0; overflow-x: hidden; overflow-y: scroll; } .CodeMirror-hscrollbar { bottom: 0; left: 0; overflow-y: hidden; overflow-x: scroll; } .CodeMirror-scrollbar-filler { right: 0; bottom: 0; } .CodeMirror-gutter-filler { left: 0; bottom: 0; } .CodeMirror-gutters { position: absolute; left: 0; top: 0; min-height: 100%; z-index: 3; } .CodeMirror-gutter { white-space: normal; height: 100%; display: inline-block; vertical-align: top; margin-bottom: -50px; } .CodeMirror-gutter-wrapper { position: absolute; z-index: 4; background: none !important; border: none !important; } .CodeMirror-gutter-background { position: absolute; top: 0; bottom: 0; z-index: 4; } .CodeMirror-gutter-elt { position: absolute; cursor: default; z-index: 4; } .CodeMirror-gutter-wrapper ::selection { background-color: transparent; } .CodeMirror-gutter-wrapper ::-moz-selection { background-color: transparent; } .CodeMirror-lines { cursor: text; min-height: 1px; } .CodeMirror pre.CodeMirror-line, .CodeMirror pre.CodeMirror-line-like { border-radius: 0; border-width: 0; background: transparent; font-family: inherit; font-size: inherit; margin: 0; white-space: pre; word-wrap: normal; line-height: inherit; color: inherit; z-index: 2; position: relative; overflow: visible; -webkit-tap-highlight-color: transparent; font-feature-settings: "calt"; font-variant-ligatures: contextual; } .CodeMirror-wrap pre.CodeMirror-line, .CodeMirror-wrap pre.CodeMirror-line-like { word-wrap: break-word; white-space: pre-wrap; word-break: normal; } .CodeMirror-linebackground { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 0; } .CodeMirror-linewidget { position: relative; z-index: 2; padding: 0.1px; } .CodeMirror-rtl pre { direction: rtl; } .CodeMirror-code { outline: none; } .CodeMirror-gutter, .CodeMirror-gutters, .CodeMirror-linenumber, .CodeMirror-scroll, .CodeMirror-sizer { box-sizing: content-box; } .CodeMirror-measure { position: absolute; width: 100%; height: 0; overflow: hidden; visibility: hidden; } .CodeMirror-cursor { position: absolute; pointer-events: none; } .CodeMirror-measure pre { position: static; } div.CodeMirror-cursors { visibility: hidden; position: relative; z-index: 3; } .CodeMirror-focused div.CodeMirror-cursors, div.CodeMirror-dragcursors { visibility: visible; } .CodeMirror-selected { background: #d9d9d9; } .CodeMirror-focused .CodeMirror-selected { background: #d7d4f0; } .CodeMirror-crosshair { cursor: crosshair; } .CodeMirror-line::selection, .CodeMirror-line > span::selection, .CodeMirror-line > span > span::selection { background: #d7d4f0; } .CodeMirror-line::-moz-selection, .CodeMirror-line > span::-moz-selection, .CodeMirror-line > span > span::-moz-selection { background: #d7d4f0; } .cm-searching { background-color: #ffa; background-color: rgba(255, 255, 0, 0.4); } .cm-force-border { padding-right: 0.1px; } @media print { .CodeMirror div.CodeMirror-cursors { visibility: hidden; } } .cm-tab-wrap-hack:after { content: ""; } span.CodeMirror-selectedtext { background: none; } .v-md-container { border: 1px solid #ddd; background: #fff; } .v-md-container > .v-md-toolbar { padding: 8px 5px; border-bottom: 1px solid #ddd; background: #f5f5f5; } .v-md-wrapper { position: relative; } .v-md-preview { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 999; background: #fff; padding: 5px; overflow: auto; color: #333; height: auto !important; } .v-md-fullscreen { width: 100%; height: 100% !important; top: 0; left: 0; right: 0; bottom: 0; position: fixed; overflow: hidden; z-index: 99999; } .v-md-fullscreen .v-md-preview { position: fixed !important; top: 52px; } .v-md-auto-resize .CodeMirror { height: auto !important; } .v-md-auto-resize .CodeMirror-scroll { overflow: auto; height: auto; overflow: visible; position: relative; outline: none; min-height: 250px; } .v-md-wrapper .CodeMirror-fullscreen { position: fixed !important; top: 52px; left: 0; right: 0; bottom: 0; height: auto !important; z-index: 9; } </style > <style type="text/css" > .line-wrapper[data-v-1f9c0d86] { width: 100%; background-repeat: repeat; height: 40px; } </style > <style type="text/css" > .btn-premium[data-v-3e4436ba] { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; padding: 8px 15px; border: none !important; border-radius: 5px; } </style > <style type="text/css" > .fitVids-wrapper { position: relative; z-index: 1; width: 100%; padding-bottom: 56.25%; height: 0; } .fitVids-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } </style > <style type="text/css" > .live_info[data-v-dfb84464] { white-space: pre-wrap; } .is_preview .wow[data-v-dfb84464] { visibility: visible !important; } </style > <style type="text/css" > .music-control[data-v-3ae65d9e] { width: 40px; height: 40px; position: fixed; z-index: 99; right: 10px; top: 10px; text-align: center; border-radius: 50%; padding-top: 8px; } .music-control.off[data-v-3ae65d9e] { filter: grayscale(100%); } #also_inviting[data-v-3ae65d9e] { list-style-type: circle; } #also_inviting li[data-v-3ae65d9e] { display: block !important; text-transform: inherit !important; padding: 0 !important; margin-bottom: 12px; } #widget[data-v-3ae65d9e] { position: relative; } #widget .shape[data-v-3ae65d9e] { display: none; position: absolute; bottom: -1px; left: 0; right: 0; } #footer p[data-v-3ae65d9e] { margin-bottom: 0; text-align: center; font-size: 12px; } #footer p.link a[data-v-3ae65d9e] { color: #2d2d2d; } #footer p.link span[data-v-3ae65d9e] { color: #f63854; } #footer p img[data-v-3ae65d9e] { width: 55px; padding-bottom: 30px; } .layout-cover[data-v-3ae65d9e] { background-color: #fff; } .layout-cover .attendance-wrap[data-v-3ae65d9e] { width: 80%; margin: 0 auto 20px; } .layout-cover .attendance-wrap p[data-v-3ae65d9e] { margin-top: 10px; } .layout-cover.noscroll[data-v-3ae65d9e] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-3ae65d9e] { height: 100%; } .style_jawa #quote[data-v-3ae65d9e] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-3ae65d9e], .style_jawa #galleries[data-v-3ae65d9e] { background-color: #f7bd78; color: #562016; } #quote[data-v-3ae65d9e] { padding: 40px 0; } #quote .shapeBottom[data-v-3ae65d9e] { position: absolute; left: 0; right: 0; display: none; bottom: -75px; } #separator[data-v-3ae65d9e] { padding-bottom: 0; } .darkMode #footer[data-v-3ae65d9e], .darkMode section[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #footer .link a[data-v-3ae65d9e], .darkMode #footer p[data-v-3ae65d9e] { color: #fff; } .darkMode #quote[data-v-3ae65d9e] { background-color: #2d2d2d; color: #fff; } .darkMode #separator[data-v-3ae65d9e] { background-color: transparent; } .darkMode #separator .quotes[data-v-3ae65d9e] { color: #fff; } .darkMode #coupleProfile[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-3ae65d9e], .darkMode #coupleProfile .male[data-v-3ae65d9e] { color: #fff; } .darkMode #galleries[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #galleries p[data-v-3ae65d9e] { color: #fff; } .darkMode #weddingDetail[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-3ae65d9e], .darkMode #weddingDetail #countdown li[data-v-3ae65d9e], .darkMode #weddingDetail #countdown p[data-v-3ae65d9e], .darkMode #weddingDetail p[data-v-3ae65d9e] { color: #fff; } .darkMode #wishes[data-v-3ae65d9e] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-3ae65d9e] { filter: invert(100%); } .darkMode h4[data-v-3ae65d9e], .darkMode section h1[data-v-3ae65d9e] { color: #fff; } .rundown[data-v-3ae65d9e] { text-align: center; } .rundown .item-rundown[data-v-3ae65d9e] { margin: 30px 0; } .rundown .item-rundown button[data-v-3ae65d9e] { margin-top: 10px; } .rundown .item-rundown h1[data-v-3ae65d9e] { text-transform: capitalize; } .rundown p[data-v-3ae65d9e] { margin-bottom: 5px; } #countdown[data-v-3ae65d9e], #maps[data-v-3ae65d9e] { padding-top: 50px; } #countdown p[data-v-3ae65d9e], #countdown ul[data-v-3ae65d9e] { text-align: center; } #countdown ul[data-v-3ae65d9e] { padding-left: 0; } #countdown li[data-v-3ae65d9e] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-3ae65d9e] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-3ae65d9e] { font-size: 4.5rem; } #countdown li span[data-v-3ae65d9e] { display: block; font-size: 1.5rem; line-height: 1; } #countdown .wrapBtn[data-v-3ae65d9e] { position: relative; } #countdown .shapeCountdown[data-v-3ae65d9e] { position: absolute; width: 100%; left: 0; display: none; } .notif-wrap[data-v-3ae65d9e] { margin-top: 20px; } @media only screen and (max-width: 400px) { .item-rundown[data-v-3ae65d9e] { flex-basis: inherit; } } @media only screen and (max-width: 1024px) { .premium #days[data-v-3ae65d9e] { background: #fff; } } @media only screen and (min-width: 1024px) { .layout-cover:not(.mobile) #countdown li[data-v-3ae65d9e] { font-size: 1.5em; display: inline-block; } .layout-cover:not(.mobile) #countdown li#days[data-v-3ae65d9e] { display: inline-block; } .layout-cover:not(.mobile) #countdown li span[data-v-3ae65d9e] { font-size: 4.5rem; } .layout-cover:not(.mobile) .premium #maps[data-v-3ae65d9e], .layout-cover:not(.mobile) .premium .video[data-v-3ae65d9e] { width: 90%; margin: 1rem 5%; } .layout-cover:not(.mobile) .premium #coupleProfile[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_top1.4bf5403.jpg); } .layout-cover:not(.mobile) .premium #coupleProfile .male[data-v-3ae65d9e], .layout-cover:not(.mobile) .premium .rundown[data-v-3ae65d9e] { background-image: none; } .layout-cover:not(.mobile) .premium .rundown[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant4.20493f0.jpg); background-size: cover; } .layout-cover:not(.mobile) .premium #also_inviting[data-v-3ae65d9e] { background-image: none; } .layout-cover.mobile .premium #days[data-v-3ae65d9e] { background: #fff; } } .quotes[data-v-3ae65d9e] { white-space: pre-wrap; text-align: center; font-weight: 600; font-size: 15px; font-family: inherit; font-style: italic; line-height: 1.7; } .instagram[data-v-3ae65d9e] { margin: 1px 10px; display: inline-block; } .instagram img[data-v-3ae65d9e] { width: 36px !important; } .premium #coupleProfile[data-v-3ae65d9e] { background-color: #fff; background-image: url(/_nuxt/img/elegant4.20493f0.jpg); background-size: contain; background-repeat: no-repeat; } .premium #coupleProfile .male[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant41.126907f.jpg); } .premium #coupleProfile .male[data-v-3ae65d9e], .premium #galleries[data-v-3ae65d9e] { background-size: contain; background-repeat: no-repeat; } .premium #galleries[data-v-3ae65d9e] { background-image: url(/_nuxt/img/simple_flower.a8a9127.jpg); background-color: #fff; } .premium #wishes[data-v-3ae65d9e] { width: 90%; margin: 0 5%; } .premium #footer[data-v-3ae65d9e], .premium #weddingDetail[data-v-3ae65d9e] { background-color: #fff; } .premium #rsvp[data-v-3ae65d9e] { width: 90%; margin: 2rem 5% 0; } .premium .rundown[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_top.ee5a7dc.jpg); background-size: contain; background-repeat: no-repeat; } .premium #also_inviting[data-v-3ae65d9e] { background-image: url(/_nuxt/img/elegant_bottom.d44e0f9.jpg); background-size: cover; background-repeat: no-repeat; padding-bottom: 20px; } .premium #quote[data-v-3ae65d9e] { background-size: cover; padding: 15px 20px; width: 90%; margin: 1rem 5%; } .premium #quote .quotes[data-v-3ae65d9e] { color: #794615; font-size: 18px; } #coupleProfile .male_name[data-v-3ae65d9e] { float: left; width: 100%; } #coupleProfile .call-name[data-v-3ae65d9e] { font-size: 5rem; } #coupleProfile .male[data-v-3ae65d9e] { text-align: left; } #coupleProfile .female[data-v-3ae65d9e] { text-align: right; } #coupleProfile .img-couple[data-v-3ae65d9e] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-3ae65d9e] { margin: 5px; } #coupleProfile .grid-profile[data-v-3ae65d9e] { display: grid; grid-template-columns: repeat(2, 1fr); padding: 0; } #coupleProfile .grid-profile .box[data-v-3ae65d9e], #coupleProfile .grid-profile .box-female[data-v-3ae65d9e] { margin-bottom: 0; } #coupleProfile .grid-profile .profil-info[data-v-3ae65d9e] { padding: 0 10px; align-self: center; } #coupleProfile .grid-profile .profil-info p[data-v-3ae65d9e] { font-size: 10px; margin: 0; } #coupleProfile .grid-profile .imgWrapper[data-v-3ae65d9e]:before { content: ""; height: 0; display: inline-block; padding-top: 100%; width: 1px; position: relative; } #coupleProfile .grid-profile .imgWrapper:before img[data-v-3ae65d9e] { position: absolute; top: 0; left: 0; bottom: 0; } section[data-v-3ae65d9e] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-3ae65d9e], .box-female[data-v-3ae65d9e] { position: relative; text-align: center; } .box img[data-v-3ae65d9e] { left: 0; } .box-female img[data-v-3ae65d9e], .box img[data-v-3ae65d9e] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-3ae65d9e] { right: 0; } .box[data-v-3ae65d9e], .box-female[data-v-3ae65d9e] { margin-bottom: 20px; } .line-separator[data-v-3ae65d9e] { position: relative; } .separator-img[data-v-3ae65d9e] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .attendance-wrap[data-v-3ae65d9e], .layout-cover:not(.is_preview) .attendance-wrap[data-v-3ae65d9e] { width: 50%; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box-separator[data-v-3ae65d9e] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box-separator[data-v-3ae65d9e]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-3ae65d9e], .layout-cover:not(.is_preview) .separator-img[data-v-3ae65d9e] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-3ae65d9e], .layout-cover:not(.is_preview) .widget[data-v-3ae65d9e] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-3ae65d9e], .layout-cover:not(.is_preview) .line-separator[data-v-3ae65d9e] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .google-maps[data-v-3ae65d9e], .layout-cover:not(.is_preview) .google-maps[data-v-3ae65d9e] { padding-bottom: 47%; } .layout-cover.is_preview:not(.mobile) .box[data-v-3ae65d9e], .layout-cover.is_preview:not(.mobile) .box-female[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box[data-v-3ae65d9e], .layout-cover:not(.is_preview) .box-female[data-v-3ae65d9e] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-3ae65d9e]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box-female[data-v-3ae65d9e]:after, .layout-cover:not(.is_preview) .box[data-v-3ae65d9e]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-3ae65d9e] { justify-content: space-between; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-3ae65d9e], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-3ae65d9e] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-3ae65d9e], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-3ae65d9e] { width: 100%; } } .layout-cover.mobile .container[data-v-3ae65d9e] { width: 100%; } .layout-cover.mobile .item-rundown[data-v-3ae65d9e] { flex-basis: inherit; } .layout-cover.mobile .col-lg-4[data-v-3ae65d9e], .layout-cover.mobile .col-lg-5[data-v-3ae65d9e], .layout-cover.mobile .col-lg-6[data-v-3ae65d9e], .layout-cover.mobile .col-xl-2[data-v-3ae65d9e] { flex: 0 0 100%; max-width: 100%; } .overlay-change-photo[data-v-3ae65d9e] { position: relative; text-align: center; } .overlay-change-photo p[data-v-3ae65d9e] { text-align: center; width: 100%; position: absolute; z-index: 9; top: 50%; } .is_preview .wow[data-v-3ae65d9e] { visibility: visible !important; } #coupleProfile .couple-detail[data-v-3ae65d9e] { font-size: 16px; } #coupleProfile .couple-detail p[data-v-3ae65d9e] { font-size: 14px; } </style > <style type="text/css" > .layout_style2 #welcome { position: relative; z-index: 9; } </style > <style type="text/css" > .layout-cover[data-v-ae7912da] { background-color: #fff; } .layout-cover.noscroll[data-v-ae7912da] { height: 68vh; overflow: hidden; } .layout-cover.is_preview.mobile[data-v-ae7912da] { height: 100%; } .style_jawa #quote[data-v-ae7912da] { background-color: #9f492d; color: #f7bd78; } .style_jawa #coupleProfile[data-v-ae7912da], .style_jawa #galleries[data-v-ae7912da] { background-color: #f7bd78; color: #562016; } #quote[data-v-ae7912da] { padding: 40px 0; } #separator[data-v-ae7912da] { padding-bottom: 0; } .darkMode #quote[data-v-ae7912da], .darkMode section[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #quote[data-v-ae7912da] { color: #fff; } .darkMode #separator[data-v-ae7912da] { background-color: transparent; } .darkMode #separator .quotes[data-v-ae7912da] { color: #fff; } .darkMode #coupleProfile[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #coupleProfile .female[data-v-ae7912da], .darkMode #coupleProfile .male[data-v-ae7912da] { color: #fff; } .darkMode #galleries[data-v-ae7912da], .darkMode #weddingDetail[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode #weddingDetail #countdown h3[data-v-ae7912da], .darkMode #weddingDetail #countdown li[data-v-ae7912da], .darkMode #weddingDetail #countdown p[data-v-ae7912da] { color: #fff; } .darkMode #wishes[data-v-ae7912da] { background-color: #2d2d2d; } .darkMode .google-maps[data-v-ae7912da] { filter: invert(100%); } .darkMode section h1[data-v-ae7912da] { color: #fff; } .rundown[data-v-ae7912da] { text-align: center; } .rundown .item-rundown[data-v-ae7912da] { margin: 30px 0; } .rundown p[data-v-ae7912da] { margin-bottom: 5px; } #countdown[data-v-ae7912da], #maps[data-v-ae7912da] { padding-top: 50px; } #countdown p[data-v-ae7912da], #countdown ul[data-v-ae7912da] { text-align: center; } #countdown ul[data-v-ae7912da] { padding-left: 0; } #countdown li[data-v-ae7912da] { display: inline-block; list-style-type: none; font-size: 1em; padding: 1em; text-transform: uppercase; text-align: center; } #countdown li#days[data-v-ae7912da] { font-size: 1.5em; display: block; } #countdown li#days span[data-v-ae7912da] { font-size: 4.5rem; } #countdown li span[data-v-ae7912da] { display: block; font-size: 1.5rem; line-height: 1; } @media only screen and (min-width: 1024px) { .layout-cover:not(.mobile) #countdown li[data-v-ae7912da] { font-size: 1.5em; display: inline-block; } .layout-cover:not(.mobile) #countdown li#days[data-v-ae7912da] { display: inline-block; } .layout-cover:not(.mobile) #countdown li span[data-v-ae7912da] { font-size: 4.5rem; } } .quotes[data-v-ae7912da] { text-align: center; font-weight: 600; font-size: 20px; } #coupleProfile .male[data-v-ae7912da] { text-align: left; } #coupleProfile .female[data-v-ae7912da] { text-align: right; } #coupleProfile .img-couple[data-v-ae7912da] { width: 40%; display: inline-block; margin-bottom: 20px; } #coupleProfile p[data-v-ae7912da] { margin: 5px; } section[data-v-ae7912da] { padding-top: 30px; padding-bottom: 30px; width: 100%; float: left; margin-top: -1px; } .box[data-v-ae7912da], .box-female[data-v-ae7912da] { position: relative; } .box img[data-v-ae7912da] { left: 0; } .box-female img[data-v-ae7912da], .box img[data-v-ae7912da] { position: absolute; top: 0; width: 100%; height: 100%; } .box-female img[data-v-ae7912da] { right: 0; } .box[data-v-ae7912da], .box-female[data-v-ae7912da] { margin-bottom: 20px; } .line-separator[data-v-ae7912da] { position: relative; } .separator-img[data-v-ae7912da] { width: 100vw; } @media only screen and (min-width: 1024px) { .layout-cover.is_preview:not(.mobile) .box-separator[data-v-ae7912da], .layout-cover:not(.is_preview) .box-separator[data-v-ae7912da] { height: 100vh; width: 100%; margin: 0 auto; z-index: -1; position: relative; overflow: hidden; } .layout-cover.is_preview:not(.mobile) .box-separator[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box-separator[data-v-ae7912da]:after { content: ""; height: 100%; width: 100%; position: absolute; } .layout-cover.is_preview:not(.mobile) .separator-img[data-v-ae7912da], .layout-cover:not(.is_preview) .separator-img[data-v-ae7912da] { width: 100%; height: 100%; position: absolute; top: 0; left: 0; bottom: 0; z-index: -2; -o-filter: blur(18px); filter: blur(18px); } .layout-cover.is_preview:not(.mobile) .widget[data-v-ae7912da], .layout-cover:not(.is_preview) .widget[data-v-ae7912da] { height: 100vh; width: 100%; overflow: hidden; -ms-background-size: contain; background-size: contain; -webkit-background-repeat: no-repeat; -moz-background-repeat: no-repeat; -ms-background-repeat: no-repeat; -o-background-repeat: no-repeat; background-repeat: no-repeat; -webkit-background-position: center; -moz-background-position: center; -ms-background-position: center; -o-background-position: center; background-position: 50%; } .layout-cover.is_preview:not(.mobile) .line-separator[data-v-ae7912da], .layout-cover:not(.is_preview) .line-separator[data-v-ae7912da] { margin-top: -110px; } .layout-cover.is_preview:not(.mobile) .google-maps[data-v-ae7912da], .layout-cover:not(.is_preview) .google-maps[data-v-ae7912da] { padding-bottom: 47%; } .layout-cover.is_preview:not(.mobile) .box[data-v-ae7912da], .layout-cover.is_preview:not(.mobile) .box-female[data-v-ae7912da], .layout-cover:not(.is_preview) .box[data-v-ae7912da], .layout-cover:not(.is_preview) .box-female[data-v-ae7912da] { margin-bottom: 50px; } .layout-cover.is_preview:not(.mobile) .box-female[data-v-ae7912da]:after, .layout-cover.is_preview:not(.mobile) .box[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box-female[data-v-ae7912da]:after, .layout-cover:not(.is_preview) .box[data-v-ae7912da]:after { padding-bottom: 100%; } .layout-cover.is_preview:not(.mobile) #coupleProfile .row[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .row[data-v-ae7912da] { justify-content: space-between; } .layout-cover.is_preview:not(.mobile) #coupleProfile .female[data-v-ae7912da], .layout-cover.is_preview:not(.mobile) #coupleProfile .male[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .female[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .male[data-v-ae7912da] { text-align: center; } .layout-cover.is_preview:not(.mobile) #coupleProfile .img-couple[data-v-ae7912da], .layout-cover:not(.is_preview) #coupleProfile .img-couple[data-v-ae7912da] { width: 100%; } } .layout-cover.mobile .container[data-v-ae7912da] { width: 100%; } .layout-cover.mobile .col-lg-4[data-v-ae7912da], .layout-cover.mobile .col-lg-5[data-v-ae7912da], .layout-cover.mobile .col-lg-6[data-v-ae7912da], .layout-cover.mobile .col-xl-2[data-v-ae7912da] { flex: 0 0 100%; max-width: 100%; }
0.363986
0.113973
body{ font-size: 16px; font-weight: 300; line-height:28px; font-family: 'Montserrat', sans-serif; } @font-face { font-family: 'MoolBoran'; src: url('../fonts/MoolBoran.eot?#iefix') format('embedded-opentype'), url('../fonts/MoolBoran.woff') format('woff'), url('../fonts/MoolBoran.ttf') format('truetype'), url('../fonts/MoolBoran.svg#MoolBoran') format('svg'); font-weight: normal; font-style: normal; } .nav-main{ background: #151515b3; position: absolute; transform: translate(-50%); left: 50%; width: 100%; float: left; z-index: 1; } .mynavbar{ background:none; float: none; } .mynav-list{ margin:18px 0px; } .mynav-list li a{ text-transform: uppercase; font-size: 16px; color: #fff !important; font-weight: 300; transition:all 0.3s ease-in-out; } .mynav-list > .actv > a:focus{ background: none !important; color: #14B96D !important; } .mynav-list li a:hover{ color: #ff6100 !important; text-decoration: none; } .dropdown-menu li:hover { cursor: pointer; } .hero-slide{ width: 100%; height: 100%; background: url(../images/hero.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 4em; } .hero-container{ float:left; margin-top:5em; width:100%; } .slide-left{ position: relative; top: 3em; } .slide-left h1{ font-size: 55px; font-weight: 300; color: #fff; } .slide-left p{ font-weight: 300; color: #fff; padding-right: 40px; margin-top: 2em; } .slide-left h4{ margin-top: 2em; } .slide-left h4 a{ color: #fff; font-weight: 300; font-size: 16px; border: 1px solid #fff; padding: 15px; border-radius: 4px; vertical-align: middle; width: auto; display: inline-block; text-align: center; margin-right: 10px; transition:all 0.3s ease-in-out; } .slide-left h4 a:hover{ text-decoration: none; cursor: pointer; background: #fff; color: #333; } .slide-right img{ width: 100%; } .welcome-main{ width: 100%; height: 100%; background: url(../images/welcomebg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; } .welcome-inner{ text-align: center; color: #fff; float: left; width: 100%; } .welcome-inner h2{ font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; } .welcome-inner p{ text-transform: uppercase; letter-spacing: 4px; margin-top: 1em; } .welcome-inner h4 span{ border-bottom: 5px solid #ff6100; display: inline-block; width: 111px; height: 5px; position: relative; } .welcome-inner h4 span::after{ content: ''; height: 1px; width: 222px; background: #fff; position: absolute; left: 130px; top: 2px; } .welcome-inner h4 span::before{ content: ''; height: 1px; width: 222px; background: #fff; position: absolute; right: 130px; top: 2px; } .how-work{ width: 100%; height: 100%; background: url(../images/how.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; text-align: center; } .how-work h4 span{ border-bottom: 5px solid #ff6100; display: inline-block; width: 111px; height: 5px; position: relative; } .how-work h4 span::after{ content: ''; height: 1px; width: 130px; background: #c2c2c2; position: absolute; left: 130px; top: 2px; } .how-work h4 span::before{ content: ''; height: 1px; width: 130px; background: #c2c2c2; position: absolute; right: 130px; top: 2px; } .how-work h2{ font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; color: #000; } .work-inside{ float: left; width: 100%; margin-top: 4em; } .work-inside h3{ text-transform: uppercase; font-size: 20px; font-weight: 500px; color: #000; } .work-inside p{ font-size: 18px; color: #454545; } .mobile-zone{ float: left; width: 100%; text-align: center; margin-top: 5em; } .mobile-zone img{ width: 100%; max-width: 957px; } .testi-main{ background: #000; float: left; width: 100%; padding-top: 4em; padding-bottom: 4em; } .review{ text-align: right; color: #fff; padding: 10px 40px 0 90px; } .review h1{ font-size: 46px; font-weight: 300; } .review h4{ font-size: 29px; font-weight: 300; } .review p{ color: #c2c1c1; font-size: 18px; } .user{ border-left: 1px solid #363636; } .user img{ width: 100%; max-width: 300px; border-radius: 50%; margin: auto; filter: gray; filter: grayscale(100%); transition: all 0.3s ease-in-out; } .user img:hover{ filter: grayscale(0%); } .carousel-control{ color:#31708f; width:5%; } .carousel-control:hover, .carousel-control:focus{ color:#31708f; } .carousel-control.left, .carousel-control.right { background-image: none; } .carousel-control.left, .carousel-control.right img{ position: absolute; top: 50%; display: inline-block; } .venue-main{ width: 100%; height: 100%; background: url(../images/venu.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; text-align: center; } .venue-main h1{ font-size: 50px; font-weight: 500; color: #fff; margin-bottom: 1em; } .venue-main p a{ text-decoration: none; color: #fff; background: #ff6100; padding: 20px; font-size: 22px; font-weight: normal; border-radius: 4px; max-width: 405px; display: inline-block; width: 100%; transition: all 0.3s ease-in-out; } .venue-main p a:hover{ background: #fff; color: #000; } .touch-main{ width: 100%; height: 100%; float: left; /*padding-bottom: 5em;*/ /*padding-top: 2em;*/ float: left; width: 100%; background: url(../images/touch.png); background-repeat: no-repeat; background-position: center; } .touch-inside{ float: left; width: 100%; background: url(../images/touch.png); background-repeat: no-repeat; background-position: center; } .touch-inside label{ font-weight:300; } .touch-inside .submit{ text-align:center; } .touch-inside .submitResponce{ text-align:center; margin-top: 10px; } .touch-inside input[type="text"] { width: 100%; max-width: 100%; } .touch-inside textarea { width: 100%; max-width: 100%; } .touch-form{ background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 5em auto; margin-bottom: 5em !important; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } .touch-form h3{ text-transform: uppercase; font-size: 24px; text-align: center; margin-bottom: 2em; } .touch-form textarea{ border-bottom: 1px solid #e6e6e6 !important; border: none; font-weight: normal; font-size: 15px; color: #666; margin-bottom: 2em; width: 100%; resize: none; } .touch-form input[type="submit"]{ background: #ff6100; font-size: 14px; font-weight: 400; color: #fff; padding: 15px; max-width: 218px; border: none; border-radius: 4px; box-shadow: 1px 1px 6px -2px #666; width: 100%; transition: all 0.3s ease-in-out; } .touch-form input[type="submit"]:hover{ background: #fff; color: #000; } .touch-form input[type="email"],.touch-form [type="text"],.touch-form select{ border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom: 12px; background: none; } footer{ float: left; width: 100%; background: #000; padding-top: 2em; padding-bottom: 2em; text-align: center; } footer h4{ text-align: center; margin: 1em; } footer ul { list-style: none; margin: 2em; display: flex; justify-content: center; align-items: center; padding:0; } footer ul li{ float: left; border-right: 1px solid #a3a3a3; padding: 2px 15px; line-height: 5px; } footer ul li:last-child{ border-right: none; } footer ul li a{ color: #a3a3a3; font-size: 14px; } footer ul li a:hover{ color: #ff6100; text-decoration: none; } footer p{ font-size: 16px; color: #fff; font-weight: 400; } footer span{ border-right: 1px solid #31302f; padding: 4px 20px; } footer span:last-child{ border-right: none; text-transform: uppercase; } footer b{ font-weight: 400; color: #a3a3a3; text-transform: capitalize; } footer .social-icons a{ color: #a3a3a3; border: 1px solid #a3a3a3; padding: 7px; border-radius: 4px; width: 34px; height: 34px; transition:all 0.3s ease-in-out; } footer .social-icons a:hover{ text-decoration: none; border-radius: 50%; background: #fff; color: #000; } footer small{ color: #a3a3a3; font-size: 13px; } /*------------ end home ------------*/ /*------------ start vanue ------------*/ .vanue-hero{ width: 100%; height: 100%; background: url(../images/vanuebg2.png); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 2em; padding-top: 7em; background-position: center; } .vanue-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .vanue-inside h1{ font-size: 54px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .vanue-inside p{ color: #e1e2e2; padding: 30px; } .feature-main{ background: #000; float: left; width: 100%; padding-top: 4em; padding-bottom: 4em; } .feature-inside{ text-align: center; color: #8a8a8a; } .feature-inside h3{ font-size: 20px; font-weight: normal; color: #fff; } .app-main{ background: #fff; color: #626262; float: left; width: 100%; padding-top: 4em; } .app-left{ position: relative; top: 0em; } .app-left h1{ font-size: 37px; font-weight: 300; color: #000; } .app-left h1 b{ font-weight: 500; } .app-left h4 { margin-top: 1em; margin-bottom: 0; } .app-left h4 a { color: #fff; border: 2px solid #ff6100; padding: 15px; max-width: 199px; display: block; text-align: center; width: auto; font-weight: 400; transition: all 0.3s ease-in-out; background-color: #ff6100; } .app-left h4 a:hover { color: #000; text-decoration: none; border: 2px solid #ff6100; background-color: transparent; } .app-right img{ width: 100%; } .app-right p{ margin: 0; position: relative; left: 100px; } .future-main{ width: 100%; height: 100%; background: url(../images/drkfu.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom:6em; padding-top:6em; } .future-inside{ margin: auto; max-width:648px; background: #fffc; padding: 3em 2em 3em 2em; text-align: center; } .future-inside h1{ font-size: 66px; font-family: 'MoolBoran'; color: #000; } .future-inside h4 a{ max-width: 323px; width: auto; color: #fff; font-weight: 400; background: #000; padding: 20px; border-radius: 4px; display: block; margin: 2em auto; transition: all 0.3s ease-in-out; } .future-inside h4 a:hover{ text-decoration: none; background: #fff; color: #000; } /*------------ start Job ------------*/ .job-hero{ width: 100%; height: 100%; background: url(../images/jobbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 7em; background-position: center; } .job-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .job-inside h1{ font-size: 49px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .job-inside p{ color: #e1e2e2; padding: 30px; } .weget-main{ float: left; width: 100%; padding-top: 4em; padding-bottom: 2em; text-align: center; color: #797979; } .weget-inside{ float: left; margin-bottom: 2em; width: auto; } .weget-inside h1{ font-size:50px; font-weight: 400; color:#000; } .weget-inside p{ font-size: 20px; font-weight: 400; padding: 1em 6em 0 6em; } .weget-inside span{ font-size: 20px; color: #ff6100; font-weight: 400; padding-top: .5em; display: block; } .bigger-items{ margin-top: 2em; font-size: 18px; float: left; } .bigger-items h3{ font-size: 24px; font-weight: 300; color: #000; } .bigger-items .bigger-inside{ box-shadow: 0 0 5px -2px #888; border: 1px solid #ddd; padding: 2em 1em 1em 1em; } .vacancie-main{ float: left; width: 100%; padding-top: 2em; padding-bottom: 6em; } .vacancie-main h1{ font-size: 50px; font-weight: 400; text-align: center; color: #000; margin-bottom: 1em; } .vacancie-main img{ width: 100%; filter: grayscale(0%); } .vacancie-main img:hover{ filter: gray; filter: grayscale(100%); } .vacancie-main h2{ position: absolute; transform: translate(-50%); left: 50%; font-size: 34px; top: 4em; text-align: center; color: #fff; width: 74%; z-index:1; } .faq-hero{ width: 100%; height: 100%; background: url(../images/faqbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 7em; padding-top: 7em; background-position: center; } .faq-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .faq-inside h1{ font-size: 56px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .question-main{ float:left; width:100%; padding-top:4em; padding-bottom:4em; color:#646a7c; font-size:14px; } .question-inside .panel-default{ border-color:#e9e9e9; border-radius: 0; margin-bottom:1em; } .question-inside b{ font-size:16px; font-weight:400; color:#232530; } .question-inside i{ float: right; color: #ff6100; font-family: inherit; font-size: 25px; line-height: 15px; padding-left: 5px; } .question-inside a{ text-decoration:none; } .question-inside .panel-default > .panel-heading{ background:none; padding:15px; border-radius: 0; } .panel-heading.pactive{ border-left:4px solid #ff6100 !important; } .login-hero{ width: 100%; height: 100%; background: url(../images/loginbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 1em; padding-top: 6em; background-position: center; } .login-inside{ max-width: 600px; width: 100%; background: #ffffffe6; margin: 7em auto; padding-top: 3em; padding-bottom: 3em; border-radius: 4px; } .login-inside h1{ font-size:45px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ text-align: center; font-size: 24px; margin-bottom: 1.5em; color:#525252; } .login-inside h6{ border-bottom: 1px solid #dbdbdb; text-align: center; margin-top: 2em; } .login-inside h6 b{ background: #eaeaea; padding: 0 20px 0 20px; position: relative; top: 9px; font-weight: 400; font-size: 20px; color: #646464; } .login-inside h5{ font-size:20px; color:#646464; text-align:center; font-weight:400; margin-top: 2em; } .login-inside h5 i{ color:#000; font-style:normal; } .login-inside span{ display:block; } .login-inside label{ font-size:18px; font-weight:300; clear:both; } .login-inside label a{ text-decoration:none; color:#ff6100; } .login-inside label:nth-child(1){ color:#646464; } .login-inside label:nth-child(2){ color:#ff6100; float: right; } .login-inside input[type="email"], [type="password"], input[type="text"], textarea{ border:1px solid #c7c7c7 ; color:#666; max-width: 424px; width: 100%; border-radius: 4px; padding: 6px; margin-bottom: .5em; background: none; } .login-inside.wow.animated input[type="text"] { border: 1px solid #c7c7c7 !important; border-radius: 4px !important; padding: 12px !important } .login-inside.wow.animated input[type="email"], .login-inside.wow.animated input[type="password"] { border: 1px solid #c7c7c7 !important; border-radius: 4px !important; padding: 12px !important; margin-bottom: 0 !important; } .login-inside input[type="submit"]{ max-width: 425px; width: 100%; border-radius: 4px; padding: 12px; color:#fff; border: none; margin-top: 2em; transition:all 0.3s ease-in-out; } .login-inside input[type="submit"]:hover{ background: #000; } .login-inside .sigin{ background:#ff6100; } .login-inside .siginfb{ background:#3b5998; } .login-inside form{ margin: auto; width: 100%; max-width: 425px; } .contact-hero{ width: 100%; height: 100%; background: url(../images/faqbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 7em; padding-top: 7em; background-position: center; } .contact-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .contact-inside h1{ font-size: 60px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .contact-inside p{ color: #e1e2e2; padding: 30px; } .cotform-main{ float:left; width:100%; padding-top: 4em; padding-bottom: 6em; } .contform-inside{ max-width:970px; width:100%; margin:auto; } .contform-inside form{ margin-top:4em; } .contform-inside h1{ text-align:center; font-size:34px; font-weight:400; color:#222; } .contform-inside p{ text-align:center; font-size:14px; padding: 1em 10em 0 10em; } .contform-inside select{ background:url(../images/arrow-down.png) no-repeat; background-position: 96% center; } .contform-inside input[type="email"],[type="text"],select { border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom:0; } .contform-inside input[type="submit"] { background: #ff6100; color: #fff; border: none; font-size: 14px; padding: 15px; max-width: 225px; width: 100%; transition: all 0.3s ease-in-out; } .contform-inside input[type="submit"]:hover{ background:#000; } .contform-inside textarea{ border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom: 1.5em; } .contform-inside label{ font-weight: 400; width: 48.7%; margin-right:2%; margin-bottom: 18px; position:relative; } .contform-inside label:nth-child(even){ margin-right:0; } .contform-inside span{ display:block; } .contform-inside span:last-child{ text-align:center; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .blog-hero{ width: 100%; height: 100%; background: url(../images/blogbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 7em; background-position: center; } .blog-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #5c4e40; margin: 7em auto; } .blog-inside h1{ font-size: 60px; font-weight: 300; border-bottom: 1px solid #5c4e40; padding: 30px; margin: 0; } .blog-inside p{ color: #e1e2e2; padding: 30px; } .blog-main{ float:left; width:100%; padding-top:3em; padding-bottom:4em; } .categorie h3{ font-size:20px; font-weight:400; position:relative; margin-top: 5px; } .categorie h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 130px; } .categorie ul{ list-style:none; padding:0; margin-top: 1em; } .categorie ul li{ font-size: 14px; border-bottom: 1px solid #e5e5e5; padding: 6px 0; } .categorie ul li:last-child{ border-bottom:none; } .categorie ul li a{ color:#232530; text-decoration:none; } .categorie ul li a:hover{ color:#ff6100; } .latest-product h3{ font-size:20px; font-weight:400; position:relative; } .latest-product h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 80px; } .latest-product{ margin-top: 2em; } .latest-product ul{ list-style:none; padding:0; margin-top: 1.5em; } .latest-product ul li{ display:inline-block; line-height: 22px; margin-bottom: 1em; } .latest-product img{ float: left; padding-right: 10px; } .latest-product span{ font-size:13px; color:#232530; font-weight:400; } .latest-product span i{ font-size:12px; color:#b3b7c8; font-style:normal; display:block; } .add-post{ position:relative; margin-top: 2em; } .add-post img{ width:100%; } .add-post p{ font-size: 14px; position: absolute; transform: translate(-50%); left: 50%; top: 20px; width: 100%; text-align: center; color: #fff; } .add-post span{ color:#ff6100; font-size:24px; font-weight:400; display:block; } .add-post h6{ position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; } .add-post h6 a{ background: #ff6100; color: #fff; padding: 10px 15px; text-transform: uppercase; border-radius: 2px; transition:all 0.3s ease-in-out; } .add-post h6 a:hover{ text-decoration:none; background:#000; color:#fff; } .popular-tag{ margin-top: 3em; } .popular-tag h3{ font-size:20px; font-weight:400; position:relative; } .popular-tag h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 80px; } .popular-tag ul{ list-style:none; padding:0; margin-top: 1.5em; } .popular-tag ul li{ float: left; border: 1px solid #e5e5e5; margin: 0 6px 7px 0; } .popular-tag ul li a{ padding: 5px 20px; text-decoration: none; color: #646a7c; font-size: 12px; font-weight: 400; text-transform: uppercase; } .blog1{ margin-bottom:3em; } .blog1 img{ width:100%; } .blog-coment{ border-bottom: 1px solid #e5e5e5; float: left; width: 100%; color: #646a7c; padding: 20px 0px; font-size: 14px; margin-bottom: 2em; } .blog-coment p:nth-child(1){ float:left; margin:auto; } .blog-coment p:nth-child(2){ float:right; margin:auto; } .blog-coment p i{ font-size:14px; color:#717779; } .blog-content h1{ color:#232530; font-size:30px; font-weight:400; } .blog-content p{ font-size:14px; color:#717779; } .blog-content a{ font-size: 16px; color: #ff6100; font-weight: 400; text-decoration: underline; } .mynav-list li li a { color: #000 !important; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: transparent; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #000; color: #fff !important; } .mynav-list li li a:hover { background-color: #281414; color:#fff; } .mynav-list li li a:hover { color: #fff !important; text-decoration: none; } .french .mynav-list li a { font-size: 12px; padding: 16px 6px; } .german .mynav-list li a { font-size: 14px; } .slide-left a.french { width: 240px !important; } footer .french a { font-size: 12px; } footer .german a { font-size: 13px; } .venue-main a.french { font-size: 18px !important; } .venue-main a.italian { font-size: 20px !important; } .future-inside a.french { font-size: 15px; } .app-left a.german { font-size: 16px; } .future-inside a.german { font-size: 12px; max-width: 371px; } /*******chang********/ .contact-mail ul { padding: 0; margin: 0; list-style: none; display: flex; text-align: center; justify-content: center; } .contact-mail ul li { display: flex; flex-direction: column; margin-right: 50px; } .contact-mail { margin-top: 50px; float: left; width: 100%; } .contact-mail ul a { color: #ff6100; } .ritul-enquiry h2 { font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; color: #000; text-align: center; } .ritul-enquiry h3 { text-transform: uppercase; font-size: 18px; font-weight: 500; color: #000; line-height: 30px; } .ritul-enquiry h4 { float: right; } .ritul-enquiry { float: left; width: 100%; margin-bottom: 50px; } .ritul-enquiry span { color: #ff6100; font-size: 14px; padding-right: 10px; } .touch-inside span { display: block; } .feature-main h2 { font-size: 25px; font-weight: 300; text-transform: uppercase; margin-bottom: 1em; color: #fff; text-align: center; line-height: 30px; margin-top: 0px; } .business-main { float: left; width: 100%; margin-top: 50px; text-align: center; } .business-main h2 {font-size: 38px;font-weight: 300;text-transform: uppercase;margin-bottom: 1em;} .business-main h4 { text-transform: uppercase; font-size: 17px; font-weight: 500; color: #000; line-height: 25px; margin-bottom: 20px; } .business-main p {} .business-main h3 { font-size: 17px; font-weight: 500; color: #605dea; line-height: 25px; margin-bottom: 20px; } .business-main span { color: #605dea; } @media only screen and (min-width: 1025px) and (max-width: 1250px){ .mynav-list li a{ padding:13px; } .app-left { position: relative; top: 0; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .vacancie-main h2{ font-size: 36px; top: 2.5em; } .categorie h3::after { max-width: 80px; } .latest-product h3::after { max-width: 40px; } .popular-tag h3::after { max-width: 50px; } .mynav-list li a { font-size: 15px; } .french .mynav-list li a { font-size: 10px; padding: 16px 3px; } footer .french a { line-height: 20px; } .german .mynav-list li a { font-size: 10px; } footer .german a { line-height: 20px; } .italian .mynav-list li a { font-size: 14px; } footer .italian li a { line-height: 20px; } } @media only screen and (max-width: 1300px){ .app-right p{ position:inherit; } } @media only screen and (min-width: 768px) and (max-width: 1024px){ .mynav-list li a{ padding: 15px 12px; font-size: 12px; } .slide-left { position: relative; top: 0; } .slide-left h1 { font-size: 40px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right: 40px; margin-top: 1em; } .slide-left h4 a{ width: auto; } .work-inside div { margin-bottom: 4em; } .review { text-align: right; color: #fff; padding: 0; padding-left: 10px; } .review h1 { font-size: 38px; font-weight: 300; margin:0; } .user { border-left: 1px solid #363636; padding: 20px; } .review p{ font-size: 16px; } .carousel-control.left{ left: -0.8em; } .carousel-control.right{ right: -0.2em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .venue-main h1 { font-size: 40px; } footer ul li { float: left; border-right: 1px solid #a3a3a3; padding: 2px 10px; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 35px; font-weight: 300; color: #000; } .feature-inside div{ margin-bottom: 2em; } .vacancie-main{ padding-top:0; } .vacancie-main h2{ font-size: 29px; top: 2.5em; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-inside p { padding: 1em 0 0 0; } .contform-inside label { font-weight: 400; width: 48.6%; margin-right: 2%; margin-bottom: 18px; position: relative; } .categorie h3::after { max-width: 80px; } .latest-product h3::after { max-width: 40px; } .popular-tag h3::after { max-width: 50px; } .blog-content h1 { font-size: 25px; } .navbar-header img{ transform: translate(-50%); position: absolute; left: 50%; } .navbar-header { float: none; } .french .mynav-list li a { font-size: 10px; } .slide-left a.french { width: 201px !important; font-size: 12px; } footer .french a { font-size: 12px; line-height: 20px; } .german .mynav-list li a { font-size: 11px; } footer .german a { line-height: 20px; } .navbar-right { display: flex; justify-content: center; width: 100%; } footer .italian li a { line-height: 20px; } footer ul li a { line-height: 20px; } .blog-coment p:nth-child(2) { float: left; } .input-group-addon { border: 1px solid #ccc !important; } } @media only screen and (min-width: 414px) and (max-width: 767px){ .navbar-header{ padding-bottom: 15px; } .mynavbar{ margin: 0; } .navbar-brand{ padding: 5px 25px; } .navbar-brand img{ width: 90%; } .hero-container { float: left; margin-top: 0em; width: 100%; } .slide-left h1 { font-size: 35px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right: 40px; margin-top: 1em; } .slide-left h4 a{ width: auto; } .slide-right{ margin-top: 6em; } .welcome-inner h2,.how-work h2 { font-size: 35px; } .work-inside div { margin-bottom: 4em; } .review { text-align: center; color: #fff; padding: 0; } .review p{ font-size: 16px; } .carousel-control.left{ left:0; } .carousel-control.right{ right:.8em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .venue-main h1 { font-size: 35px; } .user { border-left: none; } .touch-form { background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 4em auto; margin-bottom: 4em; margin-bottom: 10em; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } footer ul li { float: left; border-right: 1px solid #a3a3a3; padding: 2px 6px; } .vanue-hero { padding-bottom:2em; padding-top: 7em; } .vanue-inside{ margin: 1em auto; } .app-main{ padding-top: 2em; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 28px; font-weight: 300; color: #000; } .app-right{ display: none; } .future-main{ padding-bottom: 4em; padding-top: 4em; } .feature-inside div{ margin-bottom: 2em; } .future-inside{ padding: 2em 2em 2em 2em; } .future-inside h1 { font-size: 58px; } .job-hero{ padding-bottom: 2em; padding-top: 7em; } .job-inside{ margin: 1em auto; } .job-inside h1 { font-size: 36px; padding: 20px; } .job-inside p{ padding: 20px; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-main{ padding-bottom:0; } .weget-inside h1 { font-size: 35px; } .weget-inside p { padding: 1em 0 0 0; } .vacancie-main{ padding:0; } .vacancie-main h1 { font-size: 35px; } .vacancie-main div{ margin-bottom:2em; } .vacancie-main h2{ font-size: 29px; top: 2.5em; } .login-hero{ padding-bottom: 4em; padding-top: 4em; } .login-inside{ margin: 3em auto; } .login-inside h1{ font-size:35px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ font-size: 20px; } .login-inside input[type="email"], [type="password"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside input[type="submit"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside label:nth-child(1){ padding-left:1em; } .login-inside label:nth-child(2){ padding-right:1em; } .contact-hero{ padding-bottom: 2em; padding-top: 7em; } .contact-inside{ margin: 1em auto; } .contact-inside h1 { font-size: 36px; padding: 20px; } .contact-inside p{ padding: 20px; } .contform-inside p{ padding:1em 0; } .contform-inside label{ width:100%; } .blog-hero{ padding-bottom: 2em; padding-top: 7em; } .blog-inside{ margin: 1em auto; } .blog-hero h1 { font-size: 36px; padding: 20px; } .blog-hero p{ padding: 20px; } .blog-content h1 { font-size: 25px; } .categorie h3::after { width: 65%; max-width: inherit; } .latest-product h3::after { width: 50%; max-width: inherit; } .popular-tag h3::after { width: 60%; max-width: inherit; } .blog1 { margin-top: 2em; } .welcome-inner h4 span::before { width: 161px; right: 127px; } .welcome-inner h4 span::after { width: 167px; left: 123px; } .slide-left a.french { width: 230px !important; font-size: 14px; } footer .french a { font-size: 14px; } .input-group-addon { border: 1px solid #eee !important; } .blog-coment p:nth-child(2) { float: left; } } @media only screen and (min-width: 320px) and (max-width: 413px){ .nav-main { background: #151515e6; } .mynavbar{ margin: 0; } .navbar-header{ padding-bottom: 15px; } .navbar-brand{ padding: 10px 15px; padding-right: 0; width: 250px; } .navbar-brand img{ width: 90%; } .navbar-toggle{ margin-right: 22px; } .welcome-main{ padding-top: 2em; padding-bottom: 2em; } .welcome-inner h4 span{ width: 80px; } .welcome-inner h4 span::before { content: ''; width: 90px; right: 90px; } .welcome-inner h4 span::after { content: ''; width: 90px; left: 90px; } .hero-container { float: left; margin-top: 0em; width: 100%; } .slide-left h1 { font-size: 35px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right:0; margin-top: 1em; } .slide-left h4 a{ width: auto; margin-right: 0; padding: 10px 5px; } .slide-right{ margin-top: 6em; } .welcome-inner h2,.how-work h2 { font-size: 23px; } .work-inside div { margin-bottom: 4em; } .how-work{ padding-top: 2em; padding-bottom: 3em; } .how-work h4 span{ width: 80px; } .how-work h4 span::before { content: ''; width: 90px; right: 90px; } .how-work h4 span::after { content: ''; width: 90px; left: 90px; } .work-inside { margin-top: 2em; } .mobile-zone{ margin-top: 0; } .review { text-align: center; color: #fff; padding: 0; } .review h1{ font-size: 35px; } .review h4{ font-size: 22px; } .review p{ font-size: 16px; } .carousel-control.left{ left:0; } .carousel-control.right{ right:.8em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .user { border-left: none; } .touch-main{ padding-bottom: 3em; } .touch-form { background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 1em auto; margin-bottom: 4em; margin-bottom: 10em; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } footer ul{ display: inherit; } footer ul li { float: none; border-right: none; padding: 8px 6px; } footer span { border-right: none; padding: 4px 20px; display: block; } /*---------vanue owner------------*/ .vanue-hero { padding-bottom:2em; padding-top: 7em; } .vanue-inside{ margin: 1em auto; } .vanue-inside h1 { font-size: 36px; padding: 20px; } .vanue-inside p{ padding: 20px; } .venue-main p a{ padding: 17px; font-size: 17px; } .venue-main h1{ font-size:22px; } .testi-main{ padding-bottom:0; } .app-main{ padding-top: 2em; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 28px; font-weight: 300; color: #000; } .app-right{ display: none; } .future-main{ padding-bottom: 4em; padding-top: 4em; } .feature-inside div{ margin-bottom: 2em; } .future-inside{ padding: 2em 2em 2em 2em; } .future-inside h1 { font-size: 58px; } .job-hero{ padding-bottom: 2em; padding-top: 7em; } .job-inside{ margin: 1em auto; } .job-inside h1 { font-size: 36px; padding: 20px; } .job-inside p{ padding: 20px; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-main{ padding-bottom:0; } .weget-inside h1 { font-size: 35px; } .weget-inside p { padding: 1em 0 0 0; } .vacancie-main{ padding:0; } .vacancie-main h1 { font-size: 35px; } .vacancie-main div{ margin-bottom:2em; } .vacancie-main h2{ font-size: 25px; top: 2.5em; } .faq-hero{ padding-bottom: 2em; padding-top: 7em; } .faq-inside{ margin: 1em auto; } .faq-inside h1 { font-size: 29px; padding: 20px; } .login-hero{ padding-bottom: 4em; padding-top: 4em; } .login-inside{ margin: 3em auto; } .login-inside h1{ font-size:35px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ font-size: 20px; } .login-inside input[type="email"], [type="password"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside input[type="submit"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside label:nth-child(1){ padding-left:1em; } .login-inside label:nth-child(2){ padding-right:1em; } .login-inside label { font-size: 14px; } .login-inside h6{ margin: 2em auto; width: 90%; } .contact-hero{ padding-bottom: 2em; padding-top: 7em; } .contact-inside{ margin: 1em auto; } .contact-inside h1 { font-size: 36px; padding: 20px; } .contact-inside p{ padding: 20px; } .contform-inside p{ padding:1em 0; } .contform-inside label{ width:100%; } .contform-inside form { margin-top: 2em; } .blog-hero{ padding-bottom: 2em; padding-top: 7em; } .blog-inside{ margin: 1em auto; } .blog-hero h1 { font-size: 36px; padding: 20px; } .blog-hero p{ padding: 20px; } .blog-content h1 { font-size: 25px; } .categorie h3::after { width: 55%; max-width: inherit; } .latest-product h3::after { width: 35%; max-width: inherit; } .popular-tag h3::after { width: 40%; max-width: inherit; } .blog1 { margin-top: 2em; } .blog-coment p:nth-child(1) { float: none; } .blog-coment p:nth-child(2) { float: none; } .input-group-addon { border: 1px solid #eee !important; } } @media only screen and (min-width: 320px) and (max-width: 653px){ .touch-form span input { width: 100% !important; float: none; margin-right:0; } footer ul{ display: inherit; } footer ul li { float: none; border-right: none; padding: 8px 6px; } footer span { border-right: none; padding: 4px 20px; display: block; } } .blog_img img{ width:100%; } .blog_line{ border: 1px solid #ccc; padding: 30px; } .bg_border { border-bottom: 2px solid; border-top: 2px solid; margin-top: 30px; } .bg_border h2 { margin-top: 15px; margin-bottom: 15px; text-align: center; } .scrch_bg{ } .scrch_bg h2 { background-color: #000; padding: 20px; margin-top: 0px; font-size: 16px; color: #fff; margin-bottom: 30px; } .input-group-addon { background-color: transparent; border: 1px solid #1f1c1c; border-radius: 0; line-height: 1; padding: 12px; } .scrch_bg button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; } .contform-inside > input[type="email"], [type="text"], textarea, select { /*color: #666; width: 100%; padding: 12px; margin-bottom: 0;*/ color: #666 !important; width: 100% !important; padding: 12px !important; margin-bottom: 0 !important; border-radius: 0 !important; max-width: 100% !important; } .form-control { background-color: #fff; border: 1px solid #ccc; border-radius: 0; height: 34px; padding: 6px 12px; } .vtamin_fr { background-color: #000000; float: left; width: 100%; margin-top: 30px; } .vtamin_fr > h2 { font-size: 16px; font-weight: bold; margin-top: 7px; padding: 7px 20px; color: #fff; } .wegit_bg { border: 1px solid #CDCED0; float: left; width: 100%; border-top: none; padding: 15px; margin-bottom: 30px; } .benefits_pic { float: left; width: 100%; margin-bottom: 20px; } .wegit_bg > h2 { font-size: 22px; margin-bottom: 10px; } .wegit_bg > p { float: left; font-size: 14px; margin-top: 5px; } .button_red > a { background-color: #ff6100; border-radius: 5px; color: #fff; display: inline-block; font-size: 16px; padding: 8px 18px; text-decoration: none; } .benefits_pic img{ width:100%; } .coment_box{ } .coment_box h2 { font-size: 20px; color: #ff6100; margin-bottom: 30px; margin-top: 30px; } .coment_box span { color: #7d7878; padding-right: 15px; } .coment-tx { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .coment-tx h3 { margin-top: 0px; margin-bottom: 0px; font-size: 20px; color: #0e0e0e !important; } .coment-tx span { font-size: 12px; } .coment-tx p { margin-top: 10px; margin-bottom: 10px; font-size: 14px; } .coment-tx strong { font-size: 17px; padding-right: 50px; } .level_replay{ margin-top:50px; } .form-group{ margin-bottom: 20px; display: inline-block; width: 100%; } .level_replay label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; margin-top: 14px; } textarea{ width:100%; } .level_replay h2{ olor: #ff6100; margin-bottom: 30px; font-size: 20px; }
system/static/frontend/css/style.css
body{ font-size: 16px; font-weight: 300; line-height:28px; font-family: 'Montserrat', sans-serif; } @font-face { font-family: 'MoolBoran'; src: url('../fonts/MoolBoran.eot?#iefix') format('embedded-opentype'), url('../fonts/MoolBoran.woff') format('woff'), url('../fonts/MoolBoran.ttf') format('truetype'), url('../fonts/MoolBoran.svg#MoolBoran') format('svg'); font-weight: normal; font-style: normal; } .nav-main{ background: #151515b3; position: absolute; transform: translate(-50%); left: 50%; width: 100%; float: left; z-index: 1; } .mynavbar{ background:none; float: none; } .mynav-list{ margin:18px 0px; } .mynav-list li a{ text-transform: uppercase; font-size: 16px; color: #fff !important; font-weight: 300; transition:all 0.3s ease-in-out; } .mynav-list > .actv > a:focus{ background: none !important; color: #14B96D !important; } .mynav-list li a:hover{ color: #ff6100 !important; text-decoration: none; } .dropdown-menu li:hover { cursor: pointer; } .hero-slide{ width: 100%; height: 100%; background: url(../images/hero.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 4em; } .hero-container{ float:left; margin-top:5em; width:100%; } .slide-left{ position: relative; top: 3em; } .slide-left h1{ font-size: 55px; font-weight: 300; color: #fff; } .slide-left p{ font-weight: 300; color: #fff; padding-right: 40px; margin-top: 2em; } .slide-left h4{ margin-top: 2em; } .slide-left h4 a{ color: #fff; font-weight: 300; font-size: 16px; border: 1px solid #fff; padding: 15px; border-radius: 4px; vertical-align: middle; width: auto; display: inline-block; text-align: center; margin-right: 10px; transition:all 0.3s ease-in-out; } .slide-left h4 a:hover{ text-decoration: none; cursor: pointer; background: #fff; color: #333; } .slide-right img{ width: 100%; } .welcome-main{ width: 100%; height: 100%; background: url(../images/welcomebg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; } .welcome-inner{ text-align: center; color: #fff; float: left; width: 100%; } .welcome-inner h2{ font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; } .welcome-inner p{ text-transform: uppercase; letter-spacing: 4px; margin-top: 1em; } .welcome-inner h4 span{ border-bottom: 5px solid #ff6100; display: inline-block; width: 111px; height: 5px; position: relative; } .welcome-inner h4 span::after{ content: ''; height: 1px; width: 222px; background: #fff; position: absolute; left: 130px; top: 2px; } .welcome-inner h4 span::before{ content: ''; height: 1px; width: 222px; background: #fff; position: absolute; right: 130px; top: 2px; } .how-work{ width: 100%; height: 100%; background: url(../images/how.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; text-align: center; } .how-work h4 span{ border-bottom: 5px solid #ff6100; display: inline-block; width: 111px; height: 5px; position: relative; } .how-work h4 span::after{ content: ''; height: 1px; width: 130px; background: #c2c2c2; position: absolute; left: 130px; top: 2px; } .how-work h4 span::before{ content: ''; height: 1px; width: 130px; background: #c2c2c2; position: absolute; right: 130px; top: 2px; } .how-work h2{ font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; color: #000; } .work-inside{ float: left; width: 100%; margin-top: 4em; } .work-inside h3{ text-transform: uppercase; font-size: 20px; font-weight: 500px; color: #000; } .work-inside p{ font-size: 18px; color: #454545; } .mobile-zone{ float: left; width: 100%; text-align: center; margin-top: 5em; } .mobile-zone img{ width: 100%; max-width: 957px; } .testi-main{ background: #000; float: left; width: 100%; padding-top: 4em; padding-bottom: 4em; } .review{ text-align: right; color: #fff; padding: 10px 40px 0 90px; } .review h1{ font-size: 46px; font-weight: 300; } .review h4{ font-size: 29px; font-weight: 300; } .review p{ color: #c2c1c1; font-size: 18px; } .user{ border-left: 1px solid #363636; } .user img{ width: 100%; max-width: 300px; border-radius: 50%; margin: auto; filter: gray; filter: grayscale(100%); transition: all 0.3s ease-in-out; } .user img:hover{ filter: grayscale(0%); } .carousel-control{ color:#31708f; width:5%; } .carousel-control:hover, .carousel-control:focus{ color:#31708f; } .carousel-control.left, .carousel-control.right { background-image: none; } .carousel-control.left, .carousel-control.right img{ position: absolute; top: 50%; display: inline-block; } .venue-main{ width: 100%; height: 100%; background: url(../images/venu.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-top: 5em; padding-bottom: 5em; text-align: center; } .venue-main h1{ font-size: 50px; font-weight: 500; color: #fff; margin-bottom: 1em; } .venue-main p a{ text-decoration: none; color: #fff; background: #ff6100; padding: 20px; font-size: 22px; font-weight: normal; border-radius: 4px; max-width: 405px; display: inline-block; width: 100%; transition: all 0.3s ease-in-out; } .venue-main p a:hover{ background: #fff; color: #000; } .touch-main{ width: 100%; height: 100%; float: left; /*padding-bottom: 5em;*/ /*padding-top: 2em;*/ float: left; width: 100%; background: url(../images/touch.png); background-repeat: no-repeat; background-position: center; } .touch-inside{ float: left; width: 100%; background: url(../images/touch.png); background-repeat: no-repeat; background-position: center; } .touch-inside label{ font-weight:300; } .touch-inside .submit{ text-align:center; } .touch-inside .submitResponce{ text-align:center; margin-top: 10px; } .touch-inside input[type="text"] { width: 100%; max-width: 100%; } .touch-inside textarea { width: 100%; max-width: 100%; } .touch-form{ background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 5em auto; margin-bottom: 5em !important; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } .touch-form h3{ text-transform: uppercase; font-size: 24px; text-align: center; margin-bottom: 2em; } .touch-form textarea{ border-bottom: 1px solid #e6e6e6 !important; border: none; font-weight: normal; font-size: 15px; color: #666; margin-bottom: 2em; width: 100%; resize: none; } .touch-form input[type="submit"]{ background: #ff6100; font-size: 14px; font-weight: 400; color: #fff; padding: 15px; max-width: 218px; border: none; border-radius: 4px; box-shadow: 1px 1px 6px -2px #666; width: 100%; transition: all 0.3s ease-in-out; } .touch-form input[type="submit"]:hover{ background: #fff; color: #000; } .touch-form input[type="email"],.touch-form [type="text"],.touch-form select{ border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom: 12px; background: none; } footer{ float: left; width: 100%; background: #000; padding-top: 2em; padding-bottom: 2em; text-align: center; } footer h4{ text-align: center; margin: 1em; } footer ul { list-style: none; margin: 2em; display: flex; justify-content: center; align-items: center; padding:0; } footer ul li{ float: left; border-right: 1px solid #a3a3a3; padding: 2px 15px; line-height: 5px; } footer ul li:last-child{ border-right: none; } footer ul li a{ color: #a3a3a3; font-size: 14px; } footer ul li a:hover{ color: #ff6100; text-decoration: none; } footer p{ font-size: 16px; color: #fff; font-weight: 400; } footer span{ border-right: 1px solid #31302f; padding: 4px 20px; } footer span:last-child{ border-right: none; text-transform: uppercase; } footer b{ font-weight: 400; color: #a3a3a3; text-transform: capitalize; } footer .social-icons a{ color: #a3a3a3; border: 1px solid #a3a3a3; padding: 7px; border-radius: 4px; width: 34px; height: 34px; transition:all 0.3s ease-in-out; } footer .social-icons a:hover{ text-decoration: none; border-radius: 50%; background: #fff; color: #000; } footer small{ color: #a3a3a3; font-size: 13px; } /*------------ end home ------------*/ /*------------ start vanue ------------*/ .vanue-hero{ width: 100%; height: 100%; background: url(../images/vanuebg2.png); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 2em; padding-top: 7em; background-position: center; } .vanue-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .vanue-inside h1{ font-size: 54px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .vanue-inside p{ color: #e1e2e2; padding: 30px; } .feature-main{ background: #000; float: left; width: 100%; padding-top: 4em; padding-bottom: 4em; } .feature-inside{ text-align: center; color: #8a8a8a; } .feature-inside h3{ font-size: 20px; font-weight: normal; color: #fff; } .app-main{ background: #fff; color: #626262; float: left; width: 100%; padding-top: 4em; } .app-left{ position: relative; top: 0em; } .app-left h1{ font-size: 37px; font-weight: 300; color: #000; } .app-left h1 b{ font-weight: 500; } .app-left h4 { margin-top: 1em; margin-bottom: 0; } .app-left h4 a { color: #fff; border: 2px solid #ff6100; padding: 15px; max-width: 199px; display: block; text-align: center; width: auto; font-weight: 400; transition: all 0.3s ease-in-out; background-color: #ff6100; } .app-left h4 a:hover { color: #000; text-decoration: none; border: 2px solid #ff6100; background-color: transparent; } .app-right img{ width: 100%; } .app-right p{ margin: 0; position: relative; left: 100px; } .future-main{ width: 100%; height: 100%; background: url(../images/drkfu.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom:6em; padding-top:6em; } .future-inside{ margin: auto; max-width:648px; background: #fffc; padding: 3em 2em 3em 2em; text-align: center; } .future-inside h1{ font-size: 66px; font-family: 'MoolBoran'; color: #000; } .future-inside h4 a{ max-width: 323px; width: auto; color: #fff; font-weight: 400; background: #000; padding: 20px; border-radius: 4px; display: block; margin: 2em auto; transition: all 0.3s ease-in-out; } .future-inside h4 a:hover{ text-decoration: none; background: #fff; color: #000; } /*------------ start Job ------------*/ .job-hero{ width: 100%; height: 100%; background: url(../images/jobbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 7em; background-position: center; } .job-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .job-inside h1{ font-size: 49px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .job-inside p{ color: #e1e2e2; padding: 30px; } .weget-main{ float: left; width: 100%; padding-top: 4em; padding-bottom: 2em; text-align: center; color: #797979; } .weget-inside{ float: left; margin-bottom: 2em; width: auto; } .weget-inside h1{ font-size:50px; font-weight: 400; color:#000; } .weget-inside p{ font-size: 20px; font-weight: 400; padding: 1em 6em 0 6em; } .weget-inside span{ font-size: 20px; color: #ff6100; font-weight: 400; padding-top: .5em; display: block; } .bigger-items{ margin-top: 2em; font-size: 18px; float: left; } .bigger-items h3{ font-size: 24px; font-weight: 300; color: #000; } .bigger-items .bigger-inside{ box-shadow: 0 0 5px -2px #888; border: 1px solid #ddd; padding: 2em 1em 1em 1em; } .vacancie-main{ float: left; width: 100%; padding-top: 2em; padding-bottom: 6em; } .vacancie-main h1{ font-size: 50px; font-weight: 400; text-align: center; color: #000; margin-bottom: 1em; } .vacancie-main img{ width: 100%; filter: grayscale(0%); } .vacancie-main img:hover{ filter: gray; filter: grayscale(100%); } .vacancie-main h2{ position: absolute; transform: translate(-50%); left: 50%; font-size: 34px; top: 4em; text-align: center; color: #fff; width: 74%; z-index:1; } .faq-hero{ width: 100%; height: 100%; background: url(../images/faqbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 7em; padding-top: 7em; background-position: center; } .faq-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .faq-inside h1{ font-size: 56px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .question-main{ float:left; width:100%; padding-top:4em; padding-bottom:4em; color:#646a7c; font-size:14px; } .question-inside .panel-default{ border-color:#e9e9e9; border-radius: 0; margin-bottom:1em; } .question-inside b{ font-size:16px; font-weight:400; color:#232530; } .question-inside i{ float: right; color: #ff6100; font-family: inherit; font-size: 25px; line-height: 15px; padding-left: 5px; } .question-inside a{ text-decoration:none; } .question-inside .panel-default > .panel-heading{ background:none; padding:15px; border-radius: 0; } .panel-heading.pactive{ border-left:4px solid #ff6100 !important; } .login-hero{ width: 100%; height: 100%; background: url(../images/loginbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 1em; padding-top: 6em; background-position: center; } .login-inside{ max-width: 600px; width: 100%; background: #ffffffe6; margin: 7em auto; padding-top: 3em; padding-bottom: 3em; border-radius: 4px; } .login-inside h1{ font-size:45px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ text-align: center; font-size: 24px; margin-bottom: 1.5em; color:#525252; } .login-inside h6{ border-bottom: 1px solid #dbdbdb; text-align: center; margin-top: 2em; } .login-inside h6 b{ background: #eaeaea; padding: 0 20px 0 20px; position: relative; top: 9px; font-weight: 400; font-size: 20px; color: #646464; } .login-inside h5{ font-size:20px; color:#646464; text-align:center; font-weight:400; margin-top: 2em; } .login-inside h5 i{ color:#000; font-style:normal; } .login-inside span{ display:block; } .login-inside label{ font-size:18px; font-weight:300; clear:both; } .login-inside label a{ text-decoration:none; color:#ff6100; } .login-inside label:nth-child(1){ color:#646464; } .login-inside label:nth-child(2){ color:#ff6100; float: right; } .login-inside input[type="email"], [type="password"], input[type="text"], textarea{ border:1px solid #c7c7c7 ; color:#666; max-width: 424px; width: 100%; border-radius: 4px; padding: 6px; margin-bottom: .5em; background: none; } .login-inside.wow.animated input[type="text"] { border: 1px solid #c7c7c7 !important; border-radius: 4px !important; padding: 12px !important } .login-inside.wow.animated input[type="email"], .login-inside.wow.animated input[type="password"] { border: 1px solid #c7c7c7 !important; border-radius: 4px !important; padding: 12px !important; margin-bottom: 0 !important; } .login-inside input[type="submit"]{ max-width: 425px; width: 100%; border-radius: 4px; padding: 12px; color:#fff; border: none; margin-top: 2em; transition:all 0.3s ease-in-out; } .login-inside input[type="submit"]:hover{ background: #000; } .login-inside .sigin{ background:#ff6100; } .login-inside .siginfb{ background:#3b5998; } .login-inside form{ margin: auto; width: 100%; max-width: 425px; } .contact-hero{ width: 100%; height: 100%; background: url(../images/faqbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 7em; padding-top: 7em; background-position: center; } .contact-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #464d4d; margin: 7em auto; } .contact-inside h1{ font-size: 60px; font-weight: 300; border-bottom: 1px solid #464d4d; padding: 30px; margin: 0; } .contact-inside p{ color: #e1e2e2; padding: 30px; } .cotform-main{ float:left; width:100%; padding-top: 4em; padding-bottom: 6em; } .contform-inside{ max-width:970px; width:100%; margin:auto; } .contform-inside form{ margin-top:4em; } .contform-inside h1{ text-align:center; font-size:34px; font-weight:400; color:#222; } .contform-inside p{ text-align:center; font-size:14px; padding: 1em 10em 0 10em; } .contform-inside select{ background:url(../images/arrow-down.png) no-repeat; background-position: 96% center; } .contform-inside input[type="email"],[type="text"],select { border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom:0; } .contform-inside input[type="submit"] { background: #ff6100; color: #fff; border: none; font-size: 14px; padding: 15px; max-width: 225px; width: 100%; transition: all 0.3s ease-in-out; } .contform-inside input[type="submit"]:hover{ background:#000; } .contform-inside textarea{ border: 1px solid #e6e6e6 !important; color: #666; width: 100%; padding: 12px; margin-bottom: 1.5em; } .contform-inside label{ font-weight: 400; width: 48.7%; margin-right:2%; margin-bottom: 18px; position:relative; } .contform-inside label:nth-child(even){ margin-right:0; } .contform-inside span{ display:block; } .contform-inside span:last-child{ text-align:center; } select { -webkit-appearance: none; -moz-appearance: none; appearance: none; } .blog-hero{ width: 100%; height: 100%; background: url(../images/blogbg.jpg); background-repeat: no-repeat; background-size: cover; float: left; padding-bottom: 4em; padding-top: 7em; background-position: center; } .blog-inside{ text-align: center; color: #fff; max-width: 770px; width: 100%; border: 1px solid #5c4e40; margin: 7em auto; } .blog-inside h1{ font-size: 60px; font-weight: 300; border-bottom: 1px solid #5c4e40; padding: 30px; margin: 0; } .blog-inside p{ color: #e1e2e2; padding: 30px; } .blog-main{ float:left; width:100%; padding-top:3em; padding-bottom:4em; } .categorie h3{ font-size:20px; font-weight:400; position:relative; margin-top: 5px; } .categorie h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 130px; } .categorie ul{ list-style:none; padding:0; margin-top: 1em; } .categorie ul li{ font-size: 14px; border-bottom: 1px solid #e5e5e5; padding: 6px 0; } .categorie ul li:last-child{ border-bottom:none; } .categorie ul li a{ color:#232530; text-decoration:none; } .categorie ul li a:hover{ color:#ff6100; } .latest-product h3{ font-size:20px; font-weight:400; position:relative; } .latest-product h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 80px; } .latest-product{ margin-top: 2em; } .latest-product ul{ list-style:none; padding:0; margin-top: 1.5em; } .latest-product ul li{ display:inline-block; line-height: 22px; margin-bottom: 1em; } .latest-product img{ float: left; padding-right: 10px; } .latest-product span{ font-size:13px; color:#232530; font-weight:400; } .latest-product span i{ font-size:12px; color:#b3b7c8; font-style:normal; display:block; } .add-post{ position:relative; margin-top: 2em; } .add-post img{ width:100%; } .add-post p{ font-size: 14px; position: absolute; transform: translate(-50%); left: 50%; top: 20px; width: 100%; text-align: center; color: #fff; } .add-post span{ color:#ff6100; font-size:24px; font-weight:400; display:block; } .add-post h6{ position: absolute; bottom: 20px; left: 0; right: 0; text-align: center; } .add-post h6 a{ background: #ff6100; color: #fff; padding: 10px 15px; text-transform: uppercase; border-radius: 2px; transition:all 0.3s ease-in-out; } .add-post h6 a:hover{ text-decoration:none; background:#000; color:#fff; } .popular-tag{ margin-top: 3em; } .popular-tag h3{ font-size:20px; font-weight:400; position:relative; } .popular-tag h3::after{ content: ''; border-bottom: 1px solid #e5e5e5; position: absolute; width: 100%; right: 0; bottom: 10px; max-width: 80px; } .popular-tag ul{ list-style:none; padding:0; margin-top: 1.5em; } .popular-tag ul li{ float: left; border: 1px solid #e5e5e5; margin: 0 6px 7px 0; } .popular-tag ul li a{ padding: 5px 20px; text-decoration: none; color: #646a7c; font-size: 12px; font-weight: 400; text-transform: uppercase; } .blog1{ margin-bottom:3em; } .blog1 img{ width:100%; } .blog-coment{ border-bottom: 1px solid #e5e5e5; float: left; width: 100%; color: #646a7c; padding: 20px 0px; font-size: 14px; margin-bottom: 2em; } .blog-coment p:nth-child(1){ float:left; margin:auto; } .blog-coment p:nth-child(2){ float:right; margin:auto; } .blog-coment p i{ font-size:14px; color:#717779; } .blog-content h1{ color:#232530; font-size:30px; font-weight:400; } .blog-content p{ font-size:14px; color:#717779; } .blog-content a{ font-size: 16px; color: #ff6100; font-weight: 400; text-decoration: underline; } .mynav-list li li a { color: #000 !important; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #555; background-color: transparent; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { background-color: #000; color: #fff !important; } .mynav-list li li a:hover { background-color: #281414; color:#fff; } .mynav-list li li a:hover { color: #fff !important; text-decoration: none; } .french .mynav-list li a { font-size: 12px; padding: 16px 6px; } .german .mynav-list li a { font-size: 14px; } .slide-left a.french { width: 240px !important; } footer .french a { font-size: 12px; } footer .german a { font-size: 13px; } .venue-main a.french { font-size: 18px !important; } .venue-main a.italian { font-size: 20px !important; } .future-inside a.french { font-size: 15px; } .app-left a.german { font-size: 16px; } .future-inside a.german { font-size: 12px; max-width: 371px; } /*******chang********/ .contact-mail ul { padding: 0; margin: 0; list-style: none; display: flex; text-align: center; justify-content: center; } .contact-mail ul li { display: flex; flex-direction: column; margin-right: 50px; } .contact-mail { margin-top: 50px; float: left; width: 100%; } .contact-mail ul a { color: #ff6100; } .ritul-enquiry h2 { font-size: 38px; font-weight: 300; text-transform: uppercase; letter-spacing: 10px; margin-bottom: 1em; color: #000; text-align: center; } .ritul-enquiry h3 { text-transform: uppercase; font-size: 18px; font-weight: 500; color: #000; line-height: 30px; } .ritul-enquiry h4 { float: right; } .ritul-enquiry { float: left; width: 100%; margin-bottom: 50px; } .ritul-enquiry span { color: #ff6100; font-size: 14px; padding-right: 10px; } .touch-inside span { display: block; } .feature-main h2 { font-size: 25px; font-weight: 300; text-transform: uppercase; margin-bottom: 1em; color: #fff; text-align: center; line-height: 30px; margin-top: 0px; } .business-main { float: left; width: 100%; margin-top: 50px; text-align: center; } .business-main h2 {font-size: 38px;font-weight: 300;text-transform: uppercase;margin-bottom: 1em;} .business-main h4 { text-transform: uppercase; font-size: 17px; font-weight: 500; color: #000; line-height: 25px; margin-bottom: 20px; } .business-main p {} .business-main h3 { font-size: 17px; font-weight: 500; color: #605dea; line-height: 25px; margin-bottom: 20px; } .business-main span { color: #605dea; } @media only screen and (min-width: 1025px) and (max-width: 1250px){ .mynav-list li a{ padding:13px; } .app-left { position: relative; top: 0; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .vacancie-main h2{ font-size: 36px; top: 2.5em; } .categorie h3::after { max-width: 80px; } .latest-product h3::after { max-width: 40px; } .popular-tag h3::after { max-width: 50px; } .mynav-list li a { font-size: 15px; } .french .mynav-list li a { font-size: 10px; padding: 16px 3px; } footer .french a { line-height: 20px; } .german .mynav-list li a { font-size: 10px; } footer .german a { line-height: 20px; } .italian .mynav-list li a { font-size: 14px; } footer .italian li a { line-height: 20px; } } @media only screen and (max-width: 1300px){ .app-right p{ position:inherit; } } @media only screen and (min-width: 768px) and (max-width: 1024px){ .mynav-list li a{ padding: 15px 12px; font-size: 12px; } .slide-left { position: relative; top: 0; } .slide-left h1 { font-size: 40px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right: 40px; margin-top: 1em; } .slide-left h4 a{ width: auto; } .work-inside div { margin-bottom: 4em; } .review { text-align: right; color: #fff; padding: 0; padding-left: 10px; } .review h1 { font-size: 38px; font-weight: 300; margin:0; } .user { border-left: 1px solid #363636; padding: 20px; } .review p{ font-size: 16px; } .carousel-control.left{ left: -0.8em; } .carousel-control.right{ right: -0.2em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .venue-main h1 { font-size: 40px; } footer ul li { float: left; border-right: 1px solid #a3a3a3; padding: 2px 10px; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 35px; font-weight: 300; color: #000; } .feature-inside div{ margin-bottom: 2em; } .vacancie-main{ padding-top:0; } .vacancie-main h2{ font-size: 29px; top: 2.5em; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-inside p { padding: 1em 0 0 0; } .contform-inside label { font-weight: 400; width: 48.6%; margin-right: 2%; margin-bottom: 18px; position: relative; } .categorie h3::after { max-width: 80px; } .latest-product h3::after { max-width: 40px; } .popular-tag h3::after { max-width: 50px; } .blog-content h1 { font-size: 25px; } .navbar-header img{ transform: translate(-50%); position: absolute; left: 50%; } .navbar-header { float: none; } .french .mynav-list li a { font-size: 10px; } .slide-left a.french { width: 201px !important; font-size: 12px; } footer .french a { font-size: 12px; line-height: 20px; } .german .mynav-list li a { font-size: 11px; } footer .german a { line-height: 20px; } .navbar-right { display: flex; justify-content: center; width: 100%; } footer .italian li a { line-height: 20px; } footer ul li a { line-height: 20px; } .blog-coment p:nth-child(2) { float: left; } .input-group-addon { border: 1px solid #ccc !important; } } @media only screen and (min-width: 414px) and (max-width: 767px){ .navbar-header{ padding-bottom: 15px; } .mynavbar{ margin: 0; } .navbar-brand{ padding: 5px 25px; } .navbar-brand img{ width: 90%; } .hero-container { float: left; margin-top: 0em; width: 100%; } .slide-left h1 { font-size: 35px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right: 40px; margin-top: 1em; } .slide-left h4 a{ width: auto; } .slide-right{ margin-top: 6em; } .welcome-inner h2,.how-work h2 { font-size: 35px; } .work-inside div { margin-bottom: 4em; } .review { text-align: center; color: #fff; padding: 0; } .review p{ font-size: 16px; } .carousel-control.left{ left:0; } .carousel-control.right{ right:.8em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .venue-main h1 { font-size: 35px; } .user { border-left: none; } .touch-form { background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 4em auto; margin-bottom: 4em; margin-bottom: 10em; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } footer ul li { float: left; border-right: 1px solid #a3a3a3; padding: 2px 6px; } .vanue-hero { padding-bottom:2em; padding-top: 7em; } .vanue-inside{ margin: 1em auto; } .app-main{ padding-top: 2em; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 28px; font-weight: 300; color: #000; } .app-right{ display: none; } .future-main{ padding-bottom: 4em; padding-top: 4em; } .feature-inside div{ margin-bottom: 2em; } .future-inside{ padding: 2em 2em 2em 2em; } .future-inside h1 { font-size: 58px; } .job-hero{ padding-bottom: 2em; padding-top: 7em; } .job-inside{ margin: 1em auto; } .job-inside h1 { font-size: 36px; padding: 20px; } .job-inside p{ padding: 20px; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-main{ padding-bottom:0; } .weget-inside h1 { font-size: 35px; } .weget-inside p { padding: 1em 0 0 0; } .vacancie-main{ padding:0; } .vacancie-main h1 { font-size: 35px; } .vacancie-main div{ margin-bottom:2em; } .vacancie-main h2{ font-size: 29px; top: 2.5em; } .login-hero{ padding-bottom: 4em; padding-top: 4em; } .login-inside{ margin: 3em auto; } .login-inside h1{ font-size:35px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ font-size: 20px; } .login-inside input[type="email"], [type="password"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside input[type="submit"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside label:nth-child(1){ padding-left:1em; } .login-inside label:nth-child(2){ padding-right:1em; } .contact-hero{ padding-bottom: 2em; padding-top: 7em; } .contact-inside{ margin: 1em auto; } .contact-inside h1 { font-size: 36px; padding: 20px; } .contact-inside p{ padding: 20px; } .contform-inside p{ padding:1em 0; } .contform-inside label{ width:100%; } .blog-hero{ padding-bottom: 2em; padding-top: 7em; } .blog-inside{ margin: 1em auto; } .blog-hero h1 { font-size: 36px; padding: 20px; } .blog-hero p{ padding: 20px; } .blog-content h1 { font-size: 25px; } .categorie h3::after { width: 65%; max-width: inherit; } .latest-product h3::after { width: 50%; max-width: inherit; } .popular-tag h3::after { width: 60%; max-width: inherit; } .blog1 { margin-top: 2em; } .welcome-inner h4 span::before { width: 161px; right: 127px; } .welcome-inner h4 span::after { width: 167px; left: 123px; } .slide-left a.french { width: 230px !important; font-size: 14px; } footer .french a { font-size: 14px; } .input-group-addon { border: 1px solid #eee !important; } .blog-coment p:nth-child(2) { float: left; } } @media only screen and (min-width: 320px) and (max-width: 413px){ .nav-main { background: #151515e6; } .mynavbar{ margin: 0; } .navbar-header{ padding-bottom: 15px; } .navbar-brand{ padding: 10px 15px; padding-right: 0; width: 250px; } .navbar-brand img{ width: 90%; } .navbar-toggle{ margin-right: 22px; } .welcome-main{ padding-top: 2em; padding-bottom: 2em; } .welcome-inner h4 span{ width: 80px; } .welcome-inner h4 span::before { content: ''; width: 90px; right: 90px; } .welcome-inner h4 span::after { content: ''; width: 90px; left: 90px; } .hero-container { float: left; margin-top: 0em; width: 100%; } .slide-left h1 { font-size: 35px; font-weight: 300; color: #fff; } .slide-left h4 { margin-top: 1em; } .slide-left p { font-weight: 300; color: #fff; padding-right:0; margin-top: 1em; } .slide-left h4 a{ width: auto; margin-right: 0; padding: 10px 5px; } .slide-right{ margin-top: 6em; } .welcome-inner h2,.how-work h2 { font-size: 23px; } .work-inside div { margin-bottom: 4em; } .how-work{ padding-top: 2em; padding-bottom: 3em; } .how-work h4 span{ width: 80px; } .how-work h4 span::before { content: ''; width: 90px; right: 90px; } .how-work h4 span::after { content: ''; width: 90px; left: 90px; } .work-inside { margin-top: 2em; } .mobile-zone{ margin-top: 0; } .review { text-align: center; color: #fff; padding: 0; } .review h1{ font-size: 35px; } .review h4{ font-size: 22px; } .review p{ font-size: 16px; } .carousel-control.left{ left:0; } .carousel-control.right{ right:.8em; } .carousel-control.left img,.carousel-control.right img{ width: 30px; } .user { border-left: none; } .touch-main{ padding-bottom: 3em; } .touch-form { background: #fffc; max-width: 570px; z-index: 9; width: 100%; margin: 1em auto; margin-bottom: 4em; margin-bottom: 10em; position: relative; padding: 30px; border: 1px solid #f3f3f3; box-shadow: 1px 1px 6px -4px #666; margin-bottom: 0; } footer ul{ display: inherit; } footer ul li { float: none; border-right: none; padding: 8px 6px; } footer span { border-right: none; padding: 4px 20px; display: block; } /*---------vanue owner------------*/ .vanue-hero { padding-bottom:2em; padding-top: 7em; } .vanue-inside{ margin: 1em auto; } .vanue-inside h1 { font-size: 36px; padding: 20px; } .vanue-inside p{ padding: 20px; } .venue-main p a{ padding: 17px; font-size: 17px; } .venue-main h1{ font-size:22px; } .testi-main{ padding-bottom:0; } .app-main{ padding-top: 2em; } .app-left { position: relative; top: 0; padding-bottom: 2em; } .app-left h4 { margin-top: 0em; margin-bottom: 0; } .app-left h1 { font-size: 28px; font-weight: 300; color: #000; } .app-right{ display: none; } .future-main{ padding-bottom: 4em; padding-top: 4em; } .feature-inside div{ margin-bottom: 2em; } .future-inside{ padding: 2em 2em 2em 2em; } .future-inside h1 { font-size: 58px; } .job-hero{ padding-bottom: 2em; padding-top: 7em; } .job-inside{ margin: 1em auto; } .job-inside h1 { font-size: 36px; padding: 20px; } .job-inside p{ padding: 20px; } .bigger-items div{ margin-bottom: 1em; } .bigger-items { margin-top: 1em; } .weget-main{ padding-bottom:0; } .weget-inside h1 { font-size: 35px; } .weget-inside p { padding: 1em 0 0 0; } .vacancie-main{ padding:0; } .vacancie-main h1 { font-size: 35px; } .vacancie-main div{ margin-bottom:2em; } .vacancie-main h2{ font-size: 25px; top: 2.5em; } .faq-hero{ padding-bottom: 2em; padding-top: 7em; } .faq-inside{ margin: 1em auto; } .faq-inside h1 { font-size: 29px; padding: 20px; } .login-hero{ padding-bottom: 4em; padding-top: 4em; } .login-inside{ margin: 3em auto; } .login-inside h1{ font-size:35px; font-weight:300; text-align:center; color:#262626; } .login-inside p{ font-size: 20px; } .login-inside input[type="email"], [type="password"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside input[type="submit"]{ width: 90%; margin-left:1em; margin-right:1em; } .login-inside label:nth-child(1){ padding-left:1em; } .login-inside label:nth-child(2){ padding-right:1em; } .login-inside label { font-size: 14px; } .login-inside h6{ margin: 2em auto; width: 90%; } .contact-hero{ padding-bottom: 2em; padding-top: 7em; } .contact-inside{ margin: 1em auto; } .contact-inside h1 { font-size: 36px; padding: 20px; } .contact-inside p{ padding: 20px; } .contform-inside p{ padding:1em 0; } .contform-inside label{ width:100%; } .contform-inside form { margin-top: 2em; } .blog-hero{ padding-bottom: 2em; padding-top: 7em; } .blog-inside{ margin: 1em auto; } .blog-hero h1 { font-size: 36px; padding: 20px; } .blog-hero p{ padding: 20px; } .blog-content h1 { font-size: 25px; } .categorie h3::after { width: 55%; max-width: inherit; } .latest-product h3::after { width: 35%; max-width: inherit; } .popular-tag h3::after { width: 40%; max-width: inherit; } .blog1 { margin-top: 2em; } .blog-coment p:nth-child(1) { float: none; } .blog-coment p:nth-child(2) { float: none; } .input-group-addon { border: 1px solid #eee !important; } } @media only screen and (min-width: 320px) and (max-width: 653px){ .touch-form span input { width: 100% !important; float: none; margin-right:0; } footer ul{ display: inherit; } footer ul li { float: none; border-right: none; padding: 8px 6px; } footer span { border-right: none; padding: 4px 20px; display: block; } } .blog_img img{ width:100%; } .blog_line{ border: 1px solid #ccc; padding: 30px; } .bg_border { border-bottom: 2px solid; border-top: 2px solid; margin-top: 30px; } .bg_border h2 { margin-top: 15px; margin-bottom: 15px; text-align: center; } .scrch_bg{ } .scrch_bg h2 { background-color: #000; padding: 20px; margin-top: 0px; font-size: 16px; color: #fff; margin-bottom: 30px; } .input-group-addon { background-color: transparent; border: 1px solid #1f1c1c; border-radius: 0; line-height: 1; padding: 12px; } .scrch_bg button { background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border: medium none; } .contform-inside > input[type="email"], [type="text"], textarea, select { /*color: #666; width: 100%; padding: 12px; margin-bottom: 0;*/ color: #666 !important; width: 100% !important; padding: 12px !important; margin-bottom: 0 !important; border-radius: 0 !important; max-width: 100% !important; } .form-control { background-color: #fff; border: 1px solid #ccc; border-radius: 0; height: 34px; padding: 6px 12px; } .vtamin_fr { background-color: #000000; float: left; width: 100%; margin-top: 30px; } .vtamin_fr > h2 { font-size: 16px; font-weight: bold; margin-top: 7px; padding: 7px 20px; color: #fff; } .wegit_bg { border: 1px solid #CDCED0; float: left; width: 100%; border-top: none; padding: 15px; margin-bottom: 30px; } .benefits_pic { float: left; width: 100%; margin-bottom: 20px; } .wegit_bg > h2 { font-size: 22px; margin-bottom: 10px; } .wegit_bg > p { float: left; font-size: 14px; margin-top: 5px; } .button_red > a { background-color: #ff6100; border-radius: 5px; color: #fff; display: inline-block; font-size: 16px; padding: 8px 18px; text-decoration: none; } .benefits_pic img{ width:100%; } .coment_box{ } .coment_box h2 { font-size: 20px; color: #ff6100; margin-bottom: 30px; margin-top: 30px; } .coment_box span { color: #7d7878; padding-right: 15px; } .coment-tx { border-bottom: 1px solid #ccc; margin-bottom: 20px; } .coment-tx h3 { margin-top: 0px; margin-bottom: 0px; font-size: 20px; color: #0e0e0e !important; } .coment-tx span { font-size: 12px; } .coment-tx p { margin-top: 10px; margin-bottom: 10px; font-size: 14px; } .coment-tx strong { font-size: 17px; padding-right: 50px; } .level_replay{ margin-top:50px; } .form-group{ margin-bottom: 20px; display: inline-block; width: 100%; } .level_replay label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; margin-top: 14px; } textarea{ width:100%; } .level_replay h2{ olor: #ff6100; margin-bottom: 30px; font-size: 20px; }
0.398641
0.052961
:root{ /* page colors */ --vivid: #149414; --dark: #0e6b0e; --light: #649568; --lighter: #9ccc9c; --bg: #2b5329; /* page vital size */ --page-min-height: 1330px; --center-field-top: 194px; --sections-top-margin: 220px; /* image frame */ --frame-top-v: -185.1px; --frame-left-v: 33.6%; --frame-top-h: calc(var(--frame-top-v) + 84px ); --frame-left-h: calc(var(--frame-left-v) - 25%); } body{ background-color: silver; font-family: 'Newsreader', serif; font-size: 1.1rem; } .school__time{ font-size: 1rem; } @media only screen and (max-width: 800px) { .container{ max-width:100% !important; padding-right: 1px; padding-left: 1px; } } @media (min-width: 1200px) { .container{ max-width: 1450px !important; } } .card-body__section{ padding-right: 10%; margin: 1rem 0.5rem 1rem 0.5rem; } /* scrollbars */ /* FF */ .card-body__section > div.scroll{ scrollbar-color: var(--vivid) var(--bg); scrollbar-width: thin; overflow: auto; overflow-x: hidden; } /* Chrome */ div.scroll::-webkit-scrollbar { width: 12px; } div.scroll::-webkit-scrollbar-track { background: var(--bg); } div.scroll::-webkit-scrollbar-thumb { background-color: var(--vivid); border-radius: 20px; border: 3px solid var(--bg); } /* end scrollbars */ .section_right{ padding-left: 50px } .card{ background: black !important; color: #59fe26; } .card-body{ min-height: calc(var(--center-field-top) + var(--page-min-height) + var(--sections-top-margin) + 45px ); background-image: url('/static/style/hacker/background.png'); background-repeat: no-repeat; background-size: 100%; } .octa { height: 100vh; overflow: hidden; position: absolute; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 100vh; } .octa:after { background-image: url(https://imgur.com/voKPrMK.png); background-position: center center; background-size: auto 100vh; bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .octo, .octo div { margin: 0 auto; transform-origin: 50% 50%; overflow: hidden; width: 300px; height: 300px; /* border-radius: 40%; */ } .octo, .octo div { width: 270px; height: 270px; } .octo { transform: rotate(45deg); position: relative; z-index: 2; } .octo1 { transform: rotate(-45deg); } .center_field{ position: absolute; top: var(--center-field-top); /* left: -27%; */ left: -23%; z-index: 1; background: #2b5329; min-height: var(--page-min-height); /* width: 150%; */ width: 144%; /* border-radius: 30% 30% 0 0; */ } .center_field__name{ margin-top: -1.5rem; } .center_field__expectations{ padding: 1rem; } /* lower page to match with bg image */ .cv_card{ margin-top:var(--sections-top-margin); } .font_black{ color: black; } .font_title{ font-style: italic; font-size: 1.4rem; } .hr_style{ margin-top: 2rem; border-top: 10px ridge #59fe26; margin-bottom: 2rem; } .part{ margin-top: -53%; } .cv_card__side_panel{ /* position: relative !important; */ /* top: 85% */ margin-top: 50%; } .card .card_corner { position: absolute; top: 45%; right: -10%; width: 1.7em; height: 2em; /* background-color: #2b5329; */ z-index: 2; } .card_corner_left { left: -10%; background-color: black; } .card_corner_left .card_corner-triangle{ position: absolute; width: 0; height: 0; border-style: solid; border-width: 2em 2em 0 0; border-color: transparent #2b5329 transparent transparent; } .card_corner_right .card_corner-triangle { position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 2em 2em 0; border-color: transparent black transparent transparent; } /* oct frame */ .octo-corner{ position: absolute; /* border-radius: 2%; */ } .octo-corner-hor{ position: absolute; height: 110px; width: 281px; top: var(--frame-top-h); left: var(--frame-left-h); border-left: dotted 8px; border-right: dotted 8px; z-index: 2; } .octo-corner-vert{ position: absolute; height: 281px; width: 110px; top: -293.1px; top: var(--frame-top-v); left: var(--frame-left-v); border-top: dotted 8px; border-bottom: dotted 8px; z-index: 2; } /* step decoration */ .step_wrapper{ height: 200px; display: flex; margin-top: -44%; } .step{ background-color: #2b5329; width: 50%; } .center_field_step_left{ background: linear-gradient(to bottom right, transparent 15%, #2b5329 5%); } .center_field_step_right{ background: linear-gradient(to bottom left, transparent 15%, #2b5329 5%); } .sections .card-body__section:nth-child(2){ margin-top: 5rem; } /* modal decoration */ .modal-content{ background: black !important; border: 1px solid #59fe26 !important; } .modal-header{ border-bottom: 1px dotted #59fe26 !important; } /* list item clickable */ .list_item_click{ border: 1px dotted black; } .list_item_click:hover{ cursor: pointer; border: 1px dotted #59fe26; } /* skillls graph item */ .skills__level_bar span.empty{ color: #9ccc9c; } .skills__level_bar span{ font-size: 105px; color: #0e6b0e; } @-moz-document url-prefix() { .skills__level_bar span{ font-size: 138px; } } .skills__level_bar{ font-size: 0; /* margin-top: -5.2rem; */ letter-spacing: -0.5rem; line-height: 2.7rem;; } /* select language style */ :root { --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f); --gray: #34495e; --darkgray: #2c3e50; } select { /* Reset Select */ appearance: none; outline: 0; border: 0; box-shadow: none; /* Personalize */ flex: 1; padding: 0 1em; color: #fff; background-color: var(--darkgray); background-image: none; cursor: pointer; } /* Remove IE arrow */ select::-ms-expand { display: none; } /* Custom Select wrapper */ .select { position: relative; display: flex; width: 20em; height: 3em; border-radius: .25em; overflow: hidden; } /* Arrow */ .select::after { content: '\25BC'; position: absolute; top: 0; right: 0; padding: 1em; background-color: #34495e; transition: .25s all ease; pointer-events: none; } /* Transition */ .select:hover::after { color: #f39c12; } /* icons */ h3 .fa{ font-size: 2.5rem; margin-right: 1rem; }
resume/static/style/hacker/main.css
:root{ /* page colors */ --vivid: #149414; --dark: #0e6b0e; --light: #649568; --lighter: #9ccc9c; --bg: #2b5329; /* page vital size */ --page-min-height: 1330px; --center-field-top: 194px; --sections-top-margin: 220px; /* image frame */ --frame-top-v: -185.1px; --frame-left-v: 33.6%; --frame-top-h: calc(var(--frame-top-v) + 84px ); --frame-left-h: calc(var(--frame-left-v) - 25%); } body{ background-color: silver; font-family: 'Newsreader', serif; font-size: 1.1rem; } .school__time{ font-size: 1rem; } @media only screen and (max-width: 800px) { .container{ max-width:100% !important; padding-right: 1px; padding-left: 1px; } } @media (min-width: 1200px) { .container{ max-width: 1450px !important; } } .card-body__section{ padding-right: 10%; margin: 1rem 0.5rem 1rem 0.5rem; } /* scrollbars */ /* FF */ .card-body__section > div.scroll{ scrollbar-color: var(--vivid) var(--bg); scrollbar-width: thin; overflow: auto; overflow-x: hidden; } /* Chrome */ div.scroll::-webkit-scrollbar { width: 12px; } div.scroll::-webkit-scrollbar-track { background: var(--bg); } div.scroll::-webkit-scrollbar-thumb { background-color: var(--vivid); border-radius: 20px; border: 3px solid var(--bg); } /* end scrollbars */ .section_right{ padding-left: 50px } .card{ background: black !important; color: #59fe26; } .card-body{ min-height: calc(var(--center-field-top) + var(--page-min-height) + var(--sections-top-margin) + 45px ); background-image: url('/static/style/hacker/background.png'); background-repeat: no-repeat; background-size: 100%; } .octa { height: 100vh; overflow: hidden; position: absolute; transform: rotate(45deg); -webkit-transform: rotate(45deg); width: 100vh; } .octa:after { background-image: url(https://imgur.com/voKPrMK.png); background-position: center center; background-size: auto 100vh; bottom: 0; content: ''; left: 0; position: absolute; right: 0; top: 0; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); } .octo, .octo div { margin: 0 auto; transform-origin: 50% 50%; overflow: hidden; width: 300px; height: 300px; /* border-radius: 40%; */ } .octo, .octo div { width: 270px; height: 270px; } .octo { transform: rotate(45deg); position: relative; z-index: 2; } .octo1 { transform: rotate(-45deg); } .center_field{ position: absolute; top: var(--center-field-top); /* left: -27%; */ left: -23%; z-index: 1; background: #2b5329; min-height: var(--page-min-height); /* width: 150%; */ width: 144%; /* border-radius: 30% 30% 0 0; */ } .center_field__name{ margin-top: -1.5rem; } .center_field__expectations{ padding: 1rem; } /* lower page to match with bg image */ .cv_card{ margin-top:var(--sections-top-margin); } .font_black{ color: black; } .font_title{ font-style: italic; font-size: 1.4rem; } .hr_style{ margin-top: 2rem; border-top: 10px ridge #59fe26; margin-bottom: 2rem; } .part{ margin-top: -53%; } .cv_card__side_panel{ /* position: relative !important; */ /* top: 85% */ margin-top: 50%; } .card .card_corner { position: absolute; top: 45%; right: -10%; width: 1.7em; height: 2em; /* background-color: #2b5329; */ z-index: 2; } .card_corner_left { left: -10%; background-color: black; } .card_corner_left .card_corner-triangle{ position: absolute; width: 0; height: 0; border-style: solid; border-width: 2em 2em 0 0; border-color: transparent #2b5329 transparent transparent; } .card_corner_right .card_corner-triangle { position: absolute; width: 0; height: 0; border-style: solid; border-width: 0 2em 2em 0; border-color: transparent black transparent transparent; } /* oct frame */ .octo-corner{ position: absolute; /* border-radius: 2%; */ } .octo-corner-hor{ position: absolute; height: 110px; width: 281px; top: var(--frame-top-h); left: var(--frame-left-h); border-left: dotted 8px; border-right: dotted 8px; z-index: 2; } .octo-corner-vert{ position: absolute; height: 281px; width: 110px; top: -293.1px; top: var(--frame-top-v); left: var(--frame-left-v); border-top: dotted 8px; border-bottom: dotted 8px; z-index: 2; } /* step decoration */ .step_wrapper{ height: 200px; display: flex; margin-top: -44%; } .step{ background-color: #2b5329; width: 50%; } .center_field_step_left{ background: linear-gradient(to bottom right, transparent 15%, #2b5329 5%); } .center_field_step_right{ background: linear-gradient(to bottom left, transparent 15%, #2b5329 5%); } .sections .card-body__section:nth-child(2){ margin-top: 5rem; } /* modal decoration */ .modal-content{ background: black !important; border: 1px solid #59fe26 !important; } .modal-header{ border-bottom: 1px dotted #59fe26 !important; } /* list item clickable */ .list_item_click{ border: 1px dotted black; } .list_item_click:hover{ cursor: pointer; border: 1px dotted #59fe26; } /* skillls graph item */ .skills__level_bar span.empty{ color: #9ccc9c; } .skills__level_bar span{ font-size: 105px; color: #0e6b0e; } @-moz-document url-prefix() { .skills__level_bar span{ font-size: 138px; } } .skills__level_bar{ font-size: 0; /* margin-top: -5.2rem; */ letter-spacing: -0.5rem; line-height: 2.7rem;; } /* select language style */ :root { --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f); --gray: #34495e; --darkgray: #2c3e50; } select { /* Reset Select */ appearance: none; outline: 0; border: 0; box-shadow: none; /* Personalize */ flex: 1; padding: 0 1em; color: #fff; background-color: var(--darkgray); background-image: none; cursor: pointer; } /* Remove IE arrow */ select::-ms-expand { display: none; } /* Custom Select wrapper */ .select { position: relative; display: flex; width: 20em; height: 3em; border-radius: .25em; overflow: hidden; } /* Arrow */ .select::after { content: '\25BC'; position: absolute; top: 0; right: 0; padding: 1em; background-color: #34495e; transition: .25s all ease; pointer-events: none; } /* Transition */ .select:hover::after { color: #f39c12; } /* icons */ h3 .fa{ font-size: 2.5rem; margin-right: 1rem; }
0.293202
0.082401
html, body { height: 100%; font-size: 0px; } body { margin: 0px; padding: 0px; } * { box-sizing: border-box; } a { text-decoration: none; } div.container { max-width: 1140px; margin: 0 auto; } section.main { width: 100%; background: rgba(239, 240, 242, 0.99); padding-top: 64px; padding-bottom: 196px; } .logo { width: 113px; height: 46px; margin: 0px; display: inline-block; } nav { border: 1px solid transparent; padding: 6px; display: inline-block; margin-left: calc(100% - 113px - 30px - 12px - 2px); width: 44px; position: relative; } .burger { height: 21px; width: 30px; margin-right: 0px; } .burger_icon{ width: 30px; border: 2px solid rgba(0, 0, 0, 0.6); border-radius: 2px; margin-bottom: 4px; } div.drop-down_menu { width: 350px; position: absolute; right: 0px; margin-top: 7px; z-index: 1; display: none; } .drop-down_menu > ul li { display: block; list-style: none; background: rgba(118, 244, 234, 0.9); padding: 20px 30px; margin: 0px; border: 1px solid rgba(0, 0, 0, 0.75); border-bottom: transparent; } .drop-down_menu > ul li:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.75); } .drop-down_menu > ul li a { font-size: 20px; font-weight: 700; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.2px; color: rgba(0, 0, 0, 0.75); } nav:hover { background: rgba(118, 244, 234, 0.5); border-color: rgba(255, 255, 255, 0.90); cursor: pointer; } .drop-down_menu > ul li:hover { border: 1px solid rgba(255, 255, 255, 0.90); color: rgba(255, 255, 255, 0.90); } nav:hover > div.drop-down_menu { display: block; } h1 { font-size: 45px; color: rgba(80, 80, 80, 1); text-align: center; text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; letter-spacing: 2.7px; text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.24); padding-top: 206px; margin: 0px; padding-bottom: 150px; } h1 > span.blue { background: rgba(118, 244, 234, 0.5); } span.juice { position: relative; } span.juice::after { content: url(./images/juice.png); max-width: 93px; max-height: 94px; position: absolute; bottom: -265px; right: 0px; } .button { font-size: 18px; font-family: Monserra, sans-serif; font-weight: 400; /*line-height: 28px;*/ letter-spacing: 2.16px; color: rgba(0, 0, 0, 0.75); text-transform: uppercase; text-align: center; border-radius: 2px; } a.button.main { padding: 20px 48px; display: block; margin: 0 auto; width: 21%; border: 2px solid rgba(0, 0, 0, 0.75); } a.button.main:hover { background-color: rgba(118, 244, 234, 0.5); border-color: rgba(255, 255, 255, 0.90); } section.about { padding-top: 129px; padding-bottom: 113px; background: rgba(248, 250, 250, 1); } h2 { font-size: 38px; font-weight: 700; font-family: Montserrat, sans-serif; font-style: bold; line-height: 28px; letter-spacing: 2.28px; color: rgba(0, 0, 0, 0.9); text-transform: uppercase; text-align: center; margin: 0px; } h2 + p { font-size: 18px; font-weight: 400; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.08px; color: rgba(0, 0, 0, 0.62); text-align: center; text-transform: uppercase; margin-bottom: 0px; } div.about.content { padding-top: 147px; } .about.left_slider { width: calc((479 * 100%) / 1140); margin-right: 113px; text-align: center; display: inline-block; } .about.slider_images { background-image: url(./images/image_3.png); background-repeat: no-repeat; background-position: center center; } img.about.images { box-shadow: 0px 0px 30px rgba(20, 20, 21, 0.13); width: calc((395 * 100%) / 479); } input[type="radio"], input[type="submit"] { display: none; } label.slider { width: 10px; height: 10px; border-radius: 3px; background: rgba(208, 208, 208, 1); display: inline-block; margin-right: 3px; margin-top: 43px; } label:hover { cursor: pointer; } input[type="radio"]:checked + label { background: rgba(113, 246, 235, 1); } .about.right_description { display: inline-block; width: calc(100% - 479px - 113px); vertical-align: top; padding-right: 37px; } h3 { font-size: 20px; font-weight: 700; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.2px; color: rgba(0, 0, 0, 0.75); text-transform: uppercase; margin: 0px; } h3 ~ p { font-family: Raleway, sans-serif; font-size: 16px; font-weight: 400; line-height: 28px; letter-spacing: 0.8px; color: rgba(0, 0, 0, 0.75); text-align: justify; } section.works { padding-top: 129px; padding-bottom: 125px; background: rgba(255, 255, 255, 1); } div.works.content { padding-top: 122px; } img.works { width: calc((100% - 30px) / 3); margin-bottom: 13px; margin-right: 13px; } img.works:nth-child(3n) { margin-right: 0px; } img.works:nth-last-child(-n+3) { margin-bottom: 0px; } section.services { padding-top: 124px; padding-bottom: 125px; background: rgba(249, 251, 251, 1); } div.services.content { padding-top: 123px; letter-spacing: line-height: 26px; } div.services.block { display: inline-block; position: relative; margin-right: 14px; margin-bottom: 13px; } div.services.block:nth-child(even) { margin-right: 0px; } div.services.block:nth-last-child(-n+2) { margin-bottom: 0px; } div.services.block[name="block1"] { width: 57.19%; /*652px*/ } div.services.block[name="block2"] { width: 41.58%; /*474px*/ } div.services.block[name="block3"] { width: 57.19%; /*652px*/ } div.services.block[name="block4"] { width: 41.58%; /*474px*/ } div.services.block[name="block5"] { width: 41.42%; /*472px*/ } div.services.block[name="block6"] { width: 57.28%; /*653px*/ } div.top { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); padding: 135px 66px 58px 66px; opacity: 0; transition: opacity 1s ease; } div.services.block:hover div.top { opacity: 1; transition: opacity 1s ease; z-index: 1; } div.top > h3 { color: rgba(255, 255, 255, 0.90); margin: 0px; margin-bottom: 27px; } div.top> h3 ~ p { line-height: 25px; letter-spacing: 0.32px; color: rgba(255, 255, 255, 0.90); margin: 0px; text-align: left; } label.services_top { font-family: Raleway, sans-serif; font-size: 18px; font-weight: 500; /*line-height: 85px;*/ letter-spacing: 0.72px; color: rgba(255, 255, 255, 0.90); text-transform: uppercase; position: absolute; bottom: 57px; } label.services_top:hover { color: rgba(113, 246, 235, 1); cursor: pointer; } input[class="services_top"]:checked + label.services_top + div.bottom { opacity: 1; transition: opacity 1s ease; z-index: 1; } label.services_bottom { font-size: 17px; color: rgba(0, 0, 0, 0.75); width: 17px; height: 17px; margin-top: 75px; display: block; } label.services_bottom:hover { color: rgba(255, 255, 255, 0.90); } div.bottom { position: absolute; left: 0px; bottom: 0px; background: rgba(109, 246, 235, 0.97); box-sizing: border-box; padding: 63px 116px 56px 66px; opacity: 0; transition: opacity 1s ease; z-index: -1; } .bottom > h3 ~ p { letter-spacing: 0.4px; text-align: left; margin-top: 38px; } section.team { padding-top: 122px; padding-bottom: 118px; background: rgba(255, 255, 255, 1); } div.team.content { padding-top: 110px; } div.team.photo { position: relative; width: calc((100% - 31px) / 3); display: inline-block; margin-right: 15px; margin-bottom: 14px; } div.team.photo:nth-child(3n) { margin-right: 0px; } div.team.photo:nth-last-child(-n+3) { margin-bottom: 0px; } img.team { width: 100%; } div.team.text { width: 91%; background: rgba(109, 246, 235, 0.98); box-shadow: 3px 6px 16px rgba(20, 20, 21, 0.18); padding: 43px 54px 43px 38px; box-sizing: border-box; position: absolute; left: 18px; bottom: 30px; opacity: 0; transition: opacity 1s ease; } .team.text::before { content: ""; width: 0; height: 0; border-left: 21px solid transparent; border-right: 21px solid transparent; border-bottom: 42px solid rgba(109, 246, 235, 0.98); position: absolute; left: 11px; top: -21px; } div.team.contacts.social { margin-top: 37px; } a.team.social { margin-right: 15px; display: inline-block; vertical-align: middle; font-family: FontAwesome; font-size: 13px; font-weight: 400px; line-height: 21/57px; letter-spacing: 0.15px; color: rgba(0, 0, 0, 0.70); } a.team.social:hover { color: rgba(255, 255, 255, 0.90); } div.team.text:hover { opacity: 1; transition: opacity 1s ease; } div.team.text > h3 > span { font-weight: 400; letter-spacing: 0.45px; line-height: 24px; color: rgba(118, 112, 112, 0.95); text-transform: none; font-style: italic; font-size: 15px; } div.team.text > h3 ~ p { letter-spacing: 0.16px; line-height: 24px; color: rgba(118, 112, 112, 0.80); } section.what { padding-top: 121px; padding-bottom: 141px; background: rgba(249, 251, 251, 1); } div.what.content { padding-top: 135px; } .what.left_slider { width: calc((393 * 100%) / 1140); margin-right: 81px; text-align: center; display: inline-block; } .what.slider_images { background-size: 412px 362px; background-repeat: no-repeat; background-position: center; background-image: url(./images/image_3.png); } img.what.images { box-shadow: 0px 0px 30px rgba(20, 20, 21, 0.13); width: calc((322 * 100%) / 393); } .what.right_slider { width: calc((666 * 100%) / 1140); display: inline-block; } .what.right_slider.text { width: 100%; background: rgba(234, 235, 237, 1); padding: 101px 84px 69px 84px; text-align: center; } div.what.right_slider.text > h3 > span { letter-spacing: 1.32px; line-height: 15px; color: rgba(120, 120, 120, 1); font-style: italic; font-size: 15px; } div.what.right_slider.text > h3 ~ p { letter-spacing: 0.96px; line-height: 22px; color: rgba(0, 0, 0, 0.70); margin-top: 30px; text-align: center; margin-bottom: 30px; } span.star { color: rgba(242, 218, 59, 1); font-size: 14px; letter-spacing: 6px; } .what.right_slider_nav { text-align: right; padding-top: 30px; } div.arrow { width: 53px; height: 53px; border-radius: 3px; background: rgba(255, 255, 255, 1); display: inline-block; margin-left: 29px; box-shadow: 3px 7px 11px rgba(20, 20, 21, 0.05); background-repeat: no-repeat; background-position: center; } .arrow.left { background-image: url(./images/arrow_left_light.png); } .arrow.right { background-image: url(./images/arrow_right_light.png); } .arrow.left:hover { background-color: rgba(113, 246, 235, 1); cursor: pointer; background-image: url(./images/arrow_left_dark.png); } div.right:hover { background-color: rgba(113, 246, 235, 1); cursor: pointer; background-image: url(./images/arrow_right_dark.png); } section.partners { padding-top: 108px; padding-bottom: 107px; background: rgba(255, 255, 255, 1); } img.partners { width: 100%; } section.contact_us { padding-top: 121px; padding-bottom: 123px; background-color: rgba(248, 250, 251, 0.67); background-image: linear-gradient(to right, rgba(248, 250, 251, 0.67), rgba(248, 250, 251, 0.67)), url(./images/contact_us_background.png); background-size: cover; background-repeat: no-repeat; } section.contact_us, form > input, textarea { font-family: Raleway, sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; color: rgba(255, 255, 255, 1); } form { width: 53.86%; /*614px; */ margin-right: 26px; background: rgba(2, 22, 35, 0.71); box-shadow: 0px 0px 3px rgba(21, 21, 21, 0.16); display: inline-block; float: left; padding: 17px 33px 38px 31px; } label.contact_form { width: 20%; } form > input, textarea { width: 79%; outline: none; } label.contact_form, form > input, textarea { display: inline-block; padding: 0px; margin: 0px; background: transparent; padding-top: 30px; padding-bottom: 16px; vertical-align: top; outline: none; border: 0px; text-indent: 4px; } textarea { resize: none; overflow: auto; } form > hr { margin: 0px; } label.button { width: calc((244 * 100%) / (614 - 31 - 33)); padding: 20px 38px; margin-top: 38px; background: rgba(110, 238, 228, 1); display: block; letter-spacing: 1.6px; } label.button:hover { background: rgba(255, 255, 255, 0.90); } label.contact_form:hover { color: rgba(110, 238, 228, 1); } div.contact_details { width: 43.86%; /*500px; */ padding: 36px 23px 19px 22px; background: rgba(2, 22, 35, 0.71); box-shadow: 0px 0px 3px rgba(21, 21, 21, 0.16); display: inline-block; } address { font-style: normal; } div.adress { padding-left: 8px; margin-bottom: 12px; } div.contact_details a { display: block; font-family: Raleway, sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; color: rgba(255, 255, 255, 1); } div.contact_details img { width: 100%; } footer { background: rgba(38, 43, 46, 1); padding-top: 93px; padding-bottom: 93px; text-align: center; } h4, h4 ~ p { font-family: Raleway, sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; letter-spacing: 0.16px; color: rgba(255, 255, 255, 0.8); text-transform: uppercase; margin: 0px; } h4 ~ p { font-weight: 500; color: rgba(255, 255, 255, 0.16); text-transform: none; } a.footer.social { width: 46px; height: 40px; margin-right: 7px; margin: 19px 7px 43px 0px; background: 46px 40px rgba(66, 70, 72, 1); display: inline-block; font-family: FontAwesome; font-size: 21px; font-weight: 400; line-height: 39.41px; letter-spacing: 0.2px; color: rgba(250, 244, 244, 1); } a.footer.social:hover { background-color: rgba(113, 246, 235, 1); color: rgba(0, 0, 0, 0.95); }
landing_styles.css
html, body { height: 100%; font-size: 0px; } body { margin: 0px; padding: 0px; } * { box-sizing: border-box; } a { text-decoration: none; } div.container { max-width: 1140px; margin: 0 auto; } section.main { width: 100%; background: rgba(239, 240, 242, 0.99); padding-top: 64px; padding-bottom: 196px; } .logo { width: 113px; height: 46px; margin: 0px; display: inline-block; } nav { border: 1px solid transparent; padding: 6px; display: inline-block; margin-left: calc(100% - 113px - 30px - 12px - 2px); width: 44px; position: relative; } .burger { height: 21px; width: 30px; margin-right: 0px; } .burger_icon{ width: 30px; border: 2px solid rgba(0, 0, 0, 0.6); border-radius: 2px; margin-bottom: 4px; } div.drop-down_menu { width: 350px; position: absolute; right: 0px; margin-top: 7px; z-index: 1; display: none; } .drop-down_menu > ul li { display: block; list-style: none; background: rgba(118, 244, 234, 0.9); padding: 20px 30px; margin: 0px; border: 1px solid rgba(0, 0, 0, 0.75); border-bottom: transparent; } .drop-down_menu > ul li:last-child { border-bottom: 1px solid rgba(0, 0, 0, 0.75); } .drop-down_menu > ul li a { font-size: 20px; font-weight: 700; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.2px; color: rgba(0, 0, 0, 0.75); } nav:hover { background: rgba(118, 244, 234, 0.5); border-color: rgba(255, 255, 255, 0.90); cursor: pointer; } .drop-down_menu > ul li:hover { border: 1px solid rgba(255, 255, 255, 0.90); color: rgba(255, 255, 255, 0.90); } nav:hover > div.drop-down_menu { display: block; } h1 { font-size: 45px; color: rgba(80, 80, 80, 1); text-align: center; text-transform: uppercase; font-family: Montserrat, sans-serif; font-weight: 700; letter-spacing: 2.7px; text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.24); padding-top: 206px; margin: 0px; padding-bottom: 150px; } h1 > span.blue { background: rgba(118, 244, 234, 0.5); } span.juice { position: relative; } span.juice::after { content: url(./images/juice.png); max-width: 93px; max-height: 94px; position: absolute; bottom: -265px; right: 0px; } .button { font-size: 18px; font-family: Monserra, sans-serif; font-weight: 400; /*line-height: 28px;*/ letter-spacing: 2.16px; color: rgba(0, 0, 0, 0.75); text-transform: uppercase; text-align: center; border-radius: 2px; } a.button.main { padding: 20px 48px; display: block; margin: 0 auto; width: 21%; border: 2px solid rgba(0, 0, 0, 0.75); } a.button.main:hover { background-color: rgba(118, 244, 234, 0.5); border-color: rgba(255, 255, 255, 0.90); } section.about { padding-top: 129px; padding-bottom: 113px; background: rgba(248, 250, 250, 1); } h2 { font-size: 38px; font-weight: 700; font-family: Montserrat, sans-serif; font-style: bold; line-height: 28px; letter-spacing: 2.28px; color: rgba(0, 0, 0, 0.9); text-transform: uppercase; text-align: center; margin: 0px; } h2 + p { font-size: 18px; font-weight: 400; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.08px; color: rgba(0, 0, 0, 0.62); text-align: center; text-transform: uppercase; margin-bottom: 0px; } div.about.content { padding-top: 147px; } .about.left_slider { width: calc((479 * 100%) / 1140); margin-right: 113px; text-align: center; display: inline-block; } .about.slider_images { background-image: url(./images/image_3.png); background-repeat: no-repeat; background-position: center center; } img.about.images { box-shadow: 0px 0px 30px rgba(20, 20, 21, 0.13); width: calc((395 * 100%) / 479); } input[type="radio"], input[type="submit"] { display: none; } label.slider { width: 10px; height: 10px; border-radius: 3px; background: rgba(208, 208, 208, 1); display: inline-block; margin-right: 3px; margin-top: 43px; } label:hover { cursor: pointer; } input[type="radio"]:checked + label { background: rgba(113, 246, 235, 1); } .about.right_description { display: inline-block; width: calc(100% - 479px - 113px); vertical-align: top; padding-right: 37px; } h3 { font-size: 20px; font-weight: 700; font-family: Merriweather, sans-serif; line-height: 28px; letter-spacing: 1.2px; color: rgba(0, 0, 0, 0.75); text-transform: uppercase; margin: 0px; } h3 ~ p { font-family: Raleway, sans-serif; font-size: 16px; font-weight: 400; line-height: 28px; letter-spacing: 0.8px; color: rgba(0, 0, 0, 0.75); text-align: justify; } section.works { padding-top: 129px; padding-bottom: 125px; background: rgba(255, 255, 255, 1); } div.works.content { padding-top: 122px; } img.works { width: calc((100% - 30px) / 3); margin-bottom: 13px; margin-right: 13px; } img.works:nth-child(3n) { margin-right: 0px; } img.works:nth-last-child(-n+3) { margin-bottom: 0px; } section.services { padding-top: 124px; padding-bottom: 125px; background: rgba(249, 251, 251, 1); } div.services.content { padding-top: 123px; letter-spacing: line-height: 26px; } div.services.block { display: inline-block; position: relative; margin-right: 14px; margin-bottom: 13px; } div.services.block:nth-child(even) { margin-right: 0px; } div.services.block:nth-last-child(-n+2) { margin-bottom: 0px; } div.services.block[name="block1"] { width: 57.19%; /*652px*/ } div.services.block[name="block2"] { width: 41.58%; /*474px*/ } div.services.block[name="block3"] { width: 57.19%; /*652px*/ } div.services.block[name="block4"] { width: 41.58%; /*474px*/ } div.services.block[name="block5"] { width: 41.42%; /*472px*/ } div.services.block[name="block6"] { width: 57.28%; /*653px*/ } div.top { position: absolute; left: 0px; bottom: 0px; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.65); padding: 135px 66px 58px 66px; opacity: 0; transition: opacity 1s ease; } div.services.block:hover div.top { opacity: 1; transition: opacity 1s ease; z-index: 1; } div.top > h3 { color: rgba(255, 255, 255, 0.90); margin: 0px; margin-bottom: 27px; } div.top> h3 ~ p { line-height: 25px; letter-spacing: 0.32px; color: rgba(255, 255, 255, 0.90); margin: 0px; text-align: left; } label.services_top { font-family: Raleway, sans-serif; font-size: 18px; font-weight: 500; /*line-height: 85px;*/ letter-spacing: 0.72px; color: rgba(255, 255, 255, 0.90); text-transform: uppercase; position: absolute; bottom: 57px; } label.services_top:hover { color: rgba(113, 246, 235, 1); cursor: pointer; } input[class="services_top"]:checked + label.services_top + div.bottom { opacity: 1; transition: opacity 1s ease; z-index: 1; } label.services_bottom { font-size: 17px; color: rgba(0, 0, 0, 0.75); width: 17px; height: 17px; margin-top: 75px; display: block; } label.services_bottom:hover { color: rgba(255, 255, 255, 0.90); } div.bottom { position: absolute; left: 0px; bottom: 0px; background: rgba(109, 246, 235, 0.97); box-sizing: border-box; padding: 63px 116px 56px 66px; opacity: 0; transition: opacity 1s ease; z-index: -1; } .bottom > h3 ~ p { letter-spacing: 0.4px; text-align: left; margin-top: 38px; } section.team { padding-top: 122px; padding-bottom: 118px; background: rgba(255, 255, 255, 1); } div.team.content { padding-top: 110px; } div.team.photo { position: relative; width: calc((100% - 31px) / 3); display: inline-block; margin-right: 15px; margin-bottom: 14px; } div.team.photo:nth-child(3n) { margin-right: 0px; } div.team.photo:nth-last-child(-n+3) { margin-bottom: 0px; } img.team { width: 100%; } div.team.text { width: 91%; background: rgba(109, 246, 235, 0.98); box-shadow: 3px 6px 16px rgba(20, 20, 21, 0.18); padding: 43px 54px 43px 38px; box-sizing: border-box; position: absolute; left: 18px; bottom: 30px; opacity: 0; transition: opacity 1s ease; } .team.text::before { content: ""; width: 0; height: 0; border-left: 21px solid transparent; border-right: 21px solid transparent; border-bottom: 42px solid rgba(109, 246, 235, 0.98); position: absolute; left: 11px; top: -21px; } div.team.contacts.social { margin-top: 37px; } a.team.social { margin-right: 15px; display: inline-block; vertical-align: middle; font-family: FontAwesome; font-size: 13px; font-weight: 400px; line-height: 21/57px; letter-spacing: 0.15px; color: rgba(0, 0, 0, 0.70); } a.team.social:hover { color: rgba(255, 255, 255, 0.90); } div.team.text:hover { opacity: 1; transition: opacity 1s ease; } div.team.text > h3 > span { font-weight: 400; letter-spacing: 0.45px; line-height: 24px; color: rgba(118, 112, 112, 0.95); text-transform: none; font-style: italic; font-size: 15px; } div.team.text > h3 ~ p { letter-spacing: 0.16px; line-height: 24px; color: rgba(118, 112, 112, 0.80); } section.what { padding-top: 121px; padding-bottom: 141px; background: rgba(249, 251, 251, 1); } div.what.content { padding-top: 135px; } .what.left_slider { width: calc((393 * 100%) / 1140); margin-right: 81px; text-align: center; display: inline-block; } .what.slider_images { background-size: 412px 362px; background-repeat: no-repeat; background-position: center; background-image: url(./images/image_3.png); } img.what.images { box-shadow: 0px 0px 30px rgba(20, 20, 21, 0.13); width: calc((322 * 100%) / 393); } .what.right_slider { width: calc((666 * 100%) / 1140); display: inline-block; } .what.right_slider.text { width: 100%; background: rgba(234, 235, 237, 1); padding: 101px 84px 69px 84px; text-align: center; } div.what.right_slider.text > h3 > span { letter-spacing: 1.32px; line-height: 15px; color: rgba(120, 120, 120, 1); font-style: italic; font-size: 15px; } div.what.right_slider.text > h3 ~ p { letter-spacing: 0.96px; line-height: 22px; color: rgba(0, 0, 0, 0.70); margin-top: 30px; text-align: center; margin-bottom: 30px; } span.star { color: rgba(242, 218, 59, 1); font-size: 14px; letter-spacing: 6px; } .what.right_slider_nav { text-align: right; padding-top: 30px; } div.arrow { width: 53px; height: 53px; border-radius: 3px; background: rgba(255, 255, 255, 1); display: inline-block; margin-left: 29px; box-shadow: 3px 7px 11px rgba(20, 20, 21, 0.05); background-repeat: no-repeat; background-position: center; } .arrow.left { background-image: url(./images/arrow_left_light.png); } .arrow.right { background-image: url(./images/arrow_right_light.png); } .arrow.left:hover { background-color: rgba(113, 246, 235, 1); cursor: pointer; background-image: url(./images/arrow_left_dark.png); } div.right:hover { background-color: rgba(113, 246, 235, 1); cursor: pointer; background-image: url(./images/arrow_right_dark.png); } section.partners { padding-top: 108px; padding-bottom: 107px; background: rgba(255, 255, 255, 1); } img.partners { width: 100%; } section.contact_us { padding-top: 121px; padding-bottom: 123px; background-color: rgba(248, 250, 251, 0.67); background-image: linear-gradient(to right, rgba(248, 250, 251, 0.67), rgba(248, 250, 251, 0.67)), url(./images/contact_us_background.png); background-size: cover; background-repeat: no-repeat; } section.contact_us, form > input, textarea { font-family: Raleway, sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; color: rgba(255, 255, 255, 1); } form { width: 53.86%; /*614px; */ margin-right: 26px; background: rgba(2, 22, 35, 0.71); box-shadow: 0px 0px 3px rgba(21, 21, 21, 0.16); display: inline-block; float: left; padding: 17px 33px 38px 31px; } label.contact_form { width: 20%; } form > input, textarea { width: 79%; outline: none; } label.contact_form, form > input, textarea { display: inline-block; padding: 0px; margin: 0px; background: transparent; padding-top: 30px; padding-bottom: 16px; vertical-align: top; outline: none; border: 0px; text-indent: 4px; } textarea { resize: none; overflow: auto; } form > hr { margin: 0px; } label.button { width: calc((244 * 100%) / (614 - 31 - 33)); padding: 20px 38px; margin-top: 38px; background: rgba(110, 238, 228, 1); display: block; letter-spacing: 1.6px; } label.button:hover { background: rgba(255, 255, 255, 0.90); } label.contact_form:hover { color: rgba(110, 238, 228, 1); } div.contact_details { width: 43.86%; /*500px; */ padding: 36px 23px 19px 22px; background: rgba(2, 22, 35, 0.71); box-shadow: 0px 0px 3px rgba(21, 21, 21, 0.16); display: inline-block; } address { font-style: normal; } div.adress { padding-left: 8px; margin-bottom: 12px; } div.contact_details a { display: block; font-family: Raleway, sans-serif; font-size: 15px; font-weight: 400; line-height: 24px; color: rgba(255, 255, 255, 1); } div.contact_details img { width: 100%; } footer { background: rgba(38, 43, 46, 1); padding-top: 93px; padding-bottom: 93px; text-align: center; } h4, h4 ~ p { font-family: Raleway, sans-serif; font-size: 16px; font-weight: 400; line-height: 25px; letter-spacing: 0.16px; color: rgba(255, 255, 255, 0.8); text-transform: uppercase; margin: 0px; } h4 ~ p { font-weight: 500; color: rgba(255, 255, 255, 0.16); text-transform: none; } a.footer.social { width: 46px; height: 40px; margin-right: 7px; margin: 19px 7px 43px 0px; background: 46px 40px rgba(66, 70, 72, 1); display: inline-block; font-family: FontAwesome; font-size: 21px; font-weight: 400; line-height: 39.41px; letter-spacing: 0.2px; color: rgba(250, 244, 244, 1); } a.footer.social:hover { background-color: rgba(113, 246, 235, 1); color: rgba(0, 0, 0, 0.95); }
0.289071
0.07703
background-color:#eeeeee; width:118px; height:130px; float:left; } #menu { width:1200px; height:150px; float:left; text-align:center; } #menu ul{ list-style: none; text-align:center; } #menu li{ text-align:center; float: left; font: bold 25px "Trebuchet MS"; color: #191970; padding: 30px; } #nav{ background-color:#eeeeee; line-height:50px; width:350px; float:left; padding:15px; font: 16px "Calibri"; } #nav2{ background-color:#eeeeee; width: 150%; float:left; padding:15px; font: 16px "Calibri"; } #nav3{ background-color:#eeeeee; line-height:50px; width:1318px; height:300px; float:left; padding:15px; font: 16px "Calibri"; } #nav4{ margin-left: 50px; width: 250px; height:200px; float: left; padding: 15px; } #nav5{ width: 250px; height:200px; float: left; padding: 15px; } #nav6{ width: 250px; height:200px; float: left; padding: 25px; } #nav7{ width: 250px; height:200px; float: left; padding: 25px; } #nav8{ width: 250px; height:200px; float: left; padding: 15px; text-align:center; } #section{ width:750px; float:left; padding:50px; font: bold 20px "Calibri"; text-align:center; } a:link { color:#191970; background-color:transparent; text-decoration:none; } a:visited { color:#191970; background-color:transparent; text-decoration:none; } a:hover { color:#ff0000; background-color:transparent; text-decoration:underline; } a:active { color:#ff0000; background-color:transparent; text-decoration:underline; } #titulo { background-color:#191970; color:white; clear:both; text-align:center; padding:10px; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; } #footer{ background-color:#8E8EA1; color:black; clear:both; text-align:center; padding:5px; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; }
applications/fest/static/css/layout_principal.css
background-color:#eeeeee; width:118px; height:130px; float:left; } #menu { width:1200px; height:150px; float:left; text-align:center; } #menu ul{ list-style: none; text-align:center; } #menu li{ text-align:center; float: left; font: bold 25px "Trebuchet MS"; color: #191970; padding: 30px; } #nav{ background-color:#eeeeee; line-height:50px; width:350px; float:left; padding:15px; font: 16px "Calibri"; } #nav2{ background-color:#eeeeee; width: 150%; float:left; padding:15px; font: 16px "Calibri"; } #nav3{ background-color:#eeeeee; line-height:50px; width:1318px; height:300px; float:left; padding:15px; font: 16px "Calibri"; } #nav4{ margin-left: 50px; width: 250px; height:200px; float: left; padding: 15px; } #nav5{ width: 250px; height:200px; float: left; padding: 15px; } #nav6{ width: 250px; height:200px; float: left; padding: 25px; } #nav7{ width: 250px; height:200px; float: left; padding: 25px; } #nav8{ width: 250px; height:200px; float: left; padding: 15px; text-align:center; } #section{ width:750px; float:left; padding:50px; font: bold 20px "Calibri"; text-align:center; } a:link { color:#191970; background-color:transparent; text-decoration:none; } a:visited { color:#191970; background-color:transparent; text-decoration:none; } a:hover { color:#ff0000; background-color:transparent; text-decoration:underline; } a:active { color:#ff0000; background-color:transparent; text-decoration:underline; } #titulo { background-color:#191970; color:white; clear:both; text-align:center; padding:10px; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; } #footer{ background-color:#8E8EA1; color:black; clear:both; text-align:center; padding:5px; font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif; }
0.197058
0.061312
* 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; } /** * Add the correct display in IE 9-. */ audio, canvas, progress, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */ template, [hidden] { display: none; } /* Links ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /* Text-level semantics ========================================================================== */ /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /* Forms ========================================================================== */ /** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Restore the font weight unset by the previous rule. */ optgroup { font-weight: bold; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Correct the text style of placeholders in Chrome, Edge, and Safari. */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } html { background-color: #ffffff; font-size: 16px; min-width: 300px; overflow-x: hidden; overflow-y: scroll; text-size-adjust: 100%; } a { color: #3273dc; cursor: pointer; text-decoration: none; } a:hover { color: #292828; } article, aside, figure, footer, header, hgroup, section { display: block; } body, button, input, select, textarea { font-family: "Calibre", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; } body { color: #161616; font-size: 1rem; } .is-centered { text-align: center; } .is-left { text-align: left; } .is-right { text-align: right; } .is-block { display: block; } .is-disabled { pointer-events: none; } .is-inline { display: inline; } .is-marginless { margin: 0 !important; } .is-unselectable { -webkit-touch-callout: none; user-select: none; } .button, button, input[type=button], input[type=submit] { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; user-select: none; background-color: #ffffff; color: #161616; cursor: pointer; display: inline-block; text-align: center; white-space: nowrap; vertical-align: middle; background-image: none; border: 1px solid #dfd7ce; text-decoration: none; padding: 0.35em 0.75em; border-radius: 2px; box-shadow: none; transition: all 0.3s ease 0s; } .button:focus, .button:active, .button.is-active, button:focus, button:active, button.is-active, input[type=button]:focus, input[type=button]:active, input[type=button].is-active, input[type=submit]:focus, input[type=submit]:active, input[type=submit].is-active { outline: none; } .button[disabled], button[disabled], input[type=button][disabled], input[type=submit][disabled] { cursor: not-allowed; } .button:hover, .button.is-hovered, button:hover, button.is-hovered, input[type=button]:hover, input[type=button].is-hovered, input[type=submit]:hover, input[type=submit].is-hovered { background-color: #ffffff; color: #000000; border-color: #f2f2f2; } .button:focus, .button.is-focused, button:focus, button.is-focused, input[type=button]:focus, input[type=button].is-focused, input[type=submit]:focus, input[type=submit].is-focused { background-color: #ffffff; color: #000000; } .button:active, .button.is-active, button:active, button.is-active, input[type=button]:active, input[type=button].is-active, input[type=submit]:active, input[type=submit].is-active { background-color: #ffffff; color: #000000; border-color: #000000; box-shadow: 0px 0px 5px #161616; } .button.is-white, button.is-white, input[type=button].is-white, input[type=submit].is-white { background-color: #ffffff; color: #161616; border-color: transparent; border: 1px solid #dfd7ce; } .button.is-white:hover, .button.is-white.is-hovered, button.is-white:hover, button.is-white.is-hovered, input[type=button].is-white:hover, input[type=button].is-white.is-hovered, input[type=submit].is-white:hover, input[type=submit].is-white.is-hovered { background-color: #f2f2f2; color: #161616; border-color: transparent; } .button.is-white:focus, .button.is-white.is-focused, button.is-white:focus, button.is-white.is-focused, input[type=button].is-white:focus, input[type=button].is-white.is-focused, input[type=submit].is-white:focus, input[type=submit].is-white.is-focused { box-shadow: 0px 0px 5px #ffffff; } .button.is-white:active, .button.is-white.is-active, button.is-white:active, button.is-white.is-active, input[type=button].is-white:active, input[type=button].is-white.is-active, input[type=submit].is-white:active, input[type=submit].is-white.is-active { background-color: black; color: #161616; border-color: transparent; } .button.is-white.is-inverted, button.is-white.is-inverted, input[type=button].is-white.is-inverted, input[type=submit].is-white.is-inverted { background-color: transparent; border-color: #ffffff; color: #ffffff; } .button.is-white.is-inverted:hover, .button.is-white.is-inverted:focus, button.is-white.is-inverted:hover, button.is-white.is-inverted:focus, input[type=button].is-white.is-inverted:hover, input[type=button].is-white.is-inverted:focus, input[type=submit].is-white.is-inverted:hover, input[type=submit].is-white.is-inverted:focus { background-color: #ffffff; color: #161616; border-color: #ffffff; } .button.is-black, button.is-black, input[type=button].is-black, input[type=submit].is-black { background-color: #000000; color: #ffffff; border-color: transparent; } .button.is-black:hover, .button.is-black.is-hovered, button.is-black:hover, button.is-black.is-hovered, input[type=button].is-black:hover, input[type=button].is-black.is-hovered, input[type=submit].is-black:hover, input[type=submit].is-black.is-hovered { background-color: black; color: #ffffff; border-color: transparent; } .button.is-black:focus, .button.is-black.is-focused, button.is-black:focus, button.is-black.is-focused, input[type=button].is-black:focus, input[type=button].is-black.is-focused, input[type=submit].is-black:focus, input[type=submit].is-black.is-focused { box-shadow: 0px 0px 5px #000000; } .button.is-black:active, .button.is-black.is-active, button.is-black:active, button.is-black.is-active, input[type=button].is-black:active, input[type=button].is-black.is-active, input[type=submit].is-black:active, input[type=submit].is-black.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-black.is-inverted, button.is-black.is-inverted, input[type=button].is-black.is-inverted, input[type=submit].is-black.is-inverted { background-color: transparent; border-color: #000000; color: #000000; } .button.is-black.is-inverted:hover, .button.is-black.is-inverted:focus, button.is-black.is-inverted:hover, button.is-black.is-inverted:focus, input[type=button].is-black.is-inverted:hover, input[type=button].is-black.is-inverted:focus, input[type=submit].is-black.is-inverted:hover, input[type=submit].is-black.is-inverted:focus { background-color: #000000; color: #ffffff; border-color: #000000; } .button.is-primary, button.is-primary, input[type=button].is-primary, input[type=submit].is-primary { background-color: #00aba9; color: #ffffff; border-color: transparent; } .button.is-primary:hover, .button.is-primary.is-hovered, button.is-primary:hover, button.is-primary.is-hovered, input[type=button].is-primary:hover, input[type=button].is-primary.is-hovered, input[type=submit].is-primary:hover, input[type=submit].is-primary.is-hovered { background-color: #009290; color: #ffffff; border-color: transparent; } .button.is-primary:focus, .button.is-primary.is-focused, button.is-primary:focus, button.is-primary.is-focused, input[type=button].is-primary:focus, input[type=button].is-primary.is-focused, input[type=submit].is-primary:focus, input[type=submit].is-primary.is-focused { box-shadow: 0px 0px 5px #00aba9; } .button.is-primary:active, .button.is-primary.is-active, button.is-primary:active, button.is-primary.is-active, input[type=button].is-primary:active, input[type=button].is-primary.is-active, input[type=submit].is-primary:active, input[type=submit].is-primary.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-primary.is-inverted, button.is-primary.is-inverted, input[type=button].is-primary.is-inverted, input[type=submit].is-primary.is-inverted { background-color: transparent; border-color: #00aba9; color: #00aba9; } .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted:focus, button.is-primary.is-inverted:hover, button.is-primary.is-inverted:focus, input[type=button].is-primary.is-inverted:hover, input[type=button].is-primary.is-inverted:focus, input[type=submit].is-primary.is-inverted:hover, input[type=submit].is-primary.is-inverted:focus { background-color: #00aba9; color: #ffffff; border-color: #00aba9; } .button.is-danger, button.is-danger, input[type=button].is-danger, input[type=submit].is-danger { background-color: #f44336; color: #ffffff; border-color: transparent; } .button.is-danger:hover, .button.is-danger.is-hovered, button.is-danger:hover, button.is-danger.is-hovered, input[type=button].is-danger:hover, input[type=button].is-danger.is-hovered, input[type=submit].is-danger:hover, input[type=submit].is-danger.is-hovered { background-color: #f32c1e; color: #ffffff; border-color: transparent; } .button.is-danger:focus, .button.is-danger.is-focused, button.is-danger:focus, button.is-danger.is-focused, input[type=button].is-danger:focus, input[type=button].is-danger.is-focused, input[type=submit].is-danger:focus, input[type=submit].is-danger.is-focused { box-shadow: 0px 0px 5px #f44336; } .button.is-danger:active, .button.is-danger.is-active, button.is-danger:active, button.is-danger.is-active, input[type=button].is-danger:active, input[type=button].is-danger.is-active, input[type=submit].is-danger:active, input[type=submit].is-danger.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-danger.is-inverted, button.is-danger.is-inverted, input[type=button].is-danger.is-inverted, input[type=submit].is-danger.is-inverted { background-color: transparent; border-color: #f44336; color: #f44336; } .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted:focus, button.is-danger.is-inverted:hover, button.is-danger.is-inverted:focus, input[type=button].is-danger.is-inverted:hover, input[type=button].is-danger.is-inverted:focus, input[type=submit].is-danger.is-inverted:hover, input[type=submit].is-danger.is-inverted:focus { background-color: #f44336; color: #ffffff; border-color: #f44336; } .button.is-warning, button.is-warning, input[type=button].is-warning, input[type=submit].is-warning { background-color: #f0d147; color: #ffffff; border-color: transparent; } .button.is-warning:hover, .button.is-warning.is-hovered, button.is-warning:hover, button.is-warning.is-hovered, input[type=button].is-warning:hover, input[type=button].is-warning.is-hovered, input[type=submit].is-warning:hover, input[type=submit].is-warning.is-hovered { background-color: #eecb2f; color: #ffffff; border-color: transparent; } .button.is-warning:focus, .button.is-warning.is-focused, button.is-warning:focus, button.is-warning.is-focused, input[type=button].is-warning:focus, input[type=button].is-warning.is-focused, input[type=submit].is-warning:focus, input[type=submit].is-warning.is-focused { box-shadow: 0px 0px 5px #f0d147; } .button.is-warning:active, .button.is-warning.is-active, button.is-warning:active, button.is-warning.is-active, input[type=button].is-warning:active, input[type=button].is-warning.is-active, input[type=submit].is-warning:active, input[type=submit].is-warning.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-warning.is-inverted, button.is-warning.is-inverted, input[type=button].is-warning.is-inverted, input[type=submit].is-warning.is-inverted { background-color: transparent; border-color: #f0d147; color: #f0d147; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted:focus, button.is-warning.is-inverted:hover, button.is-warning.is-inverted:focus, input[type=button].is-warning.is-inverted:hover, input[type=button].is-warning.is-inverted:focus, input[type=submit].is-warning.is-inverted:hover, input[type=submit].is-warning.is-inverted:focus { background-color: #f0d147; color: #ffffff; border-color: #f0d147; } .button.is-success, button.is-success, input[type=button].is-success, input[type=submit].is-success { background-color: #24ac41; color: #ffffff; border-color: transparent; } .button.is-success:hover, .button.is-success.is-hovered, button.is-success:hover, button.is-success.is-hovered, input[type=button].is-success:hover, input[type=button].is-success.is-hovered, input[type=submit].is-success:hover, input[type=submit].is-success.is-hovered { background-color: #209739; color: #ffffff; border-color: transparent; } .button.is-success:focus, .button.is-success.is-focused, button.is-success:focus, button.is-success.is-focused, input[type=button].is-success:focus, input[type=button].is-success.is-focused, input[type=submit].is-success:focus, input[type=submit].is-success.is-focused { box-shadow: 0px 0px 5px #24ac41; } .button.is-success:active, .button.is-success.is-active, button.is-success:active, button.is-success.is-active, input[type=button].is-success:active, input[type=button].is-success.is-active, input[type=submit].is-success:active, input[type=submit].is-success.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-success.is-inverted, button.is-success.is-inverted, input[type=button].is-success.is-inverted, input[type=submit].is-success.is-inverted { background-color: transparent; border-color: #24ac41; color: #24ac41; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted:focus, button.is-success.is-inverted:hover, button.is-success.is-inverted:focus, input[type=button].is-success.is-inverted:hover, input[type=button].is-success.is-inverted:focus, input[type=submit].is-success.is-inverted:hover, input[type=submit].is-success.is-inverted:focus { background-color: #24ac41; color: #ffffff; border-color: #24ac41; } .button.is-info, button.is-info, input[type=button].is-info, input[type=submit].is-info { background-color: #2277d8; color: #ffffff; border-color: transparent; } .button.is-info:hover, .button.is-info.is-hovered, button.is-info:hover, button.is-info.is-hovered, input[type=button].is-info:hover, input[type=button].is-info.is-hovered, input[type=submit].is-info:hover, input[type=submit].is-info.is-hovered { background-color: #1f6bc2; color: #ffffff; border-color: transparent; } .button.is-info:focus, .button.is-info.is-focused, button.is-info:focus, button.is-info.is-focused, input[type=button].is-info:focus, input[type=button].is-info.is-focused, input[type=submit].is-info:focus, input[type=submit].is-info.is-focused { box-shadow: 0px 0px 5px #2277d8; } .button.is-info:active, .button.is-info.is-active, button.is-info:active, button.is-info.is-active, input[type=button].is-info:active, input[type=button].is-info.is-active, input[type=submit].is-info:active, input[type=submit].is-info.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-info.is-inverted, button.is-info.is-inverted, input[type=button].is-info.is-inverted, input[type=submit].is-info.is-inverted { background-color: transparent; border-color: #2277d8; color: #2277d8; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted:focus, button.is-info.is-inverted:hover, button.is-info.is-inverted:focus, input[type=button].is-info.is-inverted:hover, input[type=button].is-info.is-inverted:focus, input[type=submit].is-info.is-inverted:hover, input[type=submit].is-info.is-inverted:focus { background-color: #2277d8; color: #ffffff; border-color: #2277d8; } .button.is-light, button.is-light, input[type=button].is-light, input[type=submit].is-light { background-color: #dfd7ce; color: #292828; border-color: transparent; } .button.is-light:hover, .button.is-light.is-hovered, button.is-light:hover, button.is-light.is-hovered, input[type=button].is-light:hover, input[type=button].is-light.is-hovered, input[type=submit].is-light:hover, input[type=submit].is-light.is-hovered { background-color: #d5cabf; color: #292828; border-color: transparent; } .button.is-light:focus, .button.is-light.is-focused, button.is-light:focus, button.is-light.is-focused, input[type=button].is-light:focus, input[type=button].is-light.is-focused, input[type=submit].is-light:focus, input[type=submit].is-light.is-focused { box-shadow: 0px 0px 5px #dfd7ce; } .button.is-light:active, .button.is-light.is-active, button.is-light:active, button.is-light.is-active, input[type=button].is-light:active, input[type=button].is-light.is-active, input[type=submit].is-light:active, input[type=submit].is-light.is-active { background-color: black; color: #292828; border-color: transparent; } .button.is-light.is-inverted, button.is-light.is-inverted, input[type=button].is-light.is-inverted, input[type=submit].is-light.is-inverted { background-color: transparent; border-color: #dfd7ce; color: #dfd7ce; } .button.is-light.is-inverted:hover, .button.is-light.is-inverted:focus, button.is-light.is-inverted:hover, button.is-light.is-inverted:focus, input[type=button].is-light.is-inverted:hover, input[type=button].is-light.is-inverted:focus, input[type=submit].is-light.is-inverted:hover, input[type=submit].is-light.is-inverted:focus { background-color: #dfd7ce; color: #292828; border-color: #dfd7ce; } .button.is-dark, button.is-dark, input[type=button].is-dark, input[type=submit].is-dark { background-color: #292828; color: #ffffff; border-color: transparent; } .button.is-dark:hover, .button.is-dark.is-hovered, button.is-dark:hover, button.is-dark.is-hovered, input[type=button].is-dark:hover, input[type=button].is-dark.is-hovered, input[type=submit].is-dark:hover, input[type=submit].is-dark.is-hovered { background-color: #1c1b1b; color: #ffffff; border-color: transparent; } .button.is-dark:focus, .button.is-dark.is-focused, button.is-dark:focus, button.is-dark.is-focused, input[type=button].is-dark:focus, input[type=button].is-dark.is-focused, input[type=submit].is-dark:focus, input[type=submit].is-dark.is-focused { box-shadow: 0px 0px 5px #292828; } .button.is-dark:active, .button.is-dark.is-active, button.is-dark:active, button.is-dark.is-active, input[type=button].is-dark:active, input[type=button].is-dark.is-active, input[type=submit].is-dark:active, input[type=submit].is-dark.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-dark.is-inverted, button.is-dark.is-inverted, input[type=button].is-dark.is-inverted, input[type=submit].is-dark.is-inverted { background-color: transparent; border-color: #292828; color: #292828; } .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted:focus, button.is-dark.is-inverted:hover, button.is-dark.is-inverted:focus, input[type=button].is-dark.is-inverted:hover, input[type=button].is-dark.is-inverted:focus, input[type=submit].is-dark.is-inverted:hover, input[type=submit].is-dark.is-inverted:focus { background-color: #292828; color: #ffffff; border-color: #292828; } .button.is-small, button.is-small, input[type=button].is-small, input[type=submit].is-small { border-radius: 2px; font-size: 0.75rem; } .button.is-medium, button.is-medium, input[type=button].is-medium, input[type=submit].is-medium { font-size: 1.25rem; } .button.is-large, button.is-large, input[type=button].is-large, input[type=submit].is-large { font-size: 1.5rem; } .button.is-rounded, button.is-rounded, input[type=button].is-rounded, input[type=submit].is-rounded { border-radius: 290486px; } .button.is-block, button.is-block, input[type=button].is-block, input[type=submit].is-block { width: 100%; display: flex; } .alert { background-color: #f2f2f2; border-radius: 2px; padding: 1.2rem 2rem 1.2rem 1.5rem; position: relative; } .alert:not(:last-child) { margin-bottom: 1.5rem; } .alert.is-white { background-color: #ffffff; color: #161616; } .alert.is-black { background-color: #000000; color: #ffffff; } .alert.is-primary { background-color: #00aba9; color: #ffffff; } .alert.is-danger { background-color: #f44336; color: #ffffff; } .alert.is-warning { background-color: #f0d147; color: #ffffff; } .alert.is-success { background-color: #24ac41; color: #ffffff; } .alert.is-info { background-color: #2277d8; color: #ffffff; } .alert.is-light { background-color: #dfd7ce; color: #292828; } .alert.is-dark { background-color: #292828; color: #ffffff; } h1, .h1 { font-size: 3rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h1.is-bold, .h1.is-bold { font-weight: bold; } h2, .h2 { font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h2.is-bold, .h2.is-bold { font-weight: bold; } h3, .h3 { font-size: 2rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h3.is-bold, .h3.is-bold { font-weight: bold; } h4, .h4 { font-size: 1.5rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h4.is-bold, .h4.is-bold { font-weight: bold; } h5, .h5 { font-size: 1.25rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h5.is-bold, .h5.is-bold { font-weight: bold; } h6, .h6 { font-size: 1rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h6.is-bold, .h6.is-bold { font-weight: bold; } .badge:not(body) { align-items: center; background-color: #f2f2f2; color: #161616; border-radius: 2px; display: inline-flex; font-size: 0.75rem; justify-content: center; line-height: 1.5; padding-left: 0.55em; padding-right: 0.55em; white-space: nowrap; } .badge:not(body).is-white { background-color: #ffffff; color: #161616; } .badge:not(body).is-black { background-color: #000000; color: #ffffff; } .badge:not(body).is-primary { background-color: #00aba9; color: #ffffff; } .badge:not(body).is-danger { background-color: #f44336; color: #ffffff; } .badge:not(body).is-warning { background-color: #f0d147; color: #ffffff; } .badge:not(body).is-success { background-color: #24ac41; color: #ffffff; } .badge:not(body).is-info { background-color: #2277d8; color: #ffffff; } .badge:not(body).is-light { background-color: #dfd7ce; color: #292828; } .badge:not(body).is-dark { background-color: #292828; color: #ffffff; } .badge:not(body).is-medium { font-size: 1rem; } .badge:not(body).is-large { font-size: 1.5rem; } .badges { align-items: center; display: flex; flex-wrap: wrap; justify-content: flex-start; } .badges .badge { margin-bottom: 0.5rem; } .badges .badge:not(:last-child) { margin-bottom: 0.5rem; } .badges:last-child { margin-bottom: -0.5rem; } .badges:not(:last-child) { margin-bottom: 1 rem; } .badges.is-sticky .badge { margin-right: 0; border-width: 0; } .badges.is-sticky .badge:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .badges.is-sticky .badge:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .dropdown-hover { display: inline-flex; position: relative; vertical-align: top; } .dropdown-hover.is-right .dropdown-menu { left: auto; right: 0; } .dropdown-hover.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: initial; top: auto; } .dropdown-hover:hover .dropdown-menu { display: block; } .dropdown-click { display: inline-flex; position: relative; vertical-align: top; } .dropdown-click.is-right .dropdown-menu { left: auto; right: 0; } .dropdown-click.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: initial; top: auto; } .dropdown-click.is-active .dropdown-menu { display: block; } .dropdown-menu { display: none; left: 0; min-width: 9rem; padding-top: 4px; position: absolute; border-radius: 4px; top: 100%; z-index: 10; transition: 1s; color: #161616; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); border: 1px solid #dfd7ce; } .dropdown-menu.is-white { background-color: #ffffff; color: #161616; box-shadow: 1px 1px 2px #ffffff; border: none; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); border: 1px solid #dfd7ce; } .dropdown-menu.is-black { background-color: #000000; color: #ffffff; box-shadow: 1px 1px 2px #000000; border: none; } .dropdown-menu.is-primary { background-color: #00aba9; color: #ffffff; box-shadow: 1px 1px 2px #00aba9; border: none; } .dropdown-menu.is-danger { background-color: #f44336; color: #ffffff; box-shadow: 1px 1px 2px #f44336; border: none; } .dropdown-menu.is-warning { background-color: #f0d147; color: #ffffff; box-shadow: 1px 1px 2px #f0d147; border: none; } .dropdown-menu.is-success { background-color: #24ac41; color: #ffffff; box-shadow: 1px 1px 2px #24ac41; border: none; } .dropdown-menu.is-info { background-color: #2277d8; color: #ffffff; box-shadow: 1px 1px 2px #2277d8; border: none; } .dropdown-menu.is-light { background-color: #dfd7ce; color: #292828; box-shadow: 1px 1px 2px #dfd7ce; border: none; } .dropdown-menu.is-dark { background-color: #292828; color: #ffffff; box-shadow: 1px 1px 2px #292828; border: none; } .dropdown-item { display: block; font-size: 0.875 rem; line-height: 1.4; padding: 0.35rem 1rem; position: relative; cursor: pointer; } .dropdown-divider { background-color: #161616; border: none; display: block; height: 1px; margin: 0.5rem 0; } .dropdown-divider.is-white { background-color: #ffffff; } .dropdown-divider.is-black { background-color: #000000; } .dropdown-divider.is-primary { background-color: #00aba9; } .dropdown-divider.is-danger { background-color: #f44336; } .dropdown-divider.is-warning { background-color: #f0d147; } .dropdown-divider.is-success { background-color: #24ac41; } .dropdown-divider.is-info { background-color: #2277d8; } .dropdown-divider.is-light { background-color: #dfd7ce; } .dropdown-divider.is-dark { background-color: #292828; } a.dropdown-item { padding-right: 3rem; white-space: nowrap; } a.dropdown-item:hover { background-color: #f2f2f2; } a.dropdown-item.is-active { background-color: #2277d8; color: white; } .panel { border: 1px solid #cccccc; } .panel:not(:last-child) { margin-bottom: 1.5rem; } .panel .panel-head { padding: 10px; color: #161616; background-color: #cccccc; } .panel .panel-body { padding: 15px 10px; background: #ffffff; } .panel p { margin: 0; } .panel.is-white { border: 1px solid #e6e6e6; color: #161616; } .panel.is-white .panel-head { color: #161616; background-color: #ffffff; } .panel.is-black { border: 1px solid black; color: #161616; } .panel.is-black .panel-head { color: #ffffff; background-color: #000000; } .panel.is-primary { border: 1px solid #007877; color: #161616; } .panel.is-primary .panel-head { color: #ffffff; background-color: #00aba9; } .panel.is-danger { border: 1px solid #ea1c0d; color: #161616; } .panel.is-danger .panel-head { color: #ffffff; background-color: #f44336; } .panel.is-warning { border: 1px solid #ecc518; color: #161616; } .panel.is-warning .panel-head { color: #ffffff; background-color: #f0d147; } .panel.is-success { border: 1px solid #1b8231; color: #161616; } .panel.is-success .panel-head { color: #ffffff; background-color: #24ac41; } .panel.is-info { border: 1px solid #1b5fac; color: #161616; } .panel.is-info .panel-head { color: #ffffff; background-color: #2277d8; } .panel.is-light { border: 1px solid #cbbeaf; color: #161616; } .panel.is-light .panel-head { color: #292828; background-color: #dfd7ce; } .panel.is-dark { border: 1px solid #0f0f0f; color: #161616; } .panel.is-dark .panel-head { color: #ffffff; background-color: #292828; } .notification { display: block; font-family: "Calibre", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; border: 1px solid #d9d9d9; border-left: 5px solid #161616; background-color: #ffffff; border-radius: 2px; padding: 8px 16px; } .notification:not(:last-child) { margin-bottom: 1.5rem; } .notification.is-white { border-left: 5px solid #ffffff; color: #161616; } .notification.is-white > span, .notification.is-white b, .notification.is-white strong { color: #f2f2f2; } .notification.is-black { border-left: 5px solid #000000; color: #161616; } .notification.is-black > span, .notification.is-black b, .notification.is-black strong { color: black; } .notification.is-primary { border-left: 5px solid #00aba9; color: #161616; } .notification.is-primary > span, .notification.is-primary b, .notification.is-primary strong { color: #009290; } .notification.is-danger { border-left: 5px solid #f44336; color: #161616; } .notification.is-danger > span, .notification.is-danger b, .notification.is-danger strong { color: #f32c1e; } .notification.is-warning { border-left: 5px solid #f0d147; color: #161616; } .notification.is-warning > span, .notification.is-warning b, .notification.is-warning strong { color: #eecb2f; } .notification.is-success { border-left: 5px solid #24ac41; color: #161616; } .notification.is-success > span, .notification.is-success b, .notification.is-success strong { color: #209739; } .notification.is-info { border-left: 5px solid #2277d8; color: #161616; } .notification.is-info > span, .notification.is-info b, .notification.is-info strong { color: #1f6bc2; } .notification.is-light { border-left: 5px solid #dfd7ce; color: #161616; } .notification.is-light > span, .notification.is-light b, .notification.is-light strong { color: #d5cabf; } .notification.is-dark { border-left: 5px solid #292828; color: #161616; } .notification.is-dark > span, .notification.is-dark b, .notification.is-dark strong { color: #1c1b1b; } .tooltip { position: relative; display: inline-block; word-wrap: break-word; } .tooltip .button, .tooltip button { margin: 0; } .tooltip:hover .tooltip-text { visibility: visible; opacity: 1; } .tooltip .tooltip-text { visibility: hidden; opacity: 0; width: 120px; background-color: #161616; color: #f2f2f2; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text */ position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; /* Fade in tooltip */ transition: 0.4s; } .tooltip .tooltip-text::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #161616 transparent transparent transparent; } .tooltip.is-white .tooltip-text { background-color: #ffffff; color: #161616; } .tooltip.is-white .tooltip-text::after { border-color: #ffffff transparent transparent transparent; } .tooltip.is-black .tooltip-text { background-color: #000000; color: #ffffff; } .tooltip.is-black .tooltip-text::after { border-color: #000000 transparent transparent transparent; } .tooltip.is-primary .tooltip-text { background-color: #00aba9; color: #ffffff; } .tooltip.is-primary .tooltip-text::after { border-color: #00aba9 transparent transparent transparent; } .tooltip.is-danger .tooltip-text { background-color: #f44336; color: #ffffff; } .tooltip.is-danger .tooltip-text::after { border-color: #f44336 transparent transparent transparent; } .tooltip.is-warning .tooltip-text { background-color: #f0d147; color: #ffffff; } .tooltip.is-warning .tooltip-text::after { border-color: #f0d147 transparent transparent transparent; } .tooltip.is-success .tooltip-text { background-color: #24ac41; color: #ffffff; } .tooltip.is-success .tooltip-text::after { border-color: #24ac41 transparent transparent transparent; } .tooltip.is-info .tooltip-text { background-color: #2277d8; color: #ffffff; } .tooltip.is-info .tooltip-text::after { border-color: #2277d8 transparent transparent transparent; } .tooltip.is-light .tooltip-text { background-color: #dfd7ce; color: #292828; } .tooltip.is-light .tooltip-text::after { border-color: #dfd7ce transparent transparent transparent; } .tooltip.is-dark .tooltip-text { background-color: #292828; color: #ffffff; } .tooltip.is-dark .tooltip-text::after { border-color: #292828 transparent transparent transparent; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; color: #161616; border: 1px solid #cbbeaf; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); background: #f2f2f2; transition: 0.4s; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } .card.is-transparent { background-color: transparent; border: transparent; box-shadow: none; color: white; } .card.is-transparent:hover { border: transparent; box-shadow: none; } .card.is-transparent .card-content { background: transparent; } .card-image { width: 100%; } .card-image.is-small { max-width: 60%; align-self: center; } .card-image.is-medium { width: 75%; align-self: center; } .card-image.is-large { width: 90%; align-self: center; } .card-content { padding: 1.5rem; background-color: #f2f2f2; flex: 1 1 auto; } .card-content.is-centered { text-align: center; } .card-header { align-items: stretch; display: flex; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .card-header-title { align-items: center; display: flex; flex-grow: 1; color: #161616; padding: 0.75rem; } .card-header-title.is-centered { justify-content: center; } .card-footer { border-top: 1px solid #d5cabf; align-items: stretch; display: flex; } .card-footer-item { align-items: center; display: flex; flex-basis: 0; flex-grow: 1; flex-shrink: 0; justify-content: center; padding: 0.75rem; } .card-footer-item:not(:last-child) { border-right: 1px solid #d5cabf; } .navbar { background-color: #ffffff; min-height: 3.75rem; position: relative; z-index: 50; } .navbar > .container { align-items: stretch; display: flex; min-height: 3.75rem; width: 100%; } .navbar.has-shadow { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .navbar.is-white { background-color: #ffffff; color: #161616; } .navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-burger > .navbar-item { color: #161616; } .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-burger > a.navbar-item:hover, .navbar.is-white .navbar-burger > a.navbar-item.is-active, .navbar.is-white .navbar-burger .navbar-link:hover, .navbar.is-white .navbar-burger .navbar-link.is-active { background-color: #d9d9d9; } @media screen and (min-width: 992px) { .navbar.is-white .navbar-left > .navbar-item, .navbar.is-white .navbar-right > .navbar-item { color: #161616; } .navbar.is-white .navbar-left > a.navbar-item:hover, .navbar.is-white .navbar-left > a.navbar-item.is-active, .navbar.is-white .navbar-right > a.navbar-item:hover, .navbar.is-white .navbar-right > a.navbar-item.is-active { background-color: #d9d9d9; } } .navbar.is-black { background-color: #000000; color: #ffffff; } .navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-burger > a.navbar-item:hover, .navbar.is-black .navbar-burger > a.navbar-item.is-active, .navbar.is-black .navbar-burger .navbar-link:hover, .navbar.is-black .navbar-burger .navbar-link.is-active { background-color: black; } @media screen and (min-width: 992px) { .navbar.is-black .navbar-left > .navbar-item, .navbar.is-black .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-black .navbar-left > a.navbar-item:hover, .navbar.is-black .navbar-left > a.navbar-item.is-active, .navbar.is-black .navbar-right > a.navbar-item:hover, .navbar.is-black .navbar-right > a.navbar-item.is-active { background-color: black; } } .navbar.is-primary { background-color: #00aba9; color: #ffffff; } .navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-burger > a.navbar-item:hover, .navbar.is-primary .navbar-burger > a.navbar-item.is-active, .navbar.is-primary .navbar-burger .navbar-link:hover, .navbar.is-primary .navbar-burger .navbar-link.is-active { background-color: #005f5d; } @media screen and (min-width: 992px) { .navbar.is-primary .navbar-left > .navbar-item, .navbar.is-primary .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-primary .navbar-left > a.navbar-item:hover, .navbar.is-primary .navbar-left > a.navbar-item.is-active, .navbar.is-primary .navbar-right > a.navbar-item:hover, .navbar.is-primary .navbar-right > a.navbar-item.is-active { background-color: #005f5d; } } .navbar.is-danger { background-color: #f44336; color: #ffffff; } .navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-burger > a.navbar-item:hover, .navbar.is-danger .navbar-burger > a.navbar-item.is-active, .navbar.is-danger .navbar-burger .navbar-link:hover, .navbar.is-danger .navbar-burger .navbar-link.is-active { background-color: #d2190b; } @media screen and (min-width: 992px) { .navbar.is-danger .navbar-left > .navbar-item, .navbar.is-danger .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-danger .navbar-left > a.navbar-item:hover, .navbar.is-danger .navbar-left > a.navbar-item.is-active, .navbar.is-danger .navbar-right > a.navbar-item:hover, .navbar.is-danger .navbar-right > a.navbar-item.is-active { background-color: #d2190b; } } .navbar.is-warning { background-color: #f0d147; color: #ffffff; } .navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-burger > a.navbar-item:hover, .navbar.is-warning .navbar-burger > a.navbar-item.is-active, .navbar.is-warning .navbar-burger .navbar-link:hover, .navbar.is-warning .navbar-burger .navbar-link.is-active { background-color: #d9b412; } @media screen and (min-width: 992px) { .navbar.is-warning .navbar-left > .navbar-item, .navbar.is-warning .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-warning .navbar-left > a.navbar-item:hover, .navbar.is-warning .navbar-left > a.navbar-item.is-active, .navbar.is-warning .navbar-right > a.navbar-item:hover, .navbar.is-warning .navbar-right > a.navbar-item.is-active { background-color: #d9b412; } } .navbar.is-success { background-color: #24ac41; color: #ffffff; } .navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-burger > a.navbar-item:hover, .navbar.is-success .navbar-burger > a.navbar-item.is-active, .navbar.is-success .navbar-burger .navbar-link:hover, .navbar.is-success .navbar-burger .navbar-link.is-active { background-color: #176d29; } @media screen and (min-width: 992px) { .navbar.is-success .navbar-left > .navbar-item, .navbar.is-success .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-success .navbar-left > a.navbar-item:hover, .navbar.is-success .navbar-left > a.navbar-item.is-active, .navbar.is-success .navbar-right > a.navbar-item:hover, .navbar.is-success .navbar-right > a.navbar-item.is-active { background-color: #176d29; } } .navbar.is-info { background-color: #2277d8; color: #ffffff; } .navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-burger > a.navbar-item:hover, .navbar.is-info .navbar-burger > a.navbar-item.is-active, .navbar.is-info .navbar-burger .navbar-link:hover, .navbar.is-info .navbar-burger .navbar-link.is-active { background-color: #185396; } @media screen and (min-width: 992px) { .navbar.is-info .navbar-left > .navbar-item, .navbar.is-info .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-info .navbar-left > a.navbar-item:hover, .navbar.is-info .navbar-left > a.navbar-item.is-active, .navbar.is-info .navbar-right > a.navbar-item:hover, .navbar.is-info .navbar-right > a.navbar-item.is-active { background-color: #185396; } } .navbar.is-light { background-color: #dfd7ce; color: #292828; } .navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-burger > .navbar-item { color: #292828; } .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-burger > a.navbar-item:hover, .navbar.is-light .navbar-burger > a.navbar-item.is-active, .navbar.is-light .navbar-burger .navbar-link:hover, .navbar.is-light .navbar-burger .navbar-link.is-active { background-color: #c1b1a0; } @media screen and (min-width: 992px) { .navbar.is-light .navbar-left > .navbar-item, .navbar.is-light .navbar-right > .navbar-item { color: #292828; } .navbar.is-light .navbar-left > a.navbar-item:hover, .navbar.is-light .navbar-left > a.navbar-item.is-active, .navbar.is-light .navbar-right > a.navbar-item:hover, .navbar.is-light .navbar-right > a.navbar-item.is-active { background-color: #c1b1a0; } } .navbar.is-dark { background-color: #292828; color: #ffffff; } .navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-burger > a.navbar-item:hover, .navbar.is-dark .navbar-burger > a.navbar-item.is-active, .navbar.is-dark .navbar-burger .navbar-link:hover, .navbar.is-dark .navbar-burger .navbar-link.is-active { background-color: #020202; } @media screen and (min-width: 992px) { .navbar.is-dark .navbar-left > .navbar-item, .navbar.is-dark .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-dark .navbar-left > a.navbar-item:hover, .navbar.is-dark .navbar-left > a.navbar-item.is-active, .navbar.is-dark .navbar-right > a.navbar-item:hover, .navbar.is-dark .navbar-right > a.navbar-item.is-active { background-color: #020202; } } .navbar-brand { align-items: stretch; display: flex; min-height: 3.75rem; flex-shrink: 0; } .navbar-brand a.navbar-item:hover, .navbar-brand .navbar-link:hover { background-color: transparent; } .navbar-menu { display: none; } .navbar-burger { margin-left: auto; align-items: stretch; display: flex; padding-left: 0.5rem; padding-right: 0.5rem; cursor: pointer; } .navbar-item { color: #161616; display: block; flex-grow: 0; flex-shrink: 0; line-height: 1.5; padding: 0.5rem 0.75rem; position: relative; } @media screen and (min-width: 992px) { .navbar-item.is-hidden-desktop { display: none; } } @media screen and (max-width: 992px) { .navbar-item.is-hidden-touch { display: none; } } .navbar-item img { max-height: 1.75rem; } .navbar-item.is-title { font-size: 1.5rem; font-weight: bold; font-family: "Gotham SSm A","Gotham SSm B",Montserrat,Helvetica,sans-serif; text-decoration: none; } a.navbar-item, .navbar-link { cursor: pointer; } a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active { background-color: #f2f2f2; color: #2277d8; } @media screen and (max-width: 992px) { .navbar > .container { display: block; } .navbar-brand .navbar-item { align-items: center; display: flex; } .navbar-menu { background-color: #f2f2f2; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); padding: 0.5rem 0; color: black; } .navbar-menu.is-active { display: block; } } @media screen and (min-width: 992px) { .navbar, .navbar-menu, .navbar-left, .navbar-right { display: flex; align-items: stretch; } .navbar-burger { display: none; } .navbar-item { display: flex; align-items: center; } .navbar-menu { flex-grow: 1; flex-shrink: 0; } .navbar-left { justify-content: flex-start; margin-right: auto; } .navbar-right { justify-content: flex-end; margin-left: auto; } } .progress { display: block; appearance: none; border: none; border-radius: 4px; height: 1rem; overflow: hidden; padding: 0; width: 100%; margin: 1px; } .progress::-webkit-progress-bar { background-color: #f2f2f2; } .progress::-webkit-progress-value { background-color: #161616; } .progress::-moz-progress-bar { background-color: #161616; } .progress::-ms-fill { background-color: #161616; } .progress.is-white::-webkit-progress-value { background-color: #ffffff; } .progress.is-white::-moz-progress-bar { background-color: #ffffff; } .progress.is-white::-ms-fill { background-color: #ffffff; } .progress.is-black::-webkit-progress-value { background-color: #000000; } .progress.is-black::-moz-progress-bar { background-color: #000000; } .progress.is-black::-ms-fill { background-color: #000000; } .progress.is-primary::-webkit-progress-value { background-color: #00aba9; } .progress.is-primary::-moz-progress-bar { background-color: #00aba9; } .progress.is-primary::-ms-fill { background-color: #00aba9; } .progress.is-danger::-webkit-progress-value { background-color: #f44336; } .progress.is-danger::-moz-progress-bar { background-color: #f44336; } .progress.is-danger::-ms-fill { background-color: #f44336; } .progress.is-warning::-webkit-progress-value { background-color: #f0d147; } .progress.is-warning::-moz-progress-bar { background-color: #f0d147; } .progress.is-warning::-ms-fill { background-color: #f0d147; } .progress.is-success::-webkit-progress-value { background-color: #24ac41; } .progress.is-success::-moz-progress-bar { background-color: #24ac41; } .progress.is-success::-ms-fill { background-color: #24ac41; } .progress.is-info::-webkit-progress-value { background-color: #2277d8; } .progress.is-info::-moz-progress-bar { background-color: #2277d8; } .progress.is-info::-ms-fill { background-color: #2277d8; } .progress.is-light::-webkit-progress-value { background-color: #dfd7ce; } .progress.is-light::-moz-progress-bar { background-color: #dfd7ce; } .progress.is-light::-ms-fill { background-color: #dfd7ce; } .progress.is-dark::-webkit-progress-value { background-color: #292828; } .progress.is-dark::-moz-progress-bar { background-color: #292828; } .progress.is-dark::-ms-fill { background-color: #292828; } .progress.is-small { height: 0.75rem; } .progress.is-medium { height: 1.25rem; } .progress.is-large { height: 1.5rem; } .progress.is-rounded { border-radius: 290486px; } .input, .textarea { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; max-width: 100%; width: 100%; background-color: #f7f7f7; box-sizing: border-box; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-color: #a38b71; color: #161616; padding: 0.3em 0.75em; border-radius: 4px; transition: 0.5s; } .input:focus, .input:active, .input.is-active, .textarea:focus, .textarea:active, .textarea.is-active { outline: none; } .input[disabled], .textarea[disabled] { cursor: not-allowed; } .input:hover, .textarea:hover { border-color: #695845; } .input:focus, .input.is-active, .input:active, .textarea:focus, .textarea.is-active, .textarea:active { border-color: #a38b71; box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); background: #ffffff; } .input[disabled], .textarea[disabled] { background-color: #161616; box-shadow: none; } .input.is-white, .textarea.is-white { border-color: #ffffff; } .input.is-white:focus, .input.is-white:active, .input.is-white.is-active, .textarea.is-white:focus, .textarea.is-white:active, .textarea.is-white.is-active { box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.25); } .input.is-black, .textarea.is-black { border-color: #000000; } .input.is-black:focus, .input.is-black:active, .input.is-black.is-active, .textarea.is-black:focus, .textarea.is-black:active, .textarea.is-black.is-active { box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.25); } .input.is-primary, .textarea.is-primary { border-color: #00aba9; } .input.is-primary:focus, .input.is-primary:active, .input.is-primary.is-active, .textarea.is-primary:focus, .textarea.is-primary:active, .textarea.is-primary.is-active { box-shadow: 0 0 0 1.5px rgba(0, 171, 169, 0.25); } .input.is-danger, .textarea.is-danger { border-color: #f44336; } .input.is-danger:focus, .input.is-danger:active, .input.is-danger.is-active, .textarea.is-danger:focus, .textarea.is-danger:active, .textarea.is-danger.is-active { box-shadow: 0 0 0 1.5px rgba(244, 67, 54, 0.25); } .input.is-warning, .textarea.is-warning { border-color: #f0d147; } .input.is-warning:focus, .input.is-warning:active, .input.is-warning.is-active, .textarea.is-warning:focus, .textarea.is-warning:active, .textarea.is-warning.is-active { box-shadow: 0 0 0 1.5px rgba(240, 209, 71, 0.25); } .input.is-success, .textarea.is-success { border-color: #24ac41; } .input.is-success:focus, .input.is-success:active, .input.is-success.is-active, .textarea.is-success:focus, .textarea.is-success:active, .textarea.is-success.is-active { box-shadow: 0 0 0 1.5px rgba(36, 172, 65, 0.25); } .input.is-info, .textarea.is-info { border-color: #2277d8; } .input.is-info:focus, .input.is-info:active, .input.is-info.is-active, .textarea.is-info:focus, .textarea.is-info:active, .textarea.is-info.is-active { box-shadow: 0 0 0 1.5px rgba(34, 119, 216, 0.25); } .input.is-light, .textarea.is-light { border-color: #dfd7ce; } .input.is-light:focus, .input.is-light:active, .input.is-light.is-active, .textarea.is-light:focus, .textarea.is-light:active, .textarea.is-light.is-active { box-shadow: 0 0 0 1.5px rgba(223, 215, 206, 0.25); } .input.is-dark, .textarea.is-dark { border-color: #292828; } .input.is-dark:focus, .input.is-dark:active, .input.is-dark.is-active, .textarea.is-dark:focus, .textarea.is-dark:active, .textarea.is-dark.is-active { box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); } .input.is-small, .textarea.is-small { font-size: 0.75rem; } .input.is-medium, .textarea.is-medium { font-size: 1.25rem; } .input.is-large, .textarea.is-large { font-size: 1.5rem; } .textarea { display: block; padding: 0.5em; resize: vertical; } .textarea:not([rows]) { max-height: 600px; min-height: 120px; } .textarea[rows] { height: initial; } .textarea.has-fixed-size { resize: none; } .select { display: inline-block; max-width: 100%; position: relative; vertical-align: top; } .select select { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; display: block; outline: none; cursor: pointer; background-color: #ffffff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-color: #a38b71; color: #161616; padding: 0.3em 0.75em; border-radius: 2px; transition: 0.5s; } .select select:focus, .select select:active, .select select.is-active { outline: none; } .select select[disabled] { cursor: not-allowed; } .select select:hover { border-color: #695845; } .select select:focus, .select select.is-active, .select select:active { border-color: #a38b71; box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); background: #ffffff; } .select select[disabled] { background-color: #161616; box-shadow: none; } .select.is-white select { border-color: #ffffff; } .select.is-white select:focus, .select.is-white select:active, .select.is-white select.is-active { box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.25); } .select.is-black select { border-color: #000000; } .select.is-black select:focus, .select.is-black select:active, .select.is-black select.is-active { box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.25); } .select.is-primary select { border-color: #00aba9; } .select.is-primary select:focus, .select.is-primary select:active, .select.is-primary select.is-active { box-shadow: 0 0 0 1.5px rgba(0, 171, 169, 0.25); } .select.is-danger select { border-color: #f44336; } .select.is-danger select:focus, .select.is-danger select:active, .select.is-danger select.is-active { box-shadow: 0 0 0 1.5px rgba(244, 67, 54, 0.25); } .select.is-warning select { border-color: #f0d147; } .select.is-warning select:focus, .select.is-warning select:active, .select.is-warning select.is-active { box-shadow: 0 0 0 1.5px rgba(240, 209, 71, 0.25); } .select.is-success select { border-color: #24ac41; } .select.is-success select:focus, .select.is-success select:active, .select.is-success select.is-active { box-shadow: 0 0 0 1.5px rgba(36, 172, 65, 0.25); } .select.is-info select { border-color: #2277d8; } .select.is-info select:focus, .select.is-info select:active, .select.is-info select.is-active { box-shadow: 0 0 0 1.5px rgba(34, 119, 216, 0.25); } .select.is-light select { border-color: #dfd7ce; } .select.is-light select:focus, .select.is-light select:active, .select.is-light select.is-active { box-shadow: 0 0 0 1.5px rgba(223, 215, 206, 0.25); } .select.is-dark select { border-color: #292828; } .select.is-dark select:focus, .select.is-dark select:active, .select.is-dark select.is-active { box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); } .select.is-small select { font-size: 0.75rem; } .select.is-medium select { font-size: 1.25rem; } .select.is-large select { font-size: 1.5rem; } .container { margin: 0 auto; position: relative; } .container:not(:last-child) { margin-bottom: 1.5rem; } @media screen and (min-width: 992px) { .container { max-width: 1072px; width: 1072px; } } @media screen and (min-width: 992px) { .container.is-small { max-width: 912px; width: 912px; } } @media screen and (min-width: 992px) { .container.is-medium { max-width: 1072px; width: 1072px; } } @media screen and (min-width: 992px) { .container.is-large { max-width: 1136px; width: 1136px; } } .container.is-centered { text-align: center; } .hero { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; } .hero.is-white { background-color: #ffffff; color: #161616; } .hero.is-black { background-color: #000000; color: #ffffff; } .hero.is-primary { background-color: #00aba9; color: #ffffff; } .hero.is-danger { background-color: #f44336; color: #ffffff; } .hero.is-warning { background-color: #f0d147; color: #ffffff; } .hero.is-success { background-color: #24ac41; color: #ffffff; } .hero.is-info { background-color: #2277d8; color: #ffffff; } .hero.is-light { background-color: #dfd7ce; color: #292828; } .hero.is-dark { background-color: #292828; color: #ffffff; } .hero.is-small .hero-body { padding-bottom: 1.5rem; padding-top: 1.5rem; } @media screen and (min-width: 768px) { .hero.is-medium .hero-body { padding-bottom: 9rem; padding-top: 9rem; } } @media screen and (min-width: 768px) { .hero.is-large .hero-body { padding-bottom: 18rem; padding-top: 18rem; } } .hero.is-fullheight { min-height: 100vh; } .hero.is-fullheight .hero-body { align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { flex-grow: 1; flex-shrink: 1; } .hero.has-image-parallax { background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } header, .hero-head { display: block; flex-grow: 0; flex-shrink: 0; } footer, .hero-foot { display: block; flex-grow: 0; flex-shrink: 0; } .hero-body { flex-grow: 1; flex-shrink: 0; padding: 3rem 1.5rem; } .hero-body.is-centered { justify-content: center; } .columns { margin-left: -0.75em; margin-right: -0.75em; margin-top: -0.75em; } .columns:last-child { margin-bottom: -0.75em; } .columns:not(:last-child) { margin-bottom: 0.75em; } .columns.is-centered { justify-content: center; } .columns.is-gapless { margin-left: 0; margin-right: 0; margin-top: 0; } .columns.is-gapless > .column { margin: 0; padding: 0; } .columns.is-gapless:not(:last-child) { margin-bottom: 1.5rem; } .columns.is-gapless:last-child { margin-bottom: 0; } .columns.is-multiline { flex-wrap: wrap; } .columns.is-mobile { display: flex; } @media screen and (min-width: 768px) { .columns { display: flex; } } @media screen and (min-width: 992px) { .columns.is-desktop { display: flex; } } .column { display: block; box-sizing: border-box; flex-basis: 0; flex-grow: 1; flex-shrink: 1; padding: 0.75em; } .columns > .column.is-1 { flex: none; width: 8.33333%; } .columns > .column.is-offset-1 { margin-left: 8.33333%; } .columns > .column.is-2 { flex: none; width: 16.66667%; } .columns > .column.is-offset-2 { margin-left: 16.66667%; } .columns > .column.is-3 { flex: none; width: 25%; } .columns > .column.is-offset-3 { margin-left: 25%; } .columns > .column.is-4 { flex: none; width: 33.33333%; } .columns > .column.is-offset-4 { margin-left: 33.33333%; } .columns > .column.is-5 { flex: none; width: 41.66667%; } .columns > .column.is-offset-5 { margin-left: 41.66667%; } .columns > .column.is-6 { flex: none; width: 50%; } .columns > .column.is-offset-6 { margin-left: 50%; } .columns > .column.is-7 { flex: none; width: 58.33333%; } .columns > .column.is-offset-7 { margin-left: 58.33333%; } .columns > .column.is-8 { flex: none; width: 66.66667%; } .columns > .column.is-offset-8 { margin-left: 66.66667%; } .columns > .column.is-9 { flex: none; width: 75%; } .columns > .column.is-offset-9 { margin-left: 75%; } .columns > .column.is-10 { flex: none; width: 83.33333%; } .columns > .column.is-offset-10 { margin-left: 83.33333%; } .columns > .column.is-11 { flex: none; width: 91.66667%; } .columns > .column.is-offset-11 { margin-left: 91.66667%; } .columns > .column.is-12 { flex: none; width: 100%; } .columns > .column.is-offset-12 { margin-left: 100%; } .footer { padding: 2rem 1.5rem 4rem; background-color: #dfd7ce; } .footer.is-white { background-color: #ffffff; color: #161616; } .footer.is-black { background-color: #000000; color: #ffffff; } .footer.is-primary { background-color: #00aba9; color: #ffffff; } .footer.is-danger { background-color: #f44336; color: #ffffff; } .footer.is-warning { background-color: #f0d147; color: #ffffff; } .footer.is-success { background-color: #24ac41; color: #ffffff; } .footer.is-info { background-color: #2277d8; color: #ffffff; } .footer.is-light { background-color: #dfd7ce; color: #292828; } .footer.is-dark { background-color: #292828; color: #ffffff; } .footer.is-sticky { position: fixed; left: 0; right: 0; bottom: 0; } html.has-sticky-footer, body.has-sticky-footer { padding-bottom: 6rem; } /*# sourceMappingURL=sleek.css.map */
sleek.css
* 1. Change the default font family in all browsers (opinionated). * 2. Prevent adjustments of font size after orientation changes in IE and iOS. */ html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * Remove the margin in all browsers (opinionated). */ body { margin: 0; } /* HTML5 display definitions ========================================================================== */ /** * Add the correct display in IE 9-. * 1. Add the correct display in Edge, IE, and Firefox. * 2. Add the correct display in IE. */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { /* 1 */ display: block; } /** * Add the correct display in IE 9-. */ audio, canvas, progress, video { display: inline-block; } /** * Add the correct display in iOS 4-7. */ audio:not([controls]) { display: none; height: 0; } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Add the correct display in IE 10-. * 1. Add the correct display in IE. */ template, [hidden] { display: none; } /* Links ========================================================================== */ /** * 1. Remove the gray background on active links in IE 10. * 2. Remove gaps in links underline in iOS 8+ and Safari 8+. */ a { background-color: transparent; /* 1 */ -webkit-text-decoration-skip: objects; /* 2 */ } /** * Remove the outline on focused links when they are also active or hovered * in all browsers (opinionated). */ a:active, a:hover { outline-width: 0; } /* Text-level semantics ========================================================================== */ /** * 1. Remove the bottom border in Firefox 39-. * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Prevent the duplicate application of `bolder` by the next rule in Safari 6. */ b, strong { font-weight: inherit; } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * Add the correct font style in Android 4.3-. */ dfn { font-style: italic; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /** * Add the correct background and color in IE 9-. */ mark { background-color: #ff0; color: #000; } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10-. */ img { border-style: none; } /** * Hide the overflow in IE. */ svg:not(:root) { overflow: hidden; } /* Grouping content ========================================================================== */ /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, pre, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct margin in IE 8. */ figure { margin: 1em 40px; } /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /* Forms ========================================================================== */ /** * 1. Change font properties to `inherit` in all browsers (opinionated). * 2. Remove the margin in Firefox and Safari. */ button, input, select, textarea { font: inherit; /* 1 */ margin: 0; /* 2 */ } /** * Restore the font weight unset by the previous rule. */ optgroup { font-weight: bold; } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video` * controls in Android 4. * 2. Correct the inability to style clickable types in iOS and Safari. */ button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; /* 2 */ } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Change the border, margin, and padding in all browsers (opinionated). */ fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Remove the default vertical scrollbar in IE. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10-. * 2. Remove the padding in IE 10-. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding and cancel buttons in Chrome and Safari on OS X. */ [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * Correct the text style of placeholders in Chrome, Edge, and Safari. */ ::-webkit-input-placeholder { color: inherit; opacity: 0.54; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } html { background-color: #ffffff; font-size: 16px; min-width: 300px; overflow-x: hidden; overflow-y: scroll; text-size-adjust: 100%; } a { color: #3273dc; cursor: pointer; text-decoration: none; } a:hover { color: #292828; } article, aside, figure, footer, header, hgroup, section { display: block; } body, button, input, select, textarea { font-family: "Calibre", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; } body { color: #161616; font-size: 1rem; } .is-centered { text-align: center; } .is-left { text-align: left; } .is-right { text-align: right; } .is-block { display: block; } .is-disabled { pointer-events: none; } .is-inline { display: inline; } .is-marginless { margin: 0 !important; } .is-unselectable { -webkit-touch-callout: none; user-select: none; } .button, button, input[type=button], input[type=submit] { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; user-select: none; background-color: #ffffff; color: #161616; cursor: pointer; display: inline-block; text-align: center; white-space: nowrap; vertical-align: middle; background-image: none; border: 1px solid #dfd7ce; text-decoration: none; padding: 0.35em 0.75em; border-radius: 2px; box-shadow: none; transition: all 0.3s ease 0s; } .button:focus, .button:active, .button.is-active, button:focus, button:active, button.is-active, input[type=button]:focus, input[type=button]:active, input[type=button].is-active, input[type=submit]:focus, input[type=submit]:active, input[type=submit].is-active { outline: none; } .button[disabled], button[disabled], input[type=button][disabled], input[type=submit][disabled] { cursor: not-allowed; } .button:hover, .button.is-hovered, button:hover, button.is-hovered, input[type=button]:hover, input[type=button].is-hovered, input[type=submit]:hover, input[type=submit].is-hovered { background-color: #ffffff; color: #000000; border-color: #f2f2f2; } .button:focus, .button.is-focused, button:focus, button.is-focused, input[type=button]:focus, input[type=button].is-focused, input[type=submit]:focus, input[type=submit].is-focused { background-color: #ffffff; color: #000000; } .button:active, .button.is-active, button:active, button.is-active, input[type=button]:active, input[type=button].is-active, input[type=submit]:active, input[type=submit].is-active { background-color: #ffffff; color: #000000; border-color: #000000; box-shadow: 0px 0px 5px #161616; } .button.is-white, button.is-white, input[type=button].is-white, input[type=submit].is-white { background-color: #ffffff; color: #161616; border-color: transparent; border: 1px solid #dfd7ce; } .button.is-white:hover, .button.is-white.is-hovered, button.is-white:hover, button.is-white.is-hovered, input[type=button].is-white:hover, input[type=button].is-white.is-hovered, input[type=submit].is-white:hover, input[type=submit].is-white.is-hovered { background-color: #f2f2f2; color: #161616; border-color: transparent; } .button.is-white:focus, .button.is-white.is-focused, button.is-white:focus, button.is-white.is-focused, input[type=button].is-white:focus, input[type=button].is-white.is-focused, input[type=submit].is-white:focus, input[type=submit].is-white.is-focused { box-shadow: 0px 0px 5px #ffffff; } .button.is-white:active, .button.is-white.is-active, button.is-white:active, button.is-white.is-active, input[type=button].is-white:active, input[type=button].is-white.is-active, input[type=submit].is-white:active, input[type=submit].is-white.is-active { background-color: black; color: #161616; border-color: transparent; } .button.is-white.is-inverted, button.is-white.is-inverted, input[type=button].is-white.is-inverted, input[type=submit].is-white.is-inverted { background-color: transparent; border-color: #ffffff; color: #ffffff; } .button.is-white.is-inverted:hover, .button.is-white.is-inverted:focus, button.is-white.is-inverted:hover, button.is-white.is-inverted:focus, input[type=button].is-white.is-inverted:hover, input[type=button].is-white.is-inverted:focus, input[type=submit].is-white.is-inverted:hover, input[type=submit].is-white.is-inverted:focus { background-color: #ffffff; color: #161616; border-color: #ffffff; } .button.is-black, button.is-black, input[type=button].is-black, input[type=submit].is-black { background-color: #000000; color: #ffffff; border-color: transparent; } .button.is-black:hover, .button.is-black.is-hovered, button.is-black:hover, button.is-black.is-hovered, input[type=button].is-black:hover, input[type=button].is-black.is-hovered, input[type=submit].is-black:hover, input[type=submit].is-black.is-hovered { background-color: black; color: #ffffff; border-color: transparent; } .button.is-black:focus, .button.is-black.is-focused, button.is-black:focus, button.is-black.is-focused, input[type=button].is-black:focus, input[type=button].is-black.is-focused, input[type=submit].is-black:focus, input[type=submit].is-black.is-focused { box-shadow: 0px 0px 5px #000000; } .button.is-black:active, .button.is-black.is-active, button.is-black:active, button.is-black.is-active, input[type=button].is-black:active, input[type=button].is-black.is-active, input[type=submit].is-black:active, input[type=submit].is-black.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-black.is-inverted, button.is-black.is-inverted, input[type=button].is-black.is-inverted, input[type=submit].is-black.is-inverted { background-color: transparent; border-color: #000000; color: #000000; } .button.is-black.is-inverted:hover, .button.is-black.is-inverted:focus, button.is-black.is-inverted:hover, button.is-black.is-inverted:focus, input[type=button].is-black.is-inverted:hover, input[type=button].is-black.is-inverted:focus, input[type=submit].is-black.is-inverted:hover, input[type=submit].is-black.is-inverted:focus { background-color: #000000; color: #ffffff; border-color: #000000; } .button.is-primary, button.is-primary, input[type=button].is-primary, input[type=submit].is-primary { background-color: #00aba9; color: #ffffff; border-color: transparent; } .button.is-primary:hover, .button.is-primary.is-hovered, button.is-primary:hover, button.is-primary.is-hovered, input[type=button].is-primary:hover, input[type=button].is-primary.is-hovered, input[type=submit].is-primary:hover, input[type=submit].is-primary.is-hovered { background-color: #009290; color: #ffffff; border-color: transparent; } .button.is-primary:focus, .button.is-primary.is-focused, button.is-primary:focus, button.is-primary.is-focused, input[type=button].is-primary:focus, input[type=button].is-primary.is-focused, input[type=submit].is-primary:focus, input[type=submit].is-primary.is-focused { box-shadow: 0px 0px 5px #00aba9; } .button.is-primary:active, .button.is-primary.is-active, button.is-primary:active, button.is-primary.is-active, input[type=button].is-primary:active, input[type=button].is-primary.is-active, input[type=submit].is-primary:active, input[type=submit].is-primary.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-primary.is-inverted, button.is-primary.is-inverted, input[type=button].is-primary.is-inverted, input[type=submit].is-primary.is-inverted { background-color: transparent; border-color: #00aba9; color: #00aba9; } .button.is-primary.is-inverted:hover, .button.is-primary.is-inverted:focus, button.is-primary.is-inverted:hover, button.is-primary.is-inverted:focus, input[type=button].is-primary.is-inverted:hover, input[type=button].is-primary.is-inverted:focus, input[type=submit].is-primary.is-inverted:hover, input[type=submit].is-primary.is-inverted:focus { background-color: #00aba9; color: #ffffff; border-color: #00aba9; } .button.is-danger, button.is-danger, input[type=button].is-danger, input[type=submit].is-danger { background-color: #f44336; color: #ffffff; border-color: transparent; } .button.is-danger:hover, .button.is-danger.is-hovered, button.is-danger:hover, button.is-danger.is-hovered, input[type=button].is-danger:hover, input[type=button].is-danger.is-hovered, input[type=submit].is-danger:hover, input[type=submit].is-danger.is-hovered { background-color: #f32c1e; color: #ffffff; border-color: transparent; } .button.is-danger:focus, .button.is-danger.is-focused, button.is-danger:focus, button.is-danger.is-focused, input[type=button].is-danger:focus, input[type=button].is-danger.is-focused, input[type=submit].is-danger:focus, input[type=submit].is-danger.is-focused { box-shadow: 0px 0px 5px #f44336; } .button.is-danger:active, .button.is-danger.is-active, button.is-danger:active, button.is-danger.is-active, input[type=button].is-danger:active, input[type=button].is-danger.is-active, input[type=submit].is-danger:active, input[type=submit].is-danger.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-danger.is-inverted, button.is-danger.is-inverted, input[type=button].is-danger.is-inverted, input[type=submit].is-danger.is-inverted { background-color: transparent; border-color: #f44336; color: #f44336; } .button.is-danger.is-inverted:hover, .button.is-danger.is-inverted:focus, button.is-danger.is-inverted:hover, button.is-danger.is-inverted:focus, input[type=button].is-danger.is-inverted:hover, input[type=button].is-danger.is-inverted:focus, input[type=submit].is-danger.is-inverted:hover, input[type=submit].is-danger.is-inverted:focus { background-color: #f44336; color: #ffffff; border-color: #f44336; } .button.is-warning, button.is-warning, input[type=button].is-warning, input[type=submit].is-warning { background-color: #f0d147; color: #ffffff; border-color: transparent; } .button.is-warning:hover, .button.is-warning.is-hovered, button.is-warning:hover, button.is-warning.is-hovered, input[type=button].is-warning:hover, input[type=button].is-warning.is-hovered, input[type=submit].is-warning:hover, input[type=submit].is-warning.is-hovered { background-color: #eecb2f; color: #ffffff; border-color: transparent; } .button.is-warning:focus, .button.is-warning.is-focused, button.is-warning:focus, button.is-warning.is-focused, input[type=button].is-warning:focus, input[type=button].is-warning.is-focused, input[type=submit].is-warning:focus, input[type=submit].is-warning.is-focused { box-shadow: 0px 0px 5px #f0d147; } .button.is-warning:active, .button.is-warning.is-active, button.is-warning:active, button.is-warning.is-active, input[type=button].is-warning:active, input[type=button].is-warning.is-active, input[type=submit].is-warning:active, input[type=submit].is-warning.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-warning.is-inverted, button.is-warning.is-inverted, input[type=button].is-warning.is-inverted, input[type=submit].is-warning.is-inverted { background-color: transparent; border-color: #f0d147; color: #f0d147; } .button.is-warning.is-inverted:hover, .button.is-warning.is-inverted:focus, button.is-warning.is-inverted:hover, button.is-warning.is-inverted:focus, input[type=button].is-warning.is-inverted:hover, input[type=button].is-warning.is-inverted:focus, input[type=submit].is-warning.is-inverted:hover, input[type=submit].is-warning.is-inverted:focus { background-color: #f0d147; color: #ffffff; border-color: #f0d147; } .button.is-success, button.is-success, input[type=button].is-success, input[type=submit].is-success { background-color: #24ac41; color: #ffffff; border-color: transparent; } .button.is-success:hover, .button.is-success.is-hovered, button.is-success:hover, button.is-success.is-hovered, input[type=button].is-success:hover, input[type=button].is-success.is-hovered, input[type=submit].is-success:hover, input[type=submit].is-success.is-hovered { background-color: #209739; color: #ffffff; border-color: transparent; } .button.is-success:focus, .button.is-success.is-focused, button.is-success:focus, button.is-success.is-focused, input[type=button].is-success:focus, input[type=button].is-success.is-focused, input[type=submit].is-success:focus, input[type=submit].is-success.is-focused { box-shadow: 0px 0px 5px #24ac41; } .button.is-success:active, .button.is-success.is-active, button.is-success:active, button.is-success.is-active, input[type=button].is-success:active, input[type=button].is-success.is-active, input[type=submit].is-success:active, input[type=submit].is-success.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-success.is-inverted, button.is-success.is-inverted, input[type=button].is-success.is-inverted, input[type=submit].is-success.is-inverted { background-color: transparent; border-color: #24ac41; color: #24ac41; } .button.is-success.is-inverted:hover, .button.is-success.is-inverted:focus, button.is-success.is-inverted:hover, button.is-success.is-inverted:focus, input[type=button].is-success.is-inverted:hover, input[type=button].is-success.is-inverted:focus, input[type=submit].is-success.is-inverted:hover, input[type=submit].is-success.is-inverted:focus { background-color: #24ac41; color: #ffffff; border-color: #24ac41; } .button.is-info, button.is-info, input[type=button].is-info, input[type=submit].is-info { background-color: #2277d8; color: #ffffff; border-color: transparent; } .button.is-info:hover, .button.is-info.is-hovered, button.is-info:hover, button.is-info.is-hovered, input[type=button].is-info:hover, input[type=button].is-info.is-hovered, input[type=submit].is-info:hover, input[type=submit].is-info.is-hovered { background-color: #1f6bc2; color: #ffffff; border-color: transparent; } .button.is-info:focus, .button.is-info.is-focused, button.is-info:focus, button.is-info.is-focused, input[type=button].is-info:focus, input[type=button].is-info.is-focused, input[type=submit].is-info:focus, input[type=submit].is-info.is-focused { box-shadow: 0px 0px 5px #2277d8; } .button.is-info:active, .button.is-info.is-active, button.is-info:active, button.is-info.is-active, input[type=button].is-info:active, input[type=button].is-info.is-active, input[type=submit].is-info:active, input[type=submit].is-info.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-info.is-inverted, button.is-info.is-inverted, input[type=button].is-info.is-inverted, input[type=submit].is-info.is-inverted { background-color: transparent; border-color: #2277d8; color: #2277d8; } .button.is-info.is-inverted:hover, .button.is-info.is-inverted:focus, button.is-info.is-inverted:hover, button.is-info.is-inverted:focus, input[type=button].is-info.is-inverted:hover, input[type=button].is-info.is-inverted:focus, input[type=submit].is-info.is-inverted:hover, input[type=submit].is-info.is-inverted:focus { background-color: #2277d8; color: #ffffff; border-color: #2277d8; } .button.is-light, button.is-light, input[type=button].is-light, input[type=submit].is-light { background-color: #dfd7ce; color: #292828; border-color: transparent; } .button.is-light:hover, .button.is-light.is-hovered, button.is-light:hover, button.is-light.is-hovered, input[type=button].is-light:hover, input[type=button].is-light.is-hovered, input[type=submit].is-light:hover, input[type=submit].is-light.is-hovered { background-color: #d5cabf; color: #292828; border-color: transparent; } .button.is-light:focus, .button.is-light.is-focused, button.is-light:focus, button.is-light.is-focused, input[type=button].is-light:focus, input[type=button].is-light.is-focused, input[type=submit].is-light:focus, input[type=submit].is-light.is-focused { box-shadow: 0px 0px 5px #dfd7ce; } .button.is-light:active, .button.is-light.is-active, button.is-light:active, button.is-light.is-active, input[type=button].is-light:active, input[type=button].is-light.is-active, input[type=submit].is-light:active, input[type=submit].is-light.is-active { background-color: black; color: #292828; border-color: transparent; } .button.is-light.is-inverted, button.is-light.is-inverted, input[type=button].is-light.is-inverted, input[type=submit].is-light.is-inverted { background-color: transparent; border-color: #dfd7ce; color: #dfd7ce; } .button.is-light.is-inverted:hover, .button.is-light.is-inverted:focus, button.is-light.is-inverted:hover, button.is-light.is-inverted:focus, input[type=button].is-light.is-inverted:hover, input[type=button].is-light.is-inverted:focus, input[type=submit].is-light.is-inverted:hover, input[type=submit].is-light.is-inverted:focus { background-color: #dfd7ce; color: #292828; border-color: #dfd7ce; } .button.is-dark, button.is-dark, input[type=button].is-dark, input[type=submit].is-dark { background-color: #292828; color: #ffffff; border-color: transparent; } .button.is-dark:hover, .button.is-dark.is-hovered, button.is-dark:hover, button.is-dark.is-hovered, input[type=button].is-dark:hover, input[type=button].is-dark.is-hovered, input[type=submit].is-dark:hover, input[type=submit].is-dark.is-hovered { background-color: #1c1b1b; color: #ffffff; border-color: transparent; } .button.is-dark:focus, .button.is-dark.is-focused, button.is-dark:focus, button.is-dark.is-focused, input[type=button].is-dark:focus, input[type=button].is-dark.is-focused, input[type=submit].is-dark:focus, input[type=submit].is-dark.is-focused { box-shadow: 0px 0px 5px #292828; } .button.is-dark:active, .button.is-dark.is-active, button.is-dark:active, button.is-dark.is-active, input[type=button].is-dark:active, input[type=button].is-dark.is-active, input[type=submit].is-dark:active, input[type=submit].is-dark.is-active { background-color: black; color: #ffffff; border-color: transparent; } .button.is-dark.is-inverted, button.is-dark.is-inverted, input[type=button].is-dark.is-inverted, input[type=submit].is-dark.is-inverted { background-color: transparent; border-color: #292828; color: #292828; } .button.is-dark.is-inverted:hover, .button.is-dark.is-inverted:focus, button.is-dark.is-inverted:hover, button.is-dark.is-inverted:focus, input[type=button].is-dark.is-inverted:hover, input[type=button].is-dark.is-inverted:focus, input[type=submit].is-dark.is-inverted:hover, input[type=submit].is-dark.is-inverted:focus { background-color: #292828; color: #ffffff; border-color: #292828; } .button.is-small, button.is-small, input[type=button].is-small, input[type=submit].is-small { border-radius: 2px; font-size: 0.75rem; } .button.is-medium, button.is-medium, input[type=button].is-medium, input[type=submit].is-medium { font-size: 1.25rem; } .button.is-large, button.is-large, input[type=button].is-large, input[type=submit].is-large { font-size: 1.5rem; } .button.is-rounded, button.is-rounded, input[type=button].is-rounded, input[type=submit].is-rounded { border-radius: 290486px; } .button.is-block, button.is-block, input[type=button].is-block, input[type=submit].is-block { width: 100%; display: flex; } .alert { background-color: #f2f2f2; border-radius: 2px; padding: 1.2rem 2rem 1.2rem 1.5rem; position: relative; } .alert:not(:last-child) { margin-bottom: 1.5rem; } .alert.is-white { background-color: #ffffff; color: #161616; } .alert.is-black { background-color: #000000; color: #ffffff; } .alert.is-primary { background-color: #00aba9; color: #ffffff; } .alert.is-danger { background-color: #f44336; color: #ffffff; } .alert.is-warning { background-color: #f0d147; color: #ffffff; } .alert.is-success { background-color: #24ac41; color: #ffffff; } .alert.is-info { background-color: #2277d8; color: #ffffff; } .alert.is-light { background-color: #dfd7ce; color: #292828; } .alert.is-dark { background-color: #292828; color: #ffffff; } h1, .h1 { font-size: 3rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h1.is-bold, .h1.is-bold { font-weight: bold; } h2, .h2 { font-size: 2.5rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h2.is-bold, .h2.is-bold { font-weight: bold; } h3, .h3 { font-size: 2rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h3.is-bold, .h3.is-bold { font-weight: bold; } h4, .h4 { font-size: 1.5rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h4.is-bold, .h4.is-bold { font-weight: bold; } h5, .h5 { font-size: 1.25rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h5.is-bold, .h5.is-bold { font-weight: bold; } h6, .h6 { font-size: 1rem; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 10px 0px; } h6.is-bold, .h6.is-bold { font-weight: bold; } .badge:not(body) { align-items: center; background-color: #f2f2f2; color: #161616; border-radius: 2px; display: inline-flex; font-size: 0.75rem; justify-content: center; line-height: 1.5; padding-left: 0.55em; padding-right: 0.55em; white-space: nowrap; } .badge:not(body).is-white { background-color: #ffffff; color: #161616; } .badge:not(body).is-black { background-color: #000000; color: #ffffff; } .badge:not(body).is-primary { background-color: #00aba9; color: #ffffff; } .badge:not(body).is-danger { background-color: #f44336; color: #ffffff; } .badge:not(body).is-warning { background-color: #f0d147; color: #ffffff; } .badge:not(body).is-success { background-color: #24ac41; color: #ffffff; } .badge:not(body).is-info { background-color: #2277d8; color: #ffffff; } .badge:not(body).is-light { background-color: #dfd7ce; color: #292828; } .badge:not(body).is-dark { background-color: #292828; color: #ffffff; } .badge:not(body).is-medium { font-size: 1rem; } .badge:not(body).is-large { font-size: 1.5rem; } .badges { align-items: center; display: flex; flex-wrap: wrap; justify-content: flex-start; } .badges .badge { margin-bottom: 0.5rem; } .badges .badge:not(:last-child) { margin-bottom: 0.5rem; } .badges:last-child { margin-bottom: -0.5rem; } .badges:not(:last-child) { margin-bottom: 1 rem; } .badges.is-sticky .badge { margin-right: 0; border-width: 0; } .badges.is-sticky .badge:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; } .badges.is-sticky .badge:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } .dropdown-hover { display: inline-flex; position: relative; vertical-align: top; } .dropdown-hover.is-right .dropdown-menu { left: auto; right: 0; } .dropdown-hover.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: initial; top: auto; } .dropdown-hover:hover .dropdown-menu { display: block; } .dropdown-click { display: inline-flex; position: relative; vertical-align: top; } .dropdown-click.is-right .dropdown-menu { left: auto; right: 0; } .dropdown-click.is-up .dropdown-menu { bottom: 100%; padding-bottom: 4px; padding-top: initial; top: auto; } .dropdown-click.is-active .dropdown-menu { display: block; } .dropdown-menu { display: none; left: 0; min-width: 9rem; padding-top: 4px; position: absolute; border-radius: 4px; top: 100%; z-index: 10; transition: 1s; color: #161616; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); border: 1px solid #dfd7ce; } .dropdown-menu.is-white { background-color: #ffffff; color: #161616; box-shadow: 1px 1px 2px #ffffff; border: none; box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); border: 1px solid #dfd7ce; } .dropdown-menu.is-black { background-color: #000000; color: #ffffff; box-shadow: 1px 1px 2px #000000; border: none; } .dropdown-menu.is-primary { background-color: #00aba9; color: #ffffff; box-shadow: 1px 1px 2px #00aba9; border: none; } .dropdown-menu.is-danger { background-color: #f44336; color: #ffffff; box-shadow: 1px 1px 2px #f44336; border: none; } .dropdown-menu.is-warning { background-color: #f0d147; color: #ffffff; box-shadow: 1px 1px 2px #f0d147; border: none; } .dropdown-menu.is-success { background-color: #24ac41; color: #ffffff; box-shadow: 1px 1px 2px #24ac41; border: none; } .dropdown-menu.is-info { background-color: #2277d8; color: #ffffff; box-shadow: 1px 1px 2px #2277d8; border: none; } .dropdown-menu.is-light { background-color: #dfd7ce; color: #292828; box-shadow: 1px 1px 2px #dfd7ce; border: none; } .dropdown-menu.is-dark { background-color: #292828; color: #ffffff; box-shadow: 1px 1px 2px #292828; border: none; } .dropdown-item { display: block; font-size: 0.875 rem; line-height: 1.4; padding: 0.35rem 1rem; position: relative; cursor: pointer; } .dropdown-divider { background-color: #161616; border: none; display: block; height: 1px; margin: 0.5rem 0; } .dropdown-divider.is-white { background-color: #ffffff; } .dropdown-divider.is-black { background-color: #000000; } .dropdown-divider.is-primary { background-color: #00aba9; } .dropdown-divider.is-danger { background-color: #f44336; } .dropdown-divider.is-warning { background-color: #f0d147; } .dropdown-divider.is-success { background-color: #24ac41; } .dropdown-divider.is-info { background-color: #2277d8; } .dropdown-divider.is-light { background-color: #dfd7ce; } .dropdown-divider.is-dark { background-color: #292828; } a.dropdown-item { padding-right: 3rem; white-space: nowrap; } a.dropdown-item:hover { background-color: #f2f2f2; } a.dropdown-item.is-active { background-color: #2277d8; color: white; } .panel { border: 1px solid #cccccc; } .panel:not(:last-child) { margin-bottom: 1.5rem; } .panel .panel-head { padding: 10px; color: #161616; background-color: #cccccc; } .panel .panel-body { padding: 15px 10px; background: #ffffff; } .panel p { margin: 0; } .panel.is-white { border: 1px solid #e6e6e6; color: #161616; } .panel.is-white .panel-head { color: #161616; background-color: #ffffff; } .panel.is-black { border: 1px solid black; color: #161616; } .panel.is-black .panel-head { color: #ffffff; background-color: #000000; } .panel.is-primary { border: 1px solid #007877; color: #161616; } .panel.is-primary .panel-head { color: #ffffff; background-color: #00aba9; } .panel.is-danger { border: 1px solid #ea1c0d; color: #161616; } .panel.is-danger .panel-head { color: #ffffff; background-color: #f44336; } .panel.is-warning { border: 1px solid #ecc518; color: #161616; } .panel.is-warning .panel-head { color: #ffffff; background-color: #f0d147; } .panel.is-success { border: 1px solid #1b8231; color: #161616; } .panel.is-success .panel-head { color: #ffffff; background-color: #24ac41; } .panel.is-info { border: 1px solid #1b5fac; color: #161616; } .panel.is-info .panel-head { color: #ffffff; background-color: #2277d8; } .panel.is-light { border: 1px solid #cbbeaf; color: #161616; } .panel.is-light .panel-head { color: #292828; background-color: #dfd7ce; } .panel.is-dark { border: 1px solid #0f0f0f; color: #161616; } .panel.is-dark .panel-head { color: #ffffff; background-color: #292828; } .notification { display: block; font-family: "Calibre", -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif; border: 1px solid #d9d9d9; border-left: 5px solid #161616; background-color: #ffffff; border-radius: 2px; padding: 8px 16px; } .notification:not(:last-child) { margin-bottom: 1.5rem; } .notification.is-white { border-left: 5px solid #ffffff; color: #161616; } .notification.is-white > span, .notification.is-white b, .notification.is-white strong { color: #f2f2f2; } .notification.is-black { border-left: 5px solid #000000; color: #161616; } .notification.is-black > span, .notification.is-black b, .notification.is-black strong { color: black; } .notification.is-primary { border-left: 5px solid #00aba9; color: #161616; } .notification.is-primary > span, .notification.is-primary b, .notification.is-primary strong { color: #009290; } .notification.is-danger { border-left: 5px solid #f44336; color: #161616; } .notification.is-danger > span, .notification.is-danger b, .notification.is-danger strong { color: #f32c1e; } .notification.is-warning { border-left: 5px solid #f0d147; color: #161616; } .notification.is-warning > span, .notification.is-warning b, .notification.is-warning strong { color: #eecb2f; } .notification.is-success { border-left: 5px solid #24ac41; color: #161616; } .notification.is-success > span, .notification.is-success b, .notification.is-success strong { color: #209739; } .notification.is-info { border-left: 5px solid #2277d8; color: #161616; } .notification.is-info > span, .notification.is-info b, .notification.is-info strong { color: #1f6bc2; } .notification.is-light { border-left: 5px solid #dfd7ce; color: #161616; } .notification.is-light > span, .notification.is-light b, .notification.is-light strong { color: #d5cabf; } .notification.is-dark { border-left: 5px solid #292828; color: #161616; } .notification.is-dark > span, .notification.is-dark b, .notification.is-dark strong { color: #1c1b1b; } .tooltip { position: relative; display: inline-block; word-wrap: break-word; } .tooltip .button, .tooltip button { margin: 0; } .tooltip:hover .tooltip-text { visibility: visible; opacity: 1; } .tooltip .tooltip-text { visibility: hidden; opacity: 0; width: 120px; background-color: #161616; color: #f2f2f2; text-align: center; padding: 5px 0; border-radius: 6px; /* Position the tooltip text */ position: absolute; z-index: 1; bottom: 125%; left: 50%; margin-left: -60px; /* Fade in tooltip */ transition: 0.4s; } .tooltip .tooltip-text::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #161616 transparent transparent transparent; } .tooltip.is-white .tooltip-text { background-color: #ffffff; color: #161616; } .tooltip.is-white .tooltip-text::after { border-color: #ffffff transparent transparent transparent; } .tooltip.is-black .tooltip-text { background-color: #000000; color: #ffffff; } .tooltip.is-black .tooltip-text::after { border-color: #000000 transparent transparent transparent; } .tooltip.is-primary .tooltip-text { background-color: #00aba9; color: #ffffff; } .tooltip.is-primary .tooltip-text::after { border-color: #00aba9 transparent transparent transparent; } .tooltip.is-danger .tooltip-text { background-color: #f44336; color: #ffffff; } .tooltip.is-danger .tooltip-text::after { border-color: #f44336 transparent transparent transparent; } .tooltip.is-warning .tooltip-text { background-color: #f0d147; color: #ffffff; } .tooltip.is-warning .tooltip-text::after { border-color: #f0d147 transparent transparent transparent; } .tooltip.is-success .tooltip-text { background-color: #24ac41; color: #ffffff; } .tooltip.is-success .tooltip-text::after { border-color: #24ac41 transparent transparent transparent; } .tooltip.is-info .tooltip-text { background-color: #2277d8; color: #ffffff; } .tooltip.is-info .tooltip-text::after { border-color: #2277d8 transparent transparent transparent; } .tooltip.is-light .tooltip-text { background-color: #dfd7ce; color: #292828; } .tooltip.is-light .tooltip-text::after { border-color: #dfd7ce transparent transparent transparent; } .tooltip.is-dark .tooltip-text { background-color: #292828; color: #ffffff; } .tooltip.is-dark .tooltip-text::after { border-color: #292828 transparent transparent transparent; } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-clip: border-box; color: #161616; border: 1px solid #cbbeaf; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); background: #f2f2f2; transition: 0.4s; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); } .card.is-transparent { background-color: transparent; border: transparent; box-shadow: none; color: white; } .card.is-transparent:hover { border: transparent; box-shadow: none; } .card.is-transparent .card-content { background: transparent; } .card-image { width: 100%; } .card-image.is-small { max-width: 60%; align-self: center; } .card-image.is-medium { width: 75%; align-self: center; } .card-image.is-large { width: 90%; align-self: center; } .card-content { padding: 1.5rem; background-color: #f2f2f2; flex: 1 1 auto; } .card-content.is-centered { text-align: center; } .card-header { align-items: stretch; display: flex; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .card-header-title { align-items: center; display: flex; flex-grow: 1; color: #161616; padding: 0.75rem; } .card-header-title.is-centered { justify-content: center; } .card-footer { border-top: 1px solid #d5cabf; align-items: stretch; display: flex; } .card-footer-item { align-items: center; display: flex; flex-basis: 0; flex-grow: 1; flex-shrink: 0; justify-content: center; padding: 0.75rem; } .card-footer-item:not(:last-child) { border-right: 1px solid #d5cabf; } .navbar { background-color: #ffffff; min-height: 3.75rem; position: relative; z-index: 50; } .navbar > .container { align-items: stretch; display: flex; min-height: 3.75rem; width: 100%; } .navbar.has-shadow { box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } .navbar.is-white { background-color: #ffffff; color: #161616; } .navbar.is-white .navbar-brand > .navbar-item, .navbar.is-white .navbar-burger > .navbar-item { color: #161616; } .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active, .navbar.is-white .navbar-brand .navbar-link:hover, .navbar.is-white .navbar-brand .navbar-link.is-active, .navbar.is-white .navbar-burger > a.navbar-item:hover, .navbar.is-white .navbar-burger > a.navbar-item.is-active, .navbar.is-white .navbar-burger .navbar-link:hover, .navbar.is-white .navbar-burger .navbar-link.is-active { background-color: #d9d9d9; } @media screen and (min-width: 992px) { .navbar.is-white .navbar-left > .navbar-item, .navbar.is-white .navbar-right > .navbar-item { color: #161616; } .navbar.is-white .navbar-left > a.navbar-item:hover, .navbar.is-white .navbar-left > a.navbar-item.is-active, .navbar.is-white .navbar-right > a.navbar-item:hover, .navbar.is-white .navbar-right > a.navbar-item.is-active { background-color: #d9d9d9; } } .navbar.is-black { background-color: #000000; color: #ffffff; } .navbar.is-black .navbar-brand > .navbar-item, .navbar.is-black .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active, .navbar.is-black .navbar-brand .navbar-link:hover, .navbar.is-black .navbar-brand .navbar-link.is-active, .navbar.is-black .navbar-burger > a.navbar-item:hover, .navbar.is-black .navbar-burger > a.navbar-item.is-active, .navbar.is-black .navbar-burger .navbar-link:hover, .navbar.is-black .navbar-burger .navbar-link.is-active { background-color: black; } @media screen and (min-width: 992px) { .navbar.is-black .navbar-left > .navbar-item, .navbar.is-black .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-black .navbar-left > a.navbar-item:hover, .navbar.is-black .navbar-left > a.navbar-item.is-active, .navbar.is-black .navbar-right > a.navbar-item:hover, .navbar.is-black .navbar-right > a.navbar-item.is-active { background-color: black; } } .navbar.is-primary { background-color: #00aba9; color: #ffffff; } .navbar.is-primary .navbar-brand > .navbar-item, .navbar.is-primary .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active, .navbar.is-primary .navbar-brand .navbar-link:hover, .navbar.is-primary .navbar-brand .navbar-link.is-active, .navbar.is-primary .navbar-burger > a.navbar-item:hover, .navbar.is-primary .navbar-burger > a.navbar-item.is-active, .navbar.is-primary .navbar-burger .navbar-link:hover, .navbar.is-primary .navbar-burger .navbar-link.is-active { background-color: #005f5d; } @media screen and (min-width: 992px) { .navbar.is-primary .navbar-left > .navbar-item, .navbar.is-primary .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-primary .navbar-left > a.navbar-item:hover, .navbar.is-primary .navbar-left > a.navbar-item.is-active, .navbar.is-primary .navbar-right > a.navbar-item:hover, .navbar.is-primary .navbar-right > a.navbar-item.is-active { background-color: #005f5d; } } .navbar.is-danger { background-color: #f44336; color: #ffffff; } .navbar.is-danger .navbar-brand > .navbar-item, .navbar.is-danger .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active, .navbar.is-danger .navbar-brand .navbar-link:hover, .navbar.is-danger .navbar-brand .navbar-link.is-active, .navbar.is-danger .navbar-burger > a.navbar-item:hover, .navbar.is-danger .navbar-burger > a.navbar-item.is-active, .navbar.is-danger .navbar-burger .navbar-link:hover, .navbar.is-danger .navbar-burger .navbar-link.is-active { background-color: #d2190b; } @media screen and (min-width: 992px) { .navbar.is-danger .navbar-left > .navbar-item, .navbar.is-danger .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-danger .navbar-left > a.navbar-item:hover, .navbar.is-danger .navbar-left > a.navbar-item.is-active, .navbar.is-danger .navbar-right > a.navbar-item:hover, .navbar.is-danger .navbar-right > a.navbar-item.is-active { background-color: #d2190b; } } .navbar.is-warning { background-color: #f0d147; color: #ffffff; } .navbar.is-warning .navbar-brand > .navbar-item, .navbar.is-warning .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active, .navbar.is-warning .navbar-brand .navbar-link:hover, .navbar.is-warning .navbar-brand .navbar-link.is-active, .navbar.is-warning .navbar-burger > a.navbar-item:hover, .navbar.is-warning .navbar-burger > a.navbar-item.is-active, .navbar.is-warning .navbar-burger .navbar-link:hover, .navbar.is-warning .navbar-burger .navbar-link.is-active { background-color: #d9b412; } @media screen and (min-width: 992px) { .navbar.is-warning .navbar-left > .navbar-item, .navbar.is-warning .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-warning .navbar-left > a.navbar-item:hover, .navbar.is-warning .navbar-left > a.navbar-item.is-active, .navbar.is-warning .navbar-right > a.navbar-item:hover, .navbar.is-warning .navbar-right > a.navbar-item.is-active { background-color: #d9b412; } } .navbar.is-success { background-color: #24ac41; color: #ffffff; } .navbar.is-success .navbar-brand > .navbar-item, .navbar.is-success .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active, .navbar.is-success .navbar-brand .navbar-link:hover, .navbar.is-success .navbar-brand .navbar-link.is-active, .navbar.is-success .navbar-burger > a.navbar-item:hover, .navbar.is-success .navbar-burger > a.navbar-item.is-active, .navbar.is-success .navbar-burger .navbar-link:hover, .navbar.is-success .navbar-burger .navbar-link.is-active { background-color: #176d29; } @media screen and (min-width: 992px) { .navbar.is-success .navbar-left > .navbar-item, .navbar.is-success .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-success .navbar-left > a.navbar-item:hover, .navbar.is-success .navbar-left > a.navbar-item.is-active, .navbar.is-success .navbar-right > a.navbar-item:hover, .navbar.is-success .navbar-right > a.navbar-item.is-active { background-color: #176d29; } } .navbar.is-info { background-color: #2277d8; color: #ffffff; } .navbar.is-info .navbar-brand > .navbar-item, .navbar.is-info .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active, .navbar.is-info .navbar-brand .navbar-link:hover, .navbar.is-info .navbar-brand .navbar-link.is-active, .navbar.is-info .navbar-burger > a.navbar-item:hover, .navbar.is-info .navbar-burger > a.navbar-item.is-active, .navbar.is-info .navbar-burger .navbar-link:hover, .navbar.is-info .navbar-burger .navbar-link.is-active { background-color: #185396; } @media screen and (min-width: 992px) { .navbar.is-info .navbar-left > .navbar-item, .navbar.is-info .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-info .navbar-left > a.navbar-item:hover, .navbar.is-info .navbar-left > a.navbar-item.is-active, .navbar.is-info .navbar-right > a.navbar-item:hover, .navbar.is-info .navbar-right > a.navbar-item.is-active { background-color: #185396; } } .navbar.is-light { background-color: #dfd7ce; color: #292828; } .navbar.is-light .navbar-brand > .navbar-item, .navbar.is-light .navbar-burger > .navbar-item { color: #292828; } .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active, .navbar.is-light .navbar-brand .navbar-link:hover, .navbar.is-light .navbar-brand .navbar-link.is-active, .navbar.is-light .navbar-burger > a.navbar-item:hover, .navbar.is-light .navbar-burger > a.navbar-item.is-active, .navbar.is-light .navbar-burger .navbar-link:hover, .navbar.is-light .navbar-burger .navbar-link.is-active { background-color: #c1b1a0; } @media screen and (min-width: 992px) { .navbar.is-light .navbar-left > .navbar-item, .navbar.is-light .navbar-right > .navbar-item { color: #292828; } .navbar.is-light .navbar-left > a.navbar-item:hover, .navbar.is-light .navbar-left > a.navbar-item.is-active, .navbar.is-light .navbar-right > a.navbar-item:hover, .navbar.is-light .navbar-right > a.navbar-item.is-active { background-color: #c1b1a0; } } .navbar.is-dark { background-color: #292828; color: #ffffff; } .navbar.is-dark .navbar-brand > .navbar-item, .navbar.is-dark .navbar-burger > .navbar-item { color: #ffffff; } .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active, .navbar.is-dark .navbar-brand .navbar-link:hover, .navbar.is-dark .navbar-brand .navbar-link.is-active, .navbar.is-dark .navbar-burger > a.navbar-item:hover, .navbar.is-dark .navbar-burger > a.navbar-item.is-active, .navbar.is-dark .navbar-burger .navbar-link:hover, .navbar.is-dark .navbar-burger .navbar-link.is-active { background-color: #020202; } @media screen and (min-width: 992px) { .navbar.is-dark .navbar-left > .navbar-item, .navbar.is-dark .navbar-right > .navbar-item { color: #ffffff; } .navbar.is-dark .navbar-left > a.navbar-item:hover, .navbar.is-dark .navbar-left > a.navbar-item.is-active, .navbar.is-dark .navbar-right > a.navbar-item:hover, .navbar.is-dark .navbar-right > a.navbar-item.is-active { background-color: #020202; } } .navbar-brand { align-items: stretch; display: flex; min-height: 3.75rem; flex-shrink: 0; } .navbar-brand a.navbar-item:hover, .navbar-brand .navbar-link:hover { background-color: transparent; } .navbar-menu { display: none; } .navbar-burger { margin-left: auto; align-items: stretch; display: flex; padding-left: 0.5rem; padding-right: 0.5rem; cursor: pointer; } .navbar-item { color: #161616; display: block; flex-grow: 0; flex-shrink: 0; line-height: 1.5; padding: 0.5rem 0.75rem; position: relative; } @media screen and (min-width: 992px) { .navbar-item.is-hidden-desktop { display: none; } } @media screen and (max-width: 992px) { .navbar-item.is-hidden-touch { display: none; } } .navbar-item img { max-height: 1.75rem; } .navbar-item.is-title { font-size: 1.5rem; font-weight: bold; font-family: "Gotham SSm A","Gotham SSm B",Montserrat,Helvetica,sans-serif; text-decoration: none; } a.navbar-item, .navbar-link { cursor: pointer; } a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:hover, .navbar-link.is-active { background-color: #f2f2f2; color: #2277d8; } @media screen and (max-width: 992px) { .navbar > .container { display: block; } .navbar-brand .navbar-item { align-items: center; display: flex; } .navbar-menu { background-color: #f2f2f2; box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); padding: 0.5rem 0; color: black; } .navbar-menu.is-active { display: block; } } @media screen and (min-width: 992px) { .navbar, .navbar-menu, .navbar-left, .navbar-right { display: flex; align-items: stretch; } .navbar-burger { display: none; } .navbar-item { display: flex; align-items: center; } .navbar-menu { flex-grow: 1; flex-shrink: 0; } .navbar-left { justify-content: flex-start; margin-right: auto; } .navbar-right { justify-content: flex-end; margin-left: auto; } } .progress { display: block; appearance: none; border: none; border-radius: 4px; height: 1rem; overflow: hidden; padding: 0; width: 100%; margin: 1px; } .progress::-webkit-progress-bar { background-color: #f2f2f2; } .progress::-webkit-progress-value { background-color: #161616; } .progress::-moz-progress-bar { background-color: #161616; } .progress::-ms-fill { background-color: #161616; } .progress.is-white::-webkit-progress-value { background-color: #ffffff; } .progress.is-white::-moz-progress-bar { background-color: #ffffff; } .progress.is-white::-ms-fill { background-color: #ffffff; } .progress.is-black::-webkit-progress-value { background-color: #000000; } .progress.is-black::-moz-progress-bar { background-color: #000000; } .progress.is-black::-ms-fill { background-color: #000000; } .progress.is-primary::-webkit-progress-value { background-color: #00aba9; } .progress.is-primary::-moz-progress-bar { background-color: #00aba9; } .progress.is-primary::-ms-fill { background-color: #00aba9; } .progress.is-danger::-webkit-progress-value { background-color: #f44336; } .progress.is-danger::-moz-progress-bar { background-color: #f44336; } .progress.is-danger::-ms-fill { background-color: #f44336; } .progress.is-warning::-webkit-progress-value { background-color: #f0d147; } .progress.is-warning::-moz-progress-bar { background-color: #f0d147; } .progress.is-warning::-ms-fill { background-color: #f0d147; } .progress.is-success::-webkit-progress-value { background-color: #24ac41; } .progress.is-success::-moz-progress-bar { background-color: #24ac41; } .progress.is-success::-ms-fill { background-color: #24ac41; } .progress.is-info::-webkit-progress-value { background-color: #2277d8; } .progress.is-info::-moz-progress-bar { background-color: #2277d8; } .progress.is-info::-ms-fill { background-color: #2277d8; } .progress.is-light::-webkit-progress-value { background-color: #dfd7ce; } .progress.is-light::-moz-progress-bar { background-color: #dfd7ce; } .progress.is-light::-ms-fill { background-color: #dfd7ce; } .progress.is-dark::-webkit-progress-value { background-color: #292828; } .progress.is-dark::-moz-progress-bar { background-color: #292828; } .progress.is-dark::-ms-fill { background-color: #292828; } .progress.is-small { height: 0.75rem; } .progress.is-medium { height: 1.25rem; } .progress.is-large { height: 1.5rem; } .progress.is-rounded { border-radius: 290486px; } .input, .textarea { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; max-width: 100%; width: 100%; background-color: #f7f7f7; box-sizing: border-box; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-color: #a38b71; color: #161616; padding: 0.3em 0.75em; border-radius: 4px; transition: 0.5s; } .input:focus, .input:active, .input.is-active, .textarea:focus, .textarea:active, .textarea.is-active { outline: none; } .input[disabled], .textarea[disabled] { cursor: not-allowed; } .input:hover, .textarea:hover { border-color: #695845; } .input:focus, .input.is-active, .input:active, .textarea:focus, .textarea.is-active, .textarea:active { border-color: #a38b71; box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); background: #ffffff; } .input[disabled], .textarea[disabled] { background-color: #161616; box-shadow: none; } .input.is-white, .textarea.is-white { border-color: #ffffff; } .input.is-white:focus, .input.is-white:active, .input.is-white.is-active, .textarea.is-white:focus, .textarea.is-white:active, .textarea.is-white.is-active { box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.25); } .input.is-black, .textarea.is-black { border-color: #000000; } .input.is-black:focus, .input.is-black:active, .input.is-black.is-active, .textarea.is-black:focus, .textarea.is-black:active, .textarea.is-black.is-active { box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.25); } .input.is-primary, .textarea.is-primary { border-color: #00aba9; } .input.is-primary:focus, .input.is-primary:active, .input.is-primary.is-active, .textarea.is-primary:focus, .textarea.is-primary:active, .textarea.is-primary.is-active { box-shadow: 0 0 0 1.5px rgba(0, 171, 169, 0.25); } .input.is-danger, .textarea.is-danger { border-color: #f44336; } .input.is-danger:focus, .input.is-danger:active, .input.is-danger.is-active, .textarea.is-danger:focus, .textarea.is-danger:active, .textarea.is-danger.is-active { box-shadow: 0 0 0 1.5px rgba(244, 67, 54, 0.25); } .input.is-warning, .textarea.is-warning { border-color: #f0d147; } .input.is-warning:focus, .input.is-warning:active, .input.is-warning.is-active, .textarea.is-warning:focus, .textarea.is-warning:active, .textarea.is-warning.is-active { box-shadow: 0 0 0 1.5px rgba(240, 209, 71, 0.25); } .input.is-success, .textarea.is-success { border-color: #24ac41; } .input.is-success:focus, .input.is-success:active, .input.is-success.is-active, .textarea.is-success:focus, .textarea.is-success:active, .textarea.is-success.is-active { box-shadow: 0 0 0 1.5px rgba(36, 172, 65, 0.25); } .input.is-info, .textarea.is-info { border-color: #2277d8; } .input.is-info:focus, .input.is-info:active, .input.is-info.is-active, .textarea.is-info:focus, .textarea.is-info:active, .textarea.is-info.is-active { box-shadow: 0 0 0 1.5px rgba(34, 119, 216, 0.25); } .input.is-light, .textarea.is-light { border-color: #dfd7ce; } .input.is-light:focus, .input.is-light:active, .input.is-light.is-active, .textarea.is-light:focus, .textarea.is-light:active, .textarea.is-light.is-active { box-shadow: 0 0 0 1.5px rgba(223, 215, 206, 0.25); } .input.is-dark, .textarea.is-dark { border-color: #292828; } .input.is-dark:focus, .input.is-dark:active, .input.is-dark.is-active, .textarea.is-dark:focus, .textarea.is-dark:active, .textarea.is-dark.is-active { box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); } .input.is-small, .textarea.is-small { font-size: 0.75rem; } .input.is-medium, .textarea.is-medium { font-size: 1.25rem; } .input.is-large, .textarea.is-large { font-size: 1.5rem; } .textarea { display: block; padding: 0.5em; resize: vertical; } .textarea:not([rows]) { max-height: 600px; min-height: 120px; } .textarea[rows] { height: initial; } .textarea.has-fixed-size { resize: none; } .select { display: inline-block; max-width: 100%; position: relative; vertical-align: top; } .select select { -moz-appearance: none; -webkit-appearance: none; align-items: center; box-shadow: none; border: 1px solid transparent; display: inline-flex; font-size: 1rem; justify-content: flex-start; position: relative; vertical-align: top; display: block; outline: none; cursor: pointer; background-color: #ffffff; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); border-color: #a38b71; color: #161616; padding: 0.3em 0.75em; border-radius: 2px; transition: 0.5s; } .select select:focus, .select select:active, .select select.is-active { outline: none; } .select select[disabled] { cursor: not-allowed; } .select select:hover { border-color: #695845; } .select select:focus, .select select.is-active, .select select:active { border-color: #a38b71; box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); background: #ffffff; } .select select[disabled] { background-color: #161616; box-shadow: none; } .select.is-white select { border-color: #ffffff; } .select.is-white select:focus, .select.is-white select:active, .select.is-white select.is-active { box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 0.25); } .select.is-black select { border-color: #000000; } .select.is-black select:focus, .select.is-black select:active, .select.is-black select.is-active { box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.25); } .select.is-primary select { border-color: #00aba9; } .select.is-primary select:focus, .select.is-primary select:active, .select.is-primary select.is-active { box-shadow: 0 0 0 1.5px rgba(0, 171, 169, 0.25); } .select.is-danger select { border-color: #f44336; } .select.is-danger select:focus, .select.is-danger select:active, .select.is-danger select.is-active { box-shadow: 0 0 0 1.5px rgba(244, 67, 54, 0.25); } .select.is-warning select { border-color: #f0d147; } .select.is-warning select:focus, .select.is-warning select:active, .select.is-warning select.is-active { box-shadow: 0 0 0 1.5px rgba(240, 209, 71, 0.25); } .select.is-success select { border-color: #24ac41; } .select.is-success select:focus, .select.is-success select:active, .select.is-success select.is-active { box-shadow: 0 0 0 1.5px rgba(36, 172, 65, 0.25); } .select.is-info select { border-color: #2277d8; } .select.is-info select:focus, .select.is-info select:active, .select.is-info select.is-active { box-shadow: 0 0 0 1.5px rgba(34, 119, 216, 0.25); } .select.is-light select { border-color: #dfd7ce; } .select.is-light select:focus, .select.is-light select:active, .select.is-light select.is-active { box-shadow: 0 0 0 1.5px rgba(223, 215, 206, 0.25); } .select.is-dark select { border-color: #292828; } .select.is-dark select:focus, .select.is-dark select:active, .select.is-dark select.is-active { box-shadow: 0 0 0 1.5px rgba(41, 40, 40, 0.25); } .select.is-small select { font-size: 0.75rem; } .select.is-medium select { font-size: 1.25rem; } .select.is-large select { font-size: 1.5rem; } .container { margin: 0 auto; position: relative; } .container:not(:last-child) { margin-bottom: 1.5rem; } @media screen and (min-width: 992px) { .container { max-width: 1072px; width: 1072px; } } @media screen and (min-width: 992px) { .container.is-small { max-width: 912px; width: 912px; } } @media screen and (min-width: 992px) { .container.is-medium { max-width: 1072px; width: 1072px; } } @media screen and (min-width: 992px) { .container.is-large { max-width: 1136px; width: 1136px; } } .container.is-centered { text-align: center; } .hero { display: flex; flex-direction: column; justify-content: space-between; align-items: stretch; } .hero.is-white { background-color: #ffffff; color: #161616; } .hero.is-black { background-color: #000000; color: #ffffff; } .hero.is-primary { background-color: #00aba9; color: #ffffff; } .hero.is-danger { background-color: #f44336; color: #ffffff; } .hero.is-warning { background-color: #f0d147; color: #ffffff; } .hero.is-success { background-color: #24ac41; color: #ffffff; } .hero.is-info { background-color: #2277d8; color: #ffffff; } .hero.is-light { background-color: #dfd7ce; color: #292828; } .hero.is-dark { background-color: #292828; color: #ffffff; } .hero.is-small .hero-body { padding-bottom: 1.5rem; padding-top: 1.5rem; } @media screen and (min-width: 768px) { .hero.is-medium .hero-body { padding-bottom: 9rem; padding-top: 9rem; } } @media screen and (min-width: 768px) { .hero.is-large .hero-body { padding-bottom: 18rem; padding-top: 18rem; } } .hero.is-fullheight { min-height: 100vh; } .hero.is-fullheight .hero-body { align-items: center; display: flex; } .hero.is-fullheight .hero-body > .container { flex-grow: 1; flex-shrink: 1; } .hero.has-image-parallax { background-size: cover; background-attachment: fixed; background-repeat: no-repeat; } header, .hero-head { display: block; flex-grow: 0; flex-shrink: 0; } footer, .hero-foot { display: block; flex-grow: 0; flex-shrink: 0; } .hero-body { flex-grow: 1; flex-shrink: 0; padding: 3rem 1.5rem; } .hero-body.is-centered { justify-content: center; } .columns { margin-left: -0.75em; margin-right: -0.75em; margin-top: -0.75em; } .columns:last-child { margin-bottom: -0.75em; } .columns:not(:last-child) { margin-bottom: 0.75em; } .columns.is-centered { justify-content: center; } .columns.is-gapless { margin-left: 0; margin-right: 0; margin-top: 0; } .columns.is-gapless > .column { margin: 0; padding: 0; } .columns.is-gapless:not(:last-child) { margin-bottom: 1.5rem; } .columns.is-gapless:last-child { margin-bottom: 0; } .columns.is-multiline { flex-wrap: wrap; } .columns.is-mobile { display: flex; } @media screen and (min-width: 768px) { .columns { display: flex; } } @media screen and (min-width: 992px) { .columns.is-desktop { display: flex; } } .column { display: block; box-sizing: border-box; flex-basis: 0; flex-grow: 1; flex-shrink: 1; padding: 0.75em; } .columns > .column.is-1 { flex: none; width: 8.33333%; } .columns > .column.is-offset-1 { margin-left: 8.33333%; } .columns > .column.is-2 { flex: none; width: 16.66667%; } .columns > .column.is-offset-2 { margin-left: 16.66667%; } .columns > .column.is-3 { flex: none; width: 25%; } .columns > .column.is-offset-3 { margin-left: 25%; } .columns > .column.is-4 { flex: none; width: 33.33333%; } .columns > .column.is-offset-4 { margin-left: 33.33333%; } .columns > .column.is-5 { flex: none; width: 41.66667%; } .columns > .column.is-offset-5 { margin-left: 41.66667%; } .columns > .column.is-6 { flex: none; width: 50%; } .columns > .column.is-offset-6 { margin-left: 50%; } .columns > .column.is-7 { flex: none; width: 58.33333%; } .columns > .column.is-offset-7 { margin-left: 58.33333%; } .columns > .column.is-8 { flex: none; width: 66.66667%; } .columns > .column.is-offset-8 { margin-left: 66.66667%; } .columns > .column.is-9 { flex: none; width: 75%; } .columns > .column.is-offset-9 { margin-left: 75%; } .columns > .column.is-10 { flex: none; width: 83.33333%; } .columns > .column.is-offset-10 { margin-left: 83.33333%; } .columns > .column.is-11 { flex: none; width: 91.66667%; } .columns > .column.is-offset-11 { margin-left: 91.66667%; } .columns > .column.is-12 { flex: none; width: 100%; } .columns > .column.is-offset-12 { margin-left: 100%; } .footer { padding: 2rem 1.5rem 4rem; background-color: #dfd7ce; } .footer.is-white { background-color: #ffffff; color: #161616; } .footer.is-black { background-color: #000000; color: #ffffff; } .footer.is-primary { background-color: #00aba9; color: #ffffff; } .footer.is-danger { background-color: #f44336; color: #ffffff; } .footer.is-warning { background-color: #f0d147; color: #ffffff; } .footer.is-success { background-color: #24ac41; color: #ffffff; } .footer.is-info { background-color: #2277d8; color: #ffffff; } .footer.is-light { background-color: #dfd7ce; color: #292828; } .footer.is-dark { background-color: #292828; color: #ffffff; } .footer.is-sticky { position: fixed; left: 0; right: 0; bottom: 0; } html.has-sticky-footer, body.has-sticky-footer { padding-bottom: 6rem; } /*# sourceMappingURL=sleek.css.map */
0.596786
0.135089
html { background-color: #e4ffe0; font-family: 'Ubuntu', sans-serif; font-size: 18px; } .page { margin: 5%; overflow-y: auto; } .pageTitle { font-size: 1.25rem; text-align: center; word-spacing: 1rem; letter-spacing: 0.5rem; margin-bottom: 1rem; } .gridContainer { display: grid; opacity: 1; transition: opacity 0.5s linear; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); grid-auto-rows: 170px; grid-gap: 15px; } .grid { display: grid; border-radius: 2%; background-color: white; grid-gap: 5px; border: 1px solid #106d00; } .card { grid-template-columns: repeat(10, 30px) repeat(1, 1fr); grid-template-rows: repeat(5, 1fr); transition: background-color 0.5s linear; } .card:hover { background-color: #439135; } .card * { align-self: center; } .photo { grid-row: 2 / 5; grid-column: 2 / 5; } img { object-fit: cover; width: 100%; height: 100%; border-radius: 50%; } .name { grid-row: 2 / 3; grid-column: 6 / 10; font-weight: bold; } .email { grid-row: 3 / 4; grid-column: 6 / 10; } .location { grid-row: 4 / 5; grid-column: 6 / 10; } .email, .location { font-size: 0.67rem; } .disabledDIV { pointer-events: none; opacity: 0.25; } /* styling for the modal view */ .modalView { display: none; z-index: 1; position: fixed; left: 35%; top: 15%; width: 30%; height: 50%; grid-template-columns: 1fr repeat(10, 8%) 1fr; grid-template-rows: repeat(16, 5%) 1fr; justify-items: center; align-items: center; -webkit-align-items: center; } .photoModal { grid-row: 3 / 7; grid-column: 5 / 9; } .nameModal { grid-row: 8 / 9; grid-column: 2 / 12; font-weight: bold; font-size: 1.5rem; } .emailModal { grid-row: 9 / 10; grid-column: 2 / 12; } .locationModal { grid-row: 10 / 11; grid-column: 2 / 12; } .phoneModal { grid-row: 12 / 13; grid-column: 2 / 12; } .addressModal { grid-row: 13 / 14; grid-column: 2 / 12; } .birthdayModal { grid-row: 14 / 15; grid-column: 2 / 12; } .closeButton { grid-row: 2 / 3; grid-column: 11 / 12; font-size: 2rem; transition: transform 1s; } .closeButton:hover { transform: scale(2); cursor: pointer; } /* media query for very narrow screens e.g. mobiles in portrait */ @media screen and (max-width: 750px) { .modalView { left: 10%; width: 80% } .page { margin: 0%; } .email, emailModal { font-size: 0.5rem; } } /* media query for narrow screens e.g. tablets in portrait */ @media screen and (min-width: 751px) and (max-width: 1250px) { .modalView { left: 15%; width: 70% } .closeButton { justify-self: end; } .nameModal { font-size: 1.5rem; } } /* media query for shallow screens e.g. mobiles in landscape */ @media screen and (max-height: 700px) { .modalView { top: 5%; height: 90%; } }
projects-demos/Employee-directory/css/style.css
html { background-color: #e4ffe0; font-family: 'Ubuntu', sans-serif; font-size: 18px; } .page { margin: 5%; overflow-y: auto; } .pageTitle { font-size: 1.25rem; text-align: center; word-spacing: 1rem; letter-spacing: 0.5rem; margin-bottom: 1rem; } .gridContainer { display: grid; opacity: 1; transition: opacity 0.5s linear; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); grid-auto-rows: 170px; grid-gap: 15px; } .grid { display: grid; border-radius: 2%; background-color: white; grid-gap: 5px; border: 1px solid #106d00; } .card { grid-template-columns: repeat(10, 30px) repeat(1, 1fr); grid-template-rows: repeat(5, 1fr); transition: background-color 0.5s linear; } .card:hover { background-color: #439135; } .card * { align-self: center; } .photo { grid-row: 2 / 5; grid-column: 2 / 5; } img { object-fit: cover; width: 100%; height: 100%; border-radius: 50%; } .name { grid-row: 2 / 3; grid-column: 6 / 10; font-weight: bold; } .email { grid-row: 3 / 4; grid-column: 6 / 10; } .location { grid-row: 4 / 5; grid-column: 6 / 10; } .email, .location { font-size: 0.67rem; } .disabledDIV { pointer-events: none; opacity: 0.25; } /* styling for the modal view */ .modalView { display: none; z-index: 1; position: fixed; left: 35%; top: 15%; width: 30%; height: 50%; grid-template-columns: 1fr repeat(10, 8%) 1fr; grid-template-rows: repeat(16, 5%) 1fr; justify-items: center; align-items: center; -webkit-align-items: center; } .photoModal { grid-row: 3 / 7; grid-column: 5 / 9; } .nameModal { grid-row: 8 / 9; grid-column: 2 / 12; font-weight: bold; font-size: 1.5rem; } .emailModal { grid-row: 9 / 10; grid-column: 2 / 12; } .locationModal { grid-row: 10 / 11; grid-column: 2 / 12; } .phoneModal { grid-row: 12 / 13; grid-column: 2 / 12; } .addressModal { grid-row: 13 / 14; grid-column: 2 / 12; } .birthdayModal { grid-row: 14 / 15; grid-column: 2 / 12; } .closeButton { grid-row: 2 / 3; grid-column: 11 / 12; font-size: 2rem; transition: transform 1s; } .closeButton:hover { transform: scale(2); cursor: pointer; } /* media query for very narrow screens e.g. mobiles in portrait */ @media screen and (max-width: 750px) { .modalView { left: 10%; width: 80% } .page { margin: 0%; } .email, emailModal { font-size: 0.5rem; } } /* media query for narrow screens e.g. tablets in portrait */ @media screen and (min-width: 751px) and (max-width: 1250px) { .modalView { left: 15%; width: 70% } .closeButton { justify-self: end; } .nameModal { font-size: 1.5rem; } } /* media query for shallow screens e.g. mobiles in landscape */ @media screen and (max-height: 700px) { .modalView { top: 5%; height: 90%; } }
0.547222
0.154153
body.largetable-noscroll { overflow: hidden; } .largetable { position: relative; } .largetable-scroller { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; z-index: 0; } .largetable:before, .largetable:after { content: ""; position: absolute; top: 0; bottom: 0; width: 0; } .largetable:before { left: 0; box-shadow: inset 30px 0px 10px -30px #424242; } .largetable:after { right: 0; box-shadow: inset -30px 0px 10px -30px #424242; } :not(.largetable-maximized).largetable-shadow-left:before, :not(.largetable-maximized).largetable-shadow-right:after { width: 30px; } .largetable-maximize-btn { display: none; position: absolute; right: 30px; bottom: 35px; background-color: #000; color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E"); background-position: center center; background-repeat: no-repeat; opacity: .8; border: 0; width: 30px; height: 30px; font-size: 11px; border-radius: 6px; cursor: pointer; } .largetable-maximized .largetable-maximize-btn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='4 14 10 14 10 20'%3E%3C/polyline%3E%3Cpolyline points='20 10 14 10 14 4'%3E%3C/polyline%3E%3Cline x1='14' y1='10' x2='21' y2='3'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E"); } .largetable-maximize-btn:hover { opacity: .9; } @media only screen and (min-width : 481px) { .largetable-shadow-left .largetable-maximize-btn, .largetable-shadow-right .largetable-maximize-btn { display: block; } } .largetable-maximized .largetable-maximize-btn { display: block; position: fixed; } .largetable-maximized { position: fixed; background: #fff; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; overflow: auto; } .largetable-maximized .largetable-scroller { padding: 20px; }
largetable.css
body.largetable-noscroll { overflow: hidden; } .largetable { position: relative; } .largetable-scroller { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; z-index: 0; } .largetable:before, .largetable:after { content: ""; position: absolute; top: 0; bottom: 0; width: 0; } .largetable:before { left: 0; box-shadow: inset 30px 0px 10px -30px #424242; } .largetable:after { right: 0; box-shadow: inset -30px 0px 10px -30px #424242; } :not(.largetable-maximized).largetable-shadow-left:before, :not(.largetable-maximized).largetable-shadow-right:after { width: 30px; } .largetable-maximize-btn { display: none; position: absolute; right: 30px; bottom: 35px; background-color: #000; color: #fff; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cpolyline points='9 21 3 21 3 15'%3E%3C/polyline%3E%3Cline x1='21' y1='3' x2='14' y2='10'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E"); background-position: center center; background-repeat: no-repeat; opacity: .8; border: 0; width: 30px; height: 30px; font-size: 11px; border-radius: 6px; cursor: pointer; } .largetable-maximized .largetable-maximize-btn { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='white' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='4 14 10 14 10 20'%3E%3C/polyline%3E%3Cpolyline points='20 10 14 10 14 4'%3E%3C/polyline%3E%3Cline x1='14' y1='10' x2='21' y2='3'%3E%3C/line%3E%3Cline x1='3' y1='21' x2='10' y2='14'%3E%3C/line%3E%3C/svg%3E"); } .largetable-maximize-btn:hover { opacity: .9; } @media only screen and (min-width : 481px) { .largetable-shadow-left .largetable-maximize-btn, .largetable-shadow-right .largetable-maximize-btn { display: block; } } .largetable-maximized .largetable-maximize-btn { display: block; position: fixed; } .largetable-maximized { position: fixed; background: #fff; top: 0; right: 0; bottom: 0; left: 0; z-index: 99999; overflow: auto; } .largetable-maximized .largetable-scroller { padding: 20px; }
0.316053
0.136349
body { font-style: Optima, sans-serif; } .result { margin: 25px; display: grid; grid-gap: 22px; grid-template-areas: "filter filter filter filter filter filter filter" "param param joy anger disgust sad fear" "tone tone news news news news news"; } .result > .result_filter { grid-area: filter; background-color: white; height: 2.8rem; } .result > .result_parameters { grid-area: param; background-color: white; height: 15rem; min-width: 20rem; } .result > .result_graphs_joy { grid-area: joy; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_anger { grid-area: anger; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_disgust { grid-area: disgust; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_sadness { grid-area: sad; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_fear { grid-area: fear; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graph{ grid-area: tone; background-color: white; height: 22rem; min-width: 20rem; } .result > .result_news { grid-area: news; background-color: white; height: 22rem; overflow-y:scroll; } div.joy_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.fear_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.disgust_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.anger_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.sadness_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.graphs{ max-height: 15rem; } .exportPDF { margin-top: 8px; float: right; padding-top: 4px; margin-right: 8px; } .param_card { margin: 5%; width: 85%; } .title_param { font-size: 1.5rem; margin-left: 5%; margin-top: 5%; } li { margin-top: 2%; } .recharts-default-legend{ visibility: hidden; } .recharts-legend-item{ visibility: hidden; } .recharts-legend-item-text{ visibility: hidden; } div.recharts-wrapper{ max-height: 18rem ! important; margin-right: 10px; margin-bottom: 10px; } .emotionalTone{ font-size: 1.5rem; margin-left: 5%; margin-top: 5%; float: left; } div.react-datepicker__current-month{ margin-left: 35%; } .filter_bar{ display: flex; flex-direction: row; justify-content: space-between; } .filter_bar div { float: left; } .clickable-color *:hover, .clickable-color:hover *, .clickable-color:hover { background-color: #f8f8f8; } .clear-et-selection { float: right; } @media screen and (max-width: 730px) and (min-width: 320px) { .result > .result_filter{ display: none; } .result { grid-template-areas: "filter filter filter" "param param param" "joy anger disgust" "sad fear ." "tone tone tone" "news news news"; margin: 0px; overflow-y: hidden; } } @media screen and (max-width: 1000px) and (min-width: 730px) { .result { grid-template-areas: "filter filter filter filter filter filter" "param param param tone tone tone" "joy joy anger anger disgust disgust" "sad sad sad fear fear fear" "news news news news news news"; margin: 0px; overflow-y: hidden; } div.result_filter{ margin-top: 10px; } div.result_parameters{ min-height: 22rem; } }
src/client/components/style/Result.css
body { font-style: Optima, sans-serif; } .result { margin: 25px; display: grid; grid-gap: 22px; grid-template-areas: "filter filter filter filter filter filter filter" "param param joy anger disgust sad fear" "tone tone news news news news news"; } .result > .result_filter { grid-area: filter; background-color: white; height: 2.8rem; } .result > .result_parameters { grid-area: param; background-color: white; height: 15rem; min-width: 20rem; } .result > .result_graphs_joy { grid-area: joy; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_anger { grid-area: anger; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_disgust { grid-area: disgust; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_sadness { grid-area: sad; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graphs_fear { grid-area: fear; height: 15rem; background-color: white; min-width: 4rem; } .result > .result_graph{ grid-area: tone; background-color: white; height: 22rem; min-width: 20rem; } .result > .result_news { grid-area: news; background-color: white; height: 22rem; overflow-y:scroll; } div.joy_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.fear_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.disgust_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.anger_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.sadness_chart{ padding-top: 0.4rem; max-width: 10rem; min-width: 4rem; } div.graphs{ max-height: 15rem; } .exportPDF { margin-top: 8px; float: right; padding-top: 4px; margin-right: 8px; } .param_card { margin: 5%; width: 85%; } .title_param { font-size: 1.5rem; margin-left: 5%; margin-top: 5%; } li { margin-top: 2%; } .recharts-default-legend{ visibility: hidden; } .recharts-legend-item{ visibility: hidden; } .recharts-legend-item-text{ visibility: hidden; } div.recharts-wrapper{ max-height: 18rem ! important; margin-right: 10px; margin-bottom: 10px; } .emotionalTone{ font-size: 1.5rem; margin-left: 5%; margin-top: 5%; float: left; } div.react-datepicker__current-month{ margin-left: 35%; } .filter_bar{ display: flex; flex-direction: row; justify-content: space-between; } .filter_bar div { float: left; } .clickable-color *:hover, .clickable-color:hover *, .clickable-color:hover { background-color: #f8f8f8; } .clear-et-selection { float: right; } @media screen and (max-width: 730px) and (min-width: 320px) { .result > .result_filter{ display: none; } .result { grid-template-areas: "filter filter filter" "param param param" "joy anger disgust" "sad fear ." "tone tone tone" "news news news"; margin: 0px; overflow-y: hidden; } } @media screen and (max-width: 1000px) and (min-width: 730px) { .result { grid-template-areas: "filter filter filter filter filter filter" "param param param tone tone tone" "joy joy anger anger disgust disgust" "sad sad sad fear fear fear" "news news news news news news"; margin: 0px; overflow-y: hidden; } div.result_filter{ margin-top: 10px; } div.result_parameters{ min-height: 22rem; } }
0.660829
0.082512
body { background-color: #f4f4f4; } .container { width: 90%; margin: auto; overflow: hidden; } /* Navigation */ .uk-navbar-nav { background-color: #497C92; width: 100%; } .uk-navbar-nav li a { color: #fff; font-family: 'Arial'; font-weight: bold; } .uk-button-get-start { border-radius: 25px; padding: 7px 15px; } /* Showcase */ #showcase { min-height: 400px; background: url("../img/showcase.png") no-repeat 0 0; text-align: center; background-size: cover; color: #fff; height: 500px; opacity: 0.6; } #showcase h2 { color: #fff; font-size: 50px; padding-top: 100px; } #showcase p { color: #fff; font-size: 20px; margin-top: 30px; } /* Search */ .uk-input { padding: 6px; margin-right: 20px; background: #ddd; font-size: 17px; border: none; cursor: text; width: 350px; } .uk-margin { display: inline-flex; margin-top: 50px; } .uk-button { background-color: #356D86; color: #fff; } .uk-button-primary{ border: 1px solid #fff; } /* icon */ .input-with-icon input[type=text] { padding-left: 40px; } .input-with-icon { position: relative; } .input-with-icon i { font-size: 20px; color: #356D86; position: absolute; bottom: 0; left: 5px; padding: 9px 8px; } /*Footer*/ footer { background-color: #497C92; } /*-----------------------------------------------------------------*/ /*Home Page & Company Page*/ ul#sidebox li { list-style: none; padding: 20px; margin: 20px; border: #cccccc solid 1px; margin:20px 0; background: #e6e6e6; } /* Main-col */ article#main-col { float: left; width: 25%; } /* Main Content */ aside#main-content { float: right; width: 70%; margin-top: 10px; } .dark { padding: 15px; background: #cccccc; color: #ffffff; margin-top: 10px; margin-bottom: 10px; } /*-----------------------------------------------------------------*/ /* Our Service */ .block1 { background-color: #fff; color: #707070; text-align: center; } .block2 { background-color: #F1F4FD; color: #707070; text-align: center; } .benefit{ min-height: 500px; background-color: #fff; background: url("../img/world.png") no-repeat 0 0; text-align: center; background-size: cover; height: 600px; opacity: 0.6; } /*--------------------------------------------------------------------*/ /* Contact Us */ #showcase2 { min-height: 400px; background: url("../img/getintouch.png") no-repeat 0 0; text-align: center; background-size: cover; color: #fff; height: 500px; opacity: 0.6; } /* Showcase2 */ #showcase2 h2 { color: #000; font-size: 50px; padding-top: 180px; } #showcase2 p { color: #000; font-size: 20px; margin-top: 30px; } /* Article */ article#map { float: left; width: 25%; } /* Sidebar */ aside#sidebar { float: right; width: 70%; margin-top: 10px; text-align: center; }
public/css/style.css
body { background-color: #f4f4f4; } .container { width: 90%; margin: auto; overflow: hidden; } /* Navigation */ .uk-navbar-nav { background-color: #497C92; width: 100%; } .uk-navbar-nav li a { color: #fff; font-family: 'Arial'; font-weight: bold; } .uk-button-get-start { border-radius: 25px; padding: 7px 15px; } /* Showcase */ #showcase { min-height: 400px; background: url("../img/showcase.png") no-repeat 0 0; text-align: center; background-size: cover; color: #fff; height: 500px; opacity: 0.6; } #showcase h2 { color: #fff; font-size: 50px; padding-top: 100px; } #showcase p { color: #fff; font-size: 20px; margin-top: 30px; } /* Search */ .uk-input { padding: 6px; margin-right: 20px; background: #ddd; font-size: 17px; border: none; cursor: text; width: 350px; } .uk-margin { display: inline-flex; margin-top: 50px; } .uk-button { background-color: #356D86; color: #fff; } .uk-button-primary{ border: 1px solid #fff; } /* icon */ .input-with-icon input[type=text] { padding-left: 40px; } .input-with-icon { position: relative; } .input-with-icon i { font-size: 20px; color: #356D86; position: absolute; bottom: 0; left: 5px; padding: 9px 8px; } /*Footer*/ footer { background-color: #497C92; } /*-----------------------------------------------------------------*/ /*Home Page & Company Page*/ ul#sidebox li { list-style: none; padding: 20px; margin: 20px; border: #cccccc solid 1px; margin:20px 0; background: #e6e6e6; } /* Main-col */ article#main-col { float: left; width: 25%; } /* Main Content */ aside#main-content { float: right; width: 70%; margin-top: 10px; } .dark { padding: 15px; background: #cccccc; color: #ffffff; margin-top: 10px; margin-bottom: 10px; } /*-----------------------------------------------------------------*/ /* Our Service */ .block1 { background-color: #fff; color: #707070; text-align: center; } .block2 { background-color: #F1F4FD; color: #707070; text-align: center; } .benefit{ min-height: 500px; background-color: #fff; background: url("../img/world.png") no-repeat 0 0; text-align: center; background-size: cover; height: 600px; opacity: 0.6; } /*--------------------------------------------------------------------*/ /* Contact Us */ #showcase2 { min-height: 400px; background: url("../img/getintouch.png") no-repeat 0 0; text-align: center; background-size: cover; color: #fff; height: 500px; opacity: 0.6; } /* Showcase2 */ #showcase2 h2 { color: #000; font-size: 50px; padding-top: 180px; } #showcase2 p { color: #000; font-size: 20px; margin-top: 30px; } /* Article */ article#map { float: left; width: 25%; } /* Sidebar */ aside#sidebar { float: right; width: 70%; margin-top: 10px; text-align: center; }
0.345657
0.077343
body { /*background: #7C3293; !* fallback for old browsers *!*/ /*background: -webkit-linear-gradient(to right, #7C3293, #42538D); !* Chrome 10-25, Safari 5.1-6 *!*/ background: linear-gradient(to right, #852897, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .container { align-content: center; } .mx-auto { width: 500px; margin: 20px; background-color: #ffffff; opacity: 0.8; padding: 20px; } small { margin-top: 10px; } #logo { margin-bottom: 10px; } .home-button { margin: 10px; width: 175px; } #home { width: 60px; position: absolute; top: 0; left: 0; } #settings { width: 60px; position: absolute; top: 0; right: 0; } .drop-list { width: auto; margin: auto; } .loader { color: #fff; position: fixed; box-sizing: border-box; left: -9999px; top: -9999px; width: 0; height: 0; overflow: hidden; z-index: 999999 } .loader:after, .loader:before { box-sizing: border-box; display: none } .loader.is-active { background-color: rgba(0, 0, 0, .85); width: 100%; height: 100%; left: 0; top: 0 } .loader.is-active:after, .loader.is-active:before { display: block } @keyframes rotation { 0% { transform: rotate(0) } to { transform: rotate(359deg) } } .loader[data-text]:before { position: fixed; left: 0; top: 50%; color: currentColor; font-family: Helvetica, Arial, sans-serif; text-align: center; width: 100%; font-size: 14px } .loader[data-text]:not([data-text=""]):before { content: attr(data-text) } .loader-default[data-text]:before { top: calc(50% - 63px) } .loader-default:after { content: ""; position: fixed; width: 48px; height: 48px; border: 8px solid #fff; border-left-color: transparent; border-radius: 50%; top: calc(50% - 24px); left: calc(50% - 24px); animation: rotation 1s linear infinite }
static/css/home.css
body { /*background: #7C3293; !* fallback for old browsers *!*/ /*background: -webkit-linear-gradient(to right, #7C3293, #42538D); !* Chrome 10-25, Safari 5.1-6 *!*/ background: linear-gradient(to right, #852897, #007aff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ } .container { align-content: center; } .mx-auto { width: 500px; margin: 20px; background-color: #ffffff; opacity: 0.8; padding: 20px; } small { margin-top: 10px; } #logo { margin-bottom: 10px; } .home-button { margin: 10px; width: 175px; } #home { width: 60px; position: absolute; top: 0; left: 0; } #settings { width: 60px; position: absolute; top: 0; right: 0; } .drop-list { width: auto; margin: auto; } .loader { color: #fff; position: fixed; box-sizing: border-box; left: -9999px; top: -9999px; width: 0; height: 0; overflow: hidden; z-index: 999999 } .loader:after, .loader:before { box-sizing: border-box; display: none } .loader.is-active { background-color: rgba(0, 0, 0, .85); width: 100%; height: 100%; left: 0; top: 0 } .loader.is-active:after, .loader.is-active:before { display: block } @keyframes rotation { 0% { transform: rotate(0) } to { transform: rotate(359deg) } } .loader[data-text]:before { position: fixed; left: 0; top: 50%; color: currentColor; font-family: Helvetica, Arial, sans-serif; text-align: center; width: 100%; font-size: 14px } .loader[data-text]:not([data-text=""]):before { content: attr(data-text) } .loader-default[data-text]:before { top: calc(50% - 63px) } .loader-default:after { content: ""; position: fixed; width: 48px; height: 48px; border: 8px solid #fff; border-left-color: transparent; border-radius: 50%; top: calc(50% - 24px); left: calc(50% - 24px); animation: rotation 1s linear infinite }
0.458106
0.081923
.projetos { background: #171717; color: #ffffff; } .projetos .container { padding: 7.5rem 1.25rem; position: relative; grid-template-columns: 2fr 1fr; } .projetos .container .subtitle { color: #000000; max-width: 5ch; order: 2; } .projetos--text { color: #a3a3a3; } .projetos--text strong { color: #ffffff; } .projetos--text strong a { text-decoration: underline; } .projetos--text strong a:hover { color: #ffffff; } .projetos--list { display: flex; flex-wrap: wrap; flex-direction: column; gap: 1.25rem; } .projetos--list { display: flex; flex-direction: column; } .projeto { flex: 1; position: relative; background: #000000; border-radius: 1rem; display: flex; box-shadow: 0 0 1px 0 rgb(255 255 255 / 8%), 0 4px 14px rgb(255 255 255 / 6%); transition: .5s; gap: 2rem; padding: 1.25rem; } .projeto:hover { transform: translateY(-.625rem); } .projetos--info { display: flex; flex-direction: column; } .projetos--type { font-size: 0.875rem; text-transform: capitalize; color: #a3a3a3; margin-bottom: 0.625rem; } .projetos--title { flex: 1; font-size: 1.125rem; line-height: 1.4; margin-bottom: 0.625rem; position: relative; } .projetos--title::before { content: ""; display: block; width: 0.25rem; height: 1.25rem; background: #04aa6a; position: absolute; left: -1.5rem; } .projetos--link { font-size: 1rem; text-decoration: underline; margin-bottom: 0.625rem; } .projetos--tecnologies { font-size: 1.125rem; color: #ffffff; } .projetos--image { width: 100%; } .projetos--image img { width: 100%; height: 100%; border-radius: 1rem; } /* Responsivity */ @media (max-width: 50rem) { .projetos .container { grid-template-columns: 1fr; padding: 3.75rem 1.25rem; gap: 2.5rem; } .projetos .container .subtitle { order: initial; color: #ffffff; } } @media (max-width: 37.5rem) { .projetos--image { display: none; } }
css/modules/projects.css
.projetos { background: #171717; color: #ffffff; } .projetos .container { padding: 7.5rem 1.25rem; position: relative; grid-template-columns: 2fr 1fr; } .projetos .container .subtitle { color: #000000; max-width: 5ch; order: 2; } .projetos--text { color: #a3a3a3; } .projetos--text strong { color: #ffffff; } .projetos--text strong a { text-decoration: underline; } .projetos--text strong a:hover { color: #ffffff; } .projetos--list { display: flex; flex-wrap: wrap; flex-direction: column; gap: 1.25rem; } .projetos--list { display: flex; flex-direction: column; } .projeto { flex: 1; position: relative; background: #000000; border-radius: 1rem; display: flex; box-shadow: 0 0 1px 0 rgb(255 255 255 / 8%), 0 4px 14px rgb(255 255 255 / 6%); transition: .5s; gap: 2rem; padding: 1.25rem; } .projeto:hover { transform: translateY(-.625rem); } .projetos--info { display: flex; flex-direction: column; } .projetos--type { font-size: 0.875rem; text-transform: capitalize; color: #a3a3a3; margin-bottom: 0.625rem; } .projetos--title { flex: 1; font-size: 1.125rem; line-height: 1.4; margin-bottom: 0.625rem; position: relative; } .projetos--title::before { content: ""; display: block; width: 0.25rem; height: 1.25rem; background: #04aa6a; position: absolute; left: -1.5rem; } .projetos--link { font-size: 1rem; text-decoration: underline; margin-bottom: 0.625rem; } .projetos--tecnologies { font-size: 1.125rem; color: #ffffff; } .projetos--image { width: 100%; } .projetos--image img { width: 100%; height: 100%; border-radius: 1rem; } /* Responsivity */ @media (max-width: 50rem) { .projetos .container { grid-template-columns: 1fr; padding: 3.75rem 1.25rem; gap: 2.5rem; } .projetos .container .subtitle { order: initial; color: #ffffff; } } @media (max-width: 37.5rem) { .projetos--image { display: none; } }
0.397704
0.061396
.AppContent{ display: flex; align-items: center; background-color: #ffffff; flex-direction: column; justify-content: center; height: 100vh; } /* app header */ .AppContent header{ display: flex; align-items: center; justify-content: space-between; background-color: #BCEBCB; width: 100%; position: fixed; top: 0; padding: 10px; } .AppContent header .sign-out{ height: 6vh; border: none; border-radius: 5px; padding: 8px; background-color: #ffffff; cursor: pointer; } .AppContent header img{ width: 100px; height: 50px; } /* app landing page */ .AppContent section{ width: 100%; height: 100%; } .AppContent section .landing{ display: flex; flex-direction: column; width: 100%; height: 100%; align-items: center; justify-content: center; background-color: #BCEBCB; } .AppContent section .landing img{ width: 70%; } .AppContent section .landing h2{ text-align: center; font-size: 1.3rem; margin: 10px; color: #7d7d7d; } .AppContent section .landing .sign-in{ height: 8vh; border: none; border-radius: 5px; padding: 8px; margin-top: 10px; background-color: #fff; display: flex; align-items: center; cursor: pointer; } .AppContent section .landing .sign-in img{ height: 30px; width: 30px; } /* app chat */ .AppContent section main{ display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: 50px; height: 92%; } .AppContent section main .message{ display: flex; flex-direction: column; min-height: 60px; margin: 5px; } .AppContent section main .message .messageHeader{ display: flex; align-items: center; } .AppContent section main .message .messageHeader img{ border-radius: 50px; height: 30px; width: 30px; } .AppContent section main .message .messageHeader h2{ font-weight: 300; font-size: 13px; } .AppContent section main .message .messageContent{ display: flex; align-items: center; justify-content: flex-start; border-radius: 20px; min-height: 30px; padding: 5px; width: 40vw; } .AppContent section main .message .messageContent p{ font-size: 14px; margin-left: 5px; } .AppContent section main .message.sent{ align-self: flex-end; } .AppContent section main .message.sent .messageHeader{ align-self: flex-end; flex-direction: row-reverse; } .AppContent section main .message.sent .messageContent{ background-color: #FFEBE8; } .AppContent section main .message.message.received .messageContent{ background-color: #eeeeee; } /* form to send message */ .AppContent section form{ display: flex; align-items: center; justify-content: center; position: fixed; bottom: 0; width: 100%; background-color: #F8F5F5; padding: 5px; } .AppContent section form input{ width: 80vw; height: 6vh; border: 1px solid #000; border-radius: 5px; padding: 8px; } .AppContent section form button{ margin-left: 5px; border: none; cursor: pointer; } .AppContent section form button img{ height: 6vh; } @media(min-width: 800px){ .AppContent section main{ width: 80%; margin: auto; } }
src/styles/App.css
.AppContent{ display: flex; align-items: center; background-color: #ffffff; flex-direction: column; justify-content: center; height: 100vh; } /* app header */ .AppContent header{ display: flex; align-items: center; justify-content: space-between; background-color: #BCEBCB; width: 100%; position: fixed; top: 0; padding: 10px; } .AppContent header .sign-out{ height: 6vh; border: none; border-radius: 5px; padding: 8px; background-color: #ffffff; cursor: pointer; } .AppContent header img{ width: 100px; height: 50px; } /* app landing page */ .AppContent section{ width: 100%; height: 100%; } .AppContent section .landing{ display: flex; flex-direction: column; width: 100%; height: 100%; align-items: center; justify-content: center; background-color: #BCEBCB; } .AppContent section .landing img{ width: 70%; } .AppContent section .landing h2{ text-align: center; font-size: 1.3rem; margin: 10px; color: #7d7d7d; } .AppContent section .landing .sign-in{ height: 8vh; border: none; border-radius: 5px; padding: 8px; margin-top: 10px; background-color: #fff; display: flex; align-items: center; cursor: pointer; } .AppContent section .landing .sign-in img{ height: 30px; width: 30px; } /* app chat */ .AppContent section main{ display: flex; flex-direction: column; justify-content: flex-end; margin-bottom: 50px; height: 92%; } .AppContent section main .message{ display: flex; flex-direction: column; min-height: 60px; margin: 5px; } .AppContent section main .message .messageHeader{ display: flex; align-items: center; } .AppContent section main .message .messageHeader img{ border-radius: 50px; height: 30px; width: 30px; } .AppContent section main .message .messageHeader h2{ font-weight: 300; font-size: 13px; } .AppContent section main .message .messageContent{ display: flex; align-items: center; justify-content: flex-start; border-radius: 20px; min-height: 30px; padding: 5px; width: 40vw; } .AppContent section main .message .messageContent p{ font-size: 14px; margin-left: 5px; } .AppContent section main .message.sent{ align-self: flex-end; } .AppContent section main .message.sent .messageHeader{ align-self: flex-end; flex-direction: row-reverse; } .AppContent section main .message.sent .messageContent{ background-color: #FFEBE8; } .AppContent section main .message.message.received .messageContent{ background-color: #eeeeee; } /* form to send message */ .AppContent section form{ display: flex; align-items: center; justify-content: center; position: fixed; bottom: 0; width: 100%; background-color: #F8F5F5; padding: 5px; } .AppContent section form input{ width: 80vw; height: 6vh; border: 1px solid #000; border-radius: 5px; padding: 8px; } .AppContent section form button{ margin-left: 5px; border: none; cursor: pointer; } .AppContent section form button img{ height: 6vh; } @media(min-width: 800px){ .AppContent section main{ width: 80%; margin: auto; } }
0.403567
0.060585
.matching-page { display: flex; flex-direction: row; justify-content: space-between; width: 75%; margin: 37px auto 0px auto; font-family: Noto Sans KR; } .left-side { display: flex; flex-direction: column; flex: 1; margin-right: 30px; } .content-header { display: flex; flex-direction: row; align-items: center; font-size: 23px; line-height: 54px; border-bottom: 2px solid #707070; } .content-header span { font-weight: bold; color: #92009D; } .content-header img { width: 25px; height: 25px; margin-left: 15px; } .main-content { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; justify-items: center; } .box-model { width: 320px; height: 320px; border-radius: 15px; margin: 15px; } .my-quest-box { border: 1px dashed #707070; display: flex; flex-direction: column; justify-content: space-between; } .applicant-box:hover { box-shadow: 0px 0px 5px 5px rgb(240, 157, 77); } .applicant-box { background-color: #F5F5F5; box-shadow: 2px 2px 7px #707070; } /* 수정: 금액마다 색 달라야함. */ .color-box-header { height: 55px; border-radius: 15px 15px 0 0; background-color: #FF9200; } .color-box-header span{ margin-left: 30px; font-size: 20px; line-height: 55px; } .box-maincontent { display: flex; flex-direction: column; justify-content: space-between; flex: 1; margin: 10px 30px 20px 30px; } .box-maincontent a{ text-decoration: none; } .quest-title { font-size: 18px; margin-bottom: 10px; color: black; } .quest-summary { font-size: 13px; color: #707070; } .go-to-quest { font-size: 12px; text-align: end; margin-bottom: 15px; color: black; } .applicant-count { font-size: 18px; margin-bottom: 15px; } .applicant-count span { font-weight: bold; } .maincontent-footer { display: flex; flex-direction: row; justify-content: space-between; margin: 0 15px 0 15px; } .deadline { display: flex; flex-direction: column; align-items: center; } .deadline-key { font-size: 13px; } .deadline-value { font-size: 18px; } .bounty { display: flex; flex-direction: row; align-items: center; } .bounty img { width: 50px; height: 50px; margin-right: 5px; } .bounty-value { font-size: 20px; } .applicant-header { display: flex; flex-direction: row; justify-content: center; height: 110px; border-radius: 15px 15px 0 0; background-color:wheat; margin-bottom: 5px; } .profile-thumbnail { width: 75px; height: 75px; margin-top: 20px; border-radius: 70%; border: 1.5px solid whitesmoke; } .applicant-profile { display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; } .applicant-name { font-size: 16px; } .go-to-profile { font-size: 10px; color: #707070; } .applicant-detail-top { display: flex; flex-direction: row; justify-content: space-around; margin-bottom: 10px; } .applicant-details { display: flex; flex-direction: column; align-items: center; width: 105px; } .applicant-detail-key{ font-size: 12px; color:#707070; margin-bottom: 7px; } .applicant-detail-value { font-size: 23px; display: flex; flex-direction: column; text-align: center; } .applicant-detail-value span { font-size: 10px; } .applicant-detail-bottom { display: flex; flex-direction: row; justify-content: space-around; } .select-button { width: 70px; height: 35px; line-height: 35px; border-radius: 10px; background-color: #F5F5F5; color:black; font-size: 16px; line-height: 35px; text-align: center; margin-top: 23px; padding: 0; box-shadow: 1px 1px 1px 1px #5a5a5a; } .content-footer { padding: 20px 0 30px 0 ; border-top: 3px solid #707070; margin-top: 10px; } .go-back-button { display: flex; flex-direction: row; align-items: center; text-decoration: none; font-size: 27px; line-height: 27px; } .go-back-button img { width: 35px; height: 35px; margin: 0 10px 0 10px; transform: rotate(135deg); } .submit-button { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 255px; height: 160px; border-radius: 10px; margin-top: 70px; border: 1px dashed #707070; box-shadow: 2px 2px 7px #707070; background-color: white; color: black; } .submit-button:hover { cursor: pointer; } .submit-text { font-size: 25px; margin-top: 5px; text-decoration: none; } .submit-button img { width: 45px; height: 45px; } .inform-text { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #707070; margin-bottom: 12px; text-align: center; text-decoration: none; } .invisible-input { display: none; }
Code_Hunter/wanted/static/css/matching.css
.matching-page { display: flex; flex-direction: row; justify-content: space-between; width: 75%; margin: 37px auto 0px auto; font-family: Noto Sans KR; } .left-side { display: flex; flex-direction: column; flex: 1; margin-right: 30px; } .content-header { display: flex; flex-direction: row; align-items: center; font-size: 23px; line-height: 54px; border-bottom: 2px solid #707070; } .content-header span { font-weight: bold; color: #92009D; } .content-header img { width: 25px; height: 25px; margin-left: 15px; } .main-content { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; justify-items: center; } .box-model { width: 320px; height: 320px; border-radius: 15px; margin: 15px; } .my-quest-box { border: 1px dashed #707070; display: flex; flex-direction: column; justify-content: space-between; } .applicant-box:hover { box-shadow: 0px 0px 5px 5px rgb(240, 157, 77); } .applicant-box { background-color: #F5F5F5; box-shadow: 2px 2px 7px #707070; } /* 수정: 금액마다 색 달라야함. */ .color-box-header { height: 55px; border-radius: 15px 15px 0 0; background-color: #FF9200; } .color-box-header span{ margin-left: 30px; font-size: 20px; line-height: 55px; } .box-maincontent { display: flex; flex-direction: column; justify-content: space-between; flex: 1; margin: 10px 30px 20px 30px; } .box-maincontent a{ text-decoration: none; } .quest-title { font-size: 18px; margin-bottom: 10px; color: black; } .quest-summary { font-size: 13px; color: #707070; } .go-to-quest { font-size: 12px; text-align: end; margin-bottom: 15px; color: black; } .applicant-count { font-size: 18px; margin-bottom: 15px; } .applicant-count span { font-weight: bold; } .maincontent-footer { display: flex; flex-direction: row; justify-content: space-between; margin: 0 15px 0 15px; } .deadline { display: flex; flex-direction: column; align-items: center; } .deadline-key { font-size: 13px; } .deadline-value { font-size: 18px; } .bounty { display: flex; flex-direction: row; align-items: center; } .bounty img { width: 50px; height: 50px; margin-right: 5px; } .bounty-value { font-size: 20px; } .applicant-header { display: flex; flex-direction: row; justify-content: center; height: 110px; border-radius: 15px 15px 0 0; background-color:wheat; margin-bottom: 5px; } .profile-thumbnail { width: 75px; height: 75px; margin-top: 20px; border-radius: 70%; border: 1.5px solid whitesmoke; } .applicant-profile { display: flex; flex-direction: column; align-items: center; margin-bottom: 20px; } .applicant-name { font-size: 16px; } .go-to-profile { font-size: 10px; color: #707070; } .applicant-detail-top { display: flex; flex-direction: row; justify-content: space-around; margin-bottom: 10px; } .applicant-details { display: flex; flex-direction: column; align-items: center; width: 105px; } .applicant-detail-key{ font-size: 12px; color:#707070; margin-bottom: 7px; } .applicant-detail-value { font-size: 23px; display: flex; flex-direction: column; text-align: center; } .applicant-detail-value span { font-size: 10px; } .applicant-detail-bottom { display: flex; flex-direction: row; justify-content: space-around; } .select-button { width: 70px; height: 35px; line-height: 35px; border-radius: 10px; background-color: #F5F5F5; color:black; font-size: 16px; line-height: 35px; text-align: center; margin-top: 23px; padding: 0; box-shadow: 1px 1px 1px 1px #5a5a5a; } .content-footer { padding: 20px 0 30px 0 ; border-top: 3px solid #707070; margin-top: 10px; } .go-back-button { display: flex; flex-direction: row; align-items: center; text-decoration: none; font-size: 27px; line-height: 27px; } .go-back-button img { width: 35px; height: 35px; margin: 0 10px 0 10px; transform: rotate(135deg); } .submit-button { display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 255px; height: 160px; border-radius: 10px; margin-top: 70px; border: 1px dashed #707070; box-shadow: 2px 2px 7px #707070; background-color: white; color: black; } .submit-button:hover { cursor: pointer; } .submit-text { font-size: 25px; margin-top: 5px; text-decoration: none; } .submit-button img { width: 45px; height: 45px; } .inform-text { display: flex; flex-direction: column; align-items: center; font-size: 11px; color: #707070; margin-bottom: 12px; text-align: center; text-decoration: none; } .invisible-input { display: none; }
0.433981
0.140307
.g-planfeature{ &__chart{ /*padding: 5rem;*/ &__row{ list-style-type: none; margin-top:-2px; display: flex; /*padding:1rem 2rem;*/ &__cell{ position: relative; display: inline-block; padding: 1.5rem 2rem; vertical-align: top; /*border-top:1px solid;*/ margin:0 10px; p{ margin:0; line-height:1.7rem; background-repeat: no-repeat; background-position: left center; background-size: 12px 10px; background-image: url("../images/ui-planfeature-check.svg"); padding-left:30px; } &:before{ content: ''; display: block; position: absolute; top:0; left:50%; transform: translateX(-50%); width:calc(100% - 4rem); height:1px; opacity:0.35; } &--title{ &:before{ content: none; } h4{ margin-right:1rem; } h5{ display: inline-block; } } &--label{ font-family: Fira Code; font-size: 0.85rem; color: #6f6f6f; width: 19%; &:before{ background-color: var(--color-darkgray); } h5{ margin:0; } } &--first{ &:before{ content: none; } } &--pro{ width: 37%; background-color: white; &:before{ background-color: var(--color-purpleblue); } &__price{} &__callout{ color: var(--color-purpleblue); } } &--enterprise{ width: 37%; background-color: white; &:before{ background-color: var(--color-infared); } &__price{} &__callout{ color: var(--color-infared); } } &--cta{ &:before{ content: none; } } &__price{} &__callout{} &__ctabtn{ width:100%; } } } } }
assets/css/partials/planfeature-chart.css
.g-planfeature{ &__chart{ /*padding: 5rem;*/ &__row{ list-style-type: none; margin-top:-2px; display: flex; /*padding:1rem 2rem;*/ &__cell{ position: relative; display: inline-block; padding: 1.5rem 2rem; vertical-align: top; /*border-top:1px solid;*/ margin:0 10px; p{ margin:0; line-height:1.7rem; background-repeat: no-repeat; background-position: left center; background-size: 12px 10px; background-image: url("../images/ui-planfeature-check.svg"); padding-left:30px; } &:before{ content: ''; display: block; position: absolute; top:0; left:50%; transform: translateX(-50%); width:calc(100% - 4rem); height:1px; opacity:0.35; } &--title{ &:before{ content: none; } h4{ margin-right:1rem; } h5{ display: inline-block; } } &--label{ font-family: Fira Code; font-size: 0.85rem; color: #6f6f6f; width: 19%; &:before{ background-color: var(--color-darkgray); } h5{ margin:0; } } &--first{ &:before{ content: none; } } &--pro{ width: 37%; background-color: white; &:before{ background-color: var(--color-purpleblue); } &__price{} &__callout{ color: var(--color-purpleblue); } } &--enterprise{ width: 37%; background-color: white; &:before{ background-color: var(--color-infared); } &__price{} &__callout{ color: var(--color-infared); } } &--cta{ &:before{ content: none; } } &__price{} &__callout{} &__ctabtn{ width:100%; } } } } }
0.444083
0.061031
body{ background: #242426; /* Old browsers */ position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .calculator-background{ position: absolute; left: 35%; top: 20%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 35vw; height: 30vw; padding: 2vw; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .display{ background-color: white; width: 31vw; height: 5vw; border: 1px solid black; padding: 25px; color: black; font-size: 2vw; text-align: right; } .button-background{ background-color: lightslategray; margin-top: 3vw; padding: 25px; position: absolute; left: 0; width: 100%; height: 69%; border-bottom-left-radius: 5%; border-bottom-right-radius: 5%; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .button-symbols ul{ background-color: slateblue; position: absolute; left: 83.5%; top: 0%; padding-left: 1vw; padding-right: 1vw; padding-top: 1vw; padding-bottom: 0.9vw; border: 0px solid black; border-bottom-right-radius: 5%; } .button-symbols li{ list-style-type: none; color: white; font-size: 2.5vw; text-align: center; font-weight: bold; padding-left: 1vw; padding-right: 1vw; } .divide:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .multiply:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .minus:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .plus:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .equals:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .button-numbers ul{ width: 85%; margin-top: -1vw; margin-left: 1vw; } .button-numbers li{ list-style: none; display: inline-block; color: white; font-size: 2vw; margin: .5vw; padding-top: .5vw; padding-bottom: .5vw; padding-left: 2vw; padding-right: 1.8vw; } .button-numbers .nine:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .eight:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .seven:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .six:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .five:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .four:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .three:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .two:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .one:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .zero:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .decimal:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .clear:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } @media screen and (max-width: 800px) { .calculator-background{ position: absolute; left: 15%; top: 10%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 65vw; height: 60vw; padding: 2vw; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .display{ background-color: white; width: 61vw; height: 5vw; border: 1px solid black; padding: 25px; color: black; font-size: 6vw; text-align: right; } .button-background{ background-color: lightslategray; margin-top: 3vw; padding: 25px; position: absolute; left: 0; width: 100%; height: 69%; border-bottom-left-radius: 5%; border-bottom-right-radius: 5%; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .button-symbols ul{ background-color: slateblue; position: absolute; left: 84.5%; top: 0%; padding-left: 1vw; padding-right: 1vw; padding-top: 1vw; padding-bottom: 1vw; border: 0px solid black; border-bottom-right-radius: 5%; } .button-symbols li{ list-style-type: none; color: white; font-size: 5.3vw; text-align: center; font-weight: bold; padding-left: 2vw; padding-right: 2vw; } .button-numbers ul{ width: 75%; margin-top: -4vw; margin-left: 1vw; } .button-numbers li{ list-style: none; display: inline-block; color: white; font-size: 5vw; margin: .5vw; padding-top: .5vw; padding-bottom: .5vw; padding-left: 2vw; padding-right: 1.8vw; } }
project7/main.css
body{ background: #242426; /* Old browsers */ position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .calculator-background{ position: absolute; left: 35%; top: 20%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 35vw; height: 30vw; padding: 2vw; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .display{ background-color: white; width: 31vw; height: 5vw; border: 1px solid black; padding: 25px; color: black; font-size: 2vw; text-align: right; } .button-background{ background-color: lightslategray; margin-top: 3vw; padding: 25px; position: absolute; left: 0; width: 100%; height: 69%; border-bottom-left-radius: 5%; border-bottom-right-radius: 5%; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .button-symbols ul{ background-color: slateblue; position: absolute; left: 83.5%; top: 0%; padding-left: 1vw; padding-right: 1vw; padding-top: 1vw; padding-bottom: 0.9vw; border: 0px solid black; border-bottom-right-radius: 5%; } .button-symbols li{ list-style-type: none; color: white; font-size: 2.5vw; text-align: center; font-weight: bold; padding-left: 1vw; padding-right: 1vw; } .divide:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .multiply:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .minus:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .plus:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .equals:hover{ background-color: lightslategray; border-radius: 30%; cursor: pointer; } .button-numbers ul{ width: 85%; margin-top: -1vw; margin-left: 1vw; } .button-numbers li{ list-style: none; display: inline-block; color: white; font-size: 2vw; margin: .5vw; padding-top: .5vw; padding-bottom: .5vw; padding-left: 2vw; padding-right: 1.8vw; } .button-numbers .nine:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .eight:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .seven:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .six:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .five:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .four:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .three:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .two:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .one:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .zero:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .decimal:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } .button-numbers .clear:hover{ background-color: slateblue; border-radius: 30%; cursor: pointer; } @media screen and (max-width: 800px) { .calculator-background{ position: absolute; left: 15%; top: 10%; background-color: lightblue; border: 1px solid black; border-radius: 5%; width: 65vw; height: 60vw; padding: 2vw; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .display{ background-color: white; width: 61vw; height: 5vw; border: 1px solid black; padding: 25px; color: black; font-size: 6vw; text-align: right; } .button-background{ background-color: lightslategray; margin-top: 3vw; padding: 25px; position: absolute; left: 0; width: 100%; height: 69%; border-bottom-left-radius: 5%; border-bottom-right-radius: 5%; -webkit-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); -moz-box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); box-shadow: 7px 10px 5px 0px rgba(18,7,18,1); } .button-symbols ul{ background-color: slateblue; position: absolute; left: 84.5%; top: 0%; padding-left: 1vw; padding-right: 1vw; padding-top: 1vw; padding-bottom: 1vw; border: 0px solid black; border-bottom-right-radius: 5%; } .button-symbols li{ list-style-type: none; color: white; font-size: 5.3vw; text-align: center; font-weight: bold; padding-left: 2vw; padding-right: 2vw; } .button-numbers ul{ width: 75%; margin-top: -4vw; margin-left: 1vw; } .button-numbers li{ list-style: none; display: inline-block; color: white; font-size: 5vw; margin: .5vw; padding-top: .5vw; padding-bottom: .5vw; padding-left: 2vw; padding-right: 1.8vw; } }
0.587707
0.089614
@import url(https://fonts.googleapis.com/css?family=Niconne); /* latin-ext */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQKn2W4O.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQyn2Q.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } body { font-size: 14px; line-height: 1.25rem; padding: 0; margin: 0; /* font-family: "Source Sans Pro", arial, tahoma; */ font-family: Roboto, sans-serif !important; color: #343a40; background: #efefef; } a { text-decoration: none !important; } a:hover, a:focus, a:visisted { text-decoration: none !important; } input[type=text], input[type=email], input[type=password] { width: 100%; /* background: #f9fdff; */ /* border: 1px solid #6c757d; */ } input:focus { box-shadow: none; outline: none; } @media (min-width: 1200px) { .container { width: 1170px !important; max-width: 1170px; padding-left: 0; padding-right: 0; } } .cannot-copy, #asidebar .btn-teacher-login { -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } * { -webkit-transition: color .2s ease; transition: color .2s ease; } .line-dots { width: 100%; border-bottom: dotted 1px #222; height: 1px; display: block; position: relative; font-family: Arial,Helvetica,sans-serif; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1.5; color: #212529; text-align: left; } .line-dots::before { content: ''; height: 1px; width: 100%; border-bottom: dotted 1px #222; position: absolute; top: -2px; left: 0; } .hover_cursor_progress { cursor: progress !important; } .hover_cursor_progress * { cursor: progress !important; } .opacity_transition_effect { transition: opacity 0.5s; } .label-status { color: #fff; text-align: center; border-radius: 50rem; padding: 0.2rem 0.5rem; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; min-width: 80px; } .text_niconne { font-family: "Niconne" !important; } .text_courier { font-family: "Courier New", monospace !important; } .text_monaco { font-family: monaco,Consolas,Lucida Console,monospace; } .text_georgia { font-family: Georgia, serif !important; } .btn-primary { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-primary:hover { color: #FFF; background-color: #007065; border-color: #00635a; } .btn-primary:focus, .btn-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #FFF; background-color: #00635a; border-color: #00564e; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-outline-primary { color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:hover { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:focus, .btn-outline-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #18bc9c; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .badge-primary { color: #FFF; background-color: #18bc9c; } a.badge-primary:hover, a.badge-primary:focus { color: #FFF; background-color: #00635a; } a.badge-primary:focus, a.badge-primary.focus { outline: 0; -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .alert-primary { color: #004e47; background-color: #cceae7; border-color: #b8e2de; } .alert-primary hr { border-top-color: #a6dbd6; } .alert-primary .alert-link { color: #001b19; } .list-group-item-primary { color: #004e47; background-color: #b8e2de; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #004e47; background-color: #a6dbd6; } .list-group-item-primary.list-group-item-action.active { color: #FFF; background-color: #004e47; border-color: #004e47; } .bg-primary { background-color: #18bc9c !important; } a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #00635a !important; } .border-primary { border-color: #18bc9c !important; } .text-primary { color: #18bc9c !important; } a.text-primary:hover, a.text-primary:focus { color: #004a43 !important; } .widget-small.primary { background-color: #18bc9c; } .widget-small.primary.coloured-icon { background-color: #fff; color: #2a2a2a; } .widget-small.primary.coloured-icon .icon { background-color: #18bc9c; color: #fff; } #mainNav { padding: 0.25rem 0rem; background-color: #fff; color: #999999; border-bottom: 3px solid #EF5763 !important; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12); } #mainNav .navbar-toggler { padding: 0.75rem; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.75rem; color: #fff; text-transform: uppercase; background-color: #fed136; border: 0; } #mainNav .navbar-brand { color: #fed136; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 700; letter-spacing: 0.0625em; text-transform: uppercase; margin-left: 0px; } #mainNav .navbar-brand img { height: 2.75rem; } #mainNav .nav-coslapse { background-color: #F9F9F9; } #mainNav .navbar-nav .nav-item .nav-link { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.95rem; color: #5c5c5c; letter-spacing: 0.0625em; white-space: nowrap !important; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: #fed136; } #mainNav a { cursor: pointer; } @media (min-width: 992px) { #mainNav { padding: 0; border: none; transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out; } #mainNav .nav-container { flex-direction: column; } #mainNav .nav-container .logo { text-align: center; } #mainNav .nav-container .logo .navbar-brand { font-size: 1.5em; transition: font-size 0.3s ease-in-out; } #mainNav .nav-container .logo .navbar-brand img { height: 5.5rem; transition: height 0.3s ease-in-out; } #mainNav .nav-container .navbar-collapse { border-top: 1px solid #d4d4d4; padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item a.nav-link { padding: 0.25rem 1.0rem; font-size: 15px; line-height: 1.25; font-weight: 500; color: #6b7280; font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu { min-width: 100%; position: absolute; list-style: none; margin: 0; text-align: left; padding-left: 0; background-color: #FFF; padding-top: 0.25rem; padding-bottom: 0.25rem; border-radius: 0.33rem; box-sizing: border-box; border: 0 solid #d2d6dc; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a { width: 100%; padding: 0.5rem 1rem; color: #374151; display: inline-block; white-space: nowrap; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a i { padding-right: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; color: #222; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover a.nav-link { color: #222 !important; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover .sub-menu a:hover { background-color: #f4f5f7; } #mainNav .nav-container .navbar-collapse .navbar-nav .nav-item:last-child { margin-right: 0; } #mainNav.navbar-shrink { padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav.navbar-shrink .nav-container { flex-direction: row; flex-wrap: nowrap; width: 100% !important; } #mainNav.navbar-shrink .nav-container .navbar-collapse { border-top: none; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav { border-bottom: 1px solid #CEE2FD; box-shadow: 0 0 0 -1px rgba(0, 0, 0, 0.05); } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item { border-bottom: 3px solid transparent; border-left: none; border-right: none; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item .nav-link { padding: 0.25rem 0.75rem; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-bottom: 3px solid #18bc9c; margin-bottom: -2px; } #mainNav.navbar-shrink .nav-container .logo .navbar-brand { font-size: 1.25em; } #mainNav.navbar-shrink .nav-container .logo .navbar-brand img, #mainNav.navbar-shrink .nav-container .logo .navbar-brand svg { height: 4.75rem; margin-bottom: -10px; margin-top: -10px; } } @media all and (min-width: 100px) { .navbar .nav-item .sub-menu { display: block; opacity: 0; visibility: hidden; transition: .3s; margin-top: 0; } .navbar .nav-item:hover .nav-link { color: #fff; } .navbar .sub-menu.fade-down { top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%; } .navbar .sub-menu.fade-up { top: 180%; } .navbar .nav-item:hover .sub-menu { transition: .3s; opacity: 1; visibility: visible; top: 100%; transform: rotateX(0deg); } } @media (max-width: 991px) { #mainNav .nav-container .navbar-collapse { border-top: 1px solid #d4d4d4; padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item a.nav-link { padding: 0.25rem 1.0rem; font-size: 15px; line-height: 1.25; font-weight: 500; color: #6b7280; font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu { min-width: 100%; position: absolute; list-style: none; margin: 0; text-align: left; padding-left: 0; background-color: #FFF; padding-top: 0.25rem; padding-bottom: 0.25rem; border-radius: 0.33rem; box-sizing: border-box; border: 0 solid #d2d6dc; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a { width: 100%; padding: 0.5rem 1rem; color: #374151; display: inline-block; white-space: nowrap; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a i { padding-right: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; color: #222; z-index: 9999; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover a.nav-link { color: #222 !important; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover .sub-menu a:hover { background-color: #f4f5f7; } #mainNav .nav-container .navbar-collapse .navbar-nav .nav-item:last-child { margin-right: 0; } } #asidebar #teacher-login-box { border: 2px solid #18bc9c; border-radius: 0.25rem; } #asidebar #teacher-login-box .panel { border: none !important; } #asidebar #teacher-login-box .panel .panel-header { border: none !important; opacity: 0.875; } #asidebar #teacher-login-box .btn-teacher-show-login { cursor: pointer; position: relative; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; text-decoration: none; overflow: hidden; } #asidebar #teacher-login-box a, #asidebar #teacher-login-box a:visited, #asidebar #teacher-login-box a:link { text-decoration: none; color: #0044CC; } #asidebar #teacher-login-box a:hover { color: #FF0000; text-decoration: underline; } #asidebar .btn-circle { display: block; width: 90px; height: 28px; margin: 0 auto; color: #fff; text-decoration: none; line-height: 28px; font-size: 13px; padding: 0 0 0 30px; cursor: pointer; outline: none; background-color: #65C2B9; border: none; border-radius: 14px; box-shadow: -1px 3px #999; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } #asidebar .btn-circle:hover { background-color: #65C2B9; } #asidebar .btn-circle:active { background-color: #e68d3e; box-shadow: none; transform: translateY(3px) translateX(-1px); } #asidebar .btn-teacher-login { display: block; width: auto; height: 28px; margin: 0 auto; color: #fff; text-decoration: none; text-align: center !important; line-height: 28px; font-size: 13px; padding: 0 20px 0 20px; cursor: pointer; outline: none; background: linear-gradient(180deg, #f97979 0%, #f55656 50%, #ec0000 51%, #e70000 100%); border: 1px solid #a91212; border-radius: 3px; } #asidebar .btn-teacher-login:hover { background: linear-gradient(180deg, #ffa47f 0%, #fb7255 50%, #f93e1d 51%, #f42620 100%); border: 1px solid #ba332f; } #asidebar .btn-login-icon { width: 33px; height: 36px; position: absolute; left: -2px; top: calc(50% - 18px); } #asidebar .teacher-profile { padding: 0.4rem 0.75rem 0.75rem; border: 1px solid #D5D5D5; background-color: rgba(255, 255, 255, 0.75); color: #2e5cb4; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; } #asidebar .teacher-profile .profile-name { border-radius: 0; text-transform: uppercase; font-weight: 500; text-align: center; margin: 0 auto 0.5rem; padding: 5px; font-weight: bold; color: #FA8201; font-size: 1rem; } #asidebar .teacher-profile .profile-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 0rem; } #asidebar .teacher-profile .profile-body a { color: #2e5cb4; font-size: 13px; } #asidebar .teacher-profile .profile-body ul img { width: 0.875rem; font-size: 1rem; padding-bottom: 4px; } #asidebar .teacher-profile .profile-body .profile-description { border: 3px solid #D7E9F7; padding: 4px; margin-top: 0.5rem; background: #fff; font-size: 0.8rem; } #asidebar .asidebar-box-body { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #asidebar .panel { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: rgba(255, 255, 255, 0.75); background-clip: border-box; border-radius: 0; margin-bottom: 1rem; padding-left: 0.5rem; border-left: 1px solid #dee2e6 !important; } #asidebar .panel .panel-header { padding: .625rem 0; margin-bottom: 0; border-radius: 0; font-weight: 500; font-size: 1.25rem; text-align: left; border-bottom: 1px solid #e3e3e3; } #asidebar .panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; } #asidebar .panel .panel-body .asidebar-list { margin-bottom: 0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item { margin-right: 0rem; margin-left: 0.25rem; padding: 0.25rem 0; border-bottom: 1px solid #e3e3e3; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:last-child { border-bottom: 0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item .asidebar-link { display: block; padding: 0.25rem 0.5rem 0.25rem 0; text-transform: capitalize; font-size: 0.975rem; color: #868e96; letter-spacing: -0.02em; word-spacing: -0.02em; font-family: Roboto-Medium; } #asidebar .panel .panel-body .asidebar-list .asidebar-item .asidebar-link:before { content: '\f0da'; font-family: fontAwesome; padding-left: 0; padding-right: 0.25rem; color: #339af0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:hover { margin-left: 0; padding-left: 0.75rem; background: #e3e3e3; border-top: 1px solid #e3e3e3; margin-top: -1px; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:hover .asidebar-link { color: #339af0; } #page-container { width: 100%; height: auto; margin-top: 55px; } @media only screen and (min-width: 992px) { #page-container { width: 100%; height: auto; margin-top: 136px; } } #carouselSlidesOnly .carousel-item img { width: 100%; height: 344px; } @media (min-width: 576px) and (max-width: 767px) { #carouselSlidesOnly .carousel-item img { height: 204px; } } @media (min-width: 768px) and (max-width: 991px) { #carouselSlidesOnly .carousel-item img { height: 276px; } } @media (min-width: 992px) and (max-width: 1199px) { #carouselSlidesOnly .carousel-item img { height: 272px; } } .mainbox { background-color: white; padding: 0.75rem; margin-top: 1rem; border-radius: 4px; width: 100%; } #list-class-page .list-class-item { transition: opacity 0.5s; padding: 0; background-color: white; margin-top: 0.75rem; border-radius: 0.25rem; box-shadow: 0px 0px 3px 0px #e5e5e5; border: 2px solid #18bc9c; } #list-class-page .list-class-item .item-header { padding-left: 0.75rem; padding-top: 0.75rem; background-color: #18bc9c; opacity: 0.75; } #list-class-page .list-class-item .item-header h6 { font-size: 0.975rem; color: #fff; } #list-class-page .list-class-item .item-body { font-size: 0.85rem; color: #4d4d4d; padding: 0.75rem; } #list-class-page .list-class-item .item-body ul li { margin-bottom: 0.35rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } #list-class-page .list-class-item .item-body ul li .bold { font-weight: 600; font-size: 0.825rem; color: #111; } #list-class-page .list-class-item .item-body ul .address { -webkit-line-clamp: 2; } #list-class-page .list-class-item.received { transition: opacity 0.5s; padding: 0; background-color: white; margin-top: 0.75rem; border-radius: 0.25rem; box-shadow: 0px 0px 3px 0px #e5e5e5; border: 2px solid #fd7e14; } #list-class-page .list-class-item.received .item-header { padding-left: 0.75rem; padding-top: 0.75rem; background-color: #fd7e14; opacity: 0.75; } .teacher-manager { display: flex; } .teacher-manager .aside .body { background: #fff; } .teacher-manager .aside .body a { display: block; width: 100%; padding: 0.444rem 0.5rem; font-size: 0.95rem; border-bottom: 1px; border-left: 3px; border-right: 2px; border-top: 0px; border-style: solid; border-color: #e3e4e8; color: #6610f2; } .teacher-manager .aside .body a i { text-align: center; width: 18px; margin-right: 0.75rem; color: #6610f2; } .teacher-manager .aside .body a:hover, .teacher-manager .aside .body a.active { background: #495057; color: #fff !important; border-left-color: #ffc107; } .teacher-manager .aside .body a:first-child { border-top: 1px solid #e3e4e8 !important; } .teacher-manager .form-wrap label { text-align: left !important; } .teacher-manager .form-wrap input, .teacher-manager .form-wrap select { height: 40px !important; } .teacher-manager .form-wrap .form-group { margin: 0; margin-bottom: 15px; padding: 0; } .teacher-manager .form-wrap .select-avatar { border: 4px solid #606264; border-radius: 4px; position: relative; width: 120px; height: 180px; } .teacher-manager .form-wrap .select-avatar i { font-size: 30px; color: #fff; opacity: 0.333; margin-top: 60%; } .teacher-manager .form-wrap .select-avatar .preview { position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; z-index: 8; } .teacher-manager .form-wrap .select-avatar .preview img { width: 100%; height: 100%; } .teacher-manager .form-wrap .select-avatar .upload { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; text-align: center; } .teacher-manager .form-wrap .select-avatar .upload:hover { background-color: rgba(96, 98, 100, 0.5); cursor: pointer; } .teacher-manager .form-wrap .select-avatar .upload:hover i { opacity: 1; } .teacher-manager .form-wrap #verify-form .images-box { border: 2px solid #e3e4e8; border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 120px; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail, .teacher-manager .form-wrap #verify-form .images-box .image-upload { width: 50%; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover { position: relative; padding: 0.5rem; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover img, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover img { width: 100%; height: 180px; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action:hover, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action:hover { background-color: rgba(0, 0, 0, 0.282); opacity: 0.9; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action .body, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action .body { width: 100%; margin-top: 50%; text-align: center; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action .body span, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action .body span { cursor: pointer; font-size: 1rem; line-height: 1rem; margin: 0 0.5rem; padding: 0.35rem 1rem; color: #fff; border: 3px solid #FFF; border-radius: 3px; background-color: transparent; } .teacher-manager .form-wrap #verify-form .images-box .image-upload { cursor: pointer; } .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover img { background-color: #DBDBDB; } .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-action { display: none; } .teacher-manager #profile { color: #2d6d91; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; background: transparent; padding: 0; box-shadow: none; } .teacher-manager #profile .form-group { margin: 0; margin-bottom: 15px; padding: 0; } .teacher-manager #profile .profile-box { border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 20px; background-color: #fff; padding: 8px; } .teacher-manager #profile .profile-box .name { font-weight: 600; } .teacher-manager #profile .profile-box tr { margin-bottom: 4px; } .teacher-manager #profile .profile-box tr td { vertical-align: top; font-size: 0.95rem; } .teacher-manager #profile .profile-box tr td.text-nowrap { padding-right: 1rem; font-weight: 600; } .teacher-manager #profile .profile-box h4, .teacher-manager #profile .profile-box h5, .teacher-manager #profile .profile-box h6 { border-bottom: 2px solid #2d6d91; padding-bottom: 2px; } .teacher-manager #profile .profile-box .image img { cursor: zoom-in; } .teacher-manager #profile .profile-box.avatar { width: auto !important; padding: .75rem; } .teacher-manager #profile .profile-box.avatar img { width: 100%; max-width: 135px; max-height: 195px; } .teacher-manager #profile .list-course table { width: 100%; empty-cells: show; border-spacing: 0; position: relative; display: block; font-size: 0.9rem; } .teacher-manager #profile .list-course table thead { display: block; position: relative; display: block; width: 100%; overflow-y: scroll; } .teacher-manager #profile .list-course table tbody { max-height: 250px; overflow-y: scroll; display: block; position: relative; width: 100%; } .teacher-manager #profile .list-course table tbody td { padding: 0.5rem; } .teacher-manager #profile .list-course table tr { display: table; width: 100%; table-layout: fixed; margin: 0; } .teacher-manager #profile .list-course table tr i { font-size: 14px; color: #ff0000; background: #FFF; border: 1px solid rgba(204, 204, 204, 0.549); border-radius: 3px; padding: 4px; width: 24px; height: 24px; text-align: center; cursor: pointer; } @media only screen and (max-width: 575px) { .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail, .teacher-manager .form-wrap #verify-form .images-box .image-upload { width: 100%; } } .form-wrap { border-color: #424242; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border-radius: 3px; padding: 1rem 1.75rem 0.5rem; background-color: #fff; } .form-wrap .form-control-feedback { font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 0.875rem; font-weight: 400; line-height: 1.5; color: #212529; color: #212529b2; } .form-wrap input, .form-wrap textarea, .form-wrap select { border: 2px solid #e3e4e8; border-radius: 2px; line-height: 24px; padding-left: 15px; transition: all 0.1s ease-in-out; box-shadow: none; font-size: 13px; color: #666 !important; } .form-wrap input:focus, .form-wrap textarea:focus, .form-wrap select:focus { border-color: #007bb3 !important; outline: none; box-shadow: none; background-color: #f4f8fc; } .form-wrap input, .form-wrap select { height: 30px !important; } .form-wrap option, .form-wrap select { text-transform: capitalize; } .form-wrap label { margin: 5px 0; font-size: 14px; font-weight: 600; text-align: right; } .form-wrap .form-group { margin: 0; margin-bottom: 8px; padding: 0; } .form-wrap .form-alert .alert { background-color: #f8f9fa; border-radius: 0; border-left: 3px solid; border-right: none; border-top: none; border-bottom: none; font-size: 13px; } .form-wrap .form-alert .alert-success { border-color: #28a745; color: #28a745 !important; } .form-wrap .form-alert .alert-danger { border-color: #dc3545; color: #dc3545 !important; } .form-wrap .form-control:disabled, .form-wrap .form-control[readonly] { background-color: #f4f8fc; opacity: 1; } .form-wrap .form-control { padding-top: 0; padding-bottom: 0; } .form-wrap legend { display: block; width: auto; padding: 0 5px; margin-bottom: 0; font-size: inherit; line-height: inherit; border: auto; border-bottom: none; font-weight: bold; text-transform: uppercase; margin-left: 20px; font-size: 16px; color: #2d6d91; } .form-wrap fieldset { border: 2px groove threedface; padding: 5px; border: 2px solid #D8E2EB; margin-bottom: 10px; border-radius: 5px; } @media only screen and (max-width: 575px) { .form-wrap label { text-align: left; } } #list-news .news-item { margin-bottom: 20px; } #list-news .news-item .news-img { text-align: center; } #list-news .news-item .news-img a img { margin-bottom: 10px; border: 4px solid #e1e1e1; vertical-align: middle; } #list-news .news-item .news-title h2 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; } #list-news .news-item .date { color: #898989; font-size: 12px; display: inline-block; width: 100%; margin: 5px 0px; padding: 5px 0px; border: 1px dotted #e0e0e0; border-left: none; border-right: none; } #list-news .news-item .news-img img { width: 100%; height: auto; } @media only screen and (min-width: 400px) { #list-news .news-item .news-img img { height: auto; object-fit: none; } } @media only screen and (min-width: 576px) { #list-news .news-item .news-img img { height: 75px; } } @media only screen and (min-width: 768px) { #list-news .news-item .news-img img { height: 108px; } } @media only screen and (min-width: 992px) { #list-news .news-item .news-img img { height: 135px; } } @media only screen and (min-width: 1200px) { #list-news .news-item .news-img img { height: 140px; } } .breadcrumbs { background: url(../images/line.jpg) repeat-x bottom; color: #000; font-weight: 400; margin: 0px 0px 10px 0; padding: 5px 0px 15px 0px; width: 100%; display: block; } .breadcrumbs span { color: #000; color: #116095; font-size: 18px; text-decoration: none; font-weight: 500; } .feedback-btn { transform: rotate(-90deg) translateZ(0px); width: 120px; height: 30px; background-color: #af2024; color: #fff; position: fixed; inset: calc(100% - 150px) -45px auto auto !important; z-index: 1000001 !important; cursor: pointer; text-align: center; border-top-left-radius: 4px; border-top-right-radius: 4px; border-style: solid; border-color: #c52329; border-bottom: 0px; } .feedback-btn span { font-size: 1.1rem; line-height: 30px; } .feedback-form { display: none; background-color: #CA3438; border-color: #af2024; border-color: #cdcdcd; border-style: solid; border-width: 1px; position: fixed; bottom: 3px; right: 15px; } .feedback-form ul { padding-top: 0px !important; } .feedback-form input, .feedback-form textarea { width: 100%; background-color: #db777a; border: 1px solid #b2494c; border-bottom: 1px solid #d76568; color: #fff; padding: 3px 6px; margin-bottom: 7px; font-size: 14px; text-indent: 4px; width: 222px; max-width: calc(100%); height: auto; max-height: 333px; } .feedback-form input::placeholder, .feedback-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */ } .feedback-form input:-ms-input-placeholder, .feedback-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } .feedback-form input::-ms-input-placeholder, .feedback-form textarea::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; } .feedback-form input:focus, .feedback-form textarea:focus { outline: none; box-shadow: 0; } .feedback-form .btn-close { cursor: pointer; } .coursedetail-box { border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 20px; background-color: #fff; padding: 28px; color: #2d6d91; } .coursedetail-box .text-nowrap { padding-right: 1rem; font-weight: 600; } .coursedetail-box tr td { vertical-align: top; font-size: 0.95rem; } #list-teachers .teacher-item { margin-bottom: 20px; } #list-teachers .teacher-item .teacher-img { text-align: center; padding: 0; } #list-teachers .teacher-item .teacher-img a img { width: 100%; border: 4px solid #e1e1e1; vertical-align: middle; } #list-teachers .teacher-item .teacher-name h2 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; } #list-teachers .teacher-item .date { color: #898989; font-size: 12px; display: inline-block; width: 100%; margin: 5px 0px; padding: 5px 0px; border: 1px dotted #e0e0e0; border-left: none; border-right: none; } .list-teacher-page { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.5rem; position: relative; display: -webkit-box; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: .125rem; margin-bottom: 2.5rem; } .list-teacher-page .title { margin-bottom: 1.5rem; } .list-teacher-page .title .title-icon { height: 32px !important; margin-right: 10px !important; width: 32px !important; color: #707070; display: inline-block; stroke-width: 0; stroke: currentColor; fill: currentColor; } .list-teacher-page .title h3 { font-size: 1.75rem; letter-spacing: .012em; word-spacing: .016em; font-family: Roboto-Medium; font-weight: 500; } .list-teacher-page .filter { background-color: #f4f4f4; margin-bottom: 1.5rem; } .list-teacher-page .filter .input-onchange { -moz-appearance: none; -webkit-appearance: none; appearance: none; box-shadow: none; height: calc(1.5em + .876rem + 2px); padding: .438rem 1.75rem .438rem .75rem; font-size: 1rem; line-height: 1.5; color: #444; vertical-align: middle; border: 1px solid #707070; border-radius: .125rem; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23707070' d='M0.292892 1.70712L1.70711 0.292908L7 5.5858L12.2929 0.292908L13.7071 1.70712L7 8.41423L0.292892 1.70712Z' /%3e%3c/svg%3e") right 0.75rem center/14px 9px no-repeat #fff; } .list-teacher-page .filter label { color: #111; font-family: Roboto-Medium; font-weight: 500; font-size: 1.111rem; line-height: 1.5; } .list-teacher-page .total-results { border-bottom: 3px solid #bbb; color: #000; font-weight: 400; margin: 0px 0px 10px 0; padding: 5px 0px 5px 0px; width: 100%; display: block; } .list-teacher-page .total-results span { color: #000; color: #116095; font-size: 18px; text-decoration: none; font-weight: 500; } .teacher-detail { text-align: justify; text-justify: inter-word; } .teacher-detail h4 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; border-bottom: 2px solid #2d6d91; padding-bottom: 2px; } .teacher-detail tr { margin-bottom: 4px; } .teacher-detail tr td { vertical-align: top; font-size: 0.95rem; } .teacher-detail tr td.text-nowrap { padding-right: 1rem; font-weight: 600; } .modal-custom .modal-header { background-size: auto 100%; } .modal-custom .modal-body { max-height: calc(80vh); overflow-x: auto; } .showIfReceived { display: none; } .teacher_manager_checkbox input { height: 20px !important; } #carousel-slides .position-relative .image img { padding: 4px; } #carousel-slides .position-relative .position-absolute { bottom: -5px; left: 0; width: 100%; padding: 0px 4px 5px 4px; max-height: 34px; transition: all 1s linear; overflow: hidden; letter-spacing: .012em; word-spacing: .016em; align-content: center; background-color: rgba(0, 0, 0, 0.15); color: white; margin-bottom: 0.35rem; } #carousel-slides .position-relative .position-absolute h6 { font-size: 0.95rem; margin-bottom: 0.25rem; padding: 0.5rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #carousel-slides .position-relative .position-absolute p { font-size: 0.8rem; display: none; margin-bottom: 0px; } #carousel-slides .position-relative:hover .position-absolute { background-color: rgba(0, 0, 0, 0.5); color: white; opacity: 1; transition: all 0.5s linear; max-height: 130px; } #carousel-slides .position-relative:hover .position-absolute h6 { font-size: 0.88rem; padding: 0.35rem 0 0 0; overflow: auto; text-overflow: clip; white-space: normal; } #carousel-slides .position-relative:hover .position-absolute p { display: inline-block; } .reference-tuition-table table th, .reference-tuition-table table td { text-align: center !important; padding: 0.25rem 0.5rem; font-size: 0.9rem; } .reference-tuition-table table .cell-null { background-color: rgba(250, 228, 186, 0.2) !important; border-color: #FAE4BA !important; font-weight: bold; } @media only screen and (min-width: 992px) { .reference-tuition-table table { table-layout: fixed; width: 100%; } } @media only screen and (max-width: 1199px) { .reference-tuition-table table th, .reference-tuition-table table td { padding: 0.25rem 0.5rem; font-size: 0.9rem; letter-spacing: -.01em; word-spacing: -.01em; } } #list-course table th, #list-course table td { padding: 0.5rem 0.5rem; } @media only screen and (min-width: 768px) { #list-course table { table-layout: fixed; } } @media only screen and (max-width: 767px) { #list-course table th, #list-course table td { padding: 0.25rem 0.5rem; } } footer { background: #232b50; background-image: url("../images/bg-1.png"); } footer .information { font-size: 13px; line-height: 24px; min-height: 200px; } footer .information h5 { font-size: 1rem; line-height: 1.5rem; color: #FDCB02; } footer .information li { margin-bottom: 0.5rem; } footer .information i { font-size: 15px; color: #FDCB02; border: 1px solid #18bc9c; padding: 5px; border-radius: 3px; color: #fff; width: 27px; height: 27px; text-align: center; } footer .information a { color: #fff; } footer .information a:hover { color: #007bff; } footer .social { background: #212529; padding: 0.75rem 0; } footer .social a i { background-color: #3696E7; text-align: center; font-size: 1.25rem; color: #fff; padding: 0.5rem; margin-left: 0.25rem; } .list-type5 { /* width: 410px; */ width: 100%; margin: 0 auto; padding: 2rem; background-color: #FAFAFA; } .list-type5 ol { list-style-type: none; list-style-type: decimal; margin: 0; margin-left: 1em; padding: 0; counter-reset: li-counter; } .list-type5 ol li { position: relative; margin-bottom: 1.5em; padding: 0.5em; background-color: #F0D756; padding-left: 58px; } .list-type5 a { text-decoration: none; color: black; font-size: 15px; font-family: 'Raleway', sans-serif; } .list-type5 li:hover { /* box-shadow: inset -1em 0 #6CD6CC; */ box-shadow: inset -2em 0 #6CD6CC; -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */ transition: box-shadow 0.5s; transition: box-shadow 0.25s; } .list-type5 li:hover a { color: #FFF; } .list-type5 ol li:before { position: absolute; top: -0.3em; left: -0.5em; width: 1.8em; height: 1.2em; font-size: 2em; line-height: 1.2; font-weight: bold; text-align: center; color: white; background-color: #6CD6CC; transform: rotate(-20deg); -ms-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); z-index: 99; overflow: hidden; content: counter(li-counter); counter-increment: li-counter; } .list-type5 ol li::marker { color: transparent; } /*# sourceMappingURL=stylesheet.css.map */
public/css/stylesheet.css
@import url(https://fonts.googleapis.com/css?family=Niconne); /* latin-ext */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQKn2W4O.woff2) format("woff2"); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Niconne'; font-style: normal; font-weight: 400; src: local("Niconne"), local("Niconne-Regular"), url(https://fonts.gstatic.com/s/niconne/v9/w8gaH2QvRug1_rTfnQyn2Q.woff2) format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } body { font-size: 14px; line-height: 1.25rem; padding: 0; margin: 0; /* font-family: "Source Sans Pro", arial, tahoma; */ font-family: Roboto, sans-serif !important; color: #343a40; background: #efefef; } a { text-decoration: none !important; } a:hover, a:focus, a:visisted { text-decoration: none !important; } input[type=text], input[type=email], input[type=password] { width: 100%; /* background: #f9fdff; */ /* border: 1px solid #6c757d; */ } input:focus { box-shadow: none; outline: none; } @media (min-width: 1200px) { .container { width: 1170px !important; max-width: 1170px; padding-left: 0; padding-right: 0; } } .cannot-copy, #asidebar .btn-teacher-login { -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } * { -webkit-transition: color .2s ease; transition: color .2s ease; } .line-dots { width: 100%; border-bottom: dotted 1px #222; height: 1px; display: block; position: relative; font-family: Arial,Helvetica,sans-serif; font-weight: 400; font-style: normal; font-size: 14px; line-height: 1.5; color: #212529; text-align: left; } .line-dots::before { content: ''; height: 1px; width: 100%; border-bottom: dotted 1px #222; position: absolute; top: -2px; left: 0; } .hover_cursor_progress { cursor: progress !important; } .hover_cursor_progress * { cursor: progress !important; } .opacity_transition_effect { transition: opacity 0.5s; } .label-status { color: #fff; text-align: center; border-radius: 50rem; padding: 0.2rem 0.5rem; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; min-width: 80px; } .text_niconne { font-family: "Niconne" !important; } .text_courier { font-family: "Courier New", monospace !important; } .text_monaco { font-family: monaco,Consolas,Lucida Console,monospace; } .text_georgia { font-family: Georgia, serif !important; } .btn-primary { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-primary:hover { color: #FFF; background-color: #007065; border-color: #00635a; } .btn-primary:focus, .btn-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-primary.disabled, .btn-primary:disabled { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #FFF; background-color: #00635a; border-color: #00564e; } .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); box-shadow: 0 0 0 0 rgba(38, 166, 154, 0.5); } .btn-outline-primary { color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:hover { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:focus, .btn-outline-primary.focus { -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #18bc9c; background-color: transparent; } .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #FFF; background-color: #18bc9c; border-color: #18bc9c; } .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .badge-primary { color: #FFF; background-color: #18bc9c; } a.badge-primary:hover, a.badge-primary:focus { color: #FFF; background-color: #00635a; } a.badge-primary:focus, a.badge-primary.focus { outline: 0; -webkit-box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); box-shadow: 0 0 0 0 rgba(0, 150, 136, 0.5); } .alert-primary { color: #004e47; background-color: #cceae7; border-color: #b8e2de; } .alert-primary hr { border-top-color: #a6dbd6; } .alert-primary .alert-link { color: #001b19; } .list-group-item-primary { color: #004e47; background-color: #b8e2de; } .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #004e47; background-color: #a6dbd6; } .list-group-item-primary.list-group-item-action.active { color: #FFF; background-color: #004e47; border-color: #004e47; } .bg-primary { background-color: #18bc9c !important; } a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #00635a !important; } .border-primary { border-color: #18bc9c !important; } .text-primary { color: #18bc9c !important; } a.text-primary:hover, a.text-primary:focus { color: #004a43 !important; } .widget-small.primary { background-color: #18bc9c; } .widget-small.primary.coloured-icon { background-color: #fff; color: #2a2a2a; } .widget-small.primary.coloured-icon .icon { background-color: #18bc9c; color: #fff; } #mainNav { padding: 0.25rem 0rem; background-color: #fff; color: #999999; border-bottom: 3px solid #EF5763 !important; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.12); } #mainNav .navbar-toggler { padding: 0.75rem; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.75rem; color: #fff; text-transform: uppercase; background-color: #fed136; border: 0; } #mainNav .navbar-brand { color: #fed136; font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-weight: 700; letter-spacing: 0.0625em; text-transform: uppercase; margin-left: 0px; } #mainNav .navbar-brand img { height: 2.75rem; } #mainNav .nav-coslapse { background-color: #F9F9F9; } #mainNav .navbar-nav .nav-item .nav-link { font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 0.95rem; color: #5c5c5c; letter-spacing: 0.0625em; white-space: nowrap !important; } #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { color: #fed136; } #mainNav a { cursor: pointer; } @media (min-width: 992px) { #mainNav { padding: 0; border: none; transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out; } #mainNav .nav-container { flex-direction: column; } #mainNav .nav-container .logo { text-align: center; } #mainNav .nav-container .logo .navbar-brand { font-size: 1.5em; transition: font-size 0.3s ease-in-out; } #mainNav .nav-container .logo .navbar-brand img { height: 5.5rem; transition: height 0.3s ease-in-out; } #mainNav .nav-container .navbar-collapse { border-top: 1px solid #d4d4d4; padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item a.nav-link { padding: 0.25rem 1.0rem; font-size: 15px; line-height: 1.25; font-weight: 500; color: #6b7280; font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu { min-width: 100%; position: absolute; list-style: none; margin: 0; text-align: left; padding-left: 0; background-color: #FFF; padding-top: 0.25rem; padding-bottom: 0.25rem; border-radius: 0.33rem; box-sizing: border-box; border: 0 solid #d2d6dc; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a { width: 100%; padding: 0.5rem 1rem; color: #374151; display: inline-block; white-space: nowrap; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a i { padding-right: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; color: #222; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover a.nav-link { color: #222 !important; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover .sub-menu a:hover { background-color: #f4f5f7; } #mainNav .nav-container .navbar-collapse .navbar-nav .nav-item:last-child { margin-right: 0; } #mainNav.navbar-shrink { padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav.navbar-shrink .nav-container { flex-direction: row; flex-wrap: nowrap; width: 100% !important; } #mainNav.navbar-shrink .nav-container .navbar-collapse { border-top: none; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav { border-bottom: 1px solid #CEE2FD; box-shadow: 0 0 0 -1px rgba(0, 0, 0, 0.05); } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item { border-bottom: 3px solid transparent; border-left: none; border-right: none; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item .nav-link { padding: 0.25rem 0.75rem; } #mainNav.navbar-shrink .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-bottom: 3px solid #18bc9c; margin-bottom: -2px; } #mainNav.navbar-shrink .nav-container .logo .navbar-brand { font-size: 1.25em; } #mainNav.navbar-shrink .nav-container .logo .navbar-brand img, #mainNav.navbar-shrink .nav-container .logo .navbar-brand svg { height: 4.75rem; margin-bottom: -10px; margin-top: -10px; } } @media all and (min-width: 100px) { .navbar .nav-item .sub-menu { display: block; opacity: 0; visibility: hidden; transition: .3s; margin-top: 0; } .navbar .nav-item:hover .nav-link { color: #fff; } .navbar .sub-menu.fade-down { top: 80%; transform: rotateX(-75deg); transform-origin: 0% 0%; } .navbar .sub-menu.fade-up { top: 180%; } .navbar .nav-item:hover .sub-menu { transition: .3s; opacity: 1; visibility: visible; top: 100%; transform: rotateX(0deg); } } @media (max-width: 991px) { #mainNav .nav-container .navbar-collapse { border-top: 1px solid #d4d4d4; padding-top: 0.5rem; padding-bottom: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item { border-left: 1px solid transparent; border-right: 1px solid transparent; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item a.nav-link { padding: 0.25rem 1.0rem; font-size: 15px; line-height: 1.25; font-weight: 500; color: #6b7280; font-family: Inter var, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu { min-width: 100%; position: absolute; list-style: none; margin: 0; text-align: left; padding-left: 0; background-color: #FFF; padding-top: 0.25rem; padding-bottom: 0.25rem; border-radius: 0.33rem; box-sizing: border-box; border: 0 solid #d2d6dc; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a { width: 100%; padding: 0.5rem 1rem; color: #374151; display: inline-block; white-space: nowrap; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item .sub-menu a i { padding-right: 0.5rem; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover { border-left: 1px solid #d4d4d4; border-right: 1px solid #d4d4d4; color: #222; z-index: 9999; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover a.nav-link { color: #222 !important; } #mainNav .nav-container .navbar-collapse .navbar-nav li.nav-item:hover .sub-menu a:hover { background-color: #f4f5f7; } #mainNav .nav-container .navbar-collapse .navbar-nav .nav-item:last-child { margin-right: 0; } } #asidebar #teacher-login-box { border: 2px solid #18bc9c; border-radius: 0.25rem; } #asidebar #teacher-login-box .panel { border: none !important; } #asidebar #teacher-login-box .panel .panel-header { border: none !important; opacity: 0.875; } #asidebar #teacher-login-box .btn-teacher-show-login { cursor: pointer; position: relative; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; text-decoration: none; overflow: hidden; } #asidebar #teacher-login-box a, #asidebar #teacher-login-box a:visited, #asidebar #teacher-login-box a:link { text-decoration: none; color: #0044CC; } #asidebar #teacher-login-box a:hover { color: #FF0000; text-decoration: underline; } #asidebar .btn-circle { display: block; width: 90px; height: 28px; margin: 0 auto; color: #fff; text-decoration: none; line-height: 28px; font-size: 13px; padding: 0 0 0 30px; cursor: pointer; outline: none; background-color: #65C2B9; border: none; border-radius: 14px; box-shadow: -1px 3px #999; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; } #asidebar .btn-circle:hover { background-color: #65C2B9; } #asidebar .btn-circle:active { background-color: #e68d3e; box-shadow: none; transform: translateY(3px) translateX(-1px); } #asidebar .btn-teacher-login { display: block; width: auto; height: 28px; margin: 0 auto; color: #fff; text-decoration: none; text-align: center !important; line-height: 28px; font-size: 13px; padding: 0 20px 0 20px; cursor: pointer; outline: none; background: linear-gradient(180deg, #f97979 0%, #f55656 50%, #ec0000 51%, #e70000 100%); border: 1px solid #a91212; border-radius: 3px; } #asidebar .btn-teacher-login:hover { background: linear-gradient(180deg, #ffa47f 0%, #fb7255 50%, #f93e1d 51%, #f42620 100%); border: 1px solid #ba332f; } #asidebar .btn-login-icon { width: 33px; height: 36px; position: absolute; left: -2px; top: calc(50% - 18px); } #asidebar .teacher-profile { padding: 0.4rem 0.75rem 0.75rem; border: 1px solid #D5D5D5; background-color: rgba(255, 255, 255, 0.75); color: #2e5cb4; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; } #asidebar .teacher-profile .profile-name { border-radius: 0; text-transform: uppercase; font-weight: 500; text-align: center; margin: 0 auto 0.5rem; padding: 5px; font-weight: bold; color: #FA8201; font-size: 1rem; } #asidebar .teacher-profile .profile-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; padding: 0rem; } #asidebar .teacher-profile .profile-body a { color: #2e5cb4; font-size: 13px; } #asidebar .teacher-profile .profile-body ul img { width: 0.875rem; font-size: 1rem; padding-bottom: 4px; } #asidebar .teacher-profile .profile-body .profile-description { border: 3px solid #D7E9F7; padding: 4px; margin-top: 0.5rem; background: #fff; font-size: 0.8rem; } #asidebar .asidebar-box-body { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #asidebar .panel { position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: rgba(255, 255, 255, 0.75); background-clip: border-box; border-radius: 0; margin-bottom: 1rem; padding-left: 0.5rem; border-left: 1px solid #dee2e6 !important; } #asidebar .panel .panel-header { padding: .625rem 0; margin-bottom: 0; border-radius: 0; font-weight: 500; font-size: 1.25rem; text-align: left; border-bottom: 1px solid #e3e3e3; } #asidebar .panel .panel-body { -ms-flex: 1 1 auto; flex: 1 1 auto; min-height: 1px; } #asidebar .panel .panel-body .asidebar-list { margin-bottom: 0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item { margin-right: 0rem; margin-left: 0.25rem; padding: 0.25rem 0; border-bottom: 1px solid #e3e3e3; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:last-child { border-bottom: 0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item .asidebar-link { display: block; padding: 0.25rem 0.5rem 0.25rem 0; text-transform: capitalize; font-size: 0.975rem; color: #868e96; letter-spacing: -0.02em; word-spacing: -0.02em; font-family: Roboto-Medium; } #asidebar .panel .panel-body .asidebar-list .asidebar-item .asidebar-link:before { content: '\f0da'; font-family: fontAwesome; padding-left: 0; padding-right: 0.25rem; color: #339af0; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:hover { margin-left: 0; padding-left: 0.75rem; background: #e3e3e3; border-top: 1px solid #e3e3e3; margin-top: -1px; } #asidebar .panel .panel-body .asidebar-list .asidebar-item:hover .asidebar-link { color: #339af0; } #page-container { width: 100%; height: auto; margin-top: 55px; } @media only screen and (min-width: 992px) { #page-container { width: 100%; height: auto; margin-top: 136px; } } #carouselSlidesOnly .carousel-item img { width: 100%; height: 344px; } @media (min-width: 576px) and (max-width: 767px) { #carouselSlidesOnly .carousel-item img { height: 204px; } } @media (min-width: 768px) and (max-width: 991px) { #carouselSlidesOnly .carousel-item img { height: 276px; } } @media (min-width: 992px) and (max-width: 1199px) { #carouselSlidesOnly .carousel-item img { height: 272px; } } .mainbox { background-color: white; padding: 0.75rem; margin-top: 1rem; border-radius: 4px; width: 100%; } #list-class-page .list-class-item { transition: opacity 0.5s; padding: 0; background-color: white; margin-top: 0.75rem; border-radius: 0.25rem; box-shadow: 0px 0px 3px 0px #e5e5e5; border: 2px solid #18bc9c; } #list-class-page .list-class-item .item-header { padding-left: 0.75rem; padding-top: 0.75rem; background-color: #18bc9c; opacity: 0.75; } #list-class-page .list-class-item .item-header h6 { font-size: 0.975rem; color: #fff; } #list-class-page .list-class-item .item-body { font-size: 0.85rem; color: #4d4d4d; padding: 0.75rem; } #list-class-page .list-class-item .item-body ul li { margin-bottom: 0.35rem; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; } #list-class-page .list-class-item .item-body ul li .bold { font-weight: 600; font-size: 0.825rem; color: #111; } #list-class-page .list-class-item .item-body ul .address { -webkit-line-clamp: 2; } #list-class-page .list-class-item.received { transition: opacity 0.5s; padding: 0; background-color: white; margin-top: 0.75rem; border-radius: 0.25rem; box-shadow: 0px 0px 3px 0px #e5e5e5; border: 2px solid #fd7e14; } #list-class-page .list-class-item.received .item-header { padding-left: 0.75rem; padding-top: 0.75rem; background-color: #fd7e14; opacity: 0.75; } .teacher-manager { display: flex; } .teacher-manager .aside .body { background: #fff; } .teacher-manager .aside .body a { display: block; width: 100%; padding: 0.444rem 0.5rem; font-size: 0.95rem; border-bottom: 1px; border-left: 3px; border-right: 2px; border-top: 0px; border-style: solid; border-color: #e3e4e8; color: #6610f2; } .teacher-manager .aside .body a i { text-align: center; width: 18px; margin-right: 0.75rem; color: #6610f2; } .teacher-manager .aside .body a:hover, .teacher-manager .aside .body a.active { background: #495057; color: #fff !important; border-left-color: #ffc107; } .teacher-manager .aside .body a:first-child { border-top: 1px solid #e3e4e8 !important; } .teacher-manager .form-wrap label { text-align: left !important; } .teacher-manager .form-wrap input, .teacher-manager .form-wrap select { height: 40px !important; } .teacher-manager .form-wrap .form-group { margin: 0; margin-bottom: 15px; padding: 0; } .teacher-manager .form-wrap .select-avatar { border: 4px solid #606264; border-radius: 4px; position: relative; width: 120px; height: 180px; } .teacher-manager .form-wrap .select-avatar i { font-size: 30px; color: #fff; opacity: 0.333; margin-top: 60%; } .teacher-manager .form-wrap .select-avatar .preview { position: absolute; width: 100%; height: 100%; top: 0; left: 0; overflow: hidden; z-index: 8; } .teacher-manager .form-wrap .select-avatar .preview img { width: 100%; height: 100%; } .teacher-manager .form-wrap .select-avatar .upload { position: absolute; z-index: 9; top: 0; left: 0; width: 100%; height: 100%; text-align: center; } .teacher-manager .form-wrap .select-avatar .upload:hover { background-color: rgba(96, 98, 100, 0.5); cursor: pointer; } .teacher-manager .form-wrap .select-avatar .upload:hover i { opacity: 1; } .teacher-manager .form-wrap #verify-form .images-box { border: 2px solid #e3e4e8; border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 120px; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail, .teacher-manager .form-wrap #verify-form .images-box .image-upload { width: 50%; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover { position: relative; padding: 0.5rem; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover img, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover img { width: 100%; height: 180px; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.2; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action:hover, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action:hover { background-color: rgba(0, 0, 0, 0.282); opacity: 0.9; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action .body, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action .body { width: 100%; margin-top: 50%; text-align: center; } .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail .image-cover .image-action .body span, .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover .image-action .body span { cursor: pointer; font-size: 1rem; line-height: 1rem; margin: 0 0.5rem; padding: 0.35rem 1rem; color: #fff; border: 3px solid #FFF; border-radius: 3px; background-color: transparent; } .teacher-manager .form-wrap #verify-form .images-box .image-upload { cursor: pointer; } .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-cover img { background-color: #DBDBDB; } .teacher-manager .form-wrap #verify-form .images-box .image-upload .image-action { display: none; } .teacher-manager #profile { color: #2d6d91; -moz-user-select: none; -ms-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -webkit-touch-callout: none; background: transparent; padding: 0; box-shadow: none; } .teacher-manager #profile .form-group { margin: 0; margin-bottom: 15px; padding: 0; } .teacher-manager #profile .profile-box { border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 20px; background-color: #fff; padding: 8px; } .teacher-manager #profile .profile-box .name { font-weight: 600; } .teacher-manager #profile .profile-box tr { margin-bottom: 4px; } .teacher-manager #profile .profile-box tr td { vertical-align: top; font-size: 0.95rem; } .teacher-manager #profile .profile-box tr td.text-nowrap { padding-right: 1rem; font-weight: 600; } .teacher-manager #profile .profile-box h4, .teacher-manager #profile .profile-box h5, .teacher-manager #profile .profile-box h6 { border-bottom: 2px solid #2d6d91; padding-bottom: 2px; } .teacher-manager #profile .profile-box .image img { cursor: zoom-in; } .teacher-manager #profile .profile-box.avatar { width: auto !important; padding: .75rem; } .teacher-manager #profile .profile-box.avatar img { width: 100%; max-width: 135px; max-height: 195px; } .teacher-manager #profile .list-course table { width: 100%; empty-cells: show; border-spacing: 0; position: relative; display: block; font-size: 0.9rem; } .teacher-manager #profile .list-course table thead { display: block; position: relative; display: block; width: 100%; overflow-y: scroll; } .teacher-manager #profile .list-course table tbody { max-height: 250px; overflow-y: scroll; display: block; position: relative; width: 100%; } .teacher-manager #profile .list-course table tbody td { padding: 0.5rem; } .teacher-manager #profile .list-course table tr { display: table; width: 100%; table-layout: fixed; margin: 0; } .teacher-manager #profile .list-course table tr i { font-size: 14px; color: #ff0000; background: #FFF; border: 1px solid rgba(204, 204, 204, 0.549); border-radius: 3px; padding: 4px; width: 24px; height: 24px; text-align: center; cursor: pointer; } @media only screen and (max-width: 575px) { .teacher-manager .form-wrap #verify-form .images-box .image-thumbnail, .teacher-manager .form-wrap #verify-form .images-box .image-upload { width: 100%; } } .form-wrap { border-color: #424242; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border-radius: 3px; padding: 1rem 1.75rem 0.5rem; background-color: #fff; } .form-wrap .form-control-feedback { font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; font-size: 0.875rem; font-weight: 400; line-height: 1.5; color: #212529; color: #212529b2; } .form-wrap input, .form-wrap textarea, .form-wrap select { border: 2px solid #e3e4e8; border-radius: 2px; line-height: 24px; padding-left: 15px; transition: all 0.1s ease-in-out; box-shadow: none; font-size: 13px; color: #666 !important; } .form-wrap input:focus, .form-wrap textarea:focus, .form-wrap select:focus { border-color: #007bb3 !important; outline: none; box-shadow: none; background-color: #f4f8fc; } .form-wrap input, .form-wrap select { height: 30px !important; } .form-wrap option, .form-wrap select { text-transform: capitalize; } .form-wrap label { margin: 5px 0; font-size: 14px; font-weight: 600; text-align: right; } .form-wrap .form-group { margin: 0; margin-bottom: 8px; padding: 0; } .form-wrap .form-alert .alert { background-color: #f8f9fa; border-radius: 0; border-left: 3px solid; border-right: none; border-top: none; border-bottom: none; font-size: 13px; } .form-wrap .form-alert .alert-success { border-color: #28a745; color: #28a745 !important; } .form-wrap .form-alert .alert-danger { border-color: #dc3545; color: #dc3545 !important; } .form-wrap .form-control:disabled, .form-wrap .form-control[readonly] { background-color: #f4f8fc; opacity: 1; } .form-wrap .form-control { padding-top: 0; padding-bottom: 0; } .form-wrap legend { display: block; width: auto; padding: 0 5px; margin-bottom: 0; font-size: inherit; line-height: inherit; border: auto; border-bottom: none; font-weight: bold; text-transform: uppercase; margin-left: 20px; font-size: 16px; color: #2d6d91; } .form-wrap fieldset { border: 2px groove threedface; padding: 5px; border: 2px solid #D8E2EB; margin-bottom: 10px; border-radius: 5px; } @media only screen and (max-width: 575px) { .form-wrap label { text-align: left; } } #list-news .news-item { margin-bottom: 20px; } #list-news .news-item .news-img { text-align: center; } #list-news .news-item .news-img a img { margin-bottom: 10px; border: 4px solid #e1e1e1; vertical-align: middle; } #list-news .news-item .news-title h2 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; } #list-news .news-item .date { color: #898989; font-size: 12px; display: inline-block; width: 100%; margin: 5px 0px; padding: 5px 0px; border: 1px dotted #e0e0e0; border-left: none; border-right: none; } #list-news .news-item .news-img img { width: 100%; height: auto; } @media only screen and (min-width: 400px) { #list-news .news-item .news-img img { height: auto; object-fit: none; } } @media only screen and (min-width: 576px) { #list-news .news-item .news-img img { height: 75px; } } @media only screen and (min-width: 768px) { #list-news .news-item .news-img img { height: 108px; } } @media only screen and (min-width: 992px) { #list-news .news-item .news-img img { height: 135px; } } @media only screen and (min-width: 1200px) { #list-news .news-item .news-img img { height: 140px; } } .breadcrumbs { background: url(../images/line.jpg) repeat-x bottom; color: #000; font-weight: 400; margin: 0px 0px 10px 0; padding: 5px 0px 15px 0px; width: 100%; display: block; } .breadcrumbs span { color: #000; color: #116095; font-size: 18px; text-decoration: none; font-weight: 500; } .feedback-btn { transform: rotate(-90deg) translateZ(0px); width: 120px; height: 30px; background-color: #af2024; color: #fff; position: fixed; inset: calc(100% - 150px) -45px auto auto !important; z-index: 1000001 !important; cursor: pointer; text-align: center; border-top-left-radius: 4px; border-top-right-radius: 4px; border-style: solid; border-color: #c52329; border-bottom: 0px; } .feedback-btn span { font-size: 1.1rem; line-height: 30px; } .feedback-form { display: none; background-color: #CA3438; border-color: #af2024; border-color: #cdcdcd; border-style: solid; border-width: 1px; position: fixed; bottom: 3px; right: 15px; } .feedback-form ul { padding-top: 0px !important; } .feedback-form input, .feedback-form textarea { width: 100%; background-color: #db777a; border: 1px solid #b2494c; border-bottom: 1px solid #d76568; color: #fff; padding: 3px 6px; margin-bottom: 7px; font-size: 14px; text-indent: 4px; width: 222px; max-width: calc(100%); height: auto; max-height: 333px; } .feedback-form input::placeholder, .feedback-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #fff; opacity: 1; /* Firefox */ } .feedback-form input:-ms-input-placeholder, .feedback-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #fff; } .feedback-form input::-ms-input-placeholder, .feedback-form textarea::-ms-input-placeholder { /* Microsoft Edge */ color: #fff; } .feedback-form input:focus, .feedback-form textarea:focus { outline: none; box-shadow: 0; } .feedback-form .btn-close { cursor: pointer; } .coursedetail-box { border-radius: 2px; transition: all 0.1s ease-in-out; box-shadow: none; width: 100%; min-height: 20px; background-color: #fff; padding: 28px; color: #2d6d91; } .coursedetail-box .text-nowrap { padding-right: 1rem; font-weight: 600; } .coursedetail-box tr td { vertical-align: top; font-size: 0.95rem; } #list-teachers .teacher-item { margin-bottom: 20px; } #list-teachers .teacher-item .teacher-img { text-align: center; padding: 0; } #list-teachers .teacher-item .teacher-img a img { width: 100%; border: 4px solid #e1e1e1; vertical-align: middle; } #list-teachers .teacher-item .teacher-name h2 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; } #list-teachers .teacher-item .date { color: #898989; font-size: 12px; display: inline-block; width: 100%; margin: 5px 0px; padding: 5px 0px; border: 1px dotted #e0e0e0; border-left: none; border-right: none; } .list-teacher-page { -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; padding: 1.5rem; position: relative; display: -webkit-box; display: flex; -ms-flex-direction: column; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: .125rem; margin-bottom: 2.5rem; } .list-teacher-page .title { margin-bottom: 1.5rem; } .list-teacher-page .title .title-icon { height: 32px !important; margin-right: 10px !important; width: 32px !important; color: #707070; display: inline-block; stroke-width: 0; stroke: currentColor; fill: currentColor; } .list-teacher-page .title h3 { font-size: 1.75rem; letter-spacing: .012em; word-spacing: .016em; font-family: Roboto-Medium; font-weight: 500; } .list-teacher-page .filter { background-color: #f4f4f4; margin-bottom: 1.5rem; } .list-teacher-page .filter .input-onchange { -moz-appearance: none; -webkit-appearance: none; appearance: none; box-shadow: none; height: calc(1.5em + .876rem + 2px); padding: .438rem 1.75rem .438rem .75rem; font-size: 1rem; line-height: 1.5; color: #444; vertical-align: middle; border: 1px solid #707070; border-radius: .125rem; background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 9'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23707070' d='M0.292892 1.70712L1.70711 0.292908L7 5.5858L12.2929 0.292908L13.7071 1.70712L7 8.41423L0.292892 1.70712Z' /%3e%3c/svg%3e") right 0.75rem center/14px 9px no-repeat #fff; } .list-teacher-page .filter label { color: #111; font-family: Roboto-Medium; font-weight: 500; font-size: 1.111rem; line-height: 1.5; } .list-teacher-page .total-results { border-bottom: 3px solid #bbb; color: #000; font-weight: 400; margin: 0px 0px 10px 0; padding: 5px 0px 5px 0px; width: 100%; display: block; } .list-teacher-page .total-results span { color: #000; color: #116095; font-size: 18px; text-decoration: none; font-weight: 500; } .teacher-detail { text-align: justify; text-justify: inter-word; } .teacher-detail h4 { font-family: 'avo', Arial, Helvetica, sans-serif; font-size: 18px; text-decoration: none; font-weight: 400; color: #1ebb61; line-height: 28px; border-bottom: 2px solid #2d6d91; padding-bottom: 2px; } .teacher-detail tr { margin-bottom: 4px; } .teacher-detail tr td { vertical-align: top; font-size: 0.95rem; } .teacher-detail tr td.text-nowrap { padding-right: 1rem; font-weight: 600; } .modal-custom .modal-header { background-size: auto 100%; } .modal-custom .modal-body { max-height: calc(80vh); overflow-x: auto; } .showIfReceived { display: none; } .teacher_manager_checkbox input { height: 20px !important; } #carousel-slides .position-relative .image img { padding: 4px; } #carousel-slides .position-relative .position-absolute { bottom: -5px; left: 0; width: 100%; padding: 0px 4px 5px 4px; max-height: 34px; transition: all 1s linear; overflow: hidden; letter-spacing: .012em; word-spacing: .016em; align-content: center; background-color: rgba(0, 0, 0, 0.15); color: white; margin-bottom: 0.35rem; } #carousel-slides .position-relative .position-absolute h6 { font-size: 0.95rem; margin-bottom: 0.25rem; padding: 0.5rem 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #carousel-slides .position-relative .position-absolute p { font-size: 0.8rem; display: none; margin-bottom: 0px; } #carousel-slides .position-relative:hover .position-absolute { background-color: rgba(0, 0, 0, 0.5); color: white; opacity: 1; transition: all 0.5s linear; max-height: 130px; } #carousel-slides .position-relative:hover .position-absolute h6 { font-size: 0.88rem; padding: 0.35rem 0 0 0; overflow: auto; text-overflow: clip; white-space: normal; } #carousel-slides .position-relative:hover .position-absolute p { display: inline-block; } .reference-tuition-table table th, .reference-tuition-table table td { text-align: center !important; padding: 0.25rem 0.5rem; font-size: 0.9rem; } .reference-tuition-table table .cell-null { background-color: rgba(250, 228, 186, 0.2) !important; border-color: #FAE4BA !important; font-weight: bold; } @media only screen and (min-width: 992px) { .reference-tuition-table table { table-layout: fixed; width: 100%; } } @media only screen and (max-width: 1199px) { .reference-tuition-table table th, .reference-tuition-table table td { padding: 0.25rem 0.5rem; font-size: 0.9rem; letter-spacing: -.01em; word-spacing: -.01em; } } #list-course table th, #list-course table td { padding: 0.5rem 0.5rem; } @media only screen and (min-width: 768px) { #list-course table { table-layout: fixed; } } @media only screen and (max-width: 767px) { #list-course table th, #list-course table td { padding: 0.25rem 0.5rem; } } footer { background: #232b50; background-image: url("../images/bg-1.png"); } footer .information { font-size: 13px; line-height: 24px; min-height: 200px; } footer .information h5 { font-size: 1rem; line-height: 1.5rem; color: #FDCB02; } footer .information li { margin-bottom: 0.5rem; } footer .information i { font-size: 15px; color: #FDCB02; border: 1px solid #18bc9c; padding: 5px; border-radius: 3px; color: #fff; width: 27px; height: 27px; text-align: center; } footer .information a { color: #fff; } footer .information a:hover { color: #007bff; } footer .social { background: #212529; padding: 0.75rem 0; } footer .social a i { background-color: #3696E7; text-align: center; font-size: 1.25rem; color: #fff; padding: 0.5rem; margin-left: 0.25rem; } .list-type5 { /* width: 410px; */ width: 100%; margin: 0 auto; padding: 2rem; background-color: #FAFAFA; } .list-type5 ol { list-style-type: none; list-style-type: decimal; margin: 0; margin-left: 1em; padding: 0; counter-reset: li-counter; } .list-type5 ol li { position: relative; margin-bottom: 1.5em; padding: 0.5em; background-color: #F0D756; padding-left: 58px; } .list-type5 a { text-decoration: none; color: black; font-size: 15px; font-family: 'Raleway', sans-serif; } .list-type5 li:hover { /* box-shadow: inset -1em 0 #6CD6CC; */ box-shadow: inset -2em 0 #6CD6CC; -webkit-transition: box-shadow 0.5s; /* For Safari 3.1 to 6.0 */ transition: box-shadow 0.5s; transition: box-shadow 0.25s; } .list-type5 li:hover a { color: #FFF; } .list-type5 ol li:before { position: absolute; top: -0.3em; left: -0.5em; width: 1.8em; height: 1.2em; font-size: 2em; line-height: 1.2; font-weight: bold; text-align: center; color: white; background-color: #6CD6CC; transform: rotate(-20deg); -ms-transform: rotate(-20deg); -webkit-transform: rotate(-20deg); z-index: 99; overflow: hidden; content: counter(li-counter); counter-increment: li-counter; } .list-type5 ol li::marker { color: transparent; } /*# sourceMappingURL=stylesheet.css.map */
0.312895
0.068195
@import url(http://fonts.googleapis.com/css?family=Montserrat); @import url(http://fonts.googleapis.com/css?family=Ubuntu); body{ margin:0; font-family: 'Ubuntu', sans-serif; } /*frame*/ header{ width:100%; height:auto; } main{ margin-top: 10px; margin-bottom: 10px; width: 100%; } footer{ width:100%; height:auto; } /*No Underline on Links*/ a:link,a:hover,a:visited{text-decoration:none;} /*Image Centered*/ img.img-centered { display: block; margin-left: auto; margin-right: auto; } /*Border Options*/ .border-r-half{ border-radius:5%; } .border-r-1{ border-radius:10%; } .border-r-2{ border-radius:20%; } .border-r-3{ border-radius:30%; } .border-r-4{ border-radius:40%; } .border-r-5{ border-radius:50%; } /*Textarea Non-resizable*/ textarea.no-resize{ resize: none; } /*Padding Options*/ .p-overall-10{ padding:10px; } .p-top-10{ padding-top:10px; } .p-bottom-10{ padding-bottom:10px; } .p-left-10{ padding-left:10px; } .p-right-10{ padding-right:10px; } .p-overall-20{ padding:20px; } .p-top-20{ padding-top:20px; } .p-bottom-20{ padding-bottom:20px; } .p-left-20{ padding-left:20px; } .p-right-20{ padding-right:20px; } .p-overall-30{ padding:30px; } .p-top-30{ padding-top:30px; } .p-bottom-30{ padding-bottom:30px; } .p-left-30{ padding-left:30px; } .p-right-30{ padding-right:30px; } .p-overall-40{ padding:40px; } .p-top-40{ padding-top:40px; } .p-bottom-40{ padding-bottom:40px; } .p-left-40{ padding-left:40px; } .p-right-40{ padding-right:40px; } .p-overall-50{ padding:50px; } .p-top-50{ padding-top:50px; } .p-bottom-50{ padding-bottom:50px; } .p-left-50{ padding-left:50px; } .p-right-50{ padding-right:50px; } /*Margin Options*/ .m-top-5{ margin-top: 5px; } .m-bottom-5{ margin-bottom: 5px; } .m-top-10{ margin-top:10px; } .m-bottom-10{ margin-bottom:10px; } .m-top-15{ margin-top: 15px; } .m-bottom-15{ margin-bottom: 15px; } .m-top-20{ margin-top:20px; } .m-bottom-20{ margin-bottom:20px; } .m-top-25{ margin-top:25px; } .m-bottom-25{ margin-bottom:25px; } .m-top-30{ margin-top:30px; } .m-bottom-30{ margin-bottom:30px; } .m-top-35{ margin-top:35px; } .m-bottom-35{ margin-bottom:35px; } .m-top-40{ margin-top:40px; } .m-bottom-40{ margin-bottom:40px; } .m-top-45{ margin-top:45px; } .m-bottom-45{ margin-bottom:45px; } .m-top-50{ margin-top:50px; } .m-bottom-50{ margin-bottom:50px; } /*Text Justified*/ .text-left{ text-align:left; } .text-center{ text-align:center; } .text-right{ text-align:right; } .text-justified{ text-align:justify; } /*Text Color Option*/ .white-text{ color:#FFF; } .black-text{ color:#000; } /*Background Color Option*/ .bg-white{ background:#fff; } .bg-grey-e{ background:#eee; } .bg-grey-d{ background:#ddd; } .bg-grey-c{ background:#ccc; } .bg-grey-b{ background:#bbb; } .bg-grey-a{ background:#aaa; } .bg-grey-9{ background:#999; } .bg-grey-8{ background:#888; } .bg-grey-7{ background:#777; } .bg-grey-6{ background:#666; } .bg-grey-5{ background:#555; } .bg-grey-4{ background:#444; } .bg-grey-2{ background:#222; } .bg-black{ background:#000; } .bg-red{ background:#ff4c4c; } .bg-blue{ background:#4c4cff; } .bg-green{ background:#4cff4c; } .bg-pink{ background:#ff4ca6; } .bg-sea{ background:#4ca6ff; } .bg-lime{ background:#a6ff4c; } .bg-orange{ background:#ffa64c; } .bg-violet{ background:#a64cff; } .bg-cyan{ background:#4cffa6; } /*Shadow Box*/ .boxed{ box-shadow:5px 5px 20px 0px #ddd; } /*Liner Option*/ .bottom-liner-w{ border-bottom:3px solid #FFF; } .top-liner-b{ border-top:3px solid #000; } .bottom-liner-b{ border-bottom:3px solid #000; } .top-liner-w{ border-top:3px solid #FFF; } /*Error Message*/ .error-message{ display:none; color:#FF0000; } /*Float Options*/ .go-left{ float:left; } .go-right{ float:right; } /*Font Options*/ .font-5{ font-size:5px; } .font-6{ font-size:6px; } .font-7{ font-size:7px; } .font-8{ font-size:8px; } .font-9{ font-size:9px; } .font-10{ font-size:10px; } .font-11{ font-size:11px; } .font-12{ font-size:12px; } .font-13{ font-size:13px; } .font-14{ font-size:14px; } .font-15{ font-size:15px; } .font-16{ font-size:16px; } .font-17{ font-size:17px; } .font-18{ font-size:18px; } .font-19{ font-size:19px; } .font-20{ font-size:20px; } .font-21{ font-size:21px; } .font-22{ font-size:22px; } .font-23{ font-size:23px; } .font-24{ font-size:25px; } .font-26{ font-size:26px; } .font-27{ font-size:27px; } .font-28{ font-size:28px; } .font-29{ font-size:29px; } .font-30{ font-size:30px; } .font-small-cap{ font-variant:small-caps; } /*Words in the box*/ .words-boxed{ word-wrap: break-word; } /*Box Shadow*/ .boxed-small{ box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .boxed-moderate{ box-shadow: 5px 5px 5px #888888; } .boxed-big{ box-shadow: 7px 7px 10px #888888; } .boxed-biggest{ box-shadow: 10px 10px 5px #888888; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px){ .container { width: 750px; } } @media (min-width: 992px){ .container { width: 970px; } } @media (min-width: 1200px){ .container { width: 1170px; } } .placeholder-to-label{ display: none; font-family: 'Montserrat', sans-serif; font-size: 10px; margin-left: 10px; color:#03bdf4; position: absolute; z-index: 0; } /*error/success shower*/ #xis{ position: fixed; right: 10px; top: 57.5px; z-index: 99; color: #FFF; background: #00FF00; } #xix{ position: fixed; right: 10px; top: 57.5px; z-index: 99; color: #FFF; display: none; background: #FF0000; } #error_overall{ background: #FF0000; position: fixed; left: 0px; top: 55px; width: 100%; padding: 15px; z-index: 90; padding-left: 40px; color: #FFF; display: none; } #success_overall{ background: #00ff00; position: fixed; left: 0px; top: 55px; width: 100%; padding: 15px; z-index: 90; padding-left: 40px; color: #fff; }
public/idiotproof/idiotproof.basic.css
@import url(http://fonts.googleapis.com/css?family=Montserrat); @import url(http://fonts.googleapis.com/css?family=Ubuntu); body{ margin:0; font-family: 'Ubuntu', sans-serif; } /*frame*/ header{ width:100%; height:auto; } main{ margin-top: 10px; margin-bottom: 10px; width: 100%; } footer{ width:100%; height:auto; } /*No Underline on Links*/ a:link,a:hover,a:visited{text-decoration:none;} /*Image Centered*/ img.img-centered { display: block; margin-left: auto; margin-right: auto; } /*Border Options*/ .border-r-half{ border-radius:5%; } .border-r-1{ border-radius:10%; } .border-r-2{ border-radius:20%; } .border-r-3{ border-radius:30%; } .border-r-4{ border-radius:40%; } .border-r-5{ border-radius:50%; } /*Textarea Non-resizable*/ textarea.no-resize{ resize: none; } /*Padding Options*/ .p-overall-10{ padding:10px; } .p-top-10{ padding-top:10px; } .p-bottom-10{ padding-bottom:10px; } .p-left-10{ padding-left:10px; } .p-right-10{ padding-right:10px; } .p-overall-20{ padding:20px; } .p-top-20{ padding-top:20px; } .p-bottom-20{ padding-bottom:20px; } .p-left-20{ padding-left:20px; } .p-right-20{ padding-right:20px; } .p-overall-30{ padding:30px; } .p-top-30{ padding-top:30px; } .p-bottom-30{ padding-bottom:30px; } .p-left-30{ padding-left:30px; } .p-right-30{ padding-right:30px; } .p-overall-40{ padding:40px; } .p-top-40{ padding-top:40px; } .p-bottom-40{ padding-bottom:40px; } .p-left-40{ padding-left:40px; } .p-right-40{ padding-right:40px; } .p-overall-50{ padding:50px; } .p-top-50{ padding-top:50px; } .p-bottom-50{ padding-bottom:50px; } .p-left-50{ padding-left:50px; } .p-right-50{ padding-right:50px; } /*Margin Options*/ .m-top-5{ margin-top: 5px; } .m-bottom-5{ margin-bottom: 5px; } .m-top-10{ margin-top:10px; } .m-bottom-10{ margin-bottom:10px; } .m-top-15{ margin-top: 15px; } .m-bottom-15{ margin-bottom: 15px; } .m-top-20{ margin-top:20px; } .m-bottom-20{ margin-bottom:20px; } .m-top-25{ margin-top:25px; } .m-bottom-25{ margin-bottom:25px; } .m-top-30{ margin-top:30px; } .m-bottom-30{ margin-bottom:30px; } .m-top-35{ margin-top:35px; } .m-bottom-35{ margin-bottom:35px; } .m-top-40{ margin-top:40px; } .m-bottom-40{ margin-bottom:40px; } .m-top-45{ margin-top:45px; } .m-bottom-45{ margin-bottom:45px; } .m-top-50{ margin-top:50px; } .m-bottom-50{ margin-bottom:50px; } /*Text Justified*/ .text-left{ text-align:left; } .text-center{ text-align:center; } .text-right{ text-align:right; } .text-justified{ text-align:justify; } /*Text Color Option*/ .white-text{ color:#FFF; } .black-text{ color:#000; } /*Background Color Option*/ .bg-white{ background:#fff; } .bg-grey-e{ background:#eee; } .bg-grey-d{ background:#ddd; } .bg-grey-c{ background:#ccc; } .bg-grey-b{ background:#bbb; } .bg-grey-a{ background:#aaa; } .bg-grey-9{ background:#999; } .bg-grey-8{ background:#888; } .bg-grey-7{ background:#777; } .bg-grey-6{ background:#666; } .bg-grey-5{ background:#555; } .bg-grey-4{ background:#444; } .bg-grey-2{ background:#222; } .bg-black{ background:#000; } .bg-red{ background:#ff4c4c; } .bg-blue{ background:#4c4cff; } .bg-green{ background:#4cff4c; } .bg-pink{ background:#ff4ca6; } .bg-sea{ background:#4ca6ff; } .bg-lime{ background:#a6ff4c; } .bg-orange{ background:#ffa64c; } .bg-violet{ background:#a64cff; } .bg-cyan{ background:#4cffa6; } /*Shadow Box*/ .boxed{ box-shadow:5px 5px 20px 0px #ddd; } /*Liner Option*/ .bottom-liner-w{ border-bottom:3px solid #FFF; } .top-liner-b{ border-top:3px solid #000; } .bottom-liner-b{ border-bottom:3px solid #000; } .top-liner-w{ border-top:3px solid #FFF; } /*Error Message*/ .error-message{ display:none; color:#FF0000; } /*Float Options*/ .go-left{ float:left; } .go-right{ float:right; } /*Font Options*/ .font-5{ font-size:5px; } .font-6{ font-size:6px; } .font-7{ font-size:7px; } .font-8{ font-size:8px; } .font-9{ font-size:9px; } .font-10{ font-size:10px; } .font-11{ font-size:11px; } .font-12{ font-size:12px; } .font-13{ font-size:13px; } .font-14{ font-size:14px; } .font-15{ font-size:15px; } .font-16{ font-size:16px; } .font-17{ font-size:17px; } .font-18{ font-size:18px; } .font-19{ font-size:19px; } .font-20{ font-size:20px; } .font-21{ font-size:21px; } .font-22{ font-size:22px; } .font-23{ font-size:23px; } .font-24{ font-size:25px; } .font-26{ font-size:26px; } .font-27{ font-size:27px; } .font-28{ font-size:28px; } .font-29{ font-size:29px; } .font-30{ font-size:30px; } .font-small-cap{ font-variant:small-caps; } /*Words in the box*/ .words-boxed{ word-wrap: break-word; } /*Box Shadow*/ .boxed-small{ box-shadow: 0 1px 3px rgba(0,0,0,0.2); } .boxed-moderate{ box-shadow: 5px 5px 5px #888888; } .boxed-big{ box-shadow: 7px 7px 10px #888888; } .boxed-biggest{ box-shadow: 10px 10px 5px #888888; } .container { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 768px){ .container { width: 750px; } } @media (min-width: 992px){ .container { width: 970px; } } @media (min-width: 1200px){ .container { width: 1170px; } } .placeholder-to-label{ display: none; font-family: 'Montserrat', sans-serif; font-size: 10px; margin-left: 10px; color:#03bdf4; position: absolute; z-index: 0; } /*error/success shower*/ #xis{ position: fixed; right: 10px; top: 57.5px; z-index: 99; color: #FFF; background: #00FF00; } #xix{ position: fixed; right: 10px; top: 57.5px; z-index: 99; color: #FFF; display: none; background: #FF0000; } #error_overall{ background: #FF0000; position: fixed; left: 0px; top: 55px; width: 100%; padding: 15px; z-index: 90; padding-left: 40px; color: #FFF; display: none; } #success_overall{ background: #00ff00; position: fixed; left: 0px; top: 55px; width: 100%; padding: 15px; z-index: 90; padding-left: 40px; color: #fff; }
0.221098
0.044785
.external-loader { height: 70px; width: 70px; border-radius: 100%; background: radial-gradient(at top, white, blueviolet); animation-name: loader; animation-iteration-count: infinite; animation-duration: 1s; animation-direction: normal; } .internal-loader { height: 60px; width: 60px; border-radius: 100%; background-color: white; position: relative; top: 5px; left: 5px; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .infinite-animation { margin: 20px; width: 60px; height: 60px; border-radius: 100%; background: linear-gradient(#EB801D, #0DA572); animation-name: circle-square; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 10s; animation-direction: normal; } @keyframes circle-square { 17% { border-radius: 0; } 33% { background: linear-gradient(#E66465, #9198E5); } 50% { height: 100px; width: 100px; transform: skew(17deg, 32deg); } 67% { transform: rotate(170deg); } 83% { background: linear-gradient(#EB801D, #0DA572); } 100% { border-radius: 100%; } } .ball-container { width: 274px; height: 1px; position: relative; left: 50px; bottom: 35px; animation-name: bounce; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 2s; animation-direction: normal; } .blocks-ball { margin: 10px; height: 200px; margin-top: 170px; } .block1, .block2 { display: inline-block; width: 100px; height: 100px; background: #0DA572; } .block2 { left: 170px; position: relative; } .ball { width: 70px; height: 70px; background: rgb(233, 61, 9); border-radius: 100%; position: relative; left: -50px; bottom: 35px; } @keyframes bounce { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(0deg); } }
src/ex11_html-css-advanced/task-01.css
.external-loader { height: 70px; width: 70px; border-radius: 100%; background: radial-gradient(at top, white, blueviolet); animation-name: loader; animation-iteration-count: infinite; animation-duration: 1s; animation-direction: normal; } .internal-loader { height: 60px; width: 60px; border-radius: 100%; background-color: white; position: relative; top: 5px; left: 5px; } @keyframes loader { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .infinite-animation { margin: 20px; width: 60px; height: 60px; border-radius: 100%; background: linear-gradient(#EB801D, #0DA572); animation-name: circle-square; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 10s; animation-direction: normal; } @keyframes circle-square { 17% { border-radius: 0; } 33% { background: linear-gradient(#E66465, #9198E5); } 50% { height: 100px; width: 100px; transform: skew(17deg, 32deg); } 67% { transform: rotate(170deg); } 83% { background: linear-gradient(#EB801D, #0DA572); } 100% { border-radius: 100%; } } .ball-container { width: 274px; height: 1px; position: relative; left: 50px; bottom: 35px; animation-name: bounce; animation-iteration-count: infinite; animation-timing-function: linear; animation-duration: 2s; animation-direction: normal; } .blocks-ball { margin: 10px; height: 200px; margin-top: 170px; } .block1, .block2 { display: inline-block; width: 100px; height: 100px; background: #0DA572; } .block2 { left: 170px; position: relative; } .ball { width: 70px; height: 70px; background: rgb(233, 61, 9); border-radius: 100%; position: relative; left: -50px; bottom: 35px; } @keyframes bounce { 0% { transform: rotate(0deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(0deg); } }
0.765155
0.210279
body { font-family: "Open Sans", Arial, sans-serif; color: #999; } p, li, li a { color: #999; } a { color: #4fd2c2; text-decoration: none; } a, a:focus, a:hover, a:active { outline: 0 !important; } a:focus { text-decoration: none; } a:hover { color: #4fd2c2; text-decoration: underline; } /* Default highlight color */ ::-moz-selection { color: #fff; background: #4fd2c2; } ::selection { color: #fff; background: #4fd2c2; } .btn-u-upper { text-transform: uppercase; } .btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper { font-size: 12px; font-weight: bold; } /* General use classes */ .no-padding { padding: 0; } .no-side-padding { padding-right: 0; padding-left: 0; } @media (min-width: 600px) { .visible-2xs { display: none; } } @media (max-width: 600px) { .hidden-2xs { display: none; } .col-2xs-12 { width: 100%; } } @media (min-width: 500px) { .visible-3xs { display: none; } } @media (max-width: 500px) { .hidden-3xs { display: none; } } .g-color-default { color: #4fd2c2;} .g-bg-default { background: #4fd2c2;} .g-color-white { color: #fff !important;} .g-dp-table { display: table; } .g-dp-table-cell { display: table-cell; } .g-va-top { vertical-align: top; } .g-va-middle { vertical-align: middle; } .g-va-bottom { vertical-align: bottom; } .g-padding-5 { padding: 5px;} .g-padding-10 { padding: 10px;} .g-padding-15 { padding: 15px;} .g-padding-20 { padding: 20px;} .g-padding-25 { padding: 25px;} .g-padding-30 { padding: 30px;} .g-padding-35 { padding: 35px;} .g-padding-40 { padding: 40px;} .g-padding-45 { padding: 45px;} .g-padding-50 { padding: 50px;} .g-pt-10 { padding-top: 10px;} .g-pt-20 { padding-top: 20px;} .g-pt-30 { padding-top: 30px;} .g-pt-40 { padding-top: 40px;} .g-pt-50 { padding-top: 50px;} .g-pt-60 { padding-top: 60px;} .g-pt-70 { padding-top: 70px;} .g-pt-80 { padding-top: 80px;} .g-pt-85 { padding-top: 80px;} .g-pt-90 { padding-top: 90px;} .g-pt-100 { padding-top: 100px;} .g-pt-110 { padding-top: 110px;} .g-pt-120 { padding-top: 120px;} .g-pt-130 { padding-top: 130px;} .g-pt-140 { padding-top: 140px;} .g-pt-150 { padding-top: 150px;} .g-pt-160 { padding-top: 160px;} .g-pt-170 { padding-top: 170px;} .g-pb-10 { padding-bottom: 10px;} .g-pb-20 { padding-bottom: 20px;} .g-pb-30 { padding-bottom: 30px;} .g-pb-40 { padding-bottom: 40px;} .g-pb-50 { padding-bottom: 50px;} .g-pb-60 { padding-bottom: 60px;} .g-pb-70 { padding-bottom: 70px;} .g-pb-75 { padding-bottom: 75px;} .g-pb-80 { padding-bottom: 80px;} .g-pb-90 { padding-bottom: 90px;} .g-pb-100 { padding-bottom: 100px;} .g-pl-10 { padding-right: 10px;} .g-pl-20 { padding-right: 20px;} .g-pl-30 { padding-right: 30px;} .g-pl-40 { padding-right: 40px;} .g-pl-50 { padding-right: 50px;} .g-pl-60 { padding-right: 60px;} .g-pl-70 { padding-right: 70px;} .g-pl-80 { padding-right: 80px;} .g-pl-90 { padding-right: 90px;} .g-pl-100 { padding-right: 100px;} .g-pr-10 { padding-left: 10px;} .g-pr-20 { padding-left: 20px;} .g-pr-30 { padding-left: 30px;} .g-pr-40 { padding-left: 40px;} .g-pr-50 { padding-left: 50px;} .g-pr-60 { padding-left: 60px;} .g-pr-70 { padding-left: 70px;} .g-pr-80 { padding-left: 80px;} .g-pr-90 { padding-left: 90px;} .g-pr-100 { padding-left: 100px;} .g-mt-10 { margin-top: 10px;} .g-mt-20 { margin-top: 20px;} .g-mt-30 { margin-top: 30px;} .g-mt-40 { margin-top: 40px;} .g-mt-50 { margin-top: 50px;} .g-mt-60 { margin-top: 60px;} .g-mt-70 { margin-top: 70px;} .g-mt-80 { margin-top: 80px;} .g-mt-90 { margin-top: 90px;} .g-mt-100 { margin-top: 100px;} .g-mb-10 { margin-bottom: 10px;} .g-mb-15 { margin-bottom: 15px;} .g-mb-20 { margin-bottom: 20px;} .g-mb-25 { margin-bottom: 25px;} .g-mb-30 { margin-bottom: 30px;} .g-mb-35 { margin-bottom: 35px;} .g-mb-40 { margin-bottom: 40px;} .g-mb-45 { margin-bottom: 45px;} .g-mb-50 { margin-bottom: 50px;} .g-mb-55 { margin-bottom: 55px;} .g-mb-60 { margin-bottom: 60px;} .g-mb-65 { margin-bottom: 65px;} .g-mb-70 { margin-bottom: 70px;} .g-mb-75 { margin-bottom: 75px;} .g-mb-80 { margin-bottom: 80px;} .g-mb-85 { margin-bottom: 85px;} .g-mb-90 { margin-bottom: 90px;} .g-mb-95 { margin-bottom: 95px;} .g-mb-100 { margin-bottom: 100px;} .g-ml-10 { margin-right: 10px;} .g-ml-20 { margin-right: 20px;} .g-ml-30 { margin-right: 30px;} .g-ml-40 { margin-right: 40px;} .g-ml-50 { margin-right: 50px;} .g-ml-60 { margin-right: 60px;} .g-ml-70 { margin-right: 70px;} .g-ml-80 { margin-right: 80px;} .g-ml-90 { margin-right: 90px;} .g-ml-100 { margin-right: 100px;} .g-mr-10 { margin-left: 10px;} .g-mr-20 { margin-left: 20px;} .g-mr-30 { margin-left: 30px;} .g-mr-40 { margin-left: 40px;} .g-mr-50 { margin-left: 50px;} .g-mr-60 { margin-left: 60px;} .g-mr-70 { margin-left: 70px;} .g-mr-80 { margin-left: 80px;} .g-mr-90 { margin-left: 90px;} .g-mr-100 { margin-left: 100px;} @media(max-width: 992px) { .g-sm-mb-20 { margin-bottom: 20px; } .g-sm-mb-30 { margin-bottom: 30px; } } .g-section-bg-gray { background: #f8f8f8; } .g-display-inline-block { display: inline-block; } .g-display-table { display: table; width: 100%; } .g-display-td { display: table-cell; } .g-text-top { vertical-align: top; } .g-text-middle { vertical-align: middle; } .g-text-bottom { vertical-align: bottom; } .g-textarea-noresize { resize: none; } /* Overwriting g-heading-v10 */ .g-heading-v10 h2, .g-heading-v10 .h2 { text-transform: uppercase; font-size: 36px; color: #111; margin-bottom: 20px; line-height: 1.3; } .g-heading-v10 h2 .block-name { font-size: 11px; font-weight: bold; font-style: normal; margin: 0 0 15px; display: block; } .g-heading-v10 h2 .block-name span { color: #95e4da; } .g-heading-v10 p { margin: 0 auto; font-size: 16px; max-width: 760px; } /* Container fluids with two different background colors */ .container-fluid.with-bg-1 { background: #f5f5f5; } .container-fluid.with-bg-2 { background: #4fd2c2; } /* -------------------------------------------------- [2. Header] ---------------------------------------------------- */ /* Giving a min height */ @media (min-width: 992px) { .homeapp-header.one-page-header.navbar { padding: 23px 0px; transition: #000 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s; } .homeapp-header.one-page-header.top-nav-collapse { padding: 11px 0px; } } /* Overwriting background */ .homeapp-header.one-page-header { box-shadow: 0 3px 1px #ebebeb; background: #fff; } /* Overwriting navbar brand (logo) */ .homeapp-header.one-page-header .navbar-brand { line-height: 1; height: auto; } .navbar-brand > img { width: 130px; opacity: .8; } @media (min-width: 992px) { .homeapp-header.one-page-header .navbar-brand { padding: 0; } } /* Overwriting navbar menu */ .homeapp-header.one-page-header-style-2.navbar .navbar-nav { float: left; } /* Designing the a links */ .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { color: #222; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 7px 13px; } /* Removing before circles */ .homeapp-header.one-page-header .navbar-nav > li > a:before { display: none; } .homeapp-header.one-page-header .navbar-nav > li > a:hover { color: #4fd2c2; } .homeapp-header.one-page-header .navbar-nav > .active > a, .homeapp-header.one-page-header .navbar-nav > .active > a:hover, .homeapp-header.one-page-header .navbar-nav > .active > a:focus { z-index: 1; background: transparent none repeat scroll 100% 0%; color: #4fd2c2 !important; } /* Designing the button */ .homeapp-header.one-page-header .navbar-nav > li > a.btn-u { margin-right: 13px; color: #fff; background: #4fd2c2; } .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:hover, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:focus, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:active, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u.active { background: #41b5a7; color: #fff; } .homeapp-header.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar { background: #000; } /* Responsive mode */ @media (max-width: 1200px) { .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { padding: 7px 10px; } } @media (max-width: 992px) { .homeapp-header.one-page-header .navbar-nav { padding-bottom: 20px; } .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { padding: 7px 0; } } @media (max-width: 992px) and (min-width: 990px) { /* Fixing the damage over 2 pixels right before the breakpoint */ .homeapp-header.one-page-header .navbar-nav > li > a { padding: 17px 5px 13px; font-size: 9px; } .homeapp-header.one-page-header .navbar-nav > li > a.btn-nav { font-size: 8px; padding: 5px 10px; } } @media (max-width: 990px) { /* Overwriting the toggle button */ .homeapp-header.one-page-header .navbar-toggle { margin: 15px 0 0; } .homeapp-header.one-page-header .navbar-toggle .icon-bar { height: 1px; background: #000; margin-bottom: 7px; } /* Removing margin for the navbar */ .homeapp-header.one-page-header-style-2.navbar .navbar-nav { margin: 0; } /* Controling the button */ .homeapp-header.one-page-header .navbar-nav > li > a.btn-nav { margin: 0 0 20px; max-width: 138px; } } /* -------------------------------------------------- [3. Banner] ---------------------------------------------------- */ .interactive-slider-v2 { z-index: 1; padding: 115px 0 0; background: #f5f5f5; } .interactive-slider-v2::after { display: none; } /* Designing the banner title */ .interactive-slider-v2 .promo-info { padding: 156px 20px 0; text-align: right; } .interactive-slider-v2 .promo-info h1 { color: #000; font-size: 36px; line-height: 45px; font-weight: normal; margin-bottom: 30px; } .interactive-slider-v2 .promo-info p { color: #999; font-size: 16px; font-weight: normal; line-height: 1.625; margin-bottom: 35px; } /* Designing the banner buttons */ .btn-u.btn-banner { padding: 10px 20px 17px; max-width: 180px; font-size: 13px; font-weight: bold; text-transform: uppercase; line-height: 0; border-radius: 10px; } .btn-u.btn-banner:hover, .btn-u.btn-banner:focus { color: #fff; } .btn-u.btn-banner .fa { margin: 0 0 0 10px; padding-top: 2px; vertical-align: middle; } .btn-u.btn-banner span { margin: 0 35px 0 0; font-size: 10px; font-weight: normal; color: #fff; opacity: 0.6; } .btn-u.btn-banner.btn-apple { background: #4fd2c2; margin-left: 30px; } .btn-u.btn-banner.btn-android { background: #6562a7; } /* The banner image */ .banner-img { padding-right: 45px; } /* Responsive mode */ @media (max-width: 1200px) { .btn-u.btn-banner { margin-bottom: 20px; } .interactive-slider-v2 .banner-img img { min-height: 640px; } } @media (max-width: 992px) { .interactive-slider-v2 img { margin: 0 auto; } .interactive-slider-v2 .promo-info { text-align: center; } } @media (max-width: 438px) { .btn-u.btn-banner.btn-apple { margin-left: 0; } } /* Designing short info blocks and its content */ .short-info { padding: 0; } .short-info img { width: 100%; } .short-info-bg-1 { background: #4fd2c2; } .short-info-bg-2 { background: #6562a7; } .short-info-bg-3 { background: #ff3366; } .short-info-bg-4 { background: #d667cd; } .short-info-text { padding: 40px 30px 40px 45px; } .short-info-text h2 { margin: 0 0 25px; color: #fff; text-transform: uppercase; font-size: 22px; font-weight: bold; } .short-info-text p { margin: 0; color: #fff; font-size: 14px; opacity: 0.8; } /* Responsive mode */ @media (max-width: 992px) { .short-info { margin: 0 0 20px; } } /* -------------------------------------------------- [5. Benefits] ---------------------------------------------------- */ /* Designing benefit box and its content */ .benefit-box { padding: 0 15px 30px; margin: 0; } .benefit { min-height: 280px; padding: 40px 35px; text-align: center; background: #f8f8f8; } .benefit .fa { color: #55d3c4; margin: 0 0 30px; } .benefit h3 { color: #000; font-size: 11px; font-weight: bold; margin: 0 0 25px; text-transform: uppercase; line-height: 15px; } .benefit p { color: #999; font-size: 14px; margin: 0; } /* -------------------------------------------------- [6. Why we] ---------------------------------------------------- */ /* Designing presentation section */ .our-presentation { text-align: center; padding: 192px 0; background: url(../../img-temp/presentation.jpg); background-size: cover; background-position: center center; } /* Designing the play button */ .our-presentation .btn-u.btn-play { border-radius: 50%; background: #4fd2c2; font-size: 12px; padding: 28px 33px; /* transition: all 0.2s ease-in; */ } .our-presentation .btn-u.btn-play:hover, .our-presentation .btn-u.btn-play:focus { background: #41b5a7; color: #fff; /* transform: scale(1.1); */ } /* Default padding */ .whats-new { padding: 90px 0; } /* Altering g-heading-v10 */ .whats-new .g-heading-v10 { margin-bottom: 45px; } /* Designing the owl carousel and its items */ .whats-new .owl-carousel-v4 .item { width: 270px; min-height: 480px; margin: 0 auto 15px; background: #4fd2c2; } /* Adding the plus sign */ .whats-new .owl-carousel-v4 .item:after { position: absolute; content: "+"; top: 40%; right: 45%; color: #fff; font-size: 50px; visibility: hidden; cursor: pointer; } .whats-new .owl-carousel-v4 .item img { width: 100%; height: 100%; } .whats-new .owl-carousel-v4 .item:hover img { opacity: 0.5; position: relative; } .whats-new .owl-carousel-v4 .item:hover:after { visibility: visible; } /* Owl controls */ .whats-new .owl-theme .owl-controls .owl-page span { width: 7px; height: 7px; opacity: 1; margin: 5px; background: #d8d8d8 none repeat scroll 100% 0%; } .whats-new .owl-theme .owl-controls .owl-page.active span, .whats-new .owl-theme .owl-controls.clickable .owl-page:hover span { background: #4fd2c2 none repeat scroll 100% 0%; } /* -------------------------------------------------- [7. Features] ---------------------------------------------------- */ /* Default padding */ .features { padding: 70px 0 85px; } /* Image padding */ .features-img { padding: 0 90px 0 0; } .features-text { padding: 100px 20px 0 0; } /* Altering g-heading-v10 */ .features .features-text .g-heading-v10, .features .features-text .g-heading-v10 p { text-align: right; max-width: 100%; } /* features short-info blocks and its content */ .features-text .feature-shortinfo-icon { padding: 30px 0 10px; } .features-text .feature-shortinfo-text { padding: 0 0 20px 15px; } .features-text .feature-shortinfo-icon .fa { color: #4fd2c2; border: 1px solid #4fd2c2; border-radius: 50%; padding: 22px; } .features-text .feature-shortinfo-text h2 { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #000; } .features-text .feature-shortinfo-text p { font-size: 14px; color: #999; } /* Responsive mode */ @media (max-width: 992px) { .features-img { padding: 0; } .features-img img { margin: 0 auto; padding-right: 30px; } .features-text { text-align: center; } .features .features-text .g-heading-v10, .features .features-text .g-heading-v10 p { text-align: center; } } /* Default padding */ .why-ourapp { padding: 100px 0 0 0; } .why-ourapp .why-ourapp-text { /* Might require adding a padding-bottom value */ padding: 80px 0 0 0; } /* Altering g-heading-v10 */ .why-ourapp .why-ourapp-text .g-heading-v10, .why-ourapp .why-ourapp-text .g-heading-v10 p { text-align: right; } /* Removing margin-bottom space */ .why-ourapp-text .panel-group .panel { margin-bottom: -5px; border-radius: 0; max-width: 615px; } /* Giving the default background color of the tab content */ .why-ourapp-text .panel-default { border: none; box-shadow: none; background: #4fd2c2; } /* Giving the second background color of the tab content */ .why-ourapp-text .panel-default.bg-2 { background: #45c2b3; } /* Removing the top gray border */ .why-ourapp-text .panel-default > .panel-heading + .panel-collapse > .panel-body { border:none; padding: 10px 20px; } /* Giving white color to the tab content */ .why-ourapp-text .panel-default > .panel-heading + .panel-collapse > .panel-body p { color: #fff; font-size: 14px; } /* Changing the default color and background color of the heading */ .why-ourapp-text .acc-v1 .panel-heading a { background: #4fd2c2; text-transform: uppercase; color: #fff; font-weight: bold; padding: 20px; padding-right: 40px; font-size: 14px; } /* Changing the second color and background color of the heading */ .why-ourapp-text .acc-v1 .panel-default.bg-2 .panel-heading a { background: #45c2b3; } /* Controlling hover and focus controls */ .why-ourapp-text .acc-v1 .panel-heading a:hover, .why-ourapp-text .acc-v1 .panel-heading a:focus { color: #fff; text-decoration: none; } /* Changing icon on collapse */ .accordion-toggle { position: relative; } .accordion-toggle.collapsed:before { position: absolute; content: "\f068"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle.closed { position: relative; } .accordion-toggle.collapse:before { position: absolute; content: "\f067"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle { position: relative; } .accordion-toggle:before { position: absolute; content: "\f068"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle.collapsed { position: relative; } .accordion-toggle.collapsed:before { position: absolute; content: "\f067"; font-family: FontAwesome; top: 20px; right: 20px; } /* Responsive mode */ @media (max-width: 992px) { .why-ourapp-text .acc-v1 { margin-bottom: 30px; } .why-ourapp-img img { margin: 0 auto; } } /* -------------------------------------------------- [8. How it works] ---------------------------------------------------- */ /* Default padding */ .how-it-works { padding: 90px 0; } /* Altering g-heading-v10 */ .how-it-works .g-heading-v10 h3, .how-it-works .g-heading-v10 h3 span, .how-it-works .g-heading-v10 h1, .how-it-works .g-heading-v10 p { color: #fff; } /* Second Owl carousel */ .how-it-works .owl-slider-v4-hiw .item { text-align: center; } .how-it-works .owl-slider-v4-hiw .item img { max-width: 210px; text-align: center; margin-bottom: 10px; display: inline-block; } .how-it-works .owl-slider-v4-hiw .item h2 { text-transform: uppercase; color: #fff; font-size: 14px; font-weight: bold; } .how-it-works .owl-slider-v4-hiw .item p { font-size: 14px; color: #fff; opacity: 0.8; max-width: 740px; margin: 0 auto 30px; } .how-it-works .owl-slider-v4-hiw .item .btn-u { background: #fff; color: #000; } .how-it-works .owl-slider-v4-hiw .item .btn-u:hover { background: #f9f9f9; } /* Owl Controls */ .how-it-works .owl-theme .owl-controls .owl-buttons div { padding: 14px 17px; color: #4fd2c2; background: #fff; font-size: 10px; border-radius: 50%; cursor: pointer; } .how-it-works .owl-theme .owl-controls .owl-buttons div:hover, .how-it-works .owl-theme .owl-controls .owl-buttons div:focus { opacity: 0.9; } .how-it-works .owl-theme .owl-buttons i { margin-top: 2px; } .how-it-works .owl-theme .owl-controls .owl-buttons div { position: absolute; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-prev { right: 4%; top: 35%; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-next{ left: 4%; top: 35%; } /* Responsive mode */ @media (max-width:610px) { .how-it-works .owl-theme .owl-controls .owl-buttons .owl-prev { right: 0; top: 35%; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-next{ left: 0; top: 35%; } } /* Default padding */ .app-screens { padding: 90px 0; } /* Designing the cubeportfolio filter buttons */ .app-screens .cbp-l-filters-button { margin-bottom: 70px; border-bottom: 1px solid #f5f5f5; } /* On active */ .app-screens .cube-portfolio #filters-container .cbp-filter-item-active { background: transparent none repeat scroll 100% 0%; border: none; border-bottom: 1px solid #4fd2c2; color: #4fd2c2; } .app-screens .cbp-l-filters-button .cbp-filter-item { background-color: transparent; border: none; border-bottom: 1px solid transparent; text-transform: uppercase; color: #999; font-size: 11px; font-weight: bold; margin: 10px 12px -1px; padding: 0px 0 20px; border-radius: 0; } .app-screens .cbp-l-filters-button .cbp-filter-item:hover { color: #4fd2c2; } .app-screens .cbp-caption-fadeIn .cbp-caption-activeWrap { background-color: rgba(79,184,172, 0.6); transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; } .app-screens .cbp-l-caption-title { font-size: 50px; } /* -------------------------------------------------- [9. Subscribe] ---------------------------------------------------- */ /* Default padding */ .subscribe { padding: 90px 0 0; text-align: center; } .subscribe img { margin: 0 auto; } /* Input group */ .subscribe .input-group { max-width: 570px; margin: 0 auto 70px; } .subscribe .input-group .form-control { height: 45px; border: 1px solid transparent; border-radius: 10px; z-index: 0; padding-right: 20px; } .subscribe .input-group .form-control:focus { box-shadow: none; } .subscribe .input-group .btn-u.btn-sub { background: #4fd2c2; text-transform: uppercase; color: #fff; font-size: 11px; border-radius: 10px; font-weight: bold; padding: 15px 25px; max-height: 45px; margin-right:-10px; } .subscribe .input-group .btn-u.btn-sub:hover, .subscribe .input-group .btn-u.btn-sub:focus { background: #41b5a7; } /* -------------------------------------------------- [10 FAQ] ---------------------------------------------------- */ /* Default padding */ .faq { padding: 90px 100px 90px 0; } /* Altering g-heading-v10 */ .faq .g-heading-v10 h3, .faq .g-heading-v10 h1, .faq .g-heading-v10 p { text-align: right; max-width: none; } /* Tabs design */ .tab-v1 .nav-tabs { border-bottom: 1px solid #dedede; } .faq .tab-v1 .nav-tabs a { background-color: transparent; border: none; border-bottom: 1px solid transparent; text-transform: uppercase; color: #999; font-size: 11px; font-weight: bold; margin: 10px 0 1px 30px; padding: 0px 0 16px; border-radius: 0; } .tab-v1 .nav-tabs > li > a:hover, .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus { background: transparent none repeat scroll 100% 0%; border: none; border-bottom: 1px solid #4fd2c2; color: #4fd2c2; } /* Tab-in design */ .faq .tab-in { padding: 48px 0 40px; border-bottom: 1px solid #f5f5f5; } .faq .tab-in h4 { color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; } .faq .tab-in p { font-size: 14px; color: #999; margin-bottom: 30px; } .faq .tab-in a { color: #4fd2c2; text-transform: uppercase; font-size: 11px; font-weight: bold; } /* Responsive mode */ @media (max-width: 992px) { .faq { padding-right: 0; } } /* -------------------------------------------------- [11. Contact/footer] ---------------------------------------------------- */ /* Default padding */ .footer { padding: 90px 0 0; } /* Altering g-heading-v10 */ .footer .g-heading-v10 h3, .footer .g-heading-v10 h1, .footer .g-heading-v10 p, .footer .g-heading-v10 span { text-align: right; max-width: none; color: #fff; } .footer .g-heading-v10 h1 { line-height: 45px; } /* Form */ .footer .sky-form { padding-top: 30px; text-align: left; } .footer .form-control { background: transparent; border: 1px solid #fff; border-radius: 10px; padding: 9px 20px 9px 12px; } .footer input.form-control { height: 42px; } /* Form placeholder colors for different browsers */ .footer input.form-control::-webkit-input-placeholder, .footer textarea.form-control::-webkit-input-placeholder { color: #fff; } .footer input.form-control::-moz-placeholder, .footer textarea.form-control::-moz-placeholder { color: #fff; } /* Form button */ .footer .sky-form .btn-u { background: #fff; color: #000; } .footer .sky-form .btn-u:hover { background: #f9f9f9; } /* Responsive */ @media (max-width: 992px) { .footer .sky-form { text-align: center; } } .footer .sky-form .btn-u.btn-submit:hover { background: #f9f9f9; } /* On error state */ .footer .sky-form em.invalid { margin: 15px 0 30px; text-align: right; color: #ff3366; } .footer .sky-form .margin-bottom-30.state-error { margin-bottom: -10px; } .footer .sky-form .margin-bottom-30.state-error .form-control { border: 1px solid #fff; } /* Social links design */ .subfooter .social-list { margin: 0; padding: 15px 0 0; } .subfooter .social-item { width: 20%; float: right; height: 65px; transition: all 0.3s ease-in-out; } .subfooter .social-item:hover { height: 80px; margin-top: -15px; } .subfooter .social-item a { color: #fff; padding: 22px 0 15px; cursor: pointer; font-size: 16px; } .subfooter li.facebook { background: #6562a7; } .subfooter li.pin { background: #ff3366; } .subfooter li.dribbble { background: #d667cd; } .subfooter li.inst { background: #45c2b3; } .subfooter li.twitter { background: #01b9ff; } /*Success message*/ .sky-form .message { color: #fff; } .sky-form .message i { border: 1px solid #fff; } /*.sky-form.submited .message p { color: #ff; }*/
public/App/assets/css/rtl/app.style-rtl.css
body { font-family: "Open Sans", Arial, sans-serif; color: #999; } p, li, li a { color: #999; } a { color: #4fd2c2; text-decoration: none; } a, a:focus, a:hover, a:active { outline: 0 !important; } a:focus { text-decoration: none; } a:hover { color: #4fd2c2; text-decoration: underline; } /* Default highlight color */ ::-moz-selection { color: #fff; background: #4fd2c2; } ::selection { color: #fff; background: #4fd2c2; } .btn-u-upper { text-transform: uppercase; } .btn-u-lg.btn-u-upper, a.btn-u-lg.btn-u-upper { font-size: 12px; font-weight: bold; } /* General use classes */ .no-padding { padding: 0; } .no-side-padding { padding-right: 0; padding-left: 0; } @media (min-width: 600px) { .visible-2xs { display: none; } } @media (max-width: 600px) { .hidden-2xs { display: none; } .col-2xs-12 { width: 100%; } } @media (min-width: 500px) { .visible-3xs { display: none; } } @media (max-width: 500px) { .hidden-3xs { display: none; } } .g-color-default { color: #4fd2c2;} .g-bg-default { background: #4fd2c2;} .g-color-white { color: #fff !important;} .g-dp-table { display: table; } .g-dp-table-cell { display: table-cell; } .g-va-top { vertical-align: top; } .g-va-middle { vertical-align: middle; } .g-va-bottom { vertical-align: bottom; } .g-padding-5 { padding: 5px;} .g-padding-10 { padding: 10px;} .g-padding-15 { padding: 15px;} .g-padding-20 { padding: 20px;} .g-padding-25 { padding: 25px;} .g-padding-30 { padding: 30px;} .g-padding-35 { padding: 35px;} .g-padding-40 { padding: 40px;} .g-padding-45 { padding: 45px;} .g-padding-50 { padding: 50px;} .g-pt-10 { padding-top: 10px;} .g-pt-20 { padding-top: 20px;} .g-pt-30 { padding-top: 30px;} .g-pt-40 { padding-top: 40px;} .g-pt-50 { padding-top: 50px;} .g-pt-60 { padding-top: 60px;} .g-pt-70 { padding-top: 70px;} .g-pt-80 { padding-top: 80px;} .g-pt-85 { padding-top: 80px;} .g-pt-90 { padding-top: 90px;} .g-pt-100 { padding-top: 100px;} .g-pt-110 { padding-top: 110px;} .g-pt-120 { padding-top: 120px;} .g-pt-130 { padding-top: 130px;} .g-pt-140 { padding-top: 140px;} .g-pt-150 { padding-top: 150px;} .g-pt-160 { padding-top: 160px;} .g-pt-170 { padding-top: 170px;} .g-pb-10 { padding-bottom: 10px;} .g-pb-20 { padding-bottom: 20px;} .g-pb-30 { padding-bottom: 30px;} .g-pb-40 { padding-bottom: 40px;} .g-pb-50 { padding-bottom: 50px;} .g-pb-60 { padding-bottom: 60px;} .g-pb-70 { padding-bottom: 70px;} .g-pb-75 { padding-bottom: 75px;} .g-pb-80 { padding-bottom: 80px;} .g-pb-90 { padding-bottom: 90px;} .g-pb-100 { padding-bottom: 100px;} .g-pl-10 { padding-right: 10px;} .g-pl-20 { padding-right: 20px;} .g-pl-30 { padding-right: 30px;} .g-pl-40 { padding-right: 40px;} .g-pl-50 { padding-right: 50px;} .g-pl-60 { padding-right: 60px;} .g-pl-70 { padding-right: 70px;} .g-pl-80 { padding-right: 80px;} .g-pl-90 { padding-right: 90px;} .g-pl-100 { padding-right: 100px;} .g-pr-10 { padding-left: 10px;} .g-pr-20 { padding-left: 20px;} .g-pr-30 { padding-left: 30px;} .g-pr-40 { padding-left: 40px;} .g-pr-50 { padding-left: 50px;} .g-pr-60 { padding-left: 60px;} .g-pr-70 { padding-left: 70px;} .g-pr-80 { padding-left: 80px;} .g-pr-90 { padding-left: 90px;} .g-pr-100 { padding-left: 100px;} .g-mt-10 { margin-top: 10px;} .g-mt-20 { margin-top: 20px;} .g-mt-30 { margin-top: 30px;} .g-mt-40 { margin-top: 40px;} .g-mt-50 { margin-top: 50px;} .g-mt-60 { margin-top: 60px;} .g-mt-70 { margin-top: 70px;} .g-mt-80 { margin-top: 80px;} .g-mt-90 { margin-top: 90px;} .g-mt-100 { margin-top: 100px;} .g-mb-10 { margin-bottom: 10px;} .g-mb-15 { margin-bottom: 15px;} .g-mb-20 { margin-bottom: 20px;} .g-mb-25 { margin-bottom: 25px;} .g-mb-30 { margin-bottom: 30px;} .g-mb-35 { margin-bottom: 35px;} .g-mb-40 { margin-bottom: 40px;} .g-mb-45 { margin-bottom: 45px;} .g-mb-50 { margin-bottom: 50px;} .g-mb-55 { margin-bottom: 55px;} .g-mb-60 { margin-bottom: 60px;} .g-mb-65 { margin-bottom: 65px;} .g-mb-70 { margin-bottom: 70px;} .g-mb-75 { margin-bottom: 75px;} .g-mb-80 { margin-bottom: 80px;} .g-mb-85 { margin-bottom: 85px;} .g-mb-90 { margin-bottom: 90px;} .g-mb-95 { margin-bottom: 95px;} .g-mb-100 { margin-bottom: 100px;} .g-ml-10 { margin-right: 10px;} .g-ml-20 { margin-right: 20px;} .g-ml-30 { margin-right: 30px;} .g-ml-40 { margin-right: 40px;} .g-ml-50 { margin-right: 50px;} .g-ml-60 { margin-right: 60px;} .g-ml-70 { margin-right: 70px;} .g-ml-80 { margin-right: 80px;} .g-ml-90 { margin-right: 90px;} .g-ml-100 { margin-right: 100px;} .g-mr-10 { margin-left: 10px;} .g-mr-20 { margin-left: 20px;} .g-mr-30 { margin-left: 30px;} .g-mr-40 { margin-left: 40px;} .g-mr-50 { margin-left: 50px;} .g-mr-60 { margin-left: 60px;} .g-mr-70 { margin-left: 70px;} .g-mr-80 { margin-left: 80px;} .g-mr-90 { margin-left: 90px;} .g-mr-100 { margin-left: 100px;} @media(max-width: 992px) { .g-sm-mb-20 { margin-bottom: 20px; } .g-sm-mb-30 { margin-bottom: 30px; } } .g-section-bg-gray { background: #f8f8f8; } .g-display-inline-block { display: inline-block; } .g-display-table { display: table; width: 100%; } .g-display-td { display: table-cell; } .g-text-top { vertical-align: top; } .g-text-middle { vertical-align: middle; } .g-text-bottom { vertical-align: bottom; } .g-textarea-noresize { resize: none; } /* Overwriting g-heading-v10 */ .g-heading-v10 h2, .g-heading-v10 .h2 { text-transform: uppercase; font-size: 36px; color: #111; margin-bottom: 20px; line-height: 1.3; } .g-heading-v10 h2 .block-name { font-size: 11px; font-weight: bold; font-style: normal; margin: 0 0 15px; display: block; } .g-heading-v10 h2 .block-name span { color: #95e4da; } .g-heading-v10 p { margin: 0 auto; font-size: 16px; max-width: 760px; } /* Container fluids with two different background colors */ .container-fluid.with-bg-1 { background: #f5f5f5; } .container-fluid.with-bg-2 { background: #4fd2c2; } /* -------------------------------------------------- [2. Header] ---------------------------------------------------- */ /* Giving a min height */ @media (min-width: 992px) { .homeapp-header.one-page-header.navbar { padding: 23px 0px; transition: #000 0.3s ease-in-out 0s, padding 0.3s ease-in-out 0s; } .homeapp-header.one-page-header.top-nav-collapse { padding: 11px 0px; } } /* Overwriting background */ .homeapp-header.one-page-header { box-shadow: 0 3px 1px #ebebeb; background: #fff; } /* Overwriting navbar brand (logo) */ .homeapp-header.one-page-header .navbar-brand { line-height: 1; height: auto; } .navbar-brand > img { width: 130px; opacity: .8; } @media (min-width: 992px) { .homeapp-header.one-page-header .navbar-brand { padding: 0; } } /* Overwriting navbar menu */ .homeapp-header.one-page-header-style-2.navbar .navbar-nav { float: left; } /* Designing the a links */ .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { color: #222; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 7px 13px; } /* Removing before circles */ .homeapp-header.one-page-header .navbar-nav > li > a:before { display: none; } .homeapp-header.one-page-header .navbar-nav > li > a:hover { color: #4fd2c2; } .homeapp-header.one-page-header .navbar-nav > .active > a, .homeapp-header.one-page-header .navbar-nav > .active > a:hover, .homeapp-header.one-page-header .navbar-nav > .active > a:focus { z-index: 1; background: transparent none repeat scroll 100% 0%; color: #4fd2c2 !important; } /* Designing the button */ .homeapp-header.one-page-header .navbar-nav > li > a.btn-u { margin-right: 13px; color: #fff; background: #4fd2c2; } .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:hover, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:focus, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u:active, .homeapp-header.one-page-header .navbar-nav > li > a.btn-u.active { background: #41b5a7; color: #fff; } .homeapp-header.one-page-header.top-nav-collapse .navbar-toggle:hover .icon-bar { background: #000; } /* Responsive mode */ @media (max-width: 1200px) { .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { padding: 7px 10px; } } @media (max-width: 992px) { .homeapp-header.one-page-header .navbar-nav { padding-bottom: 20px; } .homeapp-header.one-page-header .navbar-nav > li > a, .homeapp-header.one-page-header .navbar-nav > li > a:focus { padding: 7px 0; } } @media (max-width: 992px) and (min-width: 990px) { /* Fixing the damage over 2 pixels right before the breakpoint */ .homeapp-header.one-page-header .navbar-nav > li > a { padding: 17px 5px 13px; font-size: 9px; } .homeapp-header.one-page-header .navbar-nav > li > a.btn-nav { font-size: 8px; padding: 5px 10px; } } @media (max-width: 990px) { /* Overwriting the toggle button */ .homeapp-header.one-page-header .navbar-toggle { margin: 15px 0 0; } .homeapp-header.one-page-header .navbar-toggle .icon-bar { height: 1px; background: #000; margin-bottom: 7px; } /* Removing margin for the navbar */ .homeapp-header.one-page-header-style-2.navbar .navbar-nav { margin: 0; } /* Controling the button */ .homeapp-header.one-page-header .navbar-nav > li > a.btn-nav { margin: 0 0 20px; max-width: 138px; } } /* -------------------------------------------------- [3. Banner] ---------------------------------------------------- */ .interactive-slider-v2 { z-index: 1; padding: 115px 0 0; background: #f5f5f5; } .interactive-slider-v2::after { display: none; } /* Designing the banner title */ .interactive-slider-v2 .promo-info { padding: 156px 20px 0; text-align: right; } .interactive-slider-v2 .promo-info h1 { color: #000; font-size: 36px; line-height: 45px; font-weight: normal; margin-bottom: 30px; } .interactive-slider-v2 .promo-info p { color: #999; font-size: 16px; font-weight: normal; line-height: 1.625; margin-bottom: 35px; } /* Designing the banner buttons */ .btn-u.btn-banner { padding: 10px 20px 17px; max-width: 180px; font-size: 13px; font-weight: bold; text-transform: uppercase; line-height: 0; border-radius: 10px; } .btn-u.btn-banner:hover, .btn-u.btn-banner:focus { color: #fff; } .btn-u.btn-banner .fa { margin: 0 0 0 10px; padding-top: 2px; vertical-align: middle; } .btn-u.btn-banner span { margin: 0 35px 0 0; font-size: 10px; font-weight: normal; color: #fff; opacity: 0.6; } .btn-u.btn-banner.btn-apple { background: #4fd2c2; margin-left: 30px; } .btn-u.btn-banner.btn-android { background: #6562a7; } /* The banner image */ .banner-img { padding-right: 45px; } /* Responsive mode */ @media (max-width: 1200px) { .btn-u.btn-banner { margin-bottom: 20px; } .interactive-slider-v2 .banner-img img { min-height: 640px; } } @media (max-width: 992px) { .interactive-slider-v2 img { margin: 0 auto; } .interactive-slider-v2 .promo-info { text-align: center; } } @media (max-width: 438px) { .btn-u.btn-banner.btn-apple { margin-left: 0; } } /* Designing short info blocks and its content */ .short-info { padding: 0; } .short-info img { width: 100%; } .short-info-bg-1 { background: #4fd2c2; } .short-info-bg-2 { background: #6562a7; } .short-info-bg-3 { background: #ff3366; } .short-info-bg-4 { background: #d667cd; } .short-info-text { padding: 40px 30px 40px 45px; } .short-info-text h2 { margin: 0 0 25px; color: #fff; text-transform: uppercase; font-size: 22px; font-weight: bold; } .short-info-text p { margin: 0; color: #fff; font-size: 14px; opacity: 0.8; } /* Responsive mode */ @media (max-width: 992px) { .short-info { margin: 0 0 20px; } } /* -------------------------------------------------- [5. Benefits] ---------------------------------------------------- */ /* Designing benefit box and its content */ .benefit-box { padding: 0 15px 30px; margin: 0; } .benefit { min-height: 280px; padding: 40px 35px; text-align: center; background: #f8f8f8; } .benefit .fa { color: #55d3c4; margin: 0 0 30px; } .benefit h3 { color: #000; font-size: 11px; font-weight: bold; margin: 0 0 25px; text-transform: uppercase; line-height: 15px; } .benefit p { color: #999; font-size: 14px; margin: 0; } /* -------------------------------------------------- [6. Why we] ---------------------------------------------------- */ /* Designing presentation section */ .our-presentation { text-align: center; padding: 192px 0; background: url(../../img-temp/presentation.jpg); background-size: cover; background-position: center center; } /* Designing the play button */ .our-presentation .btn-u.btn-play { border-radius: 50%; background: #4fd2c2; font-size: 12px; padding: 28px 33px; /* transition: all 0.2s ease-in; */ } .our-presentation .btn-u.btn-play:hover, .our-presentation .btn-u.btn-play:focus { background: #41b5a7; color: #fff; /* transform: scale(1.1); */ } /* Default padding */ .whats-new { padding: 90px 0; } /* Altering g-heading-v10 */ .whats-new .g-heading-v10 { margin-bottom: 45px; } /* Designing the owl carousel and its items */ .whats-new .owl-carousel-v4 .item { width: 270px; min-height: 480px; margin: 0 auto 15px; background: #4fd2c2; } /* Adding the plus sign */ .whats-new .owl-carousel-v4 .item:after { position: absolute; content: "+"; top: 40%; right: 45%; color: #fff; font-size: 50px; visibility: hidden; cursor: pointer; } .whats-new .owl-carousel-v4 .item img { width: 100%; height: 100%; } .whats-new .owl-carousel-v4 .item:hover img { opacity: 0.5; position: relative; } .whats-new .owl-carousel-v4 .item:hover:after { visibility: visible; } /* Owl controls */ .whats-new .owl-theme .owl-controls .owl-page span { width: 7px; height: 7px; opacity: 1; margin: 5px; background: #d8d8d8 none repeat scroll 100% 0%; } .whats-new .owl-theme .owl-controls .owl-page.active span, .whats-new .owl-theme .owl-controls.clickable .owl-page:hover span { background: #4fd2c2 none repeat scroll 100% 0%; } /* -------------------------------------------------- [7. Features] ---------------------------------------------------- */ /* Default padding */ .features { padding: 70px 0 85px; } /* Image padding */ .features-img { padding: 0 90px 0 0; } .features-text { padding: 100px 20px 0 0; } /* Altering g-heading-v10 */ .features .features-text .g-heading-v10, .features .features-text .g-heading-v10 p { text-align: right; max-width: 100%; } /* features short-info blocks and its content */ .features-text .feature-shortinfo-icon { padding: 30px 0 10px; } .features-text .feature-shortinfo-text { padding: 0 0 20px 15px; } .features-text .feature-shortinfo-icon .fa { color: #4fd2c2; border: 1px solid #4fd2c2; border-radius: 50%; padding: 22px; } .features-text .feature-shortinfo-text h2 { font-size: 14px; font-weight: bold; text-transform: uppercase; color: #000; } .features-text .feature-shortinfo-text p { font-size: 14px; color: #999; } /* Responsive mode */ @media (max-width: 992px) { .features-img { padding: 0; } .features-img img { margin: 0 auto; padding-right: 30px; } .features-text { text-align: center; } .features .features-text .g-heading-v10, .features .features-text .g-heading-v10 p { text-align: center; } } /* Default padding */ .why-ourapp { padding: 100px 0 0 0; } .why-ourapp .why-ourapp-text { /* Might require adding a padding-bottom value */ padding: 80px 0 0 0; } /* Altering g-heading-v10 */ .why-ourapp .why-ourapp-text .g-heading-v10, .why-ourapp .why-ourapp-text .g-heading-v10 p { text-align: right; } /* Removing margin-bottom space */ .why-ourapp-text .panel-group .panel { margin-bottom: -5px; border-radius: 0; max-width: 615px; } /* Giving the default background color of the tab content */ .why-ourapp-text .panel-default { border: none; box-shadow: none; background: #4fd2c2; } /* Giving the second background color of the tab content */ .why-ourapp-text .panel-default.bg-2 { background: #45c2b3; } /* Removing the top gray border */ .why-ourapp-text .panel-default > .panel-heading + .panel-collapse > .panel-body { border:none; padding: 10px 20px; } /* Giving white color to the tab content */ .why-ourapp-text .panel-default > .panel-heading + .panel-collapse > .panel-body p { color: #fff; font-size: 14px; } /* Changing the default color and background color of the heading */ .why-ourapp-text .acc-v1 .panel-heading a { background: #4fd2c2; text-transform: uppercase; color: #fff; font-weight: bold; padding: 20px; padding-right: 40px; font-size: 14px; } /* Changing the second color and background color of the heading */ .why-ourapp-text .acc-v1 .panel-default.bg-2 .panel-heading a { background: #45c2b3; } /* Controlling hover and focus controls */ .why-ourapp-text .acc-v1 .panel-heading a:hover, .why-ourapp-text .acc-v1 .panel-heading a:focus { color: #fff; text-decoration: none; } /* Changing icon on collapse */ .accordion-toggle { position: relative; } .accordion-toggle.collapsed:before { position: absolute; content: "\f068"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle.closed { position: relative; } .accordion-toggle.collapse:before { position: absolute; content: "\f067"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle { position: relative; } .accordion-toggle:before { position: absolute; content: "\f068"; font-family: FontAwesome; top: 20px; right: 20px; } .accordion-toggle.collapsed { position: relative; } .accordion-toggle.collapsed:before { position: absolute; content: "\f067"; font-family: FontAwesome; top: 20px; right: 20px; } /* Responsive mode */ @media (max-width: 992px) { .why-ourapp-text .acc-v1 { margin-bottom: 30px; } .why-ourapp-img img { margin: 0 auto; } } /* -------------------------------------------------- [8. How it works] ---------------------------------------------------- */ /* Default padding */ .how-it-works { padding: 90px 0; } /* Altering g-heading-v10 */ .how-it-works .g-heading-v10 h3, .how-it-works .g-heading-v10 h3 span, .how-it-works .g-heading-v10 h1, .how-it-works .g-heading-v10 p { color: #fff; } /* Second Owl carousel */ .how-it-works .owl-slider-v4-hiw .item { text-align: center; } .how-it-works .owl-slider-v4-hiw .item img { max-width: 210px; text-align: center; margin-bottom: 10px; display: inline-block; } .how-it-works .owl-slider-v4-hiw .item h2 { text-transform: uppercase; color: #fff; font-size: 14px; font-weight: bold; } .how-it-works .owl-slider-v4-hiw .item p { font-size: 14px; color: #fff; opacity: 0.8; max-width: 740px; margin: 0 auto 30px; } .how-it-works .owl-slider-v4-hiw .item .btn-u { background: #fff; color: #000; } .how-it-works .owl-slider-v4-hiw .item .btn-u:hover { background: #f9f9f9; } /* Owl Controls */ .how-it-works .owl-theme .owl-controls .owl-buttons div { padding: 14px 17px; color: #4fd2c2; background: #fff; font-size: 10px; border-radius: 50%; cursor: pointer; } .how-it-works .owl-theme .owl-controls .owl-buttons div:hover, .how-it-works .owl-theme .owl-controls .owl-buttons div:focus { opacity: 0.9; } .how-it-works .owl-theme .owl-buttons i { margin-top: 2px; } .how-it-works .owl-theme .owl-controls .owl-buttons div { position: absolute; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-prev { right: 4%; top: 35%; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-next{ left: 4%; top: 35%; } /* Responsive mode */ @media (max-width:610px) { .how-it-works .owl-theme .owl-controls .owl-buttons .owl-prev { right: 0; top: 35%; } .how-it-works .owl-theme .owl-controls .owl-buttons .owl-next{ left: 0; top: 35%; } } /* Default padding */ .app-screens { padding: 90px 0; } /* Designing the cubeportfolio filter buttons */ .app-screens .cbp-l-filters-button { margin-bottom: 70px; border-bottom: 1px solid #f5f5f5; } /* On active */ .app-screens .cube-portfolio #filters-container .cbp-filter-item-active { background: transparent none repeat scroll 100% 0%; border: none; border-bottom: 1px solid #4fd2c2; color: #4fd2c2; } .app-screens .cbp-l-filters-button .cbp-filter-item { background-color: transparent; border: none; border-bottom: 1px solid transparent; text-transform: uppercase; color: #999; font-size: 11px; font-weight: bold; margin: 10px 12px -1px; padding: 0px 0 20px; border-radius: 0; } .app-screens .cbp-l-filters-button .cbp-filter-item:hover { color: #4fd2c2; } .app-screens .cbp-caption-fadeIn .cbp-caption-activeWrap { background-color: rgba(79,184,172, 0.6); transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; } .app-screens .cbp-l-caption-title { font-size: 50px; } /* -------------------------------------------------- [9. Subscribe] ---------------------------------------------------- */ /* Default padding */ .subscribe { padding: 90px 0 0; text-align: center; } .subscribe img { margin: 0 auto; } /* Input group */ .subscribe .input-group { max-width: 570px; margin: 0 auto 70px; } .subscribe .input-group .form-control { height: 45px; border: 1px solid transparent; border-radius: 10px; z-index: 0; padding-right: 20px; } .subscribe .input-group .form-control:focus { box-shadow: none; } .subscribe .input-group .btn-u.btn-sub { background: #4fd2c2; text-transform: uppercase; color: #fff; font-size: 11px; border-radius: 10px; font-weight: bold; padding: 15px 25px; max-height: 45px; margin-right:-10px; } .subscribe .input-group .btn-u.btn-sub:hover, .subscribe .input-group .btn-u.btn-sub:focus { background: #41b5a7; } /* -------------------------------------------------- [10 FAQ] ---------------------------------------------------- */ /* Default padding */ .faq { padding: 90px 100px 90px 0; } /* Altering g-heading-v10 */ .faq .g-heading-v10 h3, .faq .g-heading-v10 h1, .faq .g-heading-v10 p { text-align: right; max-width: none; } /* Tabs design */ .tab-v1 .nav-tabs { border-bottom: 1px solid #dedede; } .faq .tab-v1 .nav-tabs a { background-color: transparent; border: none; border-bottom: 1px solid transparent; text-transform: uppercase; color: #999; font-size: 11px; font-weight: bold; margin: 10px 0 1px 30px; padding: 0px 0 16px; border-radius: 0; } .tab-v1 .nav-tabs > li > a:hover, .tab-v1 .nav-tabs > .active > a, .tab-v1 .nav-tabs > .active > a:hover, .tab-v1 .nav-tabs > .active > a:focus { background: transparent none repeat scroll 100% 0%; border: none; border-bottom: 1px solid #4fd2c2; color: #4fd2c2; } /* Tab-in design */ .faq .tab-in { padding: 48px 0 40px; border-bottom: 1px solid #f5f5f5; } .faq .tab-in h4 { color: #000; font-size: 14px; font-weight: bold; text-transform: uppercase; } .faq .tab-in p { font-size: 14px; color: #999; margin-bottom: 30px; } .faq .tab-in a { color: #4fd2c2; text-transform: uppercase; font-size: 11px; font-weight: bold; } /* Responsive mode */ @media (max-width: 992px) { .faq { padding-right: 0; } } /* -------------------------------------------------- [11. Contact/footer] ---------------------------------------------------- */ /* Default padding */ .footer { padding: 90px 0 0; } /* Altering g-heading-v10 */ .footer .g-heading-v10 h3, .footer .g-heading-v10 h1, .footer .g-heading-v10 p, .footer .g-heading-v10 span { text-align: right; max-width: none; color: #fff; } .footer .g-heading-v10 h1 { line-height: 45px; } /* Form */ .footer .sky-form { padding-top: 30px; text-align: left; } .footer .form-control { background: transparent; border: 1px solid #fff; border-radius: 10px; padding: 9px 20px 9px 12px; } .footer input.form-control { height: 42px; } /* Form placeholder colors for different browsers */ .footer input.form-control::-webkit-input-placeholder, .footer textarea.form-control::-webkit-input-placeholder { color: #fff; } .footer input.form-control::-moz-placeholder, .footer textarea.form-control::-moz-placeholder { color: #fff; } /* Form button */ .footer .sky-form .btn-u { background: #fff; color: #000; } .footer .sky-form .btn-u:hover { background: #f9f9f9; } /* Responsive */ @media (max-width: 992px) { .footer .sky-form { text-align: center; } } .footer .sky-form .btn-u.btn-submit:hover { background: #f9f9f9; } /* On error state */ .footer .sky-form em.invalid { margin: 15px 0 30px; text-align: right; color: #ff3366; } .footer .sky-form .margin-bottom-30.state-error { margin-bottom: -10px; } .footer .sky-form .margin-bottom-30.state-error .form-control { border: 1px solid #fff; } /* Social links design */ .subfooter .social-list { margin: 0; padding: 15px 0 0; } .subfooter .social-item { width: 20%; float: right; height: 65px; transition: all 0.3s ease-in-out; } .subfooter .social-item:hover { height: 80px; margin-top: -15px; } .subfooter .social-item a { color: #fff; padding: 22px 0 15px; cursor: pointer; font-size: 16px; } .subfooter li.facebook { background: #6562a7; } .subfooter li.pin { background: #ff3366; } .subfooter li.dribbble { background: #d667cd; } .subfooter li.inst { background: #45c2b3; } .subfooter li.twitter { background: #01b9ff; } /*Success message*/ .sky-form .message { color: #fff; } .sky-form .message i { border: 1px solid #fff; } /*.sky-form.submited .message p { color: #ff; }*/
0.342242
0.139309
body { font-family: 'Mada', sans-serif; background-color: rgb(0,0,60); color: rgb(247,188,136); min-width: 1100px; } header { display: flex; flex-direction: column; align-items: center; padding: 20px; } #title { font-family: 'Luckiest Guy', cursive; font-size: 52px; color: rgb(247, 188, 136); } .content { display: flex; justify-content: center; } canvas { background-image: url('court_small.png'); background-color: rgb(247,188,136); background-repeat: no-repeat; background-position: bottom; } .menu { padding: 0 20px; min-width: 300px; width: 300px; max-width: 300px; height: 705px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-size: 24px; } .player-menu { display: none; margin-top: 15px; } #player-container { display: flex; flex-direction: column; align-items: center; border: rgb(247,188,136) 1px solid; border-radius: 20px; padding: 10px; margin-bottom: 15px; } #list-search { height: 32px; font-size: 24px; width: 100%; background-color: rgb(128,128,128); color: rgb(0,0,60); } #list-search::placeholder { color: rgb(0,0,60,0.5); opacity: 1; } #list-search:-ms-input-placeholder { color: rgb(0,0,60,0.5); } #list-search::-ms-input-placeholder { color: rgb(0,0,60,0.5); } #player-list { width: 100%; margin-top: 10px; margin-bottom: 10px; height: 342px; overflow-y: auto; } .player-name { display: block; text-align: center; } .player-name:hover { cursor: pointer; background: rgb(128,128,128); color: rgb(0,0,60); } #player-speed { text-align: right; height: 32px; font-size: 24px; } #player-speed::-webkit-inner-spin-button, #player-speed::-webkit-outer-spin-button { -webkit-appearance: none; } #player-speed { -moz-appearance: textfield; color: rgb(0,0,60); background-color: rgb(128,128,128); margin-bottom: 15px; } .slider-container { width: 100%; margin-top: 15px; margin-bottom: 15px; border: rgb(247,188,136) 1px solid; border-radius: 20px; text-align: center; padding: 10px 0; } .slider { -webkit-appearance: none; width: 80%; height: 8px; border-radius: 5px; background: rgb(128,128,128); outline: none; margin-bottom: 15px; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background-color: rgb(247,188,136); cursor: pointer; transition: 1s; } .slider::-webkit-slider-thumb:active { background-color: white; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: rgb(247,188,136); cursor: pointer; transition: 1s; } .slider::-moz-range-thumb:active { background-color: white; } #time-text { color: rgb(247,188,136); text-align: center; } .instructions { text-align: left; font-size: 20px; margin-bottom: 15px; } .explanation { display: flex; flex-direction: column; align-items: center; } .explanation p { max-width: 1250px; text-align: left; margin-top: 24px; padding: 10px; } footer { margin-bottom: 20px; } .show { display: flex; flex-direction: column; align-items: center; } dialog { background: white; border-radius: 20px; width: 1100px; } dialog section { display: flex; flex-direction: column; align-items: center; } .modalButton { display: flex; justify-content: center; background-color: rgb(247,188,136); color: rgb(0,0,60); border: 1px solid rgb(247,188,136); border-radius: 20px; padding: 15px; transition: .5s; } .modalButton:hover { cursor: pointer; background-color: rgb(0,0,60); color: rgb(247,188,136); } .logos{ font-size: 36px; color: rgb(247, 188, 136); margin-right: 16px; transition: color .5s; } .logos:hover { color: white; }
assets/ballernoi.css
body { font-family: 'Mada', sans-serif; background-color: rgb(0,0,60); color: rgb(247,188,136); min-width: 1100px; } header { display: flex; flex-direction: column; align-items: center; padding: 20px; } #title { font-family: 'Luckiest Guy', cursive; font-size: 52px; color: rgb(247, 188, 136); } .content { display: flex; justify-content: center; } canvas { background-image: url('court_small.png'); background-color: rgb(247,188,136); background-repeat: no-repeat; background-position: bottom; } .menu { padding: 0 20px; min-width: 300px; width: 300px; max-width: 300px; height: 705px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; font-size: 24px; } .player-menu { display: none; margin-top: 15px; } #player-container { display: flex; flex-direction: column; align-items: center; border: rgb(247,188,136) 1px solid; border-radius: 20px; padding: 10px; margin-bottom: 15px; } #list-search { height: 32px; font-size: 24px; width: 100%; background-color: rgb(128,128,128); color: rgb(0,0,60); } #list-search::placeholder { color: rgb(0,0,60,0.5); opacity: 1; } #list-search:-ms-input-placeholder { color: rgb(0,0,60,0.5); } #list-search::-ms-input-placeholder { color: rgb(0,0,60,0.5); } #player-list { width: 100%; margin-top: 10px; margin-bottom: 10px; height: 342px; overflow-y: auto; } .player-name { display: block; text-align: center; } .player-name:hover { cursor: pointer; background: rgb(128,128,128); color: rgb(0,0,60); } #player-speed { text-align: right; height: 32px; font-size: 24px; } #player-speed::-webkit-inner-spin-button, #player-speed::-webkit-outer-spin-button { -webkit-appearance: none; } #player-speed { -moz-appearance: textfield; color: rgb(0,0,60); background-color: rgb(128,128,128); margin-bottom: 15px; } .slider-container { width: 100%; margin-top: 15px; margin-bottom: 15px; border: rgb(247,188,136) 1px solid; border-radius: 20px; text-align: center; padding: 10px 0; } .slider { -webkit-appearance: none; width: 80%; height: 8px; border-radius: 5px; background: rgb(128,128,128); outline: none; margin-bottom: 15px; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 25px; border-radius: 50%; background-color: rgb(247,188,136); cursor: pointer; transition: 1s; } .slider::-webkit-slider-thumb:active { background-color: white; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: rgb(247,188,136); cursor: pointer; transition: 1s; } .slider::-moz-range-thumb:active { background-color: white; } #time-text { color: rgb(247,188,136); text-align: center; } .instructions { text-align: left; font-size: 20px; margin-bottom: 15px; } .explanation { display: flex; flex-direction: column; align-items: center; } .explanation p { max-width: 1250px; text-align: left; margin-top: 24px; padding: 10px; } footer { margin-bottom: 20px; } .show { display: flex; flex-direction: column; align-items: center; } dialog { background: white; border-radius: 20px; width: 1100px; } dialog section { display: flex; flex-direction: column; align-items: center; } .modalButton { display: flex; justify-content: center; background-color: rgb(247,188,136); color: rgb(0,0,60); border: 1px solid rgb(247,188,136); border-radius: 20px; padding: 15px; transition: .5s; } .modalButton:hover { cursor: pointer; background-color: rgb(0,0,60); color: rgb(247,188,136); } .logos{ font-size: 36px; color: rgb(247, 188, 136); margin-right: 16px; transition: color .5s; } .logos:hover { color: white; }
0.485112
0.066266
div.tiqitCalendar { background-color: white; border: black outset 1px; position: fixed; font-size: 90%; -moz-border-radius: 10px; } div.tiqitCalendarShadow { opacity: 0.4; position: fixed; background-color: black; -moz-border-radius: 10px; border: solid black 1px; } /* Header styles */ div.tiqitCalendar .tiqitCalendarHead { background-color: #5599EE; border: solid #5599EE 2px; white-space: nowrap; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; } /* Nav styles */ div.tiqitCalendar .tiqitCalendarNav { float: left; margin-left: 2px; } div.tiqitCalendar .tiqitCalendarNav img { padding-top: 2px; padding-bottom: 2px; border: solid transparent 1px; -moz-border-radius: 4px; } div.tiqitCalendar .tiqitCalendarNav img:hover { border: black outset 1px; background-color: #66AAFF; cursor: pointer; } div.tiqitCalendar .tiqitCalendarNav img:active { border: black inset 1px; background-color: #3388DD; cursor: pointer; } /* Title styles */ div.tiqitCalendar .tiqitCalendarTitle { padding: 0.1em; display: block; font-weight: bold; } /* Toggler styles */ div.tiqitCalendar .tiqitCalendarTimeToggler { float: right; cursor: pointer; } /* Table styles */ div.tiqitCalendar table { font-size: 90%; text-align: center; border-collapse: collapse; margin-left: 0.5em; margin-bottom: 0.5em; margin-right: 0.5em; } div.tiqitCalendar table th { border-bottom: solid lightgrey 2px; } div.tiqitCalendar table td { cursor: pointer; min-width: 20px; min-height: 20px; } div.tiqitCalendar table tbody td:hover { background-color: #ffe87c !important; } div.tiqitCalendar table tbody tr:hover { background-color: #f8f8f8 !important; } div.tiqitCalendar table col:hover { background-color: #f8f8f8; } div.tiqitCalendar table tbody td.selected { background: url('../images/selected-20x16.png') no-repeat center; overflow: visible; } div.tiqitCalendar table tbody td.today { background-color: #c3fdb8; } div.tiqitCalendar table td.othermonth { opacity: 0.3; } /* Clock styles */ div.tiqitCalendar .tiqitCalendarClock { border-top: solid lightgrey 2px; margin: 0 0.5em 1px 0.5em; } div.tiqitCalendar .tiqitCalendarClockElement { border: solid darkgrey 1px; margin: 1px; padding: 1px 0; cursor: pointer; } div.tiqitCalendar span.tiqitCalendarClockElement:hover { background-color: #ffe87c; } div.tiqitCalendar span.tiqitCalendarClockElement:active { background-color: #5599EE; } div.tiqitCalendar .tiqitCalendarClock select { margin-left: 0.5em; }
static/styles/calendar.css
div.tiqitCalendar { background-color: white; border: black outset 1px; position: fixed; font-size: 90%; -moz-border-radius: 10px; } div.tiqitCalendarShadow { opacity: 0.4; position: fixed; background-color: black; -moz-border-radius: 10px; border: solid black 1px; } /* Header styles */ div.tiqitCalendar .tiqitCalendarHead { background-color: #5599EE; border: solid #5599EE 2px; white-space: nowrap; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; } /* Nav styles */ div.tiqitCalendar .tiqitCalendarNav { float: left; margin-left: 2px; } div.tiqitCalendar .tiqitCalendarNav img { padding-top: 2px; padding-bottom: 2px; border: solid transparent 1px; -moz-border-radius: 4px; } div.tiqitCalendar .tiqitCalendarNav img:hover { border: black outset 1px; background-color: #66AAFF; cursor: pointer; } div.tiqitCalendar .tiqitCalendarNav img:active { border: black inset 1px; background-color: #3388DD; cursor: pointer; } /* Title styles */ div.tiqitCalendar .tiqitCalendarTitle { padding: 0.1em; display: block; font-weight: bold; } /* Toggler styles */ div.tiqitCalendar .tiqitCalendarTimeToggler { float: right; cursor: pointer; } /* Table styles */ div.tiqitCalendar table { font-size: 90%; text-align: center; border-collapse: collapse; margin-left: 0.5em; margin-bottom: 0.5em; margin-right: 0.5em; } div.tiqitCalendar table th { border-bottom: solid lightgrey 2px; } div.tiqitCalendar table td { cursor: pointer; min-width: 20px; min-height: 20px; } div.tiqitCalendar table tbody td:hover { background-color: #ffe87c !important; } div.tiqitCalendar table tbody tr:hover { background-color: #f8f8f8 !important; } div.tiqitCalendar table col:hover { background-color: #f8f8f8; } div.tiqitCalendar table tbody td.selected { background: url('../images/selected-20x16.png') no-repeat center; overflow: visible; } div.tiqitCalendar table tbody td.today { background-color: #c3fdb8; } div.tiqitCalendar table td.othermonth { opacity: 0.3; } /* Clock styles */ div.tiqitCalendar .tiqitCalendarClock { border-top: solid lightgrey 2px; margin: 0 0.5em 1px 0.5em; } div.tiqitCalendar .tiqitCalendarClockElement { border: solid darkgrey 1px; margin: 1px; padding: 1px 0; cursor: pointer; } div.tiqitCalendar span.tiqitCalendarClockElement:hover { background-color: #ffe87c; } div.tiqitCalendar span.tiqitCalendarClockElement:active { background-color: #5599EE; } div.tiqitCalendar .tiqitCalendarClock select { margin-left: 0.5em; }
0.389895
0.092033
/* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /** Remove the inner padding in Chrome and Safari on macOS. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: Outfit, sans-serif; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #a1a1aa; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #a1a1aa; } input::placeholder, textarea::placeholder { opacity: 1; color: #a1a1aa; } button, [role="button"] { cursor: pointer; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } *, ::before, ::after { --tw-border-opacity: 1; border-color: rgba(228, 228, 231, var(--tw-border-opacity)); } a:hover { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } ol, ul { list-style-type: disc; } h1 { font-size: 1.875rem !important; } h2 { font-size: 1.5rem !important; } h3 { font-size: 1.25rem !important; } h4 { font-size: 1.125rem !important; } h5 { font-size: 1rem !important; } h6 { font-size: .875rem !important; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .z-10 { z-index: 10; } .m-auto { margin: auto; } .my-12 { margin-top: 3rem; margin-bottom: 3rem; } .mt-2 { margin-top: 0.5rem; } .mt-7 { margin-top: 1.75rem; } .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; } .mr-3 { margin-right: 0.75rem; } .mr-5 { margin-right: 1.25rem; } .mr-6 { margin-right: 1.5rem; } .mr-10 { margin-right: 2.5rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-4 { margin-bottom: 1rem; } .mb-5 { margin-bottom: 1.25rem; } .mb-7 { margin-bottom: 1.75rem; } .mb-8 { margin-bottom: 2rem; } .mb-9 { margin-bottom: 2.25rem; } .mb-12 { margin-bottom: 3rem; } .mb-16 { margin-bottom: 4rem; } .mb-20 { margin-bottom: 5rem; } .last\:mr-0:last-child { margin-right: 0px; } .box-border { box-sizing: border-box; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .table { display: table; } .grid { display: grid; } .list-item { display: list-item; } .hidden { display: none; } .h-6 { height: 1.5rem; } .h-8 { height: 2rem; } .h-10 { height: 2.5rem; } .h-36 { height: 9rem; } .h-3\/4 { height: 75%; } .h-screen { height: 100vh; } .w-6 { width: 1.5rem; } .w-36 { width: 9rem; } .w-full { width: 100%; } .w-screen { width: 100vw; } .max-w-sm { max-width: 24rem; } .max-w-lg { max-width: 32rem; } .max-w-2xl { max-width: 42rem; } .max-w-3xl { max-width: 48rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-screen-2xl { max-width: 1536px; } .transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } @-webkit-keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fade-in-up { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fade-in-up { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .animate-fade-in-up { -webkit-animation: fade-in-up 1s ease-out; animation: fade-in-up 1s ease-out; } .list-none { list-style-type: none; } .list-disc { list-style-type: disc; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .gap-4 { gap: 1rem; } .overflow-y-hidden { overflow-y: hidden; } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-accent { --tw-border-opacity: 1; border-color: rgba(230, 70, 38, var(--tw-border-opacity)); } .border-gray-200 { --tw-border-opacity: 1; border-color: rgba(228, 228, 231, var(--tw-border-opacity)); } .border-opacity-0 { --tw-border-opacity: 0; } .hover\:border-opacity-100:hover { --tw-border-opacity: 1; } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-accent { --tw-bg-opacity: 1; background-color: rgba(230, 70, 38, var(--tw-bg-opacity)); } .bg-cloud { --tw-bg-opacity: 1; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); } .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgba(250, 250, 250, var(--tw-bg-opacity)); } .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgba(244, 244, 245, var(--tw-bg-opacity)); } .hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .object-scale-down { -o-object-fit: scale-down; object-fit: scale-down; } .p-2 { padding: 0.5rem; } .p-4 { padding: 1rem; } .p-5 { padding: 1.25rem; } .p-8 { padding: 2rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py-7 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .pt-2 { padding-top: 0.5rem; } .pt-4 { padding-top: 1rem; } .pt-6 { padding-top: 1.5rem; } .pt-8 { padding-top: 2rem; } .pt-10 { padding-top: 2.5rem; } .pt-12 { padding-top: 3rem; } .pt-14 { padding-top: 3.5rem; } .pt-16 { padding-top: 4rem; } .pb-1 { padding-bottom: 0.25rem; } .pb-4 { padding-bottom: 1rem; } .pb-5 { padding-bottom: 1.25rem; } .pb-7 { padding-bottom: 1.75rem; } .pb-20 { padding-bottom: 5rem; } .pl-4 { padding-left: 1rem; } .pl-16 { padding-left: 4rem; } .text-center { text-align: center; } .font-sans { font-family: Outfit, sans-serif; } .font-display { font-family: Inter, display; } .font-serif { font-family: Lora, serif; } .text-xxs { font-size: .55rem; } .text-xs { font-size: .75rem; } .text-sm { font-size: .875rem; } .text-base { font-size: 1rem; } .text-lg { font-size: 1.125rem; } .text-xl { font-size: 1.25rem; } .text-2xl { font-size: 1.5rem; } .text-4xl { font-size: 2.25rem; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .italic { font-style: italic; } .leading-5 { line-height: 1.25rem; } .leading-tight { line-height: 1.25; } .leading-snug { line-height: 1.375; } .leading-relaxed { line-height: 1.625; } .tracking-wide { letter-spacing: 0.025em; } .tracking-widest { letter-spacing: 0.1em; } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-black { --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .text-accent { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } .text-textcloud { --tw-text-opacity: 1; color: rgba(153, 153, 153, var(--tw-text-opacity)); } .text-gray-500 { --tw-text-opacity: 1; color: rgba(113, 113, 122, var(--tw-text-opacity)); } .text-gray-600 { --tw-text-opacity: 1; color: rgba(82, 82, 91, var(--tw-text-opacity)); } .hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .hover\:text-accent:hover { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } .underline { text-decoration: underline; } *, ::before, ::after { --tw-shadow: 0 0 #0000; } *, ::before, ::after { --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } @media (min-width: 640px) { .sm\:block { display: block; } .sm\:hidden { display: none; } .sm\:pr-2 { padding-right: 0.5rem; } .sm\:pl-4 { padding-left: 1rem; } } @media (min-width: 768px) { .md\:my-16 { margin-top: 4rem; margin-bottom: 4rem; } .md\:mt-0 { margin-top: 0px; } .md\:mt-16 { margin-top: 4rem; } .md\:mt-20 { margin-top: 5rem; } .md\:mb-5 { margin-bottom: 1.25rem; } .md\:mb-6 { margin-bottom: 1.5rem; } .md\:mb-32 { margin-bottom: 8rem; } .md\:ml-52 { margin-left: 13rem; } .md\:block { display: block; } .md\:flex { display: flex; } .md\:h-16 { height: 4rem; } .md\:h-screen { height: 100vh; } .md\:w-96 { width: 24rem; } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:justify-between { justify-content: space-between; } .md\:p-6 { padding: 1.5rem; } .md\:p-14 { padding: 3.5rem; } .md\:px-16 { padding-left: 4rem; padding-right: 4rem; } .md\:px-24 { padding-left: 6rem; padding-right: 6rem; } .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .md\:pt-8 { padding-top: 2rem; } .md\:pt-12 { padding-top: 3rem; } .md\:pt-20 { padding-top: 5rem; } .md\:pl-10 { padding-left: 2.5rem; } .md\:text-left { text-align: left; } .md\:text-xs { font-size: .75rem; } .md\:text-sm { font-size: .875rem; } .md\:text-base { font-size: 1rem; } .md\:text-lg { font-size: 1.125rem; } .md\:text-xl { font-size: 1.25rem; } .md\:text-2xl { font-size: 1.5rem; } .md\:text-4xl { font-size: 2.25rem; } .md\:text-5xl { font-size: 3rem; } .md\:leading-normal { line-height: 1.5; } } @media (min-width: 1024px) { .lg\:h-40 { height: 10rem; } .lg\:w-40 { width: 10rem; } .lg\:w-52 { width: 13rem; } .lg\:px-32 { padding-left: 8rem; padding-right: 8rem; } .lg\:pt-28 { padding-top: 7rem; } .lg\:tracking-tight { letter-spacing: -0.025em; } } @media (min-width: 1280px) { } @media (min-width: 1536px) { }
static/css/style.css
/* Document ======== */ /** Use a better box model (opinionated). */ *, ::before, ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body { font-family: system-ui, -apple-system, /* Firefox supports this but not yet `system-ui` */ 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ b, strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ code, kbd, samp, pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ button, [type='button'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ /** Remove the inner padding in Chrome and Safari on macOS. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: Outfit, sans-serif; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color: #a1a1aa; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { opacity: 1; color: #a1a1aa; } input::placeholder, textarea::placeholder { opacity: 1; color: #a1a1aa; } button, [role="button"] { cursor: pointer; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } *, ::before, ::after { --tw-border-opacity: 1; border-color: rgba(228, 228, 231, var(--tw-border-opacity)); } a:hover { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } ol, ul { list-style-type: disc; } h1 { font-size: 1.875rem !important; } h2 { font-size: 1.5rem !important; } h3 { font-size: 1.25rem !important; } h4 { font-size: 1.125rem !important; } h5 { font-size: 1rem !important; } h6 { font-size: .875rem !important; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .z-10 { z-index: 10; } .m-auto { margin: auto; } .my-12 { margin-top: 3rem; margin-bottom: 3rem; } .mt-2 { margin-top: 0.5rem; } .mt-7 { margin-top: 1.75rem; } .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; } .mr-3 { margin-right: 0.75rem; } .mr-5 { margin-right: 1.25rem; } .mr-6 { margin-right: 1.5rem; } .mr-10 { margin-right: 2.5rem; } .mb-2 { margin-bottom: 0.5rem; } .mb-4 { margin-bottom: 1rem; } .mb-5 { margin-bottom: 1.25rem; } .mb-7 { margin-bottom: 1.75rem; } .mb-8 { margin-bottom: 2rem; } .mb-9 { margin-bottom: 2.25rem; } .mb-12 { margin-bottom: 3rem; } .mb-16 { margin-bottom: 4rem; } .mb-20 { margin-bottom: 5rem; } .last\:mr-0:last-child { margin-right: 0px; } .box-border { box-sizing: border-box; } .block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .table { display: table; } .grid { display: grid; } .list-item { display: list-item; } .hidden { display: none; } .h-6 { height: 1.5rem; } .h-8 { height: 2rem; } .h-10 { height: 2.5rem; } .h-36 { height: 9rem; } .h-3\/4 { height: 75%; } .h-screen { height: 100vh; } .w-6 { width: 1.5rem; } .w-36 { width: 9rem; } .w-full { width: 100%; } .w-screen { width: 100vw; } .max-w-sm { max-width: 24rem; } .max-w-lg { max-width: 32rem; } .max-w-2xl { max-width: 42rem; } .max-w-3xl { max-width: 48rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-screen-2xl { max-width: 1536px; } .transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } @-webkit-keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @-webkit-keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes fade-in { 0% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fade-in-up { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } @keyframes fade-in-up { 0% { opacity: 0; transform: translateY(20px); } 100% { opacity: 1; transform: translateY(0); } } .animate-fade-in-up { -webkit-animation: fade-in-up 1s ease-out; animation: fade-in-up 1s ease-out; } .list-none { list-style-type: none; } .list-disc { list-style-type: disc; } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .flex-wrap { flex-wrap: wrap; } .items-center { align-items: center; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .gap-4 { gap: 1rem; } .overflow-y-hidden { overflow-y: hidden; } .truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .border-b-2 { border-bottom-width: 2px; } .border-l-2 { border-left-width: 2px; } .border-accent { --tw-border-opacity: 1; border-color: rgba(230, 70, 38, var(--tw-border-opacity)); } .border-gray-200 { --tw-border-opacity: 1; border-color: rgba(228, 228, 231, var(--tw-border-opacity)); } .border-opacity-0 { --tw-border-opacity: 0; } .hover\:border-opacity-100:hover { --tw-border-opacity: 1; } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-accent { --tw-bg-opacity: 1; background-color: rgba(230, 70, 38, var(--tw-bg-opacity)); } .bg-cloud { --tw-bg-opacity: 1; background-color: rgba(238, 238, 238, var(--tw-bg-opacity)); } .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgba(250, 250, 250, var(--tw-bg-opacity)); } .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgba(244, 244, 245, var(--tw-bg-opacity)); } .hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .object-scale-down { -o-object-fit: scale-down; object-fit: scale-down; } .p-2 { padding: 0.5rem; } .p-4 { padding: 1rem; } .p-5 { padding: 1.25rem; } .p-8 { padding: 2rem; } .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .px-7 { padding-left: 1.75rem; padding-right: 1.75rem; } .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .py-7 { padding-top: 1.75rem; padding-bottom: 1.75rem; } .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .pt-2 { padding-top: 0.5rem; } .pt-4 { padding-top: 1rem; } .pt-6 { padding-top: 1.5rem; } .pt-8 { padding-top: 2rem; } .pt-10 { padding-top: 2.5rem; } .pt-12 { padding-top: 3rem; } .pt-14 { padding-top: 3.5rem; } .pt-16 { padding-top: 4rem; } .pb-1 { padding-bottom: 0.25rem; } .pb-4 { padding-bottom: 1rem; } .pb-5 { padding-bottom: 1.25rem; } .pb-7 { padding-bottom: 1.75rem; } .pb-20 { padding-bottom: 5rem; } .pl-4 { padding-left: 1rem; } .pl-16 { padding-left: 4rem; } .text-center { text-align: center; } .font-sans { font-family: Outfit, sans-serif; } .font-display { font-family: Inter, display; } .font-serif { font-family: Lora, serif; } .text-xxs { font-size: .55rem; } .text-xs { font-size: .75rem; } .text-sm { font-size: .875rem; } .text-base { font-size: 1rem; } .text-lg { font-size: 1.125rem; } .text-xl { font-size: 1.25rem; } .text-2xl { font-size: 1.5rem; } .text-4xl { font-size: 2.25rem; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .uppercase { text-transform: uppercase; } .italic { font-style: italic; } .leading-5 { line-height: 1.25rem; } .leading-tight { line-height: 1.25; } .leading-snug { line-height: 1.375; } .leading-relaxed { line-height: 1.625; } .tracking-wide { letter-spacing: 0.025em; } .tracking-widest { letter-spacing: 0.1em; } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-black { --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .text-accent { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } .text-textcloud { --tw-text-opacity: 1; color: rgba(153, 153, 153, var(--tw-text-opacity)); } .text-gray-500 { --tw-text-opacity: 1; color: rgba(113, 113, 122, var(--tw-text-opacity)); } .text-gray-600 { --tw-text-opacity: 1; color: rgba(82, 82, 91, var(--tw-text-opacity)); } .hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .hover\:text-accent:hover { --tw-text-opacity: 1; color: rgba(230, 70, 38, var(--tw-text-opacity)); } .underline { text-decoration: underline; } *, ::before, ::after { --tw-shadow: 0 0 #0000; } *, ::before, ::after { --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-colors { transition-property: background-color, border-color, color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } @media (min-width: 640px) { .sm\:block { display: block; } .sm\:hidden { display: none; } .sm\:pr-2 { padding-right: 0.5rem; } .sm\:pl-4 { padding-left: 1rem; } } @media (min-width: 768px) { .md\:my-16 { margin-top: 4rem; margin-bottom: 4rem; } .md\:mt-0 { margin-top: 0px; } .md\:mt-16 { margin-top: 4rem; } .md\:mt-20 { margin-top: 5rem; } .md\:mb-5 { margin-bottom: 1.25rem; } .md\:mb-6 { margin-bottom: 1.5rem; } .md\:mb-32 { margin-bottom: 8rem; } .md\:ml-52 { margin-left: 13rem; } .md\:block { display: block; } .md\:flex { display: flex; } .md\:h-16 { height: 4rem; } .md\:h-screen { height: 100vh; } .md\:w-96 { width: 24rem; } .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .md\:justify-between { justify-content: space-between; } .md\:p-6 { padding: 1.5rem; } .md\:p-14 { padding: 3.5rem; } .md\:px-16 { padding-left: 4rem; padding-right: 4rem; } .md\:px-24 { padding-left: 6rem; padding-right: 6rem; } .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .md\:pt-8 { padding-top: 2rem; } .md\:pt-12 { padding-top: 3rem; } .md\:pt-20 { padding-top: 5rem; } .md\:pl-10 { padding-left: 2.5rem; } .md\:text-left { text-align: left; } .md\:text-xs { font-size: .75rem; } .md\:text-sm { font-size: .875rem; } .md\:text-base { font-size: 1rem; } .md\:text-lg { font-size: 1.125rem; } .md\:text-xl { font-size: 1.25rem; } .md\:text-2xl { font-size: 1.5rem; } .md\:text-4xl { font-size: 2.25rem; } .md\:text-5xl { font-size: 3rem; } .md\:leading-normal { line-height: 1.5; } } @media (min-width: 1024px) { .lg\:h-40 { height: 10rem; } .lg\:w-40 { width: 10rem; } .lg\:w-52 { width: 13rem; } .lg\:px-32 { padding-left: 8rem; padding-right: 8rem; } .lg\:pt-28 { padding-top: 7rem; } .lg\:tracking-tight { letter-spacing: -0.025em; } } @media (min-width: 1280px) { } @media (min-width: 1536px) { }
0.622804
0.096238
@charset "UTF-8"; /* CSS Document */ #aso_2021container { width: 100vw; transform: translateX(-40px); } #aso_2021container img { width: 100%; } .aso_base_headline div{ font-size: 2.5vw; font-weight: bold; padding-top: 8vw; padding-bottom: 16px; } .aso_base_headlinetext { font-size: 24px; font-weight: 400; padding-left: 3.95vw; } .aso_itemmain { width: 94vw; height: 100vh; position: relative; } .aso_itemmain div { font-size: 24px; text-align: center; margin: 0 auto 1vw; } .aso_itemmain div.aso_itemmain_img { width: max-content; margin: 8vw auto 5vw; display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 39px; } .aso_itemmain div.aso_itemmain_img.color_1 { grid-template-columns: 1fr; } .aso_itemmain div.aso_itemmain_img.color_3 { grid-template-columns: 1fr 1fr 1fr; } .aso_itemmain_img img { width: 13.4vw; min-width: 150px; max-width: 265px; } .aso_itemmain div.aso_itemmain_catch { font-size: 48px; text-align: center; line-height: 73px; color: #000000; width: max-content; margin: 0 auto 34px; font-weight: bold; } .aso_itemmain div.aso_itemmain_name { color: #727171; } .aso_itemmain div.aso_itemmain_spec { color: #727271; border: 1px solid #727171; width: max-content; padding: 0.1em 2.4em; margin-bottom: 1.5em; } .aso_itemmain div.aso_itemmain_setsumei { color: #000000; margin: 0 auto 2em; } .aso_itemmain div.aso_itemmain_pricecolor { margin: 0 auto 100px; position: relative; } .aso_itemmain div.aso_itemmain_price { font-size: 36px; color: #000000; margin-bottom: .6vw; } .aso_itemmain div.aso_itemmain_price .tax { font-size: 24px; } .aso_itemmain div.aso_itemmain_japan { position: absolute; top: 10px; left: calc(50vw + 200px); width: 70px; } .aso_itemcontent img,.aso_series_banner img { margin: 0; display: block; padding: 0; } .aso_itemdetail_storage,.aso_gallery,.aso_hosoku,.aso_media,.aso_itemdetail_size,.aso_itemdetail_package { padding: 0 18vw; width: 100%; display: block; } .aso_gallery { overflow: hidden !important; } .aso_itemdetail_storage { padding-bottom: 8vw; } .aso_itemdetail_size { background: #e6e6e6; padding-bottom: 7.9vw; position: relative; } .aso_itemdetail_size_text { font-size: 14px; position: absolute; top: 37vw; right: 10vw; font-weight: bold; line-height: 24.5px; text-align: left; } .aso_itemdetail_size_text th { padding-right: 1em; vertical-align: top; } .aso_itemdetail_size_text td th { padding-right: 0; } .aso_itemdetail_size_detail { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 19px; grid-row-gap: 20px; overflow: hidden !important; } .aso_relatecontents { margin-top: 20px; border-top: 1px solid #808080; padding-top: 20px; } .aso_relatecontents div { display: inline-block; overflow: inherit; height: 20vw; margin-right: 20px; float: left; } .aso_relatecontents div a { display: inline-block; margin: 0; height: 100%; padding: 0; } #aso_2021container .aso_relatecontents div a img{ height: 100%; width: auto; margin: 0; padding: 0; } .aso_media_contents { font-size: 24px; line-height: 48px; padding-bottom: 7vw; } .aso_media_contents_name { font-size: 36px; } .aso_series { margin-top: 113px; width: 100%; height: 100%; } .aso_series_title { width: 22.9vw; margin: auto; } .aso_series_title img { width: 100%; } .aso_common_container div { font-weight: bold; overflow: hidden !important; } .aso_recommend { background-color: #D9D7D6; } .aso_common_head { margin: 56px auto 0; width: max-content; text-align: center; font-size: 24px; font-weight: bold; } .aso_recommend_items { display: grid; width: min-content; padding: 69px 18vw; grid-template-columns: 210px 210px 210px; grid-column-gap: 7.8vw; font-size: 18px; margin: auto; } .aso_recommend_item { } .aso_recommend_item_img { width: 210px; } .aso_recommend_item_img img { width: 100%; } .aso_reccomend_item_color { width: 30px; height: 30px; background-color: #3D3D3E; border-radius: 50%; display: block; margin: 12px auto; } .aso_recommend_item_names { width: max-content; margin: 29px auto 26px; line-height: 26px; } .aso_recommend_item_name_jpn { display: block; font-weight: 400; } .aso_recommend_item_price { width: max-content; margin: auto; text-align: center; padding-left: 1em; } .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } _::-webkit-full-page-media, _:future, :root .aso_itemmain_plus { top: calc(-7vw - 300px); } /*Safariだけに適用されるCSSハック*/ @media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } } /*Safariだけに適用される新型CSSハック*/ _::-webkit-full-page-media, _:future, :root .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } .aso_othersizes { width: 100%; height: 150px; background-color: #c3c3c3; font-weight: bold; } .aso_othersizes_text { line-height: 150px; width: max-content; margin: auto; font-weight: bold; } .aso_othersizes_info { font-weight: bold; border: 1px solid #000; padding: 10px 55px; height: 45px; margin-right: 40px; } .aso_othersizes_link a { border: 1px solid #000; font-weight: bold; border-radius: 45px; height: 45px; padding: 10px 55px; margin-left: 70px; color: inherit; text-decoration: none; transition-duration: .2s; } .aso_othersizes_link a:hover { background-color: #333; color: #c3c3c3; } #pagebody div.aso_storage_othersizes { width: 100%; margin-top: 45px; overflow: hidden; } .aso_storage_othersizes01 { width: max-content; float: left; max-width: 35vw; } .aso_storage_othersizes02 { width: max-content; height: 100%; float: right; } .aso_storage_othersizes02 a { border: 1px solid #000; border-radius: 22.75px; display: block; padding: 10px 35px; color: inherit; overflow: visible; text-decoration: none; transition-duration: .2s; } .aso_storage_othersizes02 a:hover { background-color: #333; color: #fff; } .aso_itemdetail_package_detail { width: 100%; display: grid; grid-template-columns: 66% calc(33% - 10px); grid-gap: 20px; grid-template-rows: auto; } .aso_itemdetail_package_detail div:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; width: 100%; height: auto; } .aso_itemdetail_package_detail div:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; width: 100%; height: auto; } .aso_itemdetail_package_detail div:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; width: 100%; height: auto; } .contents_container2021 img { width: 100%; } .betsu_setsumei { margin: 6vw auto 15px; font-size: 16px; max-width: 1260px; width: 90%; } .betsu_setsumei_honbun { margin-bottom: 50px; font-size: 24px; line-height: 1.8em; } .betsu_setsumei_number { font-size: 120px; margin-bottom: 30px; width: max-content; font-weight: bold; display: table-cell; vertical-align: top; padding-right: 65px; } .betsu_setsumei_midashi { display: table; margin-bottom: 30px; } .betsu_setsumei_title { padding-top: 10px; font-weight: bold; display: table-cell; vertical-align: middle; font-size: 36px; } .betsu_setsumei_2board { display: table; border-collapse: separate; border-spacing: 39px; margin: 0 auto; max-width: 1299px; width: calc(90% + 39px) } .betsu_setsumei_2board .betsu_setsumei_images { display: table-cell; border-top: none; } .betsu_setsumei_images { margin: 0 auto; border-top: 1px solid #808080; max-width: 1260px; } .betsu_setsumei_images.noborder { border-top: none; width: 90%; } .betsu_setsumei_images_title { margin: 30px 0 10px; font-size: 24px; width: 100%; font-weight: bold; text-align: center; } .betsu_setsumei_images_table { display: grid; width: 100%; grid-template-columns: 1fr 1fr; grid-column-gap: 7px; grid-template-rows: auto; grid-row-gap: 11px; margin-bottom: 13px; } .betsu_setsumei_images_disc { font-size: 21px; margin-bottom: 42px; } .betsu_setsumei_images_table .betsu_setsumei_images_disc { margin: 13px auto 11px; width: 100%; max-width: 1260px; } .betsu_setsumei_images_table01 .betsu_setsumei_image01 { grid-column-start: 1; grid-column-end: 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01 { grid-column-start: 1; grid-column-end: 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 63px; margin-bottom: 100px; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou img { grid-column: 2 / 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div { grid-column: 1 / 2; grid-row: 1; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div.betsu_setsumei_images_disc { display: table; height: 100%; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div.betsu_setsumei_images_disc div { display: table-cell; vertical-align: top; } .betsu_setsumei_images_table03 { display: grid; width: 100%; max-width: 1260px; grid-template-columns: 1fr 1fr; grid-column-gap: 32px; grid-template-rows: auto; grid-row-gap: 11px; margin: 0 auto 13px; } .betsu_setsumei_images_table03 .betsu_setsumei_image03{ grid-column: 1 / 3; margin: auto; } .designer_diary { background-color: #E9EAEA; padding: 95px 0; } .designer_diary_wraper { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: 248px 1fr; grid-column-gap: 23px; grid-row-gap: 7px; width: 90%; } .designer_diary_title { background-color: #939394; text-align: center !important; height: 108px; margin: 5px auto 0; width: 248px; display: table-cell; vertical-align: middle; font-size: 36px; display: block; color: #ffffff; line-height: 1.2em; padding-top: 9px } .designer_diary_honbun { margin: 0 0 0 78px; font-size: 24px; } .designer_diary_honbun ol { margin: 0; padding-inline-start: 1em; } .designer_diary_grid { display: grid; width: 100%; grid-column: 1 / 3; grid-template-columns: 248px 1fr 1fr; grid-gap: 8px; margin-top: 32px; text-align: center; } .designer_diary_grid_image01 { grid-column-start: 2; grid-column-end: 2; } .designer_diary_grid_image02 { grid-column-start: 3; grid-column-end: 3; } .designer_diary_angle { margin:auto; font-size: 24px; } .designer_diary_grid_text { font-size: 24px; text-align: center; font-weight: bold; margin-bottom: 12px; } .designer_diary_text { margin-top: 32px; font-size: 24px; margin-bottom: 0; grid-column: 2 / 3; } .vegan { margin-top: 30px; font-size: 24px; margin-bottom: 1em; } .vegan p:first-child { margin-bottom: 6px; font-weight: bold; margin-top: 60px; } .betsu_shuno_grid .vegan p:first-child { margin-top: 0; } .betsu_shuno_grid .vegan { margin-bottom: 0; } .komejirushi { font-size: 20px; margin-bottom: 35px; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 12px; } .betsu_shuno_grid .betsu_setsumei_images_table .betsu_setsumei_images_disc { grid-column: 1 / 4; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami01 { grid-column: 1 / 2; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami02 { grid-column: 2 / 3; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami03 { grid-column: 3 / 4; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami { grid-column: 1 / 4; grid-row: 2; margin-top: 0; margin-bottom: 18px; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami_comment { grid-column: 1 / 4; grid-row: 4; margin-top: 40px; margin-bottom: 48px; } .betsu_setsumei_nakami,.betsu_setsumei_nakami_comment { margin-top: 20px; margin-bottom: 20px; font-size: 24px; } .betsu_setsumei_nakami ul { list-style-type: "・"; margin-block-start: 0.5rem; padding-inline-start: 1rem; } /* みんなのレジルひろば*/ .hiroba_wrap { overflow: initial; margin-bottom: 100px; } .hiroba_wrap div:first-child { margin-top: 0; } .hiroba_wrap div{ overflow: inherit; } .hiroba_review { max-width: 80vw; background-repeat: no-repeat; background-size: calc(15% - 10px); width: 90%; margin: 60px auto; } .arrow01.hiroba_review { background-position: left bottom; } .arrow02.hiroba_review { background-position: right bottom; } .hiroba_review_good_woman { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00003_woman_like.jpg); } .hiroba_review_bad { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00001_dislike.jpg); } .hiroba_review_good_man { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00002_men_like.jpg); } .hiroba_review_idea_man { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00005_men_idea.jpg); } .hiroba_review_idea_woman { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00005_woman_idea.jpg); } .hiroba_review_gift { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00004_gift.jpg); } .arrow_box{ position:relative; padding:2vw; border:2px solid #5C5C5C; color:#393939; width: 85%; max-width: 70vw; height: max-content; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } .arrow_box .review_person { line-height: 3em; } .arrow_box:after,.arrow_box:before{ border: solid transparent; content:''; height:0; width:0; pointer-events:none; position:absolute; bottom:50px; } .arrow01 .arrow_box:after, .arrow01 .arrow_box:before{ right:100%; } .arrow02 .arrow_box:after, .arrow02 .arrow_box:before{ left:100%; } .arrow_box:after{ border-color: rgba(255, 255, 255, 0); border-top-width:10px; border-bottom-width:10px; border-left-width:10px; border-right-width:10px; margin-top: -10px; } .arrow_box:before{ border-color: rgba(92, 92, 92, 0); border-top-width:12px; border-bottom-width:12px; } .arrow01 .arrow_box:before{ border-left-width:12px; border-right-width:12px; margin-top: -12px; margin-right: 2px; border-right-color:#5C5C5C; } .arrow01 .arrow_box:after { border-right-color:#FFFFFF; } .arrow02 .arrow_box:after { border-left-color:#FFFFFF; } .arrow02 .arrow_box:before{ border-left-width:12px; border-right-width:12px; margin-top: -12px; margin-left: 2px; border-left-color:#5C5C5C; } .arrow02 .arrow_box:after, .arrow02 .arrow_box:before{ left:100%; } .arrow01 > div{ margin-left: auto; margin-right: 0; } .arrow02 > div{ margin-left: 0; margin-right: auto; } /* 2021レジル商品ページリニューアル */ .aso_itemmain div.aso_itemmain_img.aso_itemmain_img.color_regile { grid-template-columns: 1fr; margin-top: 80px; margin-bottom: 53px; } .aso_itemmain_img.color_regile img { max-width: 1068px; } .regile_itemmain_color { max-width: 495px; } .aso_itemmain div.regile_itemmain_japan { position: absolute; top: 20px; left: calc(55vw + 200px); width: 70px; } .aso_itemmain div.aso_itemmain_price.regile_itemmain_price{ margin-bottom: 26px; } .regile_othersizes { display: grid; width: 90vw; grid-template-columns: 1fr 1fr 1fr; max-width: 1341px; margin: 24px auto; grid-column-gap: 25px; } .regile_othersizes div { display: flex; justify-content: center; align-items: center; } .regile_othersizes div p { text-align: center; font-weight: bold; font-size: 1.3rem;; margin: auto; } .aso_gallery.regile_size_detail { padding: 0 8vw; margin-bottom: 100px; } .regile_size_detail .aso_itemdetail_size_detail { grid-template-columns: 1fr 1fr 1fr 1fr; } .aso_itemdetail_size.regile_itemdetail_size { padding-bottom: 0; } .regile_color_sukekan { grid-column: 1 / 4; } .regile_color_sukekan p { display: flex; justify-content: center; align-items: center; padding-top: 50px; padding-bottom: 30px; } .regile_color_sukekan p span { display: block; color: #fff; font-size: 1.4rem; background-color: #4C4948; width: 294px; height: 54px; text-align: center; line-height: 54px; border-radius: 27px; } /* 2021レジル商品ページリニューアル */ /* タフトラップ 別ページ */ .toftwrap_03contents { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 20px; grid-row: auto; } .toftwrap_03contents .text p{ font-size: 24px; } .toftwrap_03contents .text { margin-bottom: 38px; padding-right: 20px; } .toftwrap_03contents p.text_title { font-size: 36px; font-weight: bold; padding: 28px 0; } .makuake { display: grid; width: 100%; grid-template-columns: 1fr 1fr; grid-template-rows: 150px auto; grid-column-gap: 20px; grid-row-gap: 20px; margin-bottom: 60px; grid-column: 1 / 3; } .makuake .makuake_img { grid-row: 1 / 2; grid-column: 1 / 2; } .makuake .makuake_img img { height: 100%; width: auto; display: block; margin: auto; } .makuake .toftsack { grid-row: 1 / 3; grid-column: 2 / 3; } .toftwrap_03contents .eco { grid-column: 1 / 3; grid-row: 2; } .toftwrap_03contents .tough { grid-column: 1 / 2; } .tough_text_caution { padding-top: 15px; } /* タフトラップ 別ページ */ /* 特集ページ */ .pcContentstop2021 { width: 100vw; } .pcContentstop2021 img { width: 100%; } /* 仕入れ商品用のスタイル */ .aso_itemcontent p { font-size: 30px; width: max-content; margin: 50px auto 160px; font-weight: bold; } .aso_itemcontent_wrapper { max-width: 1186px; width: 90%; display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 46px; margin: auto; } .aso_itemcontents_small { margin: 0 0 82px; } .aso_itemcontents_small p { margin-left: 10px; margin-right: 10px; } .aso_itemcontents_small p.smallcontent_title { font-size: 30px; font-weight: bold; margin-top: 40px; margin-bottom: 26px; } .aso_itemcontents_small p.smallcontent_body { font-size: 20px; line-height: 1.5em; } .aso_itemdetail_size.shiire_size { padding: 0 8vw; } .aso_itemdetail_size_detail.shiire_size_detail { padding: 0 10vw 77px; } /* B4S別ページ */ .betsu_setsumei_title.small{ font-size: 24px; display: block; clear: both; } .space_240px { height: 12vw; } .betsu_setsumei_cream .betsu_setsumei_honbun { table-layout: fixed; display: flex; align-items: center; margin-bottom: 0; } .betsu_setsumei_cream .betsu_setsumei { margin-top: 2vw; margin-bottom: 2vw; } .betsu_setsumei .wraphalf { display: table; } .betsu_setsumei .wraphalf .betsu_setsumei_honbun p{ table-layout: fixed; display: flex; align-items: center; } #b4s_info03 { table-layout: fixed; display: flex; align-items: center; } .b4s_right_text { padding-left: 120px; } .betsu_setsumei_cream_img img { max-width: 300px; } .cntr20.cntr20_2021 p, .cntr20.cntr20_2021 div { font-size: 36px; } .cntr21.cntr21_2021 p, .cntr21.cntr21_2021 div { font-size: 24px; } /* B4S別ページ */ /* B4SPCページ用CSS */ .ambassador { background-color: #eaece5; width: 100%; margin-bottom: 100px; padding: 104px calc(18vw + 120px) 85px; } .ambassador_title { background-color: #6B705F; color: #ffffff; padding: 19px 17px 19px; width: max-content; } .ambassador_title div{ color: #fff; font-size: 22px; } .ambassador_midashi { font-size: 36px; font-weight: bold; padding: 72px 0 96px; } .ambassador_honbun { font-size: 22px; } #aso_2021container .base21 div.b4s_info_link { width: max-content; height: 74px; /* UI Properties */ background: #3E3A39 0% 0% no-repeat padding-box; border-radius: 37px; margin-left: auto; border: 1px solid #fff; padding: 0; } #aso_2021container .base21 div.b4s_info_link a{ color: #fff; font-size: 24px; line-height: 74px; text-decoration: none; transition-duration: .5s; vertical-align: baseline; display: block; padding: 0 67px; } #aso_2021container div.b4s_info_link:hover { background-color: #fff; border: 1px solid #3e3a39; } #aso_2021container div.b4s_info_link:hover a{ color: #3e3a39; } /* B4SPCページ用CSS */ /* メディア情報コーナー */ .informationGrid { display: grid; grid-template-columns: 33% 33% 33%; width: 100%; max-width: 1200px; box-sizing: border-box; grid-gap: 0.5%; margin: 8px auto 20px; } .recTitle{ font-weight:bolder; font-size:130%; text-align:center; border:1px solid #000; margin:2em 10% 0 0; padding:0.3em 0 0.3em 0; } /*ボタン装飾*/ .hidden_box label { margin:1em auto 0 0; max-width:1200px; background-color: #3e3a39; width: max-content; height: auto; left: 50%; border-radius: 20px; height: 35px; text-decoration: none; color: #FFFFFF; box-sizing: border-box; display: block; line-height: 35px; padding: 0 2em; } /*ボタンホバー時*/ .hidden_box label:hover { color: #3e3a39; background-color: #FFFFFF; border: 1px solid #3e3a39; transition-duration: 0.5s; } /*チェック非表示*/ .hidden_box input { display: none; } /*中身を非表示*/ .hidden_box .hidden_show { height: 0; padding: 0; overflow: hidden; opacity: 0; transition: 0.8s; } /*クリックで中身表示*/ .hidden_box input:checked ~ .hidden_show { padding: 10px 0; height: auto; opacity: 1; } /* メディア情報コーナー */ /* レイヤーポーチプロ用 */ .asopro_blackback { background-color: #191919; } #aso_2021container.asopro_blackback div, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_catch, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_setsumei, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_price { color: #fff ; } #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_name, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_spec { color: #9e9e9e; } .lpPro_gentei { font-size: 12px; vertical-align: middle; } #aso_2021container.asopro_blackback .aso_othersizes_text { color: #191919; } #aso_2021container.asopro_blackback .aso_othersizes { background-color: #bfbfbf; } .asopro_itemdetail.aso_itemdetail_size { background-color: #333333; } #aso_2021container.asopro_blackback .aso_storage_othersizes02 a { border: 1px solid #ffffff; } .lp_kanrenShohin { display: table; } .lp_kanrenShohin div { display: table-cell; padding: 25px; } /* レイヤーポーチプロ用 */
cssjs/aso_2020pc_itempage.css
@charset "UTF-8"; /* CSS Document */ #aso_2021container { width: 100vw; transform: translateX(-40px); } #aso_2021container img { width: 100%; } .aso_base_headline div{ font-size: 2.5vw; font-weight: bold; padding-top: 8vw; padding-bottom: 16px; } .aso_base_headlinetext { font-size: 24px; font-weight: 400; padding-left: 3.95vw; } .aso_itemmain { width: 94vw; height: 100vh; position: relative; } .aso_itemmain div { font-size: 24px; text-align: center; margin: 0 auto 1vw; } .aso_itemmain div.aso_itemmain_img { width: max-content; margin: 8vw auto 5vw; display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 39px; } .aso_itemmain div.aso_itemmain_img.color_1 { grid-template-columns: 1fr; } .aso_itemmain div.aso_itemmain_img.color_3 { grid-template-columns: 1fr 1fr 1fr; } .aso_itemmain_img img { width: 13.4vw; min-width: 150px; max-width: 265px; } .aso_itemmain div.aso_itemmain_catch { font-size: 48px; text-align: center; line-height: 73px; color: #000000; width: max-content; margin: 0 auto 34px; font-weight: bold; } .aso_itemmain div.aso_itemmain_name { color: #727171; } .aso_itemmain div.aso_itemmain_spec { color: #727271; border: 1px solid #727171; width: max-content; padding: 0.1em 2.4em; margin-bottom: 1.5em; } .aso_itemmain div.aso_itemmain_setsumei { color: #000000; margin: 0 auto 2em; } .aso_itemmain div.aso_itemmain_pricecolor { margin: 0 auto 100px; position: relative; } .aso_itemmain div.aso_itemmain_price { font-size: 36px; color: #000000; margin-bottom: .6vw; } .aso_itemmain div.aso_itemmain_price .tax { font-size: 24px; } .aso_itemmain div.aso_itemmain_japan { position: absolute; top: 10px; left: calc(50vw + 200px); width: 70px; } .aso_itemcontent img,.aso_series_banner img { margin: 0; display: block; padding: 0; } .aso_itemdetail_storage,.aso_gallery,.aso_hosoku,.aso_media,.aso_itemdetail_size,.aso_itemdetail_package { padding: 0 18vw; width: 100%; display: block; } .aso_gallery { overflow: hidden !important; } .aso_itemdetail_storage { padding-bottom: 8vw; } .aso_itemdetail_size { background: #e6e6e6; padding-bottom: 7.9vw; position: relative; } .aso_itemdetail_size_text { font-size: 14px; position: absolute; top: 37vw; right: 10vw; font-weight: bold; line-height: 24.5px; text-align: left; } .aso_itemdetail_size_text th { padding-right: 1em; vertical-align: top; } .aso_itemdetail_size_text td th { padding-right: 0; } .aso_itemdetail_size_detail { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 19px; grid-row-gap: 20px; overflow: hidden !important; } .aso_relatecontents { margin-top: 20px; border-top: 1px solid #808080; padding-top: 20px; } .aso_relatecontents div { display: inline-block; overflow: inherit; height: 20vw; margin-right: 20px; float: left; } .aso_relatecontents div a { display: inline-block; margin: 0; height: 100%; padding: 0; } #aso_2021container .aso_relatecontents div a img{ height: 100%; width: auto; margin: 0; padding: 0; } .aso_media_contents { font-size: 24px; line-height: 48px; padding-bottom: 7vw; } .aso_media_contents_name { font-size: 36px; } .aso_series { margin-top: 113px; width: 100%; height: 100%; } .aso_series_title { width: 22.9vw; margin: auto; } .aso_series_title img { width: 100%; } .aso_common_container div { font-weight: bold; overflow: hidden !important; } .aso_recommend { background-color: #D9D7D6; } .aso_common_head { margin: 56px auto 0; width: max-content; text-align: center; font-size: 24px; font-weight: bold; } .aso_recommend_items { display: grid; width: min-content; padding: 69px 18vw; grid-template-columns: 210px 210px 210px; grid-column-gap: 7.8vw; font-size: 18px; margin: auto; } .aso_recommend_item { } .aso_recommend_item_img { width: 210px; } .aso_recommend_item_img img { width: 100%; } .aso_reccomend_item_color { width: 30px; height: 30px; background-color: #3D3D3E; border-radius: 50%; display: block; margin: 12px auto; } .aso_recommend_item_names { width: max-content; margin: 29px auto 26px; line-height: 26px; } .aso_recommend_item_name_jpn { display: block; font-weight: 400; } .aso_recommend_item_price { width: max-content; margin: auto; text-align: center; padding-left: 1em; } .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } _::-webkit-full-page-media, _:future, :root .aso_itemmain_plus { top: calc(-7vw - 300px); } /*Safariだけに適用されるCSSハック*/ @media screen and (-webkit-min-device-pixel-ratio:0) { ::i-block-chrome, .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } } /*Safariだけに適用される新型CSSハック*/ _::-webkit-full-page-media, _:future, :root .aso_itemmain_plus { position: absolute; top: 40px; left: 50vw; max-width: 332px; width: 30vw; } .aso_othersizes { width: 100%; height: 150px; background-color: #c3c3c3; font-weight: bold; } .aso_othersizes_text { line-height: 150px; width: max-content; margin: auto; font-weight: bold; } .aso_othersizes_info { font-weight: bold; border: 1px solid #000; padding: 10px 55px; height: 45px; margin-right: 40px; } .aso_othersizes_link a { border: 1px solid #000; font-weight: bold; border-radius: 45px; height: 45px; padding: 10px 55px; margin-left: 70px; color: inherit; text-decoration: none; transition-duration: .2s; } .aso_othersizes_link a:hover { background-color: #333; color: #c3c3c3; } #pagebody div.aso_storage_othersizes { width: 100%; margin-top: 45px; overflow: hidden; } .aso_storage_othersizes01 { width: max-content; float: left; max-width: 35vw; } .aso_storage_othersizes02 { width: max-content; height: 100%; float: right; } .aso_storage_othersizes02 a { border: 1px solid #000; border-radius: 22.75px; display: block; padding: 10px 35px; color: inherit; overflow: visible; text-decoration: none; transition-duration: .2s; } .aso_storage_othersizes02 a:hover { background-color: #333; color: #fff; } .aso_itemdetail_package_detail { width: 100%; display: grid; grid-template-columns: 66% calc(33% - 10px); grid-gap: 20px; grid-template-rows: auto; } .aso_itemdetail_package_detail div:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; width: 100%; height: auto; } .aso_itemdetail_package_detail div:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; width: 100%; height: auto; } .aso_itemdetail_package_detail div:nth-child(3) { grid-column: 2 / 3; grid-row: 2 / 3; width: 100%; height: auto; } .contents_container2021 img { width: 100%; } .betsu_setsumei { margin: 6vw auto 15px; font-size: 16px; max-width: 1260px; width: 90%; } .betsu_setsumei_honbun { margin-bottom: 50px; font-size: 24px; line-height: 1.8em; } .betsu_setsumei_number { font-size: 120px; margin-bottom: 30px; width: max-content; font-weight: bold; display: table-cell; vertical-align: top; padding-right: 65px; } .betsu_setsumei_midashi { display: table; margin-bottom: 30px; } .betsu_setsumei_title { padding-top: 10px; font-weight: bold; display: table-cell; vertical-align: middle; font-size: 36px; } .betsu_setsumei_2board { display: table; border-collapse: separate; border-spacing: 39px; margin: 0 auto; max-width: 1299px; width: calc(90% + 39px) } .betsu_setsumei_2board .betsu_setsumei_images { display: table-cell; border-top: none; } .betsu_setsumei_images { margin: 0 auto; border-top: 1px solid #808080; max-width: 1260px; } .betsu_setsumei_images.noborder { border-top: none; width: 90%; } .betsu_setsumei_images_title { margin: 30px 0 10px; font-size: 24px; width: 100%; font-weight: bold; text-align: center; } .betsu_setsumei_images_table { display: grid; width: 100%; grid-template-columns: 1fr 1fr; grid-column-gap: 7px; grid-template-rows: auto; grid-row-gap: 11px; margin-bottom: 13px; } .betsu_setsumei_images_disc { font-size: 21px; margin-bottom: 42px; } .betsu_setsumei_images_table .betsu_setsumei_images_disc { margin: 13px auto 11px; width: 100%; max-width: 1260px; } .betsu_setsumei_images_table01 .betsu_setsumei_image01 { grid-column-start: 1; grid-column-end: 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01 { grid-column-start: 1; grid-column-end: 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 63px; margin-bottom: 100px; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou img { grid-column: 2 / 3; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div { grid-column: 1 / 2; grid-row: 1; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div.betsu_setsumei_images_disc { display: table; height: 100%; } .betsu_setsumei_images_table02 .betsu_setsumei_image01.naisou div.betsu_setsumei_images_disc div { display: table-cell; vertical-align: top; } .betsu_setsumei_images_table03 { display: grid; width: 100%; max-width: 1260px; grid-template-columns: 1fr 1fr; grid-column-gap: 32px; grid-template-rows: auto; grid-row-gap: 11px; margin: 0 auto 13px; } .betsu_setsumei_images_table03 .betsu_setsumei_image03{ grid-column: 1 / 3; margin: auto; } .designer_diary { background-color: #E9EAEA; padding: 95px 0; } .designer_diary_wraper { max-width: 1260px; margin: 0 auto; display: grid; grid-template-columns: 248px 1fr; grid-column-gap: 23px; grid-row-gap: 7px; width: 90%; } .designer_diary_title { background-color: #939394; text-align: center !important; height: 108px; margin: 5px auto 0; width: 248px; display: table-cell; vertical-align: middle; font-size: 36px; display: block; color: #ffffff; line-height: 1.2em; padding-top: 9px } .designer_diary_honbun { margin: 0 0 0 78px; font-size: 24px; } .designer_diary_honbun ol { margin: 0; padding-inline-start: 1em; } .designer_diary_grid { display: grid; width: 100%; grid-column: 1 / 3; grid-template-columns: 248px 1fr 1fr; grid-gap: 8px; margin-top: 32px; text-align: center; } .designer_diary_grid_image01 { grid-column-start: 2; grid-column-end: 2; } .designer_diary_grid_image02 { grid-column-start: 3; grid-column-end: 3; } .designer_diary_angle { margin:auto; font-size: 24px; } .designer_diary_grid_text { font-size: 24px; text-align: center; font-weight: bold; margin-bottom: 12px; } .designer_diary_text { margin-top: 32px; font-size: 24px; margin-bottom: 0; grid-column: 2 / 3; } .vegan { margin-top: 30px; font-size: 24px; margin-bottom: 1em; } .vegan p:first-child { margin-bottom: 6px; font-weight: bold; margin-top: 60px; } .betsu_shuno_grid .vegan p:first-child { margin-top: 0; } .betsu_shuno_grid .vegan { margin-bottom: 0; } .komejirushi { font-size: 20px; margin-bottom: 35px; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-column-gap: 12px; } .betsu_shuno_grid .betsu_setsumei_images_table .betsu_setsumei_images_disc { grid-column: 1 / 4; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami01 { grid-column: 1 / 2; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami02 { grid-column: 2 / 3; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami03 { grid-column: 3 / 4; grid-row: 3; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami { grid-column: 1 / 4; grid-row: 2; margin-top: 0; margin-bottom: 18px; } .betsu_shuno_grid .betsu_setsumei_images_table01 .betsu_setsumei_image01 .betsu_setsumei_nakami_comment { grid-column: 1 / 4; grid-row: 4; margin-top: 40px; margin-bottom: 48px; } .betsu_setsumei_nakami,.betsu_setsumei_nakami_comment { margin-top: 20px; margin-bottom: 20px; font-size: 24px; } .betsu_setsumei_nakami ul { list-style-type: "・"; margin-block-start: 0.5rem; padding-inline-start: 1rem; } /* みんなのレジルひろば*/ .hiroba_wrap { overflow: initial; margin-bottom: 100px; } .hiroba_wrap div:first-child { margin-top: 0; } .hiroba_wrap div{ overflow: inherit; } .hiroba_review { max-width: 80vw; background-repeat: no-repeat; background-size: calc(15% - 10px); width: 90%; margin: 60px auto; } .arrow01.hiroba_review { background-position: left bottom; } .arrow02.hiroba_review { background-position: right bottom; } .hiroba_review_good_woman { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00003_woman_like.jpg); } .hiroba_review_bad { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00001_dislike.jpg); } .hiroba_review_good_man { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00002_men_like.jpg); } .hiroba_review_idea_man { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00005_men_idea.jpg); } .hiroba_review_idea_woman { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00005_woman_idea.jpg); } .hiroba_review_gift { background-image: url(https://image.rakuten.co.jp/asoboze/cabinet/regile/icon00004_gift.jpg); } .arrow_box{ position:relative; padding:2vw; border:2px solid #5C5C5C; color:#393939; width: 85%; max-width: 70vw; height: max-content; border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; } .arrow_box .review_person { line-height: 3em; } .arrow_box:after,.arrow_box:before{ border: solid transparent; content:''; height:0; width:0; pointer-events:none; position:absolute; bottom:50px; } .arrow01 .arrow_box:after, .arrow01 .arrow_box:before{ right:100%; } .arrow02 .arrow_box:after, .arrow02 .arrow_box:before{ left:100%; } .arrow_box:after{ border-color: rgba(255, 255, 255, 0); border-top-width:10px; border-bottom-width:10px; border-left-width:10px; border-right-width:10px; margin-top: -10px; } .arrow_box:before{ border-color: rgba(92, 92, 92, 0); border-top-width:12px; border-bottom-width:12px; } .arrow01 .arrow_box:before{ border-left-width:12px; border-right-width:12px; margin-top: -12px; margin-right: 2px; border-right-color:#5C5C5C; } .arrow01 .arrow_box:after { border-right-color:#FFFFFF; } .arrow02 .arrow_box:after { border-left-color:#FFFFFF; } .arrow02 .arrow_box:before{ border-left-width:12px; border-right-width:12px; margin-top: -12px; margin-left: 2px; border-left-color:#5C5C5C; } .arrow02 .arrow_box:after, .arrow02 .arrow_box:before{ left:100%; } .arrow01 > div{ margin-left: auto; margin-right: 0; } .arrow02 > div{ margin-left: 0; margin-right: auto; } /* 2021レジル商品ページリニューアル */ .aso_itemmain div.aso_itemmain_img.aso_itemmain_img.color_regile { grid-template-columns: 1fr; margin-top: 80px; margin-bottom: 53px; } .aso_itemmain_img.color_regile img { max-width: 1068px; } .regile_itemmain_color { max-width: 495px; } .aso_itemmain div.regile_itemmain_japan { position: absolute; top: 20px; left: calc(55vw + 200px); width: 70px; } .aso_itemmain div.aso_itemmain_price.regile_itemmain_price{ margin-bottom: 26px; } .regile_othersizes { display: grid; width: 90vw; grid-template-columns: 1fr 1fr 1fr; max-width: 1341px; margin: 24px auto; grid-column-gap: 25px; } .regile_othersizes div { display: flex; justify-content: center; align-items: center; } .regile_othersizes div p { text-align: center; font-weight: bold; font-size: 1.3rem;; margin: auto; } .aso_gallery.regile_size_detail { padding: 0 8vw; margin-bottom: 100px; } .regile_size_detail .aso_itemdetail_size_detail { grid-template-columns: 1fr 1fr 1fr 1fr; } .aso_itemdetail_size.regile_itemdetail_size { padding-bottom: 0; } .regile_color_sukekan { grid-column: 1 / 4; } .regile_color_sukekan p { display: flex; justify-content: center; align-items: center; padding-top: 50px; padding-bottom: 30px; } .regile_color_sukekan p span { display: block; color: #fff; font-size: 1.4rem; background-color: #4C4948; width: 294px; height: 54px; text-align: center; line-height: 54px; border-radius: 27px; } /* 2021レジル商品ページリニューアル */ /* タフトラップ 別ページ */ .toftwrap_03contents { display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 20px; grid-row: auto; } .toftwrap_03contents .text p{ font-size: 24px; } .toftwrap_03contents .text { margin-bottom: 38px; padding-right: 20px; } .toftwrap_03contents p.text_title { font-size: 36px; font-weight: bold; padding: 28px 0; } .makuake { display: grid; width: 100%; grid-template-columns: 1fr 1fr; grid-template-rows: 150px auto; grid-column-gap: 20px; grid-row-gap: 20px; margin-bottom: 60px; grid-column: 1 / 3; } .makuake .makuake_img { grid-row: 1 / 2; grid-column: 1 / 2; } .makuake .makuake_img img { height: 100%; width: auto; display: block; margin: auto; } .makuake .toftsack { grid-row: 1 / 3; grid-column: 2 / 3; } .toftwrap_03contents .eco { grid-column: 1 / 3; grid-row: 2; } .toftwrap_03contents .tough { grid-column: 1 / 2; } .tough_text_caution { padding-top: 15px; } /* タフトラップ 別ページ */ /* 特集ページ */ .pcContentstop2021 { width: 100vw; } .pcContentstop2021 img { width: 100%; } /* 仕入れ商品用のスタイル */ .aso_itemcontent p { font-size: 30px; width: max-content; margin: 50px auto 160px; font-weight: bold; } .aso_itemcontent_wrapper { max-width: 1186px; width: 90%; display: grid; grid-template-columns: 1fr 1fr; grid-column-gap: 46px; margin: auto; } .aso_itemcontents_small { margin: 0 0 82px; } .aso_itemcontents_small p { margin-left: 10px; margin-right: 10px; } .aso_itemcontents_small p.smallcontent_title { font-size: 30px; font-weight: bold; margin-top: 40px; margin-bottom: 26px; } .aso_itemcontents_small p.smallcontent_body { font-size: 20px; line-height: 1.5em; } .aso_itemdetail_size.shiire_size { padding: 0 8vw; } .aso_itemdetail_size_detail.shiire_size_detail { padding: 0 10vw 77px; } /* B4S別ページ */ .betsu_setsumei_title.small{ font-size: 24px; display: block; clear: both; } .space_240px { height: 12vw; } .betsu_setsumei_cream .betsu_setsumei_honbun { table-layout: fixed; display: flex; align-items: center; margin-bottom: 0; } .betsu_setsumei_cream .betsu_setsumei { margin-top: 2vw; margin-bottom: 2vw; } .betsu_setsumei .wraphalf { display: table; } .betsu_setsumei .wraphalf .betsu_setsumei_honbun p{ table-layout: fixed; display: flex; align-items: center; } #b4s_info03 { table-layout: fixed; display: flex; align-items: center; } .b4s_right_text { padding-left: 120px; } .betsu_setsumei_cream_img img { max-width: 300px; } .cntr20.cntr20_2021 p, .cntr20.cntr20_2021 div { font-size: 36px; } .cntr21.cntr21_2021 p, .cntr21.cntr21_2021 div { font-size: 24px; } /* B4S別ページ */ /* B4SPCページ用CSS */ .ambassador { background-color: #eaece5; width: 100%; margin-bottom: 100px; padding: 104px calc(18vw + 120px) 85px; } .ambassador_title { background-color: #6B705F; color: #ffffff; padding: 19px 17px 19px; width: max-content; } .ambassador_title div{ color: #fff; font-size: 22px; } .ambassador_midashi { font-size: 36px; font-weight: bold; padding: 72px 0 96px; } .ambassador_honbun { font-size: 22px; } #aso_2021container .base21 div.b4s_info_link { width: max-content; height: 74px; /* UI Properties */ background: #3E3A39 0% 0% no-repeat padding-box; border-radius: 37px; margin-left: auto; border: 1px solid #fff; padding: 0; } #aso_2021container .base21 div.b4s_info_link a{ color: #fff; font-size: 24px; line-height: 74px; text-decoration: none; transition-duration: .5s; vertical-align: baseline; display: block; padding: 0 67px; } #aso_2021container div.b4s_info_link:hover { background-color: #fff; border: 1px solid #3e3a39; } #aso_2021container div.b4s_info_link:hover a{ color: #3e3a39; } /* B4SPCページ用CSS */ /* メディア情報コーナー */ .informationGrid { display: grid; grid-template-columns: 33% 33% 33%; width: 100%; max-width: 1200px; box-sizing: border-box; grid-gap: 0.5%; margin: 8px auto 20px; } .recTitle{ font-weight:bolder; font-size:130%; text-align:center; border:1px solid #000; margin:2em 10% 0 0; padding:0.3em 0 0.3em 0; } /*ボタン装飾*/ .hidden_box label { margin:1em auto 0 0; max-width:1200px; background-color: #3e3a39; width: max-content; height: auto; left: 50%; border-radius: 20px; height: 35px; text-decoration: none; color: #FFFFFF; box-sizing: border-box; display: block; line-height: 35px; padding: 0 2em; } /*ボタンホバー時*/ .hidden_box label:hover { color: #3e3a39; background-color: #FFFFFF; border: 1px solid #3e3a39; transition-duration: 0.5s; } /*チェック非表示*/ .hidden_box input { display: none; } /*中身を非表示*/ .hidden_box .hidden_show { height: 0; padding: 0; overflow: hidden; opacity: 0; transition: 0.8s; } /*クリックで中身表示*/ .hidden_box input:checked ~ .hidden_show { padding: 10px 0; height: auto; opacity: 1; } /* メディア情報コーナー */ /* レイヤーポーチプロ用 */ .asopro_blackback { background-color: #191919; } #aso_2021container.asopro_blackback div, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_catch, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_setsumei, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_price { color: #fff ; } #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_name, #aso_2021container.asopro_blackback .aso_itemmain div.aso_itemmain_spec { color: #9e9e9e; } .lpPro_gentei { font-size: 12px; vertical-align: middle; } #aso_2021container.asopro_blackback .aso_othersizes_text { color: #191919; } #aso_2021container.asopro_blackback .aso_othersizes { background-color: #bfbfbf; } .asopro_itemdetail.aso_itemdetail_size { background-color: #333333; } #aso_2021container.asopro_blackback .aso_storage_othersizes02 a { border: 1px solid #ffffff; } .lp_kanrenShohin { display: table; } .lp_kanrenShohin div { display: table-cell; padding: 25px; } /* レイヤーポーチプロ用 */
0.478285
0.065665
body { margin: 0; padding: 0; font-family: 'Roboto Slab', sans-serif; } .wrapper { width: 80%; max-width: 1200px; margin: 0 auto; } h1 { font-size: 3em; } h3 { font-size: 2em; } hr { margin: 40px 0; border-width: 1px 0 0 0; border-style: solid; border-color: #ccc; } a { text-decoration: none; color: inherit; } a:hover { text-decoration: underline; } .easy-smooth-scroll-demo a, .back-top { display: inline-block; margin: 0 5px 5px 0; background: #333; color: #fff; padding: 10px; } .easy-smooth-scroll-demo a:hover, .back-top:hover { text-decoration: none; background: #ccc; color: #333; } /* easyGmap */ /* =========================================== */ #mapWrapper { height: 300px; } /* easyReadmore*/ /* =========================================== */ .readmore-hidden { display: none; } .readmore { display: inline-block; margin-top: 40px; background: #000; color: #fff; text-decoration: none; padding: 10px; border-radius: 10px; } /* easyAjaxSpinner */ /* =========================================== */ .demo-spinner-window { height: 300px; border: 1px solid #ccc; } .demo-spinner-buttons { margin-top: 40px; } .demo-spinner-button { display: inline-block; margin: 0 5px 5px 0; padding: 20px; background: #333; color: #fff; text-decoration: none; -webkit-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; } .demo-spinner-button:hover { background: #ccc; color: #333; } /* Easy Cookies */ /* =========================================== */ .message { display: none; } /* Easy HeightEqualizer */ /* ============================================ */ .heightEqualizer_demo { margin: -5px; } .heightEqualizer_demo:before, .heightEqualizer_demo:after { content:""; display: table; clear: both; } .heightEqualizer_demoItem { float: left; width: 33.3333%; } .heightEqualizer_demoItem p { padding: 10px; margin: 5px; border: 1px solid #ccc; }
demo/demo.css
body { margin: 0; padding: 0; font-family: 'Roboto Slab', sans-serif; } .wrapper { width: 80%; max-width: 1200px; margin: 0 auto; } h1 { font-size: 3em; } h3 { font-size: 2em; } hr { margin: 40px 0; border-width: 1px 0 0 0; border-style: solid; border-color: #ccc; } a { text-decoration: none; color: inherit; } a:hover { text-decoration: underline; } .easy-smooth-scroll-demo a, .back-top { display: inline-block; margin: 0 5px 5px 0; background: #333; color: #fff; padding: 10px; } .easy-smooth-scroll-demo a:hover, .back-top:hover { text-decoration: none; background: #ccc; color: #333; } /* easyGmap */ /* =========================================== */ #mapWrapper { height: 300px; } /* easyReadmore*/ /* =========================================== */ .readmore-hidden { display: none; } .readmore { display: inline-block; margin-top: 40px; background: #000; color: #fff; text-decoration: none; padding: 10px; border-radius: 10px; } /* easyAjaxSpinner */ /* =========================================== */ .demo-spinner-window { height: 300px; border: 1px solid #ccc; } .demo-spinner-buttons { margin-top: 40px; } .demo-spinner-button { display: inline-block; margin: 0 5px 5px 0; padding: 20px; background: #333; color: #fff; text-decoration: none; -webkit-transition: background 0.2s ease, color 0.2s ease; transition: background 0.2s ease, color 0.2s ease; } .demo-spinner-button:hover { background: #ccc; color: #333; } /* Easy Cookies */ /* =========================================== */ .message { display: none; } /* Easy HeightEqualizer */ /* ============================================ */ .heightEqualizer_demo { margin: -5px; } .heightEqualizer_demo:before, .heightEqualizer_demo:after { content:""; display: table; clear: both; } .heightEqualizer_demoItem { float: left; width: 33.3333%; } .heightEqualizer_demoItem p { padding: 10px; margin: 5px; border: 1px solid #ccc; }
0.430866
0.116739
.navbar-relative-bottom { z-index: 0; } /* google viz editor */ .google-visualization-charteditor-dialog div { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .google-visualization-charteditor-dialog table { border-collapse: separate; } #google-visualization-charteditor-input-chart-name { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; font-size: 13px; width: 400px; height: 14px; padding: 4px; font-family: Arial,sans-serif; border: 1px solid rgba(0, 0, 0, 0); border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } #google-visualization-charteditor-input-chart-name:hover, #google-visualization-charteditor-input-chart-name:focus { border: 1px solid #E4E4E4; } .google-visualization-charteditor-dialog input[type="text"] { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border: 1px solid #D9D9D9; border-top: 1px solid #C0C0C0; font-size: 13px; height: 16px; padding: 5px 2px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* chart editor options widget */ #chart-options-container .chart-options { display: none; } .chart-options .params { padding: 10px 10px 0 10px; } .chart-options .params.active { background-color: #f3f3f3; margin-bottom: 10px; } .chart-options .params input { width: 234px; } /* save-messages */ .google-visualization-charteditor-dialog .save-success { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; } .google-visualization-charteditor-dialog .save-error { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; color: #c00; } /* bespoke editor */ #calli-viz-editor { -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); background: #fff; position: absolute !important; width: 975px; width: 350px; height: 550px; top: 0; left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: visible; } #calli-viz-editor a { cursor: pointer; } /* bespoke editor: editor buttons */ #calli-viz-editor .form-actions { position: absolute; bottom: 0; width: 100%; margin-bottom: 0; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } /* viz menu */ .viz-menu { position: absolute; top: 0; left: 0; width: 100%; padding: 10px 20px; border-bottom: 1px solid #ccc; line-height: 1em; cursor: move; } .viz-menu .visualizations { display: inline-block; margin: 0 0 0 5px; } .viz-menu .visualizations > .dropdown-toggle { display: inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #F5F5F5; background-image: -webkit-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -moz-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -ms-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -o-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: linear-gradient(top,#F5F5F5,#F1F1F1); border: 1px solid #DCDCDC; color: #444; font-size: 14px; font-weight: normal; line-height: 27px; margin: 0 2px; outline: none; padding: 0 0 0 6px; text-align: center; text-decoration: none; vertical-align: middle; } .viz-menu .visualizations > .dropdown-toggle .caret { vertical-align: top; margin: 12px 7px 0 5px; } .viz-menu .visualization.google-editor-module { border-top: 1px solid #e5e5e5; } .google-visualization-charteditor-dialog .viz-menu .visualization.google-editor-module { display: none; } .google-visualization-charteditor-dialog .viz-menu { border-bottom: none; width: 90%; } /* bespoke editor: options pane */ #calli-viz-editor .options-pane { position: absolute; width: 330px; top: 60px; left: 20px; height: 410px; overflow: auto; font-size: 12px; } #calli-viz-editor .options-pane h3 { font-size: 14px; margin: 10px 0 0 0; line-height: 28px; } #calli-viz-editor .options-pane h3:first-child { margin-top: 0; } #calli-viz-editor .options-pane .form-horizontal .control-group { margin: 0 20px 5px 0; background-color: #f3f3f3; border: 1px solid #ddd; padding: 2px 0; } #calli-viz-editor .options-pane .form-horizontal .control-group .controls { margin-left: 120px; } #calli-viz-editor .options-pane .form-horizontal .control-label { width: 100px; } #calli-viz-editor .options-pane .form-horizontal .info { padding: 10px 0; } #calli-viz-editor .options-pane .form-horizontal input[type="text"], #calli-viz-editor .options-pane .form-horizontal input[type="color"], #calli-viz-editor .options-pane .form-horizontal select { width: 140px; } #calli-viz-editor .options-pane label, #calli-viz-editor .options-pane input, #calli-viz-editor .options-pane button, #calli-viz-editor .options-pane select, #calli-viz-editor .options-pane textarea { font-size: 14px; } /* bespoke editor: save-messages */ #calli-viz-editor .save-success, #calli-viz-editor .save-error { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; } #calli-viz-editor .save-error { color: #c00; }
webapp/styles/callimachus-query-vizeditor.css
.navbar-relative-bottom { z-index: 0; } /* google viz editor */ .google-visualization-charteditor-dialog div { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; } .google-visualization-charteditor-dialog table { border-collapse: separate; } #google-visualization-charteditor-input-chart-name { box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; font-size: 13px; width: 400px; height: 14px; padding: 4px; font-family: Arial,sans-serif; border: 1px solid rgba(0, 0, 0, 0); border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; } #google-visualization-charteditor-input-chart-name:hover, #google-visualization-charteditor-input-chart-name:focus { border: 1px solid #E4E4E4; } .google-visualization-charteditor-dialog input[type="text"] { -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; border: 1px solid #D9D9D9; border-top: 1px solid #C0C0C0; font-size: 13px; height: 16px; padding: 5px 2px; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } /* chart editor options widget */ #chart-options-container .chart-options { display: none; } .chart-options .params { padding: 10px 10px 0 10px; } .chart-options .params.active { background-color: #f3f3f3; margin-bottom: 10px; } .chart-options .params input { width: 234px; } /* save-messages */ .google-visualization-charteditor-dialog .save-success { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; } .google-visualization-charteditor-dialog .save-error { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; color: #c00; } /* bespoke editor */ #calli-viz-editor { -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); box-shadow: 0 4px 16px rgba(0, 0, 0, 0.9); background: #fff; position: absolute !important; width: 975px; width: 350px; height: 550px; top: 0; left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; overflow: visible; } #calli-viz-editor a { cursor: pointer; } /* bespoke editor: editor buttons */ #calli-viz-editor .form-actions { position: absolute; bottom: 0; width: 100%; margin-bottom: 0; -webkit-border-radius: 0 0 4px 4px; -moz-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px; } /* viz menu */ .viz-menu { position: absolute; top: 0; left: 0; width: 100%; padding: 10px 20px; border-bottom: 1px solid #ccc; line-height: 1em; cursor: move; } .viz-menu .visualizations { display: inline-block; margin: 0 0 0 5px; } .viz-menu .visualizations > .dropdown-toggle { display: inline-block; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; background-color: #F5F5F5; background-image: -webkit-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -moz-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -ms-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: -o-linear-gradient(top,#F5F5F5,#F1F1F1); background-image: linear-gradient(top,#F5F5F5,#F1F1F1); border: 1px solid #DCDCDC; color: #444; font-size: 14px; font-weight: normal; line-height: 27px; margin: 0 2px; outline: none; padding: 0 0 0 6px; text-align: center; text-decoration: none; vertical-align: middle; } .viz-menu .visualizations > .dropdown-toggle .caret { vertical-align: top; margin: 12px 7px 0 5px; } .viz-menu .visualization.google-editor-module { border-top: 1px solid #e5e5e5; } .google-visualization-charteditor-dialog .viz-menu .visualization.google-editor-module { display: none; } .google-visualization-charteditor-dialog .viz-menu { border-bottom: none; width: 90%; } /* bespoke editor: options pane */ #calli-viz-editor .options-pane { position: absolute; width: 330px; top: 60px; left: 20px; height: 410px; overflow: auto; font-size: 12px; } #calli-viz-editor .options-pane h3 { font-size: 14px; margin: 10px 0 0 0; line-height: 28px; } #calli-viz-editor .options-pane h3:first-child { margin-top: 0; } #calli-viz-editor .options-pane .form-horizontal .control-group { margin: 0 20px 5px 0; background-color: #f3f3f3; border: 1px solid #ddd; padding: 2px 0; } #calli-viz-editor .options-pane .form-horizontal .control-group .controls { margin-left: 120px; } #calli-viz-editor .options-pane .form-horizontal .control-label { width: 100px; } #calli-viz-editor .options-pane .form-horizontal .info { padding: 10px 0; } #calli-viz-editor .options-pane .form-horizontal input[type="text"], #calli-viz-editor .options-pane .form-horizontal input[type="color"], #calli-viz-editor .options-pane .form-horizontal select { width: 140px; } #calli-viz-editor .options-pane label, #calli-viz-editor .options-pane input, #calli-viz-editor .options-pane button, #calli-viz-editor .options-pane select, #calli-viz-editor .options-pane textarea { font-size: 14px; } /* bespoke editor: save-messages */ #calli-viz-editor .save-success, #calli-viz-editor .save-error { display:inline-block; font-size:13px; line-height:30px; padding-left:10px; } #calli-viz-editor .save-error { color: #c00; }
0.175821
0.064329
@import "../common/sc.var.css"; @import "../mixins/sc.mixins.util.css"; @component-namespace sc { /* 内容 */ @b theme { @when standard { padding: 15px; .el-row:first-child { height: 36px; overflow:hidden; margin-bottom: var(--content-padding-verticle); .el-form { text-align: right; .el-form-item { & + .el-form-item { margin-left: 15px; } .el-form-item__label { padding-right: 6px; } margin-bottom: 0; margin-right: 0; display: inline-block; } } } & .el-button.el-button--small { min-width: auto; } .sc-theme__table { height: calc(100% - 90px); background-color: #fff; overflow-y: scroll; } & .el-table__body-wrapper { height: calc(100% - 90px); } .el-pagination { @mixin container; padding: 0; margin-top: 10px; text-align: right; } & .el-dialog { .el-dialog__header { border-bottom: 1px solid #E7EEF9; } .el-dialog__body { .el-form--inline { @mixin container; overflow:visible; .el-form-item { margin-right: 0; height: 36px; margin-bottom: 20px; box-sizing: border-box; /* width: 50%; float: left; */ &:last-child { margin-bottom: 0; } .el-form-item__label { box-sizing: border-box; /* width:100px; */ text-align:right; } .el-form-item__content { height: 36px; box-sizing: border-box; /* width:60%; */ } .el-input, .el-select { width: 100%; } } } .el-form { @when single-col { .el-form-item { width: 90%; display: block; margin-bottom: 10px; .el-form-item__label { box-sizing: border-box; width:200px; text-align:right; padding-right: 20px; } .el-form-item__content { width:50%; .el-form-item__error { top: 0; left: 100%; width: 100px; height: 36px; line-height: 28px; margin-left: 10px; } } } } } } & .el-dialog--tiny { .el-dialog__body { .el-form--inline { .el-form-item { .el-form-item__content { width: 210px; } } } } } .el-dialog__footer { border-top: 1px solid #E7EEF9; height: 62px; padding: 15px 20px; .dialog-footer { text-align: right; } } } } } }
src/styles/postcss/window/sc.window.curd.css
@import "../common/sc.var.css"; @import "../mixins/sc.mixins.util.css"; @component-namespace sc { /* 内容 */ @b theme { @when standard { padding: 15px; .el-row:first-child { height: 36px; overflow:hidden; margin-bottom: var(--content-padding-verticle); .el-form { text-align: right; .el-form-item { & + .el-form-item { margin-left: 15px; } .el-form-item__label { padding-right: 6px; } margin-bottom: 0; margin-right: 0; display: inline-block; } } } & .el-button.el-button--small { min-width: auto; } .sc-theme__table { height: calc(100% - 90px); background-color: #fff; overflow-y: scroll; } & .el-table__body-wrapper { height: calc(100% - 90px); } .el-pagination { @mixin container; padding: 0; margin-top: 10px; text-align: right; } & .el-dialog { .el-dialog__header { border-bottom: 1px solid #E7EEF9; } .el-dialog__body { .el-form--inline { @mixin container; overflow:visible; .el-form-item { margin-right: 0; height: 36px; margin-bottom: 20px; box-sizing: border-box; /* width: 50%; float: left; */ &:last-child { margin-bottom: 0; } .el-form-item__label { box-sizing: border-box; /* width:100px; */ text-align:right; } .el-form-item__content { height: 36px; box-sizing: border-box; /* width:60%; */ } .el-input, .el-select { width: 100%; } } } .el-form { @when single-col { .el-form-item { width: 90%; display: block; margin-bottom: 10px; .el-form-item__label { box-sizing: border-box; width:200px; text-align:right; padding-right: 20px; } .el-form-item__content { width:50%; .el-form-item__error { top: 0; left: 100%; width: 100px; height: 36px; line-height: 28px; margin-left: 10px; } } } } } } & .el-dialog--tiny { .el-dialog__body { .el-form--inline { .el-form-item { .el-form-item__content { width: 210px; } } } } } .el-dialog__footer { border-top: 1px solid #E7EEF9; height: 62px; padding: 15px 20px; .dialog-footer { text-align: right; } } } } } }
0.112759
0.063628
@media only screen and (max-width: 1100px) { .site-nav ul { display: grid; grid-template-columns: 1fr; } .site-nav ul li { border-left: 1px dotted white; border-bottom-left-radius: 1rem; border-top-right-radius: 1rem; } .site-nav ul li { text-align: center; border-right: 1px dotted white; background: var(--color-orange); border: 1px dotted white; } .site-nav ul li a { text-align: center; padding: 5px; text-decoration: none; border: none; } .site-nav ul li:nth-child(1) a { border-left: none; } .site-nav { background: none; margin-bottom: 5rem; } .subscribe input[type="email"] { width: 100%; } .subscribe .btn-subscribe { width: 100%; } .site-header { display: flex; flex-direction: column; align-items: center; } .site-header .log-in .btn-log-in { font-size: 12px; } .site-header .search input[type=search] { width: 10rem; } .movie p { font-size: 12px; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 20px; } .site-footer { font-size: 12px; } .bg { margin-top: 9rem; min-height: 30vh; background-position: top; } .movie { display: grid; grid-template-columns: 1fr 1fr; gap: 1%; margin-left: 3rem; } .movie img { justify-items: center; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 16px; } .site-footer { display: flex; flex-direction: column; font-size: 12px; } .subscribe p { font-size: 12px !important; } .subscribe form { display: flex; flex-direction: column; width: 100%; } .register-movie select { font-size: 10px !important; } } @media only screen and (max-width: 320px) { .site-nav { background: none; margin-bottom: 8rem; } .subscribe form { display: flex; flex-direction: column; width: 100%; } .subscribe input[type="email"] { width: 100%; } .subscribe .btn-subscribe { width: 100%; font-size: 10px !important; } .site-header .log-in .btn-log-in { font-size: 12px; } .site-header .search input[type=search] { width: 10rem; } .movie { justify-items: center; } .movie i, .movie p { font-size: 12px !important; } .site-footer { display: flex !important; flex-direction: column; font-size: 10px; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 10px !important; } .latest-text, .news-latest-text { margin: 0.5rem 0 1rem 3rem !important; } .register-movie select { font-size: 8px !important; } }
Web/MovieCatalogAspNetCore.Web/wwwroot/css/_responsive-index.css
@media only screen and (max-width: 1100px) { .site-nav ul { display: grid; grid-template-columns: 1fr; } .site-nav ul li { border-left: 1px dotted white; border-bottom-left-radius: 1rem; border-top-right-radius: 1rem; } .site-nav ul li { text-align: center; border-right: 1px dotted white; background: var(--color-orange); border: 1px dotted white; } .site-nav ul li a { text-align: center; padding: 5px; text-decoration: none; border: none; } .site-nav ul li:nth-child(1) a { border-left: none; } .site-nav { background: none; margin-bottom: 5rem; } .subscribe input[type="email"] { width: 100%; } .subscribe .btn-subscribe { width: 100%; } .site-header { display: flex; flex-direction: column; align-items: center; } .site-header .log-in .btn-log-in { font-size: 12px; } .site-header .search input[type=search] { width: 10rem; } .movie p { font-size: 12px; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 20px; } .site-footer { font-size: 12px; } .bg { margin-top: 9rem; min-height: 30vh; background-position: top; } .movie { display: grid; grid-template-columns: 1fr 1fr; gap: 1%; margin-left: 3rem; } .movie img { justify-items: center; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 16px; } .site-footer { display: flex; flex-direction: column; font-size: 12px; } .subscribe p { font-size: 12px !important; } .subscribe form { display: flex; flex-direction: column; width: 100%; } .register-movie select { font-size: 10px !important; } } @media only screen and (max-width: 320px) { .site-nav { background: none; margin-bottom: 8rem; } .subscribe form { display: flex; flex-direction: column; width: 100%; } .subscribe input[type="email"] { width: 100%; } .subscribe .btn-subscribe { width: 100%; font-size: 10px !important; } .site-header .log-in .btn-log-in { font-size: 12px; } .site-header .search input[type=search] { width: 10rem; } .movie { justify-items: center; } .movie i, .movie p { font-size: 12px !important; } .site-footer { display: flex !important; flex-direction: column; font-size: 10px; } .site-footer .social ul { margin-left: 6rem; } .site-footer .social ul li a { padding: 0.5rem; font-size: 10px !important; } .latest-text, .news-latest-text { margin: 0.5rem 0 1rem 3rem !important; } .register-movie select { font-size: 8px !important; } }
0.380529
0.185154
.tasks-pane { display: flex; flex-direction: column; width: var(--primary-large-width); margin-top: var(--primary-height); } /* TasksHeader Start */ .tasks-header { display: flex; align-items: center; height: var(--primary-medium-height); border-bottom: 1px solid white; font-weight: bold; font-size: 1.1em; letter-spacing: 0.05em; } .tasks-header-title { flex: 1; font-size: 1.3em; } .tasks-header-dropdown { position: relative; display: inline-block; } .tasks-header-dropdown-content { display: none; right: 0; position: absolute; background-color: var(--app-white); min-width: 180px; max-width: 360px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 4px; padding: 4px 0; } .tasks-header-dropdown:hover .tasks-header-dropdown-content { display: block; } .tasks-header-dropdown-content button { color: var(--app-darker-gray); padding: 8px 12px; text-decoration: none; display: block; font-size: 0.8em; width: 100%; text-align: start; font-weight: bold; } .tasks-header-dropdown-content button:hover, .tasks-header-dropdown-isActive { background-color: var(--app-darker-gray); border-radius: 0; color: var(--app-white); } .tasks-header-menu { padding: 0; } /* TasksHeader End */ /* TasksBody Start */ .tasks-body { margin: 24px 0; } /* This essentially gives .tasks-body-task a margin-bottom of 28px (-padding from item) */ .tasks-body-task-drag-wrapper { height: calc(var(--primary-height) + 28px); } .tasks-body-task { display: flex; background: var(--app-white); color: var(--app-darker-gray); align-items: center; padding: 8px 14px; height: var(--primary-height); border-radius: 4px; cursor: pointer; } .tasks-body-task:hover { border-left: 8px solid var(--app-darker-gray); } .tasks-body-task-name { flex: 1; font-weight: bold; margin-left: 12px; } .tasks-body-task-menu { border: 1px solid var(--app-lighter-gray); padding: 0; margin-left: 16px; } .tasks-body-add { width: var(--primary-large-width); height: var(--primary-medium-height); background: rgba(0, 0, 0, 0.15); color: var(--app-gray); display: flex; justify-content: center; align-items: center; cursor: pointer; border: 2.5px var(--app-gray) dashed; opacity: 0.9; font-weight: bold; margin-top: 24px; } /* TasksBody End */ /* TasksModal Start */ .tasks-modal-arrow { background: white; color: var(--app-darker-gray); display: flex; justify-content: center; align-items: center; margin-right: 6px; border-radius: 4px; font-weight: bold; padding: 0 8px; cursor: pointer; border: 1px solid var(--app-darker-gray); } .tasks-modal-cancel, .tasks-modal-delete { flex: 1; margin-right: 12px; color: white; text-align: start; /* Reset from button styles */ cursor: unset; background: none; } .tasks-modal-cancel { text-align: end; } .tasks-modal-cancel-text, .tasks-modal-delete-text { cursor: pointer; color: white; } .tasks-modal-save { margin-left: 12px; color: var(--app-darker-gray); padding: 8px 12px; border-radius: 4px; background: var(--app-white); cursor: pointer; } /* TasksModal End */
src/TasksPane/index.css
.tasks-pane { display: flex; flex-direction: column; width: var(--primary-large-width); margin-top: var(--primary-height); } /* TasksHeader Start */ .tasks-header { display: flex; align-items: center; height: var(--primary-medium-height); border-bottom: 1px solid white; font-weight: bold; font-size: 1.1em; letter-spacing: 0.05em; } .tasks-header-title { flex: 1; font-size: 1.3em; } .tasks-header-dropdown { position: relative; display: inline-block; } .tasks-header-dropdown-content { display: none; right: 0; position: absolute; background-color: var(--app-white); min-width: 180px; max-width: 360px; box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); z-index: 1; border-radius: 4px; padding: 4px 0; } .tasks-header-dropdown:hover .tasks-header-dropdown-content { display: block; } .tasks-header-dropdown-content button { color: var(--app-darker-gray); padding: 8px 12px; text-decoration: none; display: block; font-size: 0.8em; width: 100%; text-align: start; font-weight: bold; } .tasks-header-dropdown-content button:hover, .tasks-header-dropdown-isActive { background-color: var(--app-darker-gray); border-radius: 0; color: var(--app-white); } .tasks-header-menu { padding: 0; } /* TasksHeader End */ /* TasksBody Start */ .tasks-body { margin: 24px 0; } /* This essentially gives .tasks-body-task a margin-bottom of 28px (-padding from item) */ .tasks-body-task-drag-wrapper { height: calc(var(--primary-height) + 28px); } .tasks-body-task { display: flex; background: var(--app-white); color: var(--app-darker-gray); align-items: center; padding: 8px 14px; height: var(--primary-height); border-radius: 4px; cursor: pointer; } .tasks-body-task:hover { border-left: 8px solid var(--app-darker-gray); } .tasks-body-task-name { flex: 1; font-weight: bold; margin-left: 12px; } .tasks-body-task-menu { border: 1px solid var(--app-lighter-gray); padding: 0; margin-left: 16px; } .tasks-body-add { width: var(--primary-large-width); height: var(--primary-medium-height); background: rgba(0, 0, 0, 0.15); color: var(--app-gray); display: flex; justify-content: center; align-items: center; cursor: pointer; border: 2.5px var(--app-gray) dashed; opacity: 0.9; font-weight: bold; margin-top: 24px; } /* TasksBody End */ /* TasksModal Start */ .tasks-modal-arrow { background: white; color: var(--app-darker-gray); display: flex; justify-content: center; align-items: center; margin-right: 6px; border-radius: 4px; font-weight: bold; padding: 0 8px; cursor: pointer; border: 1px solid var(--app-darker-gray); } .tasks-modal-cancel, .tasks-modal-delete { flex: 1; margin-right: 12px; color: white; text-align: start; /* Reset from button styles */ cursor: unset; background: none; } .tasks-modal-cancel { text-align: end; } .tasks-modal-cancel-text, .tasks-modal-delete-text { cursor: pointer; color: white; } .tasks-modal-save { margin-left: 12px; color: var(--app-darker-gray); padding: 8px 12px; border-radius: 4px; background: var(--app-white); cursor: pointer; } /* TasksModal End */
0.358129
0.150903
*{ font-family: 'Quicksand', sans-serif; } #logo{ margin-top: 18%; } #mouse{ margin-top: 6%; margin-bottom: 6%; } #mouse { animation: bounce 3s infinite; } @keyframes bounce { from { transform: translateY(0px); } to { transform: translateY(-50px); } } .home { background-image: url("../images/h_img.jpg"); background-size: cover; height: 100vh; text-align: center; color: aliceblue; } .about{ text-align: center; margin-top: 2%; } .services{ background-image: url("../images/s_image.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: aliceblue; } .services p{ text-align: center; padding-bottom: 10%; } .work{ text-align: center; } .bold{ font-weight: bold; } .info{ display: none; } .details{ display: none; } .portfolio{ text-align: center; } .img_wrap { position: relative; overflow: hidden; margin-bottom: 5%; } .img_description { position: absolute; opacity: 0; transition: opacity .2s, visibility .2s; border: 2px solid white; color: black; font-size: 28px; height: 70%; width: 70%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .img_description_show { visibility: visible; opacity: 1; background-color: rgba(255, 255, 255, 0.5); } .contacts{ background-image: url("../images/c_image.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: aliceblue; padding: 4%; } .contacts input { margin-bottom: 3%; background: transparent; } .contacts textarea { background: transparent; } .contacts textarea::placeholder, .contacts input::placeholder { background: transparent; color: aliceblue; } .post{ margin-bottom: 15px; padding: 5px; border-radius: 10px; font-weight: bolder; } footer{ text-align: center; margin-top: 5%; font-weight: bolder; }
css/styles.css
*{ font-family: 'Quicksand', sans-serif; } #logo{ margin-top: 18%; } #mouse{ margin-top: 6%; margin-bottom: 6%; } #mouse { animation: bounce 3s infinite; } @keyframes bounce { from { transform: translateY(0px); } to { transform: translateY(-50px); } } .home { background-image: url("../images/h_img.jpg"); background-size: cover; height: 100vh; text-align: center; color: aliceblue; } .about{ text-align: center; margin-top: 2%; } .services{ background-image: url("../images/s_image.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: aliceblue; } .services p{ text-align: center; padding-bottom: 10%; } .work{ text-align: center; } .bold{ font-weight: bold; } .info{ display: none; } .details{ display: none; } .portfolio{ text-align: center; } .img_wrap { position: relative; overflow: hidden; margin-bottom: 5%; } .img_description { position: absolute; opacity: 0; transition: opacity .2s, visibility .2s; border: 2px solid white; color: black; font-size: 28px; height: 70%; width: 70%; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; } .img_description_show { visibility: visible; opacity: 1; background-color: rgba(255, 255, 255, 0.5); } .contacts{ background-image: url("../images/c_image.jpg"); background-repeat: no-repeat; background-size: cover; text-align: center; color: aliceblue; padding: 4%; } .contacts input { margin-bottom: 3%; background: transparent; } .contacts textarea { background: transparent; } .contacts textarea::placeholder, .contacts input::placeholder { background: transparent; color: aliceblue; } .post{ margin-bottom: 15px; padding: 5px; border-radius: 10px; font-weight: bolder; } footer{ text-align: center; margin-top: 5%; font-weight: bolder; }
0.468061
0.121607
*{ margin:0; padding:0; } body{ background-color: #252838; } header{ display: flex; justify-content: space-between; padding:70px 150px; } .title{ display: flex; } header img{ width:60px; } h1{ font-family: Arial, Helvetica, sans-serif; color:white; } h1 span{ color:#2059a3; margin:0 10px; } .container{ display: flex; justify-content: center; } .container #search{ border:none; border-bottom-left-radius: 10px; border-top-left-radius:10px ; background:white; box-shadow: 5px 5px 15px #1f1f1f; color:#2059a3; font-size: 17px; outline:none; padding:20px 20px; width: 500px; } #search::placeholder{ color:#2059a3; font-size: 17px; letter-spacing: 2px; } #submit{ padding:0 20px; border-bottom-right-radius: 10px; border-top-right-radius:10px ; background: #2059a3; box-shadow: 5px 5px 15px #1f1f1f; color:white; font-size: 17px; outline:none; border:none; } #submit:hover{ background-color: white; color:#2059a3; } .container_target{ flex-wrap: wrap; margin-top: 60px; max-width: 70%; margin: 50px auto; } .target{ width:190px; height:250px; border-radius: 5px; background-color: #ffffff55; margin:10px 10px; box-shadow: 5px 7px 5px #00000055; text-align: center; color:white; font-family: Arial, Helvetica, sans-serif; font-weight: 600; letter-spacing: 1px; } .target:hover{ background-color: #ffffff8c; transform:scale(1.01); } .target span{ background-color: #2059a3; border-radius: 40px; padding:1px 5px; } .target input{ background-color: transparent; border:none; font-size: 18px; color:#2059a3; font-weight: 600; cursor: pointer; } .target .target_header{ display: flex; justify-content: space-between; margin: 10px 20px; } .target_header .nameCity{ display: flex; font-size: 18px; text-transform: capitalize; } /* -------------- */ .target_content h2{ font-family: Arial, Helvetica, sans-serif; color:white; font-size: 45px; margin-top: 0px; } .target_content img{ width:100px; } .target_content p{ margin-top:0px ; font-size: 16px; font-weight: 200; letter-spacing: 0px; } @media(max-width:600px){ header{ display: flex; justify-content: center; } }
style.css
*{ margin:0; padding:0; } body{ background-color: #252838; } header{ display: flex; justify-content: space-between; padding:70px 150px; } .title{ display: flex; } header img{ width:60px; } h1{ font-family: Arial, Helvetica, sans-serif; color:white; } h1 span{ color:#2059a3; margin:0 10px; } .container{ display: flex; justify-content: center; } .container #search{ border:none; border-bottom-left-radius: 10px; border-top-left-radius:10px ; background:white; box-shadow: 5px 5px 15px #1f1f1f; color:#2059a3; font-size: 17px; outline:none; padding:20px 20px; width: 500px; } #search::placeholder{ color:#2059a3; font-size: 17px; letter-spacing: 2px; } #submit{ padding:0 20px; border-bottom-right-radius: 10px; border-top-right-radius:10px ; background: #2059a3; box-shadow: 5px 5px 15px #1f1f1f; color:white; font-size: 17px; outline:none; border:none; } #submit:hover{ background-color: white; color:#2059a3; } .container_target{ flex-wrap: wrap; margin-top: 60px; max-width: 70%; margin: 50px auto; } .target{ width:190px; height:250px; border-radius: 5px; background-color: #ffffff55; margin:10px 10px; box-shadow: 5px 7px 5px #00000055; text-align: center; color:white; font-family: Arial, Helvetica, sans-serif; font-weight: 600; letter-spacing: 1px; } .target:hover{ background-color: #ffffff8c; transform:scale(1.01); } .target span{ background-color: #2059a3; border-radius: 40px; padding:1px 5px; } .target input{ background-color: transparent; border:none; font-size: 18px; color:#2059a3; font-weight: 600; cursor: pointer; } .target .target_header{ display: flex; justify-content: space-between; margin: 10px 20px; } .target_header .nameCity{ display: flex; font-size: 18px; text-transform: capitalize; } /* -------------- */ .target_content h2{ font-family: Arial, Helvetica, sans-serif; color:white; font-size: 45px; margin-top: 0px; } .target_content img{ width:100px; } .target_content p{ margin-top:0px ; font-size: 16px; font-weight: 200; letter-spacing: 0px; } @media(max-width:600px){ header{ display: flex; justify-content: center; } }
0.340705
0.078219
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700'); .af-view .anima-overlay { position : absolute; opacity : 0; display : none; top : 0; width : 100%; height : 100%; } .af-view .af-class-bp2-home { width : 100%; min-width : 1024px; height : 100%; min-height : 2442px; position : relative; overflow : hidden; margin : 0px; background : rgba(255, 255, 255, 1.0); } .af-view a { text-decoration : none; } .af-view div { -webkit-text-size-adjust: none; } .af-view .bp2-an-animation-enter { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter1 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter2 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter3 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter4 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter5 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter6 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter7 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter8 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.20000004768s; -moz-animation-delay: 1.20000004768s; -o-animation-delay : 1.20000004768s; animation-delay : 1.20000004768s; } @-webkit-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter9 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.39999997616s; -moz-animation-delay: 1.39999997616s; -o-animation-delay : 1.39999997616s; animation-delay : 1.39999997616s; } @-webkit-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter10 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay : 1s; animation-delay : 1s; } @-webkit-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter11 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -moz-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -o-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -webkit-animation-delay: 1.60000002384s; -moz-animation-delay: 1.60000002384s; -o-animation-delay : 1.60000002384s; animation-delay : 1.60000002384s; } @-webkit-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter12 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay : 0s; animation-delay : 0s; } @-webkit-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .af-class-bp2-home .af-class-bp2-grid { background : rgba(255, 255, 255, 0.0); width : 1002px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-grid-layout-container { pointer-events : none; flex-direction : column; top : 954px; align-items : center; height : 904px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell { background : rgba(255, 255, 255, 0.0); top : 604px; height : 300px; width : 650px; position : absolute; margin : 0; left : 352px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-content { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay .af-class-bp2-white-overlay { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay .af-class-bp2-the-cow-goes-app { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.29%; position : absolute; margin : 0; left : 14.77%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 { background : rgba(255, 255, 255, 0.0); top : 604px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-image1 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 .af-class-bp2-view3 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 .af-class-bp2-coin-logo { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.31%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 { background : rgba(255, 255, 255, 0.0); top : 302px; height : 300px; width : 350px; position : absolute; margin : 0; left : 652px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-image2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 .af-class-bp2-view6 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 .af-class-bp2-pine-logo { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.31%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 { background : rgba(255, 255, 255, 0.0); top : 302px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-image3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 .af-class-bp2-view9 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 .af-class-bp2-hava-drink-app { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.29%; position : absolute; margin : 0; left : 14.77%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 352px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-image4 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 .af-class-bp2-view12 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 .af-class-bp2-magic-burger-app { background : rgba(255, 255, 255, 0.0); top : 31.33%; height : 36.00%; width : 39.23%; position : absolute; margin : 0; left : 30.31%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-image5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 .af-class-bp2-view15 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 .af-class-bp2-open-orange-logo { background : rgba(255, 255, 255, 0.0); top : 33.00%; height : 36.00%; width : 70.32%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-my-work { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-my-work-layout-container { pointer-events : none; flex-direction : column; top : 820px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-keep-in-touch { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : center; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-keep-in-touch-layout-container { pointer-events : none; flex-direction : column; top : 1958px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-top-bar-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 64px; width : 100%; position : fixed; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header { background : rgba(255, 255, 255, 0.0); width : 2578px; margin-right : 1px; height : 100%; pointer-events : auto; margin-left : -1px; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-header-layout-container { pointer-events : none; flex-direction : column; top : 0px; align-items : center; height : 720px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-cover-bg { background : rgba(63, 63, 63, 1.0); top : 0px; height : 720px; width : 2578px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-cover-image { background : rgba(255, 255, 255, 0.0); top : 0px; height : 720px; width : 2578px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box { background : rgba(255, 255, 255, 0.0); top : 124px; height : 280px; width : 410px; position : absolute; margin : 0; left : 1310px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-background { background : rgba(255, 255, 255, 0.7); top : 0px; height : 280px; width : 410px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-corner { background : rgba(255, 255, 255, 0.0); top : 12px; height : 30px; width : 30px; position : absolute; margin : 0; left : 370px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-jenny-doe { background : rgba(255, 255, 255, 0.0); top : 106px; height : auto; width : auto; position : absolute; margin : 0; left : 35px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(255, 49, 166, 1.0); text-align : left; line-height : 62.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-i-m { background : rgba(255, 255, 255, 0.0); top : 30px; height : auto; width : auto; position : absolute; margin : 0; left : 36px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 59.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-ux-designer { background : rgba(255, 255, 255, 0.0); top : 364px; height : auto; width : auto; position : absolute; margin : 0; left : 1574px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 17.0px; color : rgba(99, 99, 99, 1.0); text-align : right; line-height : 20.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello { background : rgba(255, 255, 255, 0.0); top : 75px; height : auto; width : auto; position : absolute; margin : 0; left : 1308px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 28.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-menu-button { background : rgba(255, 255, 255, 0.0); right : 20px; top : 20px; height : 24px; width : 30px; position : fixed; margin : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer { background : rgba(255, 255, 255, 0.0); width : 2600px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-footer-layout-container { pointer-events : none; flex-direction : column; top : 2092px; align-items : center; height : 350px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-footer-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 350px; width : 2600px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-a-portfolio-template { background : rgba(255, 255, 255, 0.0); top : 311px; height : auto; width : auto; position : absolute; margin : 0; left : 1146px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 0.58); text-align : left; line-height : 19.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-phone { background : rgba(255, 255, 255, 0.0); top : 251px; height : auto; width : auto; position : absolute; margin : 0; left : 1506px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 18.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 21.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-phone:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social { background : rgba(255, 255, 255, 0.0); top : 121px; height : 88px; width : 90px; position : absolute; margin : 0; left : 1533px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-dribbble { background : rgba(255, 255, 255, 0.0); top : 58px; height : 30px; width : 30px; position : absolute; margin : 0; left : 0px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-dribbble:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-behance { background : rgba(255, 255, 255, 0.0); top : 63px; height : 20px; width : 30px; position : absolute; margin : 0; left : 60px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-behance:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-facebook { background : rgba(255, 255, 255, 0.0); top : 0px; height : 26px; width : 26px; position : absolute; margin : 0; left : 2px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-facebook:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-twitter { background : rgba(255, 255, 255, 0.0); top : 1px; height : 24px; width : 30px; position : absolute; margin : 0; left : 60px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-twitter:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-email-link { background : rgba(255, 255, 255, 0.0); top : 49px; height : auto; width : auto; position : absolute; margin : 0; left : 1476px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 18.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 21.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-email-link:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form { background : rgba(255, 255, 255, 0.0); top : 49px; height : 232px; width : 475px; position : absolute; margin : 0; left : 815px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields { background : rgba(255, 255, 255, 0.0); top : 0px; height : 25px; width : 474px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-name { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-name::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-email { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 237px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-email::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-line { background : rgba(255, 255, 255, 0.0); top : 22px; height : 3px; width : 474px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 { background : rgba(255, 255, 255, 0.0); top : 55px; height : 110px; width : 475px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-rectangle3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 110px; width : 475px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(150, 150, 150, 1.0); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-text-how-can-i-help { background : rgba(255, 255, 255, 0.0); top : 9px; height : 92px; width : 453px; position : absolute; margin : 0; left : 11px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-text-how-can-i-help::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send { background : rgba(255, 255, 255, 0.0); top : 195px; height : 37px; width : 475px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send .af-class-bp2-view17 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 37px; width : 475px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(255, 50, 167, 1.0); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send .af-class-bp2-label1 { background : rgba(255, 255, 255, 0.0); top : 9px; height : auto; width : 70px; position : absolute; margin : 0; left : 203px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 19.0px; } /* .anima-animate-appear prefix for appear animations */ .af-view .anima-animate-appear { opacity : 0; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; animation : anima-reveal 0.3s ease-in-out 1 normal forwards; } .af-view .anima-animate-disappear { opacity : 1; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; } .af-view .anima-animate-nodelay { -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay : 0; animation-delay : 0; } @-webkit-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } .af-view .af-class-bp1-home-mobile { width : 100%; min-width : 320px; height : 100%; min-height : 3442px; position : relative; overflow : hidden; margin : 0px; background : rgba(255, 255, 255, 1.0); } .af-view a { text-decoration : none; } .af-view div { -webkit-text-size-adjust: none; } .af-view .bp1-an-animation-enter { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter1 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter2 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter3 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter4 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter5 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter6 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter7 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter8 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.20000004768s; -moz-animation-delay: 1.20000004768s; -o-animation-delay : 1.20000004768s; animation-delay : 1.20000004768s; } @-webkit-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter9 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.39999997616s; -moz-animation-delay: 1.39999997616s; -o-animation-delay : 1.39999997616s; animation-delay : 1.39999997616s; } @-webkit-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter10 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay : 1s; animation-delay : 1s; } @-webkit-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter11 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -moz-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -o-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -webkit-animation-delay: 1.60000002384s; -moz-animation-delay: 1.60000002384s; -o-animation-delay : 1.60000002384s; animation-delay : 1.60000002384s; } @-webkit-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter12 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay : 0s; animation-delay : 0s; } @-webkit-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid { background : rgba(255, 255, 255, 0.0); width : 1024px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid-layout-container { pointer-events : none; flex-direction : column; top : 857px; align-items : center; height : 1800px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-cell { background : rgba(255, 255, 255, 0.0); top : 1500px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-cell .af-class-bp1-content { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view1 { background : rgba(255, 255, 255, 0.0); top : 1200px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view1 .af-class-bp1-image1 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view2 { background : rgba(255, 255, 255, 0.0); top : 900px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view2 .af-class-bp1-image2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view3 { background : rgba(255, 255, 255, 0.0); top : 600px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view3 .af-class-bp1-image3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view4 { background : rgba(255, 255, 255, 0.0); top : 300px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view4 .af-class-bp1-image4 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view5 .af-class-bp1-image5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-my-work { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-my-work-layout-container { pointer-events : none; flex-direction : column; top : 723px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-keep-in-touch { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : center; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-keep-in-touch-layout-container { pointer-events : none; flex-direction : column; top : 2757px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-top-bar-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 64px; width : 100%; position : fixed; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header { background : rgba(255, 255, 255, 0.0); width : 2231px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header-layout-container { pointer-events : none; flex-direction : column; top : 0px; align-items : center; height : 624px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-cover-bg { background : rgba(63, 63, 63, 1.0); top : 0px; height : 623px; width : 2231px; position : absolute; margin : 0; left : 1px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-cover-image { background : rgba(255, 255, 255, 0.0); top : 0px; height : 624px; width : 2231px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box { background : rgba(255, 255, 255, 0.0); top : 136px; height : 243px; width : 371px; position : absolute; margin : 0; left : 931px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-background { background : rgba(255, 255, 255, 0.7); top : 0px; height : 243px; width : 371px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-corner { background : rgba(255, 255, 255, 0.0); top : 10px; height : 27px; width : 28px; position : absolute; margin : 0; left : 334px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-jenny-doe { background : rgba(255, 255, 255, 0.0); top : 83px; height : auto; width : 154px; position : absolute; margin : 0; left : 31px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(255, 49, 166, 1.0); text-align : left; line-height : 62.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-i-m { background : rgba(255, 255, 255, 0.0); top : 22px; height : auto; width : 78px; position : absolute; margin : 0; left : 32px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 59.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-ux-designer { background : rgba(255, 255, 255, 0.0); top : 342px; height : auto; width : 119px; position : absolute; margin : 0; left : 1140px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 17.0px; color : rgba(99, 99, 99, 1.0); text-align : right; line-height : 20.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello { background : rgba(255, 255, 255, 0.0); top : 91px; height : auto; width : 82px; position : absolute; margin : 0; left : 1075px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 28.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-menu-button { background : rgba(255, 255, 255, 0.0); right : 20px; top : 20px; height : 24px; width : 30px; position : fixed; margin : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer { background : rgba(255, 255, 255, 0.0); width : 1024px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer-layout-container { pointer-events : none; flex-direction : column; top : 2891px; align-items : center; height : 553px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-footer-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 553px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-a-portfolio-template { background : rgba(255, 255, 255, 0.0); top : 501px; height : auto; width : auto; position : absolute; margin : 0; left : 358px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 0.58); text-align : left; line-height : 19.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-phone { background : rgba(255, 255, 255, 0.0); top : 63px; height : auto; width : auto; position : absolute; margin : 0; left : 456px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 14.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 16.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-phone:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social { /* Flexbox */ display: flex; justify-content : flex-start; flex-direction : row; align-items : center; background : rgba(255, 255, 255, 0.0); top : 104px; height : 30px; width : auto; position : absolute; margin : 0; left : 399px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-facebook { background : rgba(255, 255, 255, 0.0); position : relative; height : 26px; margin : 0; width : 26px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-facebook:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-twitter { background : rgba(255, 255, 255, 0.0); position : relative; height : 24px; margin : 0 0 0 30px; width : 29px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-twitter:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-dribbble { background : rgba(255, 255, 255, 0.0); position : relative; height : 30px; margin : 0 0 0 30px; width : 32px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-dribbble:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-behance { background : rgba(255, 255, 255, 0.0); position : relative; height : 20px; margin : 0 0 0 30px; width : 29px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-behance:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-email-link { background : rgba(255, 255, 255, 0.0); top : 32px; height : auto; width : auto; position : absolute; margin : 0; left : 433px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 14.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 16.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-email-link:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form { background : rgba(255, 255, 255, 0.0); top : 205px; height : 242px; width : 281px; position : absolute; margin : 0; left : 372px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields { background : rgba(255, 255, 255, 0.0); top : 0px; height : 25px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-text-name { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-text-name::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-line { background : rgba(255, 255, 255, 0.0); top : 22px; height : 2px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 { background : rgba(255, 255, 255, 0.0); top : 40px; height : 25px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-text-email { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-text-email::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-image6 { background : rgba(255, 255, 255, 0.0); top : 22px; height : 2px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 { background : rgba(255, 255, 255, 0.0); top : 80px; height : 110px; width : 280px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-rectangle3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 110px; width : 280px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(150, 150, 150, 1.0); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-text-how-can-i-help { background : rgba(255, 255, 255, 0.0); top : 9px; height : 92px; width : 260px; position : absolute; margin : 0; left : 11px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-text-how-can-i-help::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send { background : rgba(255, 255, 255, 0.0); top : 205px; height : 37px; width : 280px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send .af-class-bp1-view8 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 37px; width : 280px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(255, 50, 167, 1.0); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send .af-class-bp1-label1 { background : rgba(255, 255, 255, 0.0); top : 9px; height : auto; width : 70px; position : absolute; margin : 0; left : 105px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 19.0px; } /* .anima-animate-appear prefix for appear animations */ .af-view .anima-animate-appear { opacity : 0; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; animation : anima-reveal 0.3s ease-in-out 1 normal forwards; } .af-view .anima-animate-disappear { opacity : 1; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; } .af-view .anima-animate-nodelay { -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay : 0; animation-delay : 0; } @-webkit-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @media screen and (max-width: 1023px) { .af-view .af-class-bp1-home-mobile { display : block; } .af-view .af-class-bp2-home { display : none; } } @media screen and (min-width: 1024px) { .af-view .af-class-bp1-home-mobile { display : none; } .af-view .af-class-bp2-home { display : block; } }
examples/sketch/public/css/home.css
@import url('https://fonts.googleapis.com/css?family=Arvo:400,700'); .af-view .anima-overlay { position : absolute; opacity : 0; display : none; top : 0; width : 100%; height : 100%; } .af-view .af-class-bp2-home { width : 100%; min-width : 1024px; height : 100%; min-height : 2442px; position : relative; overflow : hidden; margin : 0px; background : rgba(255, 255, 255, 1.0); } .af-view a { text-decoration : none; } .af-view div { -webkit-text-size-adjust: none; } .af-view .bp2-an-animation-enter { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter1 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter2 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter3 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter4 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.449999988079s; -moz-animation-delay: 0.449999988079s; -o-animation-delay : 0.449999988079s; animation-delay : 0.449999988079s; } @-webkit-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter5 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter6 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter7 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter8 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.20000004768s; -moz-animation-delay: 1.20000004768s; -o-animation-delay : 1.20000004768s; animation-delay : 1.20000004768s; } @-webkit-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter9 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.39999997616s; -moz-animation-delay: 1.39999997616s; -o-animation-delay : 1.39999997616s; animation-delay : 1.39999997616s; } @-webkit-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter10 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay : 1s; animation-delay : 1s; } @-webkit-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp2-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp2-an-animation-enter11 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -moz-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -o-animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; animation : bp2-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -webkit-animation-delay: 1.60000002384s; -moz-animation-delay: 1.60000002384s; -o-animation-delay : 1.60000002384s; animation-delay : 1.60000002384s; } @-webkit-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp2-an-animation-enter12 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -moz-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -o-animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; animation : bp2-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay : 0s; animation-delay : 0s; } @-webkit-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp2-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .af-class-bp2-home .af-class-bp2-grid { background : rgba(255, 255, 255, 0.0); width : 1002px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-grid-layout-container { pointer-events : none; flex-direction : column; top : 954px; align-items : center; height : 904px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell { background : rgba(255, 255, 255, 0.0); top : 604px; height : 300px; width : 650px; position : absolute; margin : 0; left : 352px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-content { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay .af-class-bp2-white-overlay { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-cell .af-class-bp2-overlay .af-class-bp2-the-cow-goes-app { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.29%; position : absolute; margin : 0; left : 14.77%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 { background : rgba(255, 255, 255, 0.0); top : 604px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-image1 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 .af-class-bp2-view3 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view1 .af-class-bp2-view2 .af-class-bp2-coin-logo { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.31%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 { background : rgba(255, 255, 255, 0.0); top : 302px; height : 300px; width : 350px; position : absolute; margin : 0; left : 652px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-image2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 .af-class-bp2-view6 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view4 .af-class-bp2-view5 .af-class-bp2-pine-logo { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.31%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 { background : rgba(255, 255, 255, 0.0); top : 302px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-image3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 .af-class-bp2-view9 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view7 .af-class-bp2-view8 .af-class-bp2-hava-drink-app { background : rgba(255, 255, 255, 0.0); top : 33.33%; height : 36.00%; width : 70.29%; position : absolute; margin : 0; left : 14.77%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 352px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-image4 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 650px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 .af-class-bp2-view12 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view10 .af-class-bp2-view11 .af-class-bp2-magic-burger-app { background : rgba(255, 255, 255, 0.0); top : 31.33%; height : 36.00%; width : 39.23%; position : absolute; margin : 0; left : 30.31%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-image5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 350px; position : absolute; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; opacity : 0.0; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14:hover { opacity : 1; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 .af-class-bp2-view15 { background : rgba(255, 255, 255, 0.9); top : 0px; height : 100%; width : 100%; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-grid .af-class-bp2-view13 .af-class-bp2-view14 .af-class-bp2-open-orange-logo { background : rgba(255, 255, 255, 0.0); top : 33.00%; height : 36.00%; width : 70.32%; position : absolute; margin : 0; left : 14.57%; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 30.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 37.0px; } .af-view .af-class-bp2-home .af-class-bp2-my-work { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-my-work-layout-container { pointer-events : none; flex-direction : column; top : 820px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-keep-in-touch { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : center; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-keep-in-touch-layout-container { pointer-events : none; flex-direction : column; top : 1958px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-top-bar-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 64px; width : 100%; position : fixed; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header { background : rgba(255, 255, 255, 0.0); width : 2578px; margin-right : 1px; height : 100%; pointer-events : auto; margin-left : -1px; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-header-layout-container { pointer-events : none; flex-direction : column; top : 0px; align-items : center; height : 720px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-cover-bg { background : rgba(63, 63, 63, 1.0); top : 0px; height : 720px; width : 2578px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-cover-image { background : rgba(255, 255, 255, 0.0); top : 0px; height : 720px; width : 2578px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box { background : rgba(255, 255, 255, 0.0); top : 124px; height : 280px; width : 410px; position : absolute; margin : 0; left : 1310px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-background { background : rgba(255, 255, 255, 0.7); top : 0px; height : 280px; width : 410px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-corner { background : rgba(255, 255, 255, 0.0); top : 12px; height : 30px; width : 30px; position : absolute; margin : 0; left : 370px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-jenny-doe { background : rgba(255, 255, 255, 0.0); top : 106px; height : auto; width : auto; position : absolute; margin : 0; left : 35px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(255, 49, 166, 1.0); text-align : left; line-height : 62.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello-box .af-class-bp2-i-m { background : rgba(255, 255, 255, 0.0); top : 30px; height : auto; width : auto; position : absolute; margin : 0; left : 36px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 59.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-ux-designer { background : rgba(255, 255, 255, 0.0); top : 364px; height : auto; width : auto; position : absolute; margin : 0; left : 1574px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 17.0px; color : rgba(99, 99, 99, 1.0); text-align : right; line-height : 20.0px; } .af-view .af-class-bp2-home .af-class-bp2-header .af-class-bp2-hello { background : rgba(255, 255, 255, 0.0); top : 75px; height : auto; width : auto; position : absolute; margin : 0; left : 1308px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 28.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp2-home .af-class-bp2-menu-button { background : rgba(255, 255, 255, 0.0); right : 20px; top : 20px; height : 24px; width : 30px; position : fixed; margin : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer { background : rgba(255, 255, 255, 0.0); width : 2600px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp2-home .af-class-bp2-footer-layout-container { pointer-events : none; flex-direction : column; top : 2092px; align-items : center; height : 350px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-footer-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 350px; width : 2600px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-a-portfolio-template { background : rgba(255, 255, 255, 0.0); top : 311px; height : auto; width : auto; position : absolute; margin : 0; left : 1146px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 0.58); text-align : left; line-height : 19.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-phone { background : rgba(255, 255, 255, 0.0); top : 251px; height : auto; width : auto; position : absolute; margin : 0; left : 1506px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 18.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 21.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-phone:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social { background : rgba(255, 255, 255, 0.0); top : 121px; height : 88px; width : 90px; position : absolute; margin : 0; left : 1533px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-dribbble { background : rgba(255, 255, 255, 0.0); top : 58px; height : 30px; width : 30px; position : absolute; margin : 0; left : 0px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-dribbble:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-behance { background : rgba(255, 255, 255, 0.0); top : 63px; height : 20px; width : 30px; position : absolute; margin : 0; left : 60px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-behance:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-facebook { background : rgba(255, 255, 255, 0.0); top : 0px; height : 26px; width : 26px; position : absolute; margin : 0; left : 2px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-facebook:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-twitter { background : rgba(255, 255, 255, 0.0); top : 1px; height : 24px; width : 30px; position : absolute; margin : 0; left : 60px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-social .af-class-bp2-twitter:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-email-link { background : rgba(255, 255, 255, 0.0); top : 49px; height : auto; width : auto; position : absolute; margin : 0; left : 1476px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 18.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 21.0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-email-link:hover { transform : scale(1.1); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form { background : rgba(255, 255, 255, 0.0); top : 49px; height : 232px; width : 475px; position : absolute; margin : 0; left : 815px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields { background : rgba(255, 255, 255, 0.0); top : 0px; height : 25px; width : 474px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-name { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-name::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-email { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 237px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-text-email::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-top-fields .af-class-bp2-line { background : rgba(255, 255, 255, 0.0); top : 22px; height : 3px; width : 474px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 { background : rgba(255, 255, 255, 0.0); top : 55px; height : 110px; width : 475px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-rectangle3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 110px; width : 475px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(150, 150, 150, 1.0); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-text-how-can-i-help { background : rgba(255, 255, 255, 0.0); top : 9px; height : 92px; width : 453px; position : absolute; margin : 0; left : 11px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-view16 .af-class-bp2-text-how-can-i-help::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send { background : rgba(255, 255, 255, 0.0); top : 195px; height : 37px; width : 475px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send .af-class-bp2-view17 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 37px; width : 475px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(255, 50, 167, 1.0); } .af-view .af-class-bp2-home .af-class-bp2-footer .af-class-bp2-form .af-class-bp2-send .af-class-bp2-label1 { background : rgba(255, 255, 255, 0.0); top : 9px; height : auto; width : 70px; position : absolute; margin : 0; left : 203px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 19.0px; } /* .anima-animate-appear prefix for appear animations */ .af-view .anima-animate-appear { opacity : 0; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; animation : anima-reveal 0.3s ease-in-out 1 normal forwards; } .af-view .anima-animate-disappear { opacity : 1; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; } .af-view .anima-animate-nodelay { -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay : 0; animation-delay : 0; } @-webkit-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } .af-view .af-class-bp1-home-mobile { width : 100%; min-width : 320px; height : 100%; min-height : 3442px; position : relative; overflow : hidden; margin : 0px; background : rgba(255, 255, 255, 1.0); } .af-view a { text-decoration : none; } .af-view div { -webkit-text-size-adjust: none; } .af-view .bp1-an-animation-enter { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter1 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter1-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter1-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter2 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter2-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter2-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter3 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter3-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter3-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter4 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter4-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter4-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter5 { opacity : 0; transform : translate(0, 25px); display : block; -webkit-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter5-frames 0.5s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.20000000298s; -moz-animation-delay: 0.20000000298s; -o-animation-delay : 0.20000000298s; animation-delay : 0.20000000298s; } @-webkit-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter5-frames { 0% { opacity: 0; transform: translate(0, 25px); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter6 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter6-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter6-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter7 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter7-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 0.10000000149s; -moz-animation-delay: 0.10000000149s; -o-animation-delay : 0.10000000149s; animation-delay : 0.10000000149s; } @-webkit-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter7-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter8 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter8-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.20000004768s; -moz-animation-delay: 1.20000004768s; -o-animation-delay : 1.20000004768s; animation-delay : 1.20000004768s; } @-webkit-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter8-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter9 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter9-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1.39999997616s; -moz-animation-delay: 1.39999997616s; -o-animation-delay : 1.39999997616s; animation-delay : 1.39999997616s; } @-webkit-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter9-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter10 { opacity : 0; transform : translate(25px, 0); display : block; -webkit-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter10-frames 0.20000000298s ease-in-out 1 normal forwards; -webkit-animation-delay: 1s; -moz-animation-delay: 1s; -o-animation-delay : 1s; animation-delay : 1s; } @-webkit-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-moz-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @-o-keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } @keyframes bp1-an-animation-enter10-frames { 0% { opacity: 0; transform: translate(25px, 0); } 100% { opacity: 1; transform: translate(0,0); } } .af-view .bp1-an-animation-enter11 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -moz-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -o-animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; animation : bp1-an-animation-enter11-frames 0.5s ease-out 1 normal forwards; -webkit-animation-delay: 1.60000002384s; -moz-animation-delay: 1.60000002384s; -o-animation-delay : 1.60000002384s; animation-delay : 1.60000002384s; } @-webkit-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter11-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .bp1-an-animation-enter12 { opacity : 0; filter : blur(10px); display : block; -webkit-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -moz-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -o-animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; animation : bp1-an-animation-enter12-frames 0.40000000596s ease-in-out 1 normal forwards; -webkit-animation-delay: 0s; -moz-animation-delay: 0s; -o-animation-delay : 0s; animation-delay : 0s; } @-webkit-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-moz-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @-o-keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } @keyframes bp1-an-animation-enter12-frames { 0% { opacity: 0; filter: blur(10px); } 100% { opacity: 1; filter: none; } } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid { background : rgba(255, 255, 255, 0.0); width : 1024px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid-layout-container { pointer-events : none; flex-direction : column; top : 857px; align-items : center; height : 1800px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-cell { background : rgba(255, 255, 255, 0.0); top : 1500px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-cell .af-class-bp1-content { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view1 { background : rgba(255, 255, 255, 0.0); top : 1200px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view1 .af-class-bp1-image1 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view2 { background : rgba(255, 255, 255, 0.0); top : 900px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view2 .af-class-bp1-image2 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view3 { background : rgba(255, 255, 255, 0.0); top : 600px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view3 .af-class-bp1-image3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view4 { background : rgba(255, 255, 255, 0.0); top : 300px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view4 .af-class-bp1-image4 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-grid .af-class-bp1-view5 .af-class-bp1-image5 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 300px; width : 1024px; position : relative; margin : 0; left : 0px; overflow : hidden; } .af-view .af-class-bp1-home-mobile .af-class-bp1-my-work { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-my-work-layout-container { pointer-events : none; flex-direction : column; top : 723px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-keep-in-touch { background : rgba(255, 255, 255, 0.0); width : auto; height : auto; pointer-events : auto; position : relative; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 700; font-style : normal; font-size : 28.0px; color : rgba(36, 36, 36, 1.0); text-align : center; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-keep-in-touch-layout-container { pointer-events : none; flex-direction : column; top : 2757px; align-items : center; height : auto; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-top-bar-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 64px; width : 100%; position : fixed; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header { background : rgba(255, 255, 255, 0.0); width : 2231px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header-layout-container { pointer-events : none; flex-direction : column; top : 0px; align-items : center; height : 624px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-cover-bg { background : rgba(63, 63, 63, 1.0); top : 0px; height : 623px; width : 2231px; position : absolute; margin : 0; left : 1px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-cover-image { background : rgba(255, 255, 255, 0.0); top : 0px; height : 624px; width : 2231px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box { background : rgba(255, 255, 255, 0.0); top : 136px; height : 243px; width : 371px; position : absolute; margin : 0; left : 931px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-background { background : rgba(255, 255, 255, 0.7); top : 0px; height : 243px; width : 371px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-corner { background : rgba(255, 255, 255, 0.0); top : 10px; height : 27px; width : 28px; position : absolute; margin : 0; left : 334px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-jenny-doe { background : rgba(255, 255, 255, 0.0); top : 83px; height : auto; width : 154px; position : absolute; margin : 0; left : 31px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(255, 49, 166, 1.0); text-align : left; line-height : 62.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello-box .af-class-bp1-i-m { background : rgba(255, 255, 255, 0.0); top : 22px; height : auto; width : 78px; position : absolute; margin : 0; left : 32px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 48.0px; color : rgba(36, 36, 36, 1.0); text-align : left; line-height : 59.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-ux-designer { background : rgba(255, 255, 255, 0.0); top : 342px; height : auto; width : 119px; position : absolute; margin : 0; left : 1140px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 17.0px; color : rgba(99, 99, 99, 1.0); text-align : right; line-height : 20.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-header .af-class-bp1-hello { background : rgba(255, 255, 255, 0.0); top : 91px; height : auto; width : 82px; position : absolute; margin : 0; left : 1075px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 28.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 35.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-menu-button { background : rgba(255, 255, 255, 0.0); right : 20px; top : 20px; height : 24px; width : 30px; position : fixed; margin : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer { background : rgba(255, 255, 255, 0.0); width : 1024px; height : 100%; pointer-events : auto; position : relative; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer-layout-container { pointer-events : none; flex-direction : column; top : 2891px; align-items : center; height : 553px; width : 100%; position : absolute; margin : 0; display : flex; left : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-footer-bg { background : rgba(0, 0, 0, 0.82); top : 0px; height : 553px; width : 1024px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-a-portfolio-template { background : rgba(255, 255, 255, 0.0); top : 501px; height : auto; width : auto; position : absolute; margin : 0; left : 358px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 0.58); text-align : left; line-height : 19.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-phone { background : rgba(255, 255, 255, 0.0); top : 63px; height : auto; width : auto; position : absolute; margin : 0; left : 456px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 14.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 16.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-phone:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social { /* Flexbox */ display: flex; justify-content : flex-start; flex-direction : row; align-items : center; background : rgba(255, 255, 255, 0.0); top : 104px; height : 30px; width : auto; position : absolute; margin : 0; left : 399px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-facebook { background : rgba(255, 255, 255, 0.0); position : relative; height : 26px; margin : 0; width : 26px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-facebook:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-twitter { background : rgba(255, 255, 255, 0.0); position : relative; height : 24px; margin : 0 0 0 30px; width : 29px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-twitter:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-dribbble { background : rgba(255, 255, 255, 0.0); position : relative; height : 30px; margin : 0 0 0 30px; width : 32px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-dribbble:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-behance { background : rgba(255, 255, 255, 0.0); position : relative; height : 20px; margin : 0 0 0 30px; width : 29px; transition : all 0.2s ease-in-out; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-social .af-class-bp1-behance:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-email-link { background : rgba(255, 255, 255, 0.0); top : 32px; height : auto; width : auto; position : absolute; margin : 0; left : 433px; transition : all 0.2s ease-in-out; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 14.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 16.0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-email-link:hover { transform : scale(1.1); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form { background : rgba(255, 255, 255, 0.0); top : 205px; height : 242px; width : 281px; position : absolute; margin : 0; left : 372px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields { background : rgba(255, 255, 255, 0.0); top : 0px; height : 25px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-text-name { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-text-name::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-top-fields .af-class-bp1-line { background : rgba(255, 255, 255, 0.0); top : 22px; height : 2px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 { background : rgba(255, 255, 255, 0.0); top : 40px; height : 25px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-text-email { background : rgba(255, 255, 255, 0.0); top : -6px; height : 30px; width : 237px; position : absolute; margin : 0; left : 0px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-text-email::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view6 .af-class-bp1-image6 { background : rgba(255, 255, 255, 0.0); top : 22px; height : 2px; width : 281px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 { background : rgba(255, 255, 255, 0.0); top : 80px; height : 110px; width : 280px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-rectangle3 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 110px; width : 280px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(150, 150, 150, 1.0); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-text-how-can-i-help { background : rgba(255, 255, 255, 0.0); top : 9px; height : 92px; width : 260px; position : absolute; margin : 0; left : 11px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 255, 255, 1.0); text-align : left; line-height : 19.0px; border : 0; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-view7 .af-class-bp1-text-how-can-i-help::placeholder { color : rgba(255, 255, 255, 0.6); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send { background : rgba(255, 255, 255, 0.0); top : 205px; height : 37px; width : 280px; position : absolute; margin : 0; left : 0px; } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send .af-class-bp1-view8 { background : rgba(255, 255, 255, 0.0); top : 0px; height : 37px; width : 280px; position : absolute; margin : 0; left : 0px; border-style : solid; border-width : 1; border-color : rgba(255, 50, 167, 1.0); } .af-view .af-class-bp1-home-mobile .af-class-bp1-footer .af-class-bp1-form .af-class-bp1-send .af-class-bp1-label1 { background : rgba(255, 255, 255, 0.0); top : 9px; height : auto; width : 70px; position : absolute; margin : 0; left : 105px; font-family : "Arvo", Helvetica, Arial, serif; font-weight : 400; font-style : normal; font-size : 16.0px; color : rgba(255, 50, 167, 1.0); text-align : center; line-height : 19.0px; } /* .anima-animate-appear prefix for appear animations */ .af-view .anima-animate-appear { opacity : 0; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 normal forwards; animation : anima-reveal 0.3s ease-in-out 1 normal forwards; } .af-view .anima-animate-disappear { opacity : 1; display : block; -webkit-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; -moz-animation : anima-reveal 0.3s ease-in 1 normal forwards; -o-animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; animation : anima-reveal 0.3s ease-in-out 1 reverse forwards; } .af-view .anima-animate-nodelay { -webkit-animation-delay: 0; -moz-animation-delay: 0; -o-animation-delay : 0; animation-delay : 0; } @-webkit-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-moz-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @-o-keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @keyframes anima-reveal { 0% { opacity: 0; } 100% { opacity: 1; } } @media screen and (max-width: 1023px) { .af-view .af-class-bp1-home-mobile { display : block; } .af-view .af-class-bp2-home { display : none; } } @media screen and (min-width: 1024px) { .af-view .af-class-bp1-home-mobile { display : none; } .af-view .af-class-bp2-home { display : block; } }
0.401923
0.066116
.ko-progress-circle { margin: 20px auto; width: 290px; height: 290px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 290px; height: 290px; position: absolute; -webkit-backface-visibility: hidden; transition: transform 1s; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice { clip: rect(0px, 290px, 290px, 145px); } .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill { clip: rect(0px, 145px, 290px, 0px); background-color: #1291d4; } .ko-progress-circle .ko-progress-circle__overlay { width: 230px; height: 230px; position: absolute; top: 50%; overflow: hidden; left: 50%; transform: translate(-50%, -50%); background-color: #fbfbfb; border-radius: 50%; } .ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill { transform: rotate(0deg); } .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(0deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill { transform: rotate(1.8deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill { transform: rotate(5.4deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill { transform: rotate(9deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(18deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill { transform: rotate(12.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill { transform: rotate(16.2deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill { transform: rotate(18deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(36deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill { transform: rotate(19.8deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill { transform: rotate(23.4deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill { transform: rotate(27deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(54deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill { transform: rotate(30.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill { transform: rotate(34.2deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill { transform: rotate(36deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(72deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill { transform: rotate(37.8deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill { transform: rotate(41.4deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill { transform: rotate(45deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(90deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill { transform: rotate(48.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill { transform: rotate(52.2deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill { transform: rotate(54deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(108deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill { transform: rotate(55.8deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill { transform: rotate(59.4deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill { transform: rotate(63deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(126deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill { transform: rotate(66.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill { transform: rotate(70.2deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill { transform: rotate(72deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(144deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill { transform: rotate(73.8deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill { transform: rotate(77.4deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill { transform: rotate(81deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(162deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill { transform: rotate(84.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill { transform: rotate(88.2deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill { transform: rotate(90deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(180deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill { transform: rotate(91.8deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(183.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(187.2deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill { transform: rotate(95.4deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(190.8deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(194.4deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill { transform: rotate(99deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(198deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(201.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill { transform: rotate(102.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(205.2deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(208.8deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill { transform: rotate(106.2deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(212.4deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill { transform: rotate(108deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(216deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill { transform: rotate(109.8deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(219.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(223.2deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill { transform: rotate(113.4deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(226.8deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(230.4deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill { transform: rotate(117deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(234deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(237.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill { transform: rotate(120.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(241.2deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(244.8deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill { transform: rotate(124.2deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(248.4deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill { transform: rotate(126deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(252deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill { transform: rotate(127.8deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(255.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(259.2deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill { transform: rotate(131.4deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(262.8deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(266.4deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill { transform: rotate(135deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(270deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(273.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill { transform: rotate(138.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(277.2deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(280.8deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill { transform: rotate(142.2deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(284.4deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill { transform: rotate(144deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(288deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill { transform: rotate(145.8deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(291.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(295.2deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill { transform: rotate(149.4deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(298.8deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(302.4deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill { transform: rotate(153deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(306deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(309.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill { transform: rotate(156.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(313.2deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(316.8deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill { transform: rotate(160.2deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(320.4deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill { transform: rotate(162deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(324deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill { transform: rotate(163.8deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(327.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(331.2deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill { transform: rotate(167.4deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(334.8deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(338.4deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill { transform: rotate(171deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(342deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(345.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill { transform: rotate(174.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(349.2deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(352.8deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill { transform: rotate(178.2deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(356.4deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill { transform: rotate(180deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(360deg); } @media (max-width:374px) { .ko-progress-circle { margin: 20px auto; width: 220px; height: 220px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 220px; height: 220px; position: absolute; -webkit-backface-visibility: hidden; transition: transform 1s; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice { clip: rect(0px, 220px, 220px, 110px); } .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill { clip: rect(0px, 110px, 220px, 0px); background-color: #1291d4; } .ko-progress-circle .ko-progress-circle__overlay { width: 180px; height: 180px; position: absolute; top: 50%; overflow: hidden; left: 50%; transform: translate(-50%, -50%); background-color: #fbfbfb; border-radius: 50%; } .ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill { transform: rotate(0deg); } .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(0deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill { transform: rotate(1.8deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill { transform: rotate(5.4deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill { transform: rotate(9deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(18deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill { transform: rotate(12.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill { transform: rotate(16.2deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill { transform: rotate(18deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(36deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill { transform: rotate(19.8deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill { transform: rotate(23.4deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill { transform: rotate(27deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(54deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill { transform: rotate(30.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill { transform: rotate(34.2deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill { transform: rotate(36deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(72deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill { transform: rotate(37.8deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill { transform: rotate(41.4deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill { transform: rotate(45deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(90deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill { transform: rotate(48.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill { transform: rotate(52.2deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill { transform: rotate(54deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(108deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill { transform: rotate(55.8deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill { transform: rotate(59.4deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill { transform: rotate(63deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(126deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill { transform: rotate(66.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill { transform: rotate(70.2deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill { transform: rotate(72deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(144deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill { transform: rotate(73.8deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill { transform: rotate(77.4deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill { transform: rotate(81deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(162deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill { transform: rotate(84.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill { transform: rotate(88.2deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill { transform: rotate(90deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(180deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill { transform: rotate(91.8deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(183.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(187.2deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill { transform: rotate(95.4deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(190.8deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(194.4deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill { transform: rotate(99deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(198deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(201.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill { transform: rotate(102.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(205.2deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(208.8deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill { transform: rotate(106.2deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(212.4deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill { transform: rotate(108deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(216deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill { transform: rotate(109.8deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(219.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(223.2deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill { transform: rotate(113.4deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(226.8deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(230.4deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill { transform: rotate(117deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(234deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(237.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill { transform: rotate(120.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(241.2deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(244.8deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill { transform: rotate(124.2deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(248.4deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill { transform: rotate(126deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(252deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill { transform: rotate(127.8deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(255.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(259.2deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill { transform: rotate(131.4deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(262.8deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(266.4deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill { transform: rotate(135deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(270deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(273.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill { transform: rotate(138.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(277.2deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(280.8deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill { transform: rotate(142.2deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(284.4deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill { transform: rotate(144deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(288deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill { transform: rotate(145.8deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(291.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(295.2deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill { transform: rotate(149.4deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(298.8deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(302.4deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill { transform: rotate(153deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(306deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(309.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill { transform: rotate(156.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(313.2deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(316.8deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill { transform: rotate(160.2deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(320.4deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill { transform: rotate(162deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(324deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill { transform: rotate(163.8deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(327.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(331.2deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill { transform: rotate(167.4deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(334.8deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(338.4deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill { transform: rotate(171deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(342deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(345.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill { transform: rotate(174.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(349.2deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(352.8deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill { transform: rotate(178.2deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(356.4deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill { transform: rotate(180deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(360deg); } }
public/Web/assets/css/progress-circle.css
.ko-progress-circle { margin: 20px auto; width: 290px; height: 290px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 290px; height: 290px; position: absolute; -webkit-backface-visibility: hidden; transition: transform 1s; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice { clip: rect(0px, 290px, 290px, 145px); } .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill { clip: rect(0px, 145px, 290px, 0px); background-color: #1291d4; } .ko-progress-circle .ko-progress-circle__overlay { width: 230px; height: 230px; position: absolute; top: 50%; overflow: hidden; left: 50%; transform: translate(-50%, -50%); background-color: #fbfbfb; border-radius: 50%; } .ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill { transform: rotate(0deg); } .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(0deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill { transform: rotate(1.8deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill { transform: rotate(5.4deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill { transform: rotate(9deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(18deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill { transform: rotate(12.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill { transform: rotate(16.2deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill { transform: rotate(18deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(36deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill { transform: rotate(19.8deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill { transform: rotate(23.4deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill { transform: rotate(27deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(54deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill { transform: rotate(30.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill { transform: rotate(34.2deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill { transform: rotate(36deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(72deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill { transform: rotate(37.8deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill { transform: rotate(41.4deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill { transform: rotate(45deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(90deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill { transform: rotate(48.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill { transform: rotate(52.2deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill { transform: rotate(54deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(108deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill { transform: rotate(55.8deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill { transform: rotate(59.4deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill { transform: rotate(63deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(126deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill { transform: rotate(66.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill { transform: rotate(70.2deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill { transform: rotate(72deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(144deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill { transform: rotate(73.8deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill { transform: rotate(77.4deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill { transform: rotate(81deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(162deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill { transform: rotate(84.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill { transform: rotate(88.2deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill { transform: rotate(90deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(180deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill { transform: rotate(91.8deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(183.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(187.2deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill { transform: rotate(95.4deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(190.8deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(194.4deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill { transform: rotate(99deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(198deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(201.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill { transform: rotate(102.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(205.2deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(208.8deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill { transform: rotate(106.2deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(212.4deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill { transform: rotate(108deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(216deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill { transform: rotate(109.8deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(219.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(223.2deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill { transform: rotate(113.4deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(226.8deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(230.4deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill { transform: rotate(117deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(234deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(237.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill { transform: rotate(120.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(241.2deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(244.8deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill { transform: rotate(124.2deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(248.4deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill { transform: rotate(126deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(252deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill { transform: rotate(127.8deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(255.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(259.2deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill { transform: rotate(131.4deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(262.8deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(266.4deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill { transform: rotate(135deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(270deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(273.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill { transform: rotate(138.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(277.2deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(280.8deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill { transform: rotate(142.2deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(284.4deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill { transform: rotate(144deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(288deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill { transform: rotate(145.8deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(291.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(295.2deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill { transform: rotate(149.4deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(298.8deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(302.4deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill { transform: rotate(153deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(306deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(309.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill { transform: rotate(156.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(313.2deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(316.8deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill { transform: rotate(160.2deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(320.4deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill { transform: rotate(162deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(324deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill { transform: rotate(163.8deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(327.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(331.2deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill { transform: rotate(167.4deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(334.8deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(338.4deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill { transform: rotate(171deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(342deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(345.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill { transform: rotate(174.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(349.2deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(352.8deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill { transform: rotate(178.2deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(356.4deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill { transform: rotate(180deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(360deg); } @media (max-width:374px) { .ko-progress-circle { margin: 20px auto; width: 220px; height: 220px; position: relative; background-color: #d9d9d9; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice, .ko-progress-circle .ko-progress-circle__fill { width: 220px; height: 220px; position: absolute; -webkit-backface-visibility: hidden; transition: transform 1s; border-radius: 50%; } .ko-progress-circle .ko-progress-circle__slice { clip: rect(0px, 220px, 220px, 110px); } .ko-progress-circle .ko-progress-circle__slice .ko-progress-circle__fill { clip: rect(0px, 110px, 220px, 0px); background-color: #1291d4; } .ko-progress-circle .ko-progress-circle__overlay { width: 180px; height: 180px; position: absolute; top: 50%; overflow: hidden; left: 50%; transform: translate(-50%, -50%); background-color: #fbfbfb; border-radius: 50%; } .ko-progress-circle[data-progress="0"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill { transform: rotate(0deg); } .ko-progress-circle[data-progress="0"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(0deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill { transform: rotate(1.8deg); } .ko-progress-circle[data-progress="1"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill { transform: rotate(3.6deg); } .ko-progress-circle[data-progress="2"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill { transform: rotate(5.4deg); } .ko-progress-circle[data-progress="3"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill { transform: rotate(7.2deg); } .ko-progress-circle[data-progress="4"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill { transform: rotate(9deg); } .ko-progress-circle[data-progress="5"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(18deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill { transform: rotate(10.8deg); } .ko-progress-circle[data-progress="6"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill { transform: rotate(12.6deg); } .ko-progress-circle[data-progress="7"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill { transform: rotate(14.4deg); } .ko-progress-circle[data-progress="8"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill { transform: rotate(16.2deg); } .ko-progress-circle[data-progress="9"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill { transform: rotate(18deg); } .ko-progress-circle[data-progress="10"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(36deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill { transform: rotate(19.8deg); } .ko-progress-circle[data-progress="11"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill { transform: rotate(21.6deg); } .ko-progress-circle[data-progress="12"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill { transform: rotate(23.4deg); } .ko-progress-circle[data-progress="13"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill { transform: rotate(25.2deg); } .ko-progress-circle[data-progress="14"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill { transform: rotate(27deg); } .ko-progress-circle[data-progress="15"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(54deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill { transform: rotate(28.8deg); } .ko-progress-circle[data-progress="16"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill { transform: rotate(30.6deg); } .ko-progress-circle[data-progress="17"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill { transform: rotate(32.4deg); } .ko-progress-circle[data-progress="18"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill { transform: rotate(34.2deg); } .ko-progress-circle[data-progress="19"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill { transform: rotate(36deg); } .ko-progress-circle[data-progress="20"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(72deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill { transform: rotate(37.8deg); } .ko-progress-circle[data-progress="21"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill { transform: rotate(39.6deg); } .ko-progress-circle[data-progress="22"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill { transform: rotate(41.4deg); } .ko-progress-circle[data-progress="23"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill { transform: rotate(43.2deg); } .ko-progress-circle[data-progress="24"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill { transform: rotate(45deg); } .ko-progress-circle[data-progress="25"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(90deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill { transform: rotate(46.8deg); } .ko-progress-circle[data-progress="26"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill { transform: rotate(48.6deg); } .ko-progress-circle[data-progress="27"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill { transform: rotate(50.4deg); } .ko-progress-circle[data-progress="28"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill { transform: rotate(52.2deg); } .ko-progress-circle[data-progress="29"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill { transform: rotate(54deg); } .ko-progress-circle[data-progress="30"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(108deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill { transform: rotate(55.8deg); } .ko-progress-circle[data-progress="31"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill { transform: rotate(57.6deg); } .ko-progress-circle[data-progress="32"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill { transform: rotate(59.4deg); } .ko-progress-circle[data-progress="33"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill { transform: rotate(61.2deg); } .ko-progress-circle[data-progress="34"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill { transform: rotate(63deg); } .ko-progress-circle[data-progress="35"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(126deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill { transform: rotate(64.8deg); } .ko-progress-circle[data-progress="36"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill { transform: rotate(66.6deg); } .ko-progress-circle[data-progress="37"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill { transform: rotate(68.4deg); } .ko-progress-circle[data-progress="38"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill { transform: rotate(70.2deg); } .ko-progress-circle[data-progress="39"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill { transform: rotate(72deg); } .ko-progress-circle[data-progress="40"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(144deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill { transform: rotate(73.8deg); } .ko-progress-circle[data-progress="41"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill { transform: rotate(75.6deg); } .ko-progress-circle[data-progress="42"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill { transform: rotate(77.4deg); } .ko-progress-circle[data-progress="43"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill { transform: rotate(79.2deg); } .ko-progress-circle[data-progress="44"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill { transform: rotate(81deg); } .ko-progress-circle[data-progress="45"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(162deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill { transform: rotate(82.8deg); } .ko-progress-circle[data-progress="46"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill { transform: rotate(84.6deg); } .ko-progress-circle[data-progress="47"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill { transform: rotate(86.4deg); } .ko-progress-circle[data-progress="48"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill { transform: rotate(88.2deg); } .ko-progress-circle[data-progress="49"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill { transform: rotate(90deg); } .ko-progress-circle[data-progress="50"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(180deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill { transform: rotate(91.8deg); } .ko-progress-circle[data-progress="51"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(183.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill { transform: rotate(93.6deg); } .ko-progress-circle[data-progress="52"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(187.2deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill { transform: rotate(95.4deg); } .ko-progress-circle[data-progress="53"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(190.8deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill { transform: rotate(97.2deg); } .ko-progress-circle[data-progress="54"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(194.4deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill { transform: rotate(99deg); } .ko-progress-circle[data-progress="55"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(198deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill { transform: rotate(100.8deg); } .ko-progress-circle[data-progress="56"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(201.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill { transform: rotate(102.6deg); } .ko-progress-circle[data-progress="57"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(205.2deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill { transform: rotate(104.4deg); } .ko-progress-circle[data-progress="58"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(208.8deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill { transform: rotate(106.2deg); } .ko-progress-circle[data-progress="59"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(212.4deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill { transform: rotate(108deg); } .ko-progress-circle[data-progress="60"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(216deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill { transform: rotate(109.8deg); } .ko-progress-circle[data-progress="61"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(219.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill { transform: rotate(111.6deg); } .ko-progress-circle[data-progress="62"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(223.2deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill { transform: rotate(113.4deg); } .ko-progress-circle[data-progress="63"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(226.8deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill { transform: rotate(115.2deg); } .ko-progress-circle[data-progress="64"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(230.4deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill { transform: rotate(117deg); } .ko-progress-circle[data-progress="65"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(234deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill { transform: rotate(118.8deg); } .ko-progress-circle[data-progress="66"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(237.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill { transform: rotate(120.6deg); } .ko-progress-circle[data-progress="67"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(241.2deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill { transform: rotate(122.4deg); } .ko-progress-circle[data-progress="68"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(244.8deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill { transform: rotate(124.2deg); } .ko-progress-circle[data-progress="69"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(248.4deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill { transform: rotate(126deg); } .ko-progress-circle[data-progress="70"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(252deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill { transform: rotate(127.8deg); } .ko-progress-circle[data-progress="71"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(255.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill { transform: rotate(129.6deg); } .ko-progress-circle[data-progress="72"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(259.2deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill { transform: rotate(131.4deg); } .ko-progress-circle[data-progress="73"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(262.8deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill { transform: rotate(133.2deg); } .ko-progress-circle[data-progress="74"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(266.4deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill { transform: rotate(135deg); } .ko-progress-circle[data-progress="75"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(270deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill { transform: rotate(136.8deg); } .ko-progress-circle[data-progress="76"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(273.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill { transform: rotate(138.6deg); } .ko-progress-circle[data-progress="77"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(277.2deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill { transform: rotate(140.4deg); } .ko-progress-circle[data-progress="78"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(280.8deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill { transform: rotate(142.2deg); } .ko-progress-circle[data-progress="79"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(284.4deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill { transform: rotate(144deg); } .ko-progress-circle[data-progress="80"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(288deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill { transform: rotate(145.8deg); } .ko-progress-circle[data-progress="81"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(291.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill { transform: rotate(147.6deg); } .ko-progress-circle[data-progress="82"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(295.2deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill { transform: rotate(149.4deg); } .ko-progress-circle[data-progress="83"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(298.8deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill { transform: rotate(151.2deg); } .ko-progress-circle[data-progress="84"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(302.4deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill { transform: rotate(153deg); } .ko-progress-circle[data-progress="85"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(306deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill { transform: rotate(154.8deg); } .ko-progress-circle[data-progress="86"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(309.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill { transform: rotate(156.6deg); } .ko-progress-circle[data-progress="87"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(313.2deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill { transform: rotate(158.4deg); } .ko-progress-circle[data-progress="88"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(316.8deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill { transform: rotate(160.2deg); } .ko-progress-circle[data-progress="89"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(320.4deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill { transform: rotate(162deg); } .ko-progress-circle[data-progress="90"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(324deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill { transform: rotate(163.8deg); } .ko-progress-circle[data-progress="91"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(327.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill { transform: rotate(165.6deg); } .ko-progress-circle[data-progress="92"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(331.2deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill { transform: rotate(167.4deg); } .ko-progress-circle[data-progress="93"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(334.8deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill { transform: rotate(169.2deg); } .ko-progress-circle[data-progress="94"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(338.4deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill { transform: rotate(171deg); } .ko-progress-circle[data-progress="95"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(342deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill { transform: rotate(172.8deg); } .ko-progress-circle[data-progress="96"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(345.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill { transform: rotate(174.6deg); } .ko-progress-circle[data-progress="97"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(349.2deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill { transform: rotate(176.4deg); } .ko-progress-circle[data-progress="98"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(352.8deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill { transform: rotate(178.2deg); } .ko-progress-circle[data-progress="99"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(356.4deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__slice.full, .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill { transform: rotate(180deg); } .ko-progress-circle[data-progress="100"] .ko-progress-circle__fill.ko-progress-circle__bar { transform: rotate(360deg); } }
0.450359
0.060474
.mpc-animation{opacity:0} .mpc-no-transition,.velocity-animating,.velocity-animating .mpc-transition{-webkit-transition:none!important;transition:none!important} .mpc-transition{-webkit-transition:all .25s;transition:all .25s} .mpc-display--block{display:block!important} .mpc-effect--circle::before,.mpc-effect--shine::before{z-index:2;display:block;pointer-events:none;content:''} .mpc-align--left{text-align:left} .mpc-align--right{text-align:right} .mpc-align--center{text-align:center} /*!---------------------------------------------------------------------------*\ FILTERS \*----------------------------------------------------------------------------*/ .mpc-effect--brightness .mpc-item img{-webkit-filter:brightness(50%);filter:brightness(50%)} .mpc-effect--brightness .mpc-item:hover img,.mpc-effect--brightness.mpc-effect--reverse .mpc-item img{-webkit-filter:brightness(100%);filter:brightness(100%)} .mpc-effect--brightness.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:brightness(50%);filter:brightness(50%)} .mpc-effect--contrast .mpc-item img{-webkit-filter:contrast(.5);filter:contrast(.5)} .mpc-effect--contrast .mpc-item:hover img,.mpc-effect--contrast.mpc-effect--reverse .mpc-item img{-webkit-filter:contrast(1);filter:contrast(1)} .mpc-effect--contrast.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:contrast(.5);filter:contrast(.5)} .mpc-effect--grey-scale .mpc-item img{-webkit-filter:grayscale(1);filter:grayscale(1)} .mpc-effect--grey-scale .mpc-item:hover img,.mpc-effect--grey-scale.mpc-effect--reverse .mpc-item img{-webkit-filter:grayscale(0);filter:grayscale(0)} .mpc-effect--grey-scale.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:grayscale(1);filter:grayscale(1)} .mpc-effect--hue .mpc-item img{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)} .mpc-effect--hue .mpc-item:hover img,.mpc-effect--hue.mpc-effect--reverse .mpc-item img{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)} .mpc-effect--hue.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)} .mpc-effect--invert .mpc-item img{-webkit-filter:invert(1);filter:invert(1)} .mpc-effect--invert .mpc-item:hover img,.mpc-effect--invert.mpc-effect--reverse .mpc-item img{-webkit-filter:invert(0);filter:invert(0)} .mpc-effect--invert.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:invert(1);filter:invert(1)} .mpc-effect--saturate .mpc-item img{-webkit-filter:saturate(200%);filter:saturate(200%)} .mpc-effect--saturate .mpc-item:hover img,.mpc-effect--saturate.mpc-effect--reverse .mpc-item img{-webkit-filter:saturate(100%);filter:saturate(100%)} .mpc-effect--saturate.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:saturate(200%);filter:saturate(200%)} .mpc-effect--sepia .mpc-item img{-webkit-filter:sepia(1);filter:sepia(1)} .mpc-effect--sepia .mpc-item:hover img,.mpc-effect--sepia.mpc-effect--reverse .mpc-item img{-webkit-filter:sepia(0);filter:sepia(0)} .mpc-effect--sepia.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:sepia(1);filter:sepia(1)} /*!---------------------------------------------------------------------------*\ EFFECTS \*----------------------------------------------------------------------------*/ .mpc-effect--target{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out} .mpc-effect--zoomIn .mpc-effect--target{-webkit-transform:scale(1);transform:scale(1)} .mpc-effect--zoomOut:hover .mpc-effect--target{-webkit-transform:scale(1)!important;transform:scale(1)!important} .mpc-effect--zoomOutRotate:hover .mpc-effect--target{-webkit-transform:scale(1) rotate(0)!important;transform:scale(1) rotate(0)!important} .mpc-effect--zoomInRotate .mpc-effect--target{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)} .mpc-effect--flashing:hover .mpc-effect--target{opacity:1;-webkit-animation:flash 1.5s;animation:flash 1.5s} @-webkit-keyframes flash{0%{opacity:.4} 100%{opacity:1} } @keyframes flash{0%{opacity:.4} 100%{opacity:1} } .mpc-effect--shine{position:relative;overflow:hidden} .mpc-effect--shine::before{position:absolute;top:0;left:-100%;width:50%;height:100%;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)} .mpc-effect--shine:hover::before{-webkit-animation:shine .75s;animation:shine .75s} @-webkit-keyframes shine{100%{left:125%} } @keyframes shine{100%{left:125%} } .mpc-effect--circle{position:relative;overflow:hidden} .mpc-effect--circle::before{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0} .mpc-effect--circle:hover::before{-webkit-animation:circle .75s;animation:circle .75s} @-webkit-keyframes circle{0%,40%{opacity:1} 100%{width:200%;height:200%;opacity:0} } @keyframes circle{0%,40%{opacity:1} 100%{width:200%;height:200%;opacity:0} } /*!---------------------------------------------------------------------------*\ OTHER \*----------------------------------------------------------------------------*/ .mpc-content-align,.mpc-content-wrapper{display:inline-block;vertical-align:middle} .mpc-content-align{height:100%} .mpc-content-wrapper{max-height:100%;overflow:auto} .mpc-content-wrapper::-webkit-scrollbar{width:3px;background:rgba(255,255,255,.2)} .mpc-content-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)} .mpc-content-wrapper:after{content:'';display:block;clear:both} .mpc-carousel__wrapper{position:relative;z-index:1} [data-mpcslick]:not(.slick-slider){-ms-flex-pack:center;display:flex;justify-content:center} [data-mpcslick]:not(.slick-slider)>div{margin:0!important;-ms-flex:0 1 auto;flex:0 1 auto} .mpc-navigation+[data-mpcslick]:not(.slick-slider),[data-mpcslick]:not(.slick-slider)+.mpc-navigation{display:none} .slick-cloned .mpc-init,.slick-cloned.mpc-init{visibility:visible!important;opacity:1} [data-slick-cols="1"]:not(.slick-slider)>div{width:100%} [data-slick-cols="2"]:not(.slick-slider)>div{width:50%} [data-slick-cols="3"]:not(.slick-slider)>div{width:33%} [data-slick-cols="4"]:not(.slick-slider)>div{width:25%} [data-slick-cols="5"]:not(.slick-slider)>div{width:20%} [data-slick-cols="6"]:not(.slick-slider)>div{width:16.66%} [data-slick-cols="7"]:not(.slick-slider)>div{width:14.28%} [data-slick-cols="8"]:not(.slick-slider)>div{width:12.5%} @media only screen and (max-width:768px){.mpc-navigation{display:none} } .mpc-icon--mirror{display:block!important;-webkit-transform:translate(0,0) rotateY(180deg)!important;transform:translate(0,0) rotateY(180deg)} .mpc-image-placeholder{background-position:center!important;background-size:64px!important;background-image:url(../images/mpc-image-placeholder.png);background-repeat:no-repeat;background-color:#eee} @media (max-width:767px){.pp_bottom,.pp_details,.pp_gallery,.pp_hoverContainer,.pp_top,a.pp_contract,a.pp_expand{display:none!important} .pp_pic_holder.pp_default{width:96%!important;left:2%!important;overflow:hidden} #pp_full_res img,.pp_content,.pp_fade{width:100%!important} div.pp_default .pp_content_container .pp_left{padding-left:0!important} div.pp_default .pp_content_container .pp_right{padding-right:0!important} .pp_content{height:auto!important} .pp_fade{height:100%!important} #pp_full_res img{height:auto!important;vertical-align:middle} a.pp_close{right:10px!important;top:10px!important} } @-webkit-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @-moz-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @-o-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } .mfp-figure{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden} .mpc-notice{background:#E67D7D;color:#fff;padding:1em 2em;font-style:italic} .mpc-notice a{font-style:italic;color:#fff!important;border-bottom:1px dotted} .mpc-notice a:hover{color:#eee!important} .rtl .slick-slide,[dir=rtl] .slick-slide{float:right} .rtl .mpc-nav__arrow,[dir=rtl] .mpc-nav__arrow{float:left} [class*=mpc],[class*=mpc]:after,[class*=mpc]:before{-webkit-box-sizing:border-box;box-sizing:border-box} [class^=mpc-] .slick-list{opacity:1} .site-inner{overflow:visible} .mk-page-section-wrapper{overflow:hidden} button.mfp-arrow,button.mfp-close{z-index:1000000}
public/front/wp-content/updraft/plugins-old/mpc-massive/assets/css/mpc-main.min.css
.mpc-animation{opacity:0} .mpc-no-transition,.velocity-animating,.velocity-animating .mpc-transition{-webkit-transition:none!important;transition:none!important} .mpc-transition{-webkit-transition:all .25s;transition:all .25s} .mpc-display--block{display:block!important} .mpc-effect--circle::before,.mpc-effect--shine::before{z-index:2;display:block;pointer-events:none;content:''} .mpc-align--left{text-align:left} .mpc-align--right{text-align:right} .mpc-align--center{text-align:center} /*!---------------------------------------------------------------------------*\ FILTERS \*----------------------------------------------------------------------------*/ .mpc-effect--brightness .mpc-item img{-webkit-filter:brightness(50%);filter:brightness(50%)} .mpc-effect--brightness .mpc-item:hover img,.mpc-effect--brightness.mpc-effect--reverse .mpc-item img{-webkit-filter:brightness(100%);filter:brightness(100%)} .mpc-effect--brightness.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:brightness(50%);filter:brightness(50%)} .mpc-effect--contrast .mpc-item img{-webkit-filter:contrast(.5);filter:contrast(.5)} .mpc-effect--contrast .mpc-item:hover img,.mpc-effect--contrast.mpc-effect--reverse .mpc-item img{-webkit-filter:contrast(1);filter:contrast(1)} .mpc-effect--contrast.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:contrast(.5);filter:contrast(.5)} .mpc-effect--grey-scale .mpc-item img{-webkit-filter:grayscale(1);filter:grayscale(1)} .mpc-effect--grey-scale .mpc-item:hover img,.mpc-effect--grey-scale.mpc-effect--reverse .mpc-item img{-webkit-filter:grayscale(0);filter:grayscale(0)} .mpc-effect--grey-scale.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:grayscale(1);filter:grayscale(1)} .mpc-effect--hue .mpc-item img{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)} .mpc-effect--hue .mpc-item:hover img,.mpc-effect--hue.mpc-effect--reverse .mpc-item img{-webkit-filter:hue-rotate(0);filter:hue-rotate(0)} .mpc-effect--hue.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:hue-rotate(180deg);filter:hue-rotate(180deg)} .mpc-effect--invert .mpc-item img{-webkit-filter:invert(1);filter:invert(1)} .mpc-effect--invert .mpc-item:hover img,.mpc-effect--invert.mpc-effect--reverse .mpc-item img{-webkit-filter:invert(0);filter:invert(0)} .mpc-effect--invert.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:invert(1);filter:invert(1)} .mpc-effect--saturate .mpc-item img{-webkit-filter:saturate(200%);filter:saturate(200%)} .mpc-effect--saturate .mpc-item:hover img,.mpc-effect--saturate.mpc-effect--reverse .mpc-item img{-webkit-filter:saturate(100%);filter:saturate(100%)} .mpc-effect--saturate.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:saturate(200%);filter:saturate(200%)} .mpc-effect--sepia .mpc-item img{-webkit-filter:sepia(1);filter:sepia(1)} .mpc-effect--sepia .mpc-item:hover img,.mpc-effect--sepia.mpc-effect--reverse .mpc-item img{-webkit-filter:sepia(0);filter:sepia(0)} .mpc-effect--sepia.mpc-effect--reverse .mpc-item:hover img{-webkit-filter:sepia(1);filter:sepia(1)} /*!---------------------------------------------------------------------------*\ EFFECTS \*----------------------------------------------------------------------------*/ .mpc-effect--target{-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out} .mpc-effect--zoomIn .mpc-effect--target{-webkit-transform:scale(1);transform:scale(1)} .mpc-effect--zoomOut:hover .mpc-effect--target{-webkit-transform:scale(1)!important;transform:scale(1)!important} .mpc-effect--zoomOutRotate:hover .mpc-effect--target{-webkit-transform:scale(1) rotate(0)!important;transform:scale(1) rotate(0)!important} .mpc-effect--zoomInRotate .mpc-effect--target{-webkit-transform:scale(1) rotate(0);transform:scale(1) rotate(0)} .mpc-effect--flashing:hover .mpc-effect--target{opacity:1;-webkit-animation:flash 1.5s;animation:flash 1.5s} @-webkit-keyframes flash{0%{opacity:.4} 100%{opacity:1} } @keyframes flash{0%{opacity:.4} 100%{opacity:1} } .mpc-effect--shine{position:relative;overflow:hidden} .mpc-effect--shine::before{position:absolute;top:0;left:-100%;width:50%;height:100%;-webkit-transform:skewX(-25deg);transform:skewX(-25deg)} .mpc-effect--shine:hover::before{-webkit-animation:shine .75s;animation:shine .75s} @-webkit-keyframes shine{100%{left:125%} } @keyframes shine{100%{left:125%} } .mpc-effect--circle{position:relative;overflow:hidden} .mpc-effect--circle::before{position:absolute;top:50%;left:50%;width:0;height:0;border-radius:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);opacity:0} .mpc-effect--circle:hover::before{-webkit-animation:circle .75s;animation:circle .75s} @-webkit-keyframes circle{0%,40%{opacity:1} 100%{width:200%;height:200%;opacity:0} } @keyframes circle{0%,40%{opacity:1} 100%{width:200%;height:200%;opacity:0} } /*!---------------------------------------------------------------------------*\ OTHER \*----------------------------------------------------------------------------*/ .mpc-content-align,.mpc-content-wrapper{display:inline-block;vertical-align:middle} .mpc-content-align{height:100%} .mpc-content-wrapper{max-height:100%;overflow:auto} .mpc-content-wrapper::-webkit-scrollbar{width:3px;background:rgba(255,255,255,.2)} .mpc-content-wrapper::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)} .mpc-content-wrapper:after{content:'';display:block;clear:both} .mpc-carousel__wrapper{position:relative;z-index:1} [data-mpcslick]:not(.slick-slider){-ms-flex-pack:center;display:flex;justify-content:center} [data-mpcslick]:not(.slick-slider)>div{margin:0!important;-ms-flex:0 1 auto;flex:0 1 auto} .mpc-navigation+[data-mpcslick]:not(.slick-slider),[data-mpcslick]:not(.slick-slider)+.mpc-navigation{display:none} .slick-cloned .mpc-init,.slick-cloned.mpc-init{visibility:visible!important;opacity:1} [data-slick-cols="1"]:not(.slick-slider)>div{width:100%} [data-slick-cols="2"]:not(.slick-slider)>div{width:50%} [data-slick-cols="3"]:not(.slick-slider)>div{width:33%} [data-slick-cols="4"]:not(.slick-slider)>div{width:25%} [data-slick-cols="5"]:not(.slick-slider)>div{width:20%} [data-slick-cols="6"]:not(.slick-slider)>div{width:16.66%} [data-slick-cols="7"]:not(.slick-slider)>div{width:14.28%} [data-slick-cols="8"]:not(.slick-slider)>div{width:12.5%} @media only screen and (max-width:768px){.mpc-navigation{display:none} } .mpc-icon--mirror{display:block!important;-webkit-transform:translate(0,0) rotateY(180deg)!important;transform:translate(0,0) rotateY(180deg)} .mpc-image-placeholder{background-position:center!important;background-size:64px!important;background-image:url(../images/mpc-image-placeholder.png);background-repeat:no-repeat;background-color:#eee} @media (max-width:767px){.pp_bottom,.pp_details,.pp_gallery,.pp_hoverContainer,.pp_top,a.pp_contract,a.pp_expand{display:none!important} .pp_pic_holder.pp_default{width:96%!important;left:2%!important;overflow:hidden} #pp_full_res img,.pp_content,.pp_fade{width:100%!important} div.pp_default .pp_content_container .pp_left{padding-left:0!important} div.pp_default .pp_content_container .pp_right{padding-right:0!important} .pp_content{height:auto!important} .pp_fade{height:100%!important} #pp_full_res img{height:auto!important;vertical-align:middle} a.pp_close{right:10px!important;top:10px!important} } @-webkit-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @-moz-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @-o-keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } @keyframes fadeIn{0%{opacity:0} 100%{opacity:1} } .mfp-figure{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:1s;-moz-animation-duration:1s;-ms-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden} .mpc-notice{background:#E67D7D;color:#fff;padding:1em 2em;font-style:italic} .mpc-notice a{font-style:italic;color:#fff!important;border-bottom:1px dotted} .mpc-notice a:hover{color:#eee!important} .rtl .slick-slide,[dir=rtl] .slick-slide{float:right} .rtl .mpc-nav__arrow,[dir=rtl] .mpc-nav__arrow{float:left} [class*=mpc],[class*=mpc]:after,[class*=mpc]:before{-webkit-box-sizing:border-box;box-sizing:border-box} [class^=mpc-] .slick-list{opacity:1} .site-inner{overflow:visible} .mk-page-section-wrapper{overflow:hidden} button.mfp-arrow,button.mfp-close{z-index:1000000}
0.430028
0.032253
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap'); :root{ --green: #64942e; --dark-color: #0f8757; --black: #444; --light-color: #666; --border: .1rem solid rgba(0,0,0, .1); --border-hover: .1rem solid var(--black); --box-shadow:0 .5rem 1rem rgba(0,0,0, .1); } /*General rules for the entire page*/ *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; outline: none; border: none; text-decoration: none; text-transform: capitalize; transition:all .2s linear; transition:width .2s none; } html{ font-size: 62.5%; overflow-x: hidden; scroll-padding-top: 5rem; scroll-behavior: snooth; } /*Web Browser Scrollbar behavior and styling*/ html::-webkit-scrollbar{ width: 1rem; } html::-webkit-scrollbar-track{ background: transparent; } html::-webkit-scrollbar-thumb{ background:var(--black); } /*Global sizing for sections*/ section{ padding: 5rem 9%; } /*Global heading titles for sections*/ .heading{ text-align: center; margin-bottom: 2rem; position: relative; } .heading::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: .01rem; background: rgba(0,0,0, .1); z-index: -1; } .heading span{ font-size: 3rem; padding: .5rem 2rem; color: var(--black); background: #fff; border: var(--border); } /*Sign in button hover/style section*/ .btn{ margin-top: 1rem; display: inline-block; padding: .9rem 3rem; border-radius: .5rem; color: #fff; background: var(--green); font-size: 1.7rem; cursor: pointer; font-weight: 500; } .btn:hover{ background: var(--dark-color); } /*HEADING 1 STYLING*/ /*Center and split the nav in 3 sections wide*/ .header .header-1{ background: #fff; padding: 1.5rem 9%; display: flex; align-items: center; justify-content: space-between; } .header .header-1 .logo{ font-size: 2.5rem; font-weight: bolder; color: var(--black); } .header .header-1 .logo i{ color:var(--green); } .header .header-1 .search-form{ width: 50rem; height: 5rem; border: var(--border); overflow: hidden; background: #fff; display: flex; align-items: center; border-radius: .5rem; } .header .header-1 .search-form input{ font-size: 1.6rem; padding: 0 1.2rem; height: 100%; width: 100%; text-transform: none; color: var(--black); } .header .header-1 .search-form label{ font-size: 2.5rem; padding-right: 1.5rem; color:var(--black); cursor: pointer; } .header .header-1 .search-form label:hover{ color: var(--green); } .header .header-1 .icons div, .header .header-1 .icons a{ font-size: 2.5rem; margin-left: 1.5rem; color: var(--black); cursor: pointer; } .header .header-1 .icons div:hover, .header .header-1 .icons a:hover{ color: var(--green); } #search-btn{ display: none; } /*HEADING 2 STYLING THE NAVBAR*/ .header .header-2{ background: var(--green); } .header .header-2 .navbar{ text-align: center; } .header .header-2 .navbar a{ color: #fff; display: inline-block; padding: 1.2rem; font-size: 1.7rem; } .header .header-2 .navbar a:hover{ background: var(--dark-color); } /*Linked to javascript query to make navbar stick while scrolling*/ .header .header-2.active{ position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } /*MOBILE NAVBAR STYLING SECTION*/ .bottom-navbar{ text-align: center; background: var(--green); position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; /*display none so it only displays in smaller screens wiht media queries*/ display: none; } .bottom-navbar a{ font-size: 2.5rem; padding: 2rem; color: #fff; } .bottom-navbar a:hover{ background: var(--dark-color); } /*LOGIN FORM STYLING SECTION*/ .login-form-container{ display: flex; align-items: center; justify-content: center; background:rgba(255,255,255,.9); position: fixed; top: 0; /* right: -105% makes the login form disappear from the screen so it can be interactive with javascript*/ right: -105%; z-index: 10000; height: 100%; width: 100%; } /*Linked to javascript query to make login form visible and closable*/ .login-form-container.active{ right: 0; } .login-form-container form{ background: #fff; border:var(--border); width: 40rem; padding: 2rem; box-shadow: var(--box-shadow); border-radius: .5rem; margin: 2rem; } .login-form-container form h3{ font-size: 2.5rem; text-transform: uppercase; color: var(--black); text-align: center; } .login-form-container form span{ display: block; font-size: 1.5rem; padding-top: 1rem; } .login-form-container form .box{ width: 100%; margin: .7rem 0; font-size: 1.6rem; border: var(--border); border-radius: .5rem; padding: 1rem 1.2rem; color: var(--black); text-transform: none; } .login-form-container form .checkbox{ display: flex; align-items: center; gap: .5rem; padding: 1rem 0; } .login-form-container form .checkbox label{ font-size: 1.5rem; color: var(--light-color); cursor: pointer; } .login-form-container form .btn{ text-align: center; width: 100%; margin: 1.5rem 0; } .login-form-container form p{ padding-top: .8rem; color: var(--light-color); font-size: 1.5rem; } .login-form-container form p a{ color: var(--green); text-decoration: underline; } /*Login close button style section, make the X button go to the top right corner of the screen*/ .login-form-container #close-login-btn{ position: absolute; top: 1.5rem; right: 2.5rem; font-size: 5rem; color: var(--black); cursor: pointer; } /*Home Section styling*/ .home{ background: url(../img/banner.jpg) no-repeat; background-size: cover; background-position: center; } .home .row{ display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; } .home .row .content{ flex: 1 1 42rem; } .home .row .books-slider{ flex: 1 1 42rem; text-align: center; margin-top: 2rem; } .home .row .books-slider a img{ height: 25rem; } .home .row .books-slider a:hover img{ transform: scale(.9); } .home .row .books-slider .shelf{ width: 100%; margin-top: -2rem; } .home .row .content h3{ color: var(--black); font-size: 4.5rem; } .home .row .content p{ color: var(--light-color); font-size: 1.4rem; line-height: 2; padding: 1rem 0; } /*Icons container styling section*/ .icons-container{ display:grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); gap: 1.5rem; } .icons-container .icons{ display: flex; align-items: center; gap: 1.5rem; padding: 2rem 0; } .icons-container .icons i{ font-size: 3.5rem; color: var(--green); } .icons-container .icons h3{ font-size: 2.2rem; color: var(--black); padding-bottom: .5rem; } .icons-container .icons p{ font-size: 1.4rem; color: var(--light-color); } /*Featured books styling section*/ .featured .featured-slider .box{ width: 25rem; margin: 2rem 0; position: relative; overflow: hidden; border: var(--border); text-align: center; } .featured .featured-slider .box:hover{ border: var(--border-hover); } .featured .featured-slider .box .image{ padding: 1rem; background: linear-gradient(15deg, #eee 30%, #fff 30.1%); } .featured .featured-slider .box:hover .image{ transform: translateY(6rem); } .featured .featured-slider .box .image img{ height: 25rem; } .featured .featured-slider .box .icons{ border-bottom: var(--border-hover); position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 1; transform: translateY(-105%); } .featured .featured-slider .box:hover .icons{ transform: translateY(0%); } .featured .featured-slider .box .icons a{ color: var(--black); font-size: 2.2rem; padding:1.3rem 1.5rem; } .featured .featured-slider .box .icons a:hover{ background: var(--green); color: #fff; } .featured .featured-slider .box .content{ background: #eee; padding: 1.5rem; } .featured .featured-slider .box .content h3{ font-size: 2rem; color: var(--black); } .featured .featured-slider .box .content .price{ font-size: 2.2rem; color: var(--black); padding-top: 1rem; } .featured .featured-slider .box .content span{ font-size: 1.5rem; color: var(--light-color); text-decoration: line-through; } .swiper-button-next, .swiper-button-prev{ border: var(--border-hover); height: 4rem; width: 4rem; color: var(--black); background: #fff; } .swiper-button-next::after, .swiper-button-prev::after{ font-size: 2rem; } .swiper-button-next:hover, .swiper-button-prev:hover{ background: var(--black); color: #fff; } /*NEWSLETTER STYLING SECTION*/ .newsletter{ background: url(../img/letterbg.jpg) no-repeat; background-size: cover; background-position: center; background-attachment: fixed; } .newsletter form{ max-width: 45rem; margin-left: auto; text-align: center; padding: 5rem 0; } .newsletter form h3{ font-size: 2.2rem; color: #fff; padding-bottom: .5rem; font-weight: normal; } .newsletter form .box{ width: 100%; margin: .7rem 0; padding: 1rem 1.2rem; font-size: 1.6rem; color: var(--black); border-radius: .5rem; text-transform: none; } /*ARRIVALS STYLING SECTION*/ .arrivals .arrivals-slider .box{ display: flex; align-items: center; gap: 1.5rem; padding: 2rem 1rem; border: var(--border); margin: 1rem 0; } .arrivals .arrivals-slider .box:hover{ border: var(--border-hover); } .arrivals .arrivals-slider .box .image img{ height: 15rem; } .arrivals .arrivals-slider .box .content h3{ font-size: 2rem; color: var(--black); } .arrivals .arrivals-slider .box .content .price{ font-size: 2.2rem; color: var(--black); padding-bottom: .5rem; } .arrivals .arrivals-slider .box .content .price span{ font-size: 1.5rem; color: var(--light-color); padding-bottom: .5rem; text-decoration: line-through; } .arrivals .arrivals-slider .box .content .stars{ font-size: 1.5rem; color: var(--green); } /*DEAL STYLING SECTION*/ .deal{ background: #f3f3f3; display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; } .deal .content{ flex: 1 1 42rem; } .deal .content h3{ color: var(--green); font-size: 2.5rem; padding-bottom: .5rem; } .deal .content h1{ color: var(--black); font-size: 4rem; } .deal .content p{ padding: 1rem 0; color: var(--light-color); font-size: 1.4rem; line-height: 2; } .deal .image{ flex: 1 1 42rem; } .deal .image img{ width: 100%; } /*REVIEWS STYLING SSECTION*/ .reviews .reviews-slider .box{ border:var(--border); padding: 2rem; text-align: center; margin: 2rem 0; } .reviews .reviews-slider .box:hover{ border:var(--border-hover); } .reviews .reviews-slider .box img{ height: 7rem; width: 7rem; border-radius: 50%; object-fit: cover; } .reviews .reviews-slider .box h3{ color: var(--black); font-size: 2.2rem; padding: .5rem 0; } .reviews .reviews-slider .box p{ color: var(--light-color); font-size: 1.4rem; padding: 1rem 0; line-height: 2; } .reviews .reviews-slider .box .stars i{ font-size: 1.7rem; color: var(--green); } /*BLOGS STYLING SECTION*/ .blogs .blogs-slider .box{ margin: 2rem 0; border: var(--border); } .blogs .blogs-slider .box:hover{ border: var(--border-hover); } .blogs .blogs-slider .box .image{ height: 25rem; width: 100%; overflow: hidden; } .blogs .blogs-slider .box .image img{ height: 100%; width: 100%; object-fit: cover; } .blogs .blogs-slider .box:hover .image img{ transform: scale(1.1); } .blogs .blogs-slider .box .content{ padding: 1.5rem; } .blogs .blogs-slider .box .content h3{ font-size: 2.2rem; color: var(--black); } .blogs .blogs-slider .box .content p{ font-size: 1.4rem; color: var(--light-color); padding: 1rem 0; line-height: 2; } /*FOOTER STYLING SECTION*/ .footer .box-container{ display: grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); gap: 1.5rem; } .footer .box-container .box h3{ font-size: 2.2rem; color: var(--black); padding: 1rem 0; } .footer .box-container .box a{ display: block; font-size: 1.4rem; color: var(--light-color); padding: 1rem 0; } .footer .box-container .box a i{ color: var(--green); padding-right: .5rem; } .footer .box-container .box a:hover i{ padding-right: 2rem; } .footer .box-container .box .map{ width: 100%; } .footer .share{ padding: 1rem 0; text-align: center; } .footer .share a{ height: 5rem; width: 5rem; line-height: 5rem; font-size: 2rem; color: #fff; background: var(--green); margin: 0 .3rem; border-radius: 50%; } .footer .share a:hover{ background: var(--black); } .footer .credit{ border-top: var(--border); margin-top: 2rem; padding: 0 1rem; padding-top: 2.5rem; font-size: 2rem; color: var(--light-color); text-align: center; } .footer .credit span{ color: var(--green); } /*LOADER PAGE STYLING SECTION*/ .loader-container{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10000; background: #E2E6D3; display: flex; align-items: center; justify-content: center; } /*Linked to javascript query to make loading screen visible*/ .loader-container.active{ display: none; } /*Media Queries*/ @media (max-width:991px){ html{ font-size: 55%; } .header .header-1{ padding: 2rem; } section{ padding-left: 3rem 2rem; } } @media (max-width:768px){ html{ scroll-padding-top: 0; } body{ padding-bottom: 6rem; } .header .header-2{ display: none; } .bottom-navbar{ display: block; } #search-btn{ display: inline-block; } .header .header-1{ box-shadow: var(--box-shadow); position: relative; } .header .header-1 .search-form{ position: absolute; top: -115%; right: 2rem; width: 90%; box-shadow: var(--box-shadow); } /*Linked to javascript query to make the search button interactive at this screen size*/ .header .header-1 .search-form.active{ top: 115%; } .home .row .content{ text-align: center; } .home .row .content h3{ font-size: 3.5rem; } .newsletter{ background-position: right; } .newsletter form{ margin-left: 0; max-width: 100%; } } @media (max-width:450px){ html{ font-size: 50%; } }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap'); :root{ --green: #64942e; --dark-color: #0f8757; --black: #444; --light-color: #666; --border: .1rem solid rgba(0,0,0, .1); --border-hover: .1rem solid var(--black); --box-shadow:0 .5rem 1rem rgba(0,0,0, .1); } /*General rules for the entire page*/ *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; outline: none; border: none; text-decoration: none; text-transform: capitalize; transition:all .2s linear; transition:width .2s none; } html{ font-size: 62.5%; overflow-x: hidden; scroll-padding-top: 5rem; scroll-behavior: snooth; } /*Web Browser Scrollbar behavior and styling*/ html::-webkit-scrollbar{ width: 1rem; } html::-webkit-scrollbar-track{ background: transparent; } html::-webkit-scrollbar-thumb{ background:var(--black); } /*Global sizing for sections*/ section{ padding: 5rem 9%; } /*Global heading titles for sections*/ .heading{ text-align: center; margin-bottom: 2rem; position: relative; } .heading::before{ content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 100%; height: .01rem; background: rgba(0,0,0, .1); z-index: -1; } .heading span{ font-size: 3rem; padding: .5rem 2rem; color: var(--black); background: #fff; border: var(--border); } /*Sign in button hover/style section*/ .btn{ margin-top: 1rem; display: inline-block; padding: .9rem 3rem; border-radius: .5rem; color: #fff; background: var(--green); font-size: 1.7rem; cursor: pointer; font-weight: 500; } .btn:hover{ background: var(--dark-color); } /*HEADING 1 STYLING*/ /*Center and split the nav in 3 sections wide*/ .header .header-1{ background: #fff; padding: 1.5rem 9%; display: flex; align-items: center; justify-content: space-between; } .header .header-1 .logo{ font-size: 2.5rem; font-weight: bolder; color: var(--black); } .header .header-1 .logo i{ color:var(--green); } .header .header-1 .search-form{ width: 50rem; height: 5rem; border: var(--border); overflow: hidden; background: #fff; display: flex; align-items: center; border-radius: .5rem; } .header .header-1 .search-form input{ font-size: 1.6rem; padding: 0 1.2rem; height: 100%; width: 100%; text-transform: none; color: var(--black); } .header .header-1 .search-form label{ font-size: 2.5rem; padding-right: 1.5rem; color:var(--black); cursor: pointer; } .header .header-1 .search-form label:hover{ color: var(--green); } .header .header-1 .icons div, .header .header-1 .icons a{ font-size: 2.5rem; margin-left: 1.5rem; color: var(--black); cursor: pointer; } .header .header-1 .icons div:hover, .header .header-1 .icons a:hover{ color: var(--green); } #search-btn{ display: none; } /*HEADING 2 STYLING THE NAVBAR*/ .header .header-2{ background: var(--green); } .header .header-2 .navbar{ text-align: center; } .header .header-2 .navbar a{ color: #fff; display: inline-block; padding: 1.2rem; font-size: 1.7rem; } .header .header-2 .navbar a:hover{ background: var(--dark-color); } /*Linked to javascript query to make navbar stick while scrolling*/ .header .header-2.active{ position: fixed; top: 0; left: 0; right: 0; z-index: 1000; } /*MOBILE NAVBAR STYLING SECTION*/ .bottom-navbar{ text-align: center; background: var(--green); position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; /*display none so it only displays in smaller screens wiht media queries*/ display: none; } .bottom-navbar a{ font-size: 2.5rem; padding: 2rem; color: #fff; } .bottom-navbar a:hover{ background: var(--dark-color); } /*LOGIN FORM STYLING SECTION*/ .login-form-container{ display: flex; align-items: center; justify-content: center; background:rgba(255,255,255,.9); position: fixed; top: 0; /* right: -105% makes the login form disappear from the screen so it can be interactive with javascript*/ right: -105%; z-index: 10000; height: 100%; width: 100%; } /*Linked to javascript query to make login form visible and closable*/ .login-form-container.active{ right: 0; } .login-form-container form{ background: #fff; border:var(--border); width: 40rem; padding: 2rem; box-shadow: var(--box-shadow); border-radius: .5rem; margin: 2rem; } .login-form-container form h3{ font-size: 2.5rem; text-transform: uppercase; color: var(--black); text-align: center; } .login-form-container form span{ display: block; font-size: 1.5rem; padding-top: 1rem; } .login-form-container form .box{ width: 100%; margin: .7rem 0; font-size: 1.6rem; border: var(--border); border-radius: .5rem; padding: 1rem 1.2rem; color: var(--black); text-transform: none; } .login-form-container form .checkbox{ display: flex; align-items: center; gap: .5rem; padding: 1rem 0; } .login-form-container form .checkbox label{ font-size: 1.5rem; color: var(--light-color); cursor: pointer; } .login-form-container form .btn{ text-align: center; width: 100%; margin: 1.5rem 0; } .login-form-container form p{ padding-top: .8rem; color: var(--light-color); font-size: 1.5rem; } .login-form-container form p a{ color: var(--green); text-decoration: underline; } /*Login close button style section, make the X button go to the top right corner of the screen*/ .login-form-container #close-login-btn{ position: absolute; top: 1.5rem; right: 2.5rem; font-size: 5rem; color: var(--black); cursor: pointer; } /*Home Section styling*/ .home{ background: url(../img/banner.jpg) no-repeat; background-size: cover; background-position: center; } .home .row{ display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; } .home .row .content{ flex: 1 1 42rem; } .home .row .books-slider{ flex: 1 1 42rem; text-align: center; margin-top: 2rem; } .home .row .books-slider a img{ height: 25rem; } .home .row .books-slider a:hover img{ transform: scale(.9); } .home .row .books-slider .shelf{ width: 100%; margin-top: -2rem; } .home .row .content h3{ color: var(--black); font-size: 4.5rem; } .home .row .content p{ color: var(--light-color); font-size: 1.4rem; line-height: 2; padding: 1rem 0; } /*Icons container styling section*/ .icons-container{ display:grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); gap: 1.5rem; } .icons-container .icons{ display: flex; align-items: center; gap: 1.5rem; padding: 2rem 0; } .icons-container .icons i{ font-size: 3.5rem; color: var(--green); } .icons-container .icons h3{ font-size: 2.2rem; color: var(--black); padding-bottom: .5rem; } .icons-container .icons p{ font-size: 1.4rem; color: var(--light-color); } /*Featured books styling section*/ .featured .featured-slider .box{ width: 25rem; margin: 2rem 0; position: relative; overflow: hidden; border: var(--border); text-align: center; } .featured .featured-slider .box:hover{ border: var(--border-hover); } .featured .featured-slider .box .image{ padding: 1rem; background: linear-gradient(15deg, #eee 30%, #fff 30.1%); } .featured .featured-slider .box:hover .image{ transform: translateY(6rem); } .featured .featured-slider .box .image img{ height: 25rem; } .featured .featured-slider .box .icons{ border-bottom: var(--border-hover); position: absolute; top: 0; left: 0; right: 0; background: #fff; z-index: 1; transform: translateY(-105%); } .featured .featured-slider .box:hover .icons{ transform: translateY(0%); } .featured .featured-slider .box .icons a{ color: var(--black); font-size: 2.2rem; padding:1.3rem 1.5rem; } .featured .featured-slider .box .icons a:hover{ background: var(--green); color: #fff; } .featured .featured-slider .box .content{ background: #eee; padding: 1.5rem; } .featured .featured-slider .box .content h3{ font-size: 2rem; color: var(--black); } .featured .featured-slider .box .content .price{ font-size: 2.2rem; color: var(--black); padding-top: 1rem; } .featured .featured-slider .box .content span{ font-size: 1.5rem; color: var(--light-color); text-decoration: line-through; } .swiper-button-next, .swiper-button-prev{ border: var(--border-hover); height: 4rem; width: 4rem; color: var(--black); background: #fff; } .swiper-button-next::after, .swiper-button-prev::after{ font-size: 2rem; } .swiper-button-next:hover, .swiper-button-prev:hover{ background: var(--black); color: #fff; } /*NEWSLETTER STYLING SECTION*/ .newsletter{ background: url(../img/letterbg.jpg) no-repeat; background-size: cover; background-position: center; background-attachment: fixed; } .newsletter form{ max-width: 45rem; margin-left: auto; text-align: center; padding: 5rem 0; } .newsletter form h3{ font-size: 2.2rem; color: #fff; padding-bottom: .5rem; font-weight: normal; } .newsletter form .box{ width: 100%; margin: .7rem 0; padding: 1rem 1.2rem; font-size: 1.6rem; color: var(--black); border-radius: .5rem; text-transform: none; } /*ARRIVALS STYLING SECTION*/ .arrivals .arrivals-slider .box{ display: flex; align-items: center; gap: 1.5rem; padding: 2rem 1rem; border: var(--border); margin: 1rem 0; } .arrivals .arrivals-slider .box:hover{ border: var(--border-hover); } .arrivals .arrivals-slider .box .image img{ height: 15rem; } .arrivals .arrivals-slider .box .content h3{ font-size: 2rem; color: var(--black); } .arrivals .arrivals-slider .box .content .price{ font-size: 2.2rem; color: var(--black); padding-bottom: .5rem; } .arrivals .arrivals-slider .box .content .price span{ font-size: 1.5rem; color: var(--light-color); padding-bottom: .5rem; text-decoration: line-through; } .arrivals .arrivals-slider .box .content .stars{ font-size: 1.5rem; color: var(--green); } /*DEAL STYLING SECTION*/ .deal{ background: #f3f3f3; display: flex; align-items: center; flex-wrap: wrap; gap: 1.5rem; } .deal .content{ flex: 1 1 42rem; } .deal .content h3{ color: var(--green); font-size: 2.5rem; padding-bottom: .5rem; } .deal .content h1{ color: var(--black); font-size: 4rem; } .deal .content p{ padding: 1rem 0; color: var(--light-color); font-size: 1.4rem; line-height: 2; } .deal .image{ flex: 1 1 42rem; } .deal .image img{ width: 100%; } /*REVIEWS STYLING SSECTION*/ .reviews .reviews-slider .box{ border:var(--border); padding: 2rem; text-align: center; margin: 2rem 0; } .reviews .reviews-slider .box:hover{ border:var(--border-hover); } .reviews .reviews-slider .box img{ height: 7rem; width: 7rem; border-radius: 50%; object-fit: cover; } .reviews .reviews-slider .box h3{ color: var(--black); font-size: 2.2rem; padding: .5rem 0; } .reviews .reviews-slider .box p{ color: var(--light-color); font-size: 1.4rem; padding: 1rem 0; line-height: 2; } .reviews .reviews-slider .box .stars i{ font-size: 1.7rem; color: var(--green); } /*BLOGS STYLING SECTION*/ .blogs .blogs-slider .box{ margin: 2rem 0; border: var(--border); } .blogs .blogs-slider .box:hover{ border: var(--border-hover); } .blogs .blogs-slider .box .image{ height: 25rem; width: 100%; overflow: hidden; } .blogs .blogs-slider .box .image img{ height: 100%; width: 100%; object-fit: cover; } .blogs .blogs-slider .box:hover .image img{ transform: scale(1.1); } .blogs .blogs-slider .box .content{ padding: 1.5rem; } .blogs .blogs-slider .box .content h3{ font-size: 2.2rem; color: var(--black); } .blogs .blogs-slider .box .content p{ font-size: 1.4rem; color: var(--light-color); padding: 1rem 0; line-height: 2; } /*FOOTER STYLING SECTION*/ .footer .box-container{ display: grid; grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr)); gap: 1.5rem; } .footer .box-container .box h3{ font-size: 2.2rem; color: var(--black); padding: 1rem 0; } .footer .box-container .box a{ display: block; font-size: 1.4rem; color: var(--light-color); padding: 1rem 0; } .footer .box-container .box a i{ color: var(--green); padding-right: .5rem; } .footer .box-container .box a:hover i{ padding-right: 2rem; } .footer .box-container .box .map{ width: 100%; } .footer .share{ padding: 1rem 0; text-align: center; } .footer .share a{ height: 5rem; width: 5rem; line-height: 5rem; font-size: 2rem; color: #fff; background: var(--green); margin: 0 .3rem; border-radius: 50%; } .footer .share a:hover{ background: var(--black); } .footer .credit{ border-top: var(--border); margin-top: 2rem; padding: 0 1rem; padding-top: 2.5rem; font-size: 2rem; color: var(--light-color); text-align: center; } .footer .credit span{ color: var(--green); } /*LOADER PAGE STYLING SECTION*/ .loader-container{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 10000; background: #E2E6D3; display: flex; align-items: center; justify-content: center; } /*Linked to javascript query to make loading screen visible*/ .loader-container.active{ display: none; } /*Media Queries*/ @media (max-width:991px){ html{ font-size: 55%; } .header .header-1{ padding: 2rem; } section{ padding-left: 3rem 2rem; } } @media (max-width:768px){ html{ scroll-padding-top: 0; } body{ padding-bottom: 6rem; } .header .header-2{ display: none; } .bottom-navbar{ display: block; } #search-btn{ display: inline-block; } .header .header-1{ box-shadow: var(--box-shadow); position: relative; } .header .header-1 .search-form{ position: absolute; top: -115%; right: 2rem; width: 90%; box-shadow: var(--box-shadow); } /*Linked to javascript query to make the search button interactive at this screen size*/ .header .header-1 .search-form.active{ top: 115%; } .home .row .content{ text-align: center; } .home .row .content h3{ font-size: 3.5rem; } .newsletter{ background-position: right; } .newsletter form{ margin-left: 0; max-width: 100%; } } @media (max-width:450px){ html{ font-size: 50%; } }
0.417034
0.047758
*, *:before, *:after { /* font-size: 16px; */ box-sizing: border-box; padding: 0; margin: 0; outline: none; } body { background-color: #f2f2f2; -webkit-text-size-adjust: none; } input[type="submit"], button { appearance: none; -webkit-appearance: none !important; -webkit-border-radius: 0; } .parallax { background: transparent fixed no-repeat 50% 50%; background-size: cover; } /* BArra de busqueda */ .buscar { color: white; background: red; padding: 10px; border-radius: 0 100px 100px 0; } .imgfont { background-image: url("https://images.pexels.com/photos/3821385/pexels-photo-3821385.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260"); width: 100%; height: 100vh; background-repeat: no-repeat; background-size: cover; background-position: center center; } .apple { background: #000000; width: 100%; height: 100vh; } .text-home { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text-home2 { text-align: center; position: absolute; top: 62%; left: 50%; transform: translate(-50%, -50%); } .elmenu { position: absolute; margin: 0 32px; color: red; font-size: 1.6em; } .elmenu.show { display: block; } .text-home h1 { color: black; background: yellow; border: 3px solid black; font-size: 50px; padding: 15px 30px; font-family: 'Teko', sans-serif; font-weight: bold; border-radius: 15px; margin: 0; } .text-home h3 { margin: 10px 0; padding: 10px; color: rgb(255, 255, 255); font-family: 'Oswald', sans-serif; font-size: 30px; text-transform: uppercase; background: rgba(0, 0, 0, .7); } .text-home h3::after { content: none; } @media (min-width: 720px) { .text-home2 h3 { font-size: 50px; } } .text-home p { color: white; cursor: pointer; background: rgba(0, 0, 0, .7); width: 40%; margin: 0 auto; padding: 5px; } /* ----------------------------------------- CLASES PARA LOS HORARIOS*/ .horario-alert { line-height: 25px; text-transform: uppercase; } .title-class { font-family: 'Teko', sans-serif; } /* _------------------------------------------------------ */ /* GLOBALES */ h3 { font-family: 'Oswald', sans-serif; font-size: 1.5em; font-weight: normal; text-align: center; margin: 10px; } h2 { margin: 10px 0; padding: 10px; color: rgb(0, 0, 0); font-family: 'Oswald', sans-serif; font-size: 30px; text-transform: uppercase; } .separador::after { content: ''; margin: 0 auto; background-image: url(../img/separador.png); height: 30px; width: 90px; display: block; } /*foto perfil */ label[for="img_perfil"] { background: #42e2b8; color: white !important; text-transform: uppercase; padding: 10px 20px; border-radius: 10px; font-family: 'Oswald', sans-serif; font-weight: 700; } label[for="img_perfil"] i { color: #2e398f; font-size: 1.2em; margin-right: 5px; } .ocult_input { display: none !important; } .parraf_subir { color: white; font-family: 'Oswald', sans-serif; font-size: 1.1em; } /* navegacion */ nav { background: #171c24; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 70px; padding: 0 20px 0 100px; } nav .logo { color: #fff; font-size: 30px; font-weight: 600; letter-spacing: -1px; margin: 8px 0; } nav .nav-items { display: flex; flex: 1; padding: 0 0 0 40px; } nav .nav-items li { list-style: none; padding: 0 15px; } nav .nav-items li a { color: #fff; font-size: 18px; font-weight: 500; text-decoration: none; font-family: 'Oswald', sans-serif; transition: all .3s ease; } nav .nav-items li a:hover { color: #ffec51; } a.en-home { border-radius: 8px; padding: 10px; background: #2b2d42; } nav form { display: flex; height: 40px; padding: 2px; background: #1e232b; min-width: 18% !important; border-radius: 2px; border: 1px solid rgba(155, 155, 155, 0.2); } nav form .search-data { width: 100%; height: 100%; padding: 0 10px; color: #fff; font-size: 17px; border: none; font-weight: 500; background: none; z-index: 2; } nav form button { padding: 0 15px; color: #fff; font-size: 17px; background: #ff3d00; border: none; border-radius: 2px; cursor: pointer; z-index: 2; } nav form button:hover { background: #e63600; } nav .menu-icon, nav .cancel-icon, nav .search-icon { width: 40px; text-align: center; margin: 0 50px; font-size: 18px; color: #fff; cursor: pointer; display: none; } nav .cancel-icon1 { width: 40px; text-align: center; margin: 5px 0; font-size: 18px; color: red; cursor: pointer; display: none; transition: all .3s ease-in-out; } @media (max-width: 1140px) { nav .cancel-icon1 { display: none; } } nav .menu-icon span, nav .cancel-icon, nav .search-icon { display: none; } @media (max-width: 1245px) { nav { padding: 0 50px; } } nav .nav-items li a i { margin-left: 8px; } @media (max-width: 1440px) { div.datos { display: none; } } @media (max-width: 1140px) { nav { padding: 0px; } nav .logo { flex: 2; text-align: center; } nav .nav-items { position: absolute; z-index: 99; top: 70px; width: 100%; left: -100%; padding: 10px 50px 0 50px; text-align: center; background: #14181f; display: inline-block; transition: left 0.3s ease; } nav .nav-items.active { left: 0px; } nav .nav-items li { line-height: 30px; margin: 10px 0; } nav .nav-items li a { font-size: 20px; } nav form { position: absolute; top: 80px; right: 50px; opacity: 0; pointer-events: none; transition: top 0.3s ease, opacity 0.1s ease; } nav form.active { top: 95px; opacity: 1; pointer-events: auto; } nav form:before { position: absolute; content: ""; top: -13px; right: 0px; width: 0; height: 0; z-index: 1; border: 10px solid transparent; border-bottom-color: #222a68; margin: -20px 0 0; } nav form:after { position: absolute; content: ''; height: 60px; padding: 2px; background: #1e232b; border-radius: 2px; min-width: calc(100% + 20px); z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); } nav .menu-icon { display: block; } nav .search-icon, nav .menu-icon span { display: block; } nav .menu-icon span.hide, nav .search-icon.hide { display: none; } nav .cancel-icon.show { display: block; } } .content { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); } .content header { font-size: 30px; font-weight: 700; } .content .text { font-size: 30px; font-weight: 700; } .space { margin: 10px 0; } nav .logo.space { color: red; padding: 0 5px 0 0; } @media (max-width: 980px) { nav .menu-icon, nav .cancel-icon, nav .search-icon { margin: 0 20px; } nav form { right: 30px; } } @media (max-width: 350px) { nav .menu-icon, nav .cancel-icon, nav .search-icon { margin: 0 10px; font-size: 16px; } } .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .content header { font-size: 30px; font-weight: 700; } .content .text { font-size: 30px; font-weight: 700; } .content .space { margin: 10px 0; } div.shopping i { color: white; margin: 10px; font-size: 20px; cursor: pointer; } div.shopping p { color: white; font-size: 10px; cursor: pointer; margin-top: 10px; } @media (min-width: 1140px) { div.shopping i { margin: 10px 0 0 50px; } } /* -----CONTAINER------------------- */ .container { margin: 1.25em auto; text-align: center; width: 100%; } .servicios img { text-align: center; margin: 0 auto; width: 35%; } div.cuarenta { display: flex; justify-content: flex-end; align-items: center; background: red; width: 50%; } div.servicios { margin: 20px auto; background: #2b2d42 !important; width: 100%; display: flex; justify-content: space-between; } div.cuarenta h2 { font-size: 60px; font-family: 'Teko', sans-serif; color: #D4AF37; } div.cuarenta h3 { font-size: 20px; font-family: 'Oswald', sans-serif; color: white; text-transform: uppercase; margin: 10%; } @media (min-width: 990px) { div.servicios { background: #ffffff; width: 60%; display: flex; justify-content: space-between; } div.cuarenta h2 { font-size: 150px; } div.cuarenta h3 { font-size: 2.5em; margin: 40px 20px; } } /* SECCION DE USUARIO */ @media (max-width: 1140px) { div.datos { position: absolute; width: 100%; background: #171c24; transform: translate(-699%, 121%); z-index: 99; display: block; text-align: center; transition: all .5s ease; } div.datos.login { transform: translate(0%, 162%); transition: all .5s ease; } div.datos label { display: none; color: white; text-align: center; margin-top: 1em; margin-bottom: 1em; font-family: 'Oswald', sans-serif; } div.datos input { display: block; background: #ffffff; padding: 5px; border-radius: 10px; border: none; outline: none; border: 10px; width: 90%; margin: 20px auto; } div.parte-baja p { color: white; margin: .8em 0 0 0; } div.parte-baja a { display: inline-block; margin: .3em 0; color: rgb(115, 115, 255); } div.parte-baja .button { margin: 10px 0; text-decoration: none; border: none; background: #28536b; color: white; padding: 5px; font-family: 'oswald', sans-serif; font-size: 1rem; font-weight: bold; display: inline-block; text-transform: uppercase; transition: all .3s ease; } div.parte-baja .button:hover { background: skyblue; } } /* desktop */ @media (min-width: 1000px) { div.datos { position: absolute; top: 50%; left: 50%; width: 400px; height: 380px; background: #171c24; transform: translate(-83%, -390%); z-index: 99; margin: 50px; text-align: center; border-radius: 15px; transition: all .5s ease; } div.datos.login { position: fixed; top: 50%; left: 50%; width: 400px; height: 380px; background: #171c24; transform: translate(-83%, -90%); z-index: 99; margin: 50px; text-align: center; border-radius: 15px; transition: all .5s ease; } div.datos label { display: block; color: white; text-align: center; margin-top: 2em; margin-bottom: 1em; font-family: 'Oswald', sans-serif; } div.datos input { display: block; background: #ffffff; padding: 10px; border-radius: 10px; border: none; outline: none; border: 10px; width: 80%; margin: 0 auto; } div.parte-baja p { color: white; margin: .8em 0 0 0; } div.parte-baja a { display: block; margin: .3em 0; color: rgb(115, 115, 255); } div.parte-baja .button { margin: 10px 0; text-decoration: none; border: none; background: #28536b; color: white; padding: 10px; font-family: 'oswald', sans-serif; font-size: 1.2rem; font-weight: bold; display: inline-block; text-transform: uppercase; transition: all .3s ease; } div.parte-baja .button:hover { background: skyblue; } div.datos::before { position: absolute; content: ""; top: -3px; right: 25px; width: 0; height: 0; z-index: 1; border: 10px solid transparent; border-bottom-color: #222a68; margin: -20px 0 0; } } /*---- Productos ---- */ section.ofetas-des { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; margin: 0 auto; width: 98%; } @media (min-width: 768px) { section.ofetas-des { grid-template-columns: repeat(3, 1fr); width: 70% } } div.productos img { height: 350px; width: 100%; } @media (max-width: 1019px) { div.productos img { max-height: 312px; } } div.productos { margin: 15px; background: #ffffff; position: relative; transition: all .5s ease-in-out; } div.productos:hover { transform: scale(1.1); -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); }/* font-family: 'Oswald', sans-serif; font-size: 1.5em; font-weight: normal; text-align: center; margin: 10px; */ div.productos a { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: bold; text-align: left; margin: 10px; text-transform: uppercase; color: #000; text-decoration: none; } div.productos i { background: rgba(255, 255, 55, .5); display: block; color: black; padding: 5px; font-size: 1.3em; margin-top: 5px; cursor: pointer; } div.productos .ver-mas{ font-family: none; font-size: .8em; margin: 10px 0 5px 0; color: #979494; text-transform: none; cursor: pointer; text-align: center; } div.productos .precio { color: #03cea4; font-size: 1.5em; } .precio span { font-size: 10px; color: red; } section a.btn-2 { display: inline-block; margin: 0 15px; width: 120px; padding: 10px; background: #007bff; text-transform: uppercase; color: white; font-family: 'Oswald', sans-serif; text-decoration: none; font-weight: bold; border-radius: 4px; } /* mapa leaflet model */ div.map { width: 100%; height: 400px; ; } /* carrito de compras */ div.item img { width: 50%; height: 120px !important; } .pushbar .btn-cerrar button { background: none; color: #808080; border: none; cursor: pointer; font-size: 30px; margin: 0 10px; } .pushbar .btn-cerrar .izquierda { text-align: left; } .shopping button { background: none; border: none; width: none; } div.pushbar.pushbar-carrito { background: rgba(0, 0, 0, .8); width: 370px; font-size: 20px; font-weight: 400; } .pushbar-carrito .titulo-carrito { color: white; font-size: 22px; padding: 10px; border-bottom: 1px solid rgba(112, 112, 112, .60); margin-bottom: 20px; } .pushbar-carrito .item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(112, 112, 112, .60); } .pushbar-carrito .textos p { display: flex; flex-direction: column; justify-content: space-around; color: #aaaaaa; font-size: 20px; font-weight: 400; padding: 10px; } .pushbar-carrito .textos .price { color: white; } .pushbar-carrito .total { color: white; margin: 40px 20px; display: flex; justify-content: space-between; } .pushbar-carrito .total p { font-size: 25px; font-weight: 300; font-family: 'Oswald', sans-serif; } div.cant-dele { display: block; margin: 0 10px; } div.cant-dele input { height: 20px; width: 50px; } div.cant-dele p i { color: white; margin: 0 auto; cursor: pointer; } div.cant-dele label { color: white; margin: 0 10px; font-size: 12px; } /* Contacto del index */ div.contacto i { color: #98b3b6; font-size: 1.5em; margin: 15px; transition: all .3s ease; } div.contacto p { color: #007bff; font-size: 1.2em; } .contact-correo p:hover { color: #000; } .contact-correo i:hover { color: #000; } div.contacto h3 { color: rgb(29, 28, 28); text-decoration: none; cursor: pointer; } /* Contacto en contactar */ div.contactar h2 { font-size: 25px; padding-top: 30px; color: rgb(255, 230, 0); font-family: 'Oswald', sans-serif; } div.contactar label { color: #fff; font-size: 1.1em; font-family: 'Montserrat', sans-serif; } div.contactar { background: #031d44; width: 100%; margin: 30px auto; text-align: center; border-radius: none; margin-top: 50px; margin-bottom: 100px; } @media (min-width: 768px) { div.contactar { width: 60%; border-radius: 20px; } } div.contactar input, div.contactar textarea { display: block; width: 90%; padding: 10px; outline: none; border: none; border-radius: 5px; margin: 15px auto; } .boton-in { display: inline-block; margin: 20px; width: 120px; padding: 10px; background: #007bff; text-transform: uppercase; color: white; font-family: 'Oswald', sans-serif; text-decoration: none; font-weight: bold; border-radius: 4px; transition: all .3s ease; outline: none; border: none; cursor: pointer; } .boton-in:hover { background: #003e80; } div.contactar select { display: block; margin: 15px auto; font-family: 'Oswald', sans-serif; background: white; padding: 5px; } /* REDES SOCIALES */ div.redes i { color: white; background: #1b1f3b; font-size: 2.1em; padding: 10px; margin: 0 10px; border-radius: 9px; transition: all .3s ease; } div.redes i:hover { transform: scale(1.1); background: #000; -webkit-box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); -moz-box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); } div.encabezado-reg { font-family: 'Oswald', sans-serif; } /* login */ div.login { background: #031d44; width: 100%; margin: 30px auto; text-align: center; border-radius: none; } @media (min-width: 768px) { div.login { width: 60%; border-radius: 20px; } } div.login input { display: block; width: 90%; padding: 10px; outline: none; border: none; border-radius: 5px; margin: 15px auto; } div.login label { color: white; font-family: 'Oswald', sans-serif; } div.login h2 { color: skyblue; font-family: 'Oswald', sans-serif; margin: 15px 0; } /* validacion js */ .warning { position: relative; color: red; text-align: center; transform: translate(-0%, -4502%) } .warning2 { color: red; text-align: center; transform: translate(0%, -85%) } /* pagina principal del usuario bienvenidaa*/ div.mainUser img { width: 50%; margin-bottom: 20px; } nav.perfil-user { display: block; justify-content: space-evenly; background: none; } @media (min-width: 768px) { nav.perfil-user { display: flex; justify-content: space-evenly; } } nav.perfil-user a { display: block !important; margin-bottom: 20px; color: rgb(110, 110, 255); text-decoration: none; font-size: 1.4em; font-family: 'Open Sans', sans-serif; font-weight: bold; text-transform: uppercase; transition: all .3s ease; } nav.perfil-user a i { color: rgb(255, 79, 79); margin: 0 10px; font-size: 1.5em; transition: all .3s ease; } nav.perfil-user a:hover { color: black; } nav.perfil-user a i:hover { color: rgb(255, 162, 162); } /* configuracion de usuario */ form.campos-config label { display: block; } form.campos-config input { display: block; width: 90%; padding: 10px; margin: 10px auto; } @media (min-width: 768px) { form.campos-config input { width: 50%; } } /* main description */ .telefonos { color: #003e80; border-bottom: none; text-decoration: none; transition: all .3s ease; } .telefonos:hover { color: blue; } div.descripcion { background: #cacaca; width: 100%; margin: 0 auto; padding: 10px 20px; border-radius: none; } @media (min-width: 768px) { div.descripcion { border-radius: 10px; width: 50%; } } div.descripcion p { font-family: 'Oswald', sans-serif; font-weight: bold; text-align: left; } /* News letter */ .newsletter h2 { color: #003e80; font-size: 1.2em; } .newsletter input[type='email'] { color: black; background-color: rgba(0, 0, 0, .1); outline: 0; border: none; padding: 10px; width: 90%; text-align: center; text-transform: uppercase; border-bottom: 3px solid yellow; margin: 20px 0; transition: all .3s ease-in-out; border-radius: 5px; } @media (min-width: 768px) { .newsletter input[type='email'] { width: 50%; margin: 0; text-align: left; } } .newsletter input[type='email']:focus { border-bottom: 3px solid red; text-transform: lowercase; } /* CARRUCEL INICIO */ .carousel__contenedor { position: relative; width: 80%; margin: 10px auto; transition: all .3s ease-in-out; } @media (min-width: 768px) { .carousel__contenedor { width: 90%; } } .carousel__siguiente, .carousel__anterior { position: absolute; display: block; width: 30px; height: 30px; border: none; top: calc(50% - 30px); cursor: pointer; line-height: 30px; text-align: center; background: none; color: black; opacity: 25%; transition: all .3s ease; } .carousel__anterior:hover, .carousel__siguiente:hover { opacity: 100%; } .carousel__anterior { left: -30px; } .carousel__siguiente { right: -30px; } .carousel__anterior i, .carousel__siguiente i { font-size: 20px; } .carousel__lista { overflow: hidden; } .carousel__elemento { margin: 10px 1.1px; transition: all .5s ease-in-out; } .carousel__elemento:hover { transform: scale(1.3); } .carousel__indicadores .glider-dot { display: block; width: 30px; height: 4px; background: yellow; opacity: .5; border-radius: 0; } .carousel__indicadores .glider-dot:hover { opacity: .5; } .carousel__indicadores .glider-dot.active { opacity: 1; } div.carrusel h3 { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: bold; display: inline; } .carousel__lista img { width: 100%; height: 250px; } /* Footer */ footer.footer-main { background: #000; text-align: center; color: white; padding: 15px; font-family: 'Orbitron', sans-serif; margin-top: 100px; } footer.footer2 { width: 100%; position: fixed; left: 0px; bottom: 0px; } footer.footer-main a { color: #007bff; margin: 0 15px; text-align: center; font-family: Arial, Helvetica, sans-serif; } /* terminos */ div.terminos { width: 80%; margin: 50px auto; } /* direcciones */ .direcciones_user img { width: 50%; } @media (min-width: 720px) { .direcciones_user img { width: 15%; } } @media (max-width: 500px) { .direcciones_user img { width: 75%; } } .campos-config label[for="edit_perfil"] { font-size: 12px; font-weight: 600; color: #fff; background-color: #38aecc; display: inline-block; transition: all .5s; cursor: pointer; padding: 10px 25px !important; border-radius: 5px; text-transform: uppercase; width: fit-content; text-align: center; font-family: 'Oswald', sans-serif; margin: 10px 0; } .campos-config label[for="edit_perfil"] i { color: #fff; font-size: 1.5em; margin: 0 10px; } .campos-config .input_perfil { display: none; } /* Content select */ .content-select select { -moz-appearance: none; } .content-select select::-ms-expand { display: none; } .content-select p { color: #000; font-family: 'Oswald', sans-serif; font-weight: bold; text-transform: uppercase; margin-bottom: 3px; } /* ------------------ */ .content-select { max-width: 250px; position: relative; } .content-select select { display: inline-block; width: 100%; cursor: pointer; padding: 7px 10px; height: 42px; outline: 0; border: 0; border-radius: 0; background: #f0f0f0; color: #000000; font-size: 1em; color: #000000; font-family: 'Quicksand', sans-serif; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 12px; position: relative; transition: all 0.25s ease; appearance: none; -moz-appearance: none; } .content-select select:hover { background: rgba(255, 255, 59, .8); } /* Creamos la fecha que aparece a la izquierda del select. Realmente este elemento es un cuadrado que sólo tienen dos bordes con color y que giramos con transform: rotate(-45deg); */ .content-select i { position: absolute; right: 20px; top: calc(50%); width: 16px; height: 16px; display: block; border-left: 4px solid #2AC176; border-bottom: 4px solid #2AC176; transform: rotate(-45deg); /* Giramos el cuadrado */ transition: all 0.25s ease; } .content-select:hover i { margin-top: 3px; } /* pagina del productos */ div.producto_descripcion { display: block; } div.producto_descripcion img { max-width: 90%; max-height: 650px; } @media (min-width: 768px) { div.producto_descripcion { margin-left: 100px; display: flex; justify-content: space-evenly; } div.producto_descripcion img { max-width: 50%; } } div.producto_descripcion h3 { font-family: 'Roboto', sans-serif; font-size: 1em; font-weight: bold; text-align: left; margin: 10px; text-transform: uppercase; color: #000; } div.producto_descripcion h2 { font-family: 'Roboto', sans-serif; font-size: 2em; font-weight: bold; text-align: left; text-transform: uppercase; color: #000; margin-left: 30px; padding: 0; } div.producto_descripcion .referencia { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: bold; text-align: center; margin: 0 0 0 30px; text-transform: uppercase; color: #000; background: #cacaca; padding: 10px; border-radius: 5px; width: 50%; } div.producto_descripcion .precio { font-family: 'Oswald', sans-serif; font-size: 2em; font-weight: bold; text-align: center; margin: 0 0 0 30px !important; text-transform: uppercase; color: #03cea4; text-align: left; margin-left: 10px; } div.shipping_collet { display: flex; justify-content: space-evenly; margin: 20px 10px 20px 0; } div.shipping_collet b { color: #000; font-family: 'Roboto', sans-serif; } div.shipping_collet i { margin-right: 8px; font-size: 1.4em; } div.cant_price { display: flex; align-items: center; justify-content: center; } div.cant_price input { background: white; display: block; padding: 18px; border: 1px solid #cacaca; } div.cant_price .precio_int { font-family: 'Oswald', sans-serif; background: white; color: #03cea4; padding: 10px 30px; border: 1px solid #cacaca; font-size: 1.4em; } div.descripcion_main { width: 80%; text-align: left; margin:50px auto; } div.descripcion_main h3{ color: #727272; } div.descripcion_main p{ font-family: 'Oswald', sans-serif; color: #000; } button.btn-card{ font-family: 'Oswald', sans-serif; font-size: 1.5em; text-transform: uppercase; cursor: pointer; display: block; margin: 20px auto; color: white; background: #78be20; border: none; padding: 10px; width: 80%; transition: all .3s ease; } button.btn-card:hover{ background: #56881a; } .ficha_tecnica{ color: #003e80; text-decoration: none; font-size: 1.3em; font-family: 'Oswald', sans-serif; } /* font-family: 'Montserrat', sans-serif; font-family: 'Open Sans', sans-serif; font-family: 'Orbitron', sans-serif; font-family: 'Oswald', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Teko', sans-serif; */ .initial { display: block; color: white; padding: 10px; background-color: rgba(255, 0, 0, 0.24); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .error { display: block; color: white; padding: 10px; background-color: rgba(255, 0, 0, 0.24); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .span2 { display: block; color: white; padding: 10px; background-color: RGBA(255, 255, 0, 0.17); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .span1 { display: block; color: white; padding: 10px; background-color: RGBA(0, 255, 0, 0.2); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; }
css/main.css
*, *:before, *:after { /* font-size: 16px; */ box-sizing: border-box; padding: 0; margin: 0; outline: none; } body { background-color: #f2f2f2; -webkit-text-size-adjust: none; } input[type="submit"], button { appearance: none; -webkit-appearance: none !important; -webkit-border-radius: 0; } .parallax { background: transparent fixed no-repeat 50% 50%; background-size: cover; } /* BArra de busqueda */ .buscar { color: white; background: red; padding: 10px; border-radius: 0 100px 100px 0; } .imgfont { background-image: url("https://images.pexels.com/photos/3821385/pexels-photo-3821385.jpeg?auto=compress&cs=tinysrgb&dpr=3&h=750&w=1260"); width: 100%; height: 100vh; background-repeat: no-repeat; background-size: cover; background-position: center center; } .apple { background: #000000; width: 100%; height: 100vh; } .text-home { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .text-home2 { text-align: center; position: absolute; top: 62%; left: 50%; transform: translate(-50%, -50%); } .elmenu { position: absolute; margin: 0 32px; color: red; font-size: 1.6em; } .elmenu.show { display: block; } .text-home h1 { color: black; background: yellow; border: 3px solid black; font-size: 50px; padding: 15px 30px; font-family: 'Teko', sans-serif; font-weight: bold; border-radius: 15px; margin: 0; } .text-home h3 { margin: 10px 0; padding: 10px; color: rgb(255, 255, 255); font-family: 'Oswald', sans-serif; font-size: 30px; text-transform: uppercase; background: rgba(0, 0, 0, .7); } .text-home h3::after { content: none; } @media (min-width: 720px) { .text-home2 h3 { font-size: 50px; } } .text-home p { color: white; cursor: pointer; background: rgba(0, 0, 0, .7); width: 40%; margin: 0 auto; padding: 5px; } /* ----------------------------------------- CLASES PARA LOS HORARIOS*/ .horario-alert { line-height: 25px; text-transform: uppercase; } .title-class { font-family: 'Teko', sans-serif; } /* _------------------------------------------------------ */ /* GLOBALES */ h3 { font-family: 'Oswald', sans-serif; font-size: 1.5em; font-weight: normal; text-align: center; margin: 10px; } h2 { margin: 10px 0; padding: 10px; color: rgb(0, 0, 0); font-family: 'Oswald', sans-serif; font-size: 30px; text-transform: uppercase; } .separador::after { content: ''; margin: 0 auto; background-image: url(../img/separador.png); height: 30px; width: 90px; display: block; } /*foto perfil */ label[for="img_perfil"] { background: #42e2b8; color: white !important; text-transform: uppercase; padding: 10px 20px; border-radius: 10px; font-family: 'Oswald', sans-serif; font-weight: 700; } label[for="img_perfil"] i { color: #2e398f; font-size: 1.2em; margin-right: 5px; } .ocult_input { display: none !important; } .parraf_subir { color: white; font-family: 'Oswald', sans-serif; font-size: 1.1em; } /* navegacion */ nav { background: #171c24; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; height: 70px; padding: 0 20px 0 100px; } nav .logo { color: #fff; font-size: 30px; font-weight: 600; letter-spacing: -1px; margin: 8px 0; } nav .nav-items { display: flex; flex: 1; padding: 0 0 0 40px; } nav .nav-items li { list-style: none; padding: 0 15px; } nav .nav-items li a { color: #fff; font-size: 18px; font-weight: 500; text-decoration: none; font-family: 'Oswald', sans-serif; transition: all .3s ease; } nav .nav-items li a:hover { color: #ffec51; } a.en-home { border-radius: 8px; padding: 10px; background: #2b2d42; } nav form { display: flex; height: 40px; padding: 2px; background: #1e232b; min-width: 18% !important; border-radius: 2px; border: 1px solid rgba(155, 155, 155, 0.2); } nav form .search-data { width: 100%; height: 100%; padding: 0 10px; color: #fff; font-size: 17px; border: none; font-weight: 500; background: none; z-index: 2; } nav form button { padding: 0 15px; color: #fff; font-size: 17px; background: #ff3d00; border: none; border-radius: 2px; cursor: pointer; z-index: 2; } nav form button:hover { background: #e63600; } nav .menu-icon, nav .cancel-icon, nav .search-icon { width: 40px; text-align: center; margin: 0 50px; font-size: 18px; color: #fff; cursor: pointer; display: none; } nav .cancel-icon1 { width: 40px; text-align: center; margin: 5px 0; font-size: 18px; color: red; cursor: pointer; display: none; transition: all .3s ease-in-out; } @media (max-width: 1140px) { nav .cancel-icon1 { display: none; } } nav .menu-icon span, nav .cancel-icon, nav .search-icon { display: none; } @media (max-width: 1245px) { nav { padding: 0 50px; } } nav .nav-items li a i { margin-left: 8px; } @media (max-width: 1440px) { div.datos { display: none; } } @media (max-width: 1140px) { nav { padding: 0px; } nav .logo { flex: 2; text-align: center; } nav .nav-items { position: absolute; z-index: 99; top: 70px; width: 100%; left: -100%; padding: 10px 50px 0 50px; text-align: center; background: #14181f; display: inline-block; transition: left 0.3s ease; } nav .nav-items.active { left: 0px; } nav .nav-items li { line-height: 30px; margin: 10px 0; } nav .nav-items li a { font-size: 20px; } nav form { position: absolute; top: 80px; right: 50px; opacity: 0; pointer-events: none; transition: top 0.3s ease, opacity 0.1s ease; } nav form.active { top: 95px; opacity: 1; pointer-events: auto; } nav form:before { position: absolute; content: ""; top: -13px; right: 0px; width: 0; height: 0; z-index: 1; border: 10px solid transparent; border-bottom-color: #222a68; margin: -20px 0 0; } nav form:after { position: absolute; content: ''; height: 60px; padding: 2px; background: #1e232b; border-radius: 2px; min-width: calc(100% + 20px); z-index: 1; left: 50%; top: 50%; transform: translate(-50%, -50%); } nav .menu-icon { display: block; } nav .search-icon, nav .menu-icon span { display: block; } nav .menu-icon span.hide, nav .search-icon.hide { display: none; } nav .cancel-icon.show { display: block; } } .content { position: absolute; top: 50%; left: 50%; text-align: center; transform: translate(-50%, -50%); } .content header { font-size: 30px; font-weight: 700; } .content .text { font-size: 30px; font-weight: 700; } .space { margin: 10px 0; } nav .logo.space { color: red; padding: 0 5px 0 0; } @media (max-width: 980px) { nav .menu-icon, nav .cancel-icon, nav .search-icon { margin: 0 20px; } nav form { right: 30px; } } @media (max-width: 350px) { nav .menu-icon, nav .cancel-icon, nav .search-icon { margin: 0 10px; font-size: 16px; } } .content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .content header { font-size: 30px; font-weight: 700; } .content .text { font-size: 30px; font-weight: 700; } .content .space { margin: 10px 0; } div.shopping i { color: white; margin: 10px; font-size: 20px; cursor: pointer; } div.shopping p { color: white; font-size: 10px; cursor: pointer; margin-top: 10px; } @media (min-width: 1140px) { div.shopping i { margin: 10px 0 0 50px; } } /* -----CONTAINER------------------- */ .container { margin: 1.25em auto; text-align: center; width: 100%; } .servicios img { text-align: center; margin: 0 auto; width: 35%; } div.cuarenta { display: flex; justify-content: flex-end; align-items: center; background: red; width: 50%; } div.servicios { margin: 20px auto; background: #2b2d42 !important; width: 100%; display: flex; justify-content: space-between; } div.cuarenta h2 { font-size: 60px; font-family: 'Teko', sans-serif; color: #D4AF37; } div.cuarenta h3 { font-size: 20px; font-family: 'Oswald', sans-serif; color: white; text-transform: uppercase; margin: 10%; } @media (min-width: 990px) { div.servicios { background: #ffffff; width: 60%; display: flex; justify-content: space-between; } div.cuarenta h2 { font-size: 150px; } div.cuarenta h3 { font-size: 2.5em; margin: 40px 20px; } } /* SECCION DE USUARIO */ @media (max-width: 1140px) { div.datos { position: absolute; width: 100%; background: #171c24; transform: translate(-699%, 121%); z-index: 99; display: block; text-align: center; transition: all .5s ease; } div.datos.login { transform: translate(0%, 162%); transition: all .5s ease; } div.datos label { display: none; color: white; text-align: center; margin-top: 1em; margin-bottom: 1em; font-family: 'Oswald', sans-serif; } div.datos input { display: block; background: #ffffff; padding: 5px; border-radius: 10px; border: none; outline: none; border: 10px; width: 90%; margin: 20px auto; } div.parte-baja p { color: white; margin: .8em 0 0 0; } div.parte-baja a { display: inline-block; margin: .3em 0; color: rgb(115, 115, 255); } div.parte-baja .button { margin: 10px 0; text-decoration: none; border: none; background: #28536b; color: white; padding: 5px; font-family: 'oswald', sans-serif; font-size: 1rem; font-weight: bold; display: inline-block; text-transform: uppercase; transition: all .3s ease; } div.parte-baja .button:hover { background: skyblue; } } /* desktop */ @media (min-width: 1000px) { div.datos { position: absolute; top: 50%; left: 50%; width: 400px; height: 380px; background: #171c24; transform: translate(-83%, -390%); z-index: 99; margin: 50px; text-align: center; border-radius: 15px; transition: all .5s ease; } div.datos.login { position: fixed; top: 50%; left: 50%; width: 400px; height: 380px; background: #171c24; transform: translate(-83%, -90%); z-index: 99; margin: 50px; text-align: center; border-radius: 15px; transition: all .5s ease; } div.datos label { display: block; color: white; text-align: center; margin-top: 2em; margin-bottom: 1em; font-family: 'Oswald', sans-serif; } div.datos input { display: block; background: #ffffff; padding: 10px; border-radius: 10px; border: none; outline: none; border: 10px; width: 80%; margin: 0 auto; } div.parte-baja p { color: white; margin: .8em 0 0 0; } div.parte-baja a { display: block; margin: .3em 0; color: rgb(115, 115, 255); } div.parte-baja .button { margin: 10px 0; text-decoration: none; border: none; background: #28536b; color: white; padding: 10px; font-family: 'oswald', sans-serif; font-size: 1.2rem; font-weight: bold; display: inline-block; text-transform: uppercase; transition: all .3s ease; } div.parte-baja .button:hover { background: skyblue; } div.datos::before { position: absolute; content: ""; top: -3px; right: 25px; width: 0; height: 0; z-index: 1; border: 10px solid transparent; border-bottom-color: #222a68; margin: -20px 0 0; } } /*---- Productos ---- */ section.ofetas-des { display: grid; grid-template-columns: repeat(2, 1fr); align-items: center; margin: 0 auto; width: 98%; } @media (min-width: 768px) { section.ofetas-des { grid-template-columns: repeat(3, 1fr); width: 70% } } div.productos img { height: 350px; width: 100%; } @media (max-width: 1019px) { div.productos img { max-height: 312px; } } div.productos { margin: 15px; background: #ffffff; position: relative; transition: all .5s ease-in-out; } div.productos:hover { transform: scale(1.1); -webkit-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); -moz-box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); box-shadow: 2px 2px 15px 5px rgba(0, 0, 0, 0.75); }/* font-family: 'Oswald', sans-serif; font-size: 1.5em; font-weight: normal; text-align: center; margin: 10px; */ div.productos a { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: bold; text-align: left; margin: 10px; text-transform: uppercase; color: #000; text-decoration: none; } div.productos i { background: rgba(255, 255, 55, .5); display: block; color: black; padding: 5px; font-size: 1.3em; margin-top: 5px; cursor: pointer; } div.productos .ver-mas{ font-family: none; font-size: .8em; margin: 10px 0 5px 0; color: #979494; text-transform: none; cursor: pointer; text-align: center; } div.productos .precio { color: #03cea4; font-size: 1.5em; } .precio span { font-size: 10px; color: red; } section a.btn-2 { display: inline-block; margin: 0 15px; width: 120px; padding: 10px; background: #007bff; text-transform: uppercase; color: white; font-family: 'Oswald', sans-serif; text-decoration: none; font-weight: bold; border-radius: 4px; } /* mapa leaflet model */ div.map { width: 100%; height: 400px; ; } /* carrito de compras */ div.item img { width: 50%; height: 120px !important; } .pushbar .btn-cerrar button { background: none; color: #808080; border: none; cursor: pointer; font-size: 30px; margin: 0 10px; } .pushbar .btn-cerrar .izquierda { text-align: left; } .shopping button { background: none; border: none; width: none; } div.pushbar.pushbar-carrito { background: rgba(0, 0, 0, .8); width: 370px; font-size: 20px; font-weight: 400; } .pushbar-carrito .titulo-carrito { color: white; font-size: 22px; padding: 10px; border-bottom: 1px solid rgba(112, 112, 112, .60); margin-bottom: 20px; } .pushbar-carrito .item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(112, 112, 112, .60); } .pushbar-carrito .textos p { display: flex; flex-direction: column; justify-content: space-around; color: #aaaaaa; font-size: 20px; font-weight: 400; padding: 10px; } .pushbar-carrito .textos .price { color: white; } .pushbar-carrito .total { color: white; margin: 40px 20px; display: flex; justify-content: space-between; } .pushbar-carrito .total p { font-size: 25px; font-weight: 300; font-family: 'Oswald', sans-serif; } div.cant-dele { display: block; margin: 0 10px; } div.cant-dele input { height: 20px; width: 50px; } div.cant-dele p i { color: white; margin: 0 auto; cursor: pointer; } div.cant-dele label { color: white; margin: 0 10px; font-size: 12px; } /* Contacto del index */ div.contacto i { color: #98b3b6; font-size: 1.5em; margin: 15px; transition: all .3s ease; } div.contacto p { color: #007bff; font-size: 1.2em; } .contact-correo p:hover { color: #000; } .contact-correo i:hover { color: #000; } div.contacto h3 { color: rgb(29, 28, 28); text-decoration: none; cursor: pointer; } /* Contacto en contactar */ div.contactar h2 { font-size: 25px; padding-top: 30px; color: rgb(255, 230, 0); font-family: 'Oswald', sans-serif; } div.contactar label { color: #fff; font-size: 1.1em; font-family: 'Montserrat', sans-serif; } div.contactar { background: #031d44; width: 100%; margin: 30px auto; text-align: center; border-radius: none; margin-top: 50px; margin-bottom: 100px; } @media (min-width: 768px) { div.contactar { width: 60%; border-radius: 20px; } } div.contactar input, div.contactar textarea { display: block; width: 90%; padding: 10px; outline: none; border: none; border-radius: 5px; margin: 15px auto; } .boton-in { display: inline-block; margin: 20px; width: 120px; padding: 10px; background: #007bff; text-transform: uppercase; color: white; font-family: 'Oswald', sans-serif; text-decoration: none; font-weight: bold; border-radius: 4px; transition: all .3s ease; outline: none; border: none; cursor: pointer; } .boton-in:hover { background: #003e80; } div.contactar select { display: block; margin: 15px auto; font-family: 'Oswald', sans-serif; background: white; padding: 5px; } /* REDES SOCIALES */ div.redes i { color: white; background: #1b1f3b; font-size: 2.1em; padding: 10px; margin: 0 10px; border-radius: 9px; transition: all .3s ease; } div.redes i:hover { transform: scale(1.1); background: #000; -webkit-box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); -moz-box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); box-shadow: 3px 3px 20px 2px rgba(0, 0, 0, 0.75); } div.encabezado-reg { font-family: 'Oswald', sans-serif; } /* login */ div.login { background: #031d44; width: 100%; margin: 30px auto; text-align: center; border-radius: none; } @media (min-width: 768px) { div.login { width: 60%; border-radius: 20px; } } div.login input { display: block; width: 90%; padding: 10px; outline: none; border: none; border-radius: 5px; margin: 15px auto; } div.login label { color: white; font-family: 'Oswald', sans-serif; } div.login h2 { color: skyblue; font-family: 'Oswald', sans-serif; margin: 15px 0; } /* validacion js */ .warning { position: relative; color: red; text-align: center; transform: translate(-0%, -4502%) } .warning2 { color: red; text-align: center; transform: translate(0%, -85%) } /* pagina principal del usuario bienvenidaa*/ div.mainUser img { width: 50%; margin-bottom: 20px; } nav.perfil-user { display: block; justify-content: space-evenly; background: none; } @media (min-width: 768px) { nav.perfil-user { display: flex; justify-content: space-evenly; } } nav.perfil-user a { display: block !important; margin-bottom: 20px; color: rgb(110, 110, 255); text-decoration: none; font-size: 1.4em; font-family: 'Open Sans', sans-serif; font-weight: bold; text-transform: uppercase; transition: all .3s ease; } nav.perfil-user a i { color: rgb(255, 79, 79); margin: 0 10px; font-size: 1.5em; transition: all .3s ease; } nav.perfil-user a:hover { color: black; } nav.perfil-user a i:hover { color: rgb(255, 162, 162); } /* configuracion de usuario */ form.campos-config label { display: block; } form.campos-config input { display: block; width: 90%; padding: 10px; margin: 10px auto; } @media (min-width: 768px) { form.campos-config input { width: 50%; } } /* main description */ .telefonos { color: #003e80; border-bottom: none; text-decoration: none; transition: all .3s ease; } .telefonos:hover { color: blue; } div.descripcion { background: #cacaca; width: 100%; margin: 0 auto; padding: 10px 20px; border-radius: none; } @media (min-width: 768px) { div.descripcion { border-radius: 10px; width: 50%; } } div.descripcion p { font-family: 'Oswald', sans-serif; font-weight: bold; text-align: left; } /* News letter */ .newsletter h2 { color: #003e80; font-size: 1.2em; } .newsletter input[type='email'] { color: black; background-color: rgba(0, 0, 0, .1); outline: 0; border: none; padding: 10px; width: 90%; text-align: center; text-transform: uppercase; border-bottom: 3px solid yellow; margin: 20px 0; transition: all .3s ease-in-out; border-radius: 5px; } @media (min-width: 768px) { .newsletter input[type='email'] { width: 50%; margin: 0; text-align: left; } } .newsletter input[type='email']:focus { border-bottom: 3px solid red; text-transform: lowercase; } /* CARRUCEL INICIO */ .carousel__contenedor { position: relative; width: 80%; margin: 10px auto; transition: all .3s ease-in-out; } @media (min-width: 768px) { .carousel__contenedor { width: 90%; } } .carousel__siguiente, .carousel__anterior { position: absolute; display: block; width: 30px; height: 30px; border: none; top: calc(50% - 30px); cursor: pointer; line-height: 30px; text-align: center; background: none; color: black; opacity: 25%; transition: all .3s ease; } .carousel__anterior:hover, .carousel__siguiente:hover { opacity: 100%; } .carousel__anterior { left: -30px; } .carousel__siguiente { right: -30px; } .carousel__anterior i, .carousel__siguiente i { font-size: 20px; } .carousel__lista { overflow: hidden; } .carousel__elemento { margin: 10px 1.1px; transition: all .5s ease-in-out; } .carousel__elemento:hover { transform: scale(1.3); } .carousel__indicadores .glider-dot { display: block; width: 30px; height: 4px; background: yellow; opacity: .5; border-radius: 0; } .carousel__indicadores .glider-dot:hover { opacity: .5; } .carousel__indicadores .glider-dot.active { opacity: 1; } div.carrusel h3 { text-transform: uppercase; font-family: 'Oswald', sans-serif; font-weight: bold; display: inline; } .carousel__lista img { width: 100%; height: 250px; } /* Footer */ footer.footer-main { background: #000; text-align: center; color: white; padding: 15px; font-family: 'Orbitron', sans-serif; margin-top: 100px; } footer.footer2 { width: 100%; position: fixed; left: 0px; bottom: 0px; } footer.footer-main a { color: #007bff; margin: 0 15px; text-align: center; font-family: Arial, Helvetica, sans-serif; } /* terminos */ div.terminos { width: 80%; margin: 50px auto; } /* direcciones */ .direcciones_user img { width: 50%; } @media (min-width: 720px) { .direcciones_user img { width: 15%; } } @media (max-width: 500px) { .direcciones_user img { width: 75%; } } .campos-config label[for="edit_perfil"] { font-size: 12px; font-weight: 600; color: #fff; background-color: #38aecc; display: inline-block; transition: all .5s; cursor: pointer; padding: 10px 25px !important; border-radius: 5px; text-transform: uppercase; width: fit-content; text-align: center; font-family: 'Oswald', sans-serif; margin: 10px 0; } .campos-config label[for="edit_perfil"] i { color: #fff; font-size: 1.5em; margin: 0 10px; } .campos-config .input_perfil { display: none; } /* Content select */ .content-select select { -moz-appearance: none; } .content-select select::-ms-expand { display: none; } .content-select p { color: #000; font-family: 'Oswald', sans-serif; font-weight: bold; text-transform: uppercase; margin-bottom: 3px; } /* ------------------ */ .content-select { max-width: 250px; position: relative; } .content-select select { display: inline-block; width: 100%; cursor: pointer; padding: 7px 10px; height: 42px; outline: 0; border: 0; border-radius: 0; background: #f0f0f0; color: #000000; font-size: 1em; color: #000000; font-family: 'Quicksand', sans-serif; border: 2px solid rgba(0, 0, 0, 0.2); border-radius: 12px; position: relative; transition: all 0.25s ease; appearance: none; -moz-appearance: none; } .content-select select:hover { background: rgba(255, 255, 59, .8); } /* Creamos la fecha que aparece a la izquierda del select. Realmente este elemento es un cuadrado que sólo tienen dos bordes con color y que giramos con transform: rotate(-45deg); */ .content-select i { position: absolute; right: 20px; top: calc(50%); width: 16px; height: 16px; display: block; border-left: 4px solid #2AC176; border-bottom: 4px solid #2AC176; transform: rotate(-45deg); /* Giramos el cuadrado */ transition: all 0.25s ease; } .content-select:hover i { margin-top: 3px; } /* pagina del productos */ div.producto_descripcion { display: block; } div.producto_descripcion img { max-width: 90%; max-height: 650px; } @media (min-width: 768px) { div.producto_descripcion { margin-left: 100px; display: flex; justify-content: space-evenly; } div.producto_descripcion img { max-width: 50%; } } div.producto_descripcion h3 { font-family: 'Roboto', sans-serif; font-size: 1em; font-weight: bold; text-align: left; margin: 10px; text-transform: uppercase; color: #000; } div.producto_descripcion h2 { font-family: 'Roboto', sans-serif; font-size: 2em; font-weight: bold; text-align: left; text-transform: uppercase; color: #000; margin-left: 30px; padding: 0; } div.producto_descripcion .referencia { font-family: 'Oswald', sans-serif; font-size: 1em; font-weight: bold; text-align: center; margin: 0 0 0 30px; text-transform: uppercase; color: #000; background: #cacaca; padding: 10px; border-radius: 5px; width: 50%; } div.producto_descripcion .precio { font-family: 'Oswald', sans-serif; font-size: 2em; font-weight: bold; text-align: center; margin: 0 0 0 30px !important; text-transform: uppercase; color: #03cea4; text-align: left; margin-left: 10px; } div.shipping_collet { display: flex; justify-content: space-evenly; margin: 20px 10px 20px 0; } div.shipping_collet b { color: #000; font-family: 'Roboto', sans-serif; } div.shipping_collet i { margin-right: 8px; font-size: 1.4em; } div.cant_price { display: flex; align-items: center; justify-content: center; } div.cant_price input { background: white; display: block; padding: 18px; border: 1px solid #cacaca; } div.cant_price .precio_int { font-family: 'Oswald', sans-serif; background: white; color: #03cea4; padding: 10px 30px; border: 1px solid #cacaca; font-size: 1.4em; } div.descripcion_main { width: 80%; text-align: left; margin:50px auto; } div.descripcion_main h3{ color: #727272; } div.descripcion_main p{ font-family: 'Oswald', sans-serif; color: #000; } button.btn-card{ font-family: 'Oswald', sans-serif; font-size: 1.5em; text-transform: uppercase; cursor: pointer; display: block; margin: 20px auto; color: white; background: #78be20; border: none; padding: 10px; width: 80%; transition: all .3s ease; } button.btn-card:hover{ background: #56881a; } .ficha_tecnica{ color: #003e80; text-decoration: none; font-size: 1.3em; font-family: 'Oswald', sans-serif; } /* font-family: 'Montserrat', sans-serif; font-family: 'Open Sans', sans-serif; font-family: 'Orbitron', sans-serif; font-family: 'Oswald', sans-serif; font-family: 'Roboto', sans-serif; font-family: 'Teko', sans-serif; */ .initial { display: block; color: white; padding: 10px; background-color: rgba(255, 0, 0, 0.24); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .error { display: block; color: white; padding: 10px; background-color: rgba(255, 0, 0, 0.24); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .span2 { display: block; color: white; padding: 10px; background-color: RGBA(255, 255, 0, 0.17); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; } .span1 { display: block; color: white; padding: 10px; background-color: RGBA(0, 255, 0, 0.2); font-family: 'Oswald', sans-serif; font-weight: bold; margin-bottom: 10px; }
0.303422
0.068725
.mfp-bg{top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80);} .mfp-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden;} .mfp-container{text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .mfp-container:before{content: '';display: inline-block;height: 100%;vertical-align: middle;} .mfp-align-top .mfp-container:before{display: none;} .mfp-content{position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 1045;} .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width: 100%;cursor: auto;} .mfp-ajax-cur{cursor: progress;} .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out;} .mfp-zoom{cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;} .mfp-auto-cursor .mfp-content{cursor: auto;} .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select: none;-moz-user-select: none;user-select: none;} .mfp-loading.mfp-figure{display: none;} .mfp-hide{display: none !important;} .mfp-preloader{color: #CCC;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044;} .mfp-preloader a{color: #CCC;} .mfp-preloader a:hover{color: #FFF;} .mfp-s-ready .mfp-preloader{display: none;} .mfp-s-error .mfp-content{display: none;} button.mfp-close, button.mfp-arrow{overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046;-webkit-box-shadow: none;box-shadow: none;} button::-moz-focus-inner{padding: 0;border: 0;} .mfp-close{width: 44px;height: 44px;line-height: 44px;position: absolute;right:0;top: 0;text-decoration: none;text-align: center;opacity: 0.65;filter: alpha(opacity=65);padding: 0 0 18px 10px;color: #FFF;font-style: normal;font-size: 35px;font-family: Arial, Baskerville, monospace;} .mfp-close2{margin-left: 200px;} .mfp-close:hover, .mfp-close:focus{opacity: 1;filter: alpha(opacity=100);} .mfp-close:active{top: 1px;} .mfp-close-btn-in .mfp-close{color: #F511F2;} .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color: #FFF;right: -6px;text-align: right;padding-right: 6px;width: 100%;} .mfp-counter{position: absolute;top: 0;right: 0;color: #CCC;font-size: 12px;line-height: 18px;white-space: nowrap;} .mfp-arrow{position: absolute;opacity: 0.65;filter: alpha(opacity=65);margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: transparent;} .mfp-arrow:active{margin-top: -54px;} .mfp-arrow:hover, .mfp-arrow:focus{opacity: 1;filter: alpha(opacity=100);} .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{content: '';display: block;width: 0;height: 0;position: absolute;left: 0;top: 0;margin-top: 35px;margin-left: 35px;border: medium inset transparent;} .mfp-arrow:after, .mfp-arrow .mfp-a{border-top-width: 13px;border-bottom-width: 13px;top: 8px;} .mfp-arrow:before, .mfp-arrow .mfp-b{border-top-width: 21px;border-bottom-width: 21px;opacity: 0.7;} .mfp-arrow-left{left: 0;} .mfp-arrow-left:after, .mfp-arrow-left .mfp-a{border-right: 17px solid #FFF;margin-left: 31px;} .mfp-arrow-left:before, .mfp-arrow-left .mfp-b{margin-left: 25px;border-right: 27px solid #3F3F3F;} .mfp-arrow-right{right: 0;} .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{border-left: 17px solid #FFF;margin-left: 39px;} .mfp-arrow-right:before, .mfp-arrow-right .mfp-b{border-left: 27px solid #3F3F3F;} .mfp-iframe-holder{padding-top: 40px;padding-bottom: 40px;} .mfp-iframe-holder .mfp-content{line-height: 0;width: 100%;max-width: 900px;} .mfp-iframe-holder .mfp-close{top: -40px;} .mfp-iframe-scaler{width: 100%;height: 0;overflow: hidden;padding-top: 56.25%;} .mfp-iframe-scaler iframe{position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #000;} /* Main image in popup*/ img.mfp-img{width: auto;max-width: 100%;height: auto;display: block;line-height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 40px 0 40px;margin: 0 auto;} /* The shadow behind the image*/ .mfp-figure{line-height: 0;} .mfp-figure:after{content: '';position: absolute;left: 0;top: 40px;bottom: 40px;display: block;right: 0;width: auto;height: auto;z-index: -1;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #444;} .mfp-figure small{color: #BDBDBD;display: block;font-size: 12px;line-height: 14px;} .mfp-figure figure{margin: 0;} .mfp-bottom-bar{margin-top: -36px;position: absolute;top: 100%;left: 0;width: 100%;cursor: auto;} .mfp-title{text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px;} .mfp-image-holder .mfp-content{max-width: 100%;} .mfp-gallery .mfp-image-holder .mfp-figure{cursor: pointer;} @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){/** * Remove all paddings around the image on small screen*/.mfp-img-mobile .mfp-image-holder{padding-left: 0;padding-right: 0;} .mfp-img-mobile img.mfp-img{padding: 0;} .mfp-img-mobile .mfp-figure:after{top: 0;bottom: 0;} .mfp-img-mobile .mfp-figure small{display: inline;margin-left: 5px;} .mfp-img-mobile .mfp-bottom-bar{background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .mfp-img-mobile .mfp-bottom-bar:empty{padding: 0;} .mfp-img-mobile .mfp-counter{right: 5px;top: 3px;} .mfp-img-mobile .mfp-close{top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);position: fixed;text-align: center;padding: 0;}} @media all and (max-width: 900px){.mfp-arrow{-webkit-transform: scale(0.75);transform: scale(0.75);} .mfp-arrow-left{-webkit-transform-origin: 0;transform-origin: 0;} .mfp-arrow-right{-webkit-transform-origin: 100%;transform-origin: 100%;} .mfp-container{padding-left: 6px;padding-right: 6px;}} .mfp-ie7 .mfp-img{padding: 0;} .mfp-ie7 .mfp-bottom-bar{width: 600px;left: 50%;margin-left: -300px;margin-top: 5px;padding-bottom: 5px;} .mfp-ie7 .mfp-container{padding: 0;} .mfp-ie7 .mfp-content{padding-top: 44px;} .mfp-ie7 .mfp-close{top: 0;right: 0;padding-top: 0;}
public/static/css/magnific-popup.css
.mfp-bg{top: 0;left: 0;width: 100%;height: 100%;z-index: 1042;overflow: hidden;position: fixed;background: #0b0b0b;opacity: 0.8;filter: alpha(opacity=80);} .mfp-wrap{top: 0;left: 0;width: 100%;height: 100%;z-index: 1043;position: fixed;outline: none !important;-webkit-backface-visibility: hidden;} .mfp-container{text-align: center;position: absolute;width: 100%;height: 100%;left: 0;top: 0;padding: 0 8px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .mfp-container:before{content: '';display: inline-block;height: 100%;vertical-align: middle;} .mfp-align-top .mfp-container:before{display: none;} .mfp-content{position: relative;display: inline-block;vertical-align: middle;margin: 0 auto;text-align: left;z-index: 1045;} .mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content{width: 100%;cursor: auto;} .mfp-ajax-cur{cursor: progress;} .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor: -moz-zoom-out;cursor: -webkit-zoom-out;cursor: zoom-out;} .mfp-zoom{cursor: pointer;cursor: -webkit-zoom-in;cursor: -moz-zoom-in;cursor: zoom-in;} .mfp-auto-cursor .mfp-content{cursor: auto;} .mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter{-webkit-user-select: none;-moz-user-select: none;user-select: none;} .mfp-loading.mfp-figure{display: none;} .mfp-hide{display: none !important;} .mfp-preloader{color: #CCC;position: absolute;top: 50%;width: auto;text-align: center;margin-top: -0.8em;left: 8px;right: 8px;z-index: 1044;} .mfp-preloader a{color: #CCC;} .mfp-preloader a:hover{color: #FFF;} .mfp-s-ready .mfp-preloader{display: none;} .mfp-s-error .mfp-content{display: none;} button.mfp-close, button.mfp-arrow{overflow: visible;cursor: pointer;background: transparent;border: 0;-webkit-appearance: none;display: block;outline: none;padding: 0;z-index: 1046;-webkit-box-shadow: none;box-shadow: none;} button::-moz-focus-inner{padding: 0;border: 0;} .mfp-close{width: 44px;height: 44px;line-height: 44px;position: absolute;right:0;top: 0;text-decoration: none;text-align: center;opacity: 0.65;filter: alpha(opacity=65);padding: 0 0 18px 10px;color: #FFF;font-style: normal;font-size: 35px;font-family: Arial, Baskerville, monospace;} .mfp-close2{margin-left: 200px;} .mfp-close:hover, .mfp-close:focus{opacity: 1;filter: alpha(opacity=100);} .mfp-close:active{top: 1px;} .mfp-close-btn-in .mfp-close{color: #F511F2;} .mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{color: #FFF;right: -6px;text-align: right;padding-right: 6px;width: 100%;} .mfp-counter{position: absolute;top: 0;right: 0;color: #CCC;font-size: 12px;line-height: 18px;white-space: nowrap;} .mfp-arrow{position: absolute;opacity: 0.65;filter: alpha(opacity=65);margin: 0;top: 50%;margin-top: -55px;padding: 0;width: 90px;height: 110px;-webkit-tap-highlight-color: transparent;} .mfp-arrow:active{margin-top: -54px;} .mfp-arrow:hover, .mfp-arrow:focus{opacity: 1;filter: alpha(opacity=100);} .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a{content: '';display: block;width: 0;height: 0;position: absolute;left: 0;top: 0;margin-top: 35px;margin-left: 35px;border: medium inset transparent;} .mfp-arrow:after, .mfp-arrow .mfp-a{border-top-width: 13px;border-bottom-width: 13px;top: 8px;} .mfp-arrow:before, .mfp-arrow .mfp-b{border-top-width: 21px;border-bottom-width: 21px;opacity: 0.7;} .mfp-arrow-left{left: 0;} .mfp-arrow-left:after, .mfp-arrow-left .mfp-a{border-right: 17px solid #FFF;margin-left: 31px;} .mfp-arrow-left:before, .mfp-arrow-left .mfp-b{margin-left: 25px;border-right: 27px solid #3F3F3F;} .mfp-arrow-right{right: 0;} .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{border-left: 17px solid #FFF;margin-left: 39px;} .mfp-arrow-right:before, .mfp-arrow-right .mfp-b{border-left: 27px solid #3F3F3F;} .mfp-iframe-holder{padding-top: 40px;padding-bottom: 40px;} .mfp-iframe-holder .mfp-content{line-height: 0;width: 100%;max-width: 900px;} .mfp-iframe-holder .mfp-close{top: -40px;} .mfp-iframe-scaler{width: 100%;height: 0;overflow: hidden;padding-top: 56.25%;} .mfp-iframe-scaler iframe{position: absolute;display: block;top: 0;left: 0;width: 100%;height: 100%;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #000;} /* Main image in popup*/ img.mfp-img{width: auto;max-width: 100%;height: auto;display: block;line-height: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 40px 0 40px;margin: 0 auto;} /* The shadow behind the image*/ .mfp-figure{line-height: 0;} .mfp-figure:after{content: '';position: absolute;left: 0;top: 40px;bottom: 40px;display: block;right: 0;width: auto;height: auto;z-index: -1;box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);background: #444;} .mfp-figure small{color: #BDBDBD;display: block;font-size: 12px;line-height: 14px;} .mfp-figure figure{margin: 0;} .mfp-bottom-bar{margin-top: -36px;position: absolute;top: 100%;left: 0;width: 100%;cursor: auto;} .mfp-title{text-align: left;line-height: 18px;color: #F3F3F3;word-wrap: break-word;padding-right: 36px;} .mfp-image-holder .mfp-content{max-width: 100%;} .mfp-gallery .mfp-image-holder .mfp-figure{cursor: pointer;} @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){/** * Remove all paddings around the image on small screen*/.mfp-img-mobile .mfp-image-holder{padding-left: 0;padding-right: 0;} .mfp-img-mobile img.mfp-img{padding: 0;} .mfp-img-mobile .mfp-figure:after{top: 0;bottom: 0;} .mfp-img-mobile .mfp-figure small{display: inline;margin-left: 5px;} .mfp-img-mobile .mfp-bottom-bar{background: rgba(0, 0, 0, 0.6);bottom: 0;margin: 0;top: auto;padding: 3px 5px;position: fixed;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;} .mfp-img-mobile .mfp-bottom-bar:empty{padding: 0;} .mfp-img-mobile .mfp-counter{right: 5px;top: 3px;} .mfp-img-mobile .mfp-close{top: 0;right: 0;width: 35px;height: 35px;line-height: 35px;background: rgba(0, 0, 0, 0.6);position: fixed;text-align: center;padding: 0;}} @media all and (max-width: 900px){.mfp-arrow{-webkit-transform: scale(0.75);transform: scale(0.75);} .mfp-arrow-left{-webkit-transform-origin: 0;transform-origin: 0;} .mfp-arrow-right{-webkit-transform-origin: 100%;transform-origin: 100%;} .mfp-container{padding-left: 6px;padding-right: 6px;}} .mfp-ie7 .mfp-img{padding: 0;} .mfp-ie7 .mfp-bottom-bar{width: 600px;left: 50%;margin-left: -300px;margin-top: 5px;padding-bottom: 5px;} .mfp-ie7 .mfp-container{padding: 0;} .mfp-ie7 .mfp-content{padding-top: 44px;} .mfp-ie7 .mfp-close{top: 0;right: 0;padding-top: 0;}
0.336767
0.042424
.custom-radio input { display: none; } .radio-btn { margin: 5px; width: 130px; height: 150px; border: 3px solid transparent; display: inline-block; border-radius: 10px; position: relative; text-align: center; box-shadow: 0 0 20px #c3c3c367; cursor: pointer; } .radio-btn > i { color: #ffffff; background-color: #002d84; font-size: 20px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%) scale(4); border-radius: 50px; padding: 3px; transition: 0.2s; pointer-events: none; opacity: 0; } .radio-btn .hobbies-icon { width: 80px; height: 80px; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .radio-btn .hobbies-icon img { width: 100%; } .radio-btn .hobbies-icon h3 { color: #002d84; font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; } .custom-radio input:checked + .radio-btn { border: 3px solid #002d84; } .custom-radio input:checked + .radio-btn > i { opacity: 1; transform: translateX(-50%) scale(1); } .in_intructions{ padding-left: 20px; } .in_intructions h3{ color: #002d84; } .in_intructions p:nth-child(3), .in_intructions p:nth-child(4), .in_intructions p:nth-child(6), .in_intructions p:nth-child(7){ padding-left: 50px; color: #002d84; font-weight: 700; } .in3_1{ padding: 20px; } .in3_1 h2{ color: blue; font-weight: 700; } .in3_1 img{ width: 40%; margin-bottom: 2%; } .in3_1 h3{ font-size: 20px; } .in3_1 p{ font-size: 15px; } .in3_1 span{ font-size: 15px; } .in3_2nd{ overflow-y: scroll; } .in3_form4{ } .form4_first{ display: flex; flex-direction: row; } .form4_first img{ width: 10%; height: 10%; margin: 20px; } .form4_first div{ justify-content: center; } .form4_first p{ font-size: 13px; } .form4_second{ display: flex; flex-direction: row; background-color: #C0C0C0; margin-bottom: 10px; } .form4_second img{ width: 10%; height: 10%; margin: 20px; } .form4_second div{ justify-content: center; } .form4_second p{ font-size: 13px; }
client/src/innovation_components/Pages/InnovationThree.css
.custom-radio input { display: none; } .radio-btn { margin: 5px; width: 130px; height: 150px; border: 3px solid transparent; display: inline-block; border-radius: 10px; position: relative; text-align: center; box-shadow: 0 0 20px #c3c3c367; cursor: pointer; } .radio-btn > i { color: #ffffff; background-color: #002d84; font-size: 20px; position: absolute; top: -15px; left: 50%; transform: translateX(-50%) scale(4); border-radius: 50px; padding: 3px; transition: 0.2s; pointer-events: none; opacity: 0; } .radio-btn .hobbies-icon { width: 80px; height: 80px; position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .radio-btn .hobbies-icon img { width: 100%; } .radio-btn .hobbies-icon h3 { color: #002d84; font-family: "Raleway", sans-serif; font-size: 16px; font-weight: 400; text-transform: uppercase; } .custom-radio input:checked + .radio-btn { border: 3px solid #002d84; } .custom-radio input:checked + .radio-btn > i { opacity: 1; transform: translateX(-50%) scale(1); } .in_intructions{ padding-left: 20px; } .in_intructions h3{ color: #002d84; } .in_intructions p:nth-child(3), .in_intructions p:nth-child(4), .in_intructions p:nth-child(6), .in_intructions p:nth-child(7){ padding-left: 50px; color: #002d84; font-weight: 700; } .in3_1{ padding: 20px; } .in3_1 h2{ color: blue; font-weight: 700; } .in3_1 img{ width: 40%; margin-bottom: 2%; } .in3_1 h3{ font-size: 20px; } .in3_1 p{ font-size: 15px; } .in3_1 span{ font-size: 15px; } .in3_2nd{ overflow-y: scroll; } .in3_form4{ } .form4_first{ display: flex; flex-direction: row; } .form4_first img{ width: 10%; height: 10%; margin: 20px; } .form4_first div{ justify-content: center; } .form4_first p{ font-size: 13px; } .form4_second{ display: flex; flex-direction: row; background-color: #C0C0C0; margin-bottom: 10px; } .form4_second img{ width: 10%; height: 10%; margin: 20px; } .form4_second div{ justify-content: center; } .form4_second p{ font-size: 13px; }
0.389779
0.080069
body { background-color: #292b2f; font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } section { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 500px; } form { background-color: #36393f; color: #d7d6da; border-radius: 5px; padding: 20px; animation: fadeIn 500ms; } h1 { color: #b9bbbe; opacity: 0; } .form-camp { width: 100%; padding: 10px; } .input-box { padding: 10px; border-radius: 5px; background-color: #40444b; color: white; border: 0; outline-color: #40444b; color:#d7d6da; } #login { width: 90%; padding: 10px; border-radius: 5px; display: block; margin: 10px; background-color: #b9bbbe; color: #40444b; font: bold 21px; border: 0; } @keyframes fadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } h1 { animation: fadeTitle 1s; animation-delay: 250ms; animation-fill-mode: forwards; } @keyframes fadeTitle { from { opacity: 0; } to { opacity: 1; } } .outTitle { animation: outTitle 500ms forwards; } @keyframes outTitle { from { opacity: 1; } to { opacity: 0; } } .fadeOut { animation: fadeOut 500ms; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.86,-0.01, 0, 0.96); } @keyframes fadeOut { from { transform: translateY(0); } to { transform: translateY(100vh); } } .validate-error { animation: noLogin 300ms, fadeIn paused; } @keyframes noLogin { 0% { transform: translateX(0); } 35% { transform: translateX(-5%); } 70% { transform: translateX(5%); } 100% { transform: translateX(0); } }
style.css
body { background-color: #292b2f; font-size: 20px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } section { display: flex; flex-direction: column; justify-content: center; align-items: center; height: 500px; } form { background-color: #36393f; color: #d7d6da; border-radius: 5px; padding: 20px; animation: fadeIn 500ms; } h1 { color: #b9bbbe; opacity: 0; } .form-camp { width: 100%; padding: 10px; } .input-box { padding: 10px; border-radius: 5px; background-color: #40444b; color: white; border: 0; outline-color: #40444b; color:#d7d6da; } #login { width: 90%; padding: 10px; border-radius: 5px; display: block; margin: 10px; background-color: #b9bbbe; color: #40444b; font: bold 21px; border: 0; } @keyframes fadeIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } } h1 { animation: fadeTitle 1s; animation-delay: 250ms; animation-fill-mode: forwards; } @keyframes fadeTitle { from { opacity: 0; } to { opacity: 1; } } .outTitle { animation: outTitle 500ms forwards; } @keyframes outTitle { from { opacity: 1; } to { opacity: 0; } } .fadeOut { animation: fadeOut 500ms; animation-fill-mode: forwards; animation-timing-function: cubic-bezier(0.86,-0.01, 0, 0.96); } @keyframes fadeOut { from { transform: translateY(0); } to { transform: translateY(100vh); } } .validate-error { animation: noLogin 300ms, fadeIn paused; } @keyframes noLogin { 0% { transform: translateX(0); } 35% { transform: translateX(-5%); } 70% { transform: translateX(5%); } 100% { transform: translateX(0); } }
0.445288
0.12817
#s-lg-guide-tabs { border-bottom: none; border-radius: 5px 5px 0 0; } #s-lg-tabs-container ul.nav.nav-stacked > li { margin-left: 5px; margin-right: 5px; } #s-lg-tabs-container ul.nav > li { margin-top: 0px; } #s-lg-tabs-container ul.nav > li > a, #s-lg-tabs-container ul.nav > li > a > span { background-color: var(--color-primary-background-light, #333); color: var(--color-primary-text-light, white); font-size: 110%; font-weight: normal; } #s-lg-tabs-container ul.nav > li > a:hover, #s-lg-tabs-container ul.nav > li > a:hover > span { background-color: var(--color-primary-background, #444); } #s-lg-tabs-container ul.nav > .active > a, #s-lg-tabs-container ul.nav > li.active > a > span { background-color: var(--color-accent-red-background, #CC0000); font-weight: bold !important; } #s-lg-tabs-container ul.nav > li.active > a:hover, #s-lg-tabs-container ul.nav > li.active > a:hover > span { background-color: var(--color-accent-red-background-dark, #A80000); } #s-lg-guide-tabs-title-bar { border-color: var(--color-secondary-background-dark, #333); } /* tab switcher for guide homepage */ #s-lg-index-cols ul.nav > li > button { background-color: var(--color-secondary-background-light); } #s-lg-index-cols ul.nav > li > button:hover { background-color: var(--color-secondary-background); } #s-lg-index-cols ul.nav > li.active > button { background-color: var(--color-button-background, #257abe); color: var(--color-button-text, white); } #s-lg-index-cols ul.nav > li.active > button:hover { background-color: var(--color-button-background-dark); } /* typography header styles */ body h1 { font-size: xx-large !important; font-weight: 400; } body h2 { font-size: x-large !important; } body h3 { font-size: large; } h2, h3, h4, h5, h6, body { font-family: 'Source Sans Pro', sans-serif; } div.panel-heading > a { font-size: 115%; } /* remove the borders around each section of a guide */ .s-lib-box { border: none; box-shadow: none; } h2.s-lib-box-title { background-color: transparent !important; color: black !important; }
sites/libguides/restyle.css
#s-lg-guide-tabs { border-bottom: none; border-radius: 5px 5px 0 0; } #s-lg-tabs-container ul.nav.nav-stacked > li { margin-left: 5px; margin-right: 5px; } #s-lg-tabs-container ul.nav > li { margin-top: 0px; } #s-lg-tabs-container ul.nav > li > a, #s-lg-tabs-container ul.nav > li > a > span { background-color: var(--color-primary-background-light, #333); color: var(--color-primary-text-light, white); font-size: 110%; font-weight: normal; } #s-lg-tabs-container ul.nav > li > a:hover, #s-lg-tabs-container ul.nav > li > a:hover > span { background-color: var(--color-primary-background, #444); } #s-lg-tabs-container ul.nav > .active > a, #s-lg-tabs-container ul.nav > li.active > a > span { background-color: var(--color-accent-red-background, #CC0000); font-weight: bold !important; } #s-lg-tabs-container ul.nav > li.active > a:hover, #s-lg-tabs-container ul.nav > li.active > a:hover > span { background-color: var(--color-accent-red-background-dark, #A80000); } #s-lg-guide-tabs-title-bar { border-color: var(--color-secondary-background-dark, #333); } /* tab switcher for guide homepage */ #s-lg-index-cols ul.nav > li > button { background-color: var(--color-secondary-background-light); } #s-lg-index-cols ul.nav > li > button:hover { background-color: var(--color-secondary-background); } #s-lg-index-cols ul.nav > li.active > button { background-color: var(--color-button-background, #257abe); color: var(--color-button-text, white); } #s-lg-index-cols ul.nav > li.active > button:hover { background-color: var(--color-button-background-dark); } /* typography header styles */ body h1 { font-size: xx-large !important; font-weight: 400; } body h2 { font-size: x-large !important; } body h3 { font-size: large; } h2, h3, h4, h5, h6, body { font-family: 'Source Sans Pro', sans-serif; } div.panel-heading > a { font-size: 115%; } /* remove the borders around each section of a guide */ .s-lib-box { border: none; box-shadow: none; } h2.s-lib-box-title { background-color: transparent !important; color: black !important; }
0.276495
0.048586
body { /*background: url("{{app_root}}{{static_url("img/blackleather.jpg")}}") repeat;*/ /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em;*/ background: #fff; } h1 { font-weight: normal; font-size: 4em; padding: 0; margin: 0; } #html_body { background-color: rgb(245, 245, 245); } .small-title { font-size: 2em; padding: 0em; margin: 0em; } .spanning { padding: 0% 1%; } #diva-wrapper { position: relative; height:calc(85% - 50px); margin: 0 auto; padding: 10px; } #diva-wrapper > .diva-tools { margin-top:0px; } #search-wrapper { padding:10px; } #search-results { overflow-y: scroll; } .diva-goto-form > input { line-height: 1.9em; position:relative; top: -1px; } .diva-tools .diva-tools-right .diva-page-nav .diva-goto-form .diva-input { width: 50px; } div[id$="diva-inner"] { background: url("{{app_root}}{{static_url("img/seamlesspaper1.jpg")}}") repeat; } div[id$="diva-outer"] { height: 600px; /*changed immediately on load or resize */ } .center { text-align: center; } .notcenter { text-align: left; } div[id^=search-box] { position: absolute; z-index: 7000; border: 2px solid transparent; } #search-input input { height:2em; } #search-input select { height:2em; } #search-colours { list-style-type: none; display: inline; padding-left: 10px; position: relative; top: 3px; } #search-colours li { vertical-align: text-bottom; display: inline-block; width: 20px; height: 20px; border: 2px solid transparent; } #search-header { border-bottom: thin black solid; } #header-info { padding-bottom:20px; margin-bottom:20px; border-bottom: 2px black solid; } #search-colours .selected { border: 2px solid #000; } .colour-red { background-color: #FF0000; } .colour-orange { background-color: #F88017; } .colour-yellow { background-color: #FFFF00; } .colour-green { background-color: #B1FB17; } .colour-blue { background-color: #5CB3FF; } .colour-purple { background-color: #8D38C9; } #search-status { display: inline-block; padding-left: 5px; padding-right: 5px; padding-bottom:10px; margin-left: auto; margin-right: auto; } #search-bar { position: absolute; bottom: 0px; left: 50%; margin-left: -410px; z-index: 19500 !important; width: 825px; height: 76px; text-align: center; } #search-prev { height:2em; float: left; } #search-next { height:2em; float: right; } .in-fullscreen { font-size:0.8em; color:#000; } #search-results { padding-top:10px; width:100%; } tbody { width:100%; } #search-results-header { border-bottom: thin black solid; font-size:12pt; padding:0px 10px 5px 10px; } #search-results-header > span { display:inline-block; } #search-results > div > span:first-child { width:20%; display:inline-block; } #search-results .selected { border: 1px solid #000; } .search-result:nth-child(even) { background: rgba(255, 0, 0, 0.2); } .search-result{ width:100%; font-size:11pt; border-top: thin gray solid; border-left: thin transparent solid; border-right: thin transparent solid; border-bottom: thin gray solid; padding: 10px; } .search-result-expanded { padding-top:10px; display: none; } .buttonContainer { margin:auto; display:block; float:right; } .buttonContainer > button{ font-size:11pt; float:right; }
search/static/css/search.css
body { /*background: url("{{app_root}}{{static_url("img/blackleather.jpg")}}") repeat;*/ /*font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 1em;*/ background: #fff; } h1 { font-weight: normal; font-size: 4em; padding: 0; margin: 0; } #html_body { background-color: rgb(245, 245, 245); } .small-title { font-size: 2em; padding: 0em; margin: 0em; } .spanning { padding: 0% 1%; } #diva-wrapper { position: relative; height:calc(85% - 50px); margin: 0 auto; padding: 10px; } #diva-wrapper > .diva-tools { margin-top:0px; } #search-wrapper { padding:10px; } #search-results { overflow-y: scroll; } .diva-goto-form > input { line-height: 1.9em; position:relative; top: -1px; } .diva-tools .diva-tools-right .diva-page-nav .diva-goto-form .diva-input { width: 50px; } div[id$="diva-inner"] { background: url("{{app_root}}{{static_url("img/seamlesspaper1.jpg")}}") repeat; } div[id$="diva-outer"] { height: 600px; /*changed immediately on load or resize */ } .center { text-align: center; } .notcenter { text-align: left; } div[id^=search-box] { position: absolute; z-index: 7000; border: 2px solid transparent; } #search-input input { height:2em; } #search-input select { height:2em; } #search-colours { list-style-type: none; display: inline; padding-left: 10px; position: relative; top: 3px; } #search-colours li { vertical-align: text-bottom; display: inline-block; width: 20px; height: 20px; border: 2px solid transparent; } #search-header { border-bottom: thin black solid; } #header-info { padding-bottom:20px; margin-bottom:20px; border-bottom: 2px black solid; } #search-colours .selected { border: 2px solid #000; } .colour-red { background-color: #FF0000; } .colour-orange { background-color: #F88017; } .colour-yellow { background-color: #FFFF00; } .colour-green { background-color: #B1FB17; } .colour-blue { background-color: #5CB3FF; } .colour-purple { background-color: #8D38C9; } #search-status { display: inline-block; padding-left: 5px; padding-right: 5px; padding-bottom:10px; margin-left: auto; margin-right: auto; } #search-bar { position: absolute; bottom: 0px; left: 50%; margin-left: -410px; z-index: 19500 !important; width: 825px; height: 76px; text-align: center; } #search-prev { height:2em; float: left; } #search-next { height:2em; float: right; } .in-fullscreen { font-size:0.8em; color:#000; } #search-results { padding-top:10px; width:100%; } tbody { width:100%; } #search-results-header { border-bottom: thin black solid; font-size:12pt; padding:0px 10px 5px 10px; } #search-results-header > span { display:inline-block; } #search-results > div > span:first-child { width:20%; display:inline-block; } #search-results .selected { border: 1px solid #000; } .search-result:nth-child(even) { background: rgba(255, 0, 0, 0.2); } .search-result{ width:100%; font-size:11pt; border-top: thin gray solid; border-left: thin transparent solid; border-right: thin transparent solid; border-bottom: thin gray solid; padding: 10px; } .search-result-expanded { padding-top:10px; display: none; } .buttonContainer { margin:auto; display:block; float:right; } .buttonContainer > button{ font-size:11pt; float:right; }
0.465873
0.088978
* { padding: 0; margin: 0; box-sizing: border-box; } :root { --bright-green-color: #59e72e; --dark-green-color: #34a73e; --dark-grey-color: #333; } body { height: 100%; padding: 0; margin: 0; font-family: sans-serif; } h2 { font-size: 3rem; } ::marker { font-size: 2rem; } .body-text::placeholder { position: absolute; top: 2px; } a { text-decoration: none!important; color: var(--bright-green-color)!important; font-weight: bold!important; font-size: 1.2rem!important; transition: color 0.1s!important; } a:hover { color: var(--dark-green-color)!important; /*dark green*/ text-decoration: none; } button { background-color: var(--bright-green-color); border: 0; padding: 1%; color: white; font-weight: bold; transition: background-color 0.1s; cursor: pointer; border-radius: 5px; } button:hover { background-color: #34a73e; } .post-list { margin: 0; padding: 0; } textarea, input { padding: 0.5rem; border-radius: 5px; border: 1px solid #ccc; resize: none; } textarea:focus, input:focus { outline: none; border: 1px solid #3486eb; } textarea { min-width: 40%; min-height: 200px; } .body-text { height: 8rem; } form > div { margin-bottom: 2%; } form label { display: block; } .login-form, .signup-form { display: flex; flex-direction: column; margin-top: 1.5rem; } .btn-submit-form { margin-top: 20px; font-size: 1.5rem; } .wrapper { width: 100%; min-height: 100%; display: flex; flex-direction: column; } header { background-color: var(--dark-grey-color)!important; } .logo { font-size: 3vw; background-color: var(--bright-green-color)!important; color: var(--dark-grey-color)!important; padding: 15px 13px; border-radius: 15px; box-shadow: 7px 6px #197d0f; } .nav { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 1.5rem; margin-bottom: 45px; font-size: 2rem; } .navbar { width: 100%; } .navbar-nav { display: flex!important; justify-content: end!important; align-items: center!important; } .navbar-toggler { background-color: var(--bright-green-color); } .nav a { font-weight: normal; } main { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 2% 4%; margin: auto; } .home-posts { width: 100%; display: flex; flex-direction: column; } main form { font-size: 1.8vw; } .btn-no-style { background: none; border: none; padding: 0 0 0 .2rem; cursor: pointer; text-decoration: none; font-size: 1.2rem; font-weight: bold; } .create-post-btn { width: 200px; margin: auto; } .delete-post-btn { background-color: #d41414; } .delete-post-btn:hover { background-color: #ff643d; } .post { margin-bottom: 2%; line-height: 150%; } .post-content { text-align: left; } .post .title span { font-size: 1.8rem; color: #7d7d7d; } .title { display: flex; justify-content: space-between; padding: 1rem 0 2rem; } li { list-style: none; } .edit-link { display: block; margin: -1.5% 0 2% 0; } .comment-form { margin-bottom: 5%; } .comment { padding: 1%; margin-bottom: 1%; } .comment:nth-child(odd) { background-color: #fff5eb; } .comment .meta { font-size: 90%; margin-bottom: 0.5%; opacity: 0.6; } .post-section { margin: 4rem; width: 80%; text-align: center; } .post-form { display: flex; flex-direction: column; text-align: left; } .post-form input { width: 100%; margin-bottom: 3rem; } .edit-post-form { margin-bottom: 5%; } .form-btns { display: flex; justify-content: center; gap: 1rem; width: 100%; } .form-btns button { padding: 0 1.5rem; font-size: 2rem; } .user-posts { border: 1px solid var(--bright-green-color); margin-bottom: 2rem; } footer { border-top: 1px solid #ccc; background-color: var(--dark-grey-color); color: #fff; display: flex; justify-content: center; padding: 1%; font-size: 110%; } @media only screen and (max-width: 980px) { h2 { font-size: 2.5rem; } label { font-size: 1rem; } nav a, .meta { font-size: 1rem; } .btn-no-style { font-size: 1.2rem; } input { font-size: 1rem; line-height: normal; } textarea { font-size: 1rem; } } @media only screen and (max-width: 786px) { .post .title span { font-size: 1.4rem; } .meta, .meta a { font-size: 0.8rem!important; } .post-content { font-size: 1rem; } } @media only screen and (max-width: 575px) { .title { display: flex; flex-direction: column; } .navbar-nav { padding-top: 1.5rem; } .navbar-nav a { padding-bottom: 1.5rem; } }
public/stylesheets/style.css
* { padding: 0; margin: 0; box-sizing: border-box; } :root { --bright-green-color: #59e72e; --dark-green-color: #34a73e; --dark-grey-color: #333; } body { height: 100%; padding: 0; margin: 0; font-family: sans-serif; } h2 { font-size: 3rem; } ::marker { font-size: 2rem; } .body-text::placeholder { position: absolute; top: 2px; } a { text-decoration: none!important; color: var(--bright-green-color)!important; font-weight: bold!important; font-size: 1.2rem!important; transition: color 0.1s!important; } a:hover { color: var(--dark-green-color)!important; /*dark green*/ text-decoration: none; } button { background-color: var(--bright-green-color); border: 0; padding: 1%; color: white; font-weight: bold; transition: background-color 0.1s; cursor: pointer; border-radius: 5px; } button:hover { background-color: #34a73e; } .post-list { margin: 0; padding: 0; } textarea, input { padding: 0.5rem; border-radius: 5px; border: 1px solid #ccc; resize: none; } textarea:focus, input:focus { outline: none; border: 1px solid #3486eb; } textarea { min-width: 40%; min-height: 200px; } .body-text { height: 8rem; } form > div { margin-bottom: 2%; } form label { display: block; } .login-form, .signup-form { display: flex; flex-direction: column; margin-top: 1.5rem; } .btn-submit-form { margin-top: 20px; font-size: 1.5rem; } .wrapper { width: 100%; min-height: 100%; display: flex; flex-direction: column; } header { background-color: var(--dark-grey-color)!important; } .logo { font-size: 3vw; background-color: var(--bright-green-color)!important; color: var(--dark-grey-color)!important; padding: 15px 13px; border-radius: 15px; box-shadow: 7px 6px #197d0f; } .nav { display: flex; flex-wrap: nowrap; justify-content: space-between; gap: 1.5rem; margin-bottom: 45px; font-size: 2rem; } .navbar { width: 100%; } .navbar-nav { display: flex!important; justify-content: end!important; align-items: center!important; } .navbar-toggler { background-color: var(--bright-green-color); } .nav a { font-weight: normal; } main { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; padding: 2% 4%; margin: auto; } .home-posts { width: 100%; display: flex; flex-direction: column; } main form { font-size: 1.8vw; } .btn-no-style { background: none; border: none; padding: 0 0 0 .2rem; cursor: pointer; text-decoration: none; font-size: 1.2rem; font-weight: bold; } .create-post-btn { width: 200px; margin: auto; } .delete-post-btn { background-color: #d41414; } .delete-post-btn:hover { background-color: #ff643d; } .post { margin-bottom: 2%; line-height: 150%; } .post-content { text-align: left; } .post .title span { font-size: 1.8rem; color: #7d7d7d; } .title { display: flex; justify-content: space-between; padding: 1rem 0 2rem; } li { list-style: none; } .edit-link { display: block; margin: -1.5% 0 2% 0; } .comment-form { margin-bottom: 5%; } .comment { padding: 1%; margin-bottom: 1%; } .comment:nth-child(odd) { background-color: #fff5eb; } .comment .meta { font-size: 90%; margin-bottom: 0.5%; opacity: 0.6; } .post-section { margin: 4rem; width: 80%; text-align: center; } .post-form { display: flex; flex-direction: column; text-align: left; } .post-form input { width: 100%; margin-bottom: 3rem; } .edit-post-form { margin-bottom: 5%; } .form-btns { display: flex; justify-content: center; gap: 1rem; width: 100%; } .form-btns button { padding: 0 1.5rem; font-size: 2rem; } .user-posts { border: 1px solid var(--bright-green-color); margin-bottom: 2rem; } footer { border-top: 1px solid #ccc; background-color: var(--dark-grey-color); color: #fff; display: flex; justify-content: center; padding: 1%; font-size: 110%; } @media only screen and (max-width: 980px) { h2 { font-size: 2.5rem; } label { font-size: 1rem; } nav a, .meta { font-size: 1rem; } .btn-no-style { font-size: 1.2rem; } input { font-size: 1rem; line-height: normal; } textarea { font-size: 1rem; } } @media only screen and (max-width: 786px) { .post .title span { font-size: 1.4rem; } .meta, .meta a { font-size: 0.8rem!important; } .post-content { font-size: 1rem; } } @media only screen and (max-width: 575px) { .title { display: flex; flex-direction: column; } .navbar-nav { padding-top: 1.5rem; } .navbar-nav a { padding-bottom: 1.5rem; } }
0.530723
0.095265
.itg-page { padding-left: 4px; padding-right: 4px; margin-block-end: 2em; } .itg-container { position: relative; vertical-align: top; box-sizing: border-box; margin: 0 auto; width: 100%; } .itg-container:after, .itg-row:after, .itg-page:after, .u-cf { content: ''; display: table; clear: both; } .itg-selector { display: inline-block; } .itg-row { position: relative; display:inline-flex; padding: 0 0px; box-sizing: border-box; margin: 0 auto; width: 100%; margin: 0px; } .itg-svg-container { position: relative; padding-right: 15px; padding-left: 15px; display: block; margin-right: auto; margin-left: auto; } .itg-svg-content { position: relative; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } /* Table Builder –––––––––––––––––––––––––––––––––––––––––––––––––– */ .vega-bind-radio input { font-size: 0.8em; } div.vega-bind { height: auto; border-radius: 2px; margin: 2px; padding: 2px 4px; display: inline-block; background-color: #F3EEE8; padding: 2px 4px 2px 4px; border: 1px solid #DEDBD1; color: #363636; text-align: left; font-size: 10px; font-weight: bold; } .vega-embed { background: #FFF; } input[type='range'] { width:65px; } input[type='color'] { height: auto; border-width: 0px; } .vega-bind-name { text-align: left; font-weight: bold; line-height: 1em; display: block; color: #333; padding: 2px 4px; cursor: context-menu; } div.vega-bind select { -webkit-appearance: menulist; -moz-appearance: menulist; align-items: center; white-space: pre; -webkit-rtl-ordering: logical; width: 80px; text-align: center; opacity: 1; background-color: #9c4e4e; border-radius: 3px; color: #FFF; cursor: context-menu; margin: 0px 3px 1px 3px; margin-top: 0px; text-decoration: none; font-size: 10px; } #vg-tooltip-element { visibility: hidden; padding: 8px; position: fixed; z-index: 1000; font-family: sans-serif; font-size: 9px; border-radius: 3px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); background-color: rgba(255, 255, 255, 0.95); border: 1px solid #d9d9d9; color: black; } /* Loader –––––––––––––––––––––––––––––––––––––––––––––––––– */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Accordion –––––––––––––––––––––––––––––––––––––––––––––––––– */ .accd {} .accd-header, .accd-body { background: white; } .accd-body { height: auto; display: none; height: auto; margin-top: -9px; margin-left: 1px; margin-right: 1px; margin-bottom:1px; border: 1px solid #DEDBD1; } .accd-header { cursor: pointer; } .accd-header:hover > h3 { text-decoration: underline; } .accd__item.active:last-child { border-radius: 0; } .accd:first-child>.accd__item>.accd-header { border-bottom: 1px solid transparent; } .accd__item>.accd-header > h3:after { float:right; content: 'More>>>'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item.active>.accd-header>h3:after { content: '<<<Less'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; } .accd__item .accd__item .accd-header { float:right; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item .accd__item.active .accd-header > h4:after { float:right; content: '<<<Less'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item .accd__item .accd-header { padding-right: 25px; color: #333; } .accd__item .accd__item .accd-body { height: auto; display: none; height: auto; margin-top: -9px; margin-left: 1px; margin-right: 1px; margin-bottom:1px; border: 1px solid #DEDBD1; }
views/src/styles.common.css
.itg-page { padding-left: 4px; padding-right: 4px; margin-block-end: 2em; } .itg-container { position: relative; vertical-align: top; box-sizing: border-box; margin: 0 auto; width: 100%; } .itg-container:after, .itg-row:after, .itg-page:after, .u-cf { content: ''; display: table; clear: both; } .itg-selector { display: inline-block; } .itg-row { position: relative; display:inline-flex; padding: 0 0px; box-sizing: border-box; margin: 0 auto; width: 100%; margin: 0px; } .itg-svg-container { position: relative; padding-right: 15px; padding-left: 15px; display: block; margin-right: auto; margin-left: auto; } .itg-svg-content { position: relative; width: 100%; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } /* Table Builder –––––––––––––––––––––––––––––––––––––––––––––––––– */ .vega-bind-radio input { font-size: 0.8em; } div.vega-bind { height: auto; border-radius: 2px; margin: 2px; padding: 2px 4px; display: inline-block; background-color: #F3EEE8; padding: 2px 4px 2px 4px; border: 1px solid #DEDBD1; color: #363636; text-align: left; font-size: 10px; font-weight: bold; } .vega-embed { background: #FFF; } input[type='range'] { width:65px; } input[type='color'] { height: auto; border-width: 0px; } .vega-bind-name { text-align: left; font-weight: bold; line-height: 1em; display: block; color: #333; padding: 2px 4px; cursor: context-menu; } div.vega-bind select { -webkit-appearance: menulist; -moz-appearance: menulist; align-items: center; white-space: pre; -webkit-rtl-ordering: logical; width: 80px; text-align: center; opacity: 1; background-color: #9c4e4e; border-radius: 3px; color: #FFF; cursor: context-menu; margin: 0px 3px 1px 3px; margin-top: 0px; text-decoration: none; font-size: 10px; } #vg-tooltip-element { visibility: hidden; padding: 8px; position: fixed; z-index: 1000; font-family: sans-serif; font-size: 9px; border-radius: 3px; box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); background-color: rgba(255, 255, 255, 0.95); border: 1px solid #d9d9d9; color: black; } /* Loader –––––––––––––––––––––––––––––––––––––––––––––––––– */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } /* Accordion –––––––––––––––––––––––––––––––––––––––––––––––––– */ .accd {} .accd-header, .accd-body { background: white; } .accd-body { height: auto; display: none; height: auto; margin-top: -9px; margin-left: 1px; margin-right: 1px; margin-bottom:1px; border: 1px solid #DEDBD1; } .accd-header { cursor: pointer; } .accd-header:hover > h3 { text-decoration: underline; } .accd__item.active:last-child { border-radius: 0; } .accd:first-child>.accd__item>.accd-header { border-bottom: 1px solid transparent; } .accd__item>.accd-header > h3:after { float:right; content: 'More>>>'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item.active>.accd-header>h3:after { content: '<<<Less'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; } .accd__item .accd__item .accd-header { float:right; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item .accd__item.active .accd-header > h4:after { float:right; content: '<<<Less'; font-size:0.8em; color: #ad1300; font-style: italic; position: relative; top: 0px; } .accd__item .accd__item .accd-header { padding-right: 25px; color: #333; } .accd__item .accd__item .accd-body { height: auto; display: none; height: auto; margin-top: -9px; margin-left: 1px; margin-right: 1px; margin-bottom:1px; border: 1px solid #DEDBD1; }
0.455441
0.16455
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; background: -webkit-linear-gradient(left, #04152c, #150366); } ::selection { background: #3a3de9; color: #fff; } .wrapper { overflow: hidden; max-width: 390px; background: #fff; padding: 30px; border-radius: 5px; box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); } .wrapper .title-text { display: flex; width: 200%; } .wrapper .title { width: 50%; font-size: 35px; font-weight: 600; text-align: center; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .wrapper .slide-controls { position: relative; display: flex; height: 50px; width: 100%; overflow: hidden; margin: 30px 0 10px 0; justify-content: space-between; border: 1px solid lightgrey; border-radius: 5px; } .slide-controls .slide { height: 100%; width: 100%; color: black; font-size: 18px; font-weight: 500; text-align: center; line-height: 48px; cursor: pointer; z-index: 1; transition: all 0.6s ease; } .slide-controls label.signup { color: #000; } .slide-controls .slider-tab { position: absolute; height: 100%; width: 100%; left: 0; z-index: 0; border-radius: 5px; background: -webkit-linear-gradient(left, #4c1bd4, #0e0d57); transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } input[type="radio"] { display: none; } #signup:checked ~ .slider-tab { left: 50%; } #signup:checked ~ label.signup { color: #fff; cursor: default; user-select: none; } #signup:checked ~ label.login { color: #000; } #login:checked ~ label.signup { color: #000; } #login:checked ~ label.login { cursor: default; user-select: none; } .wrapper .form-container { width: 100%; overflow: hidden; } .form-container .form-inner { display: flex; width: 200%; } .form-container .form-inner form { width: 50%; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .form-inner form .field { height: 50px; width: 100%; margin-top: 20px; } .form-inner form .field input { height: 100%; width: 100%; outline: none; padding-left: 15px; border-radius: 5px; border: 1px solid lightgrey; border-bottom-width: 2px; font-size: 17px; transition: all 0.3s ease; } .form-inner form .field input:focus { border-color: #3c3aa8; /* box-shadow: inset 0 0 3px #fb6aae; */ } .form-inner form .field input::placeholder { color: #999; transition: all 0.3s ease; } form .field input:focus::placeholder { color: #b3b3b3; } .form-inner form .pass-link { margin-top: 5px; } .form-inner form .signup-link { text-align: center; margin-top: 30px; } .form-inner form .pass-link a, .form-inner form .signup-link a { color: #431ab6; text-decoration: none; } .form-inner form .pass-link a:hover, .form-inner form .signup-link a:hover { text-decoration: underline; } form .btn { height: 50px; width: 100%; border-radius: 5px; position: relative; overflow: hidden; } form .btn .btn-layer { height: 100%; width: 300%; position: absolute; left: -100%; background: -webkit-linear-gradient( right, #170f85, #1c1272, #1f87cc, #04122b ); border-radius: 5px; transition: all 0.4s ease; } form .btn:hover .btn-layer { left: 0; } form .btn input[type="submit"] { height: 100%; width: 100%; z-index: 1; position: relative; background: none; border: none; color: #fff; padding-left: 0; border-radius: 5px; font-size: 20px; font-weight: 500; cursor: pointer; } html, body { margin: 0; background-color: #77cc6d; font-family: "Raleway Dots", sans-serif; } section #services { text-align: center; transform: translatez(0); } section #services h2 { margin: 8px 0px 4px; color: black; font-size: 1.4em; text-transform: uppercase; text-align: center; } section #services li { width: 49px; height: 28px; display: inline-block; margin: 1px; list-style: none; } section #services li div { width: 12px; height: 12px; color: black; font-size: 3.4em; text-align: center; line-height: 12px; background-color: #fff; transition: all 0.5s ease; } section #services li a { color: black; } section #services li div:hover { transform: rotate(360deg); border-radius: 100px; } section #services li span { width: 120px; height: 20px; display: block; padding: 15px 0px; color: #fff; text-transform: uppercase; font-size: 1.2em; text-align: center; }
public/css/index.css
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } html, body { display: grid; height: 100%; width: 100%; place-items: center; background: -webkit-linear-gradient(left, #04152c, #150366); } ::selection { background: #3a3de9; color: #fff; } .wrapper { overflow: hidden; max-width: 390px; background: #fff; padding: 30px; border-radius: 5px; box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1); } .wrapper .title-text { display: flex; width: 200%; } .wrapper .title { width: 50%; font-size: 35px; font-weight: 600; text-align: center; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .wrapper .slide-controls { position: relative; display: flex; height: 50px; width: 100%; overflow: hidden; margin: 30px 0 10px 0; justify-content: space-between; border: 1px solid lightgrey; border-radius: 5px; } .slide-controls .slide { height: 100%; width: 100%; color: black; font-size: 18px; font-weight: 500; text-align: center; line-height: 48px; cursor: pointer; z-index: 1; transition: all 0.6s ease; } .slide-controls label.signup { color: #000; } .slide-controls .slider-tab { position: absolute; height: 100%; width: 100%; left: 0; z-index: 0; border-radius: 5px; background: -webkit-linear-gradient(left, #4c1bd4, #0e0d57); transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } input[type="radio"] { display: none; } #signup:checked ~ .slider-tab { left: 50%; } #signup:checked ~ label.signup { color: #fff; cursor: default; user-select: none; } #signup:checked ~ label.login { color: #000; } #login:checked ~ label.signup { color: #000; } #login:checked ~ label.login { cursor: default; user-select: none; } .wrapper .form-container { width: 100%; overflow: hidden; } .form-container .form-inner { display: flex; width: 200%; } .form-container .form-inner form { width: 50%; transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); } .form-inner form .field { height: 50px; width: 100%; margin-top: 20px; } .form-inner form .field input { height: 100%; width: 100%; outline: none; padding-left: 15px; border-radius: 5px; border: 1px solid lightgrey; border-bottom-width: 2px; font-size: 17px; transition: all 0.3s ease; } .form-inner form .field input:focus { border-color: #3c3aa8; /* box-shadow: inset 0 0 3px #fb6aae; */ } .form-inner form .field input::placeholder { color: #999; transition: all 0.3s ease; } form .field input:focus::placeholder { color: #b3b3b3; } .form-inner form .pass-link { margin-top: 5px; } .form-inner form .signup-link { text-align: center; margin-top: 30px; } .form-inner form .pass-link a, .form-inner form .signup-link a { color: #431ab6; text-decoration: none; } .form-inner form .pass-link a:hover, .form-inner form .signup-link a:hover { text-decoration: underline; } form .btn { height: 50px; width: 100%; border-radius: 5px; position: relative; overflow: hidden; } form .btn .btn-layer { height: 100%; width: 300%; position: absolute; left: -100%; background: -webkit-linear-gradient( right, #170f85, #1c1272, #1f87cc, #04122b ); border-radius: 5px; transition: all 0.4s ease; } form .btn:hover .btn-layer { left: 0; } form .btn input[type="submit"] { height: 100%; width: 100%; z-index: 1; position: relative; background: none; border: none; color: #fff; padding-left: 0; border-radius: 5px; font-size: 20px; font-weight: 500; cursor: pointer; } html, body { margin: 0; background-color: #77cc6d; font-family: "Raleway Dots", sans-serif; } section #services { text-align: center; transform: translatez(0); } section #services h2 { margin: 8px 0px 4px; color: black; font-size: 1.4em; text-transform: uppercase; text-align: center; } section #services li { width: 49px; height: 28px; display: inline-block; margin: 1px; list-style: none; } section #services li div { width: 12px; height: 12px; color: black; font-size: 3.4em; text-align: center; line-height: 12px; background-color: #fff; transition: all 0.5s ease; } section #services li a { color: black; } section #services li div:hover { transform: rotate(360deg); border-radius: 100px; } section #services li span { width: 120px; height: 20px; display: block; padding: 15px 0px; color: #fff; text-transform: uppercase; font-size: 1.2em; text-align: center; }
0.359926
0.077553
body { background-color: #fff !important; } /*Body Text Color End*/ .tg-btn:after, .tg-tabs-nav li input[type="radio"]:checked + label .tg-category-name:after, .tg-tabs-nav li label:hover .tg-category-name:after, .tg-tabs-nav li label:before, .tg-searchform .form-group button[type="submit"], .tg-listing-views li.active a, .tg-listing-views li a:hover, .tg-listsorttype ul li a:hover, #comming-countdown li:last-child, .tg-pagination ul li a:hover, .tg-pagination ul li:first-child a:hover, .tg-pagination ul li:last-child a:hover, .tg-pagination ul li:first-child:after, .tg-pagination ul li:last-child:before, .tg-pagination ul li.active a, .tg-packages:hover, .tg-widget ul li a:hover i, .tg-reactivate .tg-btn, .tg-widget.tg-widget-accordions .panel.active .tg-panel-heading:after, .tg-widget.tg-widget-accordions .tg-panel-heading:hover:after, .tg-mapmarker-content .tg-heading-border:after, .tg-on-off .candlestick-wrapper .candlestick-bg .candlestick-toggle, .tg-table-hover .tg-edit, .tg-schedule-slider .owl-controls.clickable .owl-next:hover, .tg-schedule-slider .owl-controls.clickable .owl-prev:hover, .specialities-list ul li .tg-checkbox input[type="checkbox"]:checked + label, .specialities-list ul li .tg-checkbox input[type="radio"] + label, #confirmBox h1, #confirmBox .button:after, .geodistance_range .ui-slider-range, .tg-packageswidth .tg-checkbox input[type=checkbox]:checked + label, .tg-packageswidth .tg-checkbox input[type=radio]:checked + label, .tg-radiobox input[type="radio"]:checked + label, .pin, .tg-share-icons .tg-socialicon li a, .tg-btn-list:hover, .tg-featuredtags .tg-featured, .tg-topbar .tg-login-logout, .tg-topbar .tg-login-logout:after, .tg-searcharea-v2 .tg-searchform select, .tg-features-listing > li:hover > .tg-main-features .tg-feature-head, .tg-featuredtags .tg-featured, .tg-btn-list:hover, .tg-homeslidertwo .tg-searcharea-v2 .tg-searchform .tg-btn, .tg-topbar .tg-login-logout:before, .tg-catagory a:hover, .tg-navdocappointment li a:hover:before, .tg-navdocappointment li.active a:before, .tg-subdoccategory.tg-edit, .tg-subdoccategory:hover, .tg-doccategory.tg-edit, .tg-doccategory:hover, .tg-appointmenttable .table > tbody tr:hover, .tg-showdetail, .tg-appointmenttime .tg-dayname, .tg-radio input[type=radio]:checked + label, .tg-appointmenttime .tg-doctimeslot.tg-available .tg-box:hover, .tg-iosstylcheckbox input[type=checkbox]:checked + label, .tg-iosstylcheckbox label:before, .tg-skillbar, .tg-userrating li:hover label, .tg-radio input[type="radio"]:checked + label, .tg-userrating li:after, /*4.0*/ .doc-btn:hover, .doc-btn:after, .doc-btnformsearch, .doc-newsletter, .doc-btnsubscribe, .doc-footermiddlebar > figure, .doc-featuredicon, .doc-btnview:hover, .doc-pagination ul li a:hover, .doc-skillbar, .doc-testimonials.owl-theme .owl-controls .owl-buttons div:hover, .doc-widgetlistingslider.owl-theme .owl-controls .owl-buttons div:hover .contact-form .fw_form_fw_form input[type="submit"]:hover, .tg-description input[type="submit"]:hover, .tg-btn-invoices:hover, .tg-btn:hover, #confirmBox .button:hover, .docdirect-loader > div, .doc-topbar.doc-topbar-v1, .doc-header .doc-topbar , #contact-send:hover{ background: #3498db; } .make-appointment-btn { background: #3498db !important; } .tg-banner-holder .tg-searcharea-v2 .tg-searchform .tg-btn, .chosen-container-multi .chosen-choices li.search-choice:hover, .doc-formadvancesearch .doc-btnarea .doc-btn:hover, .doc-formsearchwidget .doc-btnarea .doc-btn:hover, .doc-formleavereview fieldset .doc-btn:hover { border-color: #3498db !important; background: #3498db !important; } .tg-on-off input:checked + label { box-shadow: inset 0 0 0 20px #3498db !important;; } /*Theme Text Color*/ a, p a, p a:hover, a:hover, a:focus, a:active, .tg-breadcrumb li a:hover, body h1, body h2, body h3, body h4, body h5, body h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, .tg-nav ul li a:hover, .tg-tabs-nav li label:hover i, .tg-tabs-nav li input[type="radio"]:checked + label i, .form-searchdoctors h1 em, .tg-healthcareonthego ul li:after, .tg-findbycategory ul li:hover a, .tg-findbycategory ul li:hover:after, .tg-findbycategory ul li:last-child a, .tg-post .tg-description blockquote:before, .tg-post .tg-description blockquote:after, .tg-metadata li a:hover, .tg-info i, .tg-docinfo .tg-stars i, .tg-img-hover a, .tg-widget ul li .tg-docinfo a:hover, .tg-widget ul li a:hover, .tg-widget ul li:hover:after, .tg-docprofile-content h3 a:hover, .tg-contactus .tg-search-categories a:hover, .tg-tab-widget .tab-content .tg-stars i, .tg-ratingbox .tg-stars i, .tg-packages .tg-stars i, .tg-packages:hover .tg-featuredicon em, .tg-otherphotos h3 a:hover, .tg-addfield button:hover i, .tg-addfield button:hover span, .tg-post-detail .tg-post .tg-tags .tg-tag li a:hover, .tg-blog-grid .tg-post .tg-contentbox h3 a:hover, .tg-reviewcontet .comment-head h3 a:hover, .tg-support h3 a:hover, .tg-reviewcontet .comment-head .tg-stars i, .tg-widget ul li time, .tg-nav .navbar-collapse ul li a:hover, .tg-doceducation .tg-findbycategory ul li:hover a, .tg-login-logout > li > a:hover, .tg-login-logout li ul > li > a:hover, .tg-login-logout li ul > li > a:hover i, .tg-packageswidth .tg-checkbox input[type=radio]:checked + label .tg-featuredicon em, .tg-widget.tg-datatype-two ul li a:hover:after, .tg-widget.tg-datatype ul li a:hover:after, .tg-schedule-widget-v2 ul li.current a, .tg-schedule-widget-v2 ul li.current a:after, .tg-schedule-widget-v2 ul li.current a:before, .tg-listbox .tg-listdata h4 a:hover, .tg-sub-featured li:hover a span, .tg-sub-featured li:hover a em, .tg-listbox .tg-listdata h4 a:hover, .tg-homeslidertwo.owl-theme .owl-prev:hover i, .tg-homeslidertwo.owl-theme .owl-next:hover i, .tg-counter i, .tg-counter .timer, .tg-appointmenttable .table > tbody tr:hover .tg-btncheck, .tg-showdetail .tg-btncheck, .tg-doctorhead .tg-heading-border h3 a, .tg-usercontact ul li:hover a em, .tg-usercontact ul li:hover a i, .tg-userschedule ul li:hover span, .tg-userschedule ul li:hover em, .tg-userschedule ul li span:after, .tg-averagerating em, .tg-reviewhead .tg-reviewheadleft h3:hover a, .tg-radio input[type="radio"] + label:after, .tg-userschedule ul li.current a, .tg-userschedule ul li.current a span, .tg-userschedule ul li.current a em, .tg-usercontactinfo .tg-doccontactinfo li:last-child a, .contact-form .fw_form_fw_form input[type="submit"], /*4.0*/ .doc-section-heading span, .doc-matadata li:hover a, .doc-matadata li:hover a i, .doc-featurehead h2 a:hover, .doc-featurehead span, .doc-addressinfo li a, .doc-breadcrumb li a:hover, .doc-doctorname span, .doc-widgetdoctorlisting ul li.doc-btnviewall a, .doc-widgetdoctorlisting ul li.doc-btnviewall a i, .doc-breadcrumb li.doc-active a, .doc-searchresult em, .doc-userphotogallery ul li a .img-hover span, .doc-averagerating em, .doc-homecatagoryslider.owl-theme .owl-controls .owl-buttons div:hover, .user-liked i, .doc-nav > ul > li > a:hover, .doc-languages .tg-socialicon li a, .tg-stars.star-rating span:before { color: #3498db; } .tg-doctor-detail2 .tg-findbycategory ul li a:hover, .docdirect-menu li.active a, .tg-sub-featured li:hover a span, .tg-sub-featured li:hover a em, .tg-listbox .tg-listdata h4 a:hover, .tg-homeslidertwo.owl-theme .owl-prev:hover i, .tg-homeslidertwo.owl-theme .owl-next:hover i, .tg-counter i, .tg-counter .timer, .tg-usercontactinfo .tg-doccontactinfo li:last-child a, .doc-nav > ul > li.current-menu-item a, .tg-doctor-detail2 .tg-findbycategory ul li a:hover, .user-liked i { color: #3498db !important; } .contact_now:hover{ color: #3498db !important; } .tg-btn, .tg-nav ul li ul, .tg-theme-heading .tg-roundbox, .tg-threecolumn, .tg-show, .tg-searchform .form-group .tg-btn.tg-advance-search:hover, .tg-listsorttype ul li a:hover, .tg-featuredicon, .tg-tab-widget ul.tg-nav-tabs li.active a, .tg-tab-widget ul.tg-nav-tabs li a:hover, #confirmBox .button, .tg-packages:hover, .tg-form-modal .tg-radiobox input[type="radio"]:checked + label, .tg-pagination ul li a:hover, .tg-nav-v2 > div > ul > li a:hover, .tg-nav-v2 > div > ul > li.active a, .tg-userrating li:hover label, .tg-radio input[type="radio"] + label, .tg-radio input[type="radio"]:checked + label, .tg-mapmarker figure, /*4.0*/ .doc-header, .doc-featuredicon:after, .doc-featuredicon:before, .doc-pagination ul li a:hover, .doc-testimonials.owl-theme .owl-controls .owl-buttons div:hover, .doc-widgetlistingslider.owl-theme .owl-controls .owl-buttons div:hover, .doc-nav ul li ul, .contact-form .fw_form_fw_form input[type="submit"], .tg-description input[type="submit"], .tg-btn-invoices, .tg-btn, .tg-appointmenttime .tg-doctimeslot .tg-box, .tg-appointmenttime .tg-doctimeslot.tg-available .tg-box:hover { border-color: #3498db; } .geodistance_range .ui-slider-handle { border-color: #3498db !important; } .tg-map-marker .tg-docimg .tg-show, .tg-docimg .tg-uploadimg { border-bottom-color: #3498db; } .tg-login-logout li ul, .tg-nav ul, .tg-login-logout li ul { border-top-color: #3498db !important; } .pulse:after { -webkit-box-shadow: 0 0 1px 2px #3498db; box-shadow: 0 0 1px 2px #3498db; }
public/css/inline.css
body { background-color: #fff !important; } /*Body Text Color End*/ .tg-btn:after, .tg-tabs-nav li input[type="radio"]:checked + label .tg-category-name:after, .tg-tabs-nav li label:hover .tg-category-name:after, .tg-tabs-nav li label:before, .tg-searchform .form-group button[type="submit"], .tg-listing-views li.active a, .tg-listing-views li a:hover, .tg-listsorttype ul li a:hover, #comming-countdown li:last-child, .tg-pagination ul li a:hover, .tg-pagination ul li:first-child a:hover, .tg-pagination ul li:last-child a:hover, .tg-pagination ul li:first-child:after, .tg-pagination ul li:last-child:before, .tg-pagination ul li.active a, .tg-packages:hover, .tg-widget ul li a:hover i, .tg-reactivate .tg-btn, .tg-widget.tg-widget-accordions .panel.active .tg-panel-heading:after, .tg-widget.tg-widget-accordions .tg-panel-heading:hover:after, .tg-mapmarker-content .tg-heading-border:after, .tg-on-off .candlestick-wrapper .candlestick-bg .candlestick-toggle, .tg-table-hover .tg-edit, .tg-schedule-slider .owl-controls.clickable .owl-next:hover, .tg-schedule-slider .owl-controls.clickable .owl-prev:hover, .specialities-list ul li .tg-checkbox input[type="checkbox"]:checked + label, .specialities-list ul li .tg-checkbox input[type="radio"] + label, #confirmBox h1, #confirmBox .button:after, .geodistance_range .ui-slider-range, .tg-packageswidth .tg-checkbox input[type=checkbox]:checked + label, .tg-packageswidth .tg-checkbox input[type=radio]:checked + label, .tg-radiobox input[type="radio"]:checked + label, .pin, .tg-share-icons .tg-socialicon li a, .tg-btn-list:hover, .tg-featuredtags .tg-featured, .tg-topbar .tg-login-logout, .tg-topbar .tg-login-logout:after, .tg-searcharea-v2 .tg-searchform select, .tg-features-listing > li:hover > .tg-main-features .tg-feature-head, .tg-featuredtags .tg-featured, .tg-btn-list:hover, .tg-homeslidertwo .tg-searcharea-v2 .tg-searchform .tg-btn, .tg-topbar .tg-login-logout:before, .tg-catagory a:hover, .tg-navdocappointment li a:hover:before, .tg-navdocappointment li.active a:before, .tg-subdoccategory.tg-edit, .tg-subdoccategory:hover, .tg-doccategory.tg-edit, .tg-doccategory:hover, .tg-appointmenttable .table > tbody tr:hover, .tg-showdetail, .tg-appointmenttime .tg-dayname, .tg-radio input[type=radio]:checked + label, .tg-appointmenttime .tg-doctimeslot.tg-available .tg-box:hover, .tg-iosstylcheckbox input[type=checkbox]:checked + label, .tg-iosstylcheckbox label:before, .tg-skillbar, .tg-userrating li:hover label, .tg-radio input[type="radio"]:checked + label, .tg-userrating li:after, /*4.0*/ .doc-btn:hover, .doc-btn:after, .doc-btnformsearch, .doc-newsletter, .doc-btnsubscribe, .doc-footermiddlebar > figure, .doc-featuredicon, .doc-btnview:hover, .doc-pagination ul li a:hover, .doc-skillbar, .doc-testimonials.owl-theme .owl-controls .owl-buttons div:hover, .doc-widgetlistingslider.owl-theme .owl-controls .owl-buttons div:hover .contact-form .fw_form_fw_form input[type="submit"]:hover, .tg-description input[type="submit"]:hover, .tg-btn-invoices:hover, .tg-btn:hover, #confirmBox .button:hover, .docdirect-loader > div, .doc-topbar.doc-topbar-v1, .doc-header .doc-topbar , #contact-send:hover{ background: #3498db; } .make-appointment-btn { background: #3498db !important; } .tg-banner-holder .tg-searcharea-v2 .tg-searchform .tg-btn, .chosen-container-multi .chosen-choices li.search-choice:hover, .doc-formadvancesearch .doc-btnarea .doc-btn:hover, .doc-formsearchwidget .doc-btnarea .doc-btn:hover, .doc-formleavereview fieldset .doc-btn:hover { border-color: #3498db !important; background: #3498db !important; } .tg-on-off input:checked + label { box-shadow: inset 0 0 0 20px #3498db !important;; } /*Theme Text Color*/ a, p a, p a:hover, a:hover, a:focus, a:active, .tg-breadcrumb li a:hover, body h1, body h2, body h3, body h4, body h5, body h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, p a, .tg-nav ul li a:hover, .tg-tabs-nav li label:hover i, .tg-tabs-nav li input[type="radio"]:checked + label i, .form-searchdoctors h1 em, .tg-healthcareonthego ul li:after, .tg-findbycategory ul li:hover a, .tg-findbycategory ul li:hover:after, .tg-findbycategory ul li:last-child a, .tg-post .tg-description blockquote:before, .tg-post .tg-description blockquote:after, .tg-metadata li a:hover, .tg-info i, .tg-docinfo .tg-stars i, .tg-img-hover a, .tg-widget ul li .tg-docinfo a:hover, .tg-widget ul li a:hover, .tg-widget ul li:hover:after, .tg-docprofile-content h3 a:hover, .tg-contactus .tg-search-categories a:hover, .tg-tab-widget .tab-content .tg-stars i, .tg-ratingbox .tg-stars i, .tg-packages .tg-stars i, .tg-packages:hover .tg-featuredicon em, .tg-otherphotos h3 a:hover, .tg-addfield button:hover i, .tg-addfield button:hover span, .tg-post-detail .tg-post .tg-tags .tg-tag li a:hover, .tg-blog-grid .tg-post .tg-contentbox h3 a:hover, .tg-reviewcontet .comment-head h3 a:hover, .tg-support h3 a:hover, .tg-reviewcontet .comment-head .tg-stars i, .tg-widget ul li time, .tg-nav .navbar-collapse ul li a:hover, .tg-doceducation .tg-findbycategory ul li:hover a, .tg-login-logout > li > a:hover, .tg-login-logout li ul > li > a:hover, .tg-login-logout li ul > li > a:hover i, .tg-packageswidth .tg-checkbox input[type=radio]:checked + label .tg-featuredicon em, .tg-widget.tg-datatype-two ul li a:hover:after, .tg-widget.tg-datatype ul li a:hover:after, .tg-schedule-widget-v2 ul li.current a, .tg-schedule-widget-v2 ul li.current a:after, .tg-schedule-widget-v2 ul li.current a:before, .tg-listbox .tg-listdata h4 a:hover, .tg-sub-featured li:hover a span, .tg-sub-featured li:hover a em, .tg-listbox .tg-listdata h4 a:hover, .tg-homeslidertwo.owl-theme .owl-prev:hover i, .tg-homeslidertwo.owl-theme .owl-next:hover i, .tg-counter i, .tg-counter .timer, .tg-appointmenttable .table > tbody tr:hover .tg-btncheck, .tg-showdetail .tg-btncheck, .tg-doctorhead .tg-heading-border h3 a, .tg-usercontact ul li:hover a em, .tg-usercontact ul li:hover a i, .tg-userschedule ul li:hover span, .tg-userschedule ul li:hover em, .tg-userschedule ul li span:after, .tg-averagerating em, .tg-reviewhead .tg-reviewheadleft h3:hover a, .tg-radio input[type="radio"] + label:after, .tg-userschedule ul li.current a, .tg-userschedule ul li.current a span, .tg-userschedule ul li.current a em, .tg-usercontactinfo .tg-doccontactinfo li:last-child a, .contact-form .fw_form_fw_form input[type="submit"], /*4.0*/ .doc-section-heading span, .doc-matadata li:hover a, .doc-matadata li:hover a i, .doc-featurehead h2 a:hover, .doc-featurehead span, .doc-addressinfo li a, .doc-breadcrumb li a:hover, .doc-doctorname span, .doc-widgetdoctorlisting ul li.doc-btnviewall a, .doc-widgetdoctorlisting ul li.doc-btnviewall a i, .doc-breadcrumb li.doc-active a, .doc-searchresult em, .doc-userphotogallery ul li a .img-hover span, .doc-averagerating em, .doc-homecatagoryslider.owl-theme .owl-controls .owl-buttons div:hover, .user-liked i, .doc-nav > ul > li > a:hover, .doc-languages .tg-socialicon li a, .tg-stars.star-rating span:before { color: #3498db; } .tg-doctor-detail2 .tg-findbycategory ul li a:hover, .docdirect-menu li.active a, .tg-sub-featured li:hover a span, .tg-sub-featured li:hover a em, .tg-listbox .tg-listdata h4 a:hover, .tg-homeslidertwo.owl-theme .owl-prev:hover i, .tg-homeslidertwo.owl-theme .owl-next:hover i, .tg-counter i, .tg-counter .timer, .tg-usercontactinfo .tg-doccontactinfo li:last-child a, .doc-nav > ul > li.current-menu-item a, .tg-doctor-detail2 .tg-findbycategory ul li a:hover, .user-liked i { color: #3498db !important; } .contact_now:hover{ color: #3498db !important; } .tg-btn, .tg-nav ul li ul, .tg-theme-heading .tg-roundbox, .tg-threecolumn, .tg-show, .tg-searchform .form-group .tg-btn.tg-advance-search:hover, .tg-listsorttype ul li a:hover, .tg-featuredicon, .tg-tab-widget ul.tg-nav-tabs li.active a, .tg-tab-widget ul.tg-nav-tabs li a:hover, #confirmBox .button, .tg-packages:hover, .tg-form-modal .tg-radiobox input[type="radio"]:checked + label, .tg-pagination ul li a:hover, .tg-nav-v2 > div > ul > li a:hover, .tg-nav-v2 > div > ul > li.active a, .tg-userrating li:hover label, .tg-radio input[type="radio"] + label, .tg-radio input[type="radio"]:checked + label, .tg-mapmarker figure, /*4.0*/ .doc-header, .doc-featuredicon:after, .doc-featuredicon:before, .doc-pagination ul li a:hover, .doc-testimonials.owl-theme .owl-controls .owl-buttons div:hover, .doc-widgetlistingslider.owl-theme .owl-controls .owl-buttons div:hover, .doc-nav ul li ul, .contact-form .fw_form_fw_form input[type="submit"], .tg-description input[type="submit"], .tg-btn-invoices, .tg-btn, .tg-appointmenttime .tg-doctimeslot .tg-box, .tg-appointmenttime .tg-doctimeslot.tg-available .tg-box:hover { border-color: #3498db; } .geodistance_range .ui-slider-handle { border-color: #3498db !important; } .tg-map-marker .tg-docimg .tg-show, .tg-docimg .tg-uploadimg { border-bottom-color: #3498db; } .tg-login-logout li ul, .tg-nav ul, .tg-login-logout li ul { border-top-color: #3498db !important; } .pulse:after { -webkit-box-shadow: 0 0 1px 2px #3498db; box-shadow: 0 0 1px 2px #3498db; }
0.39712
0.060891
body { font-family: Roboto,"Helvetica Neue",Arial,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #2b313f; text-align: left; background-color: #f9fcff; font-size:16px; } h1 { font-size:2.5rem; font-weight:normal; } h2 { font-size:1.6rem; font-weight:normal; margin-top:40px; } h4 { font-size:1.2rem; font-weight:normal; } hr { margin:60px 0 ; } .row { margin-bottom: 10px; } a { color: #2b313f; font-weight: bold; text-decoration: none; } p { text-align: center; } header { background: #2b313f; float:left; width:100%; color:#f9fcff; margin-bottom: 20px; } .title { width:100%; text-align:center; padding-top:20px; } .updated { width:100%; text-align:center; float:left; font-size:0.8rem; } .updated span { font-size:1.4rem; } .subtitle { text-align: center; color:#2b313f; background:white; padding:10px 30px 0; } .card { padding:20px; float:left; color:rgba(0,0,0,.4); width:calc(100% - 40px); box-shadow:0 0 35px 0 rgba(73,80,87,.1); border-radius: 5px; text-align: left; } .tested { border-left:10px solid #585958; padding-bottom:20px; } .tested_population, .deaths_total { margin:20px 0; } .tested_population .data { } .tested_samples .data, .death_lab .data { margin:0 2px 0 0; font-size:1.7rem; font-weight:600; color:rgba(0,0,0,.4); } .pending { border-left:10px solid #fec02f; } .negative { border-left:10px solid #30a64a; } .confirmed { border-left:10px solid #da3849; } .active { border-left:10px solid #585958; } .recovered { border-left:10px solid #56cdee; } .death { border-left:10px solid #000; } .male_female_positive { } .male_female_recovered { } .bar-container { width:100%; position: relative; padding-bottom:10px; float:left ; } .bar-left-container { width:50%; float:left; } .bar-right-container { width:50%; float:right; } .bar-full-container { width:100%; float:left; } .bar-text-left { padding:10px 10px 0 0; text-align: right; font-size:1.6rem; color:#ee594c; font-weight:bold; } .bar-text-right { padding:10px 0 0 10px; text-align: left; font-size:1.6rem; color:#2f78d6; font-weight:bold; } .bar-text-full { padding:10px 0 0 10px; text-align: left; font-size:1.6rem; font-weight:bold; } .bar-left{ height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } .bar-right { height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } .bar-full { height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } #bar-left-positive, #bar-left-recovered, #bar-left-deaths { background: #ee594c; height:10px; float:right; } #bar-right-positive, #bar-right-recovered, #bar-right-deaths { background: #2f78d6; height:10px; float:left; } #bar-full-hospital { background: #2b313f; height:10px; float:left; } .average_age { padding-top:20px; text-align: center; font-size:1.4rem; } .average_age span { font-weight:bold; color:black; margin-right:1px; } .hospital_covid { border-left:10px solid #da3849; } .hospital_occupancy_percentage { } #hospital_beds_available, #hospital_beds_occupied, #hospital_beds_total { font-size:1.4rem; } #hospital_occupancy_percentage { text-align: center; margin-top:10px; color:#2b313f; font-weight:bold; font-size:1.6rem; } .data { color:black; font-size:2.5rem; text-align: center; } .data-label { text-transform: uppercase; font-size:1.1rem; } .change-data { text-align: center; } .change-data.poschange { color: #50af85; } .change-data.negchange { color: #ca3b48; } footer { padding: 30px 10px 20px; font-size:1.2rem; } .credit { margin-top:30px; float:left; } .credit-text { font-size:1rem; float:left; display: block; } .credit-asterix { text-align: right; width:20px; margin-right:10px; float: left; display: block; } .covidCharts { width: 100%; height: 100%; } .covidCharts canvas { display: inline !important; } .warning { background:black; padding:10px; font-size:1.4rem; color:white; } /* Mobile first queries */ @media (max-width: 750px) { .columns { margin-bottom: 10px; width:100%; } } /* Larger than tablet */ @media (min-width: 750px){ h1 { font-size:3rem; } h2 { font-size:2rem; margin-top:0; } h4 { font-size:1.4rem; } .row { margin-bottom:30px; } header { margin-bottom: 40px; } .title { width:50%; float:left; text-align:left; } .updated { width:50%; text-align:right; float:right; padding-top:10px; position: relative; } .updated span { font-size: 1.8rem; float:right; } .data { color:black; font-size:3.5rem; text-align: center; } .data-label { text-transform: uppercase; font-size:1.4rem; } .bar-text-full, .bar-text-left, .bar-text-right { font-size: 2.2rem; } .averge-age { font-size:2.5rem } #hospital_beds_available, #hospital_beds_occupied, #hospital_beds_total { font-size: 1.6rem; } #hospital_occupancy_percentage { font-size:2.2rem; } footer { font-size: 1.6rem; padding: 30px 40px 20px; } .credit { font-size:1.2rem; } } /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {}
css/main.css
body { font-family: Roboto,"Helvetica Neue",Arial,sans-serif; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #2b313f; text-align: left; background-color: #f9fcff; font-size:16px; } h1 { font-size:2.5rem; font-weight:normal; } h2 { font-size:1.6rem; font-weight:normal; margin-top:40px; } h4 { font-size:1.2rem; font-weight:normal; } hr { margin:60px 0 ; } .row { margin-bottom: 10px; } a { color: #2b313f; font-weight: bold; text-decoration: none; } p { text-align: center; } header { background: #2b313f; float:left; width:100%; color:#f9fcff; margin-bottom: 20px; } .title { width:100%; text-align:center; padding-top:20px; } .updated { width:100%; text-align:center; float:left; font-size:0.8rem; } .updated span { font-size:1.4rem; } .subtitle { text-align: center; color:#2b313f; background:white; padding:10px 30px 0; } .card { padding:20px; float:left; color:rgba(0,0,0,.4); width:calc(100% - 40px); box-shadow:0 0 35px 0 rgba(73,80,87,.1); border-radius: 5px; text-align: left; } .tested { border-left:10px solid #585958; padding-bottom:20px; } .tested_population, .deaths_total { margin:20px 0; } .tested_population .data { } .tested_samples .data, .death_lab .data { margin:0 2px 0 0; font-size:1.7rem; font-weight:600; color:rgba(0,0,0,.4); } .pending { border-left:10px solid #fec02f; } .negative { border-left:10px solid #30a64a; } .confirmed { border-left:10px solid #da3849; } .active { border-left:10px solid #585958; } .recovered { border-left:10px solid #56cdee; } .death { border-left:10px solid #000; } .male_female_positive { } .male_female_recovered { } .bar-container { width:100%; position: relative; padding-bottom:10px; float:left ; } .bar-left-container { width:50%; float:left; } .bar-right-container { width:50%; float:right; } .bar-full-container { width:100%; float:left; } .bar-text-left { padding:10px 10px 0 0; text-align: right; font-size:1.6rem; color:#ee594c; font-weight:bold; } .bar-text-right { padding:10px 0 0 10px; text-align: left; font-size:1.6rem; color:#2f78d6; font-weight:bold; } .bar-text-full { padding:10px 0 0 10px; text-align: left; font-size:1.6rem; font-weight:bold; } .bar-left{ height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } .bar-right { height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } .bar-full { height:10px; background: rgba(43,49,63,0.1); margin-top:10px; } #bar-left-positive, #bar-left-recovered, #bar-left-deaths { background: #ee594c; height:10px; float:right; } #bar-right-positive, #bar-right-recovered, #bar-right-deaths { background: #2f78d6; height:10px; float:left; } #bar-full-hospital { background: #2b313f; height:10px; float:left; } .average_age { padding-top:20px; text-align: center; font-size:1.4rem; } .average_age span { font-weight:bold; color:black; margin-right:1px; } .hospital_covid { border-left:10px solid #da3849; } .hospital_occupancy_percentage { } #hospital_beds_available, #hospital_beds_occupied, #hospital_beds_total { font-size:1.4rem; } #hospital_occupancy_percentage { text-align: center; margin-top:10px; color:#2b313f; font-weight:bold; font-size:1.6rem; } .data { color:black; font-size:2.5rem; text-align: center; } .data-label { text-transform: uppercase; font-size:1.1rem; } .change-data { text-align: center; } .change-data.poschange { color: #50af85; } .change-data.negchange { color: #ca3b48; } footer { padding: 30px 10px 20px; font-size:1.2rem; } .credit { margin-top:30px; float:left; } .credit-text { font-size:1rem; float:left; display: block; } .credit-asterix { text-align: right; width:20px; margin-right:10px; float: left; display: block; } .covidCharts { width: 100%; height: 100%; } .covidCharts canvas { display: inline !important; } .warning { background:black; padding:10px; font-size:1.4rem; color:white; } /* Mobile first queries */ @media (max-width: 750px) { .columns { margin-bottom: 10px; width:100%; } } /* Larger than tablet */ @media (min-width: 750px){ h1 { font-size:3rem; } h2 { font-size:2rem; margin-top:0; } h4 { font-size:1.4rem; } .row { margin-bottom:30px; } header { margin-bottom: 40px; } .title { width:50%; float:left; text-align:left; } .updated { width:50%; text-align:right; float:right; padding-top:10px; position: relative; } .updated span { font-size: 1.8rem; float:right; } .data { color:black; font-size:3.5rem; text-align: center; } .data-label { text-transform: uppercase; font-size:1.4rem; } .bar-text-full, .bar-text-left, .bar-text-right { font-size: 2.2rem; } .averge-age { font-size:2.5rem } #hospital_beds_available, #hospital_beds_occupied, #hospital_beds_total { font-size: 1.6rem; } #hospital_occupancy_percentage { font-size:2.2rem; } footer { font-size: 1.6rem; padding: 30px 40px 20px; } .credit { font-size:1.2rem; } } /* Larger than desktop */ @media (min-width: 1000px) {} /* Larger than Desktop HD */ @media (min-width: 1200px) {}
0.293506
0.121634
.messagesDialog .dijitDialogPaneContent { background-color: #efe; } .samplePropertyEditor, .sampleQueryInputArea { display: table; } .samplePropertyEditor .dijitTextBox, .sampleQueryInputArea .dijitTextBox { display: table-cell; } .samplePropertyEditor .dijitButton, .sampleQueryInputArea .dijitButton { display: table-cell; width: 1px; white-space: nowrap; padding-left: 10px; } .dijitRtl .samplePropertyEditor .dijitButton, .dijitRtl .sampleQueryInputArea .dijitButton { padding-left: 0px; padding-right: 10px; } .samplePropertyEditor .dijitTextBox .dijitInputField, .sampleQueryInputArea .dijitTextBox .dijitInputField { width: 100%; } /* Adjust the width of the sample property editor to fit two side-by-side in the search form when using the Between or Not Between operator */ .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor { display: inline-table; width: 45%; } .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor .dijitTextBox { width: 100%; } .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField { width: auto; } .ecmCenterPane .sampleSearchArea { background-color: #ddd; padding: 20px !important; } .ecmCenterPane .sampleQueryInputArea { width: 100%; } .ecmCenterPane .sampleRepositorySelectorArea { padding-bottom: 10px; } /* Feature bar icon */ .sampleFeatureLaunchIcon { width: 32px; height: 32px; background-image: url('images/samplePlugin.svg'); background-repeat: no-repeat; background-position: -16px -16px; } /* Checked State */ .ecmLaunchBarContainer .launchBarButton.dijitToggleButtonHover .sampleFeatureLaunchIcon, .ecmLaunchBarContainer .dijitDropDownButton .sampleFeatureLaunchIcon, .launchBarButton.dijitChecked .sampleFeatureLaunchIcon, .launchBarButton.dijitFocused .sampleFeatureLaunchIcon { background-position: -16px -80px; } /* For sample text box editor control */ .ecmSampleTextBoxEditor { box-shadow: 5px 5px 5px #C0C0C0; font-style: italic; } /* icn styles */ .ecm.icn .sampleFeatureLaunchIcon { background-image: url("images/sample-feature.svg"); } .ecm.icn .ecmCenterPane .sampleSearchArea { background-color: transparent; height: 100px; border-bottom: 1px dotted #cdced2; } .ecm.icn .sampleImageViewer .loadingPreviewImg { display: block; }
samplePlugin/src/com/ibm/ecm/extension/sample/WebContent/SamplePlugin.css
.messagesDialog .dijitDialogPaneContent { background-color: #efe; } .samplePropertyEditor, .sampleQueryInputArea { display: table; } .samplePropertyEditor .dijitTextBox, .sampleQueryInputArea .dijitTextBox { display: table-cell; } .samplePropertyEditor .dijitButton, .sampleQueryInputArea .dijitButton { display: table-cell; width: 1px; white-space: nowrap; padding-left: 10px; } .dijitRtl .samplePropertyEditor .dijitButton, .dijitRtl .sampleQueryInputArea .dijitButton { padding-left: 0px; padding-right: 10px; } .samplePropertyEditor .dijitTextBox .dijitInputField, .sampleQueryInputArea .dijitTextBox .dijitInputField { width: 100%; } /* Adjust the width of the sample property editor to fit two side-by-side in the search form when using the Between or Not Between operator */ .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor { display: inline-table; width: 45%; } .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor .dijitTextBox { width: 100%; } .ecmUnifiedSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField, .ecmBasicSearchBuilder .attributeDefintionWidget .valueFieldContainer.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField, .ecmSearchFormFieldArea td.fieldValueCell.multiValue .samplePropertyEditor .dijitTextBox .dijitInputField { width: auto; } .ecmCenterPane .sampleSearchArea { background-color: #ddd; padding: 20px !important; } .ecmCenterPane .sampleQueryInputArea { width: 100%; } .ecmCenterPane .sampleRepositorySelectorArea { padding-bottom: 10px; } /* Feature bar icon */ .sampleFeatureLaunchIcon { width: 32px; height: 32px; background-image: url('images/samplePlugin.svg'); background-repeat: no-repeat; background-position: -16px -16px; } /* Checked State */ .ecmLaunchBarContainer .launchBarButton.dijitToggleButtonHover .sampleFeatureLaunchIcon, .ecmLaunchBarContainer .dijitDropDownButton .sampleFeatureLaunchIcon, .launchBarButton.dijitChecked .sampleFeatureLaunchIcon, .launchBarButton.dijitFocused .sampleFeatureLaunchIcon { background-position: -16px -80px; } /* For sample text box editor control */ .ecmSampleTextBoxEditor { box-shadow: 5px 5px 5px #C0C0C0; font-style: italic; } /* icn styles */ .ecm.icn .sampleFeatureLaunchIcon { background-image: url("images/sample-feature.svg"); } .ecm.icn .ecmCenterPane .sampleSearchArea { background-color: transparent; height: 100px; border-bottom: 1px dotted #cdced2; } .ecm.icn .sampleImageViewer .loadingPreviewImg { display: block; }
0.339499
0.063337
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } h1, h2, h3, h4, h5, h6, ul { margin: 0; padding: 0; } .container { max-width: 1270px; padding: 0 15px; margin: 0 auto; } body { background: #1C1C1C; font-family: Reformagroteskmediumc, sans-serif; } li { list-style-type: none; } .img-head { background: url("../img/head-img.png") center center no-repeat, linear-gradient(0.1deg, #1C1C1C 2.15%, rgba(27, 27, 27, 0.33) 47.06%), linear-gradient(0deg, rgba(27, 27, 27, 0.29) 39.74%, rgba(27, 27, 27, 0) 56.95%); padding-top: 27px; background-size: cover; } .logo-img__item { display: flex; align-items: center; } .logo { display: flex; align-items: center; justify-content: space-between; margin-bottom: 108px; } .logo-img { display: flex; align-items: center; } .logo-img__svg { margin-right: 10px; } .menu path { color: #BCB188; } .menu li { cursor: pointer; font-style: normal; font-weight: 500; font-size: 22px; line-height: 23px; text-transform: uppercase; color: #A9A9A9; margin-right: 55px; } .menu li:last-child { margin-right: 0; } .menu-text { display: flex; align-items: center; } .menu-text a { text-decoration: none; color: #A9A9A9; transition: 0.2s; } .menu-text a:hover { color: #856535; transition: 0.2s; } .logo-tel p { font-style: normal; font-weight: 500; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #856535; } .menu-btn { display: none; } .footer-title { margin-bottom: 109px; } .footer-title p { font-style: normal; font-weight: 600; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; margin: 0; } .footer-items { display: flex; justify-content: space-between; margin-bottom: 160px; } .footer-items p { margin: 0; } .footer-tel__text p { font-style: normal; font-weight: 600; font-size: 40px; line-height: 42px; text-transform: uppercase; color: #BCB188; } .footer-address { display: flex; flex-direction: column; justify-content: space-between; } .footer-schedule { margin-left: 25px; } .footer-schedule p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #4A4942; } .footer-address__text { margin-bottom: 16px; } .footer-address__text p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #856535; } .footer-metro { display: flex; margin-bottom: 25px; } .footer-metro p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #4A4942; } .footer-cart { width: 608px; height: 250px; } .footer-tel { display: flex; align-items: baseline; margin-bottom: 50px; } .footer-circle { width: 26px; height: 26px; border-radius: 50%; background: #4A4942; position: relative; margin-right: 13px; } .footer-circle::after { content: ''; position: absolute; top: calc(50% - 8px); left: calc(50% - 7.8px); width: 16px; height: 16px; background: #68B568; border-radius: 50%; } .footer-metro__title { display: flex; align-items: center; margin-right: 38px; border-top: 3px solid #4A4942; padding-top: 10px; } .footer-metro__parking { border-top: 3px solid #4A4942; padding-top: 10px; } .footer-form { width: 46%; } .form input { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; background: transparent; color: #BCB188; border: none; border-top: 2px solid #BCB188; width: 100%; padding: 33px 0; } button { padding: 22px 0; border: none; border-top: 2px solid #BCB188; border-bottom: 2px solid #BCB188; width: 100%; background: transparent; display: flex; justify-content: flex-end; } .footer-end { width: 100%; display: flex; align-items: center; justify-content: space-between; } .footer-end__company p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 30px; color: #856535; } .footer-end__rights p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 30px; text-align: right; color: rgba(188, 177, 136, 0.51); } .footer-end__line { width: 6px; background: #856535; height: 100px; position: relative; left: -76px; } .footer-end__line::before { content: ""; position: absolute; width: 6px; height: 100px; top: -100%; left: calc(50% - 3px); background: #856535; } .line-footer { width: 100%; height: 6px; background: #856535; } .algorithm__menu { color: #A9A9A9; } .algorithm__menu h1 { margin-bottom: 30px; font-style: normal; font-weight: 500; font-size: 80px; line-height: 70px; /* or 87% */ letter-spacing: 0.01em; } .algorithm__text { color: #BCB188; border-bottom: 3px solid #BCB188; padding-bottom: 5px; } .algorithm__link { margin-top: 117px; } .algorithm__link a { text-decoration: none; } .algorithm__link .order { font-size: 24px; line-height: 24px; text-transform: uppercase; color: #FFFFFF; padding: 28px 0; border-bottom: 4px solid #ffffff; border-top: 4px solid #ffffff; font-family: sans-serif; } .algorithm__link .order:hover { color: #856535; transition: 0.2s; } .line { width: 100%; height: 6px; background: #BCB188; margin-top: 140px; } .algorithm__items-text { z-index: 8; position: relative; } .algorithm__items-text .algorithm__list { display: flex; color: white; min-height: 508px; } .algorithm__items-text .algorithm__list .algorithm__list-item { display: flex; width: 100%; padding: 95px 70px 0 28px; justify-content: center; } .algorithm__items-text .algorithm__list .algorithm__list-item .slider-item { display: flex; } .algorithm__items-text .algorithm__list .algorithm__list-text { width: 100%; width: 100%; padding: 65px 0 0 96px; border-left: 6px solid #BCB188; } .algorithm__items-text .algorithm__list .algorithm__list-text p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: white !important; } .algorithm__items-text .algorithm__list .algorithm__list-text p:hover { cursor: pointer; color: #C4C4C4 !important; } .algorithm__items-text .algorithm__list .algorithm__list-text p:hover .span-text { color: white !important; } .algorithm__items-text .algorithm__list .algorithm__number .number p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 60px; line-height: 60px; text-transform: uppercase; margin: 0; } .algorithm__items-text .algorithm__list .algorithm__number .text { font-family: sans-serif; } .algorithm__items-text .algorithm__list .algorithm__number .text p { font-style: normal; font-weight: normal; font-size: 20px; line-height: 22px !important; text-transform: uppercase; margin-top: 18px; } .services-title p { font-style: normal; font-weight: 500; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; } .services-escorts__img { padding: 0 13px; margin-bottom: 27px; padding-top: 7px; } .services-escorts__line { width: 99%; background: #BCB188; transform: matrix(1, 0, 0, -1, 0, 0); height: 2px; margin: 0 auto; } .services-escorts__text { display: flex; align-items: center; justify-content: space-between; padding: 0 48px; } .services-escorts__number p { font-style: normal; font-weight: 500; font-size: 40px; line-height: 41px; text-transform: uppercase; color: rgba(188, 177, 136, 0.51); opacity: 0.3; } .services-escorts__desc { max-width: 613px; } .services-escorts__desc p { font-style: normal; font-weight: 500; font-size: 45px; line-height: 50px; text-transform: uppercase; color: #BCB188; padding-top: 34px; margin: 0; } .services-line { width: 4px; height: 393px; background: #856535; margin: 0 auto; margin-top: 98px; } .modal-title { max-width: 1480px; margin: 0 auto; padding: 28px 110px; background: #393635; padding-bottom: 100px; margin-top: 100px; } .modal-btn { margin-bottom: 28px; display: flex; justify-content: flex-end; } .modal-items .services-escorts__desc p { padding-top: 0; } .modal-item { display: flex; align-items: center; justify-content: space-between; } .modal-item__button-submit { font-family: sans-serif; font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #FFFFFF; border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; } .modal-img { display: flex; align-items: center; } .modal-img img { margin-right: 50px; } .modal-line { width: 100%; height: 2px; background: #BCB188; transform: matrix(1, 0, 0, -1, 0, 0); margin-top: 46px; margin-bottom: 46px; } .text-modal { display: flex; justify-content: space-between; } .text-modal__item { max-width: 600px; } .text-modal__item p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: #FFFFFF; } .modal-price p { font-family: sans-serif; font-style: normal; font-weight: 500; font-size: 45px; line-height: 50px; text-align: right; text-transform: uppercase; color: #BCB188; margin: 0; } .modal-item__text p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: #FFFFFF; max-width: 600px; } .modal-line__number p { font-family: sans-serif; font-style: normal; font-weight: 500; font-size: 40px; line-height: 41px; text-transform: uppercase; color: rgba(188, 177, 136, 0.86); opacity: 0.3; } .modal-line__text { margin-bottom: 50px; } .modal-line__text p { font-family: sans-serif; font-style: normal; font-weight: 600; font-size: 30px; line-height: 32px; text-transform: uppercase; color: #BCB188; } .cube { padding-top: 158px; min-height: 100vh; } .cube-text p { font-style: normal; font-weight: 600; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; margin-top: 0; margin-bottom: 9px; } .cube-items { background: url("../img/cube.png") top 58px center no-repeat; min-height: 765px; padding: 0 18px; display: flex; justify-content: space-between; } .cube-legal { width: 71px; height: 71px; background: #BBB187; display: flex; align-items: center; justify-content: center; margin-bottom: 37px; } .cube-item__legal { display: flex; } .cube-item__legal a { text-decoration: none; font-style: normal; font-family: sans-serif; font-weight: normal; font-size: 12px; line-height: 30px; transform: rotate(-30deg); color: rgba(187, 177, 135, 0.31); } .cube-text__button { transform: rotate(-30deg); width: 246px; border-bottom: 1px solid #A9A9A9; height: 30px; position: relative; left: 20px; top: -57px; } .cube-item__text p { font-style: normal; font-weight: 500; font-size: 30px; line-height: 38px; text-transform: uppercase; color: #BCB188; max-width: 217px; margin: 0; } .cube-left { display: flex; flex-direction: column; justify-content: flex-end; min-height: 765px; } .bottom { margin-bottom: 103px; } .text-right { display: flex; justify-content: flex-end; } .text-right p { text-align: right; } .button-right { left: -37px !important; top: 77px !important; } .cube-item__legal:hover .cube-legal img { display: none; transition: 0.5s; } .cube-item__legal:hover .cube-legal { background: transparent; } .cube-item__legal:hover .cube-wrapper { display: block; transition: 0.5s; } .cube-menu__active { display: block; } .cube-wrapper { position: relative; width: 100%; height: 100%; display: none; transition: 0.5s; } .cube-wrapper__item { position: absolute; width: 72px; height: 72px; top: calc(50% - 74px); left: calc(50% - 3px); transform-style: preserve-3d; transition: 0.5s; } .cube-wrapper__item div { position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform-style: preserve-3d; transform: rotateX(-26deg) rotateY(40deg) translate3d(-54px, 12px, 36px); transition: 0.5s; } .side { width: 100%; height: 100%; top: 0; left: 0; display: block; background: #856535; position: absolute; } .side1 { transform: rotateX(0deg) translate3d(0, 0, 36px); background: #2E2D28; } .side2 { background: #BBB187; transform: rotateY(90deg) translate3d(0, 0, -36px); display: flex; align-items: center; justify-content: center; } .side3 { transform: rotateX(90deg) translate3d(0, 0, 36px); background: #836332; } .side-line { width: 3.17px; height: 26.25px; background: #1C1C1C; transform: rotate(90deg); } .cubes { margin-top: 171px; position: relative; z-index: 2; margin-bottom: 100px; } .cubes__text { font-size: 60px; line-height: 70px; margin-bottom: 106px; text-align: center; color: #BCB188; } .cubes__block { display: flex; flex-wrap: wrap; width: 100%; } .block-cubes__seven { margin-left: calc(100% / 3); } .block-cubes__three { background: #2E2D28 !important; } .block-cubes__seven { background: #2E2D28 !important; } .cubes__block p { font-size: 24px; line-height: 40px; text-transform: uppercase; color: #BCB188; width: 358px; } .cubes__block .block-cubes__two p { color: #856535 !important; } .cubes__block .block-cubes__four p { color: #856535 !important; } .cubes__block .block-cubes__five p { color: #856535 !important; } .color { font-family: sans-serif; min-height: 216px; background: #2E2D28; width: calc(100% / 6); position: relative; } .color p { position: absolute; bottom: -65px; left: 20px; z-index: 4; } .block-cubes__ten { background: transparent !important; } .margin-left { margin-left: calc(100% / 6); } .block-cubes__eight { position: relative; } .block-cubes__eight::before { position: absolute; content: ""; top: 0; left: 423px; width: 211px; min-height: 216px; background: #2E2D28; } .line-algorithm { margin-top: 235px; margin-bottom: 246px; } .line-items { margin: 0 auto; display: flex; justify-content: center; } .line-item { width: 4px; height: 217.62px; background: #856535; transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0); } .line-two { margin-bottom: 222px; } .line-two__items { margin: 0 auto; display: flex; justify-content: center; } .line-two__item { width: 4px; height: 217.62px; background: #856535; transform: rotate(-60deg); } @media screen and (max-width: 1016px) { .algorithm .algorithm__number .text p { font-size: 18px !important; line-height: 22px !important; } .algorithm .algorithm__number .number p { font-size: 47px !important; } .algorithm .algorithm__list-item { padding: 98px 50px 0 28px !important; } .algorithm .algorithm__list-text { padding: 86px 0 0 80px !important; } } @media screen and (max-width: 965px) { .menu li { margin-right: 15px !important; font-size: 18px !important; margin-bottom: 10px; } .logo-tel p { font-size: 18px !important; margin-top: 0; padding-bottom: 8px; margin-bottom: 0; } } @media screen and (max-width: 912px) { .algorithm .algorithm__list { display: flex; flex-direction: column; align-items: center; } .algorithm .algorithm__list-item { padding: 0 0 0 0 !important; width: 100% !important; } .algorithm .algorithm__list-text { padding: 50px 0 0 0 !important; width: 100% !important; border-left: none !important; } .algorithm .algorithm__list-text p { text-align: center !important; } .algorithm__number { width: 33%; text-align: center; margin-top: 50px; } .algorithm__number .number p { font-size: 60px !important; } } @media screen and (max-width: 767px) { .menu-btn { display: block; margin-left: 20px; cursor: pointer; } .logo-text { display: none; transition: 0.7s; } .logo-tel { display: none; } .logo-img { justify-content: space-between; } .nav-menu__active { display: block; transition: 0.7s; margin-top: 20px; } .menu-text { display: block; transition: 0.7s; } .logo { display: block; } } @media screen and (max-width: 600px) { .term .term__link { text-align: center; } .term .order { font-size: 20px !important; padding: 20px 0 !important; } .term h1 { text-align: center; font-size: 30px; line-height: 54px; } .algorithm .algorithm__number .text p { font-size: 16px !important; line-height: 22px !important; margin-top: 0 !important; text-transform: none !important; } .algorithm .algorithm__number .number p { font-size: 40px !important; } } @media screen and (max-width: 400px) { .algorithm__menu h1 { font-size: 34px !important; line-height: 45px !important; } } /*# sourceMappingURL=maps/main.css.map */
docs/styles/main.css
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; } h1, h2, h3, h4, h5, h6, ul { margin: 0; padding: 0; } .container { max-width: 1270px; padding: 0 15px; margin: 0 auto; } body { background: #1C1C1C; font-family: Reformagroteskmediumc, sans-serif; } li { list-style-type: none; } .img-head { background: url("../img/head-img.png") center center no-repeat, linear-gradient(0.1deg, #1C1C1C 2.15%, rgba(27, 27, 27, 0.33) 47.06%), linear-gradient(0deg, rgba(27, 27, 27, 0.29) 39.74%, rgba(27, 27, 27, 0) 56.95%); padding-top: 27px; background-size: cover; } .logo-img__item { display: flex; align-items: center; } .logo { display: flex; align-items: center; justify-content: space-between; margin-bottom: 108px; } .logo-img { display: flex; align-items: center; } .logo-img__svg { margin-right: 10px; } .menu path { color: #BCB188; } .menu li { cursor: pointer; font-style: normal; font-weight: 500; font-size: 22px; line-height: 23px; text-transform: uppercase; color: #A9A9A9; margin-right: 55px; } .menu li:last-child { margin-right: 0; } .menu-text { display: flex; align-items: center; } .menu-text a { text-decoration: none; color: #A9A9A9; transition: 0.2s; } .menu-text a:hover { color: #856535; transition: 0.2s; } .logo-tel p { font-style: normal; font-weight: 500; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #856535; } .menu-btn { display: none; } .footer-title { margin-bottom: 109px; } .footer-title p { font-style: normal; font-weight: 600; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; margin: 0; } .footer-items { display: flex; justify-content: space-between; margin-bottom: 160px; } .footer-items p { margin: 0; } .footer-tel__text p { font-style: normal; font-weight: 600; font-size: 40px; line-height: 42px; text-transform: uppercase; color: #BCB188; } .footer-address { display: flex; flex-direction: column; justify-content: space-between; } .footer-schedule { margin-left: 25px; } .footer-schedule p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #4A4942; } .footer-address__text { margin-bottom: 16px; } .footer-address__text p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #856535; } .footer-metro { display: flex; margin-bottom: 25px; } .footer-metro p { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #4A4942; } .footer-cart { width: 608px; height: 250px; } .footer-tel { display: flex; align-items: baseline; margin-bottom: 50px; } .footer-circle { width: 26px; height: 26px; border-radius: 50%; background: #4A4942; position: relative; margin-right: 13px; } .footer-circle::after { content: ''; position: absolute; top: calc(50% - 8px); left: calc(50% - 7.8px); width: 16px; height: 16px; background: #68B568; border-radius: 50%; } .footer-metro__title { display: flex; align-items: center; margin-right: 38px; border-top: 3px solid #4A4942; padding-top: 10px; } .footer-metro__parking { border-top: 3px solid #4A4942; padding-top: 10px; } .footer-form { width: 46%; } .form input { font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; background: transparent; color: #BCB188; border: none; border-top: 2px solid #BCB188; width: 100%; padding: 33px 0; } button { padding: 22px 0; border: none; border-top: 2px solid #BCB188; border-bottom: 2px solid #BCB188; width: 100%; background: transparent; display: flex; justify-content: flex-end; } .footer-end { width: 100%; display: flex; align-items: center; justify-content: space-between; } .footer-end__company p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 30px; color: #856535; } .footer-end__rights p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 18px; line-height: 30px; text-align: right; color: rgba(188, 177, 136, 0.51); } .footer-end__line { width: 6px; background: #856535; height: 100px; position: relative; left: -76px; } .footer-end__line::before { content: ""; position: absolute; width: 6px; height: 100px; top: -100%; left: calc(50% - 3px); background: #856535; } .line-footer { width: 100%; height: 6px; background: #856535; } .algorithm__menu { color: #A9A9A9; } .algorithm__menu h1 { margin-bottom: 30px; font-style: normal; font-weight: 500; font-size: 80px; line-height: 70px; /* or 87% */ letter-spacing: 0.01em; } .algorithm__text { color: #BCB188; border-bottom: 3px solid #BCB188; padding-bottom: 5px; } .algorithm__link { margin-top: 117px; } .algorithm__link a { text-decoration: none; } .algorithm__link .order { font-size: 24px; line-height: 24px; text-transform: uppercase; color: #FFFFFF; padding: 28px 0; border-bottom: 4px solid #ffffff; border-top: 4px solid #ffffff; font-family: sans-serif; } .algorithm__link .order:hover { color: #856535; transition: 0.2s; } .line { width: 100%; height: 6px; background: #BCB188; margin-top: 140px; } .algorithm__items-text { z-index: 8; position: relative; } .algorithm__items-text .algorithm__list { display: flex; color: white; min-height: 508px; } .algorithm__items-text .algorithm__list .algorithm__list-item { display: flex; width: 100%; padding: 95px 70px 0 28px; justify-content: center; } .algorithm__items-text .algorithm__list .algorithm__list-item .slider-item { display: flex; } .algorithm__items-text .algorithm__list .algorithm__list-text { width: 100%; width: 100%; padding: 65px 0 0 96px; border-left: 6px solid #BCB188; } .algorithm__items-text .algorithm__list .algorithm__list-text p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: white !important; } .algorithm__items-text .algorithm__list .algorithm__list-text p:hover { cursor: pointer; color: #C4C4C4 !important; } .algorithm__items-text .algorithm__list .algorithm__list-text p:hover .span-text { color: white !important; } .algorithm__items-text .algorithm__list .algorithm__number .number p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 60px; line-height: 60px; text-transform: uppercase; margin: 0; } .algorithm__items-text .algorithm__list .algorithm__number .text { font-family: sans-serif; } .algorithm__items-text .algorithm__list .algorithm__number .text p { font-style: normal; font-weight: normal; font-size: 20px; line-height: 22px !important; text-transform: uppercase; margin-top: 18px; } .services-title p { font-style: normal; font-weight: 500; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; } .services-escorts__img { padding: 0 13px; margin-bottom: 27px; padding-top: 7px; } .services-escorts__line { width: 99%; background: #BCB188; transform: matrix(1, 0, 0, -1, 0, 0); height: 2px; margin: 0 auto; } .services-escorts__text { display: flex; align-items: center; justify-content: space-between; padding: 0 48px; } .services-escorts__number p { font-style: normal; font-weight: 500; font-size: 40px; line-height: 41px; text-transform: uppercase; color: rgba(188, 177, 136, 0.51); opacity: 0.3; } .services-escorts__desc { max-width: 613px; } .services-escorts__desc p { font-style: normal; font-weight: 500; font-size: 45px; line-height: 50px; text-transform: uppercase; color: #BCB188; padding-top: 34px; margin: 0; } .services-line { width: 4px; height: 393px; background: #856535; margin: 0 auto; margin-top: 98px; } .modal-title { max-width: 1480px; margin: 0 auto; padding: 28px 110px; background: #393635; padding-bottom: 100px; margin-top: 100px; } .modal-btn { margin-bottom: 28px; display: flex; justify-content: flex-end; } .modal-items .services-escorts__desc p { padding-top: 0; } .modal-item { display: flex; align-items: center; justify-content: space-between; } .modal-item__button-submit { font-family: sans-serif; font-style: normal; font-weight: 600; font-size: 24px; line-height: 25px; text-transform: uppercase; color: #FFFFFF; border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; } .modal-img { display: flex; align-items: center; } .modal-img img { margin-right: 50px; } .modal-line { width: 100%; height: 2px; background: #BCB188; transform: matrix(1, 0, 0, -1, 0, 0); margin-top: 46px; margin-bottom: 46px; } .text-modal { display: flex; justify-content: space-between; } .text-modal__item { max-width: 600px; } .text-modal__item p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: #FFFFFF; } .modal-price p { font-family: sans-serif; font-style: normal; font-weight: 500; font-size: 45px; line-height: 50px; text-align: right; text-transform: uppercase; color: #BCB188; margin: 0; } .modal-item__text p { font-family: sans-serif; font-style: normal; font-weight: normal; font-size: 20px; line-height: 30px; color: #FFFFFF; max-width: 600px; } .modal-line__number p { font-family: sans-serif; font-style: normal; font-weight: 500; font-size: 40px; line-height: 41px; text-transform: uppercase; color: rgba(188, 177, 136, 0.86); opacity: 0.3; } .modal-line__text { margin-bottom: 50px; } .modal-line__text p { font-family: sans-serif; font-style: normal; font-weight: 600; font-size: 30px; line-height: 32px; text-transform: uppercase; color: #BCB188; } .cube { padding-top: 158px; min-height: 100vh; } .cube-text p { font-style: normal; font-weight: 600; font-size: 80px; line-height: 84px; text-align: center; text-transform: uppercase; color: #BCB188; margin-top: 0; margin-bottom: 9px; } .cube-items { background: url("../img/cube.png") top 58px center no-repeat; min-height: 765px; padding: 0 18px; display: flex; justify-content: space-between; } .cube-legal { width: 71px; height: 71px; background: #BBB187; display: flex; align-items: center; justify-content: center; margin-bottom: 37px; } .cube-item__legal { display: flex; } .cube-item__legal a { text-decoration: none; font-style: normal; font-family: sans-serif; font-weight: normal; font-size: 12px; line-height: 30px; transform: rotate(-30deg); color: rgba(187, 177, 135, 0.31); } .cube-text__button { transform: rotate(-30deg); width: 246px; border-bottom: 1px solid #A9A9A9; height: 30px; position: relative; left: 20px; top: -57px; } .cube-item__text p { font-style: normal; font-weight: 500; font-size: 30px; line-height: 38px; text-transform: uppercase; color: #BCB188; max-width: 217px; margin: 0; } .cube-left { display: flex; flex-direction: column; justify-content: flex-end; min-height: 765px; } .bottom { margin-bottom: 103px; } .text-right { display: flex; justify-content: flex-end; } .text-right p { text-align: right; } .button-right { left: -37px !important; top: 77px !important; } .cube-item__legal:hover .cube-legal img { display: none; transition: 0.5s; } .cube-item__legal:hover .cube-legal { background: transparent; } .cube-item__legal:hover .cube-wrapper { display: block; transition: 0.5s; } .cube-menu__active { display: block; } .cube-wrapper { position: relative; width: 100%; height: 100%; display: none; transition: 0.5s; } .cube-wrapper__item { position: absolute; width: 72px; height: 72px; top: calc(50% - 74px); left: calc(50% - 3px); transform-style: preserve-3d; transition: 0.5s; } .cube-wrapper__item div { position: absolute; width: 100%; height: 100%; left: 0; top: 0; transform-style: preserve-3d; transform: rotateX(-26deg) rotateY(40deg) translate3d(-54px, 12px, 36px); transition: 0.5s; } .side { width: 100%; height: 100%; top: 0; left: 0; display: block; background: #856535; position: absolute; } .side1 { transform: rotateX(0deg) translate3d(0, 0, 36px); background: #2E2D28; } .side2 { background: #BBB187; transform: rotateY(90deg) translate3d(0, 0, -36px); display: flex; align-items: center; justify-content: center; } .side3 { transform: rotateX(90deg) translate3d(0, 0, 36px); background: #836332; } .side-line { width: 3.17px; height: 26.25px; background: #1C1C1C; transform: rotate(90deg); } .cubes { margin-top: 171px; position: relative; z-index: 2; margin-bottom: 100px; } .cubes__text { font-size: 60px; line-height: 70px; margin-bottom: 106px; text-align: center; color: #BCB188; } .cubes__block { display: flex; flex-wrap: wrap; width: 100%; } .block-cubes__seven { margin-left: calc(100% / 3); } .block-cubes__three { background: #2E2D28 !important; } .block-cubes__seven { background: #2E2D28 !important; } .cubes__block p { font-size: 24px; line-height: 40px; text-transform: uppercase; color: #BCB188; width: 358px; } .cubes__block .block-cubes__two p { color: #856535 !important; } .cubes__block .block-cubes__four p { color: #856535 !important; } .cubes__block .block-cubes__five p { color: #856535 !important; } .color { font-family: sans-serif; min-height: 216px; background: #2E2D28; width: calc(100% / 6); position: relative; } .color p { position: absolute; bottom: -65px; left: 20px; z-index: 4; } .block-cubes__ten { background: transparent !important; } .margin-left { margin-left: calc(100% / 6); } .block-cubes__eight { position: relative; } .block-cubes__eight::before { position: absolute; content: ""; top: 0; left: 423px; width: 211px; min-height: 216px; background: #2E2D28; } .line-algorithm { margin-top: 235px; margin-bottom: 246px; } .line-items { margin: 0 auto; display: flex; justify-content: center; } .line-item { width: 4px; height: 217.62px; background: #856535; transform: matrix(-0.5, -0.87, -0.87, 0.5, 0, 0); } .line-two { margin-bottom: 222px; } .line-two__items { margin: 0 auto; display: flex; justify-content: center; } .line-two__item { width: 4px; height: 217.62px; background: #856535; transform: rotate(-60deg); } @media screen and (max-width: 1016px) { .algorithm .algorithm__number .text p { font-size: 18px !important; line-height: 22px !important; } .algorithm .algorithm__number .number p { font-size: 47px !important; } .algorithm .algorithm__list-item { padding: 98px 50px 0 28px !important; } .algorithm .algorithm__list-text { padding: 86px 0 0 80px !important; } } @media screen and (max-width: 965px) { .menu li { margin-right: 15px !important; font-size: 18px !important; margin-bottom: 10px; } .logo-tel p { font-size: 18px !important; margin-top: 0; padding-bottom: 8px; margin-bottom: 0; } } @media screen and (max-width: 912px) { .algorithm .algorithm__list { display: flex; flex-direction: column; align-items: center; } .algorithm .algorithm__list-item { padding: 0 0 0 0 !important; width: 100% !important; } .algorithm .algorithm__list-text { padding: 50px 0 0 0 !important; width: 100% !important; border-left: none !important; } .algorithm .algorithm__list-text p { text-align: center !important; } .algorithm__number { width: 33%; text-align: center; margin-top: 50px; } .algorithm__number .number p { font-size: 60px !important; } } @media screen and (max-width: 767px) { .menu-btn { display: block; margin-left: 20px; cursor: pointer; } .logo-text { display: none; transition: 0.7s; } .logo-tel { display: none; } .logo-img { justify-content: space-between; } .nav-menu__active { display: block; transition: 0.7s; margin-top: 20px; } .menu-text { display: block; transition: 0.7s; } .logo { display: block; } } @media screen and (max-width: 600px) { .term .term__link { text-align: center; } .term .order { font-size: 20px !important; padding: 20px 0 !important; } .term h1 { text-align: center; font-size: 30px; line-height: 54px; } .algorithm .algorithm__number .text p { font-size: 16px !important; line-height: 22px !important; margin-top: 0 !important; text-transform: none !important; } .algorithm .algorithm__number .number p { font-size: 40px !important; } } @media screen and (max-width: 400px) { .algorithm__menu h1 { font-size: 34px !important; line-height: 45px !important; } } /*# sourceMappingURL=maps/main.css.map */
0.713032
0.112308
html { background: #557585; } .login { margin: 20% auto; width: 434px; padding: 10px; border-radius: 10px; border: 7px solid rgba(255,255,255,0.4); } .login h1 { margin: -10px -10px 0 -10px; line-height: 50px; font-size: 24px; font-weight: bold; text-align: center; text-shadow: 0 1px white; background: #e6e6e6; border-bottom: 1px solid #cfcfcf; border-top-left-radius: 3px; border-top-right-radius: 3px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; } .login form { padding: 15px 10px 10px 10px; margin: 0 -10px -10px -10px; border-bottom-right-radius:3px; border-bottom-left-radius: 3px; background-color: #f9f9f9; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; } input[type="text"], input[type="email"], input[type="password"] { font-size: 16px; color: #222; display:block; margin-top: 5px; border: 1px solid #bbb; height: 35px; border-radius:3px; padding-left: 2.25em; max-width: 100%; width: 100%; transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; } input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover { background-color: #d1e6ec; border: 1px solid #888 } input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus { background-color: #d1e6ec; border: 1px solid black; } span[class="icon is-left"] { color: #999 !important; } button { display: inline; border: 1px solid #888; font-size: 14px; line-height: 35px; padding: 0px 20px 0px 20px; color: black; border-radius: 3px; background: #f0f0f0; /* Old browsers */ background: -moz-linear-gradient(top, #f0f0f0 0%, #e7e7e7 47%, #dfdfdf 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(47%,#e7e7e7), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* IE10+ */ background: linear-gradient(to bottom, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ } button:hover { background: #d1e6ec; background: #bde2ec; /* Old browsers */ background: -moz-linear-gradient(top, #dee9ec 0%, #bde2ec 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee9ec), color-stop(100%,#bde2ec)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* IE10+ */ background: linear-gradient(to bottom, #dee9ec 0%,#bde2ec 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9ec', endColorstr='#bde2ec',GradientType=0 ); /* IE6-9 */ border: 1px solid #555; color: black; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; } .is-justified-left-and-right { display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; } .cards { perspective: 800px; -webkit-perspective: 800px; } #card { width: 100%; height: 100%; position: absolute; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transition: transform 1s; -webkit-transition: transform 1s; } #card figure { margin: 0; display: block; position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; } #card .front { transform: rotateY( 0deg ); -webkit-transform: rotateY( 0deg ); } #card .back { transform: rotateY( 180deg ); -webkit-transform: rotateY( 180deg ); } #card.flipped { transform: rotateY( 180deg ); -webkit-transform: rotateY( 180deg ); }
html5/templates/login/site.css
html { background: #557585; } .login { margin: 20% auto; width: 434px; padding: 10px; border-radius: 10px; border: 7px solid rgba(255,255,255,0.4); } .login h1 { margin: -10px -10px 0 -10px; line-height: 50px; font-size: 24px; font-weight: bold; text-align: center; text-shadow: 0 1px white; background: #e6e6e6; border-bottom: 1px solid #cfcfcf; border-top-left-radius: 3px; border-top-right-radius: 3px; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.05) inset; } .login form { padding: 15px 10px 10px 10px; margin: 0 -10px -10px -10px; border-bottom-right-radius:3px; border-bottom-left-radius: 3px; background-color: #f9f9f9; -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.15) inset; } input[type="text"], input[type="email"], input[type="password"] { font-size: 16px; color: #222; display:block; margin-top: 5px; border: 1px solid #bbb; height: 35px; border-radius:3px; padding-left: 2.25em; max-width: 100%; width: 100%; transition: all 0.8s ease; -moz-transition: all 0.8s ease; -webkit-transition: all 0.8s ease; -o-transition: all 0.8s ease; -ms-transition: all 0.8s ease; } input[type="text"]:hover, input[type="email"]:hover, input[type="password"]:hover { background-color: #d1e6ec; border: 1px solid #888 } input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus { background-color: #d1e6ec; border: 1px solid black; } span[class="icon is-left"] { color: #999 !important; } button { display: inline; border: 1px solid #888; font-size: 14px; line-height: 35px; padding: 0px 20px 0px 20px; color: black; border-radius: 3px; background: #f0f0f0; /* Old browsers */ background: -moz-linear-gradient(top, #f0f0f0 0%, #e7e7e7 47%, #dfdfdf 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(47%,#e7e7e7), color-stop(100%,#dfdfdf)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* IE10+ */ background: linear-gradient(to bottom, #f0f0f0 0%,#e7e7e7 47%,#dfdfdf 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dfdfdf',GradientType=0 ); /* IE6-9 */ } button:hover { background: #d1e6ec; background: #bde2ec; /* Old browsers */ background: -moz-linear-gradient(top, #dee9ec 0%, #bde2ec 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee9ec), color-stop(100%,#bde2ec)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #dee9ec 0%,#bde2ec 100%); /* IE10+ */ background: linear-gradient(to bottom, #dee9ec 0%,#bde2ec 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee9ec', endColorstr='#bde2ec',GradientType=0 ); /* IE6-9 */ border: 1px solid #555; color: black; transition: all 0.2s ease; -moz-transition: all 0.2s ease; -webkit-transition: all 0.2s ease; -o-transition: all 0.2s ease; -ms-transition: all 0.2s ease; } .is-justified-left-and-right { display: flex; align-items: center; justify-content: space-between; margin-top: 1.5rem; } .cards { perspective: 800px; -webkit-perspective: 800px; } #card { width: 100%; height: 100%; position: absolute; transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transition: transform 1s; -webkit-transition: transform 1s; } #card figure { margin: 0; display: block; position: absolute; width: 100%; height: 100%; backface-visibility: hidden; -webkit-backface-visibility: hidden; } #card .front { transform: rotateY( 0deg ); -webkit-transform: rotateY( 0deg ); } #card .back { transform: rotateY( 180deg ); -webkit-transform: rotateY( 180deg ); } #card.flipped { transform: rotateY( 180deg ); -webkit-transform: rotateY( 180deg ); }
0.386763
0.128963
.menu, .menuActive { width: 36px; height: 36px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; } .menuSvg { width: 64px; height: 48px; top: -6px; left: -14px; stroke: #fff; stroke-width: 4px; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; position: absolute; } .menuSvg path { -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); -webkit-transform: translateZ(0); transform: translateZ(0); } .menuSvg path:nth-child(2) { --duration: 0.7s; --easing: ease-in; --offset: 100px; --array-2: 74px; } .menuSvg path:nth-child(3) { --offset: 133px; --array-2: 107px; } .menuActive .menuSvg path { --offset: 57px; } .menuActive .menuSvg path:nth-child(1), .menuActive .menuSvg path:nth-child(3) { --delay: 0.15s; --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1); } .menuActive .menuSvg path:nth-child(2) { --duration: 0.4s; --offset: 2px; --array-1: 1px; } .menuActive .menuSvg path:nth-child(3) { --offset: 58px; } .menuWrapper { position: sticky; z-index: 4; top: 50px; left: 0; } .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { background-color: #fff; height: calc(100vh - 50px); transform: translateX(-300%); position: absolute; top: 50px; width: 100vw; transition: transform 0.3s ease-in-out; } .menuBgLayerActive, .menuBgLayer { color: #fff; background-color: #000; position: absolute; z-index: 3; } .menuWhiteLayer, .menuBgLayerActive { transition-delay: 0.1s; } .menuWhiteLayerActive, .menuBgLayerActive { transform: translateX(-90%); } .rightSide { padding-left: 20px; } .menuNavList { padding-top: 20px; width: 100%; } /* .menuPageLink, .menuSocialsLinkActive { cursor: pointer; font-size: 38px; transform: translateX(-100%); transition: all 0.2s ease-in-out; transition-delay: 0.5s; opacity: 0; position: relative; display: block; } .menuSocialsLinkActive { transform: translateX(0%); opacity: 1; } */ .menuPageLink, .menuSocialsLinkActive { cursor: pointer; font-size: 38px; transform: translateX(-100%); /* transition: all 0.2s ease-in-out; */ opacity: 0; position: relative; display: block; } @keyframes slideIn { 0% { transform: translateX(-82%); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } .menuSocialsLinkActive { transform: translateX(0%); opacity: 0; animation-name: slideIn; animation-duration: 0.7s; animation-timing-function: forwards; transition: all 0.3s; width: 200px; } .menuSocialsLinkActive:hover { transform: translateX(3%); color: tomato; } .menuSocials { margin-top: 70px; } .menuSocialsTitle { padding: 10px 0; } .menuSocialsList { display: flex; width: 200px; justify-content: space-between; } .leftSide { display: none; } .menuSocialsLink { width: 36px; height: 36px; background-color: #fff; border-radius: 50%; position: relative; overflow: hidden; cursor: pointer; } .menuSocialsCircle { width: 36px; height: 36px; border-radius: 50%; display: block; position: relative; z-index: 2; } .menuSocialsLink, .menuSocialsLink:before { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .menuSocialsLink, .menuSocialsLink:before { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .menuSocialsLink::after { position: absolute; content: ""; width: 18px; height: 18px; background-image: url(../../assets/icons/socials/facebook.svg); top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.2s; } .menuSocialsLink:nth-child(1)::after { background-image: url(../../assets/icons/socials/twitter.svg); } .menuSocialsLink:nth-child(3)::after { background-image: url(../../assets/icons/socials/instagram.svg); } .menuSocialsLink:before { top: 90%; left: -110%; } .menuSocialsLink:focus:before, .menuSocialsLink:hover:before { top: -10%; left: -10%; } .menuSocialsLink:before { content: ""; width: 120%; height: 120%; position: absolute; transform: rotate(45deg); } .menuSocialsLink:before { background-color: #3b5998; } .menuSocialsLink:nth-child(1)::before { background-color: #3cf; } .menuSocialsLink:nth-child(3)::before { background: linear-gradient(#4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75); } .menuSocialsLink:focus, .menuSocialsLink:hover { transform: scale(1.26); } .menuSocialsLink:focus::after, .menuSocialsLink:hover::after { background-image: url(../../assets/icons/socials/facebookWh.svg); } .menuSocialsLink:nth-child(1):focus::after, .menuSocialsLink:nth-child(1):hover::after { background-image: url(../../assets/icons/socials/twitterWh.svg); } .menuSocialsLink:nth-child(3):focus::after, .menuSocialsLink:nth-child(3):hover::after { background-image: url(../../assets/icons/socials/instagramWh.svg); } @media (min-width: 768px) { .menuWrapper { top: 80px; height: 100vh; } .menuBgLayerActive, .menuBgLayer { display: flex; } .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { top: 80px; } .menuBgLayerActive::before { width: 1px; height: 110vh; content: ""; position: absolute; bottom: 0px; left: 34%; background-color: rgba(255, 255, 255, 0.4); } .menuBgLayerActive::after { width: 100vw; height: 1px; content: ""; position: absolute; top: 290px; background-color: rgba(255, 255, 255, 0.4); } .rightSide { width: 33%; padding-left: 30px; margin-top: 64px; } .rightSide::before { width: 34%; height: 1px; content: ""; position: absolute; top: 80px; background-color: rgba(255, 255, 255, 0.4); left: 0; } .menuPageLink, .menuSocialsLinkActive { font-size: 32px; line-height: 45px; margin-top: 14px; } .menuSocialsTitle { font-size: 24px; padding-bottom: 28px; } .leftSide { display: inline-block; width: 66%; margin-top: 40px; padding-left: 14%; position: relative; } .leftSide::after { content: ""; width: 400px; height: 400px; border-radius: 50%; background-color: rgba(48, 48, 48, 0.4); position: absolute; top: 252px; left: 1.6%; z-index: -1; } .someText { max-width: 410px; width: 80%; font-size: 22px; } .menuContacts { margin-top: 160px; font-size: 24px; display: flex; flex-direction: column; } .menuContactsLink { line-height: 50px; } } @media (min-width: 1200px) { .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { height: calc(100vh - 80px); } .menuBgLayerActive::before { height: calc(100vh + 20px); bottom: 0px; left: 34%; } .menuBgLayerActive::after { top: 310px; } .rightSide { width: 33%; padding-left: 10%; margin-top: 70px; } .rightSide::before { top: 90px; background-color: rgba(255, 255, 255, 0.4); left: 0; } .menuPageLink, .menuSocialsLinkActive { margin-top: 20px; } .menuSocials { margin-top: 56px; } .menuSocialsTitle { font-size: 30px; padding-bottom: 28px; } .menuSocialsList { display: flex; width: 230px; } .menuSocialsLink { width: 44px; height: 44px; } .menuSocialsCircle { width: 44px; height: 44px; } .leftSide { margin-top: 48px; padding-left: 12%; } .leftSide::after { width: 420px; height: 420px; top: 264px; } .someText { max-width: 508px; } .menuContacts { font-size: 28px; margin-top: 220px; } }
src/components/extendedMenu/extendedMenu.module.css
.menu, .menuActive { width: 36px; height: 36px; padding: 0; margin: 0; outline: none; position: relative; border: none; background: none; cursor: pointer; -webkit-appearence: none; -webkit-tap-highlight-color: transparent; } .menuSvg { width: 64px; height: 48px; top: -6px; left: -14px; stroke: #fff; stroke-width: 4px; stroke-linecap: round; stroke-linejoin: round; fill: none; display: block; position: absolute; } .menuSvg path { -webkit-transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s); stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px); stroke-dashoffset: var(--offset, 126px); -webkit-transform: translateZ(0); transform: translateZ(0); } .menuSvg path:nth-child(2) { --duration: 0.7s; --easing: ease-in; --offset: 100px; --array-2: 74px; } .menuSvg path:nth-child(3) { --offset: 133px; --array-2: 107px; } .menuActive .menuSvg path { --offset: 57px; } .menuActive .menuSvg path:nth-child(1), .menuActive .menuSvg path:nth-child(3) { --delay: 0.15s; --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1); } .menuActive .menuSvg path:nth-child(2) { --duration: 0.4s; --offset: 2px; --array-1: 1px; } .menuActive .menuSvg path:nth-child(3) { --offset: 58px; } .menuWrapper { position: sticky; z-index: 4; top: 50px; left: 0; } .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { background-color: #fff; height: calc(100vh - 50px); transform: translateX(-300%); position: absolute; top: 50px; width: 100vw; transition: transform 0.3s ease-in-out; } .menuBgLayerActive, .menuBgLayer { color: #fff; background-color: #000; position: absolute; z-index: 3; } .menuWhiteLayer, .menuBgLayerActive { transition-delay: 0.1s; } .menuWhiteLayerActive, .menuBgLayerActive { transform: translateX(-90%); } .rightSide { padding-left: 20px; } .menuNavList { padding-top: 20px; width: 100%; } /* .menuPageLink, .menuSocialsLinkActive { cursor: pointer; font-size: 38px; transform: translateX(-100%); transition: all 0.2s ease-in-out; transition-delay: 0.5s; opacity: 0; position: relative; display: block; } .menuSocialsLinkActive { transform: translateX(0%); opacity: 1; } */ .menuPageLink, .menuSocialsLinkActive { cursor: pointer; font-size: 38px; transform: translateX(-100%); /* transition: all 0.2s ease-in-out; */ opacity: 0; position: relative; display: block; } @keyframes slideIn { 0% { transform: translateX(-82%); opacity: 0; } 100% { transform: translateX(0); opacity: 1; } } .menuSocialsLinkActive { transform: translateX(0%); opacity: 0; animation-name: slideIn; animation-duration: 0.7s; animation-timing-function: forwards; transition: all 0.3s; width: 200px; } .menuSocialsLinkActive:hover { transform: translateX(3%); color: tomato; } .menuSocials { margin-top: 70px; } .menuSocialsTitle { padding: 10px 0; } .menuSocialsList { display: flex; width: 200px; justify-content: space-between; } .leftSide { display: none; } .menuSocialsLink { width: 36px; height: 36px; background-color: #fff; border-radius: 50%; position: relative; overflow: hidden; cursor: pointer; } .menuSocialsCircle { width: 36px; height: 36px; border-radius: 50%; display: block; position: relative; z-index: 2; } .menuSocialsLink, .menuSocialsLink:before { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .menuSocialsLink, .menuSocialsLink:before { transition: all 0.35s; transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59); } .menuSocialsLink::after { position: absolute; content: ""; width: 18px; height: 18px; background-image: url(../../assets/icons/socials/facebook.svg); top: 50%; left: 50%; transform: translate(-50%, -50%); transition: all 0.2s; } .menuSocialsLink:nth-child(1)::after { background-image: url(../../assets/icons/socials/twitter.svg); } .menuSocialsLink:nth-child(3)::after { background-image: url(../../assets/icons/socials/instagram.svg); } .menuSocialsLink:before { top: 90%; left: -110%; } .menuSocialsLink:focus:before, .menuSocialsLink:hover:before { top: -10%; left: -10%; } .menuSocialsLink:before { content: ""; width: 120%; height: 120%; position: absolute; transform: rotate(45deg); } .menuSocialsLink:before { background-color: #3b5998; } .menuSocialsLink:nth-child(1)::before { background-color: #3cf; } .menuSocialsLink:nth-child(3)::before { background: linear-gradient(#4f5bd5, #962fbf, #d62976, #fa7e1e, #feda75); } .menuSocialsLink:focus, .menuSocialsLink:hover { transform: scale(1.26); } .menuSocialsLink:focus::after, .menuSocialsLink:hover::after { background-image: url(../../assets/icons/socials/facebookWh.svg); } .menuSocialsLink:nth-child(1):focus::after, .menuSocialsLink:nth-child(1):hover::after { background-image: url(../../assets/icons/socials/twitterWh.svg); } .menuSocialsLink:nth-child(3):focus::after, .menuSocialsLink:nth-child(3):hover::after { background-image: url(../../assets/icons/socials/instagramWh.svg); } @media (min-width: 768px) { .menuWrapper { top: 80px; height: 100vh; } .menuBgLayerActive, .menuBgLayer { display: flex; } .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { top: 80px; } .menuBgLayerActive::before { width: 1px; height: 110vh; content: ""; position: absolute; bottom: 0px; left: 34%; background-color: rgba(255, 255, 255, 0.4); } .menuBgLayerActive::after { width: 100vw; height: 1px; content: ""; position: absolute; top: 290px; background-color: rgba(255, 255, 255, 0.4); } .rightSide { width: 33%; padding-left: 30px; margin-top: 64px; } .rightSide::before { width: 34%; height: 1px; content: ""; position: absolute; top: 80px; background-color: rgba(255, 255, 255, 0.4); left: 0; } .menuPageLink, .menuSocialsLinkActive { font-size: 32px; line-height: 45px; margin-top: 14px; } .menuSocialsTitle { font-size: 24px; padding-bottom: 28px; } .leftSide { display: inline-block; width: 66%; margin-top: 40px; padding-left: 14%; position: relative; } .leftSide::after { content: ""; width: 400px; height: 400px; border-radius: 50%; background-color: rgba(48, 48, 48, 0.4); position: absolute; top: 252px; left: 1.6%; z-index: -1; } .someText { max-width: 410px; width: 80%; font-size: 22px; } .menuContacts { margin-top: 160px; font-size: 24px; display: flex; flex-direction: column; } .menuContactsLink { line-height: 50px; } } @media (min-width: 1200px) { .menuWhiteLayer, .menuWhiteLayerActive, .menuBgLayerActive, .menuBgLayer { height: calc(100vh - 80px); } .menuBgLayerActive::before { height: calc(100vh + 20px); bottom: 0px; left: 34%; } .menuBgLayerActive::after { top: 310px; } .rightSide { width: 33%; padding-left: 10%; margin-top: 70px; } .rightSide::before { top: 90px; background-color: rgba(255, 255, 255, 0.4); left: 0; } .menuPageLink, .menuSocialsLinkActive { margin-top: 20px; } .menuSocials { margin-top: 56px; } .menuSocialsTitle { font-size: 30px; padding-bottom: 28px; } .menuSocialsList { display: flex; width: 230px; } .menuSocialsLink { width: 44px; height: 44px; } .menuSocialsCircle { width: 44px; height: 44px; } .leftSide { margin-top: 48px; padding-left: 12%; } .leftSide::after { width: 420px; height: 420px; top: 264px; } .someText { max-width: 508px; } .menuContacts { font-size: 28px; margin-top: 220px; } }
0.343342
0.047206
.indent { padding-left: 20px; } .react-dropdown { position: relative; display: inline-block; width: 100%; box-sizing: border-box; border: 1px solid #3e3e40; cursor: pointer; } .react-dropdown .results-container { display: none; background: #FFFFFF; font-weight: bold; color: #000000; height: 300px; display: none; position: absolute; z-index: 1; overflow-y: scroll; overflow-x: auto; resize: vertical; width: 100%; box-shadow: 0 0 4px 1px black; } .react-dropdown .results-container.show { display: block; } .react-dropdown .results-container .dropdown-heading { background: #FFFFFF; color: #787a81; padding: 7px 5px; cursor: default; } .react-dropdown .dropdown-item { font-weight: lighter; cursor: pointer; padding: 8px; } .react-dropdown .dropdown-item.selected { background-color: #009BE7; } .react-dropdown .search-box { width: 100%; color: #000000; display: flex; align-items: center; } .react-dropdown .search-box .result-div { display: none; z-index: 1; position: absolute; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; } .react-dropdown .search-box .result-div.show { display: block; } .react-dropdown .search-box .input-box { display: none; position: absolute; width: 100%; background: transparent; color: #000000; font-size: inherit; border: none; padding: 0 25px 0 10px; overflow: hidden; text-overflow: ellipsis; } .react-dropdown .search-box .input-box.show { display: block; } .react-dropdown .search-box .input-box:focus { outline: none; } .react-dropdown .dropdown-icon { margin-left: auto; padding-right: 10px; color: #787a81; } .react-dropdown .dropdown-icon:focus { outline: none; } .react-dropdown .dropdown-icon .arrows { display: flex; } .react-dropdown .dropdown-icon .arrows i { border: solid grey; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; margin-bottom: 5px; } .react-dropdown .dropdown-icon .arrows i.arrow-down2 { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
dist/index.es.css
.indent { padding-left: 20px; } .react-dropdown { position: relative; display: inline-block; width: 100%; box-sizing: border-box; border: 1px solid #3e3e40; cursor: pointer; } .react-dropdown .results-container { display: none; background: #FFFFFF; font-weight: bold; color: #000000; height: 300px; display: none; position: absolute; z-index: 1; overflow-y: scroll; overflow-x: auto; resize: vertical; width: 100%; box-shadow: 0 0 4px 1px black; } .react-dropdown .results-container.show { display: block; } .react-dropdown .results-container .dropdown-heading { background: #FFFFFF; color: #787a81; padding: 7px 5px; cursor: default; } .react-dropdown .dropdown-item { font-weight: lighter; cursor: pointer; padding: 8px; } .react-dropdown .dropdown-item.selected { background-color: #009BE7; } .react-dropdown .search-box { width: 100%; color: #000000; display: flex; align-items: center; } .react-dropdown .search-box .result-div { display: none; z-index: 1; position: absolute; padding: 0 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; } .react-dropdown .search-box .result-div.show { display: block; } .react-dropdown .search-box .input-box { display: none; position: absolute; width: 100%; background: transparent; color: #000000; font-size: inherit; border: none; padding: 0 25px 0 10px; overflow: hidden; text-overflow: ellipsis; } .react-dropdown .search-box .input-box.show { display: block; } .react-dropdown .search-box .input-box:focus { outline: none; } .react-dropdown .dropdown-icon { margin-left: auto; padding-right: 10px; color: #787a81; } .react-dropdown .dropdown-icon:focus { outline: none; } .react-dropdown .dropdown-icon .arrows { display: flex; } .react-dropdown .dropdown-icon .arrows i { border: solid grey; border-width: 0 2px 2px 0; display: inline-block; padding: 4px; margin-bottom: 5px; } .react-dropdown .dropdown-icon .arrows i.arrow-down2 { transform: rotate(45deg); -webkit-transform: rotate(45deg); }
0.481698
0.066995
* { box-sizing: border-box; margin: auto; } /*Header*/ .head1 { display: flex; justify-content: space-between; /*horizontal adjustment*/ background-color: whitesmoke; } #brand { padding: 5px; width: 40%; overflow: hidden; margin: 0; } .edyst { width: 50px; height: 25px; } #menu { width: 60%; display: flex; justify-content: space-around; align-items: center; /* vertical adjustment*/ } a { text-decoration: none; color: black; font-size: 10px; font-weight: 500; padding-left: 5px; } .dropbtn { background-color: whitesmoke; color: black; padding: 16px; font-size: 10px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.7); z-index: 1; } .dropdown-content a { color: black; padding: 10px 12px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: rgba(65, 53, 177, 0.671); color: #fff; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #4f3e8e; color: #fff; } .b1 { background-color: rgb(255, 81, 0); padding: 1px 15px 1px 15px; font-size: 10px; border: none; color: whitesmoke; font-weight: 600; } /* Home Page-------------------------*/ .container { background-image: url("https://imgur.com/ksqOx5F"); background-size: cover; display: flex; flex-direction: row; flex-wrap: wrap; } .centered { padding: 20px 80px 20px 40px; } .overlay { background: rgba(0, 0, 0, 0.7); /* Transparent color(a=0->1)*/ color: #000000b3; width: 100%; opacity: 1; color: white; padding: 20px; } .apply_button { background-color: #4992ca; color: #fff; border: none; padding: 5px 35px 5px 35px; margin: 0; } .schedule { background-color: #ffffff00; color: #fff; height: 50px; margin-top: 12px; padding: 0px 10px 0px 10px; } .learnmore { display: block; border-radius: 15px; padding: 8px; margin-top: 12px; margin-left: 0; } .learnmore::after { border: none; } .main_heading { font-size: 90px; color: white; } .main_content { color: white; overflow: hidden; } .apply_button { display: block; margin-top: 12px; } /* ----------Pocket section---------------*/ body { font-size: 16px; font-family: Avenir-Next, Roboto, sans-serif; background-color: #7f8c8d; } .pocket { padding: 30px 80px 30px 80px; margin: auto; font-family: Avenir-Next, Roboto, sans-serif; background-color: #4992ca; display: flex; flex-direction: column; flex-wrap: wrap; color: whitesmoke; width: 100%; } .pocket1 { display: flex; flex-direction: column; justify-items: center; flex-wrap: wrap; } .pocket2 { padding: 50px; margin-top: 25px; display: flex; flex-direction: row; justify-content: center; } .pmh2 { font-size: 45px; text-align: center; } .pmh4 { font-size: 30px; margin-bottom: 20px; justify-content: center; } .pocket3 { text-align: center; padding: 10px; } /*---------------------------------------------*/ /*---Statics-------------------------------------------*/ .st { font-family: Avenir-Next, Roboto, sans-serif; background-color: white; padding: 45px 90px; } .statistics { padding: 10px; display: flex; justify-content: center; font-family: Avenir-Next, Roboto, sans-serif; } .stat-content { padding: 10px; text-align: center; } /*----------------------------------------------*/ .poy { padding: 45px 90px; background-color: white; font-weight: 100; } .profile { border-radius: 50%; } /*----------------Q & A------------------------------------*/ .qa { background-color: #4992ca; color: white; padding: 45px 90px; } .qa-content { padding: 20px; } /*-----------Battles--------------------------------------------*/ .table2 { background-color: white; } .td2, .th2 { text-align: center; padding: 12px; border: 1px solid #dddddd; } .table2 { border-collapse: collapse; } .td2 { color: #8a8a8a; } .battles { padding: 45px 90px; display: flex; flex-direction: row; flex-wrap: wrap; background-color: #fff; } .head, .foot1 { flex: 1 100%; padding: 20px; } .main { flex: 1 33%; color: #8a8a8a; margin: 0; padding: 10px; } .side { flex: 2 66%; } .book { color: #4992ca; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 16px; } .buy_button { background-color: #4992ca; color: #fff; border: none; padding: 3px 70px 3px 70px; font-size: 16px; } .booking { text-align: center; padding: 20px 0px 40px 0px; } .knowmore { background-color: #424242; color: #fff; text-align: center; padding-top: 30px; padding-bottom: 80px; } .clickhere { margin-top: 10px; background-color: #424242; color: white; padding: 5px 50px 5px 50px; } /*-------card-------------------------------------------------*/ .pokemon_card { padding: 45px 90px; background-color: white; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; } .card { text-align: center; width: 200px; border: 1px solid rgba(0, 0, 0, 0.125); margin-left: 30px; line-height: 24px; margin-top: 10px; } .card-header { margin-bottom: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-top: 16px solid #4992ca; background-color: rgba(0, 0, 0, 0.03); color: #7f8c8d; } .card-sub-heading { color: #7f8c8d; line-height: 1.2; } .card-body { padding: 10px; } .card-text { color: black; } /*---TRainer table-----------------------------------------*/ .trainer { background-color: #4992ca; color: #fff; padding-left: 10%; padding-right: 10%; padding-top: 20px; padding-bottom: 30px; font-weight: 100; } .trainer-profile { border-radius: 50%; background-color: #4992ca; } .t-details { text-align: center; } /*h4,h6 --> inline styling ---------------------------------------------------------------*/ /*-- Genration cards--------------------*/ .gen-cards { padding: 45px 90px; background-color: #fff; } .cards_container2 { padding: 20px; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .card2 { width: 478px; border: 1px solid rgba(0, 0, 0, 0.125); margin: 8px; line-height: 24px; } .card-sub-heading2 { font-weight: 700; height: 45px; color: #3c3333; text-align: left; font-size: 2rem; line-height: 1.2; } .card-body2 { padding: 10px; } .card-header2 { margin-bottom: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-top: 16px solid #4992ca; background-color: rgba(0, 0, 0, 0.03); } /*-----------------------------------------------*/ .input-section { background-color: #424242; color: #fff; padding-top: 10px; padding-bottom: 80px; } .email-input { margin-top: 10px; border: none; padding: 6px 60px 6px 3px; } .submit-button { background-color: #424242; padding: 5px 50px; color: #fff; border: 1px solid #fff; } .input2 { text-align: center; } /*-------Games Section----------------------------------------*/ .game-section { padding: 45px 90px; background-color: #fff; } .games { margin-top: 25px; display: flex; flex-direction: row; justify-content: center; padding-bottom: 10px; } .more-games { background-color: #4992ca; color: #fff; padding: 8px 50px 8px 50px; border: none; } .more { text-align: center; } /*-------Designer Section----------------------------------------*/ .designer { background-color: #4992ca; color: #fff; font-weight: 50; } .design-heads { display: flex; flex-direction: row; font-size: 12px; padding: 20px 50px 80px 50px; justify-content: space-between; } .design-profile { border-radius: 50%; } .designer-details { text-align: center; } .designer-name { font-size: 20px; } /*-------Logo Section----------------------------------------*/ .logo-section { background-color: #fff; text-align: center; padding-top: 20px; padding-bottom: 80px; } .logos-1 { padding-top: 10px; display: flex; flex-direction: row; } .logos-2 { display: flex; flex-direction: column; } /*-------WKM Section----------------------------------------*/ .wkm { padding-top: 20px; background-color: #4992ca; text-align: center; padding-bottom: 50px; } .wkm-button { background-color: #4992ca; border: 1px solid white; color: white; padding: 4px 50px; } /*-----Footer----------------------------------------*/ .footer-section { background-color: rgb(1, 13, 24); } .foot-row { padding: 10px 0px 40px 0px; display: flex; flex-direction: row; } .foot-column { display: flex; flex-direction: column; justify-content: space-around; }
assets/styles.css
* { box-sizing: border-box; margin: auto; } /*Header*/ .head1 { display: flex; justify-content: space-between; /*horizontal adjustment*/ background-color: whitesmoke; } #brand { padding: 5px; width: 40%; overflow: hidden; margin: 0; } .edyst { width: 50px; height: 25px; } #menu { width: 60%; display: flex; justify-content: space-around; align-items: center; /* vertical adjustment*/ } a { text-decoration: none; color: black; font-size: 10px; font-weight: 500; padding-left: 5px; } .dropbtn { background-color: whitesmoke; color: black; padding: 16px; font-size: 10px; border: none; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color: #f1f1f1; min-width: 160px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.7); z-index: 1; } .dropdown-content a { color: black; padding: 10px 12px; text-decoration: none; display: block; } .dropdown-content a:hover { background-color: rgba(65, 53, 177, 0.671); color: #fff; } .dropdown:hover .dropdown-content { display: block; } .dropdown:hover .dropbtn { background-color: #4f3e8e; color: #fff; } .b1 { background-color: rgb(255, 81, 0); padding: 1px 15px 1px 15px; font-size: 10px; border: none; color: whitesmoke; font-weight: 600; } /* Home Page-------------------------*/ .container { background-image: url("https://imgur.com/ksqOx5F"); background-size: cover; display: flex; flex-direction: row; flex-wrap: wrap; } .centered { padding: 20px 80px 20px 40px; } .overlay { background: rgba(0, 0, 0, 0.7); /* Transparent color(a=0->1)*/ color: #000000b3; width: 100%; opacity: 1; color: white; padding: 20px; } .apply_button { background-color: #4992ca; color: #fff; border: none; padding: 5px 35px 5px 35px; margin: 0; } .schedule { background-color: #ffffff00; color: #fff; height: 50px; margin-top: 12px; padding: 0px 10px 0px 10px; } .learnmore { display: block; border-radius: 15px; padding: 8px; margin-top: 12px; margin-left: 0; } .learnmore::after { border: none; } .main_heading { font-size: 90px; color: white; } .main_content { color: white; overflow: hidden; } .apply_button { display: block; margin-top: 12px; } /* ----------Pocket section---------------*/ body { font-size: 16px; font-family: Avenir-Next, Roboto, sans-serif; background-color: #7f8c8d; } .pocket { padding: 30px 80px 30px 80px; margin: auto; font-family: Avenir-Next, Roboto, sans-serif; background-color: #4992ca; display: flex; flex-direction: column; flex-wrap: wrap; color: whitesmoke; width: 100%; } .pocket1 { display: flex; flex-direction: column; justify-items: center; flex-wrap: wrap; } .pocket2 { padding: 50px; margin-top: 25px; display: flex; flex-direction: row; justify-content: center; } .pmh2 { font-size: 45px; text-align: center; } .pmh4 { font-size: 30px; margin-bottom: 20px; justify-content: center; } .pocket3 { text-align: center; padding: 10px; } /*---------------------------------------------*/ /*---Statics-------------------------------------------*/ .st { font-family: Avenir-Next, Roboto, sans-serif; background-color: white; padding: 45px 90px; } .statistics { padding: 10px; display: flex; justify-content: center; font-family: Avenir-Next, Roboto, sans-serif; } .stat-content { padding: 10px; text-align: center; } /*----------------------------------------------*/ .poy { padding: 45px 90px; background-color: white; font-weight: 100; } .profile { border-radius: 50%; } /*----------------Q & A------------------------------------*/ .qa { background-color: #4992ca; color: white; padding: 45px 90px; } .qa-content { padding: 20px; } /*-----------Battles--------------------------------------------*/ .table2 { background-color: white; } .td2, .th2 { text-align: center; padding: 12px; border: 1px solid #dddddd; } .table2 { border-collapse: collapse; } .td2 { color: #8a8a8a; } .battles { padding: 45px 90px; display: flex; flex-direction: row; flex-wrap: wrap; background-color: #fff; } .head, .foot1 { flex: 1 100%; padding: 20px; } .main { flex: 1 33%; color: #8a8a8a; margin: 0; padding: 10px; } .side { flex: 2 66%; } .book { color: #4992ca; text-align: center; padding-top: 10px; padding-bottom: 10px; font-size: 16px; } .buy_button { background-color: #4992ca; color: #fff; border: none; padding: 3px 70px 3px 70px; font-size: 16px; } .booking { text-align: center; padding: 20px 0px 40px 0px; } .knowmore { background-color: #424242; color: #fff; text-align: center; padding-top: 30px; padding-bottom: 80px; } .clickhere { margin-top: 10px; background-color: #424242; color: white; padding: 5px 50px 5px 50px; } /*-------card-------------------------------------------------*/ .pokemon_card { padding: 45px 90px; background-color: white; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; } .card { text-align: center; width: 200px; border: 1px solid rgba(0, 0, 0, 0.125); margin-left: 30px; line-height: 24px; margin-top: 10px; } .card-header { margin-bottom: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-top: 16px solid #4992ca; background-color: rgba(0, 0, 0, 0.03); color: #7f8c8d; } .card-sub-heading { color: #7f8c8d; line-height: 1.2; } .card-body { padding: 10px; } .card-text { color: black; } /*---TRainer table-----------------------------------------*/ .trainer { background-color: #4992ca; color: #fff; padding-left: 10%; padding-right: 10%; padding-top: 20px; padding-bottom: 30px; font-weight: 100; } .trainer-profile { border-radius: 50%; background-color: #4992ca; } .t-details { text-align: center; } /*h4,h6 --> inline styling ---------------------------------------------------------------*/ /*-- Genration cards--------------------*/ .gen-cards { padding: 45px 90px; background-color: #fff; } .cards_container2 { padding: 20px; display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; } .card2 { width: 478px; border: 1px solid rgba(0, 0, 0, 0.125); margin: 8px; line-height: 24px; } .card-sub-heading2 { font-weight: 700; height: 45px; color: #3c3333; text-align: left; font-size: 2rem; line-height: 1.2; } .card-body2 { padding: 10px; } .card-header2 { margin-bottom: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-top: 16px solid #4992ca; background-color: rgba(0, 0, 0, 0.03); } /*-----------------------------------------------*/ .input-section { background-color: #424242; color: #fff; padding-top: 10px; padding-bottom: 80px; } .email-input { margin-top: 10px; border: none; padding: 6px 60px 6px 3px; } .submit-button { background-color: #424242; padding: 5px 50px; color: #fff; border: 1px solid #fff; } .input2 { text-align: center; } /*-------Games Section----------------------------------------*/ .game-section { padding: 45px 90px; background-color: #fff; } .games { margin-top: 25px; display: flex; flex-direction: row; justify-content: center; padding-bottom: 10px; } .more-games { background-color: #4992ca; color: #fff; padding: 8px 50px 8px 50px; border: none; } .more { text-align: center; } /*-------Designer Section----------------------------------------*/ .designer { background-color: #4992ca; color: #fff; font-weight: 50; } .design-heads { display: flex; flex-direction: row; font-size: 12px; padding: 20px 50px 80px 50px; justify-content: space-between; } .design-profile { border-radius: 50%; } .designer-details { text-align: center; } .designer-name { font-size: 20px; } /*-------Logo Section----------------------------------------*/ .logo-section { background-color: #fff; text-align: center; padding-top: 20px; padding-bottom: 80px; } .logos-1 { padding-top: 10px; display: flex; flex-direction: row; } .logos-2 { display: flex; flex-direction: column; } /*-------WKM Section----------------------------------------*/ .wkm { padding-top: 20px; background-color: #4992ca; text-align: center; padding-bottom: 50px; } .wkm-button { background-color: #4992ca; border: 1px solid white; color: white; padding: 4px 50px; } /*-----Footer----------------------------------------*/ .footer-section { background-color: rgb(1, 13, 24); } .foot-row { padding: 10px 0px 40px 0px; display: flex; flex-direction: row; } .foot-column { display: flex; flex-direction: column; justify-content: space-around; }
0.324556
0.074231
@charset "UTF-8"; @font-face { font-family: tic; src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot); src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot#iefix) format("embedded-opentype"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-08c257d3aa.woff) format("woff"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-5f268e8e36.ttf) format("truetype"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-5fe42731b3.svg#tic) format("svg") } .tic { font-family: tic !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .tic-refresh:before { content: "\e616" } .tic-boss:before { content: "\e60d" } .tic-company-link:before { content: "\e618" } .tic-circle-weibo:before { content: "\e601" } .tic-qzone:before { content: "\e62f" } .tic-weixin:before { content: "\e6eb" } .tic-trash-o:before { content: "\e64e" } .tic-user:before { content: "\e6a0" } .tic-close:before { content: "\e622" } .tic-list-alt:before { content: "\e742" } .tic-print:before { content: "\e77b" } .tic-warn:before { content: "\e72d" } .tic-question:before { content: "\e7d9" } .tic-plus-square-o:before { content: "\e643" } .tic-caret-bottom:before { content: "\e941" } .tic-luntan:before { content: "\e667" } .tic-star-o:before { content: "\e69f" } .tic-spinner:before { content: "\e8ff" } .tic-tips:before { content: "\e69c" } .tic-mobile:before { content: "\e638" } .tic-weibo:before { content: "\e67c" } .tic-desktop:before { content: "\e6ba" } .tic-circle-question-o:before { content: "\e744" } .tic-exclamation-circle-l:before { content: "\e750" } .tic-lock:before { content: "\e60a" } .tic-times-circle:before { content: "\e6b2" } .tic-sousuo:before { content: "\e69b" } .tic-message:before { content: "\e641" } .tic-hot-txt:before { content: "\e6a6" } .tic-envelope:before { content: "\e624" } .tic-yuandian:before { content: "\e685" } .tic-close-l:before { content: "\e620" } .tic-search:before { content: "\e623" } .tic-exclamationtriangle:before { content: "\e6d4" } .tic-arrowleftcircle:before { content: "\e652" } .tic-check-circle:before { content: "\e74c" } .tic-share-home:before { content: "\e644" } .tic-angle-left:before { content: "\e63c" } .tic-shizhong1:before { content: "\e74f" } .tic-medal:before { content: "\e69e" } .tic-jiantou-zuo-copy:before { content: "\e650" } .tic-product:before { content: "\e719" } .tic-ash-can:before { content: "\e7f5" } .tic-fujin:before { content: "\e662" } .tic-circle-bottom:before { content: "\e65d" } .tic-search-o:before { content: "\e63a" } .tic-chenggong:before { content: "\e6a9" } .tic-qq:before { content: "\e630" } .tic-tie:before { content: "\e658" } .tic-phone:before { content: "\e62a" } .tic-calendar:before { content: "\e61a" } .tic-xiazai:before { content: "\e653" } .tic-qq-o:before { content: "\e631" } .tic-hezuobaoxiangongsi:before { content: "\e6bd" } .tic-check:before { content: "\e6da" } .tic-dollar:before { content: "\e632" } .tic-exchange:before { content: "\e6d7" } .tic-circle-question:before { content: "\e629" } .tic-weixin-o:before { content: "\e633" } .tic-caret-right:before { content: "\e62b" } .tic-xuanzhong:before { content: "\e6a5" } .tic-member:before { content: "\e6a2" } .tic-quanwei:before { content: "\e7fa" } .tic-circle-weibo-o:before { content: "\e9e5" } .tic-yanjing:before { content: "\e684" } .tic-jiantou3:before { content: "\e6aa" } .tic-circle-arrow-left:before { content: "\e634" } .tic-shell-home:before { content: "\e645" } .tic-heart-o:before { content: "\ee89" } .tic-square-pencil-o:before { content: "\ef1c" } .tic-tijiao:before { content: "\e682" } .tic-gonggao:before { content: "\e60e" } .tic-guanli:before { content: "\e691" } .tic-liebiao:before { content: "\e613" } .tic-circle-top:before { content: "\e69d" } .tic-false-circle:before { content: "\e692" } .tic-pdf1:before { content: "\e666" } .tic-eye-slash:before { content: "\e680" } .tic-line-chart:before { content: "\e6de" } .tic-repeat:before { content: "\e70c" } .tic-time:before { content: "\e617" } .tic-position:before { content: "\e600" } .tic-list-alt-o:before { content: "\e7fe" } .tic-weibo-o:before { content: "\e88d" } .tic-human-home:before { content: "\e646" } .tic-qzone-o:before { content: "\e635" } .tic-guanfangxiaozu:before { content: "\e68e" } .tic-hot-fire:before { content: "\e723" } .tic-to-top:before { content: "\e6b1" } .tic-media-arrow:before { content: "\e64b" } .tic-new:before { content: "\e64a" } .tic-exclamation-circle:before { content: "\e62c" } .tic-rocket:before { content: "\e642" } .tic-circle-qq-o:before { content: "\e61e" } .tic-phone-bottom:before { content: "\e648" } .tic-tousu:before { content: "\e6d9" } .tic-plus-square:before { content: "\e68b" } .tic-circle-plus:before { content: "\e63d" } .tic-human-hot:before { content: "\e615" } .tic-circle-plus-o:before { content: "\e637" } .tic-checkbox-o:before { content: "\e7f1" } .tic-checkbox-s:before { content: "\e7f3" } .tic-download:before { content: "\e619" } .tic-shield:before { content: "\e70d" } .tic-lawfirm:before { content: "\e8b2" } .tic-eye:before { content: "\e62d" } .tic-circle-qq:before { content: "\e636" } .tic-rect-new:before { content: "\e699" } .tic-report:before { content: "\e65c" } .tic-company:before { content: "\e614" } .tic-long-arrow-up:before { content: "\e6e4" } .tic-arrow-pn-left:before { content: "\e6a3" } .tic-arrow-pn-right:before { content: "\e6a4" } .tic-zan:before { content: "\e90e" } .tic-pdf:before { content: "\e660" } .tic-company-home:before { content: "\e647" } .tic-biaoqian:before { content: "\e639" } .tic-jia:before { content: "\e678" } .tic-heart:before { content: "\e62e" } .tic-npo:before { content: "\e6a1" } .tic-info-circle:before { content: "\e621" } .tic-envelope-o:before { content: "\e683" } .tic-online-service:before { content: "\e6ab" } .tic-erweima:before { content: "\e63b" } .tic-trash:before { content: "\e63e" } .tic-gongsi:before { content: "\e65a" } .tic-jian:before { content: "\e679" } .tic-stock-big:before { content: "\e602" } .tic-link-refer:before { content: "\e603" } .tic-link-ref:before { content: "\e604" } .tic-fullscreen:before { content: "\e605" } .tic-power-2:before { content: "\e606" } .tic-power-1:before { content: "\e607" } .tic-power-3:before { content: "\e608" } .tic-time-offer:before { content: "\e609" } .tic-s-human:before { content: "\e60b" } .tic-relation-risk:before { content: "\e60c" } .tic-s-company:before { content: "\e610" } .tic-logo:before { content: "\e611" } .tic-volume:before { content: "\e612" } .tic-vipser:before { content: "\e625" } .tic-human:before { content: "\e626" } .tic-partner:before { content: "\e627" } .tic-hotnew:before { content: "\e628" } .tic-report-download:before { content: "\e61c" } .tic-choose-group:before { content: "\e61d" } .tic-no-data:before { content: "\e61f" } .tic-circle-arrow-down:before { content: "\e942" } .tic-circle-arrow-right:before { content: "\e943" } .tic-circle-arrow-up:before { content: "\e944" } .tic-caret-down:before { content: "\e945" } .tic-caret-left:before { content: "\e946" } .tic-caret-up:before { content: "\e947" } .tic-angle-right:before { content: "\e948" } .tic-angle-down:before { content: "\e949" } .tic-angle-top:before { content: "\e94a" } .tic-long-arrow-down:before { content: "\e94b" } .tic-long-arrow-right:before { content: "\e94c" } .tic-long-arrow-left:before { content: "\e94d" } .tic-hk:before { content: "\ef1d" } .tic-yonghu:before { content: "\e61b" } .tic-weibiaoti:before { content: "\e63f" } .tic-xin1:before { content: "\e640" } .tic-wei_biaoti:before { content: "\e60f" } .tic-double-arrow-down:before { content: "\ef1e" } .tic-double-arrow-up:before { content: "\ef1f" } .tic-logo-tyc:before { content: "\e649" } .tic-kechengjieshao:before { content: "\e665" } .tic-bottom-book:before { content: "\e64f" } .tic-flash-sale:before { content: "\e64c" } .tic-bottom-circle:before { content: "\e64d" } .tic-weibiaoti-:before { content: "\e654" } .tic-xia:before { content: "\e655" } .tic-you:before { content: "\e656" } .tic-shang:before { content: "\e657" } .tic-zuo:before { content: "\e659" } .tic-tianyanchalogo_biaozhunban:before { content: "\e65b" } .tic-jiankong1:before { content: "\e65e" } .tic-jiankong3:before { content: "\e65f" } .tic-re:before { content: "\e651" } .tic-check-new:before { content: "\e661" } .tic-duihao:before { content: "\e663" } .tic-download-img:before { content: "\e664" } .tic-expand:before { content: "\e668" } .tic-shrink:before { content: "\e669" } .tic-bus-card:before { content: "\e748" } .tic-webnianyuezhishijiantou:before { content: "\e66a" } .tic-tyc-logo:before { content: "\e66b" } .tic-tyc-logo-txt:before { content: "\e66c" } .tic-icon-test2:before { content: "\31" } .tic-icon-test1-copy:before { content: "\30" } .tic-icon-test:before { content: "\32" } .tic-icon-test1:before { content: "\e66d" } .tic-icon-test3:before { content: "\e66e" } .tic-icon-test4:before { content: "\e66f" } .tic-icon-test5:before { content: "\e670" } .tic-icon-test6:before { content: "\e671" } .tic-icon-test7:before { content: "\e672" } .tic-icon-test8:before { content: "\e673" } .tic-e:before { content: "\e674" } .tic-meiyuan:before { content: "\e675" } .tic-wan:before { content: "\e676" } .tic-renminbi:before { content: "\e677" } .tic-alert:before { content: "\e67b" } .tic-saoyisao:before { content: "\e67a" } .tic-quanyi:before { content: "\e67d" } .tic-tankuang:before { content: "\e67e" } .tic-tankuang1:before { content: "\e67f" } .tic-tankuang2:before { content: "\e681" } .tic-claim-flow-select:before { content: "\e686" } .tic-claim-flow-unselect:before { content: "\e687" } .tic-claim-note:before { content: "\e688" } .tic-claim-increase:before { content: "\e689" } .tic-claim-trumpet:before { content: "\e68a" } .tic-claim-next:before { content: "\e68c" } .tic-claim-setting:before { content: "\e68d" } .tic-claim-date:before { content: "\e690" } .tic-claim-point:before { content: "\e68f" } .tic-xiaochengxu:before { content: "\e6e0" } .tic-stock-down:before { content: "\e694" } .tic-stock-up:before { content: "\ef20" } .tic-clock:before { content: "\e693" } .tic-app-share:before { content: "\e695" } .tic-app-edit:before { content: "\e697" } .tic-app-phone:before { content: "\e698" } .tic-ranking:before { content: "\e69a" } .tic-xuanzhong-o:before { content: "\e6a7" } .tic-weixuanzhong:before { content: "\e6a8" } .tic-tianyanchalogoyanseshengji:before { content: "\e6ad" } .tic-tianyanchalogoyanseshengji1:before { content: "\e6ae" } .tic-tianyanchalogo-:before { content: "\e6ac" } .tic-tianyanchalogoyanseshengji2:before { content: "\e6af" } .tic-nav-vip:before { content: "\e6b0" } .tic-xiazai-new:before { content: "\e6b3" } .tic-dagudong:before { content: "\e6b4" } .tic-dagudong1:before { content: "\e6b5" } .tic-kaifapiaoliucheng-:before { content: "\e6b6" } .tic-qyz:before { content: "\e6b7" } .tic-right-1:before { content: "\e6b8" } .tic-right-2:before { content: "\e6b9" } .tic-right-3:before { content: "\e6bb" } .tic-right-4:before { content: "\e6bc" } .tic-right-5:before { content: "\e6be" } .tic-holder:before { content: "\e6bf" } .tic-dingwei:before { content: "\e6c0" } .tic-xin:before { content: "\e6c1" } .tic-complaint:before { content: "\e6c2" } .tic-down:before { content: "\e6c3" } .tic-jiankong:before { content: "\e6c4" } .tic-xiala:before { content: "\e6c5" } .tic-shouqi:before { content: "\e6c6" } .tic-date:before { content: "\e6c7" } .tic-jiantou:before { content: "\e6c8" } .tic-danduduihao:before { content: "\e6c9" } .tic-xiaolaba:before { content: "\e6ca" } .tic-presented:before { content: "\e6cb" } .tic-buxianshi:before { content: "\e6cd" } .tic-quxiaoquanping:before { content: "\e6ce" } .tic-quanping:before { content: "\e6cf" } .tic-xiazai1:before { content: "\e6d0" } .tic-nav-new-icon:before { content: "\e6d1" } .tic-xianshijiancheng:before { content: "\e6cc" } .tic-star-1:before { content: "\e6d2" } .tic-star-full-old:before { content: "\e6d3" } .tic-radar:before { content: "\e6d5" } .tic-complaint-1:before { content: "\e6d6" } .tic-complaint-new:before { content: "\e6d8" } .tic-star:before { content: "\e6db" } .tic-star-full:before { content: "\e6dc" } .tic-watch:before { content: "\e6dd" } .tic-down-new:before { content: "\e6df" } .tic-arrow-right:before { content: "\ef21" } .tic-gantan:before { content: "\e6e1" } .tic-answer:before { content: "\e6e5" } .tic-wen-:before { content: "\e6e3" } .tic-lingdangicon:before { content: "\e6e2" } .tic-chenggong-:before { content: "\e6e7" } .tic-nav-watch:before { content: "\e6e8" } .tic-nav-myorder:before { content: "\e6e9" } .tic-nav-invoice:before { content: "\e6ea" } .tic-nav-question:before { content: "\e6ec" } .tic-nav-claim:before { content: "\e6ed" } .tic-nav-concern:before { content: "\e6ee" } .tic-nav-setpwd:before { content: "\e6ef" } .tic-nav-setting:before { content: "\e6f0" } .tic-nav-modifyInfo:before { content: "\e6f1" } .tic-nav-business:before { content: "\e6e6" } .tic-dianzan-:before { content: "\e6f2" } .tic-zan-guo:before { content: "\e6f3" } .tic-weigouxuan:before { content: "\e6f5" } .tic-gouxuan:before { content: "\e6f4" } .tic-wenda-:before { content: "\e6f6" } .tic-xiazaitupian:before { content: "\e6f7" } .tic-zhankai:before { content: "\e6f8" } .tic-chakangaoqingtu:before { content: "\e6f9" } .tic-xianshijiancheng1:before { content: "\e6fa" } .tic-gaoqingtu-:before { content: "\e6fb" } .tic-quxiaoquanping1:before { content: "\e6fc" } .tic-wuliu:before { content: "\e6fd" } .tic-close-eye:before { content: "\e6fe" } .tic-chenggongfankui:before { content: "\e6ff" } .tic-qiyemingpian:before { content: "\e700" } .tic-shizhong:before { content: "\e701" } .tic-new-bg:before { content: "\e702" } .tic-tianyanfengxian:before { content: "\e704" } .tic-qiyezhushuo:before { content: "\e705" } .tic-baiqiu:before { content: "\e70a" } .tic-xiaolian1:before { content: "\e70b" } .tic-qiyerenzhengshengjid:before { content: "\e70f" } .tic-fenzu-:before { content: "\e703" } .tic-fenzu-1:before { content: "\e70e" } .tic-nav-privatemsg:before { content: "\e710" } .tic-qiyeju:before { content: "\e712" } .tic-vip:before { content: "\e714" } .tic-wendajiawuxinxizhanweitu:before { content: "\e706" } .tic-cha:before { content: "\e707" } .tic-diyuan:before { content: "\e708" } .tic-gou:before { content: "\e711" } .tic-renzhengquanyi:before { content: "\e713" } .tic-renzhengquanyi1:before { content: "\e715" } .tic-renzhengquanyi2:before { content: "\e716" } .tic-hotbiaoqian:before { content: "\e717" } .tic-shangbiaoxinxiliucheng_wancheng:before { content: "\e71a" } .tic-shangbiaoxinxiliucheng_weiwancheng:before { content: "\e71b" } .tic-qingbaodongtai:before { content: "\e718" } .tic-mark:before { content: "\e71c" } .tic-close-xs:before { content: "\ef22" } .tic-qrcode:before { content: "\e71e" } .tic-collect:before { content: "\e71f" } .tic-complain:before { content: "\e720" } .tic-invoice:before { content: "\e721" } .tic-download-report:before { content: "\e722" } .tic-phone-look:before { content: "\e724" } .tic-chuantoutupufanhui:before { content: "\e734" } .tic-aixin:before { content: "\e725" } .tic-huidabianxian:before { content: "\e727" } .tic-tiwen:before { content: "\e728" } .tic-popguanbi:before { content: "\e729" } .tic-wendajiajiantou:before { content: "\e72a" } .tic-weixian:before { content: "\e72b" } .tic-anquan:before { content: "\e72c" } .tic-guquanchuantoutu:before { content: "\e730" } .tic-wendajiadianzan:before { content: "\e731" } .tic-tubiaoshangjiantou:before { content: "\e72f" } .tic-tubiaoxiajiantou:before { content: "\e732" } .tic-match:before { content: "\e72e" } .tic-huanyihuanwenda1:before { content: "\e733" } .tic-xianshijiancheng2:before { content: "\e740" } .tic-chakangaoqingtu1:before { content: "\e741" } .tic-quanpingchakan:before { content: "\e743" } .tic-baocuntupian:before { content: "\e745" } .tic-xianshiquancheng:before { content: "\e746" } .tic-renyuanqiapiandizhi:before { content: "\e709" } .tic-dianzan---:before { content: "\e71d" } .tic-qa-trash:before { content: "\e737" } .tic-app-message:before { content: "\e696" } .tic-update:before { content: "\e726" } .tic-upload:before { content: "\e735" } .tic-upload-fail:before { content: "\e736" } .tic-u-add-vod:before { content: "\e738" } .tic-u-add-pic:before { content: "\e739" } .tic-icon_putongdaochaojirenzheng:before { content: "\e73a" } .tic-icon_wrong:before { content: "\e73b" } .tic-icon_lianherenzheng:before { content: "\e73c" } .tic-icon_right:before { content: "\e73d" } .tic-quanyi1:before { content: "\e73e" } .tic-img_popup_arrows:before { content: "\e73f" } .tic-pilianglianxiduoxuankuang:before { content: "\e747" } .tic-pilianglianxiduoxuankuanggouxuan:before { content: "\e749" } .tic-gaojirenzhengicon:before { content: "\e74a" } .tic-chaojirenzhengicon:before { content: "\e74b" } .tic-zaixianzixunicon-yellow:before { content: "\e74d" } .tic-putongrenzhengicon:before { content: "\e74e" } .tic-question-:before { content: "\e751" } .tic-question-1:before { content: "\e752" } .tic-zaixianzixunblue:before { content: "\e753" } .tic-zaixianzixunblue-hover:before { content: "\e754" } .tic-zaixianzixunwhite:before { content: "\e755" } .tic { font-size: inherit } .tic-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .tic-1x { font-size: 1em } .tic-2x { font-size: 2em } .tic-3x { font-size: 3em } .tic-4x { font-size: 4em } .tic-5x { font-size: 5em } .tic-spin:before { -webkit-animation: tic-spin 2s infinite linear; animation: tic-spin 2s infinite linear; display: inline-block } .tic-pulse { -webkit-animation: tic-spin 1s infinite steps(8); animation: tic-spin 1s infinite steps(8) } @-webkit-keyframes tic-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes tic-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .tic-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg) } .tic-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg) } .tic-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg) } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } template { display: none } [hidden] { display: none } * { -webkit-box-sizing: border-box; box-sizing: border-box } body, html { font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 14px; line-height: 1.5714285714; -webkit-font-smoothing: antialiased; background: #f6f6f6; color: #333 } h1, h2, h3, h4, h5 { margin: 0; padding: .4em 0 } h4 { font-size: 18px } a { color: #0084ff; text-decoration: none; cursor: pointer } input::-moz-placeholder { color: #999; opacity: 1 } input:-ms-input-placeholder { color: #999 } input::-webkit-input-placeholder { color: #999 } textarea::-moz-placeholder { color: #999; opacity: 1 } textarea:-moz-placeholder { color: #999; opacity: 1 } textarea:-ms-input-placeholder { color: #999 } textarea::-webkit-input-placeholder { color: #999 } table { border-spacing: 0; border-collapse: collapse } .table { width: 100%; max-width: 100%; font-size: 14px; text-align: center; color: #333 } .table td, .table th { border: 1px solid #e4eef6; font-weight: 400; vertical-align: middle } .table th { padding: 8px 0 } .table td { padding: 8px } .table thead { background-color: #f0f7fc } ul { margin: 0 } li, ul { list-style: none } input::-webkit-search-cancel-button, input::-webkit-search-decoration { display: none } em { font-style: normal } ::-ms-clear, ::-ms-reveal { display: none } input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed } ::-webkit-scrollbar { width: 10px; height: 10px } ::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, .25); border: 2px solid transparent; border-radius: 10px; background-clip: padding-box } ::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, .5) } ::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, .05) } .animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } @-webkit-keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown } @-webkit-keyframes rotate_360 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes rotate_360 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .rotate_360 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: rotate_360; animation-name: rotate_360 } @-webkit-keyframes rotate_180 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } @keyframes rotate_180 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } .rotate_180 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: rotate_180; animation-name: rotate_180 } @-webkit-keyframes ripple { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 40% { opacity: .8 } 60% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 80% { -webkit-transform: scale(1.1); transform: scale(1.1) } 100% { font-size: 14px } } @keyframes ripple { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 40% { opacity: .8 } 60% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 80% { -webkit-transform: scale(1.1); transform: scale(1.1) } 100% { font-size: 14px } } @-webkit-keyframes modalAnimate { from { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes modalAnimate { from { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @-webkit-keyframes spin-half { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } @keyframes spin-half { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } .modal-animate { -webkit-animation-name: modalAnimate; animation-name: modalAnimate } @-webkit-keyframes jwt-error-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } @keyframes jwt-error-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } .clearfix::after, .clearfix::before { display: table; content: " " } .clearfix::after { clear: both } .pt5 { padding-top: 5px !important } .pt10 { padding-top: 10px !important } .pt15 { padding-top: 15px !important } .pt20 { padding-top: 20px !important } .pt24 { padding-top: 24px !important } .pt25 { padding-top: 25px !important } .pt28 { padding-top: 28px !important } .pt30 { padding-top: 30px !important } .pt40 { padding-top: 40px !important } .pt80 { padding-top: 80px !important } .pt100 { padding-top: 100px !important } .pl5 { padding-left: 5px !important } .pl8 { padding-left: 8px !important } .pl10 { padding-left: 10px !important } .pl15 { padding-left: 15px !important } .pl18 { padding-left: 18px !important } .pl20 { padding-left: 20px !important } .pl25 { padding-left: 25px !important } .pl30 { padding-left: 30px !important } .pl40 { padding-left: 40px !important } .pl50 { padding-left: 50px !important } .pl80 { padding-left: 80px !important } .pr5 { padding-right: 5px !important } .pr10 { padding-right: 10px !important } .pr15 { padding-right: 15px !important } .pr18 { padding-right: 18px !important } .pr20 { padding-right: 20px !important } .pr25 { padding-right: 25px !important } .pr30 { padding-right: 30px !important } .pr50 { padding-right: 50px !important } .pr80 { padding-right: 80px !important } .pb5 { padding-bottom: 5px !important } .pb7 { padding-bottom: 7px !important } .pb8 { padding-bottom: 8px !important } .pb10 { padding-bottom: 10px !important } .pb12 { padding-bottom: 12px !important } .pb15 { padding-bottom: 15px !important } .pb20 { padding-bottom: 20px !important } .pb30 { padding-bottom: 30px !important } .pb35 { padding-bottom: 35px !important } .pb40 { padding-bottom: 40px !important } .pb60 { padding-bottom: 60px !important } .pb100 { padding-bottom: 100px !important } .ml4 { margin-left: 4px !important } .ml5 { margin-left: 5px !important } .ml6 { margin-left: 6px !important } .ml10 { margin-left: 10px !important } .ml12 { margin-left: 12px !important } .ml15 { margin-left: 15px !important } .ml20 { margin-left: 20px !important } .ml30 { margin-left: 30px !important } .ml74 { margin-left: 74px !important } .ml-74 { margin-left: -74px !important } .mr4 { margin-right: 4px !important } .mr5 { margin-right: 5px !important } .mr6 { margin-right: 6px !important } .mr10 { margin-right: 10px !important } .mr12 { margin-right: 12px !important } .mr15 { margin-right: 15px !important } .mr20 { margin-right: 20px !important } .mr30 { margin-right: 30px !important } .mr74 { margin-right: 74px !important } .mr-74 { margin-right: -74px !important } .mt5 { margin-top: 5px !important } .mt10 { margin-top: 10px !important } .mt15 { margin-top: 15px !important } .mt20 { margin-top: 20px !important } .mt30 { margin-top: 30px !important } .mt74 { margin-top: 74px !important } .mt-74 { margin-top: -74px !important } .mb5 { margin-bottom: 5px !important } .mb10 { margin-bottom: 10px !important } .mb20 { margin-bottom: 20px !important } .mb28 { margin-bottom: 28px !important } .mb30 { margin-bottom: 30px !important } .mb40 { margin-bottom: 40px !important } .pad0 { padding: 0 !important } .pad20 { padding: 20px !important } .pad40 { padding: 40px !important } .f0 { font-size: 0 } .f12 { font-size: 12px } .f16 { font-size: 16px } .f24 { font-size: 24px } .f-base { fone-size: 14px } .f-title { font-size: 16px } .inline-block { display: inline-block } .margin-auto { margin-left: auto; margin-right: auto } .clearfix::after, .clearfix::before { display: table; content: " " } .clearfix::after { clear: both } .text-left { text-align: left } .text-center { text-align: center } .text-right { text-align: right } .collapse { display: none } .collapse.in { display: block } .hidden { display: none !important } .float-right { float: right } .float-left { float: left } .text-ellipsis { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .text-break { overflow: hidden; word-break: break-all; white-space: normal; word-wrap: normal } .text-dark-color { color: #333; cursor: inherit } @media (max-width: 1200px) { .hide-sm-screen { display: none } } .logo { display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden } .logo .img { width: 100% } .logo.-w88 { width: 88px; height: 88px; border-radius: 6px } .logo.-w64 { width: 64px; height: 64px; border-radius: 4px } .logo.-w48 { width: 48px; height: 48px; border-radius: 4px } .logo.-w56 { width: 56px; height: 56px; border-radius: 4px } .logo.-w44 { width: 44px; height: 44px; border-radius: 4px } .logo.-w36 { width: 36px; height: 36px; border-radius: 4px } .logo.-w30 { width: 30px; height: 30px; border-radius: 2px } .logo.-block { display: block } .logo.-float { float: left } .logo.-circle { border-radius: 50%; overflow: hidden } .logo.-user { position: relative; overflow: inherit } .logo.-user img { border-radius: 50%; overflow: hidden; height: 100% } .logo.-user img.-image { height: 100% } .logo.-user .tips-point { position: absolute; top: 0; left: 32px } .logo.-owner, .logo.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .logo.-owner:after, .logo.-owner:before, .logo.-vip:after, .logo.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .logo.-owner:after, .logo.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .logo.-vip:before { content: "\e714"; color: #ff7d18 } .logo.-owner:before { content: "\e712"; color: #ffaf25 } .logo-expand { position: absolute; z-index: 101; width: 150px; border-radius: 6px; background-color: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .logo-expand img { width: 100%; border-radius: 6px; vertical-align: top } .logo-expand.-w88 { width: 128px } .logo-expand.-w64 { width: 128px } .logo-expand.-w44 { width: 108px } .logo-expand.-w36 { width: 108px } .logo-expand.-w30 { width: 90px } .data-logo { float: right; display: inline-block; width: 90px; height: 20px } .assist-logo { position: relative; left: 3px; display: inline-block; float: right; width: 99px; height: 30px } .logo-text { display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden; background: -webkit-gradient(linear, left top, left bottom, from(#dfdadc), to(#f5f5f5)); background: linear-gradient(#dfdadc, #f5f5f5); color: #666; line-height: 100px; white-space: normal; font-size: 44px } .logo-text .img { width: 100% } .logo-text.-w88 { width: 88px; height: 88px; border-radius: 6px } .logo-text.-w64 { width: 64px; height: 64px; border-radius: 4px } .logo-text.-w48 { width: 48px; height: 48px; border-radius: 4px } .logo-text.-w56 { width: 56px; height: 56px; border-radius: 4px } .logo-text.-w44 { width: 44px; height: 44px; border-radius: 4px } .logo-text.-w36 { width: 36px; height: 36px; border-radius: 4px } .logo-text.-w30 { width: 30px; height: 30px; border-radius: 2px } .logo-text.-block { display: block } .logo-text.-float { float: left } .logo-text.-circle { border-radius: 50%; overflow: hidden } .logo-text.-user { position: relative; overflow: inherit } .logo-text.-user img { border-radius: 50%; overflow: hidden; height: 100% } .logo-text.-user img.-image { height: 100% } .logo-text.-user .tips-point { position: absolute; top: 0; left: 32px } .logo-text.-owner, .logo-text.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .logo-text.-owner:after, .logo-text.-owner:before, .logo-text.-vip:after, .logo-text.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .logo-text.-owner:after, .logo-text.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .logo-text.-vip:before { content: "\e714"; color: #ff7d18 } .logo-text.-owner:before { content: "\e712"; color: #ffaf25 } .logo-text.-l2 { font-size: 36px } .logo-text.-l3 { font-size: 28px } .logo-text.-l4 { padding: 13px 12px 15px 20px; line-height: 36px; letter-spacing: 6px; font-size: 28px } .logo-text.-w88 { line-height: 88px; white-space: normal; font-size: 38px } .logo-text.-w88.-l2 { font-size: 30px } .logo-text.-w88.-l3 { font-size: 24px } .logo-text.-w88.-l4 { padding: 13px 14px 13px 18px; line-height: 31px; font-size: 24px; letter-spacing: 4px } .logo-text.-w64 { line-height: 64px; white-space: normal; font-size: 28px } .logo-text.-w64.-l2 { font-size: 18px } .logo-text.-w64.-l3 { font-size: 18px } .logo-text.-w64.-l4 { padding: 7px 10px 9px 14px; padding: 8px; line-height: 24px; font-size: 18px; letter-spacing: 2px } .logo-text.-w56 { line-height: 56px; white-space: normal; font-size: 24px } .logo-text.-w56.-l2 { font-size: 20px } .logo-text.-w56.-l3 { font-size: 16px } .logo-text.-w56.-l4 { padding: 7px 8px 9px 12px; font-size: 16px; letter-spacing: 2px; line-height: 20px } .logo-text.-w48 { line-height: 48px; white-space: normal; font-size: 20px } .logo-text.-w48.-l2 { font-size: 18px } .logo-text.-w48.-l3 { font-size: 14px } .logo-text.-w48.-l4 { padding: 5px 8px 7px 10px; letter-spacing: 1px; line-height: 18px; font-size: 14px } .logo-text.-w44 { line-height: 44px; white-space: normal; font-size: 18px } .logo-text.-w44.-l2 { font-size: 16px } .logo-text.-w44.-l3 { font-size: 12px } .logo-text.-w44.-l4 { padding: 5px 10px 6px 10px; line-height: 16px; font-size: 12px; letter-spacing: 0 } .logo-text.-w36 { line-height: 36px; white-space: normal; font-size: 16px } .logo-text.-w36.-l2 { font-size: 14px } .logo-text.-w36.-l3 { font-size: 12px } .logo-text.-w36.-l4 { padding: 6px; line-height: 12px; font-size: 12px; letter-spacing: 0 } .logo-text.-w30 { line-height: 30px; white-space: normal; font-size: 14px } .logo-text.-w30.-l2 { font-size: 12px } .logo-text.-w30.-l3 { font-size: 12px } .logo-text.-w30.-l3, .logo-text.-w30.-l4 { padding: 3px; line-height: 12px; font-size: 10px; letter-spacing: 0 } .logo-text.-bg1 { background: #7db3d9 } .logo-text.-bg2 { background: #d1ae9d } .logo-text.-bg3 { background: #84cab0 } .logo-text.-bg4 { background: #8ca3cd } .logo-text.-bg5 { background: #bc9edd } .logo-text.-bg6 { background: #76b3ec } .logo-text.-bg1, .logo-text.-bg2, .logo-text.-bg3, .logo-text.-bg4, .logo-text.-bg5, .logo-text.-bg6 { color: #fff } .logo-header { position: absolute; display: inline-block; vertical-align: middle; width: 123px; height: 38px; margin-top: 18px; font-size: 0; cursor: pointer } .logo-header .tyc { display: inline-block; vertical-align: middle; font-size: 38px; line-height: 1em; color: #0084ff } .logo-header .tyc-text { display: inline-block; vertical-align: middle; margin-left: 5px; font-size: 33px; line-height: 1em; color: #45403f } .logo-header.-white .tyc { color: #fff } .logo-header.-white .tyc-text { color: #fff } .btn { display: inline-block; padding: 2px 12px; border: 1px solid #f3f3f3; border-radius: 2px; font-size: 14px; text-align: center; line-height: 18px; font-weight: 400; background-color: #fff; color: #333; cursor: pointer; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .btn.-disabled { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0; cursor: no-drop } .btn.-disabled:hover { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn.-disabled:active { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn.-boxshadow { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1); box-shadow: 0 0 6px rgba(0, 0, 0, .1) } .btn.-block { display: block } .btn.-sub { color: #666 } .btn.-h22, .btn.-ms { padding: 1px 8px; font-size: 12px } .btn.-h24, .btn.-xs { padding: 2px 8px; font-size: 12px } .btn.-h28, .btn.-sm { padding: 4px 10px; font-size: 12px } .btn.-h32, .btn.-md { padding: 6px 10px } .btn.-h36, .btn.-lg { padding: 8px 10px } .btn.-h44, .btn.-hg { font-size: 16px; padding: 12px 10px } .btn.-h48, .btn.-xl { font-size: 16px; padding: 14px 10px } .btn.-w80 { min-width: 80px } .btn.-w88 { min-width: 88px } .btn.-w90 { min-width: 90px } .btn.-w100 { min-width: 100px } .btn.-w120 { min-width: 120px } .btn.-w130 { min-width: 130px } .btn.-w140 { min-width: 140px } .btn.-w144 { min-width: 144px } .btn.-w150 { min-width: 150px } .btn.-w160 { min-width: 160px } .btn.-w170 { min-width: 170px } .btn.-w180 { min-width: 180px } .btn.-w200 { min-width: 200px } .btn.-sp15 { padding-left: 15px; padding-right: 15px } .btn-normal { background-color: #fff; border-color: #e0e0e0 } .btn-default { color: #333; background-color: #fff; border-color: #e0e0e0 } .btn-default:hover { color: #333; background-color: rgba(32, 32, 32, .05); border-color: rgba(32, 32, 32, .05) } .btn-default:active { color: #333; background-color: #fff; border-color: #e0e0e0 } .btn-primary { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary:hover { color: #fff; background-color: #006acc; border-color: #006acc } .btn-primary:active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd { color: #0084ff; background-color: #fff; border-color: #0084ff } .btn-primary-bd:focus, .btn-primary-bd:hover { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd:active { background-color: #0084ff; border-color: #0084ff } .btn-primary-bd.-no-hover { color: #0084ff; background-color: #fff } .btn-primary-bd.-active, .btn-primary-bd.active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd.-active:hover, .btn-primary-bd.active:hover { color: #fff; background-color: #006acc; border-color: #006acc } .btn-primary-bd.-active:active, .btn-primary-bd.active:active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd-hover:focus, .btn-primary-bd-hover:hover { color: #0084ff; background-color: #fff; border-color: #0084ff } .btn-primary-bd-hover:active { background-color: #fff; border-color: #0084ff } .btn-vip { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip:hover { color: #fff; background-color: #e46400; border-color: #e46400 } .btn-vip:active { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd { color: #ff7d18; background-color: #fff; border-color: #ff7d18 } .btn-vip-bd:focus, .btn-vip-bd:hover { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd:active { background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd.-no-hover { color: #ff7d18; background-color: #fff } .btn-vip-bd-hover:focus, .btn-vip-bd-hover:hover { color: #ff7d18; background-color: #fff; border-color: #ff7d18 } .btn-vip-bd-hover:active { background-color: #fff; border-color: #ff7d18 } .btn-claim { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim:hover { color: #fff; background-color: #f19900; border-color: #f19900 } .btn-claim:active { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd { color: #ffaf25; background-color: #fff; border-color: #ffaf25 } .btn-claim-bd:focus, .btn-claim-bd:hover { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd:active { background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd.-no-hover { color: #ffaf25; background-color: #fff } .btn-claim-bd-hover:focus, .btn-claim-bd-hover:hover { color: #ffaf25; background-color: #fff; border-color: #ffaf25 } .btn-claim-bd-hover:active { background-color: #fff; border-color: #ffaf25 } .btn-cancel { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-cancel:hover { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-cancel:active { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-group { position: relative; display: inline-block; vertical-align: middle } .btn-group .btn { float: left; margin-left: -1px } .btn-group .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .btn-group .btn:first-child:not(:last-child) { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group .btn:not(:first-child):not(:last-child) { border-radius: 0 } .btn-group .btn.-cut-2 { width: 50% } .btn-group .btn.-cut-3 { width: 33.3333333333% } .btn-group .btn.-active { background-color: #0084ff; color: #fff } .btn-icon { padding-right: 4px } .input { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px; width: 100%; border: 1px solid #e0e0e0; border-radius: 2px; background-color: #fff; color: #333 } .input:focus { outline: 0; border-color: #0084ff } .input.-h22, .input.-ms { height: 22px; line-height: 20px; padding: 0 12px; font-size: 12px } .input.-h24, .input.-xs { height: 24px; line-height: 22px; padding: 0 12px; font-size: 12px } .input.-h28, .input.-sm { height: 28px; line-height: 26px; padding: 0 10px; font-size: 12px } .input.-h32, .input.-md { height: 32px; line-height: 30px; padding: 0 15px; font-size: 14px } .input.-h36, .input.-lg { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px } .input.-h44, .input.-hg { height: 44px; line-height: 42px; padding: 0 15px; font-size: 16px } .input.-h48, .input.-xl { height: 48px; line-height: 46px; padding: 0 15px; font-size: 16px } .input.-focusnormal:focus { border-color: #e0e0e0 } .input.-disabled { background-color: #e5e5e5; color: #666 } .input.-disabled:focus { border-color: transparent } .input.-edit { white-space: nowrap; overflow: hidden } .input [contenteditable=true] br { display: none } .input [contenteditable=true] * { display: inline; white-space: nowrap } .input-warp { position: relative; display: inline-block; vertical-align: top } .input-warp .icon { line-height: 36px } .input-warp .icon { position: absolute; top: 0; right: 10px; line-height: 36px; color: #999 } .input-warp .click { color: #0084ff; cursor: pointer } .input-warp .input-num { position: absolute; bottom: 6px; right: 10px; font-size: 14px; color: #999 } .input-warp .input-num.-overamount { color: #ff3b30 } .input-warp.-h22 .icon, .input-warp.-ms .icon { line-height: 22px } .input-warp.-h22 .input, .input-warp.-ms .input { height: 22px; line-height: 20px; padding: 0 12px; font-size: 12px } .input-warp.-h24 .icon, .input-warp.-xs .icon { line-height: 24px } .input-warp.-h24 .input, .input-warp.-xs .input { height: 24px; line-height: 22px; padding: 0 12px; font-size: 12px } .input-warp.-h28 .icon, .input-warp.-sm .icon { line-height: 28px } .input-warp.-h28 .input, .input-warp.-sm .input { height: 28px; line-height: 26px; padding: 0 10px; font-size: 12px } .input-warp.-h32 .icon, .input-warp.-md .icon { line-height: 32px } .input-warp.-h32 .input, .input-warp.-md .input { height: 32px; line-height: 30px; padding: 0 15px; font-size: 14px } .input-warp.-h36 .icon, .input-warp.-lg .icon { line-height: 36px } .input-warp.-h36 .input, .input-warp.-lg .input { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px } .input-warp.-h44 .icon, .input-warp.-hg .icon { line-height: 44px } .input-warp.-h44 .input, .input-warp.-hg .input { height: 44px; line-height: 42px; padding: 0 15px; font-size: 16px } .input-warp.-h48 .icon, .input-warp.-xl .icon { line-height: 48px } .input-warp.-h48 .input, .input-warp.-xl .input { height: 48px; line-height: 46px; padding: 0 15px; font-size: 16px } .input-warp.-announce { vertical-align: middle } .input-warp.-announce .input { width: 270px; padding-right: 30px; padding-left: 8px } .input-warp.-announce .icon { font-size: 16px } .input-warp.-block { display: block } .input-err { border-color: #ff3b30 !important } .input-err:focus { border-color: #ff3b30 !important } .input-vip { border-color: #ff7d18 } .input-vip:focus { border-color: #ff7d18 } .input-group { position: relative; display: inline-block; vertical-align: top } .input-group::after, .input-group::before { display: table; content: " " } .input-group::after { clear: both } .input-group .input, .input-group .input-group-btn, .input-group .select-drop, .input-group .select-drop .title, .input-group form { float: left } .input-group .input, .input-group .select-drop .title { border-right: none; border-bottom-right-radius: 0; border-top-right-radius: 0 } .input-group .input-group-btn { border-bottom-left-radius: 0; border-top-left-radius: 0; -webkit-box-shadow: none; box-shadow: none } .home-group { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .home-group .input { width: 768px; border-color: transparent; line-height: 24px; font-size: 16px; padding: 5px 25px 5px 15px; vertical-align: middle; border-bottom-left-radius: 4px; border-top-left-radius: 4px } .home-group .input-group-btn { width: 112px; border-left-color: #f3f3f3; border-bottom-right-radius: 4px; border-top-right-radius: 4px; color: #0084ff } .home-group .input-group-btn:hover { border-color: #0084ff; background-color: #0084ff; color: #fff } .home-group .active-input { opacity: .9 } .home-group.-focus, .home-group:hover { -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24) } .mobile-group { position: relative } .mobile-group .input { width: 280px } .mobile-group .input-group-btn { width: 60px } .mobile-group .clear { position: absolute; margin: 7px 0 0 0; cursor: pointer; width: 14px; right: 70px; top: 0 } .claim-group .input { width: 455px } .claim-group .input-group-btn { width: 125px } .verify-group .input { width: 200px } .verify-group .input-group-btn { width: 90px; padding-left: 0; padding-right: 0 } .textarea { width: 100%; height: 120px; padding: 10px 15px; border: 1px solid #e0e0e0; font-size: 14px; border-radius: 2px; vertical-align: top; background-color: #fff; color: #333; resize: none; overflow: auto } .textarea:focus { outline: 0; border: 1px solid #0084ff } .textarea.-edit { user-modify: read-write-plaintext-only } .textarea.-sm { padding-left: 10px; padding-right: 10px; font-size: 12px } .form-group { position: relative; min-height: 66px; padding-bottom: 30px; font-size: 0 } .form-group .left { width: 130px; font-size: 14px; vertical-align: top; text-align: right; padding-right: 15px; display: inline-block; line-height: 36px; font-weight: 400 } .form-group .left .must-icon { display: inline-block; width: 5px; height: 5px; margin-right: 10px; margin-bottom: 2px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon-2.png); background-size: 100% } .form-group .left.-must:before { content: ''; display: inline-block; width: 5px; height: 5px; float: left; margin-right: 10px; margin-top: 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon-2.png); background-size: 100% } .form-group .left.-pos:before { position: absolute; left: -6px; top: 19px } .form-group .left.-md { line-height: 32px } .form-group .left.-auto { width: auto } .form-group .right { position: relative; width: 700px; font-size: 14px; display: inline-block; vertical-align: top } .form-group .textarea { height: 60px } .form-group .input-group { vertical-align: top } .form-group.-intro { min-height: 180px } .form-group .img-box { width: 100%; margin-top: 5px } .form-group.-edit .left { width: 90px } .form-group.-edit .right { width: 580px } .form-group.-edit .textarea { height: 150px } .form-group.-verify .left { width: 75px } .form-group.-verify .right { width: 290px } .form-group.-middle .left { vertical-align: middle } .form-group.-middle .right { vertical-align: middle } .form-group.-verifyemail .left { width: 104px } .form-group.-verifyemail .right { width: 240px } .form-group .form-group-msg, .form-group .form-group-tips { position: absolute } .form-group .clear-input { position: absolute; color: #ccc; z-index: 20; cursor: pointer; width: 15px; right: 10px; top: 11px } .form-group.-clear-empty { font-size: 0 } .form-group.-img { padding-bottom: 24px } .form-group-tips { font-size: 12px; line-height: 12px; color: #ff3b30; margin-top: 6px } .form-group-tips.-pos-bottom { position: absolute; bottom: -18px } .form-group-tips.-pos-right { position: absolute; left: 100%; margin-left: 12px; width: 200px; top: 6px } .form-group-msg { font-size: 14px; line-height: 23px; color: #999; margin-top: 4px } .form-group-click { margin-top: 4px; font-size: 14px; line-height: 23px; text-align: right; color: #0084ff; cursor: pointer } .form-group-click.-disabled { cursor: no-drop; color: #e0e0e0 } .form-upload-file { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; width: 100%; z-index: 20; cursor: pointer } .form-upload .reupload { position: absolute; width: 100%; height: 28px; line-height: 28px; color: #fff; text-align: center; bottom: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer } .form-upload .frame { position: relative; display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden; display: inline-block; vertical-align: top; border: 1px solid #f3f3f3 } .form-upload .frame .img { width: 100% } .form-upload .frame.-w88 { width: 88px; height: 88px; border-radius: 6px } .form-upload .frame.-w64 { width: 64px; height: 64px; border-radius: 4px } .form-upload .frame.-w48 { width: 48px; height: 48px; border-radius: 4px } .form-upload .frame.-w56 { width: 56px; height: 56px; border-radius: 4px } .form-upload .frame.-w44 { width: 44px; height: 44px; border-radius: 4px } .form-upload .frame.-w36 { width: 36px; height: 36px; border-radius: 4px } .form-upload .frame.-w30 { width: 30px; height: 30px; border-radius: 2px } .form-upload .frame.-block { display: block } .form-upload .frame.-float { float: left } .form-upload .frame.-circle { border-radius: 50%; overflow: hidden } .form-upload .frame.-user { position: relative; overflow: inherit } .form-upload .frame.-user img { border-radius: 50%; overflow: hidden; height: 100% } .form-upload .frame.-user img.-image { height: 100% } .form-upload .frame.-user .tips-point { position: absolute; top: 0; left: 32px } .form-upload .frame.-owner, .form-upload .frame.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .form-upload .frame.-owner:after, .form-upload .frame.-owner:before, .form-upload .frame.-vip:after, .form-upload .frame.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .form-upload .frame.-owner:after, .form-upload .frame.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .form-upload .frame.-vip:before { content: "\e714"; color: #ff7d18 } .form-upload .frame.-owner:before { content: "\e712"; color: #ffaf25 } .form-upload .frame:hover:after { display: block } .form-upload .frame:after { content: "更换图片"; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; padding: 10px 16px; background: rgba(0, 0, 0, .5); color: #fff; cursor: pointer } .form-upload .intro { display: inline-block; vertical-align: top; padding-left: 16px; padding-top: 7px; color: #666 } .form-upload .tool { display: inline-block; vertical-align: middle } .form-upload .tool .select { margin-bottom: 10px } .form-upload .tool .title { padding-left: 6px } .form-upload .tool label { margin-right: 20px } .form-upload .img-area { width: 100% } .form-upload-unsel { position: relative; color: #666 } .form-upload-unsel .un-sel-file { display: inline-block; vertical-align: top; padding-left: 16px; line-height: 36px } .form-upload-unsel .un-sel-intro { padding-top: 5px } .table .right { float: right } .table .left { float: left } .table .vip-color { color: #ff7d18 } .table .description { margin-top: 10px; font-size: 12px; color: #999 } .table .description.-no-mt { margin-top: 0 } .table .stock { display: inline-block; height: 32px; padding: 0 8px; line-height: 32px } .table .shadow { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .table .shadow:hover { position: relative; z-index: 1; -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); cursor: pointer } .table.-left { text-align: left } .table.-no-border td, .table.-no-border th { border: 0 } .table.-breakall td, .table.-breakall th { word-break: break-all } .table.-striped-col { text-align: left } .table.-striped-col td:nth-child(odd) { background-color: #f0f7fc } .table.-striped-col.-striped-pd td:nth-child(odd) { width: 120px; font-size: 16px; color: #666 } .table.-striped-first-col { text-align: left } .table.-striped-first-col td:first-child { background-color: #f0f7fc } .table.-striped-title-col { text-align: left } .table.-striped-title-col .striped-col { background-color: #f0f7fc } .table.-striped-vip-row { font-size: 16px; text-align: left } .table.-striped-vip-row tbody tr:nth-child(even) { background-color: #fbfbfb } .table.-border-top-none tbody tr:first-child td { border-top: none } .table.-striped-vip-odd-row { text-align: left } .table.-striped-vip-odd-row tbody tr:nth-child(odd) { background-color: #fbfbfb } .table.-top td, .table.-top th { vertical-align: top } .table .table-vip-header { background-color: rgba(255, 125, 25, .05) } .table .table-vip-header th { height: 50px; padding-left: 8px } .table .table-vip-header + tbody td { height: 80px } .table .table-header-default { background-color: #f0f7fc } .table + .-multi tr:first-child td { border-top: none } .legal-representative { padding: 20px 12px; margin: -8px } .legal-representative .left { float: left } .legal-representative .right { float: right } .legal-representative .name { font-size: 18px; color: #0084ff } .legal-representative .merge { margin-top: 10px } .legal-representative .bottom { margin-top: 5px; margin-bottom: 5px } .legal-representative .title { display: inline-block } .legal-representative .baseinfologo { vertical-align: top } .legal-representative .humancompany { display: inline-block; margin-left: 12px; vertical-align: middle } .legal-representative .humancompany .name { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .legal-representative .maincompany { float: right } .legal-representative .maincompany .detail { display: inline-block; vertical-align: top; max-width: 152px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .sort-col { width: 46px } .doing-col { width: 56px } .status-col { width: 64px } .date-col { width: 100px } .stress-col { background-color: #f0f7fc } .proportion-col { width: 100px } .left-col { text-align: left } .link-click-a a { color: #0084ff; cursor: pointer } .link-click-a a:active, .link-click-a a:focus, .link-click-a a:hover { color: #0084ff } .link-click-a a:hover { text-decoration: underline } .lawfirm-top { width: 100%; padding: 0; border-bottom: 1px solid #d5d5d5; margin-bottom: 20px; border-collapse: collapse } .lawfirm-top .legal-person-name { width: 25% } .lawfirm-top .legal-person-value { border: 0; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .title { color: #333 } .lawfirm-top .capital { width: 41%; padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .capital-value { padding-left: 13px; border-left: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .score { width: 33%; padding: 5px; text-align: center } .lawfirm-top .img { max-height: 115px; max-width: 90%; margin: 0 auto } .lawfirm-top .status { border: 0 } .lawfirm-top .status-value { border: 0 } .lawfirm-top .time { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .time-value { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-bottom { width: 100%; border: none } .lawfirm-bottom td { padding: 8px 0 } .lawfirm-bottom td span { color: #000 } .brand-search-table .project-img { max-width: 50px; max-height: 50px; vertical-align: middle } .brand-search-table .project-text { margin-left: 10px; vertical-align: middle } .brand-search-table td:nth-child(5) { text-align: left } .user-table td { border: none } .user-table thead td { padding: 8px 11px } .user-table tbody tr:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .user-table tbody tr:hover .company { color: #0084ff } .user-table tbody td { border-bottom: 1px solid #f3f3f3; padding: 20px 11px } .user-table .no-result { color: #666 } .user-table .no-result:hover { -webkit-box-shadow: none; box-shadow: none } .user-table .company { font-size: 18px } .user-table .detail { width: 519px; padding-top: 6px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .info { padding-top: 2px; font-size: 14px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .action { font-size: 24px; cursor: pointer } .user-table .left-img { width: 44px; height: 44px; display: inline-block; vertical-align: middle; margin-right: 16px } .user-table .left-img img { width: 100% } .user-table .right-body { display: inline-block; vertical-align: middle } .user-table .right-body.-claim { width: 162px } .user-table .line-2 { height: 50px; line-height: 25px } .user-table.-no-head tr:first-child { border-top: 1px solid #f3f3f3 } .table-toco { width: 100%; text-align: left } .table-toco td { padding: 0; border: 0 } .table-toco .logo-td { width: 44px } .table-toco .toco { text-align: right } .table-toco .toco .tips-toco { white-space: nowrap } .table-toco .tag-common { margin-top: 5px } .resem-table { width: 100%; color: #333 } .resem-table .box { float: left } .resem-table .box.-rel { position: relative } .resem-table .w44 { width: 44% } .resem-table .w54 { width: 54% } .resem-table .w55 { width: 55% } .resem-table .w14 { width: 14% } .resem-table .w15 { width: 15% } .resem-table .w23 { width: 23% } .resem-table .w7 { width: 7% } .resem-table .w11 { width: 11% } .resem-table .w60 { width: 60% } .resem-table .resem-head { background: #f0f7fc } .resem-table .resem-head .box { padding: 8px 11px } .resem-table .resem-head .w60 { padding: 8px 0 } .resem-table .resem-body { border-bottom: 1px solid #f3f3f3 } .resem-table .resem-body .box { padding: 20px 11px 15px } .resem-table .resem-body .w60 { padding: 20px 0 15px } .resem-table .resem-body:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .resem-table .resem-body:hover .company { color: #0084ff } .resem-table .resem-body.no-result:hover, .resem-table .resem-body.no-shadow { -webkit-box-shadow: none; box-shadow: none } .resem-table .resem-box { display: inline-block; width: 790px; border: 1px solid #f3f3f3; background: #fbfbfb; padding: 10px 11px; margin-left: 11px; color: #666 } .resem-table .resem-box.new-w { width: 1005px } .resem-table .company, .resem-table .maintitle { font-size: 18px } .resem-table .detail { width: 519px; padding-top: 3px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .resem-table .click { color: #0084ff; cursor: pointer } .resem-table .price { color: #ff3b30 } .resem-table .tblue { color: #0084ff } .resem-table .lh49 { line-height: 49px } .resem-table .pb27 { padding-bottom: 27px } .resem-table .mt12 { margin-top: 12px } .resem-table .no-result { padding-top: 25px; padding-bottom: 25px; text-align: center; color: #666 } .table-col { position: absolute; top: 0; right: 0; width: 200px; background: #fff; -webkit-transition: right .4s ease; transition: right .4s ease } .table-col td { padding: 0; text-align: left } .table-col td .row { padding: 0 20px } .table-col td .row:nth-child(even) { border-top: 1px solid transparent } .table-col-warp .data-content { position: relative } .table-col-warp .table:not(.table-col) { position: relative; z-index: 10; background: #fff } .table-col-warp .table-col-bar .drop-down { display: none } .table-col-warp .table-col-bar .btn { display: none } .table-col-warp .table-col-bar .ownersay { display: inline-block; height: 30px; margin-top: 5px; margin-right: 20px; font-size: 14px; font-weight: 400; color: #ffaf00; cursor: pointer } .table-col-warp .table-col-bar .ownersay .ownersay-img { display: inline-block; width: 20px; height: 20px; margin-top: 1px; margin-right: 8px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/explainMessage-01.png) 0 0 no-repeat; background-size: 100% 100% } .table-col-warp .table-col-bar .ownersay .ownersay-txt { float: right; margin-top: 1px; color: #c48414 } .table-col-warp .table-col-bar .ownersay .ownersay-txt:hover { color: #c48414; text-decoration: underline } .table-col-warp .table-col-bar .ownersay-cancel { height: 30px; margin-right: 13px; padding: 5px 10px } .table-col-warp.-showcol .table-col { right: -199px } .table-col-warp.-showcol .table-col-bar .drop-down { float: initial; display: inline-block; vertical-align: middle; margin-top: 0; margin-right: 13px } .table-col-warp.-showcol .table-col-bar .btn { display: inline-block; vertical-align: middle } .table-col-warp.-showcol .table-col-bar .ownersay { display: none } .table .table-explain-message { font-size: 14px; color: #999 } .table .-explain-message-success { color: #ffae25 } .tab-main { text-align: center; color: #fff; width: 880px; margin: 0 auto } .tab-main .tab { display: inline-block; width: 64px; padding: 3px 6px; line-height: 1.42857143; margin-right: 32px; margin-bottom: 14px; border-radius: 2px; font-size: 16px; background-color: transparent; cursor: pointer } .tab-main .tab .top { position: relative } .tab-main .tab:last-child { margin: 0 } .tab-main .active.tab { color: #0084ff; background-color: #fff } .tab-main .active.tab .top::after { position: absolute; left: 35%; top: 100%; content: ''; width: 0; height: 0; margin-top: 2px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff } .tab-main .tab:hover { color: #0084ff; background-color: #fff } .tab-main .tab:hover .top::after { position: absolute; left: 35%; top: 100%; content: ''; width: 0; height: 0; margin-top: 2px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff } .tab-main .tooltip-box { position: absolute; margin-top: 14px; z-index: 1; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) } .tab-main .tooltip-box:before { left: 24px } .tab-main .hotlist { width: 100%; height: 56px; margin-top: 32px; text-align: left; font-size: 0; color: rgba(255, 255, 255, .82); overflow: hidden } .tab-main .hotlist .title { display: inline-block; width: 56px; height: 56px; border-radius: 4px; overflow: hidden; margin-right: 32px; padding-top: 5px; text-align: center; font-size: 16px; letter-spacing: 4px; text-indent: 4px; line-height: 22px; background: rgba(255, 255, 255, .16) } .tab-main .hotman .man { position: relative; display: inline-block; min-width: 120px; height: 56px; padding: 0 8px 0 64px; margin-right: 24px; border-radius: 4px; font-size: 16px; text-align: center; line-height: 56px; vertical-align: top; color: #e0e0e0; background: rgba(255, 255, 255, .16) } .tab-main .hotman .man img { position: absolute; top: 0; left: 0; border-radius: 4px; width: 56px; height: 56px } .tab-main .hotman .man:hover { color: #fff; text-decoration: underline } .tab-main .hotsearch .keys { display: inline-block; width: 786px; height: 56px; vertical-align: top; text-align: left } .tab-main .hotsearch .key { display: inline-block; vertical-align: top; margin-right: 24px; margin-bottom: 10px; font-size: 14px; line-height: 22px; color: #e0e0e0 } .tab-main .hotsearch .key:hover { color: #fff; text-decoration: underline } .tab-header { display: inline-block } .tab-header .head { width: 400px; height: 18px; font-size: 0; color: #666 } .tab-header .head .item { display: inline-block; width: 55px; height: 18px; line-height: 18px; font-size: 12px; text-align: center; cursor: pointer } .tab-header .head .item:hover { color: #0084ff } .tab-header .head .active { border-radius: 2px 2px 0 0; color: #fff; background: #0084ff } .tab-header .head .active:hover { color: #fff } .tab-header .search { background: #0084ff; border-radius: 0 2px 2px 2px; height: 28px } .tab-header .search-group { border-radius: 2px } .tab-header .search-group .input { width: 368px; padding-right: 25px; padding-left: 8px; border-color: #0084ff; border-bottom-right-radius: 2px; border-top-right-radius: 2px } .tab-header .search-group .input-group-btn { width: 72px; padding-left: 0; padding-right: 0 } .tab-header .search-group.-commit .input { width: 200px } .tab-header .search-group.-commit .input-group-btn { width: 70px } .tab-header .tooltip-box { position: absolute; margin-top: 14px; z-index: 1; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) } .tab-header .tooltip-box:before { left: 24px } .tab-header.-search input { height: 30px; line-height: 30px } .tab-header.-search .btn { padding: 5px 0 } .tab-header.-search .search { height: 30px } .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .live-search-wrap .live-search-content { position: absolute; list-style: none; padding: 0; border-top: 1px solid #f3f3f3; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); z-index: 1041; background-color: #fff; width: 100%; top: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .live-search-wrap .item { width: 100%; padding: 6px 8px; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; cursor: pointer; float: left } .live-search-wrap .item em { color: red } .live-search-wrap .item:hover { background-color: #f3f3f3; color: #333 } .live-search-wrap .item:hover .match_type { background-color: #ebf8fb; color: #0084ff; border: 1px solid #c6f3fd } .live-search-wrap .item.selected { background-color: #f3f3f3 } .live-search-wrap .item.-login { text-align: center; line-height: 28px; color: #333; cursor: default } .live-search-wrap .item.-login:hover { background: #fff } .live-search-wrap .item.item-bottom { line-height: 28px; text-align: center; color: #666 } .live-search-wrap .item.item-bottom .num { color: #ff3b30; padding: 0 6px } .live-search-wrap .item.-local { color: #999 } .live-search-wrap .item.-history { line-height: 24px; font-size: 14px } .live-search-wrap .item.-history .clock { color: #999; margin-right: 5px } .live-search-wrap .item:first-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .live-search-wrap .history-title { text-align: left; line-height: 36px; font-size: 14px; color: #999; padding: 0 8px } .live-search-wrap .history-title .operate { float: right; cursor: pointer } .live-search-wrap .history-title .operate:hover { color: #0084ff } .live-search-wrap .history-title .icon { padding-left: 6px } .live-search-wrap .human-item { position: relative; padding: 8px 8px 8px 52px; border-bottom: 1px solid #f3f3f3 } .live-search-wrap .human-item .human-image-sm { position: absolute; top: 10px; left: 8px } .live-search-wrap .human-item .human-content { width: 100% } .live-search-wrap .human-item .name { font-size: 16px; line-height: 21px; color: #ff3b30 } .live-search-wrap .human-item .info { font-size: 12px; line-height: 16px; margin-top: 3px; color: #666 } .live-search-wrap .human-item .info .company { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 215px; color: #333 } .live-search-wrap .human-item .info .count { color: #333 } .live-search-wrap .human-item .info .count:after, .live-search-wrap .human-item .info .count:before { content: ' ' } .live-search-wrap .human-item .clock { position: absolute; color: #999; margin-right: 5px } .live-search-wrap .human-item.-nologo { padding-left: 8px } .live-search-wrap .human-item.-nologo .name { color: #333 } .live-search-wrap .human-item.-nologo .content { padding-left: 19px } .live-search-wrap .company-item { position: relative; padding-left: 52px; border-bottom: 1px solid #f3f3f3 } .live-search-wrap .company-item .image { position: absolute; top: 6px; left: 8px } .live-search-wrap .company-item .content { width: 100%; padding-right: 100px; font-size: 14px } .live-search-wrap .company-item .content .name { line-height: 36px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .live-search-wrap .company-item .match { position: absolute; right: 8px; top: 14px } .live-search-wrap .company-item:hover { background-color: #f3f3f3; color: #333 } .live-search-wrap .company-item.selected { background-color: #f3f3f3 } .live-search-wrap .match_type { margin: 8px 8px; float: right } .live-search-wrap.-index { width: 768px; height: 48px } .live-search-wrap.-index .live-search-content { width: 768px } .live-search-wrap.-index .live-search-content .item { padding-left: 16px } .live-search-wrap.-index .live-search-content .human-item { padding-left: 60px; padding-right: 60px } .live-search-wrap.-index .live-search-content .human-item .human-image-sm { left: 16px } .live-search-wrap.-index .live-search-content .human-item.-nologo { padding-left: 16px } .live-search-wrap.-index .live-search-content .company-item { padding-left: 60px; padding-right: 60px } .live-search-wrap.-index .live-search-content .company-item .image { left: 16px } .live-search-wrap.-index .live-search-content .history-title { padding: 0 16px } .live-search-wrap.-index .live-search-content .match { right: 16px } .live-search-wrap.-index .live-search-content:before { content: ''; top: -5px; width: 4px; height: 4px; background: #fff; left: 0; position: absolute; border-bottom: 1px solid #f3f3f3 } .live-search-wrap.-h36 { height: 36px } .live-search-wrap.-inside .live-search-content { position: relative; top: 0 } .live-search-wrap.-inside .live-search-content::after, .live-search-wrap.-inside .live-search-content::before { display: table; content: " " } .live-search-wrap.-inside .live-search-content::after { clear: both } .list-group { padding-left: 0 } .list-group .item, .list-group .menu { display: block; border-bottom: 1px solid #f3f3f3; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .list-group .item:first-child, .list-group .menu:first-child { border-top: 1px solid #f3f3f3; border-top-right-radius: 3px; border-top-left-radius: 3px } .list-group .item:last-child, .list-group .menu:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .list-group .item, .list-group .option { display: block; padding: 10px 15px; border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3; color: #333; background-color: #fff } .list-group .item:hover, .list-group .option:hover { color: #0084ff; background-color: #f3f3f3 } .list-group .option { color: #666 } .list-group .menu { -webkit-transition: all .6s ease; transition: all .6s ease } .list-group .menu .item { border: none } .list-group .menu .item:after { content: "\e657"; float: right; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .list-group .menu.-collapse .dropdown { display: none } .list-group .menu.-collapse .item:after { content: '\e655' } .list-group .-rel { position: relative } .list-group.-item-rel .item, .list-group.-item-rel .menu { position: relative } .list { border-radius: 3px; color: #333 } .list .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .list .item:first-child, .list .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .list-hover-show { position: relative; border-radius: 3px; color: #333 } .list-hover-show .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .list-hover-show .item:first-child, .list-hover-show .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .list-hover-show .title { border-color: transparent } .list-hover-show .list-group { position: absolute; top: 100%; left: 0; right: 0; display: none; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .list-hover-show:hover { background-color: #f3f3f3; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .list-hover-show:hover .title { background-color: #f3f3f3; border-color: #f3f3f3 } .list-hover-show:hover .list-group { display: block } .modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0 } .modal .modal-mask { background: rgba(0, 0, 0, .2); width: 100%; height: 100%; position: absolute; z-index: 500 } .modal .modal-dialog { position: absolute; top: 0; left: 50%; margin: 6% auto; z-index: 501 } .modal .modal-content { border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal .header { border-bottom: 1px solid #e5e5e5; border-top-right-radius: 5px; border-top-left-radius: 5px } .modal .header .close { position: absolute; right: 15px; top: 10px; cursor: pointer } .modal .header .title { font-size: 16px; line-height: 40px; text-align: center } .modal .header .title .type { font-size: 14px; margin-top: -15px; color: #666 } .modal .header.-vip { border-bottom: none; background: #ff7d18; color: #fff } .modal .header.-nobd { border-bottom: none } .modal .body { padding: 15px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px } .modal .body.-scorll-fix { max-height: 80vh; min-height: 40px } .modal .body.-no-pad { padding: 0 } .modal .body.-bg { background: #fbfbfb } .modal .body.-p-lg { padding: 30px } .modal .body.-follow { padding-left: 30px; padding-right: 30px } .modal .body.-verify { height: 260px; padding-left: 30px; padding-right: 30px } .modal .body.-contact { padding: 10px } .modal .body.-toclaim { padding: 30px 0 20px } .modal .body.-subcontent { color: #666 } .modal .modal-scroll { overflow-x: hidden; overflow-y: auto } .modal .block-data:first-child { margin-top: 0 } .modal-dialog { width: 600px; margin-left: -300px } .modal-dialog.-lg { width: 900px; margin-left: -450px } .modal-dialog.-phone { width: 260px; margin-left: -130px } .modal-dialog.-fjgs-box { width: 540px; margin-left: -270px } .modal-dialog.-equity-box { width: 880px; margin-left: -440px } .modal-dialog.-equity-mask-box { width: 785px; margin-left: -392.5px } .modal-dialog.-invoice-save-box { width: 770px; margin-left: -385px } .modal-dialog.-risk-box { width: 860px; height: 607px; overflow: hidden; margin-left: -430px } .modal-dialog.-risk-box-mask { width: 860px; margin-left: -430px } .modal-dialog.-error-box { margin-top: 20%; width: 190px; margin-left: -95px } .modal-dialog.-success-box { margin-top: 20%; width: 190px; margin-left: -95px } .modal-dialog.-success-box .modal-content { background-color: rgba(0, 0, 0, .6) } .modal-dialog.-app-msg-box { width: 190px; margin-left: -95px } .modal-dialog.-success-box2 { margin-top: 20%; width: 324px; margin-left: -162px } .modal-dialog.-success-box2 .modal-content { background: #fff1e6 } .modal-dialog.-vipcontent { width: 750px; margin-left: -375px } .modal-dialog.-report { width: 830px; margin-left: -415px } .modal-dialog.-reporthuman { width: 750px; margin-left: -375px } .modal-dialog.-focus-box { width: 370px; margin-left: -185px } .modal-dialog.-feedback { width: 600px; margin-left: -300px } .modal-dialog.-contact { width: 820px; margin-left: -410px } .modal-dialog.-multi-contact { width: 920px; margin-left: -460px } .modal-dialog.-confirm { width: 360px; margin-left: -180px } .modal-dialog.-w210 { width: 210px; margin-left: -105px } .modal-dialog.-w250 { width: 250px; margin-left: -125px } .modal-dialog.-w270 { width: 270px; margin-left: -135px } .modal-dialog.-w300 { width: 300px; margin-left: -150px } .modal-dialog.-w350 { width: 350px; margin-left: -175px } .modal-dialog.-w360 { width: 360px; margin-left: -180px } .modal-dialog.-w375 { width: 375px; margin-left: -187.5px } .modal-dialog.-w400 { width: 400px; margin-left: -200px } .modal-dialog.-w430 { width: 430px; margin-left: -215px } .modal-dialog.-w440 { width: 440px; margin-left: -220px } .modal-dialog.-w460 { width: 460px; margin-left: -230px } .modal-dialog.-w500 { width: 500px; margin-left: -250px } .modal-dialog.-w530 { width: 530px; margin-left: -265px } .modal-dialog.-w600 { width: 600px; margin-left: -300px } .modal-dialog.-w700 { width: 700px; margin-left: -350px } .modal-dialog.-w890 { width: 890px; margin-left: -445px } .modal-dialog.-claim-detail { width: 670px; margin-left: -335px } .modal-dialog.-video { width: 720px; height: 480px; margin-left: -360px } .modal-dialog.-video .body { padding: 0 } .modal-dialog.-announce { width: 560px; margin-left: -280px } .modal-alert { padding: 15px } .modal-alert .alert-em em { color: #ff7d18 } .modal-alert.-success { color: #fff } .modal-alert.-vip-msg { position: relative } .modal-alert .vip_toast { position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto } .modal-hint { padding-top: 15px; padding-bottom: 15px; font-size: 20px } .modal-hint-box { padding-top: 25px; padding-bottom: 40px; font-size: 14px } .modal-confirm { padding-top: 15px; padding-bottom: 40px; font-size: 26px } .modal-confirm .icon { margin-right: 10px; color: #0084ff } .modal-confirm-new { padding-top: 30px; padding-bottom: 44px; font-size: 14px } .modal-confirm-box { padding: 15px; text-align: center } .modal-confirm-box .msg { padding-top: 28px; padding-bottom: 44px; font-size: 16px; line-height: 22px } .modal-confirm-box .btn-tool { padding-bottom: 9px } .modal-confirm-box .btn-tool .btn { margin-right: 12px } .modal-confirm-box .btn-tool .btn:last-child { margin-right: 0 } #_modal_msg_container.modal { z-index: 1051; -webkit-transition: background .35s ease-in-out; transition: background .35s ease-in-out; background: 0 0 } .container { margin: 0 auto; width: 1248px } .container::after, .container::before { display: table; content: " " } .container::after { clear: both } .container .container-left { width: 936px; float: left; margin: 0 0 16px 0 } .container .container-right { width: 296px; float: right } .container.-headertop { padding-top: 99px } .container.-rel { position: relative } .container.-reverse .container-left { width: 296px } .container.-reverse .container-right { width: 936px; margin-bottom: 16px } .container.-body { padding-top: 16px !important; margin-bottom: 16px !important } .container.-top { padding-top: 16px !important } .container .container-tips { font-size: 12px; color: #666; margin-top: 14px } .box-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin: 0; padding: 0 16px 16px } .box-container.-no-padding-tb { padding-top: 0; padding-bottom: 0 } .box-container.-no-padding { padding: 0 } .box-container.-padding-bottom { padding: 0 0 16px } .box-container.-content { padding: 16px } .box-container.-hashead { padding: 0 } .box-container.-hashead .body { padding: 0 16px 16px } .box-container.-hashead .body-seo { padding: 16px 30px 16px } .box-container + .box-container, .box-container + .header-block-container, .header-block-container + .box-container, .header-block-container + .header-block-container { margin-top: 16px } .body-container { padding-top: 16px !important; margin-bottom: 16px !important } .header-block-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1) } .header-block-container .header-block { width: 100%; height: 48px; padding-left: 16px; padding-right: 16px; border-bottom: 1px solid #f3f3f3; line-height: 48px; color: #333; background: #fcfcfc; font-size: 16px } .header-block-container .header-block .num { color: #ff3b30 } .header-block-container .header-block .num:after, .header-block-container .header-block .num:before { content: ' ' } .header-block-container .header-block .right-tips { font-size: 12px; float: right } .header-block-container .header-block.-tips { font-size: 14px } .header-block-container .header-block.-sub-title { height: 40px; line-height: 40px; font-size: 14px } .header-block-container .content-block { background: #fff } .header-block-container .box-container { -webkit-box-shadow: none; box-shadow: none } .tyc-header { position: fixed; z-index: 1040; top: 0; width: 100%; height: 74px; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); background: #fff } .tyc-header .left, .tyc-header .middle { float: left } .tyc-header .middle { position: absolute; top: 13px; left: 335px } .tyc-header .right { float: right; font-size: 14px; text-align: center } .tyc-header .rel { position: relative } .tyc-header.-home { position: relative; border-bottom: none; background: 0 0; -webkit-box-shadow: initial; box-shadow: initial; z-index: 1020 } .tyc-header .clear-input { position: absolute; color: #ccc; z-index: 1000; cursor: pointer; width: 15px; right: 80px; top: 7px } .header-intro { margin-top: 18px; position: absolute; left: 135px; min-width: 160px; height: 38px; padding: 2px 8px; border-radius: 2px; text-align: center; font-size: 12px; font-family: Arial, sans-serif; font-weight: 400; line-height: 17px; background-color: #c90b0a; color: #fff } .header-intro .bottom { text-align: justify } .header-intro .bottom:after { content: ""; display: inline-block; width: 100% } .header-intro .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .header-intro .content { position: absolute; left: 50%; margin-left: -284px; z-index: 100; width: 568px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .header-intro .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .header-intro .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .header-intro .content .item a { color: inherit } .header-intro .content .item:hover { color: #333; background: #f3f3f3 } .header-intro .content .item:first-child { margin-top: 4px } .header-intro .content .item:last-child { margin-top: 4px } .header-intro:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .header-intro:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .header-intro .content { position: absolute; top: 47px; left: 148px; z-index: 501; -webkit-transform: scale(1); transform: scale(1); display: none; height: 472px } .header-intro .content .triangle { position: absolute; top: -16px; left: 216px; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .header-intro .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .header-intro .content .inner { padding: 4px } .header-intro .content .credit { width: 560px } .header-intro:hover .content { display: none } .header-intro.-hover .content { display: block; opacity: 1 } .header-intro .top { text-indent: initial; letter-spacing: initial } .tyc-nav { padding-top: 21px; line-height: 14px; font-size: 14px; color: #999 } .tyc-nav .nav-item, .tyc-nav .nav-item-list { display: inline-block } .nav-item { position: relative; padding: 18px 12px } .nav-item:last-child { padding-right: 0 } .nav-item:last-child .tips-point.-nav { right: 12px } .nav-item .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .nav-item .content { position: absolute; left: 50%; margin-left: -60px; z-index: 100; width: 120px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .nav-item .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .nav-item .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .nav-item .content .item a { color: inherit } .nav-item .content .item:hover { color: #333; background: #f3f3f3 } .nav-item .content .item:first-child { margin-top: 4px } .nav-item .content .item:last-child { margin-top: 4px } .nav-item:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .nav-item:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .nav-item .content { position: absolute; top: 47px; z-index: 501; border: 1px solid #e0e0e0 } .nav-item .content .triangle { position: absolute; top: -16px; left: 50%; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .nav-item .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .nav-item .content .item { text-align: center } .nav-item .content.-box { width: 314px; margin-left: -157px; border-radius: 4px } .nav-item .content.-box .block-content { padding: 32px 23px 32px 25px } .nav-item .content.-box .block-content::after, .nav-item .content.-box .block-content::before { display: table; content: " " } .nav-item .content.-box .block-content::after { clear: both } .nav-item .content.-nickname { display: none; opacity: 0; width: 280px; margin-left: -140px; border-radius: 4px; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .nav-item .content.-nickname .block-content { padding: 15px } .nav-item .content.jwt-error-pop { width: 232px; margin-left: -116px; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .nav-item .content.jwt-error-pop .block-content { color: #333; font-size: 16px; line-height: 24px; padding: 20px 32px 20px 40px } .nav-item .content.jwt-error-pop .block-content .tic-close { font-size: 14px; position: absolute; right: 12px; top: 8px; cursor: pointer; color: #333 } .nav-item .content.jwt-error-pop .block-content .hint { color: #f7ad24; font-size: 16px; position: absolute; left: 16px; top: 20px } .nav-item .content.jwt-error-pop.-show { opacity: 1; display: block; -webkit-transform: scale(1); transform: scale(1) } .nav-item .content.jwt-error-pop.animate { display: none; -webkit-animation-name: jwt-error-pop-hide; animation-name: jwt-error-pop-hide } .nav-item .content.jwt-error-pop.show { display: block } .nav-item:hover .link-nav { color: #0084ff; font-weight: 700 } .nav-item:hover .link-white { color: #fff; font-weight: 700 } .nav-item:hover .link-vip-noline { font-weight: 700 } .nav-item.-home .nav-icon { color: rgba(255, 255, 255, .8) } .nav-item.-home .content .triangle { -webkit-box-shadow: initial; box-shadow: initial } .nav-item.-home .content .triangle:after { -webkit-box-shadow: initial; box-shadow: initial } .nav-item.-vip .nav-icon { color: #ff7d18 } .nav-item-list { position: relative; border-radius: 3px; color: #333; padding: 0; margin-top: -1px } .nav-item-list .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .nav-item-list .item:first-child, .nav-item-list .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .nav-item-list .title { border-color: transparent } .nav-item-list .list-group { position: absolute; top: 100%; left: 0; right: 0; display: none; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .nav-item-list:hover { background-color: #f3f3f3; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .nav-item-list:hover .title { background-color: #f3f3f3; border-color: #f3f3f3 } .nav-item-list:hover .list-group { display: block } .nav-item-list .title { padding: 18px 9px 18px 12px; background: 0 0 } .nav-item-list .list-group .item { padding: 12px 0 } .nav-item-list.nav-line-right { padding-right: 0 } .nav-item-list.nav-line-left { padding-left: 0 } .nav-item-list:hover .title { color: #0084ff } .nav-line-left, .nav-line-right { position: relative } .nav-line-left:after, .nav-line-left:before, .nav-line-right:after, .nav-line-right:before { position: absolute; top: 50%; width: 1px; height: 14px; margin-top: -7px; background-color: #f3f3f3 } .nav-line-left.-home:after, .nav-line-right.-home:after { background-color: rgba(255, 255, 255, .5) } .nav-line-right { padding-right: 13px } .nav-line-right:after { content: ''; right: 0 } .nav-line-left { padding-left: 13px } .nav-line-left:before { left: 0 } .nav-icon { margin-left: 5px; display: inline-block; min-width: 14px; color: #999 } .nav-box { position: relative; float: left; width: 86px; height: 86px; border-radius: 2px; margin-right: 2px; text-align: center; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .nav-box img { width: 86px } .nav-box .box-title { position: absolute; bottom: 4px; left: 0; width: 100% } .nav-box:hover { background: #f3f3f3 } .nav-box.-nextline { margin-top: 14px } .nav-new { position: absolute; right: 5px; top: 5px; font-size: 12px; color: #ff3b30 } .nav-new.-bg { color: #fff } .tyc-footer { background: #2b343d; color: rgba(255, 255, 255, .56); font-size: 12px } .tyc-footer .container { line-height: 24px } .tyc-footer .footer-top { padding-top: 30px; height: 250px; border-bottom: 1px solid rgba(255, 255, 255, .1) } .tyc-footer .footer-middle { line-height: 18px; padding: 12px 0 14px; border-bottom: 1px solid rgba(255, 255, 255, .1) } .tyc-footer .footer-middle .web { padding-right: 12px } .tyc-footer .foot-block { float: left; color: rgba(255, 255, 255, .56) } .tyc-footer .foot-block .header { display: inline-block; color: #fff; font-weight: 700; padding-left: 8px; margin-bottom: 14px; font-size: 14px; line-height: 14px; border-left: 4px solid #0084ff } .tyc-footer .foot-block .content { font-size: 12px } .tyc-footer .foot-block .content .col { width: 104px; float: left } .tyc-footer .foot-block.-site { width: 452px } .tyc-footer .foot-block.-contact { width: 262px } .tyc-footer .foot-block.-ext { width: 200px } .tyc-footer .foot-block.-property { width: 182px } .tyc-footer .foot-block.-weixin { float: right; width: 352px } .tyc-footer .foot-block .weixin::after, .tyc-footer .foot-block .weixin::before { display: table; content: " " } .tyc-footer .foot-block .weixin::after { clear: both } .tyc-footer .foot-block .weixin .col { float: right } .tyc-footer .foot-block .weixin .col + .col { width: 128px } .tyc-footer .foot-block .weixin .qrcode { margin-top: 8px; width: 96px; height: 96px } .tyc-footer .foot-block .link-btn { display: inline-block; width: 80px; margin-top: 32px; border: 1px solid #fff; border-radius: 2px; font-size: 12px; text-align: center; line-height: 26px; color: #fff; cursor: pointer; opacity: .56 } .tyc-footer .foot-block .link-btn:hover { border-color: #fff; color: #fff; opacity: 1 } .tyc-footer .foot-block .link-btn + .link-btn { margin-left: 16px } .tyc-footer .beian-block { font-size: 0; text-align: center; padding: 10px 0 10px 0 } .tyc-footer .beian-block .beian { height: 20px; width: 20px; display: inline-block; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -465px -103px; background-repeat: no-repeat } .tyc-footer .beian-block .img { opacity: 0 } .tyc-footer .beian-block .text { font-size: 12px; height: 24px; vertical-align: middle; margin: -20px 0 0 0; display: inline-block } .tyc-footer .beian-block .id-check { display: inline-block } .tyc-page-end { padding: 10px 0; color: rgba(255, 255, 255, .36); background: #141d26; font-size: 12px; line-height: 16px; height: 50px } .tyc-page-end .tic-logo { font-size: 38px; line-height: 38px; float: left; margin-right: 10px } .tyc-page-end .site { float: left } .tyc-page-end .jb { float: right } .friend-link { margin-top: 17px; padding-top: 8px; line-height: 20px; word-wrap: break-word } .friend-link::after, .friend-link::before { display: table; content: " " } .friend-link::after { clear: both } .friend-link .left { display: inline-block; vertical-align: top } .friend-link .right { display: inline-block; vertical-align: top; max-width: 1100px } .friend-link .link-footer, .friend-link .link-white-underline { margin-right: 10px; word-break: keep-all } .right-block { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-bottom: 16px } .right-block .image-click { display: block; width: 100%; margin: 0; padding: 0; font-size: 0 } .right-block .image-click img { width: 100% } .right-block.-business { position: relative } .right-block.-business .banner_business_qq { position: absolute; right: 47px; bottom: 30px; color: transparent } .right-block .keep-line { width: 100%; margin: 0; padding: 0 } .right-block .lh18 { line-height: 18px } .right-block .label { color: #999 } .right-block .news-btn { height: 28px; width: 28px; display: inline-block; margin-right: 20px; margin-top: 10px; cursor: pointer } .right-block .news-btn.-disable { cursor: no-drop } .right-block .news-btn.-left { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -437px -103px } .right-block .news-btn.-left.-disable { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -434px -218px } .right-block .news-btn.-right { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -462px -218px } .right-block .news-btn.-right.-disable { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -182px -283px } .right-block .right-data-container { -webkit-box-shadow: none; box-shadow: none } .right-data-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1) } .right-data-container .header { font-size: 16px; color: #333; background: #fbfbfb; border-bottom: 1px solid #f3f3f3; padding: 0 15px 0 16px; height: 48px; line-height: 48px } .right-data-container .header .data-logo { margin-top: 3px } .right-data-container .header .right { float: right; font-size: 12px } .right-data-container .content { padding: 16px } .right-data-container .content .item { padding-top: 10px; padding-bottom: 10px; line-height: 18px; border-bottom: 1px solid #f3f3f3 } .right-data-container .content .item:first-child { padding-top: 0 } .right-data-container .content-list { background: #fff; padding-bottom: 8px } .right-data-container .content-list .item { padding: 0 16px; line-height: 32px; color: #333; width: 100%; display: block; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .right-data-container .content-list .item:hover { background: #f3f3f3; color: #333 } .back_to_top { position: fixed; right: 0; z-index: 1020; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); border-radius: 2px; bottom: 10%; background-color: #fff } .back_to_top .item { width: 46px; height: 64px; position: relative; padding-top: 8px; color: #999; cursor: pointer } .back_to_top .item .icon { line-height: 30px; font-size: 24px; text-align: center } .back_to_top .item .text { font-size: 12px; text-align: center; color: #333 } .back_to_top .item:last-child { border-bottom-width: 0 } .back_to_top .item.-top .icon { font-size: 30px } .back_to_top .item .content { position: absolute; left: -240px; top: -49px; width: 0; height: 0; text-align: center; font-size: 12px; color: #666; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); border-radius: 6px; background-color: #fff; opacity: 0 } .back_to_top .item .content .info { padding: 4px 0 } .back_to_top .item .content img { width: 0; height: 0 } .back_to_top .item .content:after { display: block; position: absolute; right: -10px; top: 71px; width: 20px; height: 20px; background: #fff; border-color: rgba(0, 0, 0, .2) transparent transparent rgba(0, 0, 0, .2); -webkit-box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, .2); box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, .2); -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(135deg); transform: rotate(135deg) } .back_to_top .item:hover { background: #0084ff; color: #fff } .back_to_top .item:hover .text { color: #fff } .back_to_top .item:hover .content { left: -190px; width: 162px; height: 162px; opacity: 1; -webkit-transition: left .4s ease, opacity .6s ease-in; transition: left .4s ease, opacity .6s ease-in } .back_to_top .item:hover .content img { width: 150px; height: 150px; margin: 6px } .back_to_top .item:hover .content:after { content: ' ' } .gt_holder.gt_popup { z-index: 20002 } .gt_holder.gt_popup.gt_show { z-index: 20003; right: 0; position: fixed } .gt_holder.gt_popup .gt_mask { z-index: 20004 } .gt_holder .gt_popup_box .gt_bottom { background-image: url(https://cdn.tianyancha.com/wap/images/sprite.3.0.21.png); background-position: inherit } .gt_holder .gt_bottom .gt_help_button { display: none } .gt_holder .gt_bottom .gt_logo_button { display: none } .message-block { position: relative } .message-block .icon-btn { cursor: pointer; position: relative } .message-block .icon-btn .num { position: absolute; right: -6px; top: -12px; font-size: 12px; height: 16px; padding: 0 3px; background: #ff3b2f; border-radius: 100px; color: #fff; min-width: 20px; font-style: normal; text-align: center; vertical-align: middle } .message-block .block-content-tg { display: none; position: absolute; top: 53px; left: -128px; width: 280px; background: #fff; border-radius: 4px; color: #333; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); font-weight: 400; text-align: left; z-index: 501; font-size: 14px; line-height: 22px } .message-block .block-content-tg .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 502; top: -15px; left: 50% } .message-block .block-content-tg .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .message-block .block-content em { color: #0084ff } .message-block .block-content .opt-tool::after, .message-block .block-content .opt-tool::before { display: table; content: " " } .message-block .block-content .opt-tool::after { clear: both } .message-block .block-content .link-click { font-size: 12px; float: left } .message-block .block-content .time { float: right; font-size: 12px; color: #999 } .message-block .block-content.-single { padding: 5px 16px 5px 16px } .message-block .block-content.-single .link-click { font-size: 14px; margin-top: 22px; float: none } .message-block .block-content.-single .message { background: #fff; border-bottom: 0 } .message-block .message-head { font-size: 14px; color: #333; letter-spacing: .21px; padding: 10px; border-bottom: 1px solid #e0e0e0 } .message-block .message-head .num { color: #ff3b30 } .message-block .message-list { max-height: 458px; overflow: hidden; overflow-y: auto } .message-block .message-line { padding: 0 16px; position: relative } .message-block .message-line:hover { background: #f3f3f3 } .message-block .icon-un-read { position: absolute; left: 4px; top: 20px; width: 8px; height: 8px; border-radius: 4px; background: #ff3b2f } .message-block .message { font-size: 14px; color: #333; border-bottom: 1px solid #e0e0e0; padding: 15px 0 } .message-block .message-line:last-child .message { border-bottom: 0 } .message-block.init:hover .block-content-tg { display: block } .message-block .message-no-data { text-align: center; padding: 94px 0 194px 0 } .message-block .message-no-data .no-img { width: 125px } .message-block .message-no-data .no-msg { font-size: 14px; color: #666; letter-spacing: .21px; text-align: center; margin-top: 24px } .tyc-header.-home .message-block .tic { color: rgba(255, 255, 255, .9) } #head-message-center { display: none } .errorpage { padding-top: 80px; padding-bottom: 150px; text-align: center; background: #fff } .errorpage .msg { margin-bottom: 12px; margin-top: 8px; font-size: 24px; color: #333 } .errorpage .btn { width: 163px } .errorpage .divide { margin-top: 40px; font-size: 18px; color: #e1e1e1 } .errorpage .divide .text { color: #ababab } .errorpage .contact { margin-top: 10px; font-size: 14px; color: #919191 } .hot-common .right { float: right } .hot-common .hot-content .list { position: relative; font-size: 16px; height: 40px } .hot-common .hot-content .list .ranking { position: relative; display: inline-block; width: 40px; height: 40px; text-align: center } .hot-common .hot-content .list .ranking span { width: 24px; display: inline-block; position: absolute; top: 8px; left: 6px; padding: 2px 0; font-size: 14px; background-color: #fff } .hot-common .hot-content .list .ranking-group { position: absolute; display: inline-block; width: 80%; height: 40px; padding-left: 4px; line-height: 40px; text-align: left; border-bottom: 1px dashed #f3f3f3 } .hot-common .hot-content .list .ranking-group > div { display: inline-block } .hot-common .hot-content .list .ranking-group > a { display: block; color: #333 } .hot-common .hot-content .list .ranking-group .keyword { width: 60% } .hot-common .hot-content .list .ranking-group .keyword a { display: block; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .hot-common .hot-content .list .ranking-group .keywords { width: 100% } .hot-common .hot-content .list .ranking-group .range { float: right } .hot-common .hot-content .list:hover { background-color: #fbfbfb } .hot-common .hot-content .list:hover .ranking-group .follow, .hot-common .hot-content .list:hover .ranking-group .keyword a, .hot-common .hot-content .list:hover .ranking-group .range, .hot-common .hot-content .list:hover .search-group .follow, .hot-common .hot-content .list:hover .search-group .keyword a, .hot-common .hot-content .list:hover .search-group .range { color: #0084ff } .hot-common .hot-content .hot-list { padding: 0 20px; height: 40px; line-height: 40px; font-size: 16px } .hot-common .hot-content .hot-list .hotcompany { padding-right: 20px } .hot-common .hot-content .hot-list .hotcompany a { color: #333 } .hot-common .hot-content .hot-list .hotcompany a:hover { color: #0084ff } .hot-common .hot-content .hot-list:nth-child(even) { background-color: #fff } .hot-common .hot-content .ranking-top .ranking span { color: #fff; background-color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group { color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group > a { color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group .keyword a { color: #0084ff } .hot-common .hot-content .ranking-tip .ranking .tic-ranking { position: absolute; font-size: 26px; top: -2px; left: 6px; opacity: .9 } .hot-common .hot-content .ranking-tip .ranking .tip1 { color: #fede3b } .hot-common .hot-content .ranking-tip .ranking .tic-ranking.tip2 { color: #c4d2df } .hot-common .hot-content .ranking-tip .ranking .tic-ranking.tip3 { color: #f7aa70 } .hot-common .hot-content .ranking-tip .ranking span { background-color: rgba(0, 0, 0, 0); z-index: 1000 } .hot-common .hot-content .ranking-tip .ranking-group .keyword a, .hot-common .hot-content .ranking-tip .ranking-group .range { color: #0084ff } .hot-common:first-child { margin-left: 0 } .right-rolling { position: relative; max-height: 475px; overflow: hidden } .right-rolling .warp { width: 600px } .right-rolling .content { width: 296px; float: left } .right-rolling .panel { position: absolute; bottom: 5px; width: 100%; text-align: center } .right-rolling .roll { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 10px; background: #e0e0e0; cursor: pointer } .right-rolling .roll:last-child { margin-right: 0 } .right-rolling .roll.-active { background: #999 } .right-question .item { padding: 13px 16px 13px; border-bottom: 1px solid #eee; cursor: pointer } .right-question .item:hover { background-color: #f3f3f3 } .right-question .question-content .question { width: 100% } .right-question .question-content .question i.tic { position: absolute; float: left; margin-top: -2px; font-size: 18px; color: #0183fe } .right-question .question-content .question span { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 260px; line-height: 20px; padding-left: 13px; font-size: 14px; color: #333 } .right-question .question-content .question-num { font-size: 12px; margin-left: 37px; line-height: 16px; color: #999 } .right-question .question-content .question-num i { font-style: normal; font-size: 12px; color: #ff3b30 } .right-question .question-content .answer { width: 100%; margin-top: 10px } .right-question .question-content .answer i.tic { float: left; margin-top: -3px; font-size: 18px; color: #0084ff } .right-question .question-content .answer .right-answer-content { position: relative; display: inline-block; width: 229px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; max-height: 110px; display: inline-block \9; display: -moz-inline-block; max-height: 109px; font-size: 14px; color: #333 } .right-askEveryone .ask_header { width: 100%; margin-top: -4px; text-align: center; font-size: 16px; font-weight: 700 } .right-askEveryone .ask-center { width: 100%; margin-top: 11px; text-align: center; font-size: 12px } .right-askEveryone .ask-center .ask-item { display: inline-block; float: left; width: 50%; height: 100% } .right-askEveryone .ask-center .ask-item .ask-img { display: inline-block; float: left; width: 100%; height: 68px } .right-askEveryone .ask-center .ask-item .ask-img img.lazy-img { display: inline-block; width: 68px; height: 68px } .right-askEveryone .ask-center .ask-item span.ask-txt { float: left; width: 100%; height: 34px; margin-top: 5px; overflow: hidden; font-size: 12px; text-align: center; line-height: 16px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 32px; display: inline-block \9; display: -moz-inline-block; color: #333 } .right-askEveryone .ask-center .ask-item span.ask-txt .import-txt { font-style: normal; color: #ff3b30 } .right-askEveryone .ask-footer { min-height: 32px; margin-top: 10px; padding: 4px 4px 8px; border-radius: 2px; border: 1px solid transparent; background-color: #f9f9f9 } .right-askEveryone .ask-footer .textarea { float: left; width: 254px; height: 77px; padding: 6px 11px 23px; line-height: 22px; font-size: 14px; color: #333 } .right-askEveryone .ask-footer .textarea:-ms-input-placeholder { color: #999 !important } .right-askEveryone .ask-footer .input-num { right: 12px; bottom: 6px; font-size: 12px } .right-askEveryone .ask-footer .ask-answer { float: right; width: 64px; height: 28px; margin-top: 8px; padding-top: 4px } .right-askEveryone .active-area .textarea { width: 100%; height: 76px } .right-askEveryone .active-area .ask-answer { float: right } .have_question { position: relative; width: 100%; height: 124px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/ask_foryou.png) 0 0 no-repeat; background-size: 100% 100%; cursor: pointer } .have_question .have-question-content { position: absolute; left: 0; bottom: 19px; display: inline-block; width: 100%; height: 60px; padding: 0 17px 0 20px; font-size: 14px; color: #333 } .have_question .have-question-content .tic { float: left; margin: 5px 0 0 18px; font-size: 20px; vertical-align: middle; color: #0183fe } .have_question .have-question-content .have-question-txt { float: right; width: 206px; height: 80%; margin-top: 6px; margin-right: 10px; font-weight: 700; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 44px; display: inline-block \9; display: -moz-inline-block } .have_question:hover div > span { color: #0183fe } .have_question.-text-center .have-question-container .tic { margin: 13px 0 0 18px } .have_question.-text-center .have-question-container .have-question-txt { line-height: 43px } .right-company-notice { padding: 0 16px 16px } .right-company-notice .company-notice-content { max-height: 217px } .right-company-notice .company-notice-content .notice-title { display: inline-block; width: 100%; max-height: 44px; text-align: center; font-size: 14px; font-weight: 700; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 44px; display: inline-block \9; display: -moz-inline-block; color: #333 } .right-company-notice .company-notice-content .notice-time { display: inline-block; width: 100%; font-size: 12px; text-align: right; color: #999 } .right-company-notice .company-notice-content .notice-txt { font-size: 14px; color: #333 } .right-company-notice .company-notice-content .notice-btn-container { padding-top: 19px; padding-bottom: 8px; text-align: center } .right-company-notice .-notice-claim .notice-txt { display: block; margin-top: 8px; text-align: center } .right-claim-company .company-item { float: left; display: inline-block; width: 100%; height: 86px; padding: 16px 16px 22px 27px; border-bottom: 1px solid #f3f3f3; cursor: pointer; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .right-claim-company .company-item .company-item-left { float: left; width: 48px; height: 100%; margin-right: 15px } .right-claim-company .company-item .company-item-left .logo-warp { position: relative; width: 48px; height: 48px; background-color: #fff } .right-claim-company .company-item .company-item-left .logo-warp .lazy-img { float: left; display: inline-block; width: 100%; height: 100%; border-radius: 4px } .right-claim-company .company-item .company-item-left .logo-warp .claim_icon_ok { position: absolute; left: -11px; bottom: -11px; width: 71px; height: 21px } .right-claim-company .company-item .company-item-left .logo-warp .claim_icon_ok .renzheng { display: block; width: 100%; height: 100% } .right-claim-company .company-item .company-item-right { float: left; width: 190px } .right-claim-company .company-item .company-item-right .link-claim, .right-claim-company .company-item .company-item-right .link-click { float: left } .right-claim-company .company-item .company-item-right .link-click { display: inline-block; width: 100%; margin-top: 1px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333 } .right-claim-company .company-item .company-item-right .link-claim { display: inline-block; padding: 0 11px 0 8px; margin-top: 5px; font-size: 12px; line-height: 20px; text-align: center; background-color: rgba(245, 166, 35, .1); border-radius: 2px } .right-claim-company .company-item .company-item-right .link-claim:hover { text-decoration: none } .right-claim-company .company-item:hover { background-color: #f3f3f3 } .right-claim-company .company-item:hover .link-click { text-decoration: none } .right-claim-company .right-rolling { width: 100%; height: 571px; max-height: 571px } .right-claim-company .right-rolling .warp { position: absolute; top: 0; left: 0; width: 1776px; height: 100%; transition: transform 0s, -webkit-transform 0s } .right-claim-company .right-rolling .warp .content { padding: 0 } .right-claim-company .right-rolling .panel { bottom: 18px } .modal .modal-content .modal-company-notice .company-notice-title { text-align: center; font-size: 14px; font-weight: 700; color: #333 } .modal .modal-content .modal-company-notice .company-notice-content { margin-top: 15px; font-size: 14px; color: #333 } .modal .modal-content .modal-company-notice .company-notice-time { margin-top: 15px; text-align: right; font-size: 12px; color: #999 } .vip-pay { text-align: center } .vip-pay .header { position: relative; background: #ff7d18; color: #fff } .vip-pay .header .content { font-size: 16px; line-height: 40px } .vip-pay .close { font-size: 14px; position: absolute; right: 15px; top: 10px; cursor: pointer } .vip-pay .renewheader { height: 36px; padding: 0 20px; text-align: left; line-height: 36px; background: rgba(255, 125, 25, .05); color: #ff7d18 } .vip-pay .renewheader .tic-tips { margin-right: 6px } .vip-pay .renewheader.-nobg { background: 0 0 } .vip-pay .subheader { position: relative; height: 36px; padding: 0 20px; line-height: 36px; background: #fbfbfb; color: #333 } .vip-pay .subheader.-nobg { background: 0 0 } .vip-pay .demo { padding-left: 10px; font-size: 12px; color: #666 } .vip-pay .body { padding-top: 25px; padding-bottom: 0 } .vip-pay .btn-box { display: inline-block; width: 140px; padding-top: 20px; padding-bottom: 12px } .vip-pay .invoice { height: 22px; margin-top: 5px; font-size: 12px; line-height: 22px; color: #ff3b30; background-image: url(https://cdn.tianyancha.com/wap/images/invoice_bg.png); background-position: center; background-repeat: no-repeat } .vip-pay .vip-all-right { color: #ff7d18; position: absolute; right: 20px; font-size: 12px; cursor: pointer } .vip-pay .err-msg { font-size: 12px; color: #ff3b30 } .vip-pay.-mask-white { background: #fff; margin: 0 auto; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3); box-shadow: 0 5px 15px rgba(0, 0, 0, .3) } .vip-pay.-mask-equity { background: rgba(255, 255, 255, .85); margin: 0 auto } .vip-pay.-mask-equity .header { display: none } .vip-pay.-mask-equity .subheader { background-color: #fff } .vip-pay.-mask-risk { background: rgba(255, 255, 255, .85); margin: 0 auto } .vip-pay.-mask-risk .subheader { background: rgba(255, 255, 255, .1) } .vip-pay.-claim .header { background: #ffaf25 } .vip-pay-order { padding: 30px 20px 0; text-align: left } .vip-pay-order .pay-title { margin-bottom: 10px; line-height: 28px } .vip-pay-order .pay-price { display: inline-block; vertical-align: middle; color: #333 } .vip-pay-order .end-price { font-size: 16px; color: #ff3b30 } .vip-pay-order .discount { display: inline-block; vertical-align: middle; font-size: 12px; color: #ff3b30 } .vip-pay-order .pay-item { display: inline-block; vertical-align: top } .vip-pay-order .modal-claim-tip .tip-title { font-size: 16px } .vip-pay-order .modal-claim-tip .tip-val { font-size: 14px } .vip-pay-order .modal-claim-tip .tip-title, .vip-pay-order .modal-claim-tip .tip-val { display: inline-block; width: 100%; line-height: 22px; color: #333 } .vip-pay-order .modal-claim-tip .warp { width: 489px; left: 30px; top: -9px } .vip-pay-order .modal-claim-tip .triangle { top: 10px; left: -21px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg) } .vip-pay-order.-renew { padding-top: 20px } .vip-pay-order.-next { padding-top: 0 } .vipintro-pay-title { position: absolute; top: 34px; left: 114px; color: #ff7d18; font-size: 20px; line-height: 20px } .viprenew-pay-title { position: absolute; top: 25px; left: 114px; color: #ff7d18; font-size: 16px; line-height: 22px; text-align: left } .vip-pay-succ { text-align: center; padding: 40px 32px 60px } .vip-pay-succ .title { padding-top: 23px; font-size: 24px; padding-bottom: 8px } .vip-pay-succ .succ-icon { color: #0084ff; font-size: 64px; line-height: 64px } .vip-outer-holding { width: 100%; border: 1px solid #f3f3f3; padding: 35px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_zzsyr.png); background-size: 100% } .vip-outer-sjkzq { width: 100%; border: 1px solid #f3f3f3; padding: 70px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_sjkzq.png); background-size: 100% } .vip-outer-cwjx { width: 100%; border: 1px solid #f3f3f3; padding: 56px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_cwjx.png); background-size: 100% } .vip-outer-history { width: 100%; border: 1px solid #f3f3f3; padding: 52px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_past.png); background-size: 100% } .vip-outer-human-role { width: 100%; border: 1px solid #f3f3f3; padding: 47px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_syjs.png); background-size: 100% } .vip-outer-human-company { width: 100%; border: 1px solid #f3f3f3; padding: 67px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_sygs.png); background-size: 100% } .vip-outer-human-holding { width: 100%; border: 1px solid #f3f3f3; padding: 54px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_sjkzq.png); background-size: 100% } .vip-outer-human-past { width: 100%; border: 1px solid #f3f3f3; padding: 58px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_past.png); background-size: 100%; margin-top: 10px } .vip-outer-search { width: 100%; border: 1px solid #f3f3f3; padding: 60px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/search_vip_1105.png); background-size: 100% } .vip-outer-equity { width: 100%; border: 1px solid #f3f3f3; padding: 0 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/equitymask.png); background-size: 100% } .vip-outer-risk { width: 100%; border: 1px solid #f3f3f3; padding: 0 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/risk-vip-mask-bg.png); background-size: 100% } .vipintro-pay-outer { position: relative } .vip-outer-relation { width: 100%; border: 1px solid #f3f3f3; padding: 79px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/short-path-bg1.png); background-size: 100%; border: 0; margin: 0 auto } .vip-outer-map { width: 100%; border: 1px solid #f3f3f3; padding: 40px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_map.png); background-size: 100%; border: 0 } .claim-pay-outer { position: relative; margin-bottom: 6px; border-bottom: 1px solid #f3f3f3 } .claim-pay-outer .inner { position: absolute; top: 16px; left: 114px; text-align: left } .claim-pay-outer .inner .title { color: #ffaf25; font-size: 20px; line-height: 54px } .claim-pay-outer .inner .title .pre-package { color: #333 } .claim-pay-outer .inner .title .tic-img_popup_arrows { position: relative; font-size: 13px; color: rgba(255, 175, 37, .5) } .claim-pay-outer .inner .title .tic-img_popup_arrows:after { position: absolute; top: -13px; left: 0; line-height: 16px; font-size: 12px; color: #666; content: '升级' } .claim-pay-outer .inner .intro { padding-top: 7px } .claim-pay-outer img { vertical-align: top } .vip-check { position: relative; display: inline-block; vertical-align: top; width: 150px; height: 86px; padding-top: 20px; border: 1px solid #eee1af; margin-right: 6px; background-color: #fff; cursor: pointer } .vip-check:last-child { margin-right: 0 } .vip-check .bottom, .vip-check .top { position: absolute; right: 0; display: none; border-style: solid } .vip-check .icon { position: absolute; font-size: 14px; line-height: 1em; color: #fff } .vip-check .top { top: 0; border-width: 0 28px 28px 0; border-color: transparent #f3f3f3 transparent transparent } .vip-check .top .icon { top: -1px; right: -30px } .vip-check .bottom { bottom: 0; border-width: 28px 28px 0 0; border-color: transparent #f3f3f3 transparent transparent } .vip-check .bottom .icon { right: -26px; bottom: 0 } .vip-check.-active .bottom, .vip-check.-active .top { display: block } .vip-check.-active .top { border-color: transparent #ff7d18 transparent transparent } .vip-check.-active .bottom { border-color: transparent #ff7d18 transparent transparent } .vip-check .box { font-size: 14px } .vip-check .price { font-size: 30px } .vip-check .recommend { position: absolute; top: -1px; left: -1px; width: 36px; height: 26px; font-size: 12px; line-height: 26px; background-color: #ff3b30; color: #fff } .vip-check .tips { margin-top: -4px; font-size: 12px; color: #666 } .vip-check .tips em { color: #ff7d18 } .vip-check.-popup { width: 150px; height: 90px; padding-top: 20px; border-color: #f3f3f3 } .vip-check.-popup .tip { margin-top: 0 } .vip-check.-active { border: 1px solid #ff7d18; color: #ff7d18 } .vip-check:hover { border: 1px solid #ff7d18 } .vip-check.-tips { padding-top: 13px } .vip-check-renew { border-radius: 2px } .vip-check-renew .pricewarp { line-height: 20px; color: #333 } .vip-check-renew .price { font-size: 20px; color: #ff7d18 } .vip-check-renew .year { font-size: 18px } .vip-check-renew .divide { font-size: 16px } .vip-check-renew .prime { color: #666 } .vip-check-renew .give { padding-top: 5px; font-size: 12px; color: #333 } .vip-check-renew .give-icon { display: inline-block; width: 14px; height: 14px; margin-right: 4px; color: #ff7d18 } .vip-check-renew .recommend { width: 30px; height: 16px; border-radius: 2px; line-height: 16px } .vip-check-renew.-popup { width: 160px; height: 96px; padding-top: 15px } .vip-check-renew:hover { border: 1px solid #ff7d18 } .check-warp { text-align: center } .vip-intro { position: relative; padding-bottom: 20px } .vip-intro .head { padding-bottom: 12px; font-size: 14px; line-height: 16px; text-align: left; color: #ff7d18 } .vip-intro .mainhead { padding-right: 10px; font-size: 16px } .vip-intro .linkintro { float: right; font-size: 12px } .vip-intro .sub-title { color: #666; padding-top: 5px; font-size: 12px } .vip-intro .demo-click { position: absolute; top: -19px; line-height: 19px; right: 0; font-size: 14px } .vip-intro .vip-intro-img { width: 720px; margin: 5px auto 0; vertical-align: middle } .vip-intro-warp { padding: 0 30px } .vip-pay-type { padding-bottom: 15px } .vip-pay-type .head { padding: 7px 0; border-top: 1px dashed #f3f3f3 } .vip-pay-type .left { width: 140px; float: left } .vip-pay-type .right { margin-left: 155px } .vip-pay-type .qrcode-box { padding: 20px; text-align: center } .vip-pay-type .help-img { display: inline-block; vertical-align: top; width: 172px; height: 156px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: 0 0 } .vip-pay-type .help-logo { display: inline-block; font-size: 35px; color: #666 } .vip-pay-type .help-text { display: inline-block; font-size: 12px; letter-spacing: 3px; color: #666 } .vip-pay-type .qrcode-md { width: 144px; height: 144px; padding: 5px; background-color: #fff } .vip-type-item { position: relative; display: inline-block; width: 238px; height: 95px; padding-top: 25px; border: 1px solid #f3f3f3; background-color: #fff; cursor: pointer } .vip-type-item .bottom, .vip-type-item .top { position: absolute; right: 0; display: none; border-style: solid } .vip-type-item .icon { position: absolute; font-size: 14px; line-height: 1em; color: #fff } .vip-type-item .top { top: 0; border-width: 0 20px 20px 0; border-color: transparent #f3f3f3 transparent transparent } .vip-type-item .top .icon { top: -1px; right: -22px } .vip-type-item .bottom { bottom: 0; border-width: 20px 20px 0 0; border-color: transparent #f3f3f3 transparent transparent } .vip-type-item .bottom .icon { right: -18px; bottom: 0 } .vip-type-item.-active .bottom, .vip-type-item.-active .top { display: block } .vip-type-item.-active .top { border-color: transparent #ff7d18 transparent transparent } .vip-type-item.-active .bottom { border-color: transparent #ff7d18 transparent transparent } .vip-type-item .wx, .vip-type-item .zfb { margin: 0 auto } .vip-type-item .wx { width: 144px; height: 44px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -172px -103px } .vip-type-item .zfb { width: 121px; height: 42px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -316px -103px } .vip-type-item.-active { border: 1px solid #ff7d18 } .vip-type-item.-claim.-active { border: 1px solid #ffaf25 } .vip-type-item.-claim.-active .top { border-right-color: #ffaf25 } .vip-type-item.-disabled { cursor: no-drop } .vip-type-item.-xs { width: 140px; height: 46px; padding-top: 3px } .vip-type-item.-xs .wx { margin-top: 3px; width: 108px; height: 35px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -214px -218px } .vip-type-item.-xs .zfb { width: 107px; height: 37px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -284px -156px } .vip-type-item.-sm { width: 150px; height: 50px; padding-top: 8px; margin-right: 10px } .vip-type-item.-sm .wx { width: 112px; height: 31px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -322px -218px } .vip-type-item.-sm .zfb { width: 87px; height: 33px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -391px -156px } .vip-page-arrow { position: relative; background: #f9f9f9 } .vip-page-arrow:after { content: ''; position: absolute; left: -8px; top: 16px; border-width: 8px 8px 8px 0; border-color: transparent; border-right-color: #f9f9f9; border-style: solid } .vip-invite { position: relative; float: right; color: #666 } .vip-invite .tooglebox { position: absolute; right: 0; top: 41px; z-index: 1; width: 350px; padding: 17px 15px; border: 1px solid #ff7d18; background: #fffcfa } .vip-invite .tooglebox:after, .vip-invite .tooglebox:before { content: ''; border-width: 0 8px 10px; border-color: transparent; position: absolute; right: 30px; border-style: solid } .vip-invite .tooglebox:after { top: -10px; border-bottom-color: #fff } .vip-invite .tooglebox:before { top: -11px; border-bottom-color: #ff7d18 } .vip-invite .toggleqrcode { padding-top: 4px; font-size: 12px; line-height: 1em; text-align: center } .vip-invite .get-text { color: #ff7d18 } .vip-invite .get { font-size: 12px } .vip-invite .sm-text { padding-top: 10px; padding-bottom: 6px } .vip-invite.-claim .tooglebox { border-color: #ffaf25 } .vip-invite.-claim .tooglebox:before { border-bottom-color: #ffaf25 } .invite-close { position: absolute; right: 10px; top: 10px; font-size: 12px; line-height: 1em; color: #666; cursor: pointer } .vip-pop-clear { position: absolute; margin: 8px 0 0 0; cursor: pointer; width: 15px; left: 215px; top: 0 } .vip-friend { padding-top: 10px; padding-left: 60px; padding-right: 60px; padding-bottom: 20px; text-align: left } .vip-friend .get-code { float: right; font-size: 12px; margin-left: 5px; margin-right: 80px; color: #ff7d18; cursor: pointer } .vip-friend .end-price { font-size: 16px; color: #ff3b30 } .vip-friend .discount { display: inline-block; vertical-align: middle; font-size: 12px; color: #ff3b30 } .vip-friend .err-msg { color: #ff3b30 } .vip-friend-group { position: relative; color: #666 } .vip-friend-group .row { height: 32px; line-height: 30px; margin-top: 10px } .vip-friend-group .vip-friend-left { float: left; width: 16.66666667%; text-align: right; height: 30px; line-height: 30px; padding-right: 10px } .vip-friend-group .vip-friend-right { float: left; margin-bottom: 24px; width: 83.33333333% } .vip-friend-group .order-invite-msg-friends { color: #ff3b30; font-size: 12px; line-height: 24px; position: absolute } .vip-friend-group input { padding-left: 8px; border-radius: 0 } .vip-friend-group .toggle-qrcode-box { display: none; position: absolute; right: 53px; -webkit-box-shadow: 0 0 11px 5px #eee; box-shadow: 0 0 11px 5px #eee; padding: 10px; margin-top: 8px; background: #fff } .vip-friend-group .get-code:hover .toggle-qrcode-box { display: block } .vip-friend-group .lh-1em { line-height: 1em } .vip-friend-group .sec-c3 { color: #666 } .vip-friend-group .pt14 { padding-top: 14px } .vip-friend-group .pt6 { padding-top: 6px } .vip-friend-group .mb60 { margin-bottom: 60px } .vip-friend-group .mt60 { margin-top: 60px } .vip-friend-order { margin: 20px 20px 28px; padding: 20px; font-size: 14px; background-color: #fff8f2; line-height: 28px; text-align: left } .vip-friend-order .friends-phone { line-height: 45px; border-bottom: 1px dotted #f3f3f3; font-size: 18px } .vip-friend-order .taocan { margin-top: 10px; line-height: 34px } .vip-friend-order .finalPrice { line-height: 34px } .vip-renew .mobile-warp { position: relative; display: inline-block } .vip-renew .mobile-box { display: inline-block; vertical-align: top } .vip-renew .mobile-left { line-height: 32px; color: #ff7d18 } .vip-renew .mobile-right { width: 294px; line-height: 32px } .vip-renew .err-mobile-msg { position: absolute; bottom: -26px; left: 200px; font-size: 12px; color: #ff3b30 } .vip-renew .err-mobile-msg.-mask { bottom: -19px } .ruby-check-boxs { width: 100px; height: 32px; line-height: 32px; display: inline-block; border: 1px solid #e0e0e0; font-size: 16px; position: relative; cursor: pointer; margin-right: 4px } .ruby-check-boxs .rightTB { width: 0; height: 0; border-style: solid; border-width: 0 0 20px 20px; right: 0; bottom: 0; font-size: 10px; border-color: transparent transparent #e0e0e0 transparent; position: absolute } .ruby-check-boxs .icon { font-size: 12px; right: 0; bottom: -12px; color: #fff; position: absolute } .ruby-check-boxs.active { border: 1px solid #ff7d18; color: #ff7d18 } .ruby-check-boxs.active .rightTB { border-color: transparent transparent #ff7d18 transparent } .vip-ruby .vipColor { color: #ff7d18 } .vip-ruby .ml15 { margin-left: 15px } .vip-ruby .in-block { display: inline-block } .vip-ruby .c-s-title { color: #666 } .vip-ruby .wx_pay_box { padding: 5px; background-color: #fff; text-align: center } .vip-ruby .box { display: inline-block; text-align: center; border: 1px solid #e0e0e0 } .vip-ruby .succ-icon { color: #ff7d18; font-size: 45px } .vip-ruby .f18 { font-size: 18px } .num-investment-ratio { color: #ff3b30 } .num-position { color: #ff3b30 } .num-investment-rate { color: #ff3b30 } .num-shareholding-ratio { color: #ff3b30 } .num-company { color: #ff3b30 } .num-human { color: #ff3b30 } .num-brand { color: #ff3b30 } .num-company-distributed { color: #ff3b30 } .num-legal { color: #ff7d18 } .num-equity { color: #ff7d18 } .num-opening { color: #079c49 } .num-cancel { color: #ff3b30 } .num-high { color: #ff3b30 } .num-low { color: #079c49 } .num-rise-fall { color: #ff3b30 } .num-fall-stop { color: #079c49 } .num-dagudong { background-color: #ff3b30 } .num-stock-quotes { padding: 0 10px; display: inline-block } .num-stock-quotes .trend { font-size: 28px } .num-stock-quotes .trendpart { display: inline-block; margin-left: 10px; font-size: 12px; line-height: 15px } .num-stock-quotes .fill { color: #079c49 } .num-stock-quotes .rise { color: #ff3b30 } .num-total { padding: 0 4px; color: #ff3b30 } .num-total.-left { padding-left: 0 } .num-toco:after, .num-toco:before { content: ' ' } .text-image { position: relative; padding-left: 46px; text-align: left } .text-image .logo, .text-image .logo-text { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .text-image-human { text-align: left } .text-image-human .right { float: right; line-height: 36px } .text-image-human .lazy-img { margin-right: 8px } .text-image-human .name { position: relative; display: inline-block; vertical-align: middle } .text-image-human .name .link-click { display: inline-block; max-width: 188px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .link-click { color: #0084ff; cursor: pointer } .link-click:active, .link-click:focus, .link-click:hover { color: #0084ff } .link-click:hover { text-decoration: underline } .link-hover-click { color: #333; cursor: pointer } .link-hover-click:active, .link-hover-click:focus, .link-hover-click:hover { color: #0084ff } .link-sub-hover-click { color: #666; cursor: pointer } .link-sub-hover-click:active, .link-sub-hover-click:focus, .link-sub-hover-click:hover { color: #0084ff } .link-hover { cursor: pointer } .link-hover:active, .link-hover:focus, .link-hover:hover { color: #0084ff } .link-hover-underline { cursor: pointer } .link-hover-underline:active, .link-hover-underline:focus, .link-hover-underline:hover { color: #0084ff } .link-hover-underline:hover { text-decoration: underline } .link-vip { color: #ff7d18; cursor: pointer } .link-vip:active, .link-vip:focus, .link-vip:hover { color: #ff7d18 } .link-vip:hover { text-decoration: underline } .link-vip-noline { color: #ff7d18; cursor: pointer } .link-vip-noline:active, .link-vip-noline:focus, .link-vip-noline:hover { color: #ff7d18 } .link-vip-noline.-nav:active, .link-vip-noline.-nav:focus, .link-vip-noline.-nav:hover { font-weight: 700 } .link-vip-noline.-home:active, .link-vip-noline.-home:focus, .link-vip-noline.-home:hover { font-weight: 700 } .link-hovervip { color: #333; cursor: pointer } .link-hovervip:active, .link-hovervip:focus, .link-hovervip:hover { color: #ff7d18 } .link-hovervip:hover { text-decoration: underline } .link-sub-vip { color: #666; cursor: pointer } .link-sub-vip:active, .link-sub-vip:focus, .link-sub-vip:hover { color: #ff7d18 } .link-sub-vip:hover { text-decoration: underline } .link-darkerbg { color: #333; cursor: pointer } .link-darkerbg:active, .link-darkerbg:focus, .link-darkerbg:hover { color: #ff7d18 } .link-darkerbg:hover { text-decoration: underline } .link-white { color: #fff; cursor: pointer } .link-white:active, .link-white:focus, .link-white:hover { color: #fff; font-weight: 700 } .link-white-hover { color: #fff; cursor: pointer } .link-white-hover:active, .link-white-hover:focus, .link-white-hover:hover { color: #0084ff } .link-claim { color: #ffaf25; cursor: pointer } .link-claim:active, .link-claim:focus, .link-claim:hover { color: #ffaf25 } .link-claim:hover { text-decoration: underline } .link-white-underline { color: #666; cursor: pointer } .link-white-underline:focus, .link-white-underline:hover { text-decoration: underline; color: #fff } .link-white-underline.-block { display: block } .link-nav { color: #333; cursor: pointer } .link-nav:active, .link-nav:focus, .link-nav:hover { color: #0084ff } .link-error { color: #ff3b30; cursor: pointer } .link-error:active, .link-error:focus, .link-error:hover { color: #ff3b30 } .link-error:hover { text-decoration: underline } .link-sub-title { color: #666; cursor: pointer } .link-sub-title:active, .link-sub-title:focus, .link-sub-title:hover { color: #666 } .link-sub-title:hover { text-decoration: underline } .link-tips { color: #999; cursor: pointer } .link-tips:active, .link-tips:focus, .link-tips:hover { color: #999 } .link-tips:hover { text-decoration: underline } .link-warp a { color: #0084ff; cursor: pointer } .link-warp a:active, .link-warp a:focus, .link-warp a:hover { color: #0084ff } .link-warp a:hover { text-decoration: underline } .link-spacing { margin-left: 8px } .link-footer { color: rgba(255, 255, 255, .56); cursor: pointer } .link-footer:active, .link-footer:focus, .link-footer:hover { color: #fff } .link-footer.-block { display: block } .pagination { display: inline-block; padding-left: 0; margin: 20px 0 0 0; font-size: 0 } .pagination li { list-style: none; display: inline } .pagination .num { display: inline-block; min-width: 30px; padding: 5px; font-size: 12px; vertical-align: middle; text-align: center; color: #0084ff; border: 1px solid rgba(0, 132, 255, .2); text-decoration: none; cursor: pointer; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .pagination .num:hover { color: #0084ff; background-color: rgba(0, 132, 155, .05); border-color: #0084ff } .pagination .num.-current { border: 0; color: #333; background-color: transparent; cursor: default } .pagination .num:first-child { margin-left: 0 } .pagination li + li { margin-left: 10px } .pagination.-risk { margin: 16px 0 40px } .pagination.-risk .num { padding: 3px 5px; line-height: 12px; height: auto; min-width: 20px; background-color: transparent; border-color: transparent; color: #ff7d18 } .pagination.-risk .num.-current { border: 0; color: #333 } .pagination.-risk .num.-next, .pagination.-risk .num.-prev { min-width: 32px } .pagination.-risk .num:hover { background-color: transparent; border-color: transparent; text-decoration: underline } .pagination.-risk li + li { margin-left: 0 } .riskLoading .modal-successBox2 { margin-top: 55px !important } .tooltip-common { font-size: 12px; line-height: 14px; position: absolute; z-index: 2 } .tooltip-common .inner { max-width: 200px; padding: 3px 8px; text-align: center; border-radius: 2px } .tooltip-common .arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid } .tooltip-common.-top { padding-bottom: 8px } .tooltip-common.-top .arrow { bottom: 3px; border-width: 5px 5px 0; border-top-color: #0084ff; left: 50%; margin-left: -5px } .tooltip-common.-left { padding-left: 8px } .tooltip-common.-left .arrow { left: 4px; border-width: 5px 5px 5px 0; border-right-color: #0084ff; margin-top: -5px; top: 50% } .tooltip-common.-vip { display: inline-block; margin-top: 3px; color: #ff7d18 } .tooltip-common.-vip .inner { border-radius: 0; background: #fff; border: 1px solid #f3f3f3; -webkit-box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); position: relative } .tooltip-common.-vip .inner:after { content: ''; border-width: 6px 6px 6px 0; border-color: transparent; border-right-color: #fff; position: absolute; left: -4px; top: 4px; border-style: solid } .tooltip-common.-vip .arrow { -webkit-box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); width: 8px; height: 8px; border: none; left: 6px; margin-top: -4px; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .tooltip-common.-click { color: #0084ff } .tooltip-common.-progress { margin-right: -15px; right: 0; bottom: 7px } .tooltip-common.-progress .inner { max-width: 250px; padding: 1px 4px; color: #fff; text-align: left; text-decoration: none; background-color: #0084ff; border-radius: 2px; -webkit-box-shadow: 0 2px 8px #0084ff; box-shadow: 0 2px 8px #0084ff; min-height: 16px } @-webkit-keyframes tooltip-box-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } @keyframes tooltip-box-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } .tooltip-box { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; text-align: center } .tooltip-box .content { width: auto; height: auto; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); border-radius: 4px } .tooltip-box:before { content: ''; position: absolute; top: -4px; border-top-color: #fff; border-right-color: transparent; border-bottom-color: transparent; border-left-color: #fff; -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); border-radius: 2px; border-width: 4px; border-style: solid; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .tooltip-box .content { padding: 0 16px; white-space: nowrap; font-size: 16px; line-height: 48px; text-align: left; color: #333 } .tooltip-box .icon { padding-right: 8px } .tooltip-box .close { font-size: 14px; padding-left: 17px } .tooltip-box .hint { color: #f7ad24 } .tooltip-box.animate { display: none; -webkit-animation-name: tooltip-box-pop-hide; animation-name: tooltip-box-pop-hide } .tooltip-box.show { display: block } .tag { display: inline-block; border: 1px solid #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; white-space: nowrap } .tag-status-warn { color: #ff3b30; background-color: #fff; border-color: #ff3b30; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-status-warn:focus, .tag-status-warn:hover { color: #ff3b30; background-color: #fff; border-color: #ff3b30 } .tag-status-warn:active { color: #ff3b30; background-color: #fff; border-color: #ff3b30 } .tag-status-normal { color: #079c49; background-color: #fff; border-color: #079c49; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-status-normal:focus, .tag-status-normal:hover { color: #079c49; background-color: #fff; border-color: #079c49 } .tag-status-normal:active { color: #079c49; background-color: #fff; border-color: #079c49 } .tag-new-category { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-new-category:focus, .tag-new-category:hover { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3 } .tag-new-category:active { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3 } .tag-new-category .line:after { content: '丨'; padding-left: 2px; padding-right: 2px } .tag-new-category .bond-name { padding-left: 10px } .tag-company-status-warn { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-company-status-warn:focus, .tag-company-status-warn:hover { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3 } .tag-company-status-warn:active { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3 } .tag-company-status-normal { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-company-status-normal:focus, .tag-company-status-normal:hover { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3 } .tag-company-status-normal:active { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3 } .tag-history-name { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-history-name:focus, .tag-history-name:hover { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3 } .tag-history-name:active { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3 } .tag-dissent { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-dissent:focus, .tag-dissent:hover { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3 } .tag-dissent:active { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3 } .tag-vip { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-vip:focus, .tag-vip:hover { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent } .tag-vip:active { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent } .tag-risk-count { min-width: 67px; font-size: 16px; padding: 0 8px; line-height: 22px; border-color: rgba(255, 95, 87, .3); color: #ff5f57; background-color: rgba(255, 95, 87, .1); border-radius: 4px; font-size: 14px } .tag-risk-intro { vertical-align: top; display: inline-block; font-size: 12px; padding: 1px 4px; border: 1px solid; border-radius: 2px; line-height: 16px } .tag-risk-intro.-warn { border-color: #ff7d18; color: #ff7d18 } .tag-risk-intro.-notice { border-color: #c66ef2; color: #c66ef2 } .tag-risk-intro.-risk { border-color: #ff3b30; color: #ff3b30 } .tag-risk-intro.-normal { border-color: #079c49; color: #079c49 } .tag-risk-intro.-primary { border-color: #0084ff; color: #0084ff } .tag-risk-intro.-tyc-title { margin-top: -3px } .tag-mr { margin-right: 8px } .tag-label { display: inline-block; border: 1px solid #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; white-space: nowrap; border: none; padding: 0 8px; font-size: 12px; color: #666; background: #f1f1f1 } .tag-common { display: inline-block; vertical-align: top; padding: 0 8px; border: 1px solid transparent; line-height: 1.5714285714; height: 20px; border-radius: 2px; font-size: 12px; text-align: center; white-space: nowrap } .tag-common .line:after { content: '丨'; padding-left: 2px; padding-right: 2px } .tag-common .bond-name { padding-left: 10px } .tag-common.-primary { color: #449de6; background-color: rgba(68, 157, 230, .1) } .tag-common.-risk { color: #f38585; background-color: rgba(243, 133, 133, .1) } .tag-common.-warn { color: #ec9662; background-color: rgba(236, 150, 98, .1) } .tag-common.-normal { color: #079c49; background-color: rgba(7, 156, 73, .1) } .tag-common.-history { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-notice { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-vip { color: #ec9662; background-color: rgba(236, 150, 98, .1) } .tag-common.-hint { color: #d4ae46; background-color: rgba(212, 174, 70, .1) } .tag-common.-organize { color: #4bc4cf; background-color: rgba(75, 196, 207, .1) } .tag-common.-own-label { color: #666; background-color: rgba(102, 102, 102, .1) } .tag-common.-location { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-primary-bg { color: #449de6; border-color: #449de6 } .tag-common.-risk-bg { color: #f38585; border-color: #f38585 } .tag-common.-warn-bg { color: #ec9662; border-color: #ec9662 } .tag-common.-normal-bg { color: #079c49; border-color: #079c49 } .tag-common.-history-bg { color: #757dd3; border-color: #757dd3 } .tag-common.-notice-bg { color: #757dd3; border-color: #757dd3 } .tag-common.-vip-bg { color: #ec9662; border-color: #ec9662 } .tag-common.-hint-bg { color: #d4ae46; border-color: #d4ae46 } .tag-common.-organize-bg { color: #4bc4cf; border-color: #4bc4cf } .tag-common.-own-label-bg { color: #666; border-color: #666 } .tag-common.-location-bg { color: #757dd3; border-color: #757dd3 } .tag-common + .tag-common { margin-left: 8px } .tips-num { color: #ff3b30 } .tips-num:after, .tips-num:before { content: ' ' } .tips-rate { color: #ff3b30 } .tips-vip { color: #ff7d18 } .tips-msg { position: relative; display: inline-block; height: 20px; padding: 2px 4px; border-radius: 2px; font-size: 12px; line-height: 16px; background: #ff3b30; color: #fff; white-space: nowrap; -webkit-font-smoothing: auto } .tips-msg .content { font-weight: 400 } .tips-msg:after { content: ''; position: absolute; bottom: -6px; left: 4px; width: 0; height: 0; border-width: 3px 3px; border-style: solid; border-color: #ff3b30 transparent transparent #ff3b30 } .tips-msg .line { position: relative; display: inline-block; margin-left: 4px; padding-left: 5px } .tips-msg .line:after { content: ''; position: absolute; top: 3px; left: 0; width: 1px; height: 10px; border-left: 1px solid rgba(255, 255, 255, .5) } .tips-msg.tips-vip { background: #ff7d18 } .tips-msg.tips-vip:after { border-color: #ff7d18 transparent transparent #ff7d18 } .tips-msg.-nav { position: absolute; top: -7px; left: 100%; z-index: 1; margin-left: -32px } .tips-msg.-list { position: absolute; top: -4px; left: 100%; margin-left: -28px } .tips-msg.-userbox { position: absolute; top: -28px; right: -20px } .tips-msg.-user { position: relative; top: -20px } .tips-msg-num { display: inline-block; height: 16px; min-width: 16px; padding: 0 4px; border-radius: 8px; font-size: 12px; line-height: 16px; text-align: center; font-weight: 400; background: #ff3b30; color: #fff } .tips-msg-num.-nav { position: absolute; right: 3px; top: -2px } .tips-msg-num.-list { position: absolute; left: 88px; top: -2px } .tips-msg-num.-user { position: relative; top: -14px } .tips-point { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #ff3b30 } .tips-point.-md { width: 12px; height: 12px } .tips-point.-nav { position: absolute; right: 24px; top: 14px } .tips-point.-watch { position: absolute; top: 22px; left: 10px } .tips-point.-user { vertical-align: top } .tips-point.-list { position: absolute; top: 5px; margin-left: 2px } .tips-errmsg { font-size: 12px; color: #ff3b30 } .tips-err { color: #ff3b30 } .tips-price { color: #ff3b30 } .tips-hint { color: #999 } .tips-text { color: #333 } .tips-hintmsg { font-size: 12px; color: #999 } .tips-sub-title { color: #666 } .tips-watch { font-size: 12px } .tips-watch.-modal { float: right; font-size: 14px } .tips-count { display: inline-block; font-size: 14px; margin-left: 12px; font-weight: 400 } .tips-count .hint { padding: 0 2px; color: #0084ff } .tips-block-data { display: inline-block; vertical-align: baseline; margin-left: 16px; font-weight: 400; font-size: 14px; color: #999 } .tips-claim { font-size: 12px; font-weight: 400; color: #333 } .tips-toco:after { content: ' >' } .lazy-img { text-align: left; display: inline-block; vertical-align: middle } .lazy-img .img { display: none } .lazy-img.-alias .logo { display: none } .lazy-img.-alias .logo-text { display: block } .lazy-img.-image .logo-text { display: none } .lazy-img.-image .logo { display: block } .lazy-img.-image .img { display: block } .lazy-img.-text { display: table-row; border: 0 } .lazy-img.-text td { padding: 0; border: 0 } .lazy-img.-text td.-w36 { width: 44px; text-align: left } .lazy-img.-text td.-w64 { width: 72px; text-align: left } .lazy-img.-text td.-w88 { width: 96px; text-align: left } .lazy-img.-text td.-w100 { width: 108px; text-align: left } .lazy-img.-grow { width: 100% } img.lazy-img { opacity: 0; height: 0 } img.lazy-img.-image { opacity: 1; height: auto } .push-msg { position: fixed; top: 74px; z-index: 1030; width: 100%; background: #fff8d9; line-height: 34px; height: 34px; text-align: center; cursor: pointer } .push-msg .content { max-width: 80%; display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .push-msg .click { display: inline-block; vertical-align: top; margin-left: 12px } .push-msg .close { position: absolute; top: 0; right: 12px; font-size: 12px; cursor: pointer; -webkit-transform: scale(.83); transform: scale(.83) } .push-msg.-primary { background: #e6f3ff } .push-msg.-action { -webkit-animation: push-msg .5s ease-out 1; animation: push-msg .5s ease-out 1 } .push-msg.-remove { -webkit-animation: remove-msg .5s ease-out 1; animation: remove-msg .5s ease-out 1 } .push-body { padding-top: 34px } .body-action { -webkit-transition: padding-top .5s ease-out; transition: padding-top .5s ease-out } .body-action.-home .push-msg { top: 0 } .body-action.-home .push-msg .close { right: 0 } @-webkit-keyframes push-msg { 0% { margin-top: -34px } 100% { margin-top: 0 } } @keyframes push-msg { 0% { margin-top: -34px } 100% { margin-top: 0 } } @-webkit-keyframes remove-msg { 0% { margin-top: 0 } 100% { margin-top: -34px } } @keyframes remove-msg { 0% { margin-top: 0 } 100% { margin-top: -34px } } .faces-editor { overflow: auto; outline: 0 } .faces-editor.input { white-space: nowrap; padding-right: 60px } .faces-area img, .faces-editor img { width: 24px; height: 24px; vertical-align: middle; margin: -3px 0 0 0 } .faces-area.-lg img, .faces-area.f16 img, .faces-editor.-lg img, .faces-editor.f16 img { width: 28px; height: 28px; vertical-align: middle; margin: -5px 0 0 0 } .faces-menu { position: absolute; z-index: 1060; width: 196px; padding: 15px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box } .faces-menu .inner { padding: 8px 2px 2px 8px; overflow: hidden; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .faces-menu img { width: 24px; height: 24px; vertical-align: middle; border: 0 none } .faces-menu .face { display: block; width: 40px; padding: 8px; margin-right: 6px; margin-bottom: 6px; border-radius: 2px; float: left; cursor: pointer; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .faces-menu .face:hover { background-color: #f3f3f3 } .faces-menu .face .label { display: none } .faces-menu:after, .faces-menu:before { content: " "; position: absolute; left: 50%; display: block; width: 12px; height: 12px; margin-left: -6px; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .faces-menu:before { top: 9px; overflow: hidden; background: #e0e0e0 } .faces-menu:after { top: 10px; background: #fff } .faces-menu.-bottom { padding-top: 0; padding-bottom: 15px } .faces-menu.-bottom:before { top: initial; bottom: 9px } .faces-menu.-bottom:after { top: initial; bottom: 10px } .faces-button { display: inline-block; vertical-align: middle } .face-trigger { color: #999; cursor: pointer } .face-trigger:hover { color: #0084ff } .face-trigger.-disabled { color: #e0e0e0; cursor: no-drop } .face-tool { text-align: right } .face-tool .face-trigger { margin-right: 16px; font-size: 24px; line-height: 1em; display: inline-block; vertical-align: middle } .icon-circle-bg { font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative } .icon-circle-bg:after, .icon-circle-bg:before { position: absolute; left: 0; top: 0; z-index: 1 } .icon-circle-bg:after { content: '\e70a'; color: #fff; z-index: 0 } .icon-circle-bg.-type-0 { display: none } .icon-circle-bg.-type-1:before { content: "\e714"; color: #ff7d18 } .icon-circle-bg.-type-2:before, .icon-circle-bg.-type-3:before { content: "\e712"; color: #ffaf25 } .select-item { position: relative; display: inline-block; padding: 5px 10px; margin-right: 20px; float: left; background-color: #f4f4f4; cursor: pointer } .select-item .select-item-action { position: absolute; bottom: -5px; right: -5px; display: none; color: #0084ff; cursor: pointer } .select-item.action, .select-item:hover { color: #0084ff; background-color: #e5f3ff } .select-item.action .select-item-action, .select-item:hover .select-item-action { display: inherit } .title-tab .title { position: relative; display: inline-block; margin-right: 30px; font-size: 18px; line-height: 24px; padding-bottom: 10px; cursor: pointer } .title-tab .title:last-child { margin-right: 0 } .title-tab .title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px } .title-tab .title.-active { color: #0084ff } .title-tab .title.-active:after { background: #0084ff } .title-tab .title:hover { color: #0084ff } .auto-folder { position: relative; overflow: hidden } .auto-folder .folder-btn { position: absolute; right: 0; bottom: 0; width: 70px; text-align: right; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #fff)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 26.4%) } .modal-dialog.-login-box { width: 416px; margin-left: -208px } .modal-dialog.-login-box .header .title { font-size: 18px; line-height: 72px } .modal-dialog.-login-box .body { padding-left: 30px; padding-right: 30px } .login-warp .bgContent { padding-bottom: 20px } .login-warp .new-err { color: #ff3b30 } .login-warp .c-white { color: #fff } .login-warp .point { cursor: pointer } .login-warp .c9 { color: #0084ff } .login-warp .position-rel { position: relative } .login-warp .login_btn { line-height: 44px } .login-warp .over-hide { overflow: hidden } .login-warp .lh20 { line-height: 20px } .login-warp .pb25 { padding-bottom: 25px } .login-warp .contactautoLogin { margin-right: 5px } .login-warp .login-title { padding-bottom: 56px; padding-top: 25px; font-size: 18px; text-align: center } .login-warp .title-tab { margin-top: 27px; margin-bottom: 48px } .login-warp .login-operation { padding-top: 10px; padding-bottom: 20px; line-height: 20px; font-size: 14px } .login-warp .login-bottom { padding-top: 10px; padding-bottom: 40px; font-size: 14px } .login-warp .login-errormsg { position: absolute; top: -28px; font-size: 12px; color: #ff3b30 } .login-warp .login-errormsg:before { content: "\e750"; margin-right: 6px; vertical-align: middle; font-size: 14px; font-family: tic !important; -webkit-font-smoothing: antialiased } .login-warp .login-errormsg .content { display: inline-block; vertical-align: middle } .login-warp .voice-click { font-size: 14px; color: #0084ff; cursor: pointer } .login-warp .voice-click.-disabled { cursor: no-drop; color: #e0e0e0 } .login-warp .modulein { position: relative } .login-warp .input-group { vertical-align: top } .login-warp .input-group .input { width: 256px } .login-warp .input-group .input-group-btn { width: 100px } .login-warp .login-word { padding-bottom: 48px } .login-warp .input-pwd { padding-right: 40px } .use-report { padding-top: 22px } .use-report .user-title { position: relative; display: inline-block; font-size: 26px; color: #ff7d18 } .use-report .user-title:after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 10px; background-color: rgba(255, 125, 25, .1) } .use-report .use-bg { padding-bottom: 40px; padding-left: 40px; padding-right: 40px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/usereport-bg.jpg); background-size: 100% } .use-report .top-title { padding-top: 15px; padding-bottom: 28px; font-size: 18px; line-height: 24px } .use-report .bottom-intro { font-size: 16px } .use-report .highlight, .use-report em { color: #ff7d18 } .use-report .intro-icon { display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-right: 4px; line-height: 16px; border-radius: 50%; text-align: center; font-size: 13px; background-color: #ff7d18; color: #fff } .use-report .intro-content { display: inline-block; vertical-align: middle } .complaint_modal .complaintItem { width: 620px; margin: 0 auto; text-align: center } .complaint_modal .complaintBody { font-size: 16px } .complaint_modal .complaintBody h4 { color: #4d4d4d; font-size: 22px; margin-top: 15px } .complaint_modal .complaintBody h5 { color: #4d4d4d; font-weight: 700 } .complaint_modal .complaintBody button { display: inline-block; width: 234px; height: 48px; border: 1px solid #e0e0e0; margin: 0 34px 10px; border-radius: 0; background-color: #fff } .complaint_modal .modalbox { margin-bottom: 40px } .complaint_modal .complaintBody button:active, .complaint_modal .complaintBody button:hover { background-color: #0084ff; border: 1px solid #0084ff; color: #fff } .complaint_modal .complaintBody button.disabled, .complaint_modal .complaintBody button.disabled:hover { background-color: #e0e0e0; border: 1px solid #e0e0e0; color: inherit; cursor: no-drop } .complaint_modal .complaintBody button:focus { outline: 0 } .complaint_modal .complaintBody img { vertical-align: top } .complaint_modal .complaintBody textarea:focus { outline: 0 } .complaint_modal .complaintImg { margin-bottom: 35px } .complaint_modal .complaintImg1 { margin-bottom: 20px } .complaint_modal .complaintbox { text-align: left; margin: 20px auto; border: 1px solid #f3f3f3; padding: 15px; max-height: 360px; width: 540px; overflow-x: auto; line-height: 24px; font-size: 12px } .complaint_modal .complaintinput { margin: 14px auto 24px } .complaint_modal .complaintinput input { padding-left: 10px; border-radius: 0; height: 50px; width: 457px; margin-left: -5px; padding-right: 10px; border: 1px solid #f3f3f3 } .complaint_modal .complaintinput input:focus { outline: 0 } .complaint_modal .complaintBody .complaintalert { width: 540px; height: 40px; color: #fff; line-height: 40px; background-color: #0084ff; margin-left: auto; margin-right: auto } .complaint_modal h5 { font-size: 14px } .complaint_modal .trial-title { font-size: 48px } .complaint_modal .list-circle { width: 10px; height: 10px; border-radius: 50% } .complaint_modal .trial-content { width: 515px; -webkit-box-shadow: 0 3px 10px #f3f3f3; box-shadow: 0 3px 5px #f3f3f3; margin-top: 50px; padding-left: 30px; padding-right: 30px } .complaint_modal .trail-left { width: 150px; font-size: 16px; vertical-align: top; text-align: right; padding-right: 15px; display: inline-block } .complaint_modal .trail-right { width: 300px; display: inline-block } .complaint_modal .trial-code, .complaint_modal .trial-group { height: 60px; width: 100%; margin-bottom: 10px; font-size: 16px; position: relative; clear: both } .complaint_modal .trial-group label { width: 28%; height: 60px; line-height: 60px; font-weight: 400; vertical-align: middle; background-color: #fff; text-align: center; border: 1px solid #f3f3f3; border-left: none; float: left; margin-bottom: 0; letter-spacing: 8px } .complaint_modal .trial-group input { width: 72%; height: 60px; vertical-align: middle; padding-left: 20px; border: 1px solid #f3f3f3; border-right: none; float: right } .complaint_modal .trial-code button { width: 35%; height: 60px; vertical-align: middle; color: #fff; border: 1px solid #f3f3f3; border-right: none; float: right } .complaint_modal .trial-code .active { background: #11afb8 } .complaint_modal .trial-code .disabled { background-color: #ababab } .complaint_modal .trial-code input { width: 65%; height: 60px; vertical-align: middle; padding-left: 48px; border: 1px solid #f3f3f3; border-left: none; float: left } .complaint_modal .trial-group .icon { position: absolute; right: 15px; top: 23px } .complaint_modal .trial-group .fileinput { position: absolute; right: 0 } .complaint_modal .apptrial-group { min-height: 66px; position: relative } .complaint_modal .apptrial-group label { color: #2e2e2e; line-height: 36px; font-weight: 400 } .complaint_modal .apptrial-group img { margin-right: 10px; margin-top: -4px } .complaint_modal .apptrial-control { width: 300px; height: 36px; padding: 0 15px; line-height: 36px; border: 1px solid #f3f3f3; background-color: #f9f9f9; color: #333 } .complaint_modal .apptrial-control.claim-control { width: 580px } .complaint_modal .apptrial-control:focus { outline: 0; border-color: #0084ff } .complaint_modal .apptrial-control.input_err { border: 1px solid #ff3b30 } .complaint_modal .apptrial-control.input_err :focus { outline: 0 !important; border: 1px solid #ff3b30; -webkit-box-shadow: 0 0 10px #ff3b30; box-shadow: 0 0 10px #ff3b30 } .complaint_modal .apptrial-textarea { width: 300px; padding: 10px; resize: none; border: 1px solid #f3f3f3; color: #666; height: 200px; overflow: auto } .modal-dialog.-complaint { width: 900px; margin-left: -450px } .modal-dialog.-complaint .header { color: #fff; background-color: #0084ff } .modal-dialog.-complaint .header .title { font-size: 22px; line-height: 50px } .feedback_modal .body { padding: 16px } .feedback_modal .form-group .left { width: 89px } .feedback_modal .form-group .right { width: 479px } .feedback_modal .input, .feedback_modal .textarea { vertical-align: top } .feedback_modal .textarea { height: 190px } .feedback_modal .row { margin: 10px 15px 25px } .feedback_modal .label { position: relative; padding-bottom: 5px } .feedback_modal .label.-must:before { content: ''; position: absolute; left: -15px; top: 8px; width: 8px; height: 8px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon1.png); background-repeat: no-repeat } .feedback_modal .feedbacksubmitContent { width: 140px } .unlogin-mask-syjs { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-syjs.png); background-size: 100% } .unlogin-mask-syjs::after, .unlogin-mask-syjs::before { display: table; content: " " } .unlogin-mask-syjs::after { clear: both } .unlogin-mask-syjs .login-content { margin: 48px auto 48px; width: 780px; min-height: 851px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-syjs .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-syjs .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-syjs .login-content .buttons .login, .unlogin-mask-syjs .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-syjs .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-syjs .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-syjs .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sygs { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-sygs.png); background-size: 100% } .unlogin-mask-sygs::after, .unlogin-mask-sygs::before { display: table; content: " " } .unlogin-mask-sygs::after { clear: both } .unlogin-mask-sygs .login-content { margin: 48px auto 48px; width: 780px; min-height: 480px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sygs .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sygs .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sygs .login-content .buttons .login, .unlogin-mask-sygs .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sygs .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sygs .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sygs .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sjkzq { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-rysjkzq.png); background-size: 100% } .unlogin-mask-sjkzq::after, .unlogin-mask-sjkzq::before { display: table; content: " " } .unlogin-mask-sjkzq::after { clear: both } .unlogin-mask-sjkzq .login-content { margin: 48px auto 48px; width: 780px; min-height: 562px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sjkzq .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sjkzq .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sjkzq .login-content .buttons .login, .unlogin-mask-sjkzq .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sjkzq .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sjkzq .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sjkzq .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-renzhi { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cjrz.png); background-size: 100% } .unlogin-mask-renzhi::after, .unlogin-mask-renzhi::before { display: table; content: " " } .unlogin-mask-renzhi::after { clear: both } .unlogin-mask-renzhi .login-content { margin: 48px auto 48px; width: 780px; min-height: 764px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-renzhi .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-renzhi .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-renzhi .login-content .buttons .login, .unlogin-mask-renzhi .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-renzhi .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-renzhi .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-renzhi .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-zzsyr { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gszzsyr.png); background-size: 100% } .unlogin-mask-zzsyr::after, .unlogin-mask-zzsyr::before { display: table; content: " " } .unlogin-mask-zzsyr::after { clear: both } .unlogin-mask-zzsyr .login-content { margin: 48px auto 48px; width: 780px; min-height: 528px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-zzsyr .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-zzsyr .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-zzsyr .login-content .buttons .login, .unlogin-mask-zzsyr .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-zzsyr .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-zzsyr .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-zzsyr .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sjkzq { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gssjkzq.png); background-size: 100% } .unlogin-mask-sjkzq::after, .unlogin-mask-sjkzq::before { display: table; content: " " } .unlogin-mask-sjkzq::after { clear: both } .unlogin-mask-sjkzq .login-content { margin: 48px auto 48px; width: 780px; min-height: 554px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sjkzq .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sjkzq .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sjkzq .login-content .buttons .login, .unlogin-mask-sjkzq .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sjkzq .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sjkzq .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sjkzq .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-cwjx { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cwjx.png); background-size: 100% } .unlogin-mask-cwjx::after, .unlogin-mask-cwjx::before { display: table; content: " " } .unlogin-mask-cwjx::after { clear: both } .unlogin-mask-cwjx .login-content { margin: 48px auto 48px; width: 780px; min-height: 497px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-cwjx .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-cwjx .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-cwjx .login-content .buttons .login, .unlogin-mask-cwjx .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-cwjx .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-cwjx .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-cwjx .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-lsxx { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gslsxx.png); background-size: 100% } .unlogin-mask-lsxx::after, .unlogin-mask-lsxx::before { display: table; content: " " } .unlogin-mask-lsxx::after { clear: both } .unlogin-mask-lsxx .login-content { margin: 48px auto 48px; width: 780px; min-height: 609px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-lsxx .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-lsxx .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-lsxx .login-content .buttons .login, .unlogin-mask-lsxx .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-lsxx .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-lsxx .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-lsxx .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-patent { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-qlyq.png); background-size: 100% } .unlogin-mask-patent::after, .unlogin-mask-patent::before { display: table; content: " " } .unlogin-mask-patent::after { clear: both } .unlogin-mask-patent .login-content { margin: 48px auto 48px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-patent .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-patent .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-patent .login-content .buttons .login, .unlogin-mask-patent .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-patent .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-patent .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-patent .login-content .demo { width: 100%; vertical-align: top } .unlogin-relation { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cgx.png); background-size: 100%; border: 0 } .unlogin-relation::after, .unlogin-relation::before { display: table; content: " " } .unlogin-relation::after { clear: both } .unlogin-relation .login-content { margin: 48px auto 135px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-relation .login-content .title { font-size: 16px; color: #333 } .unlogin-relation .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-relation .login-content .buttons .login, .unlogin-relation .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-relation .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-relation .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-relation .login-content .demo { width: 100%; vertical-align: top } .unlogin-relation-extension { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gszzsyr.png); background-size: 100% } .unlogin-relation-extension::after, .unlogin-relation-extension::before { display: table; content: " " } .unlogin-relation-extension::after { clear: both } .unlogin-relation-extension .login-content { margin: 48px auto 48px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-relation-extension .login-content .title { font-size: 16px; color: #333 } .unlogin-relation-extension .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-relation-extension .login-content .buttons .login, .unlogin-relation-extension .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-relation-extension .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-relation-extension .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-relation-extension .login-content .demo { width: 100%; vertical-align: top } .table .right { float: right } .table .left { float: left } .table .vip-color { color: #ff7d18 } .table .description { margin-top: 10px; font-size: 12px; color: #999 } .table .description.-no-mt { margin-top: 0 } .table .stock { display: inline-block; height: 32px; padding: 0 8px; line-height: 32px } .table .shadow { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .table .shadow:hover { position: relative; z-index: 1; -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); cursor: pointer } .table.-left { text-align: left } .table.-no-border td, .table.-no-border th { border: 0 } .table.-breakall td, .table.-breakall th { word-break: break-all } .table.-striped-col { text-align: left } .table.-striped-col td:nth-child(odd) { background-color: #f0f7fc } .table.-striped-col.-striped-pd td:nth-child(odd) { width: 120px; font-size: 16px; color: #666 } .table.-striped-first-col { text-align: left } .table.-striped-first-col td:first-child { background-color: #f0f7fc } .table.-striped-title-col { text-align: left } .table.-striped-title-col .striped-col { background-color: #f0f7fc } .table.-striped-vip-row { font-size: 16px; text-align: left } .table.-striped-vip-row tbody tr:nth-child(even) { background-color: #fbfbfb } .table.-border-top-none tbody tr:first-child td { border-top: none } .table.-striped-vip-odd-row { text-align: left } .table.-striped-vip-odd-row tbody tr:nth-child(odd) { background-color: #fbfbfb } .table.-top td, .table.-top th { vertical-align: top } .table .table-vip-header { background-color: rgba(255, 125, 25, .05) } .table .table-vip-header th { height: 50px; padding-left: 8px } .table .table-vip-header + tbody td { height: 80px } .table .table-header-default { background-color: #f0f7fc } .table + .-multi tr:first-child td { border-top: none } .legal-representative { padding: 20px 12px; margin: -8px } .legal-representative .left { float: left } .legal-representative .right { float: right } .legal-representative .name { font-size: 18px; color: #0084ff } .legal-representative .merge { margin-top: 10px } .legal-representative .bottom { margin-top: 5px; margin-bottom: 5px } .legal-representative .title { display: inline-block } .legal-representative .baseinfologo { vertical-align: top } .legal-representative .humancompany { display: inline-block; margin-left: 12px; vertical-align: middle } .legal-representative .humancompany .name { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .legal-representative .maincompany { float: right } .legal-representative .maincompany .detail { display: inline-block; vertical-align: top; max-width: 152px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .sort-col { width: 46px } .doing-col { width: 56px } .status-col { width: 64px } .date-col { width: 100px } .stress-col { background-color: #f0f7fc } .proportion-col { width: 100px } .left-col { text-align: left } .link-click-a a { color: #0084ff; cursor: pointer } .link-click-a a:active, .link-click-a a:focus, .link-click-a a:hover { color: #0084ff } .link-click-a a:hover { text-decoration: underline } .lawfirm-top { width: 100%; padding: 0; border-bottom: 1px solid #d5d5d5; margin-bottom: 20px; border-collapse: collapse } .lawfirm-top .legal-person-name { width: 25% } .lawfirm-top .legal-person-value { border: 0; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .title { color: #333 } .lawfirm-top .capital { width: 41%; padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .capital-value { padding-left: 13px; border-left: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .score { width: 33%; padding: 5px; text-align: center } .lawfirm-top .img { max-height: 115px; max-width: 90%; margin: 0 auto } .lawfirm-top .status { border: 0 } .lawfirm-top .status-value { border: 0 } .lawfirm-top .time { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .time-value { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-bottom { width: 100%; border: none } .lawfirm-bottom td { padding: 8px 0 } .lawfirm-bottom td span { color: #000 } .brand-search-table .project-img { max-width: 50px; max-height: 50px; vertical-align: middle } .brand-search-table .project-text { margin-left: 10px; vertical-align: middle } .brand-search-table td:nth-child(5) { text-align: left } .user-table td { border: none } .user-table thead td { padding: 8px 11px } .user-table tbody tr:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .user-table tbody tr:hover .company { color: #0084ff } .user-table tbody td { border-bottom: 1px solid #f3f3f3; padding: 20px 11px } .user-table .no-result { color: #666 } .user-table .no-result:hover { -webkit-box-shadow: none; box-shadow: none } .user-table .company { font-size: 18px } .user-table .detail { width: 519px; padding-top: 6px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .info { padding-top: 2px; font-size: 14px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .action { font-size: 24px; cursor: pointer } .user-table .left-img { width: 44px; height: 44px; display: inline-block; vertical-align: middle; margin-right: 16px } .user-table .left-img img { width: 100% } .user-table .right-body { display: inline-block; vertical-align: middle } .user-table .right-body.-claim { width: 162px } .user-table .line-2 { height: 50px; line-height: 25px } .user-table.-no-head tr:first-child { border-top: 1px solid #f3f3f3 } .table-toco { width: 100%; text-align: left } .table-toco td { padding: 0; border: 0 } .table-toco .logo-td { width: 44px } .table-toco .toco { text-align: right } .table-toco .toco .tips-toco { white-space: nowrap } .table-toco .tag-common { margin-top: 5px } .chain-equity { text-align: left; line-height: 30px } .chain-equity .arrow { position: relative; top: -8px; display: inline-block; min-width: 72px; border-bottom: 1px solid #ccc; margin: 0 20px 0 8px; font-size: 12px; line-height: 16px; text-align: center; color: #ff3b30 } .chain-equity .triangle { position: absolute; right: -12px; top: 12px; display: inline-block; width: 0; height: 0; border-top: 4px solid transparent; border-left: 12px solid #ccc; border-bottom: 4px solid transparent } .block-data .data-header { margin: 0 0 12px 0; font-size: 16px; line-height: 1.5; height: 24px; color: #333; font-weight: 700 } .block-data .data-header .drop-down { float: right; margin-top: -6px; margin-right: 20px } .block-data .data-header .drop-down + .drop-down { margin-right: 14px } .block-data .data-header .table-col-bar { float: right; margin-top: -6px } .block-data .data-header.-auto { height: auto } .block-data .data-header .header-group { display: inline-block; vertical-align: middle; margin-right: 24px } .block-data .data-header.-sub-header { margin-bottom: 7px } .block-data + .block-data { margin: 60px 0 0 0 } .block-data .data-describe { vertical-align: baseline } .block-data .data-title { display: inline-block; vertical-align: baseline } .block-data .data-count { display: inline-block; margin-left: 4px; font-size: 16px; font-weight: 700; vertical-align: baseline; color: #0084ff } .block-data .data-count:before { content: ' ' } .block-data .data-count.-warn { color: #ff3b30 } .block-data .data-tips { font-weight: 400 } .block-data .data-block-content { border: 1px solid #e4eef6 } .block-data .sub-tips-right { float: right; font-size: 12px; color: #999; font-weight: 400 } .block-data.-sub .data-header { font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 12px } .block-data.-sub .data-count { font-size: 14px; font-weight: 400 } .block-data.-sub + .block-data { margin-top: 27px } .block-data:first-child { margin-top: 26px } .block-data-group .group-title { margin: 60px 0 20px 0 } .block-data-group .group-title .text { vertical-align: baseline } .block-data-group .group-title .data-count { display: inline-block; margin-left: 4px; font-size: 16px; vertical-align: baseline; color: #0084ff; font-weight: 700 } .block-data-group .group-title .data-count:before { content: ' ' } .block-data-group .group-title .data-count.-warn { color: #ff3b30 } .block-data-group .group-title .drop-down { float: right; margin-top: -6px; margin-right: 20px } .block-data-group .group-title .drop-down + .drop-down { margin-right: 14px } .block-data-group .block-data:first-child { margin-top: 0 } .block-data-group:first-child .group-title { margin-top: 26px } .block-data-split-2 { margin-top: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .block-data-split-2 .block-data { width: 48%; margin-top: 0 } .fptt-block { background: #fff; padding: 0 15px; text-align: center } .fptt-block .head { height: 44px; margin-top: 0; border-bottom: 1px solid #f3f3f3; line-height: 44px; vertical-align: middle; text-align: left } .fptt-block .titletext { font-size: 16px; position: relative } .fptt-block .titletext:after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -14px; background-color: #0084ff; left: 0 } .fptt-block .qrcodetext { margin-top: -10px; font-weight: 700 } .fptt-block img { width: 174px; height: 174px; margin: 10px auto 0 } .fptt-block .info-block { padding: 20px 5px 15px; font-size: 14px; line-height: 18px; text-align: left; color: #333 } .fptt-block .info-block > div { margin-bottom: 14px; vertical-align: top; line-height: 22px } .fptt-block .info-block label { width: 36px } .fptt-block .info-block span { width: 220px; word-break: break-all; white-space: normal; word-wrap: normal } .watch-block { position: relative } .watch-block .flag { position: absolute; left: -5px; cursor: pointer; color: #0084ff } .watch-block .flag:after { content: "\ef21"; font-size: inherit; font-family: tic !important; font-style: normal } .watch-block .watch-content { border: 1px solid #e4eef6; background: #f0f7fc; padding: 8px 12px; color: #333; cursor: pointer } .watch-block .watch-content em { color: #0084ff } .watch-block .watch-content .cut { padding-left: 5px } .watch-block .company-info { display: inline-block; vertical-align: middle } .watch-block .company-info.-mx { margin-right: 20px } .watch-block .company-line { display: inline-block; vertical-align: middle; width: 1px; background: #333; margin-left: 5px; margin-right: 5px; height: 12px } .watch-block.-active .flag:after { content: "\e6c5" } .watch-block.-active .watch-collapse { display: block } .watch-collapse { display: none } .navigation { position: relative; width: 936px; height: 48px; margin-left: -16px; z-index: 100 } .navigation .content { position: absolute; top: 0; width: 936px; height: 48px; overflow: hidden; background-color: #fcfcfc } .navigation .content.-hover { height: auto !important; background-color: #fff } .navigation .content.-hover.-shadow:hover { -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06) } .navigation .item-container { float: left; text-align: center; font-size: 14px; color: #000 } .navigation .item-container .itemtitle { position: relative; display: inline-block; width: 100%; padding: 11px 0; border-bottom: 1px solid #f3f3f3; font-size: 16px; color: #333; cursor: pointer } .navigation .item-container .itemtitle.-sm { padding: 12px 0; font-size: 14px } .navigation .item-container .itemtitle.-active { font-weight: 700; color: #0084ff; background: #fff } .navigation .item-container .itemtitle.-active .item-count { color: #0084ff } .navigation .item-container .itemtitle.-active:after, .navigation .item-container .itemtitle.-active:before { position: absolute; content: ''; top: 0; width: 1px; height: 100%; background: #f3f3f3 } .navigation .item-container .itemtitle.-active:before { left: -1px } .navigation .item-container .itemtitle.-active:after { right: -1px } .navigation .item-container .titlevip { margin-top: -4px; display: inline-block; vertical-align: top; font-size: 12px; color: #ff7d18 } .navigation .item-container .itemcontent { padding-left: 8px; padding-top: 10px; border-left: 1px solid #fff; border-right: 1px solid #fff; text-align: left } .navigation .item-container .item { position: relative; padding-bottom: 9px; text-align: left; cursor: pointer } .navigation .item-container .item a { color: #000 } .navigation .item-container .item a:hover { color: #0084ff } .navigation .item-container .item .nav-new-tag { position: absolute; top: -11px; font-size: 12px; color: #ff3b30 } .navigation .item-container .item:hover { color: #0084ff } .navigation .item-container .item .navbox-disabled, .navigation .item-container .item.-disable { color: #999; cursor: default } .navigation .item-container .item .navbox-disabled:hover, .navigation .item-container .item.-disable:hover { color: #999 } .navigation .item-container .itemnumber { color: #0084ff; padding-left: 3px } .navigation .item-container:hover { border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3; background: #fbfbfb } .navigation .item-container:hover .itemtitle { color: #0084ff; background: initial } .navigation .item-container:hover .item-count { color: #0084ff } .navigation .item-container:hover .itemcontent { border-left: none !important; border-right: none !important } .navigation .item-container:hover .-active { border-bottom-color: #f3f3f3 } .navigation .item-count { font-weight: 400; font-size: 12px; line-height: 19px; color: #999 } .navigation .item-count:before { content: ' ' } .navigation .content.-stock .item-container .itemtitle { font-size: 14px; padding: 12px 0 } .navigation .content.-stock .item-container .itemtitle .titlevip { right: 21px } .navigation .content.-stock .item-container .itemcontent { font-size: 12px; padding-left: 6px } .company-header-container .content.-hover .item-container { border-right: 1px solid #f3f3f3 } .company-header-container .content .item-container { border-right: 1px solid transparent; text-align: left } .company-header-container .content .item-container .itemtitle { position: relative; text-align: center } .company-header-container .content .item-container .titlevip { position: absolute; top: 3px; right: 20px; margin-top: 0 } .company-header-container .content .item-container .itemcontent { padding: 14px 0 4px 14px; border: none } .company-header-container .content .item-container .item { padding-bottom: 14px; line-height: 1; font-size: 13px; color: #333; white-space: nowrap } .company-header-container .content .item-container .item:hover { color: #0084ff } .company-header-container .content .item-container .item .navbox-disabled, .company-header-container .content .item-container .item.-disable { color: #999; cursor: default } .company-header-container .content .item-container .item .navbox-disabled:hover, .company-header-container .content .item-container .item.-disable:hover { color: #999 } .company-header-container .content .item-container .itemnumber { padding-left: 2px } .company-header-container .content .item-container .itemnumber.-alarm { color: #ef5644 } .company-header-container .content .item-container:hover { border-left: none } .data-describe { position: relative; display: inline-block; font-size: 14px; font-weight: 400; margin-left: 5px; cursor: pointer; color: #999 } .data-describe .warp { z-index: 501; display: none; position: absolute; left: -70px; top: 29px; width: 304px; height: 120px; padding: 10px; border-radius: 2px; line-height: 1.5714285714; font-weight: 400; text-align: left; color: #333; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); background-color: #fff } .data-describe .warp.-normal { height: auto } .data-describe .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 120; top: -15px; left: 65px } .data-describe .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .data-describe:hover .warp { display: block } .data-describe .inner { height: 80px } .data-describe .link { color: #ff7d18 } .data-describe.-right .warp { left: auto; right: -30px; width: 218px } .data-describe.-right .triangle { left: auto; right: 18px } .data-describe.-panel .warp { right: -16px } .data-describe.-human .warp { right: -20px } .data-describe.-bottom .warp { top: initial; bottom: 29px } .data-describe.-bottom .warp .triangle { top: initial; bottom: -11px } .data-describe.-bottom .warp .triangle:after { top: -5px; -webkit-box-shadow: 4px 6px 10px 0 #e0e0e0; box-shadow: 4px 6px 10px 0 #e0e0e0 } .report_item { display: inline-block; width: 158px; height: 48px; padding: 0 20px; font-size: 14px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -330px -55px; line-height: 48px; cursor: pointer } .report_item:hover { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -172px -55px } .report_item:hover .hover_c9 { color: #0084ff } .report_item .link-click { float: right } .report_item + .report_item { margin-left: 10px } .report-item-list { font-size: 0 } .card-tag .first, .card-tag .second { color: #333 } .card-tag .item { display: inline-block; padding-right: 40px } .card-tag .item a { text-decoration: none } .card-tag .item:hover .first, .card-tag .item:hover .second { color: #0084ff } .card-tag .lazy-img { display: inline-block; width: 36px; height: 36px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; text-align: center; vertical-align: middle; background: rgba(255, 255, 255, .4) } .card-tag .lazy-img img { display: inline-block; width: 36px; height: 36px } .card-tag .content { display: inline-block; height: 30px; padding: 0 8px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; line-height: 30px; vertical-align: middle; color: #0084ff } .graph-warp { position: relative; border: 1px solid #e4eef6 } .graph-warp .graph-loading-container { position: absolute; width: 100%; height: 100%; background-color: #fff; left: 0; top: 0; z-index: 1 } .graph-warp .graph-loading-container .loading-group { position: absolute; left: 50%; top: 50%; margin-top: -57px; margin-left: -30px } .graph-warp .graph-loading-container.-hidden { display: none } .graph-warp .graph-tool { position: absolute; left: 0; top: 0; width: 100%; height: 39px; line-height: 37px; border-bottom: 1px solid #e4eef6; background-color: #f0f7fc; text-align: center } .graph-warp .graph-tool .company-name { position: absolute; left: 16px; width: 312px; max-width: 312px; overflow: hidden; text-overflow: ellipsis; text-align: left; white-space: nowrap } .graph-warp .graph-tool .btn-group { position: relative; float: right } .graph-warp .graph-tool .btn-area { position: relative; display: inline-block; vertical-align: middle; height: 100%; white-space: nowrap; border: 0; line-height: 37px; cursor: pointer; color: #0083ff; padding: 0 16px; float: left; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .graph-warp .graph-tool .btn-area span { display: inline-block; vertical-align: middle } .graph-warp .graph-tool .btn-area:hover { background: #e3f0fc; color: #0084ff } .graph-warp .graph-tool .btn-area:hover .tic { color: #0084ff } .graph-warp .graph-tool .btn-area.-right-border:after { display: inline-block; content: " "; position: absolute; top: 50%; margin-top: -8px; right: 0; width: 1px; height: 16px; background: #e4eef6 } .graph-warp .graph-tool .btn-area.-active { color: #0084ff } .graph-warp .graph-tool .btn-area.-deactive { opacity: .4 } .graph-warp .graph-tool .btn-area.-bg { width: 190px } .graph-warp .graph-tool .tic { font-size: 24px; display: inline-block; color: #0083ff; vertical-align: middle; margin-right: 8px } .graph-warp.-full { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1041; background-color: #fff } .graph-warp.-full .graph-tool { height: 48px; line-height: 45px } .graph-warp.-full .btn-group { float: none } .graph-warp.-full .btn-area { line-height: 48px } .graph-warp.-full .btn-area.-right-border:after { display: inline-block; content: " "; position: absolute; top: 17px; right: 0; width: 1px; height: 16px; background: #e4eef6 } .group-title { font-size: 18px; line-height: 1.5555555556; font-weight: 700; border-bottom: 1px solid #f3f3f3; padding: 0 0 7px 0 } .group-title .text { position: relative; display: inline-block; vertical-align: middle } .group-title .text::after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -9px; background-color: #0084ff; left: 0; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .group-title .tab { position: relative; display: inline-block; vertical-align: middle; color: #333; cursor: pointer } .group-title .tab:hover { color: #0084ff } .group-title .tab.-active { color: #0084ff; cursor: default } .group-title .tab.-active:after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -14px; background-color: #0084ff; left: 0; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .group-title .tips { float: right; font-size: 12px; font-weight: 400; color: #666 } .group-title .tips { float: right; font-size: 12px; font-weight: 400; color: #666 } .group-title .tips-left { padding-left: 15px; font-size: 12px; font-weight: 400; color: #666 } .group-title.-edit { margin-bottom: 30px } .no-data { padding: 6px 0; text-align: center; font-size: 0; background-color: #fbfbfb; position: relative } .no-data .img { display: inline-block; vertical-align: middle; width: 102px; height: 76px; line-height: 76px; background-size: 100% } .no-data .msg { display: inline-block; margin-left: 23px; font-size: 16px; vertical-align: middle; color: #999 } .no-data .seo-info-alert { margin-left: 8px } .no-data .seo-info { display: none; position: absolute; width: 904px; color: #333; padding: 12px 16px; left: 0; top: 54px; background: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); font-weight: 400; text-align: left; z-index: 501; font-size: 14px; line-height: 22px } .no-data .seo-info .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 502; top: -15px; right: 264px } .no-data .seo-info .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .no-data .seo-info-alert .tic { cursor: pointer } .no-data .seo-info-alert:hover .seo-info { display: block } .no-data-own { position: relative; padding: 17px 0; border: 1px solid #f5f5f5; border-radius: 8px; text-align: center; font-size: 0; background: #fbfbfb } .no-data-own .img { display: inline-block; vertical-align: middle; width: 44px; height: 44px; background-size: 100% } .no-data-own .img.-product { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-product.png) } .no-data-own .img.-honor { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-honor.png) } .no-data-own .img.-team { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-team.png) } .no-data-own .img.-partner { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-partner.png) } .no-data-own .msg { display: inline-block; vertical-align: middle; margin-left: 24px; font-size: 16px; line-height: 22px; text-align: left; color: #b8b8b8 } .no-data-own .intro { font-size: 14px } .user-no-data { padding-top: 50px; padding-bottom: 50px; text-align: center } .user-no-data .img { width: 230px } .user-no-data .msg { display: block; font-size: 14px; line-height: 14px; color: #666 } .user-no-data .hint { display: block; font-size: 14px; line-height: 14px; color: #333 } .user-no-data .line2 { padding-top: 10px; padding-bottom: 20px } .user-no-data .single-msg { display: block; margin-bottom: 16px; margin-top: 6px; font-size: 14px; color: #666 } .user-no-data.-hasTop { padding-top: 35px } body.-ready .no-data .img { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/no-data-common.png) } .drop-down { display: inline-block; font-weight: 400; font-size: 14px; color: #333; line-height: 22px; position: relative } .drop-down .drop-down-btn { position: relative; padding: 4px 24px 4px 8px; border-radius: 2px; border: 1px solid #e0e0e0; cursor: pointer } .drop-down .drop-down-btn .title { font-size: 14px; line-height: 22px } .drop-down .tic { position: absolute; top: 5px; right: 5px; color: #666 } .drop-down:hover .tic { top: 4px } .drop-down .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .drop-down .content { position: absolute; right: 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; width: auto; min-width: 120px; max-width: 300px; max-height: 182px; overflow-y: auto; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .drop-down .content .item { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .drop-down .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .drop-down .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .drop-down .content .item a { color: inherit } .drop-down .content .item:hover { color: #333; background: #f3f3f3 } .drop-down .content .item:first-child { margin-top: 4px } .drop-down .content .item:last-child { margin-top: 4px } .drop-down:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .drop-down:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .drop-down .content { top: 100% } .card .card-team:last-child { border-bottom: 1px solid #e4eef6 } .card-team { border: 1px solid #e4eef6; border-bottom: 0; overflow: hidden; font-size: 0; color: #333 } .card-team .left { display: inline-block; width: 106px; padding: 20px; padding-bottom: 1000px; margin-bottom: -1000px; font-size: 14px; text-align: center; vertical-align: top; background-color: #f0f7fc } .card-team .name { margin-top: 6px; font-size: 16px; font-weight: 700 } .card-team .right { display: inline-block; width: 722px; min-height: 140px; padding: 20px; font-size: 14px } .card-team .title { font-size: 16px; font-weight: 700 } .tab-time { font-size: 14px; line-height: 1.5714285714; border-bottom: 1px solid #f3f3f3; padding: 0 0 7px 0; margin-bottom: 8px } .tab-time .item { position: relative; display: inline-block; vertical-align: middle; color: #333; cursor: pointer; margin-right: 24px } .tab-time .item:hover { color: #0084ff } .tab-time .item.-active, .tab-time .item.active { color: #0084ff; font-weight: 700; cursor: default } .tab-time .item.-active:after, .tab-time .item.active:after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -8px; background-color: #0084ff; left: 0 } .product-list { font-size: 0 } .product-list .product { display: inline-block; width: 268px; height: 96px; padding: 16px 13px; margin: 0 12px 12px 0; overflow: hidden; border: 1px solid #e4eef6 } .product-list .product:nth-child(3n) { margin-right: 0 } .product-list .product:hover { -webkit-box-shadow: 0 0 8px 2px #eee; box-shadow: 0 0 8px 2px #eee; cursor: pointer } .product-list .lazy-img { margin-right: 18px } .product-list .content { display: inline-block; width: 158px; overflow: hidden; font-size: 14px; vertical-align: top } .product-list .content .title { height: 14px; line-height: 14px } .product-list .content .title:hover { text-decoration: underline } .product-list .content .tag:hover { text-decoration: underline } .product-list .content .desc { height: 28px; font-size: 12px; line-height: 28px; color: #333 } .wechat-list { font-size: 0 } .wechat-list .wechat { display: inline-block; width: 409px; margin: 0 12px 12px 0; padding: 16px; border: 1px solid #e4eef6 } .wechat-list .wechat:nth-child(2n) { margin-right: 0 } .wechat-list .wechat:hover { -webkit-box-shadow: 0 0 8px 2px #eee; box-shadow: 0 0 8px 2px #eee } .wechat-list .lazy-img { margin-right: 18px } .wechat-list .content { display: inline-block; width: 293px; font-size: 14px; vertical-align: top; line-height: 22px; color: #333 } .wechat-list .content .title { padding-bottom: 10px; line-height: 14px } .wechat-list .content .erweima { position: relative; display: inline-block } .wechat-list .content .erweima:hover .erweima-pic { display: block } .wechat-list .content .erweima-icon, .wechat-list .content .more { padding-left: 6px; color: #0084ff; cursor: pointer } .wechat-list .content .erweima-pic { position: absolute; top: 0; left: 20px; display: none; width: 150px; height: 150px } .wechat-list .content .erweima-pic img { width: 150px; height: 150px } .select-radio { position: relative; display: inline-block; width: 15px; height: 15px; border-radius: 50px; background-color: #f4f4f4; cursor: pointer } .select-radio:after { content: ''; position: absolute; top: 3px; left: 3px; display: none; width: 9px; height: 9px; border-radius: 50px; background-color: #0084ff } .select-radio.-active:after { display: block } .list-select { border: 1px solid #f3f3f3 } .list-select .item { border-width: 0 0 1px 0; padding: 7px 10px } .list-select .item.-active .text { color: #0084ff } .list-select .item.-edit { padding: 4px 10px; background-color: #f3f3f3 } .list-select .item:first-child { border-top: none } .list-select .point { cursor: pointer } .list-select .handle { float: right; color: #0084ff } .list-select .handle .icon { margin-left: 4px; font-size: 14px } .list-select .handle.select-radio { margin-top: 4px } .list-select .group_add { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .list-select.-follow { width: 300px; height: 225px; overflow-y: scroll; margin: 0 auto } .wechat-modal { padding: 10px 150px; position: relative; min-height: 140px } .wechat-modal img { width: 120px } .wechat-modal .wx-logo { position: absolute; left: 10px; top: 10px } .wechat-modal .qrcode { position: absolute; right: 10px; top: 10px } .risk-box { width: 860px; background: #fff; -webkit-transition: all .7s; transition: all .7s; border-radius: 5px } .risk-box.risk-box-left, .risk-box.risk-box-right { position: absolute } .risk-box.risk-box-right { left: 860px } .risk-box.risk-box-left { left: 0 } .risk-box.risk-box-left .companyInfo-table { margin: 0; border: 1px solid #f3f3f3; font-size: 14px; text-align: center } .risk-box.risk-box-left .companyInfo-table thead tr { height: 44px } .risk-box.risk-box-left .companyInfo-table thead tr th { border-left: none; border-right: none; padding: 0 8px; text-align: center; font-size: 14px; font-weight: 400 } .risk-box.risk-box-left .companyInfo-table tbody tr { height: 44px; color: #666 } .risk-box.risk-box-left .companyInfo-table tbody tr td { border-left: none; border-right: none; padding: 10px 8px } .risk-box .riskboxbody { height: 465px } .risk-box .risk-loading { height: 500px; padding-top: 182px; text-align: center } .risk-box .risk-loading .loading-title { padding-top: 4px; line-height: 28px; font-size: 20px; color: #80c1ff } .riskboxouter { padding-bottom: 20px; padding-left: 40px; padding-right: 40px; height: 465px; overflow-y: auto } .riskboxouter .risk-intro { height: 16px; padding-left: 6px; border-left: 2px solid #ff7d18; margin: 12px 0; font-size: 16px; line-height: 16px } .riskboxouter .risk-intro .risk-intro-title { display: inline-block; vertical-align: top; margin-right: 4px; font-size: 16px; color: #333 } .riskboxouter .namechange em { color: #999 } .riskboxouter em { color: #ff3b30 } .riskboxouter.-short { height: 419px } .riskboxouter .risk-block .tips-watch { display: none } .riskboxouter .risk-block:first-child .tips-watch { display: block } .riskboxouter .risk-head { font-size: 18px; line-height: 18px; color: #ff3b30; margin-bottom: 20px; margin-top: 16px } .riskboxouter .risk-head.risk-head-vip { margin-bottom: 12px; border-color: #ff7d18; color: #ff7d18 } .riskboxouter .riskbox:nth-child(odd) .riskbox-title { background: #f0f7fc } .riskboxouter .riskbox-title { padding-left: 5px; border-left: 4px solid transparent; clear: both; font-size: 14px; line-height: 40px; color: #333; cursor: pointer } .riskboxouter .riskbox-title a { color: #333; text-decoration: underline } .riskboxouter .riskbox-title a[href]:hover { color: #0084ff } .riskboxouter .riskbox-title.riskbox-active-title a[href] { color: #0084ff } .riskboxouter .riskbox-title .risk-overflow-width { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: top; max-width: 670px } .riskboxouter .riskbox-title .risk-color { color: #ff3b30 } .riskboxouter .risk-bg-gray { background: #f9f9f9 } .riskboxouter .company_pager { text-align: center } .riskboxouter .companyinfo_show_more_btn { color: #ff7d18; height: auto; cursor: pointer } .riskboxouter .risk-nodata { background-image: url(https://cdn.tianyancha.com/wap/images/risk_nodata.png); width: 780px; background-size: 100%; height: 165px; background-repeat: no-repeat; padding-left: 340px; padding-right: 110px; padding-top: 55px; font-size: 20px; color: #333; text-align: center } .riskboxouter .risk-nodata .risk-tip { color: #ff7d18 } .riskboxouter .risk-arrow { padding-right: 8px; float: right; font-size: 12px; color: #ff7d18; cursor: pointer } .risk-bottom { height: 35px; border-top: 1px solid #f3f3f3; background-color: #f9f9f9; border-radius: 5px } .risk-tab { padding: 9px 0; border-right: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; float: left; font-size: 16px; text-align: center; cursor: pointer } .risk-tab:last-child { border-right: none } .risk-tab.-active, .risk-tab:hover { color: #0084ff } .risk-tab.-col4 { width: 25% } .risk-tab.-col3 { width: 33.33333333% } .risk-tab.-col2 { width: 50% } .risk-tab-warp::after, .risk-tab-warp::before { display: table; content: " " } .risk-tab-warp::after { clear: both } .risk_logo { height: 34px; width: 92px; background-image: url(https://cdn.tianyancha.com/wap/images/modal-logo-white.png); background-size: 100%; position: absolute; left: 40px; top: 2px } .risk-arrow-top { position: absolute; left: 18px; top: 10px; color: #fff; cursor: pointer } .risk-error { padding-top: 60px; text-align: center } .risk-error .errimg { vertical-align: middle } .riskerror-box { font-size: 20px; width: 300px; text-align: left; display: inline-block; vertical-align: middle } .riskerror-box .risk-btn { width: 140px } .equity { width: 100% } .equity .hide { display: none } .equity .show { display: block } .equity .mb-28 { margin-bottom: 20px } .equity .mb-14 { margin-bottom: 14px } .equity-outer { overflow-y: auto } .equity-outer .modal-close-btn { display: block; position: absolute; top: 6px; color: #ccc; right: 16px; font-size: 14px; cursor: pointer; -webkit-transition: .3s ease; transition: .3s ease } .equity-outer .path { position: relative; padding: 20px 35px 0 } .equity-outer .path .btn-pos { bottom: -53px; right: 36px; position: absolute; z-index: 502 } .equity-outer .path .btn { border: 1px solid #e0e0e0; margin-right: 16px; color: #333 } .equity-outer .path .btn:last-child { margin-right: 0 } .equity-outer .path .btn:hover { background: #f0f7fc; border-color: #0084ff; color: #0084ff } .equity-outer .path .title { font-size: 16px; padding-bottom: 14px; font-weight: 700; color: #333 } .equity-outer .tip { font-size: 12px; color: #999; line-height: 15px; padding: 10px 0 15px; border-bottom: 1px solid #f3f3f3 } .equity-outer .tip img { margin-right: 6px } .equity-outer .fr { position: absolute; top: 23px; right: 35px; color: #666; line-height: 16px; font-size: 12px } .equity-outer .suspected { vertical-align: middle; display: inline-block; margin-left: 4px } .equity-outer .fr img { width: 12px; vertical-align: middle } .equity-outer .pathimg { width: 12px; margin-right: 5px; vertical-align: middle } .equity-outer .pathbox { display: inline-block; vertical-align: middle } .equity-outer #path { font-size: 14px; vertical-align: middle; line-height: 24px } .equity-outer #path span { word-break: break-all } .equity-outer .percent { font-size: 12px; text-align: center; width: 70px; margin: 0 5px; color: #0084ff; vertical-align: middle; height: 24px; position: relative; display: inline-block } .equity-outer .percent div { position: absolute; width: 70px; text-align: center; top: -7px; padding-right: 7px } .equity-outer .arrowimg { width: 100%; position: relative } .equity-outer .outersvg { position: absolute; height: 475px; width: 100% } .equity-outer .node text { cursor: pointer } .equity-outer rect.basicrect { cursor: pointer } .equity-outer text.foldert { fill: silver; text-anchor: middle } .equity-outer polygon.star { fill: #ff625c; stroke: none } .equity-outer .equity-detail { position: absolute; top: 0; right: -400px; width: 380px; border: 1px solid #f3f3f3; z-index: 1050; display: none; opacity: 0; pointer-events: none; background: #fff } .equity-outer .equity-detail .equity-scroll { height: 600px; padding: 0 24px 30px } .equity-outer .equity-detail .intro-head-g1 { line-height: 15px; padding-left: 8px; border-left: 4px solid #ffae00; font-size: 14px; color: #111; margin-bottom: 10px; margin-top: 20px } .equity-outer .content { height: 368px; overflow-y: auto } .equity-outer .equity-detail.show { opacity: 1; display: block; pointer-events: auto } .equity-outer .td-rt { border-right: 1px solid #dadada } .equity-outer .baseInfo { text-align: left; font-size: 14px; color: #000 } .equity-outer .baseInfo td { padding: 0 16px } .equity-outer .baseInfo div { padding-bottom: 4px } .equity-outer .baseInfo span { color: #666 } .equity-outer .modal-c a { color: #0084ff; text-decoration: none } .equity-outer .hr { height: 8px; background: #f4f4f4 } .equity-outer .equity-detail-content { padding-top: 25px } .equity-outer .equity-detail-content .tab-content table { text-align: center; margin-top: 15px } .equity-outer .equity-detail-content .tab-content table thead { background-color: #f9f9f9 } .equity-outer .equity-detail-content .tab-content table thead td { color: #666 } .equity-outer .equity-detail-content .tab-content table.table td { padding: 8px 10px; border: 1px solid #f3f3f3; color: #333 } .equity-outer .equity-detail-content .tab-content table td a { color: #0084ff; text-decoration: none } .equity-outer .middle-abs-all { width: 170px; height: 100px; margin: auto; position: absolute; left: 0; bottom: 0; right: 0; top: 0 } .equity-outer .middle-abs-all img { width: 30% } .equity-outer .table-h { border-bottom: 2px solid #0084ff; height: 28px } .equity-outer .table-h span { float: left; padding: 3px 18px; color: #333; cursor: pointer; border-radius: 2px } .equity-outer .table-h span.active { background-color: #0084ff; color: #fff } .equity-outer #nopath { font-size: 12px; text-align: center; color: #878787; display: none } .equity-outer .nodata { padding: 10px 0; color: #878787 } .equity-outer .loadspan { color: #0084ff; font-size: 14px } .equity-outer .b-1 { color: #0084ff } .equity-outer #nodata { position: fixed; width: 100%; height: 100%; background: #fff; top: 0; left: 0; display: none; z-index: 1050 } .equity-outer #nodata img { position: absolute; max-width: 40%; left: 50%; right: auto; top: 30%; bottom: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .focus_alert_title { font-size: 28px } .focus-box { position: relative; background-color: #fff; border-radius: 5px } .focus-box .warp { width: 300px; margin: 0 auto } .focus-box .confirm { font-size: 26px } .focus-box .confirm-tips { color: #666; line-height: 14px } .focus-box .follow-btn { width: 140px; height: 36px; letter-spacing: 5px; margin-right: 20px; padding-right: 5px } .focus-box .follow-btn:last-child { margin-right: 0 } .focus-box .follow-add { line-height: 36px; text-align: center; color: #0084ff; background-color: #f4f4f4; cursor: pointer; margin-bottom: 12px } .focus-box .add-box { font-size: 0; margin-bottom: 12px } .focus-box .add-box .input { width: 202px; vertical-align: top; border-color: #f3f3f3 } .focus-box .add-box .btn { margin-left: 2px; padding-left: 8px; padding-right: 8px } .focus-box .edit-box { font-size: 0 } .focus-box .edit-box .input { width: 160px; padding-left: 0; vertical-align: top; font-size: 14px; border-color: transparent; background: 0 0 } .focus-box .edit-box .btn { margin-left: 2px; padding-left: 8px; padding-right: 8px } .focus-box .follow-link { color: #0084ff; padding-bottom: 2px; border-bottom: 1px solid #0084ff } .focus-box .tobeVIP { width: 250px } .focus-box .focusBox_group { width: 310px } .focus-box .focus_alert_icon { line-height: 1em; font-size: 50px; color: #0084ff; margin-right: 10px } .focus-box .group_add { border-radius: 5px } .focus-box .margin-auto { margin-right: auto; margin-left: auto } .focus-box .w300 { width: 300px } .focus-box .mt60 { margin-top: 60px } .focus-box .mt40 { margin-top: 40px } .focus-box .ml30 { margin-left: 30px } .focus-box .pt60 { margin-top: 60px } .focus-box .vertical-top { vertical-align: top } .focus-box .vertical-middle { vertical-align: middle } .focus-box .in-block { display: inline-block } .focus-box .pb25 { padding-bottom: 25px } .focus-box.-listen { width: 705px; height: 373px } .focus-box.-normal { width: 374px; height: 344px } .focus-box.-success { width: 402px; height: 201px } .focus-box.-group { width: 310px } .focus-box.-alert { height: 340px } .concat-list { padding-top: 30px } .concat-list .concat-item { border: 1px solid #f3f3f3 } .concat-list .concat-item .item-img { height: 85px; width: 85px; text-align: center } .concat-list .concat-item .item-img .img-claim { width: 85px; position: relative; top: -12px } .concat-list .concat-item .item-img img.img-bd { max-width: 60px; max-height: 60px; border: 1px solid #f3f3f3 } .concat-list .concat-item .item-company { padding-bottom: 10px; padding-top: 4px; font-size: 18px } .concat-list .concat-item .item-bottom { border-top: 1px solid #f3f3f3; background: #fbfbfb; color: #999 } .concat-list .concat-item .item-num { color: #0084ff } .concat-list .concat-item .item-option .in-block .unread { position: absolute; top: -5px; right: -5px; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff } .concat-list .tic { margin-right: 3px } .company-concat-block .block-top { text-align: center } .company-concat-block .block-top .in-block { width: 84px; margin-bottom: 16px; border-radius: 2px } .company-concat-block .block-top .in-block.yel-btn { padding: 4px 4px } .company-concat-block .block-top .in-block.-not-first { margin-left: 4px } .company-concat-block .block-bottom .tips { color: #ffaf23; display: inline-block; word-break: keep-all; padding: 15px 0 0 0 } .company-concat-block .block-bottom .btn { display: inline-block; width: 210px; height: 32px; color: #fff; background: #ffaf23; float: left; margin-top: 9px } .company-concat-block .block-bottom .tip { margin-top: 9px; float: right; width: 15%; line-height: 15px; color: #0084ff; cursor: pointer } .company-concat-block .btn { border-radius: 0 } .company-comment-block .block-title { font-size: 16px; font-weight: 700; width: 100%; height: 39px; line-height: 34px; vertical-align: middle; text-align: left; padding: 4px 0 5px 0; border-bottom: 1px solid #f3f3f3; padding-bottom: 0 } .company-comment-block .zan-title { position: relative } .company-comment-block .zan-title::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -9.5px; background-color: #0084ff; left: 0 } .company-comment-block .num-a { color: #333 } .company-comment-block .mark-opt { font-size: 14px; color: #0084ff; white-space: nowrap } .company-comment-block .mark-opt .comment_mark { width: 22px; margin: -7px 6px 0 0 } .company-comment-block .mark-opt span { display: inline-block } .company-comment-block .mark-opt .approval-svg { margin-top: -6px; margin-right: 2px } .company-comment-block .zan-total.mark-opt { color: #333; padding-left: 15px; font-size: 15px; font-weight: 400 } .company-comment-block .like-img { padding: 10px 0 30px } .company-comment-block .like-img .link-tips { padding-top: 36px; color: #e0e0e0 } .company-comment-block .like-img .link-tips span { color: #666; font-size: 14px; margin: 0 0 } .company-comment-block .approval-block { padding: 0 10px 0 10px; word-wrap: break-word; overflow: hidden; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/zan-bg_0521.jpg); background-color: #fff; line-height: 22px } .company-comment-block .discuss-company { font-size: 12px; color: #333 } .company-comment-block .discuss-company:hover { color: #0084ff } .company-comment-block .dun { font-size: 12px; display: inline-block; margin-right: 2px; height: 22px; line-height: 22px } .company-comment-block .discuss { display: inline-block; font-size: 12px; color: #333; height: 22px; line-height: 22px } .company-comment-block .zan-user { font-size: 12px; font-style: inherit; color: #333 } .company-comment-block .zan-user a { color: #ff3b30 } .company-comment-block .mark-info { margin: 10px 0 20px; color: #333 } .company-comment-block .mark-info .info { float: left; width: 33%; text-align: center; line-height: 20px; white-space: pre-line; border: 0 solid #e0e0e0; border-right-width: 1px } .company-comment-block .mark-info .info .span { font-size: 14px } .company-comment-block .mark-info .info .num-a, .company-comment-block .mark-info .info .num-c, .company-comment-block .mark-info .info .num-u, .company-comment-block .mark-info .info .num-v { color: #ef5644; font-size: 16px; margin-right: 5px } .company-comment-block .mark-info .info:last-child { border-right-width: 0 } .modal-contact .nick-tips, .modal-user-nick .nick-tips { background: #f9f9f9; padding: 5px; border: 0 solid #ececec; border-bottom-width: 1px; color: #666 } .modal-contact .form-group .control-label, .modal-user-nick .form-group .control-label { padding-right: 0 } .modal-contact .form-group input, .modal-user-nick .form-group input { border-radius: 0; text-indent: 10px } .modal-contact .form-group textarea, .modal-user-nick .form-group textarea { border-radius: 0; text-indent: 10px; min-height: 180px } .modal-contact-dis .modal-body { padding: 0 } .modal-contact-dis .contact-tabs .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 33.33%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-contact-dis .contact-tabs .tab > div.active { background: #fff } .modal-contact-dis .contact-tabs .tab > div span { position: absolute; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff; line-height: 14px } .modal-contact-dis .tab-body { padding: 10px } .modal-contact-dis .tab-body .item { display: none; height: 500px; overflow: hidden; overflow-y: auto; padding-top: 10px } .modal-contact-dis .tab-body .item .in-block { width: 750px; margin-bottom: 0 } .modal-contact-dis .tab-body .item .item-body:first-child { border-top-width: 0 } .modal-contact-dis .btn { border: 1px solid #ececec; padding: 2px 10px; border-radius: 0 } .modal-discuss-dis .modal-body { padding: 0 } .modal-discuss-dis .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 50%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-discuss-dis .tab > div.active { background: #fff } .modal-discuss-dis .comment-dis { padding: 10px 10px 10px 80px; position: relative; color: #333 } .modal-discuss-dis .comment-dis img { position: absolute; left: 10px; top: 10px; width: 60px; height: 60px } .modal-discuss-dis .comment-dis .good { border: 1px solid #f11900; color: #f11900; margin-left: 10px } .modal-discuss-dis .comment-dis .float-right { color: #999 } .modal-discuss-dis .comment-dis { border: 0 solid #ececec; border-top-width: 1px } .modal-discuss-dis .comment-dis:first-child { border-top-width: 0 } .modal-discuss-dis .tab-body { height: 500px; overflow-y: auto } .modal-discuss-dis .tab-approval { line-height: 27px } .modal-discuss-dis .tab-approval .appr_item { display: inline-block; background: #f0f0f0; height: 27px; padding: 0 10px; font-size: 14px; color: #666; margin-right: 10px; line-height: 27px } .js-contact-tools { height: 37px; padding-top: 10px; margin-top: 13px; border: 0 dashed #ececec; border-top-width: 1px; text-align: center; text-align: center } .js-contact-tools .btn-send { line-height: 22px; padding: 0 10px; cursor: pointer; background-color: #ff7d18; color: #fff } .js-contact-tools .btn-cancel, .js-contact-tools .btn-sel { line-height: 22px; padding: 0 10px; border: 1px solid #ececec; cursor: pointer } .contact-warp > .tic { position: absolute; left: 10px; top: 65px } .modal-multi-contact .button-white-sm { line-height: 22px; font-size: 14px; text-align: center; cursor: pointer; display: inline-block; padding-left: 10px; padding-right: 10px; border: 1px solid #ececec; cursor: pointer } .comment-block { margin-top: 15px; padding-bottom: 18px } .company-comment-list { max-height: 470px; overflow-y: auto; border: 1px solid #f3f3f3; padding: 0 5px } .company-comment-list .comment-dis { text-align: left; padding: 15px 10px 15px 10px; position: relative; color: #333 } .company-comment-list .comment-dis .claim_home_icon { position: absolute; left: 10px; top: 20px; width: 60px; height: 60px } .company-comment-list .comment-dis .claim_home_icon img { width: 60px; height: 60px; border-radius: 30px } .company-comment-list .comment-dis .claim_home_icon_company { float: left; display: inline-block; width: 28px; height: 28px; margin-right: 10px; background-color: #f4f4f4 } .company-comment-list .comment-dis .claim_home_icon_company img { width: 28px; height: 28px } .company-comment-list .comment-dis .nick-name { word-break: keep-all; overflow: hidden; text-overflow: ellipsis; max-width: 130px; display: inline-block; float: left; white-space: nowrap } .company-comment-list .comment-dis .nick-type-2 { color: #0084ff; cursor: pointer } .company-comment-list .comment-dis .good, .company-comment-list .comment-dis .yel { display: inline-block; font-size: 11px; background: #fff; border: 1px solid #ff4d4d; color: #ef5644; margin-left: 6px; height: 18px; line-height: 15px; text-align: center; margin-top: -1px } .company-comment-list .comment-dis .yel { border: 1px solid #ff7d17; color: #ff7d17; width: 24px } .company-comment-list .comment-dis .qyz { position: relative; top: -1px; color: #ffaf25 } .company-comment-list .comment-dis .vip-color { position: relative; top: -2px; color: #ff7d18 } .company-comment-list .comment-dis .good { display: inline-block; width: 54px } .company-comment-list .comment-dis .bd-time { color: #999; font-size: 12px; height: 14px; line-height: 14px; width: 68px; text-align: center; vertical-align: middle; margin-top: 1px } .company-comment-list .comment-dis { border: 0 dashed #e0e0e0; border-bottom-width: 1px } .company-comment-list .comment-dis .comment-dis-item { line-height: 15px; height: 15px; vertical-align: middle; font-size: 12px; width: 180px } .company-comment-list .comment-dis .comment-dis-item span { float: left } .company-comment-input { margin-top: 18px } .company-comment-input .input-tools { background: #fff; height: 28px; line-height: 28px; color: #999 } .company-comment-input .input-tools .btn-input { width: 70px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; float: right } .company-comment-input .input-tools .input-left { border-right: 0; height: 28px; line-height: 26px } .company-comment-input textarea { display: none; border: 1px solid #f3f3f3; border-bottom: 0; width: 100%; resize: none; height: 60px; padding: 5px 8px } .company-comment-input textarea:focus { outline: 0 } .company-comment-input.active textarea { display: block } .company-comment-input.active .input-tools { background: #fff } .company-comment-input.active .input-tools .input-left { border-top: none } .modal-discuss-tools .btn-white-sm { display: inline-block } .live-search-wrap.suggest-company-name.contact-company-name { width: 100%; height: 34px } .concat-textarea { height: 110px } .concat-tab { height: 40px; background: #f4f4f4; text-align: center; line-height: 40px } .concat-tab.active { background: #fff } .contact-box { width: 860px; -webkit-transition: all .7s; transition: all .7s; -moz-transition: all .7s; -o-transition: all .7s } .company-concat-block { text-align: center } .company-concat-block .c9 { color: #0084ff } .company-concat-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-concat-block .in-block { display: inline-block } .company-concat-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .company-concat-block .sec-c4 { color: #999 } .company-concat-block .f12 { font-size: 12px } .company-concat-block .btn-claim-bg { background-color: #ffaf25 !important; color: #fff } .company-concat-block .pb14 { padding-bottom: 14px } .company-concat-block .c19 { color: #ffaf25 } .company-comment-block .in-block { display: inline-block } .company-comment-block .break-word { word-wrap: break-word } .company-comment-block .f12 { font-size: 12px } .company-comment-block .in-bk-md { display: inline-block; vertical-align: middle } .company-comment-block .w200 { width: 200px } .company-comment-block .new-border { border: 1px solid #e0e0e0 } .company-comment-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-comment-block .in-block { display: inline-block } .company-comment-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .search_result_single .tic-weixuanzhong, .search_result_single .tic-xuanzhong { color: #ff7d18 } .modal-contact-box { line-height: 24px } .modal-contact-box .inner { padding: 30px; background-color: #fff } .modal-contact-box .user { padding-left: 5px; color: #0084ff } .modal-contact-box .contact-input-box { margin-left: 10px; margin-right: 8px; display: inline-block; width: 200px } .modal-contact-box .contact-input-box.-name { width: 270px } .modal-contact-box .aim { padding-top: 25px; padding-bottom: 5px } .modal-contact-box .btn-box { margin-top: 20px; margin-bottom: 10px; text-align: center } .modal-contact-box .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .modal-contact-box .concat-tab { width: 50%; height: 40px; float: left; background: #f9f9f9; text-align: center; line-height: 40px; cursor: pointer } .modal-contact-box .concat-tab.active { background: #fff } .contact-to-claim { line-height: 24px; text-align: center } .contact-to-claim .claim-title { font-size: 18px } .report-item { display: inline-block; vertical-align: top; width: 340px; height: 588px; padding: 20px; border: 1px solid #f3f3f3; margin-right: 30px; background-color: #fff } .report-item:last-child { margin-right: 0 } .report-item .title { margin-top: 25px; margin-bottom: 35px; font-size: 24px; font-weight: 700 } .report-item .price { font-size: 28px; line-height: 28px; color: #ff3b30 } .report-item .price .unit { display: inline-block; vertical-align: top; padding-right: 5px; font-size: 14px } .report-item .price .amount { display: inline-block; vertical-align: top; font-weight: 700 } .report-item .tips { height: 70px; padding-top: 13px } .report-item .discount { padding-top: 5px } .report-item .remain { color: #666 } .report-item .remain .num { color: #ff3b30 } .report-item .intro { display: inline-block; padding-top: 30px; padding-left: 0; line-height: 30px; text-align: left; color: #666 } .report-item .intro li { list-style-type: disc } .report-item .intro .hl { color: #ff3b30 } .report-item.-single { width: 100% } .feedback-company-modal .feedback { padding-top: 40px; width: 800px; margin-right: auto; margin-left: auto } .feedback-company-modal .feedback .title { font-size: 16px; color: #2e2e2e; margin-bottom: 20px } .feedback-company-modal .feedback textarea { width: 100%; height: 200px; margin-bottom: 20px; padding-top: 10px; padding-left: 10px; border: 1px solid #dcdcdc } .feedback-company-modal .feedback_body .feedback_title { text-align: center; color: #0084ff; font-size: 18px; width: 100%; padding-bottom: 28px; border-bottom: 1px solid #dcdcdc } .feedback-company-modal .feedback .phone { display: inline-block; margin-right: 50px } .feedback-company-modal .feedback .name { display: inline-block } .feedback-company-modal .feedback input { border: none; width: 318px; margin-left: 10px; padding-left: 10px; height: 45px; border: 1px solid #f3f3f3; color: #4d4d4d; font-size: 14px } .feedback-company-modal .feedback input:focus { outline: 0 } .feedback-company-modal .feedbackDis { pointer-events: none } .feedback-company-modal .feedbackSub { pointer-events: auto } .feedback-company-modal .feedback_box { padding-left: 0; padding-right: 0 } .modal .modal-owner-explain { padding: 20px 20px 24px 20px } .modal .modal-owner-explain .owner-explain-input { height: 120px } .modal .explain-message-pop { padding: 20px 32px 32px } .modal .explain-message-pop .intro { padding-top: 14px } .modal .explain-message-pop .img { width: 100%; vertical-align: top } .modal .explain-message-pop .btn { margin-top: 28px } .modal .del-explain-message .title { margin-top: 28px; margin-bottom: 45px; font-size: 16px; color: #333 } .modal .del-explain-message .btn-container { padding-bottom: 10px } .modal .del-explain-message .btn-container .btn { width: 120px; height: 30px; padding: 5px 10px } .modal .del-explain-message .btn-container .btn:nth-child(1) { margin-right: 13px } .save-invoice-box .content { position: relative; width: 725px; height: 374px; margin: 0 auto; background-repeat: round; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/save-invoce-new.jpg) } .save-invoice-box .qrcode { position: absolute; top: 210px; left: 15px; height: 130px; width: 130px } .loading-scroll { text-align: center } .loading-scroll .content { display: inline-block; height: 45px; width: 37px } .loading-scroll .item { width: 5px; height: 45px; margin-right: 3px; background-color: #b3daff; float: left; -webkit-animation: square-stretch 1.2s infinite ease-in-out; animation: square-stretch 1.2s infinite ease-in-out } .loading-scroll .item:last-child { margin-right: 0 } .loading-scroll .item:nth-child(5) { -webkit-animation-delay: -.8s; animation-delay: -.8s } .loading-scroll .item:nth-child(4) { -webkit-animation-delay: -.9s; animation-delay: -.9s } .loading-scroll .item:nth-child(3) { -webkit-animation-delay: -1s; animation-delay: -1s } .loading-scroll .item:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } @-webkit-keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } @keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } .concat-list { padding-top: 30px } .concat-list .concat-item { border: 1px solid #f3f3f3 } .concat-list .concat-item .item-img { height: 85px; width: 85px; text-align: center } .concat-list .concat-item .item-img .img-claim { width: 85px; position: relative; top: -12px } .concat-list .concat-item .item-img img.img-bd { max-width: 60px; max-height: 60px; border: 1px solid #f3f3f3 } .concat-list .concat-item .item-company { padding-bottom: 10px; padding-top: 4px; font-size: 18px } .concat-list .concat-item .item-bottom { border-top: 1px solid #f3f3f3; background: #fbfbfb; color: #999 } .concat-list .concat-item .item-num { color: #0084ff } .concat-list .concat-item .item-option .in-block .unread { position: absolute; top: -5px; right: -5px; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff } .concat-list .tic { margin-right: 3px } .company-concat-block .block-top { text-align: center } .company-concat-block .block-top .in-block { width: 84px; margin-bottom: 16px; border-radius: 2px } .company-concat-block .block-top .in-block.yel-btn { padding: 4px 4px } .company-concat-block .block-top .in-block.-not-first { margin-left: 4px } .company-concat-block .block-bottom .tips { color: #ffaf23; display: inline-block; word-break: keep-all; padding: 15px 0 0 0 } .company-concat-block .block-bottom .btn { display: inline-block; width: 210px; height: 32px; color: #fff; background: #ffaf23; float: left; margin-top: 9px } .company-concat-block .block-bottom .tip { margin-top: 9px; float: right; width: 15%; line-height: 15px; color: #0084ff; cursor: pointer } .company-concat-block .btn { border-radius: 0 } .company-comment-block .block-title { font-size: 16px; font-weight: 700; width: 100%; height: 39px; line-height: 34px; vertical-align: middle; text-align: left; padding: 4px 0 5px 0; border-bottom: 1px solid #f3f3f3; padding-bottom: 0 } .company-comment-block .zan-title { position: relative } .company-comment-block .zan-title::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -9.5px; background-color: #0084ff; left: 0 } .company-comment-block .num-a { color: #333 } .company-comment-block .mark-opt { font-size: 14px; color: #0084ff; white-space: nowrap } .company-comment-block .mark-opt .comment_mark { width: 22px; margin: -7px 6px 0 0 } .company-comment-block .mark-opt span { display: inline-block } .company-comment-block .mark-opt .approval-svg { margin-top: -6px; margin-right: 2px } .company-comment-block .zan-total.mark-opt { color: #333; padding-left: 15px; font-size: 15px; font-weight: 400 } .company-comment-block .like-img { padding: 10px 0 30px } .company-comment-block .like-img .link-tips { padding-top: 36px; color: #e0e0e0 } .company-comment-block .like-img .link-tips span { color: #666; font-size: 14px; margin: 0 0 } .company-comment-block .approval-block { padding: 0 10px 0 10px; word-wrap: break-word; overflow: hidden; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/zan-bg_0521.jpg); background-color: #fff; line-height: 22px } .company-comment-block .discuss-company { font-size: 12px; color: #333 } .company-comment-block .discuss-company:hover { color: #0084ff } .company-comment-block .dun { font-size: 12px; display: inline-block; margin-right: 2px; height: 22px; line-height: 22px } .company-comment-block .discuss { display: inline-block; font-size: 12px; color: #333; height: 22px; line-height: 22px } .company-comment-block .zan-user { font-size: 12px; font-style: inherit; color: #333 } .company-comment-block .zan-user a { color: #ff3b30 } .company-comment-block .mark-info { margin: 10px 0 20px; color: #333 } .company-comment-block .mark-info .info { float: left; width: 33%; text-align: center; line-height: 20px; white-space: pre-line; border: 0 solid #e0e0e0; border-right-width: 1px } .company-comment-block .mark-info .info .span { font-size: 14px } .company-comment-block .mark-info .info .num-a, .company-comment-block .mark-info .info .num-c, .company-comment-block .mark-info .info .num-u, .company-comment-block .mark-info .info .num-v { color: #ef5644; font-size: 16px; margin-right: 5px } .company-comment-block .mark-info .info:last-child { border-right-width: 0 } .modal-contact .nick-tips, .modal-user-nick .nick-tips { background: #f9f9f9; padding: 5px; border: 0 solid #ececec; border-bottom-width: 1px; color: #666 } .modal-contact .form-group .control-label, .modal-user-nick .form-group .control-label { padding-right: 0 } .modal-contact .form-group input, .modal-user-nick .form-group input { border-radius: 0; text-indent: 10px } .modal-contact .form-group textarea, .modal-user-nick .form-group textarea { border-radius: 0; text-indent: 10px; min-height: 180px } .modal-contact-dis .modal-body { padding: 0 } .modal-contact-dis .contact-tabs .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 33.33%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-contact-dis .contact-tabs .tab > div.active { background: #fff } .modal-contact-dis .contact-tabs .tab > div span { position: absolute; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff; line-height: 14px } .modal-contact-dis .tab-body { padding: 10px } .modal-contact-dis .tab-body .item { display: none; height: 500px; overflow: hidden; overflow-y: auto; padding-top: 10px } .modal-contact-dis .tab-body .item .in-block { width: 750px; margin-bottom: 0 } .modal-contact-dis .tab-body .item .item-body:first-child { border-top-width: 0 } .modal-contact-dis .btn { border: 1px solid #ececec; padding: 2px 10px; border-radius: 0 } .modal-discuss-dis .modal-body { padding: 0 } .modal-discuss-dis .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 50%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-discuss-dis .tab > div.active { background: #fff } .modal-discuss-dis .comment-dis { padding: 10px 10px 10px 80px; position: relative; color: #333 } .modal-discuss-dis .comment-dis img { position: absolute; left: 10px; top: 10px; width: 60px; height: 60px } .modal-discuss-dis .comment-dis .good { border: 1px solid #f11900; color: #f11900; margin-left: 10px } .modal-discuss-dis .comment-dis .float-right { color: #999 } .modal-discuss-dis .comment-dis { border: 0 solid #ececec; border-top-width: 1px } .modal-discuss-dis .comment-dis:first-child { border-top-width: 0 } .modal-discuss-dis .tab-body { height: 500px; overflow-y: auto } .modal-discuss-dis .tab-approval { line-height: 27px } .modal-discuss-dis .tab-approval .appr_item { display: inline-block; background: #f0f0f0; height: 27px; padding: 0 10px; font-size: 14px; color: #666; margin-right: 10px; line-height: 27px } .js-contact-tools { height: 37px; padding-top: 10px; margin-top: 13px; border: 0 dashed #ececec; border-top-width: 1px; text-align: center; text-align: center } .js-contact-tools .btn-send { line-height: 22px; padding: 0 10px; cursor: pointer; background-color: #ff7d18; color: #fff } .js-contact-tools .btn-cancel, .js-contact-tools .btn-sel { line-height: 22px; padding: 0 10px; border: 1px solid #ececec; cursor: pointer } .contact-warp > .tic { position: absolute; left: 10px; top: 65px } .modal-multi-contact .button-white-sm { line-height: 22px; font-size: 14px; text-align: center; cursor: pointer; display: inline-block; padding-left: 10px; padding-right: 10px; border: 1px solid #ececec; cursor: pointer } .comment-block { margin-top: 15px; padding-bottom: 18px } .company-comment-list { max-height: 470px; overflow-y: auto; border: 1px solid #f3f3f3; padding: 0 5px } .company-comment-list .comment-dis { text-align: left; padding: 15px 10px 15px 10px; position: relative; color: #333 } .company-comment-list .comment-dis .claim_home_icon { position: absolute; left: 10px; top: 20px; width: 60px; height: 60px } .company-comment-list .comment-dis .claim_home_icon img { width: 60px; height: 60px; border-radius: 30px } .company-comment-list .comment-dis .claim_home_icon_company { float: left; display: inline-block; width: 28px; height: 28px; margin-right: 10px; background-color: #f4f4f4 } .company-comment-list .comment-dis .claim_home_icon_company img { width: 28px; height: 28px } .company-comment-list .comment-dis .nick-name { word-break: keep-all; overflow: hidden; text-overflow: ellipsis; max-width: 130px; display: inline-block; float: left; white-space: nowrap } .company-comment-list .comment-dis .nick-type-2 { color: #0084ff; cursor: pointer } .company-comment-list .comment-dis .good, .company-comment-list .comment-dis .yel { display: inline-block; font-size: 11px; background: #fff; border: 1px solid #ff4d4d; color: #ef5644; margin-left: 6px; height: 18px; line-height: 15px; text-align: center; margin-top: -1px } .company-comment-list .comment-dis .yel { border: 1px solid #ff7d17; color: #ff7d17; width: 24px } .company-comment-list .comment-dis .qyz { position: relative; top: -1px; color: #ffaf25 } .company-comment-list .comment-dis .vip-color { position: relative; top: -2px; color: #ff7d18 } .company-comment-list .comment-dis .good { display: inline-block; width: 54px } .company-comment-list .comment-dis .bd-time { color: #999; font-size: 12px; height: 14px; line-height: 14px; width: 68px; text-align: center; vertical-align: middle; margin-top: 1px } .company-comment-list .comment-dis { border: 0 dashed #e0e0e0; border-bottom-width: 1px } .company-comment-list .comment-dis .comment-dis-item { line-height: 15px; height: 15px; vertical-align: middle; font-size: 12px; width: 180px } .company-comment-list .comment-dis .comment-dis-item span { float: left } .company-comment-input { margin-top: 18px } .company-comment-input .input-tools { background: #fff; height: 28px; line-height: 28px; color: #999 } .company-comment-input .input-tools .btn-input { width: 70px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; float: right } .company-comment-input .input-tools .input-left { border-right: 0; height: 28px; line-height: 26px } .company-comment-input textarea { display: none; border: 1px solid #f3f3f3; border-bottom: 0; width: 100%; resize: none; height: 60px; padding: 5px 8px } .company-comment-input textarea:focus { outline: 0 } .company-comment-input.active textarea { display: block } .company-comment-input.active .input-tools { background: #fff } .company-comment-input.active .input-tools .input-left { border-top: none } .modal-discuss-tools .btn-white-sm { display: inline-block } .live-search-wrap.suggest-company-name.contact-company-name { width: 100%; height: 34px } .concat-textarea { height: 110px } .concat-tab { height: 40px; background: #f4f4f4; text-align: center; line-height: 40px } .concat-tab.active { background: #fff } .contact-box { width: 860px; -webkit-transition: all .7s; transition: all .7s; -moz-transition: all .7s; -o-transition: all .7s } .company-concat-block { text-align: center } .company-concat-block .c9 { color: #0084ff } .company-concat-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-concat-block .in-block { display: inline-block } .company-concat-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .company-concat-block .sec-c4 { color: #999 } .company-concat-block .f12 { font-size: 12px } .company-concat-block .btn-claim-bg { background-color: #ffaf25 !important; color: #fff } .company-concat-block .pb14 { padding-bottom: 14px } .company-concat-block .c19 { color: #ffaf25 } .company-comment-block .in-block { display: inline-block } .company-comment-block .break-word { word-wrap: break-word } .company-comment-block .f12 { font-size: 12px } .company-comment-block .in-bk-md { display: inline-block; vertical-align: middle } .company-comment-block .w200 { width: 200px } .company-comment-block .new-border { border: 1px solid #e0e0e0 } .company-comment-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-comment-block .in-block { display: inline-block } .company-comment-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .search_result_single .tic-weixuanzhong, .search_result_single .tic-xuanzhong { color: #ff7d18 } .modal-contact-box { line-height: 24px } .modal-contact-box .inner { padding: 30px; background-color: #fff } .modal-contact-box .user { padding-left: 5px; color: #0084ff } .modal-contact-box .contact-input-box { margin-left: 10px; margin-right: 8px; display: inline-block; width: 200px } .modal-contact-box .contact-input-box.-name { width: 270px } .modal-contact-box .aim { padding-top: 25px; padding-bottom: 5px } .modal-contact-box .btn-box { margin-top: 20px; margin-bottom: 10px; text-align: center } .modal-contact-box .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .modal-contact-box .concat-tab { width: 50%; height: 40px; float: left; background: #f9f9f9; text-align: center; line-height: 40px; cursor: pointer } .modal-contact-box .concat-tab.active { background: #fff } .contact-to-claim { line-height: 24px; text-align: center } .contact-to-claim .claim-title { font-size: 18px } .card-contact { position: relative; padding: 20px 0 20px 15px; border: 0 solid #0084ff; border-left-width: 4px; color: #333; width: 840px; margin-left: 30px; -webkit-box-shadow: 0 0 10px -2px #ccc; box-shadow: 0 0 10px -2px #ccc; margin-bottom: 27px } .card-contact::after, .card-contact::before { display: table; content: " " } .card-contact::after { clear: both } .card-contact.unread-0 { color: #333 } .card-contact span { margin-right: 10px; margin-left: 10px } .card-contact span:first-child { margin-left: 0 } .card-contact .logo { margin-right: 15px } .card-contact .content { width: 730px; display: inline-block; vertical-align: middle } .card-contact i.tic { position: absolute; left: -30px; top: 33px } .card-contact .c9 { color: #0084ff } .card-contact .bd-time { color: #999 } .card-contact.-list { width: 100%; margin-left: 0; padding-right: 12px } .company-header-block { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-bottom: 16px } .company-header-block .box { position: relative; border: 0 solid; padding: 24px 16px 16px 164px } .company-header-block .box .logo-warp { position: absolute; left: 32px; top: 28px } .company-header-block .box .logo-warp .claim_icon_ok { position: absolute; width: 144px; height: 36px; left: -22px; top: 81px } .company-header-block .box .logo-warp .claim_icon_ok img { top: 0; left: 0; width: 144px; height: 36px } .company-header-block .box .logo-warp .go-baidu-business-card { width: 134px; height: 24px; margin: 23px 0 -4px -16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 2px; border: 1px solid #ffae00; font-size: 12px; color: #ffae00; cursor: pointer } .company-header-block .box .logo-warp .visitor-content { margin-top: 24px } .company-header-block .box .refresh-company-info { position: absolute; top: 68px; right: 16px; font-size: 14px; display: inline-block } .company-header-block .box .dom-hr { position: absolute; top: 23px; left: 15%; width: 2px; height: 215px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/dom-hr-default.png) 0 0 no-repeat; background-size: 100% 100% } .company-header-block .box .content { font-size: 0 } .company-header-block .box .content .header { margin-bottom: 10px; line-height: 22px; font-size: 12px; vertical-align: middle } .company-header-block .box .content .header .name { display: inline-block; font-size: 20px; max-width: 620px; margin: 0; padding: 0; line-height: 26px; vertical-align: middle; color: #000; font-weight: 700 } .company-header-block .box .content .header .btn { vertical-align: top; margin-left: 16px } .company-header-block .box .content .btn-save-invoice { margin-left: 5px } .company-header-block .box .content .status-expand { display: inline-block; position: relative; cursor: pointer } .company-header-block .box .content .status-expand .drop { display: none; position: absolute; left: 100%; top: -50%; z-index: 1; text-align: left; background-color: #fff; border: 1px solid #e0e0e0; color: #333; white-space: nowrap } .company-header-block .box .content .status-expand .drop .label { color: #666 } .company-header-block .box .content .status-expand:hover .drop { display: block; padding: 4px 8px; font-size: 12px; line-height: 16px } .company-header-block .box .content .history-name-box { position: relative; cursor: pointer } .company-header-block .box .content .history-name-box .history-content { position: absolute; display: none; top: 24px; left: -50%; background-color: #fff; white-space: nowrap; z-index: 2; padding: 4px 8px; border: 1px solid #e0e0e0; color: #333 } .company-header-block .box .content .history-name-box:hover .history-content { display: block } .company-header-block .box .content .detail { margin: 18px 0 0; padding: 11px 16px 13px 12px; position: relative; background: #f5fbff; font-size: 14px } .company-header-block .box .content .detail .folder-btn { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #f5fbff)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #f5fbff 26.4%) } .company-header-block .box .content .detail .f0 { margin-bottom: 8px } .company-header-block .box .content .detail .f0 .in-block { display: inline-block; font-size: 14px } .company-header-block .box .content .detail .f0 .in-block:nth-child(1) { width: 39.2% } .company-header-block .box .content .detail .f0 .in-block:nth-child(2) { width: 37.2% } .company-header-block .box .content .detail .f0:nth-child(2) .in-block:nth-child(2) { width: 60.8% } .company-header-block .box .content .detail .f0:nth-child(2) .in-block:nth-child(2) .auto-folder { max-height: 16px; display: inline-block; vertical-align: sub; line-height: 16px; max-width: 518px } .company-header-block .box .content .detail .label { color: #666 } .company-header-block .box .content .detail .claim-opt { position: absolute; right: 16px; top: 11px; font-size: 12px } .company-header-block .box .content .detail .email { display: inline-block; max-width: 220px; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .box .content .detail .address { display: inline-block; vertical-align: top } .company-header-block .box .content .detail .company-link { display: inline-block; max-width: 300px; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .box .content .detail .company-link:hover { text-decoration: underline } .company-header-block .box .content .card-tag { margin: 16px 0 } .company-header-block .box .content .card-tag .content { font-size: 14px } .company-header-block .box .content .company-header-card .item { margin-right: 16px } .company-header-block .box .content .company-header-card .item:last-child { margin-right: 0; padding-right: 0 } .company-header-block .box .content .company-header-card .item:hover .content-top { color: #0084ff } .company-header-block .box .content .company-header-card .lazy-img { margin-right: 11px } .company-header-block .box .content .company-header-card .content { height: 36px; padding: 0 } .company-header-block .box .content .company-header-card .content .content-bottom, .company-header-block .box .content .company-header-card .content .content-top { height: 22px; font-size: 14px; line-height: 1.15 } .company-header-block .box .content .company-header-card .content .tag-intro { padding-right: 12px } .company-header-block .box .content .company-header-card .content .content-top { color: #333 } .company-header-block .box .content .company-header-card .content .content-bottom { color: #666 } .company-header-block .box .content .company-header-card .content .content-bottom .tag-num { font-style: normal; color: #0084ff } .company-header-block .-company-box .content .card-tag { margin-bottom: 0 } .company-header-block .-company-claimed .dom-hr, .company-header-block .-own-claimed .dom-hr { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/dom-hr-claimed.png) } .company-header-block .footer { line-height: 39px; font-size: 14px; padding: 0 16px; border-top: 1px solid #f3f3f3; background: #fcfcfc } .company-header-block .footer::after, .company-header-block .footer::before { display: table; content: " " } .company-header-block .footer::after { clear: both } .company-header-block .footer .link-hover-click { display: inline-block; float: right; margin-left: 16px } .company-header-block .footer .link-hover-click .tic { font-size: 20px; margin-right: 4px; float: left; color: #339cff } .company-header-block .footer .link-hover-click span { float: left } .company-header-block .footer .fptt-content { height: 33px } .company-header-block .footer .fptt-content .tic-qiyemingpian { padding-top: 1px } .company-header-block .footer .link-hover-click:first-child { float: left } .company-header-block .footer .hot-news-container { float: left; display: inline-block; height: 100% } .company-header-block .footer .hot-news-container .hot-news-title, .company-header-block .footer .hot-news-container .panel-carousel-container { display: inline-block; float: left } .company-header-block .footer .hot-news-container .hot-news-title { height: 100%; line-height: 40px; color: #666 } .company-header-block .footer .hot-news-container .panel-carousel-container { display: inline-block; position: relative; width: 688px; height: 22px; margin-top: 8px; font-size: 14px; vertical-align: top; overflow: hidden } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item { position: absolute; display: block; height: 24px; line-height: 24px; color: #333; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; -webkit-transform: translateY(24px); transform: translateY(24px) } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item.-reset { -webkit-transition: none; transition: none } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-time, .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-val { float: left; display: inline-block } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-val { max-width: 629px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-time { margin-left: 8px; color: #999 } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item:hover .panel-val { color: #0084ff } .company-header-block .updateInfoError { background-color: rgba(0, 0, 0, .65); border-radius: 5px; width: 367px; text-align: center; margin-right: auto; margin-left: auto; padding-top: 5px; padding-bottom: 11px; padding-left: 10px; padding-right: 10px; position: absolute; left: 0; right: 0; font-size: 14px; color: #fff; -webkit-box-shadow: 1px 2px 23px 6px rgba(0, 0, 0, .1); box-shadow: 1px 2px 23px 6px rgba(0, 0, 0, .1); z-index: 200 } .company-header-block .updateInfoError .close { float: right; color: #fff } .company-header-block .refesh { font-size: 14px } .company-header-block .refesh .update-info-btn-error i { color: #999 } .company-header-block .refesh .update-info-btn { color: #339cff; -webkit-transition: 1s; transition: 1s } .company-header-block .refesh .update-info-btn.cursor-not-allowed:hover { color: #339cff } .company-header-block .refesh .update-info-btn:hover { color: #339cff } .company-header-block .refesh .cursor-not-allowed { cursor: not-allowed } .company-header-block .mobile-look { position: relative } .company-header-block .mobile-look .mobile-look-box { display: none; position: absolute; top: 100%; left: 50%; z-index: 101; margin-left: -111px; text-align: center } .company-header-block .mobile-look .mobile-look-box .content { width: 222px; height: 182px; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); border-radius: 4px } .company-header-block .mobile-look .mobile-look-box:before { content: ''; position: absolute; top: -4px; border-top-color: #fff; border-right-color: transparent; border-bottom-color: transparent; border-left-color: #fff; -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); border-radius: 2px; border-width: 4px; border-style: solid; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .company-header-block .mobile-look .mobile-look-box .qrcode { position: absolute; top: 51px; left: 21px } .company-header-block .mobile-look .mobile-look-box .img { vertical-align: top } .company-header-block .mobile-look:hover .mobile-look-box { display: block } .company-header-block .safetype { margin-right: 6px; color: #26c944 } .company-header-block .safetype.-warn { color: #ff7878 } .company-header-block.company-claim-bg { background-color: #fffcf7; border: 2px solid #f2dab8; -o-border-image: linear-gradient(to right top, #f2dab8 1%, #f2dab8 40%) 30 30; border-image: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #f2dab8), color-stop(40%, #f2dab8)) 30 30; border-image: linear-gradient(to right top, #f2dab8 1%, #f2dab8 40%) 30 30 } .company-header-block.company-claim-bg .content .detail { background-color: #fef8ee } .company-header-block.company-claim-bg .content .detail .folder-btn { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #fef8ee)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fef8ee 26.4%) } .xcx-qrcode-btn { position: relative } .xcx-qrcode-btn .xcx-block { width: 200px; height: 220px; position: absolute; right: 0; top: 38px; background: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); border-radius: 2px; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: right top; transform-origin: right top; z-index: 201 } .xcx-qrcode-btn .xcx-block .xcx-qrcode { margin: 10px auto 0; width: 180px; height: 180px } .xcx-qrcode-btn .xcx-block .info { font-size: 12px; color: #333; line-height: 31px; text-align: center; vertical-align: middle } .xcx-qrcode-btn:hover .xcx-block { -webkit-transform: scale(1); transform: scale(1) } .company-visitor { position: relative; display: inline-block; width: 120px; height: 64px; padding-right: 20px } .company-visitor .company-visitor-bg { position: absolute; left: 0; top: 0; width: 100px } .company-visitor .pv { position: absolute; width: 100px; left: 0; padding-top: 29px; line-height: 16px; text-align: center; white-space: nowrap } .company-visitor .pv .pv-txt { font-size: 12px; color: #666 } .company-visitor .company-visitor-pop-container { z-index: 101; position: absolute; left: 100px; top: 26px; display: none; -webkit-box-sizing: content-box; box-sizing: content-box; padding-left: 8px } .company-visitor .company-visitor-pop-container .company-visitor-pop { width: 444px; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); background-color: #fff } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-title { display: block; height: 54px; font-size: 16px; line-height: 54px; text-align: center; color: #333 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content { display: block } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .company-visitor-link { height: 49px; padding-top: 9px; line-height: 19px; text-align: center; font-size: 14px; color: #333 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .company-visitor-img { width: 100%; vertical-align: middle } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .table { width: 420px; margin: 16px auto 0 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td { padding: 8px 12px } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td .logo { margin-right: 16px } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td .nickname { width: 60px; display: inline-block; vertical-align: middle } .company-visitor .company-visitor-pop-container .chart { position: relative; background: #f6faff; height: 175px; width: 420px; margin: 0 auto } .company-visitor .company-visitor-pop-container .loading-scroll { padding-top: 80px } .tyc-risk-header { color: #ff5f57; font-weight: 400 } .tyc-risk-header .lazy-img { display: inline-block; vertical-align: top } .tyc-risk-header .tips-block-data { margin-top: 3px } .eye-risk { position: relative; padding: 23px 16px; border: 1px solid #e4eef6 } .eye-risk .message { display: inline-block; width: 45px; vertical-align: middle } .eye-risk .reason { display: inline-block; vertical-align: middle; width: 159px } .eye-risk .single { line-height: 44px } .eye-risk .company-demo { position: absolute; left: 374px; top: 50%; margin-top: -56px; width: 484px } .eye-risk .human-demo { position: absolute; left: 366px; top: 50%; margin-top: -40px; width: 500px } .eye-risk .self-risk + .self-risk { margin-top: 36px } .eye-risk .tips-block-data { margin-top: 3px } .eye-risk.-hasrisk { padding: 10px 16px 12px; cursor: pointer } .eye-risk.-hasrisk .self-risk + .self-risk { margin-top: 16px } .self-risk .title { display: inline-block; width: 155px; vertical-align: middle } .self-risk .title .risk { display: inline-block; vertical-align: middle; margin-right: 8px; padding-top: 1px } .self-risk .content { display: inline-block; vertical-align: middle; line-height: 22px } .self-risk .content em { position: relative; padding: 0 5px } .self-risk .content em .click_mask_img { position: absolute; left: 4px; top: -1px; height: 20px } .self-risk .link-align { display: inline-block; vertical-align: middle } .risk-width-hidden { display: inline-block; max-width: 580px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .risk-detail { position: absolute; right: 16px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .eye-risk-demo { position: relative; padding: 25px 100px 25px 0; border: 1px solid #f3f3f3; cursor: pointer } .eye-risk-demo .demo { float: left; text-align: center } .eye-risk-demo .risk-text { color: #ff3b30 } .eye-risk-demo .severalrisks { padding-left: 5px; font-size: 18px } .eye-risk-demo .severalrisks .several { font-size: 14px } .eye-risk-seo { cursor: pointer } .eye-risk-seo .message { display: inline-block; width: 35px } .eye-risk-seo .reason { display: inline-block; width: 60px } .eye-risk-seo .box:last-child { border-bottom: 0; margin-bottom: 0 } .eye-risk-seo .title { position: relative; display: inline-block; vertical-align: middle; margin-right: 8px; padding-left: 8px } .eye-risk-seo .title:before { position: absolute; top: 5px; left: 0; content: ''; height: 14px; width: 2px; font-size: 12px; font-weight: 700; background: #ff5f57 } .eye-risk-seo .detail { padding: 11px 0 20px } .eye-risk-seo .row { position: relative } .eye-risk-seo .row em { position: relative; padding: 0 5px } .eye-risk-seo .click_mask_img { position: absolute; left: 4px; top: -1px; height: 20px } .eye-risk-seo .tag-risk-count { padding: 0 4px; line-height: 20px; font-size: 14px } .eye-risk-demo.-seo { border: 0; padding: 0 } .eye-risk-demo.-seo .demo { width: 100%; padding: 16px 0; border-bottom: 1px dotted #f3f3f3 } .eye-risk-demo.-seo .demo:last-child { border-bottom: 0 } .company-tab { position: absolute; right: 0; width: 38px; height: 120px; padding: 20px 14px; font-size: 14px; line-height: 18px; color: #fff; background-size: 100%; background-position: top left; -webkit-transform-origin: top right; transform-origin: top right; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .2s linear; transition: -webkit-transform .2s linear; transition: transform .2s linear; transition: transform .2s linear, -webkit-transform .2s linear } .company-tab.-public { top: 0; padding-top: 22px; color: #0084ff } .company-tab.-public.-active { top: 0; padding-top: 23px } .company-tab.-own { top: 107px; color: #db9927; padding-top: 25px } .company-tab.-own.-active { top: 103px; padding-top: 24px; height: 126px } .company-tab.-active { z-index: 1; width: 48px; height: 124px; padding-left: 20px; padding-top: 18px; font-size: 16px; font-weight: 700; color: #fff; line-height: 19px } .company-tab .msg-num { display: none } .company-tab.-num .msg-num { display: block } .company-tab.-num.-own { padding-top: 17px; line-height: 18px } .company-tab.-num.-own.-active { padding-top: 14px; line-height: 19px } .company-tab.-num.-own.-active .msg-num { width: 38px; height: 31px; font-weight: 700; line-height: 19px; font-size: 14px } .company-tab:hover { -webkit-transform: scale(1.125); transform: scale(1.125) } .company-tab:hover.-active { -webkit-transform: scale(1); transform: scale(1) } .company-tabwarp { position: fixed; top: 74px; z-index: 150 } .company-tabwarp.-abs { position: absolute; top: 0 } .company-tabwarp .msg-num { position: absolute; bottom: 0; right: 0; z-index: 1; width: 32px; height: 25px; font-size: 14px; line-height: 16px; text-align: center; color: #fff; font-weight: 700 } .company-warp { position: relative } body.-ready .company-tab.-public { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/public-tab-1.png) } body.-ready .company-tab.-public.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/public-tab-active-1.png) } body.-ready .company-tab.-own { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-1.png) } body.-ready .company-tab.-own.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-active-1.png) } body.-ready .company-tab.-num.-own { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-new-2.png) } body.-ready .company-tab.-num.-own.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-active-new-2.png) } .triangle-xcx { position: absolute; right: 0; top: 0; width: 26px; height: 26px; cursor: pointer } .triangle-xcx .tips { position: absolute; top: 2px; right: 2px; font-size: 24px; color: #94bee4; line-height: 24px; cursor: pointer; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .triangle-xcx .tips:before { content: "\e71e" } .triangle-xcx .xcx-block { width: 187px; height: 150px; position: absolute; right: 0; top: 0; z-index: 101; border-radius: 4px; background-color: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); background-size: 100%; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: right top; transform-origin: right top } .triangle-xcx .xcx-block .xcx-qrcode { position: absolute; top: 44px; left: 22px; width: 85px; height: 85px } .triangle-xcx .xcx-block .info { font-size: 14px; color: #333; line-height: 19px; padding-top: 9px; text-align: center; vertical-align: middle } .triangle-xcx:hover .xcx-block { -webkit-transform: scale(1); transform: scale(1) } body.-ready .xcx-block { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/xcx-qrcode-bg-1.png) } .modal .modal-question { padding: 20px 20px 24px 20px } .modal .modal-question .question-input { width: 490px; height: 110px; font-size: 14px; border: 1px solid #f3f3f3; padding: 10px; resize: none } .modal .modal-question .input-warp { position: relative } .modal .modal-question .input-warp .input-num { position: absolute; bottom: 10px; right: 10px; color: #999 } .modal .modal-question .tool { margin-top: 30px } .modal .modal-question .btn-primary { width: 160px } .modal .modal-answer { padding: 20px 20px 24px 20px } .modal .modal-answer .answer-input { width: 490px; height: 110px; font-size: 14px; border: 1px solid #f3f3f3; padding: 10px; resize: none } .modal .modal-answer .face-tool { padding-top: 12px } .modal .modal-answer .face-tool .btn-primary { width: 88px } .modal .modal-answer .title { width: 100%; font-size: 16px; color: #333; margin-bottom: 24px } .modal .modal-answer .rel-info { margin-top: -15px; margin-bottom: 20px } .modal .modal-answer .tool { margin-top: 30px } .modal .modal-answer .btn-primary { width: 160px } .modal .modal-qa-report { padding: 20px 20px 24px 20px } .modal .modal-qa-report .title { font-size: 16px; color: #333; margin-bottom: 24px } .modal .modal-qa-report .qa-report-item-list { border: 1px solid #f3f3f3 } .modal .modal-qa-report .qa-report-item-list .qa-report { height: 38px; line-height: 38px; border-top: 1px solid #f3f3f3; padding: 0 8px } .modal .modal-qa-report .qa-report-item-list .qa-report:first-child { border-top: 0 } .modal .modal-qa-report .qa-report-item-list .qa-report-check { float: right; font-size: 16px; color: #666 } .modal .modal-qa-report .qa-report-item-list .qa-report-check.active { color: #0084ff } .modal .modal-qa-report .qa-report-item-list .qa-report-check.active:before { content: "\e6f4" } .modal .modal-qa-report .tool { margin-top: 30px } .modal .modal-qa-report .btn-primary { width: 160px } .modal-answer-ok .content, .modal-question-ok .content { font-size: 16px; color: #333; margin-top: 10px } .modal-answer-ok .content .tic, .modal-question-ok .content .tic { color: #0084ff; margin-right: 6px } .modal-answer-ok .tip, .modal-question-ok .tip { margin: 16px 0 35px; text-align: center; font-size: 14px } .modal .modal-answer-ok { padding: 15px 28px } .modal .modal-answer-ok .tip { margin: 16px 0 10px } .modal .modal-question-detail { padding: 0 } .modal .modal-question-detail .question-list { height: 480px; overflow-y: auto } .modal .modal-question-detail .question-list .question { padding: 30px 48px 30px 78px } .modal .modal-question-detail .question-list .question .left { top: 16px; left: 48px } .modal .modal-question-detail .question-list .question .info { text-align: right } .modal .modal-question-detail .question-list .question .question-rel-info { color: #333 } .modal .modal-question-detail .question-list .answer-list { margin: 0 48px } .modal .modal-question-detail .question-list .question-block { margin-bottom: 0; border: 0 } .modal .modal-question-detail .question-list .question-block:hover { -webkit-box-shadow: none; box-shadow: none } .modal .modal-question-detail .answer-area { padding: 30px 0 30px 48px; border-top: 1px solid #f3f3f3 } .modal .modal-question-detail .answer-area .btn-primary { width: 96px; margin-left: 10px } .modal .modal-question-detail .answer-input { height: 36px; line-height: 36px; width: 620px; border: 1px solid #f3f3f3; text-indent: 10px; margin-left: 10px } .modal .modal-question-detail .answer-input:focus { outline: 0 } .modal-content > .header .title.-qa-title { word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; padding: 0 100px } .modal-chatbox .header { background-color: #f3f3f3 } .modal-chatbox .chat-input { position: relative; background: #f3f3f3; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; padding-bottom: 53px; height: 109px; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .modal-chatbox .chat-input.-focus { background: #fff } .modal-chatbox .chat-input .textarea { height: 68px; border: none; background: 0 0; word-break: break-all } .modal-chatbox .chat-input .face-tool { position: absolute; right: 16px; bottom: 12px } .modal-chatbox .chat-input .face-tool .btn { width: 56px } .modal-chatbox .chat-content { overflow-x: hidden; overflow-y: auto; padding: 0 16px 0 20px; height: 470px; border-bottom: 1px solid #e0e0e0; background-color: #f3f3f3 } .modal-chatbox .chat-inner::after, .modal-chatbox .chat-inner::before { display: table; content: " " } .modal-chatbox .chat-inner::after { clear: both } .modal-chatbox .time { text-align: center; margin: 28px auto; font-size: 12px; line-height: 16px; color: #999 } .modal-chatbox .message { margin-bottom: 18px; float: left; width: 100% } .modal-chatbox .message .logo { float: left; cursor: pointer } .modal-chatbox .message.-me { float: right; text-align: right; clear: right } .modal-chatbox .message.-me .bubble { background: #a3d3ff } .modal-chatbox .message.-me .bubble:before { left: 100%; border-color: #a3d3ff transparent transparent #a3d3ff } .modal-chatbox .message.-me .logo { float: right } .modal-chatbox .message .content { overflow: hidden } .modal-chatbox .message .bubble { position: relative; display: inline-block; vertical-align: top; min-height: 1em; margin: 3px 18px; text-align: left; font-size: 14px; border-radius: 4px; background: #fff } .modal-chatbox .message .bubble:before { content: " "; position: absolute; top: 6px; right: 100%; border-width: 3px 3px; border-style: solid; border-color: #fff #fff transparent transparent } .modal-chatbox .message .inner { word-wrap: break-word; word-break: break-all } .modal-chatbox .message .plain { max-width: 394px; padding: 8px 12px; line-height: 22px } .modal-chatbox .message .icon-fail, .modal-chatbox .message .icon-loading { position: absolute; right: 100%; top: 50%; margin-right: 12px; margin-top: -9px; font-size: 20px } .modal-chatbox .message .icon-loading { margin-top: -10px; color: #0084ff } .modal-chatbox .message .icon-fail { cursor: pointer; color: #ff3b30 } .loading-scroll { text-align: center } .loading-scroll .content { display: inline-block; height: 45px; width: 37px } .loading-scroll .item { width: 5px; height: 45px; margin-right: 3px; background-color: #b3daff; float: left; -webkit-animation: square-stretch 1.2s infinite ease-in-out; animation: square-stretch 1.2s infinite ease-in-out } .loading-scroll .item:last-child { margin-right: 0 } .loading-scroll .item:nth-child(5) { -webkit-animation-delay: -.8s; animation-delay: -.8s } .loading-scroll .item:nth-child(4) { -webkit-animation-delay: -.9s; animation-delay: -.9s } .loading-scroll .item:nth-child(3) { -webkit-animation-delay: -1s; animation-delay: -1s } .loading-scroll .item:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } @keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } .usm-modal-open { overflow: hidden } .usm-modal-wrapper { z-index: 1050; position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .usm-modal-wrapper .usm-mark { z-index: 500; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); opacity: 0; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out } .usm-modal-wrapper .dialog-wrapper { position: fixed; width: 100%; height: 100%; overflow: hidden; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out } .usm-modal-wrapper .dialog-close, .usm-modal-wrapper .dialog-top { position: fixed; right: 17%; width: 40px; height: 40px; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; background: rgba(0, 0, 0, .5); -webkit-transition: opacity .3s ease-in-out, bottom .3s ease-in-out; transition: opacity .3s ease-in-out, bottom .3s ease-in-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .usm-modal-wrapper .dialog-close .tic, .usm-modal-wrapper .dialog-top .tic { font-size: 18px } .usm-modal-wrapper .dialog-close { top: 24px } .usm-modal-wrapper .dialog-top { opacity: 0; bottom: 20px } .usm-modal-wrapper.-theme-default .dialog-wrapper { -webkit-transform: translateY(-5%); transform: translateY(-5%) } .usm-modal-wrapper.-theme-default .dialog-wrapper.-lg .dialog-header, .usm-modal-wrapper.-theme-default .dialog-wrapper.-lg .usm-dialog { width: 936px } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-position { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-header { position: fixed; top: 0; border-radius: 0 } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-top { opacity: 1; bottom: 41px } .usm-modal-wrapper.-theme-default .usm-dialog { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 24px; height: auto; border-radius: 5px; overflow: hidden; background-color: #fff } .usm-modal-wrapper.-theme-default .dialog-position { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow-x: hidden; overflow-y: auto } .usm-modal-wrapper.-theme-default .dialog-header { padding: 20px 40px; background-color: #f5f5f5 } .usm-modal-wrapper.-theme-default .dialog-content { padding: 23px 40px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .usm-modal-wrapper.-theme-default.-show .usm-mark { opacity: 1 } .usm-modal-wrapper.-theme-default.-show .-dialog-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .usm-modal-wrapper.-theme-museum .usm-mark { background-color: rgba(0, 0, 0, .85) } .usm-modal-wrapper.-theme-museum .dialog-position { position: relative; top: 50%; width: 1247px; height: 520px; padding-top: 40px; margin: -260px auto 0 } .usm-modal-wrapper.-theme-museum .usm-dialog-item { display: none; width: 100%; height: 100% } .usm-modal-wrapper.-theme-museum .usm-dialog-item.-show { display: block } .usm-modal-wrapper.-theme-museum .usm-dialog { width: 1167px; height: 100%; margin: 0 auto; padding: 0 128px } .usm-modal-wrapper.-theme-museum .usm-dialog .detail-position { width: 100% } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail, .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img { width: 100%; float: left } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail { width: 376px; height: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail .title { line-height: 24px; font-size: 18px; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail .content { -ms-word-break: break-all; word-break: break-all; word-break: break-word; margin-top: 25px; font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, .6) } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img { width: 480px; height: 100%; margin-left: 54px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img .lazy-img { display: inline-block; max-width: 100%; max-height: 100% } .usm-modal-wrapper.-theme-museum .dialog-close { position: absolute; right: 0; top: 0 } .usm-modal-wrapper.-theme-museum .dialog-btn-next, .usm-modal-wrapper.-theme-museum .dialog-btn-prev, .usm-modal-wrapper.-theme-museum .dialog-close { background-color: rgba(102, 102, 102, .5) } .usm-modal-wrapper.-theme-museum .dialog-btn-next .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev .tic, .usm-modal-wrapper.-theme-museum .dialog-close .tic { color: rgba(255, 255, 255, .5) } .usm-modal-wrapper.-theme-museum .dialog-btn-next:hover .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev:hover .tic, .usm-modal-wrapper.-theme-museum .dialog-close:hover .tic { color: rgba(255, 255, 255, .7) } .usm-modal-wrapper.-theme-museum .dialog-btn-next.-disabled .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev.-disabled .tic, .usm-modal-wrapper.-theme-museum .dialog-close.-disabled .tic { color: rgba(255, 255, 255, .2); cursor: no-drop } .usm-modal-wrapper.-theme-museum .dialog-btn-next, .usm-modal-wrapper.-theme-museum .dialog-btn-prev { position: absolute; top: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 100px; margin-top: -50px; border-radius: 4px; cursor: pointer } .usm-modal-wrapper.-theme-museum .dialog-btn-next .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev .tic { font-size: 24px } .usm-modal-wrapper.-theme-museum .dialog-btn-next { right: 0 } .usm-modal-wrapper.-theme-museum.-show .usm-mark { opacity: 1 } .usm-modal-wrapper.-theme-museum.-show .-dialog-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .question-list { width: 100% } .question-list .own_have_question { position: relative; width: 100%; height: 124px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/ask_foryou_banner.png) 0 0 no-repeat; background-size: 100% 100%; cursor: pointer } .question-list .own_have_question div { position: absolute; left: 0; bottom: 19px; display: inline-block; width: 100%; height: 60px; padding: 0 17px 0 20px; font-size: 14px; color: #333 } .question-list .own_have_question div i { float: left; margin: 15px 0 0 18px; font-size: 20px; vertical-align: middle; color: #0183fe } .question-list .own_have_question div span { float: right; display: -webkit-box; width: 740px; height: 80%; margin-top: 6px; margin-right: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; font-size: 18px; line-height: 48px; font-weight: 700; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical } .question-list .own_have_question:hover div > span { color: #0183fe } .question-list .question-block { width: 100% } .question-list .question-block .content span.icon { float: left } .question-list .question-block .content .js-shrink-container { display: inline-block; width: 760px; line-height: 22px } .question-list .question-block .content .js-shrink-container .js-full-container, .question-list .question-block .content .js-shrink-container .js-split-container { -webkit-box-sizing: content-box; box-sizing: content-box; width: 100%; font-size: 14px } .question-list .question-block .content .js-shrink-container .js-shrink-btn { font-size: 14px } .question-banner { border-bottom: none; padding: 20px 23px 16px; background-color: #f9f9f9 } .question-banner .title { margin-bottom: 15px; line-height: 24px } .question-banner .title .txt { font-weight: 700; font-size: 16px; line-height: 24px; color: #333 } .question-banner .qb-txt-more { font-size: 12px; color: #999 } .question-banner .qb-txt-more i { font-style: normal; color: #ff3b30 } .question-banner .btn-primary { float: right; width: 64px; height: 28px; margin-top: 16px; border-radius: 2px; line-height: 1 } .question-banner .input-warp { width: 100% } .question-banner .input-warp .textarea { padding: 6px 11px 23px } .question-banner .banner-question-input { width: 100%; height: 74px; padding: 8px 12px; line-height: 22px; overflow: hidden } .question-block .question { padding: 14px 23px 0; position: relative } .question-block .question .question-title-container { width: 100% } .question-block .question .question-title-container .title { font-size: 16px; color: #333; -ms-word-break: break-all; word-break: break-word; line-height: 24px } .question-block .question .question-title-container .title .question-title { position: relative; display: inline-block; width: 745px; line-height: 24px; font-weight: 700; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .question-block .question .question-title-container .title .report-ico { position: absolute; top: 7px; right: -41px; display: none; float: right; margin-left: 16px; font-size: 12px; line-height: 20px; white-space: nowrap; color: #999; cursor: pointer; font-weight: 400 } .question-block .question .question-title-container .title .report-ico .tic { margin-right: 4px } .question-block .question .question-title-container .title .btn-primary { float: right; width: 64px; margin-top: 4px; font-size: 14px } .question-block .question .question-title-container .info { width: 100%; margin-bottom: 2px; margin-top: 1px; font-size: 12px; line-height: 20px; color: #999 } .question-block .question .question-title-container .info .num { float: right } .question-block .question .question-title-container .question-title:hover .report-ico { display: inline } .question-block .question .question-title-container .question-title:hover .report-ico:hover { color: #0084ff } .question-block .question .question-title-container .tic-gantan { margin: 0 6px } .question-block .question .tic-wen- { color: #0084ff } .question-block .tic.tic-qiyerenzhengshengjid { position: absolute; left: 13%; bottom: -13px; font-size: 45px; color: #ff3b2f; opacity: .8 } .question-block .input-warp .input-num { font-size: 12px } .long-string { display: inline-block; width: 1px; height: 12px; margin: -2px 2px 0; vertical-align: middle; background-color: #e0e0e0 } .answer-ico { position: absolute; left: 0; top: 14px; font-size: 20px } .answer-ico .tic-answer { color: #ff7d18 } .answer-list { position: relative } .answer-list .-open-reply { border-bottom: none } .answer-list .-open-reply .info-answer-ico { color: #0084ff } .answer-list .question-loading { width: 100%; height: 34px; margin: 24px 0 21px; background-color: #fff } .answer-list .question-loading .position-box { width: 50px; margin: 0 auto } .answer-list .question-loading .content { float: left; width: 50px; height: 34px; padding: 0 } .answer-list .question-loading .content .item { cursor: default; padding: 0; width: 4px; height: 32px; margin-right: 4px; border: none } .answer-list .question-loading .content .item:hover { -webkit-box-shadow: none; box-shadow: none } .answer-list .question-loading .loading-text { float: left; margin-top: 23px; font-size: 12px; color: #666 } .answer-list.-more-answer .reply-user-list { margin-bottom: 15px } .answer-list.-more-answer.-open-answer-list .reply-user-list { margin-bottom: 0 } .answer-list-item:last-child .answer { border-bottom: none } .answer-list-item .info-answer-ico.-no-read { position: relative } .answer-list-item .info-answer-ico.-no-read:before { position: absolute; top: -1px; right: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #ff3a30; content: '' } .reply-user-list { position: relative; display: none; width: 100%; padding: 24px 23px 0 56px; background-color: rgba(243, 243, 243, .5) } .reply-user-list .reply-answer-textarea .input-warp { width: 100%; height: 36px; margin-bottom: 17px } .reply-user-list .reply-answer-textarea .input { display: inline-block; width: 100%; height: 36px; line-height: 1; padding-bottom: 7px; padding-top: 9px; overflow: hidden } .reply-user-list .reply-answer-textarea .input-num { bottom: 9px } .reply-user-list .reply-answer-textarea .position-box { width: 100%; height: 30px; margin-bottom: 16px; line-height: 30px } .reply-user-list .reply-answer-textarea .position-box .tic-xiaolian1 { float: left; font-size: 23px; color: #999; cursor: pointer } .reply-user-list .reply-answer-textarea .position-box .tic-xiaolian1:hover { color: #0084ff } .reply-user-list .reply-answer-textarea .position-box .btn-primary { float: right; width: 64px; height: 30px; margin-left: 16px } .reply-user-list .reply-list { border-top: 1px solid #f3f3f3 } .reply-user-list .reply-list .answer { padding-left: 33px; padding-right: 0; border-bottom: 1px solid #f3f3f3 } .reply-user-list .reply-list .answer:hover .preview-remove-link { display: inline-block } .reply-user-list .reply-list .answer:last-child { border-bottom-color: transparent } .reply-user-list .reply-list .preview-remove-link { float: right; color: #999 } .reply-user-list .reply-list .preview-remove-link:hover { color: #0082ff; text-decoration: none } .answer-input-area { display: none; height: 184px; margin-top: 15px; padding: 25px 23px 16px; background-color: #f9f9f9 } .answer-input-area .btn { float: right; width: 64px; height: 28px; padding-top: 3px } .answer-input-area .face-tool { margin-top: 16px; text-align: left } .answer-input-area .input-warp { height: 98px } .answer-input-area .textarea { padding: 6px 11px 22px; height: 100%; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .answer { padding: 13px 23px 0 56px; border-bottom: 1px solid #f3f3f3; font-size: 14px } .answer .answer-tag { float: right; display: inline-block; height: 20px; margin-left: 12px; padding: 1px 8px; border-radius: 2px; line-height: 18px; font-size: 12px; color: #0082ff; border: 1px solid #0082ff } .answer .answer-tag.-status0 { color: #0082ff; border: 1px solid #0082ff } .answer .answer-tag.-status-1 { color: #ff3b30; border: 1px solid #ff3b30 } .answer .answer-header { position: relative; color: #999; line-height: 20px; font-size: 12px } .answer .answer-header::after, .answer .answer-header::before { display: table; content: " " } .answer .answer-header::after { clear: both } .answer .answer-header .user-img { width: 24px; height: 24px; position: absolute; left: -33px; top: -2px } .answer .answer-header .user-img .icon-circle-bg { position: absolute; right: -2px; bottom: 5px; width: 10px; height: 10px; font-size: 12px } .answer .answer-header .user-img .lazy-img { float: left; width: 100%; height: 100%; border-radius: 50% } .answer .answer-header .tag-new-category { float: right; width: 53px; height: 20px; text-align: center; background-color: transparent } .answer .answer-header .tag-new-category:hover { background-color: transparent; border-color: #0084ff } .answer .answer-header .answer-private-msg { float: left; margin-left: 16px; font-size: 12px } .answer .answer-header .answer-private-msg .tic { float: left; margin-right: 4px; font-size: 12px } .answer .content { -ms-word-break: break-all; word-break: break-all; word-break: break-word; color: #333; padding-left: 0; margin: 3px 0 6px } .answer .content i.tic { margin-right: 8px; font-size: 20px; vertical-align: middle; color: #ff7d18 } .answer .info { position: relative; color: #999; font-size: 12px; line-height: 1 } .answer .info:hover .report-ico { display: block } .answer .icon-company-answer { position: relative; margin-left: 10px } .answer .icon-company-answer:before { position: absolute; content: ' '; width: 47px; height: 47px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/icon-company-anser.png); background-repeat: no-repeat; background-size: cover; display: inline; top: -15px } .-open-answer-list .answer-list-item { position: relative } .-open-answer-list .answer-list-item:after, .-open-answer-list .answer-list-item:before { position: absolute; bottom: -1px; display: inline-block; width: 23px; height: 5px; background-color: #fff; content: '' } .-open-answer-list .answer-list-item:before { left: 0 } .-open-answer-list .answer-list-item:after { right: 0 } .-open-answer-list .-open-reply:after, .-open-answer-list .-open-reply:before { display: none } .-open-answer-list .answer-list-item:last-child:after, .-open-answer-list .answer-list-item:last-child:before { display: none } .-open-answer-list .answer-list-item:last-child .reply-user-list { margin-bottom: 15px } .answer-more { position: relative; margin-bottom: 15px; margin-top: 1px; line-height: 18px; text-align: center; font-size: 14px; color: #0084ff } .answer-more .tic { display: inline-block; width: 12px; margin-left: 4px; font-size: 12px } .answer-more .tic.tic-arrow-pn-right:before { display: inline-block; -webkit-transform: rotate(-90deg) scale(.7); transform: rotate(-90deg) scale(.7) } .answer-more.-event-more .tic:before { display: inline-block; -webkit-transform: rotate(180deg); transform: rotate(180deg) } .pin-slide-up-btn { position: fixed; bottom: 0; left: 50%; margin-left: -103px/2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 103px; height: 30px; padding: 0; border-radius: 4px; border: none; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .21); box-shadow: 0 0 4px 0 rgba(0, 0, 0, .21); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 30px; font-size: 14px; color: #0084ff; background-color: #fff; opacity: 0 } .pin-slide-up-btn .link-click { float: left } .pin-slide-up-btn .tic { float: right; margin-left: 4px; font-size: 12px } .pin-slide-up-btn.-show { opacity: 1; bottom: 25px } .user-qa-block { margin-top: 20px } .user-qa-block .answer { padding: 13px 0 15px 32px } .user-qa-block .answer-list { padding: 0 23px } .user-qa-block .answer-status { position: relative; width: 100%; height: 20px; margin-bottom: 5px; padding-left: 23px; line-height: 20px } .user-qa-block .answer-status .answer-status-txt { display: inline-block; width: 60px; height: 100%; padding-left: 4px; vertical-align: top; font-size: 12px; color: #fff; background-size: 100% } .user-qa-block .answer-status .answer-status-txt.-new-answer { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-new-answer.png) } .user-qa-block .answer-status .answer-status-txt.-my-answer { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-my-answer.png) } .user-qa-block .answer-status .answer-status-txt.-other-answer { color: #666; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-other-answer.png) } .user-qa-block .-open-answer-list .answer-list-item:after, .user-qa-block .-open-answer-list .answer-list-item:before { display: none } .user-qa-inv-block { margin-top: 10px } .user-body .question-block { border: 1px solid #f3f3f3; border-bottom-color: transparent } .user-body .question-block .answer { border-bottom-color: #f3f3f3 } .user-body .question-block .-open-reply .answer { border-bottom-color: transparent } .user-body .question-block .reply-user-list { width: 870px; margin-left: -23px } .user-body .question-block .-open-answer-list .reply-user-list { margin-bottom: 18px !important } .user-body .question-block:last-child { border-bottom: 1px solid #f3f3f3 } .user-body .question { padding-bottom: 14px } .user-body .preview-answer-block { padding: 13px 23px 15px 55px; border-bottom: none } .user-body .preview-remove-link:hover { text-decoration: none } .user-body .tic.tic-qiyerenzhengshengjid { left: 18%; bottom: -13px } .user-body .question-rel-info .company-claim { display: inline-block; width: 71px; height: 20px; margin-left: 5px; vertical-align: top; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-0.png); background-size: 100% 100% } .user-body .question-rel-info .company-claim.-pkg-1 { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-1.png) } .user-body .question-rel-info .company-claim.-pkg-2 { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-2.png) } .user-body .question-rel-info .company-claim.-pkg-3 { width: 89px; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-3.png) } .user-body .answer-list > .answer-status:nth-child(1) { margin-top: 15px } .user-body .answer-list .answer-status { padding-left: 0 } .user-body .answer-list .-no-border { border-bottom-color: transparent } .user-body .tag-status-check.-status-1 { color: #ff3b30; background-color: rgba(255, 59, 48, .1) } .user-body .question-title { width: 715px !important } .user-body .qa-invite-list { margin-top: 14px } .user-body .qa-invite-list .question-title { display: inline-block; width: 632px; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .user-body .qa-invite-list .info { max-width: 632px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-body .qa-invite-list .question-rel-info { color: #999 } .user-body .qa-invite-list .right-tool { position: absolute; right: 18px; top: 16px } .user-body .qa-invite-list .right-tool .btn-primary-bd { width: 64px; margin-right: 15px } .user-body .-not-answer { border-bottom: none !important } .user-body .-not-answer .answer-input-area { margin-top: 0 } .user-body .-block-no-pb { padding-bottom: 0 } .user-body .-more-answer .answer-list-item:last-child > .answer { padding-bottom: 0 } .user-body .-more-answer .answer-list-item:last-child .reply-user-list { margin-top: 15px } #_container_qa_myself .question-block, #_container_qa_other .question-block { border: 1px solid #e4eef6; border-top-color: transparent } #_container_qa_myself .question-block .answer:last-child .answer, #_container_qa_other .question-block .answer:last-child .answer { padding-bottom: 0 } #_container_qa_myself .question-block .answer .info, #_container_qa_other .question-block .answer .info { position: relative; padding-left: 0 } #_container_qa_myself .question-block .answer-list .answer, #_container_qa_other .question-block .answer-list .answer { padding-bottom: 15px } #_container_qa_myself .question-block .answer-list .-qa-status-0:hover > .answer .preview-remove-link, #_container_qa_other .question-block .answer-list .-qa-status-0:hover > .answer .preview-remove-link { display: inline-block } #_container_qa_myself .company_pager, #_container_qa_other .company_pager { height: auto } #_container_qa_myself .company_pager .pagination, #_container_qa_other .company_pager .pagination { margin-top: 20px } #_container_qa_myself .q-item-block-container .question-block:first-child, #_container_qa_other .q-item-block-container .question-block:first-child { border-top-color: #e4eef6 } #_container_qa_myself .reply-list .answer-more, #_container_qa_other .reply-list .answer-more { margin-left: -50px; width: 828px } #_container_qa_myself .answer-list .content span.icon, #_container_qa_other .answer-list .content span.icon { margin-top: -3px } #_container_qa_myself .info, #_container_qa_other .info { padding-bottom: 0 } #_container_qa_myself .-more-answer .answer-list-item:last-child .answer, #_container_qa_other .-more-answer .answer-list-item:last-child .answer { padding-bottom: 0 } #_container_qa_myself .-more-answer .answer-list-item.-open-reply .answer, #_container_qa_other .-more-answer .answer-list-item.-open-reply .answer { padding-bottom: 15px } #_container_qa_myself .reply-list .answer, #_container_qa_other .reply-list .answer { padding-bottom: 15px !important } #_container_qa_myself .question-header { border-bottom-color: #ffecde } #_container_qa_myself .tips-block-data { font-size: 14px; vertical-align: top; line-height: 1.8; color: #c48414; cursor: pointer } #_container_qa_myself .tips-block-data .claim-icon { display: inline-block; width: 23px; height: 20px; margin-right: 8px; margin-top: 2px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/title-claim-company.png); background-size: 100% } .handle-icon-box { display: inline-block; font-size: 12px; text-align: left; white-space: nowrap; color: #999 } .handle-icon-box .tic { margin-right: 4px } .handle-icon-box .qa-handle-icon, .handle-icon-box .report-ico { width: 64px } .handle-icon-box div:first-child { width: 43px } .handle-icon-box .preview-remove-link { width: auto } .handle-icon-box .preview-remove-link:hover { text-decoration: none } .handle-icon-box .qa-handle-icon span { cursor: pointer } .handle-icon-box .qa-handle-icon .icon-num { font-style: normal } .handle-icon-box .qa-handle-icon .icon-num.-active { color: #0084ff } .handle-icon-box .qa-handle-icon .active { color: #0084ff } .handle-icon-box .qa-handle-icon .active .tic-dianzan-:before { content: "\e6f3" } .handle-icon-box .qa-handle-icon:hover { color: #0084ff } .handle-icon-box .qa-handle-icon:hover .tic-dianzan-:before { color: #0084ff } .handle-icon-box .info-answer-ico:hover { color: #0084ff } .handle-icon-box .report-ico { display: none } .handle-icon-box .report-ico:hover { color: #0084ff } .question-loading { width: 100%; height: 45px; margin-top: 29px; margin-bottom: 12px } .modal .question-claim-body { padding: 17px; text-align: center } .modal .question-claim-body .question-claim-img { width: 568px; height: 248px; margin-bottom: 13px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/question-claim-img.png) 0 0 no-repeat; background-size: 100% 100% } .modal .question-claim-body .question-claim-text { margin-bottom: 29px; font-size: 14px; line-height: 24px; color: #666 } .modal .question-claim-body .question-claim-btn { width: 130px; height: 36px; padding-top: 8px; margin-bottom: 15px } .modal .modal-answer { padding: 24px 20px } .modal .modal-answer .title { margin-bottom: 23px; line-height: 18px; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .modal .modal-answer .answer-input { border-color: #e0e0e0 } .modal .modal-answer .answer-input:focus { border-color: #0084ff } .modal .modal-answer .btn-primary { height: 36px; padding-top: 8px } .seek-question-content { width: 100% } .seek-question-content .data-header .link-click { font-weight: 400; line-height: 30px; font-size: 14px } .seek-question-content .data-header .tic { float: left; margin-right: 4px } .seek-question-content .seek-question-item { float: left; width: 288px; height: 260px; padding: 19px 24px 18px; border-radius: 2px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .07); text-align: center; background-color: #fff; cursor: pointer; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .seek-question-content .seek-question-item:nth-child(even) { margin: 0 20px } .seek-question-content .seek-question-item:hover { -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .07) } .seek-question-content .seek-user-img { position: relative; width: 24px; height: 24px; margin: 0 auto 7px } .seek-question-content .seek-user-img .lazy-img { float: left; width: 100%; height: 100%; border-radius: 50% } .seek-question-content .seek-user-img .icon-circle-bg { position: absolute; right: -2px; bottom: 4px; width: 10px; height: 10px; font-size: 12px } .seek-question-content .seek-content { float: left; width: 100%; height: 148px; padding-top: 20px } .seek-question-content .user-msg { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; float: left; display: inline-block; width: 100%; line-height: 14px; font-size: 12px; color: #999 } .seek-question-content .company-link, .seek-question-content .title { float: left; width: 100% } .seek-question-content .title { line-height: 24px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; max-height: 72px; display: inline-block \9; display: -moz-inline-block; -ms-word-break: break-all; word-break: break-all; word-break: break-word; font-weight: 700; font-size: 16px; color: #333 } .seek-question-content .company-link { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; line-height: 22px; color: #999 } .seek-question-content .btn { width: 64px; height: 28px; padding-top: 4px } .right-seek-container .question-header { color: #333; background-color: #fbfbfb } .right-seek-container .question-header .question-header-title { font-size: 16px } .right-seek-container .right-seek { background-color: #fff } .right-seek-container .right-seek-item { width: 100%; padding: 11px 10px 15px 15px; border-bottom: 1px solid #f3f3f3; cursor: pointer } .right-seek-container .right-seek-item .left, .right-seek-container .right-seek-item .right { float: left } .right-seek-container .right-seek-item .left { display: inline-block; width: 16px } .right-seek-container .right-seek-item .left .tic { display: inline-block; margin-top: -2px; font-size: 18px; color: #0084ff } .right-seek-container .right-seek-item .right { display: inline-block; width: 255px; padding-left: 19px } .right-seek-container .right-seek-item .right .title { -ms-word-break: break-all; word-break: break-all; word-break: break-word; font-weight: 400; font-size: 14px; color: #333 } .right-seek-container .right-seek-item .right .user { margin-top: 5px; line-height: 1; font-size: 12px; color: #999 } .right-seek-container .right-seek-item:hover { background-color: #f3f3f3 } .right-seek-container .right-seek-item:last-child { border-bottom: none } .right-question-container .question-header .question-header-title { float: left; display: inline-block; max-width: 264px; height: 100%; font-weight: 400; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; display: inline-block \9; display: -moz-inline-block } .right-question-container .my-self-question, .right-question-container .other-question { -ms-word-break: break-all; word-break: break-all; word-break: break-word } .right-question-container .right-question { position: relative } .right-question-container .right-question .question-loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; background-color: #fff } .right-question-container .right-question .question-loading .position-box { width: 50px; margin: 28px auto 0 } .right-question-container .right-question .question-loading .content { float: left; width: 50px; height: 34px; padding: 0 } .right-question-container .right-question .question-loading .content .item { cursor: default; padding: 0; width: 4px; height: 32px; margin-right: 4px; border: none } .right-question-container .right-question .question-loading .content .item:hover { -webkit-box-shadow: none; box-shadow: none } .right-question-container .right-question .question-loading .loading-text { float: left; margin-top: 23px; font-size: 12px; color: #666 } .right-question-container .right-question .item { border-bottom-color: #f3f3f3 } .right-question-container .right-question .item .company-name { margin-bottom: 14px } .right-question-container .right-question .answer { padding: 0; border-bottom: none } .right-question-container .right-question .right-answer-content { padding-left: 19px } .right-question-container .right-question .question { margin-bottom: 4px; padding: 0 } .right-question-container .right-question .question .other-question { width: 260px; padding-left: 36px } .right-question-container .right-question .question .my-self-question { padding-left: 37px } .right-data-container .company-name { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 15px } .right-data-container .company-name .logo { display: inline-block; width: 30px; height: 100%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden } .right-data-container .company-name .logo .lazy-img { float: left } .right-data-container .company-name .title { display: inline-block; width: 88%; height: 100%; float: left; padding-left: 6px; font-size: 16px; font-weight: 700; line-height: 20px; color: #333 } .right-data-container .company-name .title .title-company-name { display: inline-block; width: 100%; float: left; font-size: 14px; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .right-data-container .right-question-scroll { width: 100%; max-height: 447px; overflow-x: hidden; overflow-y: auto } .right-data-container .right-question-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 47px; border-top: 1px solid #f3f3f3; line-height: 1; font-size: 14px; text-align: center } #rightOtherQuestion .company-name { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 15px } #rightOtherQuestion .company-name .logo { display: inline-block; width: 30px; height: 100%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden } #rightOtherQuestion .company-name .logo .lazy-img { float: left } #rightOtherQuestion .company-name .title { display: inline-block; width: 87%; height: 100%; float: left; padding-left: 6px; font-size: 16px; font-weight: 700; line-height: 20px; color: #333 } #rightOtherQuestion .company-name .title .title-company-name { display: inline-block; width: 100%; float: left; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } #rightOtherQuestion .title-about-type { float: left; margin-top: 8px; padding-left: 1px; line-height: 1; font-size: 12px; font-weight: 400; color: #999 } #rightOtherQuestion .-no-login .company-name .title { margin-top: 10px } #rightOtherQuestion .-no-login .company-name .title .title-about-type { display: none } #rightOtherQuestion .item .company-name > .logo { margin-top: 2px } .preview-question-block { padding-bottom: 14px } .preview-question-block .info { width: 100% !important; margin-bottom: 0; text-align: left } .preview-question-block .question-title { -ms-word-break: break-all; word-break: break-all; word-break: break-word } .preview-remove-link { display: none; float: right; color: #999 !important } .preview-remove-link .tic { float: left; margin-right: 4px } .preview-remove-link:hover { color: #0082ff !important } .qa-detail-modal .answer-list-item:hover > .answer .preview-remove-link, .user-body .answer-list-item:hover > .answer .preview-remove-link { display: inline-block } .qa-detail-modal .dialog-header:hover .preview-remove-link { display: inline-block } .user-invoice .question-title-container .btn-primary { margin-top: 0 !important } .user-invoice .question-title { width: 666px !important } .qa-detail-modal .dialog-header { position: relative } .qa-detail-modal .dialog-header .tag-status-check { position: absolute; top: 20px; right: 40px } .qa-detail-modal .qa-modal-title { -ms-word-break: break-all; word-break: break-all; word-break: break-word; width: 776px; font-weight: 700; font-size: 16px; line-height: 24px; color: #333 } .qa-detail-modal .qa-modal-title .btn-primary { position: absolute; top: 24px; right: 40px; display: none; width: 64px; font-size: 14px } .qa-detail-modal .input-warp .input-num { right: 11px; bottom: 6px; font-size: 12px } .qa-detail-modal .reply-answer-textarea .input { height: 36px; line-height: 36px; padding-top: 0; padding-bottom: 0 } .qa-detail-modal .reply-answer-textarea .input-num { bottom: 8px } .qa-detail-modal .reply-user-list { padding-left: 36px } .qa-detail-modal .qa-modal-company { font-size: 12px; line-height: 20px; color: #999 } .qa-detail-modal .qa-modal-footer .input-warp { width: 100%; margin-bottom: 17px } .qa-detail-modal .qa-modal-footer .textarea { height: 98px; padding: 6px 11px 22px } .qa-detail-modal .qa-modal-footer .position-box { height: 28px } .qa-detail-modal .qa-modal-footer .tic-xiaolian1 { float: left; display: inline-block; height: 100%; font-size: 24px; line-height: 28px } .qa-detail-modal .qa-modal-footer .btn { float: right; width: 64px; height: 28px; padding-top: 4px } .qa-detail-modal .qa-modal-qnum { position: relative; margin-top: 19px; height: 24px; line-height: 24px } .qa-detail-modal .qa-modal-qnum .answer-num-txt { position: absolute; display: inline-block; height: 100%; padding-right: 4px; font-size: 16px; background-color: #fff } .qa-detail-modal .qa-modal-qnum:before { position: absolute; top: 11px; left: 0; width: 100%; height: 1px; background-color: #f3f3f3; content: '' } .qa-detail-modal .answer { padding: 13px 0 15px 36px; border-bottom-color: #f3f3f3 } .qa-detail-modal .answer > span { float: left } .qa-detail-modal .answer .js-shrink-container { width: 100% !important } .qa-detail-modal .qa-modal-no-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 40px; width: 100%; text-align: center } .qa-detail-modal .qa-modal-no-data .qa-nodata-img { display: inline-block; width: 174px; height: 147px } .qa-detail-modal .qa-modal-no-data .qa-nodata-txt { display: block; margin-top: 14px; font-size: 14px; color: #999 } .qa-detail-modal .answer-private-msg { float: left } .qa-detail-modal .preview-remove-link:hover { text-decoration: none } .question .faces-area img { width: 22px; height: 22px } .user-my-question .question-title-container:hover .preview-remove-link { display: inline-block } .user-my-question .question-list .question-block:last-child.-not-answer { border-bottom-color: #f3f3f3 !important } .user-my-answer .answer-input-area { margin-bottom: 15px } .preview-remove-link:hover { text-decoration: none !important } .baipin-list { width: 100%; padding: 0 25px; border: 1px solid #eaf4ff } .baipin-list .zp-item { border-bottom: 1px solid #eaf4ff; padding: 20px 0 20px 0 } .baipin-list .zp-item:last-child { border-bottom-width: 0 } .baipin-list .zp-table { height: 98px } .baipin-list .zp-table .bp-t1 { width: 360px; vertical-align: top } .baipin-list .zp-table .bp-t2 { width: 330px; vertical-align: top } .baipin-list .zp-table .bp-t3 { width: 90px } .baipin-list .bp-btn { width: 88px; height: 36px; line-height: 36px; vertical-align: middle; text-align: center; font-size: 14px; padding: 0 } .baipin-list .zp-name { font-size: 16px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 350px } .baipin-list .zp-xinzi { margin-top: 8px; font-size: 16px; line-height: 26px } .baipin-list .zp-xinzi .btn-zt { display: inline-block; height: 26px; font-size: 12px; line-height: 26px; border: 1px solid #f3f3f3; border-radius: 2px; width: 46px; vertical-align: middle; text-align: center; color: #999; margin-top: -1px; margin-left: 15px } .baipin-list .zp-xinzi .zp-red { color: #ff3b30 } .baipin-list .zp-tag { line-height: 28px; font-size: 12px; margin: 0 -6px } .baipin-list .zp-tag .tag-welfare { margin: 10px 6px 0 6px; height: 28px; padding: 0 12px; background: #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; display: inline-block } .baipin-list .zp-company { font-size: 16px; color: #333; cursor: pointer; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 300px; display: inline-block } .baipin-list .zp-diqu { font-size: 14px; color: #666; line-height: 20px; margin-top: 10px } .baipin-list .zp-time { font-size: 14px; color: #333; line-height: 20px; margin-top: 20px } #_container_company_panel { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); width: 100%; height: 64px; font-size: 0; margin-bottom: 16px; -webkit-transition: all .25s; transition: all .25s } .company-panel { display: inline-block; width: 100%; height: 64px; padding: 20px 0; font-size: 14px; vertical-align: bottom; cursor: pointer; opacity: 0; -webkit-transition: all .23s; transition: all .23s } .company-panel .panel-left { width: 134px } .company-panel .panel-click, .company-panel .panel-item, .company-panel .panel-title { display: inline-block; vertical-align: middle; font-size: 16px; height: 24px; line-height: 24px } .company-panel .panel-item { padding: 0 3px 0 20px } .company-panel .panel-item em { display: inline-block; vertical-align: top; max-width: 200px; height: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .company-panel .panel-title { font-size: 22px; padding: 0 16px; border-right: 1px solid #f3f3f3; color: #ff3b30 } .company-panel .panel-right { float: right; padding-right: 16px } .company-panel .panel-click { color: #ff3b30 } .company-panel .panel-click:hover { text-decoration: underline } .company-panel .panel-time { margin-right: 20px; color: #333 } .company-panel .panel-val { font-size: 16px; vertical-align: middle } .company-panel.-line { border-left: 1px solid #f3f3f3 } .company-panel.-explain .panel-title { color: #ffaf25 } .company-panel.-explain .panel-click { color: #ffaf25 } .company-panel.-primary .panel-title { color: #2495ff } .company-panel.-primary .panel-click { color: #0084ff } .company-panel.-primary em { color: #0084ff } .company-panel.-show { opacity: 1 } .company-panel-warp { height: 50px; font-size: 0; -webkit-transition: all .25s; transition: all .25s } .company-panel-warp .company-panel { width: 50% } .company-panel-warp [data-intelligence-carousel] .tic { color: #2495ff } .company-panel-warp .panel-carousel-container { display: inline-block; position: relative; width: 460px; height: 100%; padding-right: 16px; font-size: 14px; vertical-align: top; overflow: hidden } .company-panel-warp .panel-carousel-container .panel-carousel-item { position: absolute; width: 444px; height: 24px; line-height: 24px; color: #333; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; -webkit-transform: translateY(24px); transform: translateY(24px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-panel-warp .panel-carousel-container .panel-carousel-item em { margin: 0 8px; color: #0084ff } .company-panel-warp .panel-carousel-container .panel-carousel-item.-reset { -webkit-transition: none; transition: none } .-panel-loading { width: 100%; height: 100%; overflow: hidden; background-color: #fff } .company-panel-loading { padding: 0 } .company-panel-loading .loading-scroll { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100% } .company-panel-loading .content { height: auto } .company-panel-loading .item { height: 32px } .right-promote-company .header .link-click { font-size: 12px; line-height: 48px } .right-promote-company .promote-company { float: left; display: inline-block; width: 100%; padding: 16px; border-bottom: 1px solid #f3f3f3; cursor: pointer } .right-promote-company .promote-company .promote-left, .right-promote-company .promote-company .promote-right { float: left } .right-promote-company .promote-company .promote-left { display: inline-block; vertical-align: middle; width: 50px; margin-left: 9px; font-size: 14px } .right-promote-company .promote-company .promote-left .logo-warp { position: relative; width: 48px; height: 48px; background-color: #fff } .right-promote-company .promote-company .promote-left .logo-warp .claim_icon_ok { position: absolute; left: -11px; bottom: -10px; width: 70px } .right-promote-company .promote-company .promote-left .logo-warp .claim_icon_ok .renzheng { display: block; width: 100%; height: 100% } .right-promote-company .promote-company .promote-right { display: inline-block; vertical-align: middle; width: 189px; margin-left: 16px; font-size: 14px } .right-promote-company .promote-company .promote-right .company { width: 100%; margin-top: 3px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; text-align: left; font-size: 14px; color: #333 } .right-promote-company .promote-company .labels-warp { margin-top: 6px } .right-promote-company .promote-company .labels-warp .tag-label { float: left; margin-right: 10px; color: #666; background-color: rgba(102, 102, 102, .1) } .right-promote-company .promote-company .own-block { padding-top: 19px; font-size: 0 } .right-promote-company .promote-company .own-block .detail { display: inline-block; width: 80px; height: 100px; padding: 7px; -webkit-box-shadow: 0 0 2px #e0e0e0; box-shadow: 0 0 2px #e0e0e0; margin-right: 11px; font-size: 14px; vertical-align: top; color: #333; background-color: #fff } .right-promote-company .promote-company .own-block .detail:last-child { margin-right: 0 } .right-promote-company .promote-company .own-block .pic { width: 100%; height: 65px; border-radius: 2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; background-color: #f9f9f9 } .right-promote-company .promote-company .own-block .pic .lazy-img { max-width: 100%; max-height: 100% } .right-promote-company .promote-company .own-block .name { margin-top: 3px; font-size: 12px; line-height: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; text-align: center } .right-promote-company .promote-company:hover { background-color: #f3f3f3 } .right-promote-company .promote-company:hover .link-click { text-decoration: none } .modal-claim-owner em { color: #c48414 } .modal-claim-owner .warp { width: 512px; margin: 5px auto 56px; font-size: 16px; line-height: 22px } .modal-claim-owner .top { padding: 5px 0 10px; font-size: 16px } .modal-claim-owner .img { vertical-align: middle } .modal-claim-owner .check { padding-top: 18px; padding-bottom: 4px; font-size: 12px } .modal-claim-guide img { vertical-align: middle } .modal-claim-guide .btn-warp { padding: 20px 0 32px } .company-attention-brand { display: none; width: 100%; margin-top: 7px; margin-bottom: 24px; padding: 9px 12px 4px; background-color: #fbfbfb } .company-attention-brand .company-attention-brand-title { margin-bottom: 14px; font-size: 14px; line-height: 19px; color: #666 } .company-attention-brand .company-attention-brand-title em { color: #ff3b30 } .company-attention-brand .company-attention-brand-title .refresh-brand { float: right; color: #0084ff; font-size: 14px; cursor: pointer } .company-attention-brand .company-attention-brand-title .refresh-brand .tic { margin-right: 4px; font-size: 12px; line-height: 1 } .company-attention-brand .tag-common { float: left; margin-right: 8px; margin-bottom: 8px; cursor: pointer } .company-attention-brand .tag-common + .tag-common { margin-left: 0 } .tm-status { width: 100%; margin: 24px 0 98px } .tm-status .tm-status-hr, .tm-status .tm-status-item { float: left } .tm-status .position-box { width: 645px; margin: 0 auto } .tm-status .tm-status-item { position: relative } .tm-status .tm-status-hr { width: 175px; height: 4px; margin-top: 12px; background-color: #e0e0e0 } .tm-status .tic { display: inline-block; line-height: 1 } .tm-status .tic-shangbiaoxinxiliucheng_weiwancheng { float: right; width: 14px; height: 14px; margin-top: 7px; font-size: 15px; color: #e0e0e0 } .tm-status .tic-shangbiaoxinxiliucheng_wancheng { width: 28px; height: 28px; font-size: 30px; color: #0084ff } .tm-status .tm-status-item:last-child .tic { float: left } .tm-status .tm-text-box { position: absolute; top: 43px; left: -26px; width: 78px; text-align: center } .tm-status .tm-text-box .txt { display: inline-block; height: 19px; line-height: 19px; font-size: 14px; color: #333 } .tm-status .-active .tm-text-box { left: -24px } .tm-status .-active-hr .tm-status-hr { background: #0084ff } .tm-status .-active-txt .txt { color: #0084ff } .-logo-center .logo { width: 64px; min-height: 64px; height: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .-logo-center .-image .logo { display: -webkit-box; display: -ms-flexbox; display: flex } .-logo-center .img { width: auto !important; max-width: 64px } .tag-tooltip { position: absolute; -webkit-transition: -webkit-transform .3s cubic-bezier(0, .68, .49, .96); transition: -webkit-transform .3s cubic-bezier(0, .68, .49, .96); transition: transform .3s cubic-bezier(0, .68, .49, .96); transition: transform .3s cubic-bezier(0, .68, .49, .96), -webkit-transform .3s cubic-bezier(0, .68, .49, .96); -webkit-transform: scale(0); transform: scale(0) } .tag-tooltip .wrapper { position: relative } .tag-tooltip .wrapper .content { z-index: 100; width: auto; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px } .tag-tooltip .wrapper .content .inner { display: block; max-width: 294px; padding: 14px 16px; font-size: 14px; white-space: initial } .tag-tooltip .triangle { position: absolute; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .tag-tooltip .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .tag-tooltip.-in { -webkit-transform: scale(1); transform: scale(1) } .tag-tooltip.-left { margin-right: 12px } .tag-tooltip.-left .triangle { top: 32%; right: -22px; -webkit-transform: rotate(90deg); transform: rotate(90deg) } .tag-tooltip.-right { margin-left: 12px } .tag-tooltip.-right .triangle { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); top: 32%; left: -7px } .tag-tooltip.-middle { margin-top: 12px } .tag-tooltip.-middle .triangle { top: -16px; left: 50% } .weichat-qrcode { position: relative; display: inline-block } .weichat-qrcode .qrcode-pic { position: absolute; top: 0; left: 100%; z-index: 1; display: none; width: 150px; height: 150px; margin-left: 6px; border-radius: 6px; background-color: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .weichat-qrcode .qrcode-pic img { width: 100%; border-radius: 6px; vertical-align: top } .weichat-qrcode .qrcode-icon { font-size: 24px; color: #0084ff; cursor: pointer } .weichat-qrcode:hover .qrcode-pic { display: block } .company-news-container { background-color: #fff } .company-news-container .company-news-item { width: 100%; padding: 20px 16px; border-top: 1px solid #e4eef6 } .company-news-container .company-news-item::after, .company-news-container .company-news-item::before { display: table; content: " " } .company-news-container .company-news-item::after { clear: both } .company-news-container .company-news-item .name { margin-bottom: 9px; line-height: 24px } .company-news-container .company-news-item .name .name-link { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; display: inline-block; width: 100%; color: #333; font-size: 18px; font-weight: 700 } .company-news-container .company-news-item .name .name-link:hover { color: #0084ff } .company-news-container .company-news-item .abstracts { margin-bottom: 9px; font-size: 14px; color: #4a4a4e; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical } .company-news-container .company-news-item .tags { display: inline-block; padding-right: 20px } .company-news-container .company-news-item .tags .tic-match { padding-right: 4px } .company-news-container .company-news-item .tag-name:after { content: '/'; padding: 0 4px; color: #666 } .company-news-container .company-news-item .tags-group { display: inline-block } .company-news-container .company-news-item .tags-group .tag-name:last-child:after { content: '' } .company-news-container .company-news-item .infos { font-size: 12px; line-height: 22px; color: #999 } .company-news-container .company-news-item:last-child { border-bottom-color: #e4eef6 } .company-news-container em { color: #ff3b30 } .chart-scroll::after, .chart-scroll::before { display: table; content: " " } .chart-scroll::after { clear: both } .chart-scroll .data-box { float: left; width: 586px; height: 261px } .chart-scroll .chart-box { float: right; height: 261px; width: 300px; border: 1px solid #e4eef6 } .chart-scroll .chart-inner { position: relative; overflow-y: scroll; width: auto; height: 221px; border-bottom: 1px solid #e4eef6 } .chart-scroll-fix { width: 100%; margin-bottom: -1px } .chart-scroll-fix th:last-child { width: 10px; border-left: none } .chart-scroll-fix th:nth-last-child(2) { border-right: none } .chart-scroll-fix th { text-align: right; padding-right: 8px } .chart-table th { text-align: center } .chart-table td { text-align: right } .chart-table td:first-child { text-align: left; background: #f0f7fc } .chart-table td.chart-main-head { background: #fff } .chart-table tr { background-color: transparent; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .chart-table .chart-sub { text-indent: 12px } .chart-table .active { background-color: #f0f7fc } .chart-table .active td { color: #0084ff } .chart-table .active td:first-child { color: #333 } .chart-table.-chart { font-size: 12px } .modal-transmit-business-cards .f-title { margin-bottom: 13px; font-size: 16px; line-height: 21px } .modal-transmit-business-cards .content { text-align: center; padding: 27px 28px 30px } .modal-transmit-business-cards .btn { position: relative; width: 82px } .modal-transmit-business-cards .btn .tips-msg-num { position: absolute; top: -8px; right: -8px } .modal-transmit-business-cards .btn + .btn { margin-left: 24px } .modal-transmit-business-cards .modal-btn-group { margin-bottom: 27px } .modal-dialog.-w358 { width: 358px; margin-left: -179px } .modal-slider { width: 900px; background: #fff; -webkit-transition: all .7s; transition: all .7s; border-radius: 5px } .modal-slider.-left, .modal-slider.-right { position: absolute } .modal-slider.-right { left: 900px } .modal-slider.-left { left: 0 } .modal-slider .back { position: absolute; left: 18px; top: 10px; color: #333; cursor: pointer } .modal-dialog.-slider-warp { width: 900px; height: 607px; overflow: hidden; margin-left: -450px } .stock-update-time { float: right; padding-right: 10px; line-height: 32px } .company-atlas-header { position: relative; display: inline-block } .company-atlas-header .table-new-tag { position: absolute; top: -8px; right: -30px; font-size: 12px; color: #ff3b30 } .company-atlas { text-align: center } .company-atlas-img { display: inline-block; margin-bottom: -8px; width: 248px; height: 101px } .sort-bg .sort-chart { display: inline-block; width: 119px; height: 87px } .legal-representative .humancompany .name { width: 190px } .-td-no-padding { padding: 0 !important; position: relative } .td-img-box { position: relative; height: 158px; text-align: center } .td-img-box .img-box { display: inline-block; width: 260px; height: 120px; overflow: hidden; margin-top: -10px } .td-img-box .btn-warp { position: absolute; left: 0; right: 0; bottom: 2px } .td-img-box .btn { width: 80px; font-size: 12px } .td-img-box .mask { position: absolute; bottom: 36px; left: 0 } .company-graph-left { top: 30px; position: absolute; left: 120px } .sort-bg { text-align: center; background-color: transparent !important } .sort-chart { max-height: 115px; max-width: 90%; margin: 0 auto } .tmInfo-img { width: 92px; height: 64px } .tmInfo-img .-w-tm, .tmInfo-img .img { width: 92px; height: 64px; line-height: 64px } .tmInfo-img .-w-tm.logo-text.-l4, .tmInfo-img .img.logo-text.-l4 { line-height: 38px; font-size: 17px } .judicialSale-item { display: inline-block } .change-text { text-align: justify; word-break: break-all } .change-text em { color: #ff3b30 } .change-text a { color: inherit } .change-text a:hover { color: #0084ff } .select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .claim-detail-img { max-width: 600px; max-height: 550px } .claim-concat { text-align: center; margin-bottom: 15px } .claim-concat .btn { width: 120px } .company-announce-warp { display: inline-block; margin-left: 10px; margin-top: -5px } .show-all-graph { position: absolute; top: 16px; right: 14px; width: 78px } .show-all-graph.timeline-d { top: 50px } .dagudong { position: relative; display: inline-block; vertical-align: middle } .dagudong .link-click { display: inline-block; max-width: 188px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .dagudong .tag-common { margin-top: 4px } .dagudong .num-dagudong { margin-left: 2px; padding: 2px 4px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; line-height: 1; color: #fff; font-size: 12px; display: inline-block; vertical-align: middle; padding-bottom: 4px } .ripple { display: inline-block; -webkit-animation: ripple 2s infinite; animation: ripple 2s infinite } .icpinfo-width { max-width: 120px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .tips-yd { color: #666; font-size: 12px; font-weight: 400 } .navigation-circle { background-color: #ff3b30; width: 8px; height: 8px; border-radius: 50%; margin-top: -2px } .charts-financial-analysis::after, .charts-financial-analysis::before { display: table; content: " " } .charts-financial-analysis::after { clear: both } .charts-financial-analysis .left { float: left; width: 195px; border: 1px solid #e4eef6 } .charts-financial-analysis .list-group .item { height: 39px; line-height: 39px; padding: 0 15px; vertical-align: middle; border: 0; border-top: 1px solid #f3f3f3 } .charts-financial-analysis .list-group .item.active { color: #0084ff; background: #fbfbfb; font-weight: 700 } .charts-financial-analysis .list-group .item:first-child { border-top: 0 } .charts-financial-analysis .right { float: right; width: 696px; height: 235px; border: 1px solid #e4eef6 } .charts-financial-analysis .chart-sp { width: 100%; height: 233px; display: none } .charts-financial-analysis .chart-sp.active { display: block } .more-message { display: block; height: 46px; line-height: 46px; margin-top: 25px; text-align: center; font-size: 16px; border: 1px solid #0084ff; border-radius: 3px; color: #0084ff } .more-message:hover { background: rgba(0, 132, 255, .1); -webkit-transition: background-color .5s; transition: background-color .5s } .footer-banner { -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-top: 30px; height: 272px } .seo-info { margin-top: 20px; color: #999 } body.-seo .company_pager .pagination { float: left } body.-seo .seo-pagination-all { margin-top: 24px; display: inline-block; margin-left: 20px } body.-seo .block-data::after, body.-seo .block-data::before { display: table; content: " " } body.-seo .block-data::after { clear: both } body.-seo .block-data-group { margin-top: 20px } .company-history-count { display: inline-block; font-size: 14px; color: #999; font-weight: 400 } .company-history-count:before { content: '查看更多 ' } .company-history-count:after { content: ' ' } .company-history-count .count:after { content: ' ' } .company-modal-detail { max-height: 80vh; min-height: 40px } .company-share-hk-chart::after, .company-share-hk-chart::before { display: table; content: " " } .company-share-hk-chart::after { clear: both } .company-share-hk-chart .float-left { width: 50%; padding-right: 8px } .company-share-hk-chart .float-right { width: 50%; padding-left: 8px } .company-share-hk-chart .chart-box { margin-bottom: 27px; width: 100%; height: 350px; border: 1px solid #e8f0f7 } .intro-tag-box { position: relative } .intro-tag-box .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .intro-tag-box .content { position: absolute; left: 50%; margin-left: -160px; z-index: 100; width: 320px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .intro-tag-box .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .intro-tag-box .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .intro-tag-box .content .item a { color: inherit } .intro-tag-box .content .item:hover { color: #333; background: #f3f3f3 } .intro-tag-box .content .item:first-child { margin-top: 4px } .intro-tag-box .content .item:last-child { margin-top: 4px } .intro-tag-box:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .intro-tag-box:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .intro-tag-box .content { top: 100%; margin-top: 13px } .intro-tag-box .content .triangle { position: absolute; top: -16px; left: 50%; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .intro-tag-box .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .intro-tag-box .content .inner { font-size: 14px; white-space: initial; padding: 13px 16px 16px; display: block }
src/tyc-css/font.css
@charset "UTF-8"; @font-face { font-family: tic; src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot); src: url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-fcd4dd5fa5.eot#iefix) format("embedded-opentype"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-08c257d3aa.woff) format("woff"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-5f268e8e36.ttf) format("truetype"), url(https://cdn.tianyancha.com/web-require-js/public/fonts/tic-5fe42731b3.svg#tic) format("svg") } .tic { font-family: tic !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .tic-refresh:before { content: "\e616" } .tic-boss:before { content: "\e60d" } .tic-company-link:before { content: "\e618" } .tic-circle-weibo:before { content: "\e601" } .tic-qzone:before { content: "\e62f" } .tic-weixin:before { content: "\e6eb" } .tic-trash-o:before { content: "\e64e" } .tic-user:before { content: "\e6a0" } .tic-close:before { content: "\e622" } .tic-list-alt:before { content: "\e742" } .tic-print:before { content: "\e77b" } .tic-warn:before { content: "\e72d" } .tic-question:before { content: "\e7d9" } .tic-plus-square-o:before { content: "\e643" } .tic-caret-bottom:before { content: "\e941" } .tic-luntan:before { content: "\e667" } .tic-star-o:before { content: "\e69f" } .tic-spinner:before { content: "\e8ff" } .tic-tips:before { content: "\e69c" } .tic-mobile:before { content: "\e638" } .tic-weibo:before { content: "\e67c" } .tic-desktop:before { content: "\e6ba" } .tic-circle-question-o:before { content: "\e744" } .tic-exclamation-circle-l:before { content: "\e750" } .tic-lock:before { content: "\e60a" } .tic-times-circle:before { content: "\e6b2" } .tic-sousuo:before { content: "\e69b" } .tic-message:before { content: "\e641" } .tic-hot-txt:before { content: "\e6a6" } .tic-envelope:before { content: "\e624" } .tic-yuandian:before { content: "\e685" } .tic-close-l:before { content: "\e620" } .tic-search:before { content: "\e623" } .tic-exclamationtriangle:before { content: "\e6d4" } .tic-arrowleftcircle:before { content: "\e652" } .tic-check-circle:before { content: "\e74c" } .tic-share-home:before { content: "\e644" } .tic-angle-left:before { content: "\e63c" } .tic-shizhong1:before { content: "\e74f" } .tic-medal:before { content: "\e69e" } .tic-jiantou-zuo-copy:before { content: "\e650" } .tic-product:before { content: "\e719" } .tic-ash-can:before { content: "\e7f5" } .tic-fujin:before { content: "\e662" } .tic-circle-bottom:before { content: "\e65d" } .tic-search-o:before { content: "\e63a" } .tic-chenggong:before { content: "\e6a9" } .tic-qq:before { content: "\e630" } .tic-tie:before { content: "\e658" } .tic-phone:before { content: "\e62a" } .tic-calendar:before { content: "\e61a" } .tic-xiazai:before { content: "\e653" } .tic-qq-o:before { content: "\e631" } .tic-hezuobaoxiangongsi:before { content: "\e6bd" } .tic-check:before { content: "\e6da" } .tic-dollar:before { content: "\e632" } .tic-exchange:before { content: "\e6d7" } .tic-circle-question:before { content: "\e629" } .tic-weixin-o:before { content: "\e633" } .tic-caret-right:before { content: "\e62b" } .tic-xuanzhong:before { content: "\e6a5" } .tic-member:before { content: "\e6a2" } .tic-quanwei:before { content: "\e7fa" } .tic-circle-weibo-o:before { content: "\e9e5" } .tic-yanjing:before { content: "\e684" } .tic-jiantou3:before { content: "\e6aa" } .tic-circle-arrow-left:before { content: "\e634" } .tic-shell-home:before { content: "\e645" } .tic-heart-o:before { content: "\ee89" } .tic-square-pencil-o:before { content: "\ef1c" } .tic-tijiao:before { content: "\e682" } .tic-gonggao:before { content: "\e60e" } .tic-guanli:before { content: "\e691" } .tic-liebiao:before { content: "\e613" } .tic-circle-top:before { content: "\e69d" } .tic-false-circle:before { content: "\e692" } .tic-pdf1:before { content: "\e666" } .tic-eye-slash:before { content: "\e680" } .tic-line-chart:before { content: "\e6de" } .tic-repeat:before { content: "\e70c" } .tic-time:before { content: "\e617" } .tic-position:before { content: "\e600" } .tic-list-alt-o:before { content: "\e7fe" } .tic-weibo-o:before { content: "\e88d" } .tic-human-home:before { content: "\e646" } .tic-qzone-o:before { content: "\e635" } .tic-guanfangxiaozu:before { content: "\e68e" } .tic-hot-fire:before { content: "\e723" } .tic-to-top:before { content: "\e6b1" } .tic-media-arrow:before { content: "\e64b" } .tic-new:before { content: "\e64a" } .tic-exclamation-circle:before { content: "\e62c" } .tic-rocket:before { content: "\e642" } .tic-circle-qq-o:before { content: "\e61e" } .tic-phone-bottom:before { content: "\e648" } .tic-tousu:before { content: "\e6d9" } .tic-plus-square:before { content: "\e68b" } .tic-circle-plus:before { content: "\e63d" } .tic-human-hot:before { content: "\e615" } .tic-circle-plus-o:before { content: "\e637" } .tic-checkbox-o:before { content: "\e7f1" } .tic-checkbox-s:before { content: "\e7f3" } .tic-download:before { content: "\e619" } .tic-shield:before { content: "\e70d" } .tic-lawfirm:before { content: "\e8b2" } .tic-eye:before { content: "\e62d" } .tic-circle-qq:before { content: "\e636" } .tic-rect-new:before { content: "\e699" } .tic-report:before { content: "\e65c" } .tic-company:before { content: "\e614" } .tic-long-arrow-up:before { content: "\e6e4" } .tic-arrow-pn-left:before { content: "\e6a3" } .tic-arrow-pn-right:before { content: "\e6a4" } .tic-zan:before { content: "\e90e" } .tic-pdf:before { content: "\e660" } .tic-company-home:before { content: "\e647" } .tic-biaoqian:before { content: "\e639" } .tic-jia:before { content: "\e678" } .tic-heart:before { content: "\e62e" } .tic-npo:before { content: "\e6a1" } .tic-info-circle:before { content: "\e621" } .tic-envelope-o:before { content: "\e683" } .tic-online-service:before { content: "\e6ab" } .tic-erweima:before { content: "\e63b" } .tic-trash:before { content: "\e63e" } .tic-gongsi:before { content: "\e65a" } .tic-jian:before { content: "\e679" } .tic-stock-big:before { content: "\e602" } .tic-link-refer:before { content: "\e603" } .tic-link-ref:before { content: "\e604" } .tic-fullscreen:before { content: "\e605" } .tic-power-2:before { content: "\e606" } .tic-power-1:before { content: "\e607" } .tic-power-3:before { content: "\e608" } .tic-time-offer:before { content: "\e609" } .tic-s-human:before { content: "\e60b" } .tic-relation-risk:before { content: "\e60c" } .tic-s-company:before { content: "\e610" } .tic-logo:before { content: "\e611" } .tic-volume:before { content: "\e612" } .tic-vipser:before { content: "\e625" } .tic-human:before { content: "\e626" } .tic-partner:before { content: "\e627" } .tic-hotnew:before { content: "\e628" } .tic-report-download:before { content: "\e61c" } .tic-choose-group:before { content: "\e61d" } .tic-no-data:before { content: "\e61f" } .tic-circle-arrow-down:before { content: "\e942" } .tic-circle-arrow-right:before { content: "\e943" } .tic-circle-arrow-up:before { content: "\e944" } .tic-caret-down:before { content: "\e945" } .tic-caret-left:before { content: "\e946" } .tic-caret-up:before { content: "\e947" } .tic-angle-right:before { content: "\e948" } .tic-angle-down:before { content: "\e949" } .tic-angle-top:before { content: "\e94a" } .tic-long-arrow-down:before { content: "\e94b" } .tic-long-arrow-right:before { content: "\e94c" } .tic-long-arrow-left:before { content: "\e94d" } .tic-hk:before { content: "\ef1d" } .tic-yonghu:before { content: "\e61b" } .tic-weibiaoti:before { content: "\e63f" } .tic-xin1:before { content: "\e640" } .tic-wei_biaoti:before { content: "\e60f" } .tic-double-arrow-down:before { content: "\ef1e" } .tic-double-arrow-up:before { content: "\ef1f" } .tic-logo-tyc:before { content: "\e649" } .tic-kechengjieshao:before { content: "\e665" } .tic-bottom-book:before { content: "\e64f" } .tic-flash-sale:before { content: "\e64c" } .tic-bottom-circle:before { content: "\e64d" } .tic-weibiaoti-:before { content: "\e654" } .tic-xia:before { content: "\e655" } .tic-you:before { content: "\e656" } .tic-shang:before { content: "\e657" } .tic-zuo:before { content: "\e659" } .tic-tianyanchalogo_biaozhunban:before { content: "\e65b" } .tic-jiankong1:before { content: "\e65e" } .tic-jiankong3:before { content: "\e65f" } .tic-re:before { content: "\e651" } .tic-check-new:before { content: "\e661" } .tic-duihao:before { content: "\e663" } .tic-download-img:before { content: "\e664" } .tic-expand:before { content: "\e668" } .tic-shrink:before { content: "\e669" } .tic-bus-card:before { content: "\e748" } .tic-webnianyuezhishijiantou:before { content: "\e66a" } .tic-tyc-logo:before { content: "\e66b" } .tic-tyc-logo-txt:before { content: "\e66c" } .tic-icon-test2:before { content: "\31" } .tic-icon-test1-copy:before { content: "\30" } .tic-icon-test:before { content: "\32" } .tic-icon-test1:before { content: "\e66d" } .tic-icon-test3:before { content: "\e66e" } .tic-icon-test4:before { content: "\e66f" } .tic-icon-test5:before { content: "\e670" } .tic-icon-test6:before { content: "\e671" } .tic-icon-test7:before { content: "\e672" } .tic-icon-test8:before { content: "\e673" } .tic-e:before { content: "\e674" } .tic-meiyuan:before { content: "\e675" } .tic-wan:before { content: "\e676" } .tic-renminbi:before { content: "\e677" } .tic-alert:before { content: "\e67b" } .tic-saoyisao:before { content: "\e67a" } .tic-quanyi:before { content: "\e67d" } .tic-tankuang:before { content: "\e67e" } .tic-tankuang1:before { content: "\e67f" } .tic-tankuang2:before { content: "\e681" } .tic-claim-flow-select:before { content: "\e686" } .tic-claim-flow-unselect:before { content: "\e687" } .tic-claim-note:before { content: "\e688" } .tic-claim-increase:before { content: "\e689" } .tic-claim-trumpet:before { content: "\e68a" } .tic-claim-next:before { content: "\e68c" } .tic-claim-setting:before { content: "\e68d" } .tic-claim-date:before { content: "\e690" } .tic-claim-point:before { content: "\e68f" } .tic-xiaochengxu:before { content: "\e6e0" } .tic-stock-down:before { content: "\e694" } .tic-stock-up:before { content: "\ef20" } .tic-clock:before { content: "\e693" } .tic-app-share:before { content: "\e695" } .tic-app-edit:before { content: "\e697" } .tic-app-phone:before { content: "\e698" } .tic-ranking:before { content: "\e69a" } .tic-xuanzhong-o:before { content: "\e6a7" } .tic-weixuanzhong:before { content: "\e6a8" } .tic-tianyanchalogoyanseshengji:before { content: "\e6ad" } .tic-tianyanchalogoyanseshengji1:before { content: "\e6ae" } .tic-tianyanchalogo-:before { content: "\e6ac" } .tic-tianyanchalogoyanseshengji2:before { content: "\e6af" } .tic-nav-vip:before { content: "\e6b0" } .tic-xiazai-new:before { content: "\e6b3" } .tic-dagudong:before { content: "\e6b4" } .tic-dagudong1:before { content: "\e6b5" } .tic-kaifapiaoliucheng-:before { content: "\e6b6" } .tic-qyz:before { content: "\e6b7" } .tic-right-1:before { content: "\e6b8" } .tic-right-2:before { content: "\e6b9" } .tic-right-3:before { content: "\e6bb" } .tic-right-4:before { content: "\e6bc" } .tic-right-5:before { content: "\e6be" } .tic-holder:before { content: "\e6bf" } .tic-dingwei:before { content: "\e6c0" } .tic-xin:before { content: "\e6c1" } .tic-complaint:before { content: "\e6c2" } .tic-down:before { content: "\e6c3" } .tic-jiankong:before { content: "\e6c4" } .tic-xiala:before { content: "\e6c5" } .tic-shouqi:before { content: "\e6c6" } .tic-date:before { content: "\e6c7" } .tic-jiantou:before { content: "\e6c8" } .tic-danduduihao:before { content: "\e6c9" } .tic-xiaolaba:before { content: "\e6ca" } .tic-presented:before { content: "\e6cb" } .tic-buxianshi:before { content: "\e6cd" } .tic-quxiaoquanping:before { content: "\e6ce" } .tic-quanping:before { content: "\e6cf" } .tic-xiazai1:before { content: "\e6d0" } .tic-nav-new-icon:before { content: "\e6d1" } .tic-xianshijiancheng:before { content: "\e6cc" } .tic-star-1:before { content: "\e6d2" } .tic-star-full-old:before { content: "\e6d3" } .tic-radar:before { content: "\e6d5" } .tic-complaint-1:before { content: "\e6d6" } .tic-complaint-new:before { content: "\e6d8" } .tic-star:before { content: "\e6db" } .tic-star-full:before { content: "\e6dc" } .tic-watch:before { content: "\e6dd" } .tic-down-new:before { content: "\e6df" } .tic-arrow-right:before { content: "\ef21" } .tic-gantan:before { content: "\e6e1" } .tic-answer:before { content: "\e6e5" } .tic-wen-:before { content: "\e6e3" } .tic-lingdangicon:before { content: "\e6e2" } .tic-chenggong-:before { content: "\e6e7" } .tic-nav-watch:before { content: "\e6e8" } .tic-nav-myorder:before { content: "\e6e9" } .tic-nav-invoice:before { content: "\e6ea" } .tic-nav-question:before { content: "\e6ec" } .tic-nav-claim:before { content: "\e6ed" } .tic-nav-concern:before { content: "\e6ee" } .tic-nav-setpwd:before { content: "\e6ef" } .tic-nav-setting:before { content: "\e6f0" } .tic-nav-modifyInfo:before { content: "\e6f1" } .tic-nav-business:before { content: "\e6e6" } .tic-dianzan-:before { content: "\e6f2" } .tic-zan-guo:before { content: "\e6f3" } .tic-weigouxuan:before { content: "\e6f5" } .tic-gouxuan:before { content: "\e6f4" } .tic-wenda-:before { content: "\e6f6" } .tic-xiazaitupian:before { content: "\e6f7" } .tic-zhankai:before { content: "\e6f8" } .tic-chakangaoqingtu:before { content: "\e6f9" } .tic-xianshijiancheng1:before { content: "\e6fa" } .tic-gaoqingtu-:before { content: "\e6fb" } .tic-quxiaoquanping1:before { content: "\e6fc" } .tic-wuliu:before { content: "\e6fd" } .tic-close-eye:before { content: "\e6fe" } .tic-chenggongfankui:before { content: "\e6ff" } .tic-qiyemingpian:before { content: "\e700" } .tic-shizhong:before { content: "\e701" } .tic-new-bg:before { content: "\e702" } .tic-tianyanfengxian:before { content: "\e704" } .tic-qiyezhushuo:before { content: "\e705" } .tic-baiqiu:before { content: "\e70a" } .tic-xiaolian1:before { content: "\e70b" } .tic-qiyerenzhengshengjid:before { content: "\e70f" } .tic-fenzu-:before { content: "\e703" } .tic-fenzu-1:before { content: "\e70e" } .tic-nav-privatemsg:before { content: "\e710" } .tic-qiyeju:before { content: "\e712" } .tic-vip:before { content: "\e714" } .tic-wendajiawuxinxizhanweitu:before { content: "\e706" } .tic-cha:before { content: "\e707" } .tic-diyuan:before { content: "\e708" } .tic-gou:before { content: "\e711" } .tic-renzhengquanyi:before { content: "\e713" } .tic-renzhengquanyi1:before { content: "\e715" } .tic-renzhengquanyi2:before { content: "\e716" } .tic-hotbiaoqian:before { content: "\e717" } .tic-shangbiaoxinxiliucheng_wancheng:before { content: "\e71a" } .tic-shangbiaoxinxiliucheng_weiwancheng:before { content: "\e71b" } .tic-qingbaodongtai:before { content: "\e718" } .tic-mark:before { content: "\e71c" } .tic-close-xs:before { content: "\ef22" } .tic-qrcode:before { content: "\e71e" } .tic-collect:before { content: "\e71f" } .tic-complain:before { content: "\e720" } .tic-invoice:before { content: "\e721" } .tic-download-report:before { content: "\e722" } .tic-phone-look:before { content: "\e724" } .tic-chuantoutupufanhui:before { content: "\e734" } .tic-aixin:before { content: "\e725" } .tic-huidabianxian:before { content: "\e727" } .tic-tiwen:before { content: "\e728" } .tic-popguanbi:before { content: "\e729" } .tic-wendajiajiantou:before { content: "\e72a" } .tic-weixian:before { content: "\e72b" } .tic-anquan:before { content: "\e72c" } .tic-guquanchuantoutu:before { content: "\e730" } .tic-wendajiadianzan:before { content: "\e731" } .tic-tubiaoshangjiantou:before { content: "\e72f" } .tic-tubiaoxiajiantou:before { content: "\e732" } .tic-match:before { content: "\e72e" } .tic-huanyihuanwenda1:before { content: "\e733" } .tic-xianshijiancheng2:before { content: "\e740" } .tic-chakangaoqingtu1:before { content: "\e741" } .tic-quanpingchakan:before { content: "\e743" } .tic-baocuntupian:before { content: "\e745" } .tic-xianshiquancheng:before { content: "\e746" } .tic-renyuanqiapiandizhi:before { content: "\e709" } .tic-dianzan---:before { content: "\e71d" } .tic-qa-trash:before { content: "\e737" } .tic-app-message:before { content: "\e696" } .tic-update:before { content: "\e726" } .tic-upload:before { content: "\e735" } .tic-upload-fail:before { content: "\e736" } .tic-u-add-vod:before { content: "\e738" } .tic-u-add-pic:before { content: "\e739" } .tic-icon_putongdaochaojirenzheng:before { content: "\e73a" } .tic-icon_wrong:before { content: "\e73b" } .tic-icon_lianherenzheng:before { content: "\e73c" } .tic-icon_right:before { content: "\e73d" } .tic-quanyi1:before { content: "\e73e" } .tic-img_popup_arrows:before { content: "\e73f" } .tic-pilianglianxiduoxuankuang:before { content: "\e747" } .tic-pilianglianxiduoxuankuanggouxuan:before { content: "\e749" } .tic-gaojirenzhengicon:before { content: "\e74a" } .tic-chaojirenzhengicon:before { content: "\e74b" } .tic-zaixianzixunicon-yellow:before { content: "\e74d" } .tic-putongrenzhengicon:before { content: "\e74e" } .tic-question-:before { content: "\e751" } .tic-question-1:before { content: "\e752" } .tic-zaixianzixunblue:before { content: "\e753" } .tic-zaixianzixunblue-hover:before { content: "\e754" } .tic-zaixianzixunwhite:before { content: "\e755" } .tic { font-size: inherit } .tic-lg { font-size: 1.33333333em; line-height: .75em; vertical-align: -15% } .tic-1x { font-size: 1em } .tic-2x { font-size: 2em } .tic-3x { font-size: 3em } .tic-4x { font-size: 4em } .tic-5x { font-size: 5em } .tic-spin:before { -webkit-animation: tic-spin 2s infinite linear; animation: tic-spin 2s infinite linear; display: inline-block } .tic-pulse { -webkit-animation: tic-spin 1s infinite steps(8); animation: tic-spin 1s infinite steps(8) } @-webkit-keyframes tic-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } @keyframes tic-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(359deg); transform: rotate(359deg) } } .tic-rotate-90 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; -webkit-transform: rotate(90deg); transform: rotate(90deg) } .tic-rotate-180 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; -webkit-transform: rotate(180deg); transform: rotate(180deg) } .tic-rotate-270 { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; -webkit-transform: rotate(270deg); transform: rotate(270deg) } /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { -webkit-box-sizing: border-box; box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } template { display: none } [hidden] { display: none } * { -webkit-box-sizing: border-box; box-sizing: border-box } body, html { font-family: "Microsoft YaHei", Arial, sans-serif; font-size: 14px; line-height: 1.5714285714; -webkit-font-smoothing: antialiased; background: #f6f6f6; color: #333 } h1, h2, h3, h4, h5 { margin: 0; padding: .4em 0 } h4 { font-size: 18px } a { color: #0084ff; text-decoration: none; cursor: pointer } input::-moz-placeholder { color: #999; opacity: 1 } input:-ms-input-placeholder { color: #999 } input::-webkit-input-placeholder { color: #999 } textarea::-moz-placeholder { color: #999; opacity: 1 } textarea:-moz-placeholder { color: #999; opacity: 1 } textarea:-ms-input-placeholder { color: #999 } textarea::-webkit-input-placeholder { color: #999 } table { border-spacing: 0; border-collapse: collapse } .table { width: 100%; max-width: 100%; font-size: 14px; text-align: center; color: #333 } .table td, .table th { border: 1px solid #e4eef6; font-weight: 400; vertical-align: middle } .table th { padding: 8px 0 } .table td { padding: 8px } .table thead { background-color: #f0f7fc } ul { margin: 0 } li, ul { list-style: none } input::-webkit-search-cancel-button, input::-webkit-search-decoration { display: none } em { font-style: normal } ::-ms-clear, ::-ms-reveal { display: none } input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] { cursor: not-allowed } ::-webkit-scrollbar { width: 10px; height: 10px } ::-webkit-scrollbar-thumb { background-color: rgba(50, 50, 50, .25); border: 2px solid transparent; border-radius: 10px; background-clip: padding-box } ::-webkit-scrollbar-thumb:hover { background-color: rgba(50, 50, 50, .5) } ::-webkit-scrollbar-track { background-color: rgba(50, 50, 50, .05) } .animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite } @-webkit-keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } @keyframes fadeIn { from { opacity: 0 } to { opacity: 1 } } .fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn } @-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes slideInDown { from { -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } .slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown } @-webkit-keyframes rotate_360 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes rotate_360 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .rotate_360 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: rotate_360; animation-name: rotate_360 } @-webkit-keyframes rotate_180 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } @keyframes rotate_180 { from { -webkit-transform: rotate(0); transform: rotate(0) } to { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } .rotate_180 { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-name: rotate_180; animation-name: rotate_180 } @-webkit-keyframes ripple { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 40% { opacity: .8 } 60% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 80% { -webkit-transform: scale(1.1); transform: scale(1.1) } 100% { font-size: 14px } } @keyframes ripple { 0% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 40% { opacity: .8 } 60% { opacity: 1; -webkit-transform: scale(1); transform: scale(1) } 80% { -webkit-transform: scale(1.1); transform: scale(1.1) } 100% { font-size: 14px } } @-webkit-keyframes modalAnimate { from { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @keyframes modalAnimate { from { -webkit-transform: translate3d(0, -25%, 0); transform: translate3d(0, -25%, 0); visibility: visible } to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } } @-webkit-keyframes spin-half { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } @keyframes spin-half { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(180deg); transform: rotate(180deg) } } .modal-animate { -webkit-animation-name: modalAnimate; animation-name: modalAnimate } @-webkit-keyframes jwt-error-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } @keyframes jwt-error-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } .clearfix::after, .clearfix::before { display: table; content: " " } .clearfix::after { clear: both } .pt5 { padding-top: 5px !important } .pt10 { padding-top: 10px !important } .pt15 { padding-top: 15px !important } .pt20 { padding-top: 20px !important } .pt24 { padding-top: 24px !important } .pt25 { padding-top: 25px !important } .pt28 { padding-top: 28px !important } .pt30 { padding-top: 30px !important } .pt40 { padding-top: 40px !important } .pt80 { padding-top: 80px !important } .pt100 { padding-top: 100px !important } .pl5 { padding-left: 5px !important } .pl8 { padding-left: 8px !important } .pl10 { padding-left: 10px !important } .pl15 { padding-left: 15px !important } .pl18 { padding-left: 18px !important } .pl20 { padding-left: 20px !important } .pl25 { padding-left: 25px !important } .pl30 { padding-left: 30px !important } .pl40 { padding-left: 40px !important } .pl50 { padding-left: 50px !important } .pl80 { padding-left: 80px !important } .pr5 { padding-right: 5px !important } .pr10 { padding-right: 10px !important } .pr15 { padding-right: 15px !important } .pr18 { padding-right: 18px !important } .pr20 { padding-right: 20px !important } .pr25 { padding-right: 25px !important } .pr30 { padding-right: 30px !important } .pr50 { padding-right: 50px !important } .pr80 { padding-right: 80px !important } .pb5 { padding-bottom: 5px !important } .pb7 { padding-bottom: 7px !important } .pb8 { padding-bottom: 8px !important } .pb10 { padding-bottom: 10px !important } .pb12 { padding-bottom: 12px !important } .pb15 { padding-bottom: 15px !important } .pb20 { padding-bottom: 20px !important } .pb30 { padding-bottom: 30px !important } .pb35 { padding-bottom: 35px !important } .pb40 { padding-bottom: 40px !important } .pb60 { padding-bottom: 60px !important } .pb100 { padding-bottom: 100px !important } .ml4 { margin-left: 4px !important } .ml5 { margin-left: 5px !important } .ml6 { margin-left: 6px !important } .ml10 { margin-left: 10px !important } .ml12 { margin-left: 12px !important } .ml15 { margin-left: 15px !important } .ml20 { margin-left: 20px !important } .ml30 { margin-left: 30px !important } .ml74 { margin-left: 74px !important } .ml-74 { margin-left: -74px !important } .mr4 { margin-right: 4px !important } .mr5 { margin-right: 5px !important } .mr6 { margin-right: 6px !important } .mr10 { margin-right: 10px !important } .mr12 { margin-right: 12px !important } .mr15 { margin-right: 15px !important } .mr20 { margin-right: 20px !important } .mr30 { margin-right: 30px !important } .mr74 { margin-right: 74px !important } .mr-74 { margin-right: -74px !important } .mt5 { margin-top: 5px !important } .mt10 { margin-top: 10px !important } .mt15 { margin-top: 15px !important } .mt20 { margin-top: 20px !important } .mt30 { margin-top: 30px !important } .mt74 { margin-top: 74px !important } .mt-74 { margin-top: -74px !important } .mb5 { margin-bottom: 5px !important } .mb10 { margin-bottom: 10px !important } .mb20 { margin-bottom: 20px !important } .mb28 { margin-bottom: 28px !important } .mb30 { margin-bottom: 30px !important } .mb40 { margin-bottom: 40px !important } .pad0 { padding: 0 !important } .pad20 { padding: 20px !important } .pad40 { padding: 40px !important } .f0 { font-size: 0 } .f12 { font-size: 12px } .f16 { font-size: 16px } .f24 { font-size: 24px } .f-base { fone-size: 14px } .f-title { font-size: 16px } .inline-block { display: inline-block } .margin-auto { margin-left: auto; margin-right: auto } .clearfix::after, .clearfix::before { display: table; content: " " } .clearfix::after { clear: both } .text-left { text-align: left } .text-center { text-align: center } .text-right { text-align: right } .collapse { display: none } .collapse.in { display: block } .hidden { display: none !important } .float-right { float: right } .float-left { float: left } .text-ellipsis { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .text-break { overflow: hidden; word-break: break-all; white-space: normal; word-wrap: normal } .text-dark-color { color: #333; cursor: inherit } @media (max-width: 1200px) { .hide-sm-screen { display: none } } .logo { display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden } .logo .img { width: 100% } .logo.-w88 { width: 88px; height: 88px; border-radius: 6px } .logo.-w64 { width: 64px; height: 64px; border-radius: 4px } .logo.-w48 { width: 48px; height: 48px; border-radius: 4px } .logo.-w56 { width: 56px; height: 56px; border-radius: 4px } .logo.-w44 { width: 44px; height: 44px; border-radius: 4px } .logo.-w36 { width: 36px; height: 36px; border-radius: 4px } .logo.-w30 { width: 30px; height: 30px; border-radius: 2px } .logo.-block { display: block } .logo.-float { float: left } .logo.-circle { border-radius: 50%; overflow: hidden } .logo.-user { position: relative; overflow: inherit } .logo.-user img { border-radius: 50%; overflow: hidden; height: 100% } .logo.-user img.-image { height: 100% } .logo.-user .tips-point { position: absolute; top: 0; left: 32px } .logo.-owner, .logo.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .logo.-owner:after, .logo.-owner:before, .logo.-vip:after, .logo.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .logo.-owner:after, .logo.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .logo.-vip:before { content: "\e714"; color: #ff7d18 } .logo.-owner:before { content: "\e712"; color: #ffaf25 } .logo-expand { position: absolute; z-index: 101; width: 150px; border-radius: 6px; background-color: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .logo-expand img { width: 100%; border-radius: 6px; vertical-align: top } .logo-expand.-w88 { width: 128px } .logo-expand.-w64 { width: 128px } .logo-expand.-w44 { width: 108px } .logo-expand.-w36 { width: 108px } .logo-expand.-w30 { width: 90px } .data-logo { float: right; display: inline-block; width: 90px; height: 20px } .assist-logo { position: relative; left: 3px; display: inline-block; float: right; width: 99px; height: 30px } .logo-text { display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden; background: -webkit-gradient(linear, left top, left bottom, from(#dfdadc), to(#f5f5f5)); background: linear-gradient(#dfdadc, #f5f5f5); color: #666; line-height: 100px; white-space: normal; font-size: 44px } .logo-text .img { width: 100% } .logo-text.-w88 { width: 88px; height: 88px; border-radius: 6px } .logo-text.-w64 { width: 64px; height: 64px; border-radius: 4px } .logo-text.-w48 { width: 48px; height: 48px; border-radius: 4px } .logo-text.-w56 { width: 56px; height: 56px; border-radius: 4px } .logo-text.-w44 { width: 44px; height: 44px; border-radius: 4px } .logo-text.-w36 { width: 36px; height: 36px; border-radius: 4px } .logo-text.-w30 { width: 30px; height: 30px; border-radius: 2px } .logo-text.-block { display: block } .logo-text.-float { float: left } .logo-text.-circle { border-radius: 50%; overflow: hidden } .logo-text.-user { position: relative; overflow: inherit } .logo-text.-user img { border-radius: 50%; overflow: hidden; height: 100% } .logo-text.-user img.-image { height: 100% } .logo-text.-user .tips-point { position: absolute; top: 0; left: 32px } .logo-text.-owner, .logo-text.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .logo-text.-owner:after, .logo-text.-owner:before, .logo-text.-vip:after, .logo-text.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .logo-text.-owner:after, .logo-text.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .logo-text.-vip:before { content: "\e714"; color: #ff7d18 } .logo-text.-owner:before { content: "\e712"; color: #ffaf25 } .logo-text.-l2 { font-size: 36px } .logo-text.-l3 { font-size: 28px } .logo-text.-l4 { padding: 13px 12px 15px 20px; line-height: 36px; letter-spacing: 6px; font-size: 28px } .logo-text.-w88 { line-height: 88px; white-space: normal; font-size: 38px } .logo-text.-w88.-l2 { font-size: 30px } .logo-text.-w88.-l3 { font-size: 24px } .logo-text.-w88.-l4 { padding: 13px 14px 13px 18px; line-height: 31px; font-size: 24px; letter-spacing: 4px } .logo-text.-w64 { line-height: 64px; white-space: normal; font-size: 28px } .logo-text.-w64.-l2 { font-size: 18px } .logo-text.-w64.-l3 { font-size: 18px } .logo-text.-w64.-l4 { padding: 7px 10px 9px 14px; padding: 8px; line-height: 24px; font-size: 18px; letter-spacing: 2px } .logo-text.-w56 { line-height: 56px; white-space: normal; font-size: 24px } .logo-text.-w56.-l2 { font-size: 20px } .logo-text.-w56.-l3 { font-size: 16px } .logo-text.-w56.-l4 { padding: 7px 8px 9px 12px; font-size: 16px; letter-spacing: 2px; line-height: 20px } .logo-text.-w48 { line-height: 48px; white-space: normal; font-size: 20px } .logo-text.-w48.-l2 { font-size: 18px } .logo-text.-w48.-l3 { font-size: 14px } .logo-text.-w48.-l4 { padding: 5px 8px 7px 10px; letter-spacing: 1px; line-height: 18px; font-size: 14px } .logo-text.-w44 { line-height: 44px; white-space: normal; font-size: 18px } .logo-text.-w44.-l2 { font-size: 16px } .logo-text.-w44.-l3 { font-size: 12px } .logo-text.-w44.-l4 { padding: 5px 10px 6px 10px; line-height: 16px; font-size: 12px; letter-spacing: 0 } .logo-text.-w36 { line-height: 36px; white-space: normal; font-size: 16px } .logo-text.-w36.-l2 { font-size: 14px } .logo-text.-w36.-l3 { font-size: 12px } .logo-text.-w36.-l4 { padding: 6px; line-height: 12px; font-size: 12px; letter-spacing: 0 } .logo-text.-w30 { line-height: 30px; white-space: normal; font-size: 14px } .logo-text.-w30.-l2 { font-size: 12px } .logo-text.-w30.-l3 { font-size: 12px } .logo-text.-w30.-l3, .logo-text.-w30.-l4 { padding: 3px; line-height: 12px; font-size: 10px; letter-spacing: 0 } .logo-text.-bg1 { background: #7db3d9 } .logo-text.-bg2 { background: #d1ae9d } .logo-text.-bg3 { background: #84cab0 } .logo-text.-bg4 { background: #8ca3cd } .logo-text.-bg5 { background: #bc9edd } .logo-text.-bg6 { background: #76b3ec } .logo-text.-bg1, .logo-text.-bg2, .logo-text.-bg3, .logo-text.-bg4, .logo-text.-bg5, .logo-text.-bg6 { color: #fff } .logo-header { position: absolute; display: inline-block; vertical-align: middle; width: 123px; height: 38px; margin-top: 18px; font-size: 0; cursor: pointer } .logo-header .tyc { display: inline-block; vertical-align: middle; font-size: 38px; line-height: 1em; color: #0084ff } .logo-header .tyc-text { display: inline-block; vertical-align: middle; margin-left: 5px; font-size: 33px; line-height: 1em; color: #45403f } .logo-header.-white .tyc { color: #fff } .logo-header.-white .tyc-text { color: #fff } .btn { display: inline-block; padding: 2px 12px; border: 1px solid #f3f3f3; border-radius: 2px; font-size: 14px; text-align: center; line-height: 18px; font-weight: 400; background-color: #fff; color: #333; cursor: pointer; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .btn.-disabled { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0; cursor: no-drop } .btn.-disabled:hover { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn.-disabled:active { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn.-boxshadow { -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1); box-shadow: 0 0 6px rgba(0, 0, 0, .1) } .btn.-block { display: block } .btn.-sub { color: #666 } .btn.-h22, .btn.-ms { padding: 1px 8px; font-size: 12px } .btn.-h24, .btn.-xs { padding: 2px 8px; font-size: 12px } .btn.-h28, .btn.-sm { padding: 4px 10px; font-size: 12px } .btn.-h32, .btn.-md { padding: 6px 10px } .btn.-h36, .btn.-lg { padding: 8px 10px } .btn.-h44, .btn.-hg { font-size: 16px; padding: 12px 10px } .btn.-h48, .btn.-xl { font-size: 16px; padding: 14px 10px } .btn.-w80 { min-width: 80px } .btn.-w88 { min-width: 88px } .btn.-w90 { min-width: 90px } .btn.-w100 { min-width: 100px } .btn.-w120 { min-width: 120px } .btn.-w130 { min-width: 130px } .btn.-w140 { min-width: 140px } .btn.-w144 { min-width: 144px } .btn.-w150 { min-width: 150px } .btn.-w160 { min-width: 160px } .btn.-w170 { min-width: 170px } .btn.-w180 { min-width: 180px } .btn.-w200 { min-width: 200px } .btn.-sp15 { padding-left: 15px; padding-right: 15px } .btn-normal { background-color: #fff; border-color: #e0e0e0 } .btn-default { color: #333; background-color: #fff; border-color: #e0e0e0 } .btn-default:hover { color: #333; background-color: rgba(32, 32, 32, .05); border-color: rgba(32, 32, 32, .05) } .btn-default:active { color: #333; background-color: #fff; border-color: #e0e0e0 } .btn-primary { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary:hover { color: #fff; background-color: #006acc; border-color: #006acc } .btn-primary:active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd { color: #0084ff; background-color: #fff; border-color: #0084ff } .btn-primary-bd:focus, .btn-primary-bd:hover { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd:active { background-color: #0084ff; border-color: #0084ff } .btn-primary-bd.-no-hover { color: #0084ff; background-color: #fff } .btn-primary-bd.-active, .btn-primary-bd.active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd.-active:hover, .btn-primary-bd.active:hover { color: #fff; background-color: #006acc; border-color: #006acc } .btn-primary-bd.-active:active, .btn-primary-bd.active:active { color: #fff; background-color: #0084ff; border-color: #0084ff } .btn-primary-bd-hover:focus, .btn-primary-bd-hover:hover { color: #0084ff; background-color: #fff; border-color: #0084ff } .btn-primary-bd-hover:active { background-color: #fff; border-color: #0084ff } .btn-vip { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip:hover { color: #fff; background-color: #e46400; border-color: #e46400 } .btn-vip:active { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd { color: #ff7d18; background-color: #fff; border-color: #ff7d18 } .btn-vip-bd:focus, .btn-vip-bd:hover { color: #fff; background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd:active { background-color: #ff7d18; border-color: #ff7d18 } .btn-vip-bd.-no-hover { color: #ff7d18; background-color: #fff } .btn-vip-bd-hover:focus, .btn-vip-bd-hover:hover { color: #ff7d18; background-color: #fff; border-color: #ff7d18 } .btn-vip-bd-hover:active { background-color: #fff; border-color: #ff7d18 } .btn-claim { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim:hover { color: #fff; background-color: #f19900; border-color: #f19900 } .btn-claim:active { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd { color: #ffaf25; background-color: #fff; border-color: #ffaf25 } .btn-claim-bd:focus, .btn-claim-bd:hover { color: #fff; background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd:active { background-color: #ffaf25; border-color: #ffaf25 } .btn-claim-bd.-no-hover { color: #ffaf25; background-color: #fff } .btn-claim-bd-hover:focus, .btn-claim-bd-hover:hover { color: #ffaf25; background-color: #fff; border-color: #ffaf25 } .btn-claim-bd-hover:active { background-color: #fff; border-color: #ffaf25 } .btn-cancel { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-cancel:hover { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-cancel:active { color: #fff; background-color: #e0e0e0; border-color: #e0e0e0 } .btn-group { position: relative; display: inline-block; vertical-align: middle } .btn-group .btn { float: left; margin-left: -1px } .btn-group .btn:last-child:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0 } .btn-group .btn:first-child:not(:last-child) { margin-left: 0; border-top-right-radius: 0; border-bottom-right-radius: 0 } .btn-group .btn:not(:first-child):not(:last-child) { border-radius: 0 } .btn-group .btn.-cut-2 { width: 50% } .btn-group .btn.-cut-3 { width: 33.3333333333% } .btn-group .btn.-active { background-color: #0084ff; color: #fff } .btn-icon { padding-right: 4px } .input { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px; width: 100%; border: 1px solid #e0e0e0; border-radius: 2px; background-color: #fff; color: #333 } .input:focus { outline: 0; border-color: #0084ff } .input.-h22, .input.-ms { height: 22px; line-height: 20px; padding: 0 12px; font-size: 12px } .input.-h24, .input.-xs { height: 24px; line-height: 22px; padding: 0 12px; font-size: 12px } .input.-h28, .input.-sm { height: 28px; line-height: 26px; padding: 0 10px; font-size: 12px } .input.-h32, .input.-md { height: 32px; line-height: 30px; padding: 0 15px; font-size: 14px } .input.-h36, .input.-lg { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px } .input.-h44, .input.-hg { height: 44px; line-height: 42px; padding: 0 15px; font-size: 16px } .input.-h48, .input.-xl { height: 48px; line-height: 46px; padding: 0 15px; font-size: 16px } .input.-focusnormal:focus { border-color: #e0e0e0 } .input.-disabled { background-color: #e5e5e5; color: #666 } .input.-disabled:focus { border-color: transparent } .input.-edit { white-space: nowrap; overflow: hidden } .input [contenteditable=true] br { display: none } .input [contenteditable=true] * { display: inline; white-space: nowrap } .input-warp { position: relative; display: inline-block; vertical-align: top } .input-warp .icon { line-height: 36px } .input-warp .icon { position: absolute; top: 0; right: 10px; line-height: 36px; color: #999 } .input-warp .click { color: #0084ff; cursor: pointer } .input-warp .input-num { position: absolute; bottom: 6px; right: 10px; font-size: 14px; color: #999 } .input-warp .input-num.-overamount { color: #ff3b30 } .input-warp.-h22 .icon, .input-warp.-ms .icon { line-height: 22px } .input-warp.-h22 .input, .input-warp.-ms .input { height: 22px; line-height: 20px; padding: 0 12px; font-size: 12px } .input-warp.-h24 .icon, .input-warp.-xs .icon { line-height: 24px } .input-warp.-h24 .input, .input-warp.-xs .input { height: 24px; line-height: 22px; padding: 0 12px; font-size: 12px } .input-warp.-h28 .icon, .input-warp.-sm .icon { line-height: 28px } .input-warp.-h28 .input, .input-warp.-sm .input { height: 28px; line-height: 26px; padding: 0 10px; font-size: 12px } .input-warp.-h32 .icon, .input-warp.-md .icon { line-height: 32px } .input-warp.-h32 .input, .input-warp.-md .input { height: 32px; line-height: 30px; padding: 0 15px; font-size: 14px } .input-warp.-h36 .icon, .input-warp.-lg .icon { line-height: 36px } .input-warp.-h36 .input, .input-warp.-lg .input { height: 36px; line-height: 34px; padding: 0 15px; font-size: 14px } .input-warp.-h44 .icon, .input-warp.-hg .icon { line-height: 44px } .input-warp.-h44 .input, .input-warp.-hg .input { height: 44px; line-height: 42px; padding: 0 15px; font-size: 16px } .input-warp.-h48 .icon, .input-warp.-xl .icon { line-height: 48px } .input-warp.-h48 .input, .input-warp.-xl .input { height: 48px; line-height: 46px; padding: 0 15px; font-size: 16px } .input-warp.-announce { vertical-align: middle } .input-warp.-announce .input { width: 270px; padding-right: 30px; padding-left: 8px } .input-warp.-announce .icon { font-size: 16px } .input-warp.-block { display: block } .input-err { border-color: #ff3b30 !important } .input-err:focus { border-color: #ff3b30 !important } .input-vip { border-color: #ff7d18 } .input-vip:focus { border-color: #ff7d18 } .input-group { position: relative; display: inline-block; vertical-align: top } .input-group::after, .input-group::before { display: table; content: " " } .input-group::after { clear: both } .input-group .input, .input-group .input-group-btn, .input-group .select-drop, .input-group .select-drop .title, .input-group form { float: left } .input-group .input, .input-group .select-drop .title { border-right: none; border-bottom-right-radius: 0; border-top-right-radius: 0 } .input-group .input-group-btn { border-bottom-left-radius: 0; border-top-left-radius: 0; -webkit-box-shadow: none; box-shadow: none } .home-group { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .home-group .input { width: 768px; border-color: transparent; line-height: 24px; font-size: 16px; padding: 5px 25px 5px 15px; vertical-align: middle; border-bottom-left-radius: 4px; border-top-left-radius: 4px } .home-group .input-group-btn { width: 112px; border-left-color: #f3f3f3; border-bottom-right-radius: 4px; border-top-right-radius: 4px; color: #0084ff } .home-group .input-group-btn:hover { border-color: #0084ff; background-color: #0084ff; color: #fff } .home-group .active-input { opacity: .9 } .home-group.-focus, .home-group:hover { -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24); box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .24) } .mobile-group { position: relative } .mobile-group .input { width: 280px } .mobile-group .input-group-btn { width: 60px } .mobile-group .clear { position: absolute; margin: 7px 0 0 0; cursor: pointer; width: 14px; right: 70px; top: 0 } .claim-group .input { width: 455px } .claim-group .input-group-btn { width: 125px } .verify-group .input { width: 200px } .verify-group .input-group-btn { width: 90px; padding-left: 0; padding-right: 0 } .textarea { width: 100%; height: 120px; padding: 10px 15px; border: 1px solid #e0e0e0; font-size: 14px; border-radius: 2px; vertical-align: top; background-color: #fff; color: #333; resize: none; overflow: auto } .textarea:focus { outline: 0; border: 1px solid #0084ff } .textarea.-edit { user-modify: read-write-plaintext-only } .textarea.-sm { padding-left: 10px; padding-right: 10px; font-size: 12px } .form-group { position: relative; min-height: 66px; padding-bottom: 30px; font-size: 0 } .form-group .left { width: 130px; font-size: 14px; vertical-align: top; text-align: right; padding-right: 15px; display: inline-block; line-height: 36px; font-weight: 400 } .form-group .left .must-icon { display: inline-block; width: 5px; height: 5px; margin-right: 10px; margin-bottom: 2px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon-2.png); background-size: 100% } .form-group .left.-must:before { content: ''; display: inline-block; width: 5px; height: 5px; float: left; margin-right: 10px; margin-top: 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon-2.png); background-size: 100% } .form-group .left.-pos:before { position: absolute; left: -6px; top: 19px } .form-group .left.-md { line-height: 32px } .form-group .left.-auto { width: auto } .form-group .right { position: relative; width: 700px; font-size: 14px; display: inline-block; vertical-align: top } .form-group .textarea { height: 60px } .form-group .input-group { vertical-align: top } .form-group.-intro { min-height: 180px } .form-group .img-box { width: 100%; margin-top: 5px } .form-group.-edit .left { width: 90px } .form-group.-edit .right { width: 580px } .form-group.-edit .textarea { height: 150px } .form-group.-verify .left { width: 75px } .form-group.-verify .right { width: 290px } .form-group.-middle .left { vertical-align: middle } .form-group.-middle .right { vertical-align: middle } .form-group.-verifyemail .left { width: 104px } .form-group.-verifyemail .right { width: 240px } .form-group .form-group-msg, .form-group .form-group-tips { position: absolute } .form-group .clear-input { position: absolute; color: #ccc; z-index: 20; cursor: pointer; width: 15px; right: 10px; top: 11px } .form-group.-clear-empty { font-size: 0 } .form-group.-img { padding-bottom: 24px } .form-group-tips { font-size: 12px; line-height: 12px; color: #ff3b30; margin-top: 6px } .form-group-tips.-pos-bottom { position: absolute; bottom: -18px } .form-group-tips.-pos-right { position: absolute; left: 100%; margin-left: 12px; width: 200px; top: 6px } .form-group-msg { font-size: 14px; line-height: 23px; color: #999; margin-top: 4px } .form-group-click { margin-top: 4px; font-size: 14px; line-height: 23px; text-align: right; color: #0084ff; cursor: pointer } .form-group-click.-disabled { cursor: no-drop; color: #e0e0e0 } .form-upload-file { position: absolute; top: 0; bottom: 0; left: 0; right: 0; opacity: 0; width: 100%; z-index: 20; cursor: pointer } .form-upload .reupload { position: absolute; width: 100%; height: 28px; line-height: 28px; color: #fff; text-align: center; bottom: 0; background-color: rgba(0, 0, 0, .5); cursor: pointer } .form-upload .frame { position: relative; display: inline-block; vertical-align: middle; width: 100px; height: 100px; border-radius: 6px; text-align: center; overflow: hidden; display: inline-block; vertical-align: top; border: 1px solid #f3f3f3 } .form-upload .frame .img { width: 100% } .form-upload .frame.-w88 { width: 88px; height: 88px; border-radius: 6px } .form-upload .frame.-w64 { width: 64px; height: 64px; border-radius: 4px } .form-upload .frame.-w48 { width: 48px; height: 48px; border-radius: 4px } .form-upload .frame.-w56 { width: 56px; height: 56px; border-radius: 4px } .form-upload .frame.-w44 { width: 44px; height: 44px; border-radius: 4px } .form-upload .frame.-w36 { width: 36px; height: 36px; border-radius: 4px } .form-upload .frame.-w30 { width: 30px; height: 30px; border-radius: 2px } .form-upload .frame.-block { display: block } .form-upload .frame.-float { float: left } .form-upload .frame.-circle { border-radius: 50%; overflow: hidden } .form-upload .frame.-user { position: relative; overflow: inherit } .form-upload .frame.-user img { border-radius: 50%; overflow: hidden; height: 100% } .form-upload .frame.-user img.-image { height: 100% } .form-upload .frame.-user .tips-point { position: absolute; top: 0; left: 32px } .form-upload .frame.-owner, .form-upload .frame.-vip { font-size: 16px; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .form-upload .frame.-owner:after, .form-upload .frame.-owner:before, .form-upload .frame.-vip:after, .form-upload .frame.-vip:before { position: absolute; right: -4px; bottom: -5px; z-index: 1 } .form-upload .frame.-owner:after, .form-upload .frame.-vip:after { content: '\e70a'; color: #fff; z-index: 0 } .form-upload .frame.-vip:before { content: "\e714"; color: #ff7d18 } .form-upload .frame.-owner:before { content: "\e712"; color: #ffaf25 } .form-upload .frame:hover:after { display: block } .form-upload .frame:after { content: "更换图片"; position: absolute; top: 0; left: 0; right: 0; bottom: 0; display: none; padding: 10px 16px; background: rgba(0, 0, 0, .5); color: #fff; cursor: pointer } .form-upload .intro { display: inline-block; vertical-align: top; padding-left: 16px; padding-top: 7px; color: #666 } .form-upload .tool { display: inline-block; vertical-align: middle } .form-upload .tool .select { margin-bottom: 10px } .form-upload .tool .title { padding-left: 6px } .form-upload .tool label { margin-right: 20px } .form-upload .img-area { width: 100% } .form-upload-unsel { position: relative; color: #666 } .form-upload-unsel .un-sel-file { display: inline-block; vertical-align: top; padding-left: 16px; line-height: 36px } .form-upload-unsel .un-sel-intro { padding-top: 5px } .table .right { float: right } .table .left { float: left } .table .vip-color { color: #ff7d18 } .table .description { margin-top: 10px; font-size: 12px; color: #999 } .table .description.-no-mt { margin-top: 0 } .table .stock { display: inline-block; height: 32px; padding: 0 8px; line-height: 32px } .table .shadow { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .table .shadow:hover { position: relative; z-index: 1; -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); cursor: pointer } .table.-left { text-align: left } .table.-no-border td, .table.-no-border th { border: 0 } .table.-breakall td, .table.-breakall th { word-break: break-all } .table.-striped-col { text-align: left } .table.-striped-col td:nth-child(odd) { background-color: #f0f7fc } .table.-striped-col.-striped-pd td:nth-child(odd) { width: 120px; font-size: 16px; color: #666 } .table.-striped-first-col { text-align: left } .table.-striped-first-col td:first-child { background-color: #f0f7fc } .table.-striped-title-col { text-align: left } .table.-striped-title-col .striped-col { background-color: #f0f7fc } .table.-striped-vip-row { font-size: 16px; text-align: left } .table.-striped-vip-row tbody tr:nth-child(even) { background-color: #fbfbfb } .table.-border-top-none tbody tr:first-child td { border-top: none } .table.-striped-vip-odd-row { text-align: left } .table.-striped-vip-odd-row tbody tr:nth-child(odd) { background-color: #fbfbfb } .table.-top td, .table.-top th { vertical-align: top } .table .table-vip-header { background-color: rgba(255, 125, 25, .05) } .table .table-vip-header th { height: 50px; padding-left: 8px } .table .table-vip-header + tbody td { height: 80px } .table .table-header-default { background-color: #f0f7fc } .table + .-multi tr:first-child td { border-top: none } .legal-representative { padding: 20px 12px; margin: -8px } .legal-representative .left { float: left } .legal-representative .right { float: right } .legal-representative .name { font-size: 18px; color: #0084ff } .legal-representative .merge { margin-top: 10px } .legal-representative .bottom { margin-top: 5px; margin-bottom: 5px } .legal-representative .title { display: inline-block } .legal-representative .baseinfologo { vertical-align: top } .legal-representative .humancompany { display: inline-block; margin-left: 12px; vertical-align: middle } .legal-representative .humancompany .name { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .legal-representative .maincompany { float: right } .legal-representative .maincompany .detail { display: inline-block; vertical-align: top; max-width: 152px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .sort-col { width: 46px } .doing-col { width: 56px } .status-col { width: 64px } .date-col { width: 100px } .stress-col { background-color: #f0f7fc } .proportion-col { width: 100px } .left-col { text-align: left } .link-click-a a { color: #0084ff; cursor: pointer } .link-click-a a:active, .link-click-a a:focus, .link-click-a a:hover { color: #0084ff } .link-click-a a:hover { text-decoration: underline } .lawfirm-top { width: 100%; padding: 0; border-bottom: 1px solid #d5d5d5; margin-bottom: 20px; border-collapse: collapse } .lawfirm-top .legal-person-name { width: 25% } .lawfirm-top .legal-person-value { border: 0; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .title { color: #333 } .lawfirm-top .capital { width: 41%; padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .capital-value { padding-left: 13px; border-left: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .score { width: 33%; padding: 5px; text-align: center } .lawfirm-top .img { max-height: 115px; max-width: 90%; margin: 0 auto } .lawfirm-top .status { border: 0 } .lawfirm-top .status-value { border: 0 } .lawfirm-top .time { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .time-value { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-bottom { width: 100%; border: none } .lawfirm-bottom td { padding: 8px 0 } .lawfirm-bottom td span { color: #000 } .brand-search-table .project-img { max-width: 50px; max-height: 50px; vertical-align: middle } .brand-search-table .project-text { margin-left: 10px; vertical-align: middle } .brand-search-table td:nth-child(5) { text-align: left } .user-table td { border: none } .user-table thead td { padding: 8px 11px } .user-table tbody tr:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .user-table tbody tr:hover .company { color: #0084ff } .user-table tbody td { border-bottom: 1px solid #f3f3f3; padding: 20px 11px } .user-table .no-result { color: #666 } .user-table .no-result:hover { -webkit-box-shadow: none; box-shadow: none } .user-table .company { font-size: 18px } .user-table .detail { width: 519px; padding-top: 6px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .info { padding-top: 2px; font-size: 14px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .action { font-size: 24px; cursor: pointer } .user-table .left-img { width: 44px; height: 44px; display: inline-block; vertical-align: middle; margin-right: 16px } .user-table .left-img img { width: 100% } .user-table .right-body { display: inline-block; vertical-align: middle } .user-table .right-body.-claim { width: 162px } .user-table .line-2 { height: 50px; line-height: 25px } .user-table.-no-head tr:first-child { border-top: 1px solid #f3f3f3 } .table-toco { width: 100%; text-align: left } .table-toco td { padding: 0; border: 0 } .table-toco .logo-td { width: 44px } .table-toco .toco { text-align: right } .table-toco .toco .tips-toco { white-space: nowrap } .table-toco .tag-common { margin-top: 5px } .resem-table { width: 100%; color: #333 } .resem-table .box { float: left } .resem-table .box.-rel { position: relative } .resem-table .w44 { width: 44% } .resem-table .w54 { width: 54% } .resem-table .w55 { width: 55% } .resem-table .w14 { width: 14% } .resem-table .w15 { width: 15% } .resem-table .w23 { width: 23% } .resem-table .w7 { width: 7% } .resem-table .w11 { width: 11% } .resem-table .w60 { width: 60% } .resem-table .resem-head { background: #f0f7fc } .resem-table .resem-head .box { padding: 8px 11px } .resem-table .resem-head .w60 { padding: 8px 0 } .resem-table .resem-body { border-bottom: 1px solid #f3f3f3 } .resem-table .resem-body .box { padding: 20px 11px 15px } .resem-table .resem-body .w60 { padding: 20px 0 15px } .resem-table .resem-body:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .resem-table .resem-body:hover .company { color: #0084ff } .resem-table .resem-body.no-result:hover, .resem-table .resem-body.no-shadow { -webkit-box-shadow: none; box-shadow: none } .resem-table .resem-box { display: inline-block; width: 790px; border: 1px solid #f3f3f3; background: #fbfbfb; padding: 10px 11px; margin-left: 11px; color: #666 } .resem-table .resem-box.new-w { width: 1005px } .resem-table .company, .resem-table .maintitle { font-size: 18px } .resem-table .detail { width: 519px; padding-top: 3px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .resem-table .click { color: #0084ff; cursor: pointer } .resem-table .price { color: #ff3b30 } .resem-table .tblue { color: #0084ff } .resem-table .lh49 { line-height: 49px } .resem-table .pb27 { padding-bottom: 27px } .resem-table .mt12 { margin-top: 12px } .resem-table .no-result { padding-top: 25px; padding-bottom: 25px; text-align: center; color: #666 } .table-col { position: absolute; top: 0; right: 0; width: 200px; background: #fff; -webkit-transition: right .4s ease; transition: right .4s ease } .table-col td { padding: 0; text-align: left } .table-col td .row { padding: 0 20px } .table-col td .row:nth-child(even) { border-top: 1px solid transparent } .table-col-warp .data-content { position: relative } .table-col-warp .table:not(.table-col) { position: relative; z-index: 10; background: #fff } .table-col-warp .table-col-bar .drop-down { display: none } .table-col-warp .table-col-bar .btn { display: none } .table-col-warp .table-col-bar .ownersay { display: inline-block; height: 30px; margin-top: 5px; margin-right: 20px; font-size: 14px; font-weight: 400; color: #ffaf00; cursor: pointer } .table-col-warp .table-col-bar .ownersay .ownersay-img { display: inline-block; width: 20px; height: 20px; margin-top: 1px; margin-right: 8px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/explainMessage-01.png) 0 0 no-repeat; background-size: 100% 100% } .table-col-warp .table-col-bar .ownersay .ownersay-txt { float: right; margin-top: 1px; color: #c48414 } .table-col-warp .table-col-bar .ownersay .ownersay-txt:hover { color: #c48414; text-decoration: underline } .table-col-warp .table-col-bar .ownersay-cancel { height: 30px; margin-right: 13px; padding: 5px 10px } .table-col-warp.-showcol .table-col { right: -199px } .table-col-warp.-showcol .table-col-bar .drop-down { float: initial; display: inline-block; vertical-align: middle; margin-top: 0; margin-right: 13px } .table-col-warp.-showcol .table-col-bar .btn { display: inline-block; vertical-align: middle } .table-col-warp.-showcol .table-col-bar .ownersay { display: none } .table .table-explain-message { font-size: 14px; color: #999 } .table .-explain-message-success { color: #ffae25 } .tab-main { text-align: center; color: #fff; width: 880px; margin: 0 auto } .tab-main .tab { display: inline-block; width: 64px; padding: 3px 6px; line-height: 1.42857143; margin-right: 32px; margin-bottom: 14px; border-radius: 2px; font-size: 16px; background-color: transparent; cursor: pointer } .tab-main .tab .top { position: relative } .tab-main .tab:last-child { margin: 0 } .tab-main .active.tab { color: #0084ff; background-color: #fff } .tab-main .active.tab .top::after { position: absolute; left: 35%; top: 100%; content: ''; width: 0; height: 0; margin-top: 2px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff } .tab-main .tab:hover { color: #0084ff; background-color: #fff } .tab-main .tab:hover .top::after { position: absolute; left: 35%; top: 100%; content: ''; width: 0; height: 0; margin-top: 2px; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff } .tab-main .tooltip-box { position: absolute; margin-top: 14px; z-index: 1; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) } .tab-main .tooltip-box:before { left: 24px } .tab-main .hotlist { width: 100%; height: 56px; margin-top: 32px; text-align: left; font-size: 0; color: rgba(255, 255, 255, .82); overflow: hidden } .tab-main .hotlist .title { display: inline-block; width: 56px; height: 56px; border-radius: 4px; overflow: hidden; margin-right: 32px; padding-top: 5px; text-align: center; font-size: 16px; letter-spacing: 4px; text-indent: 4px; line-height: 22px; background: rgba(255, 255, 255, .16) } .tab-main .hotman .man { position: relative; display: inline-block; min-width: 120px; height: 56px; padding: 0 8px 0 64px; margin-right: 24px; border-radius: 4px; font-size: 16px; text-align: center; line-height: 56px; vertical-align: top; color: #e0e0e0; background: rgba(255, 255, 255, .16) } .tab-main .hotman .man img { position: absolute; top: 0; left: 0; border-radius: 4px; width: 56px; height: 56px } .tab-main .hotman .man:hover { color: #fff; text-decoration: underline } .tab-main .hotsearch .keys { display: inline-block; width: 786px; height: 56px; vertical-align: top; text-align: left } .tab-main .hotsearch .key { display: inline-block; vertical-align: top; margin-right: 24px; margin-bottom: 10px; font-size: 14px; line-height: 22px; color: #e0e0e0 } .tab-main .hotsearch .key:hover { color: #fff; text-decoration: underline } .tab-header { display: inline-block } .tab-header .head { width: 400px; height: 18px; font-size: 0; color: #666 } .tab-header .head .item { display: inline-block; width: 55px; height: 18px; line-height: 18px; font-size: 12px; text-align: center; cursor: pointer } .tab-header .head .item:hover { color: #0084ff } .tab-header .head .active { border-radius: 2px 2px 0 0; color: #fff; background: #0084ff } .tab-header .head .active:hover { color: #fff } .tab-header .search { background: #0084ff; border-radius: 0 2px 2px 2px; height: 28px } .tab-header .search-group { border-radius: 2px } .tab-header .search-group .input { width: 368px; padding-right: 25px; padding-left: 8px; border-color: #0084ff; border-bottom-right-radius: 2px; border-top-right-radius: 2px } .tab-header .search-group .input-group-btn { width: 72px; padding-left: 0; padding-right: 0 } .tab-header .search-group.-commit .input { width: 200px } .tab-header .search-group.-commit .input-group-btn { width: 70px } .tab-header .tooltip-box { position: absolute; margin-top: 14px; z-index: 1; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2) } .tab-header .tooltip-box:before { left: 24px } .tab-header.-search input { height: 30px; line-height: 30px } .tab-header.-search .btn { padding: 5px 0 } .tab-header.-search .search { height: 30px } .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .live-search-wrap .live-search-content { position: absolute; list-style: none; padding: 0; border-top: 1px solid #f3f3f3; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2); z-index: 1041; background-color: #fff; width: 100%; top: 100%; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .live-search-wrap .item { width: 100%; padding: 6px 8px; font-size: 14px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: left; cursor: pointer; float: left } .live-search-wrap .item em { color: red } .live-search-wrap .item:hover { background-color: #f3f3f3; color: #333 } .live-search-wrap .item:hover .match_type { background-color: #ebf8fb; color: #0084ff; border: 1px solid #c6f3fd } .live-search-wrap .item.selected { background-color: #f3f3f3 } .live-search-wrap .item.-login { text-align: center; line-height: 28px; color: #333; cursor: default } .live-search-wrap .item.-login:hover { background: #fff } .live-search-wrap .item.item-bottom { line-height: 28px; text-align: center; color: #666 } .live-search-wrap .item.item-bottom .num { color: #ff3b30; padding: 0 6px } .live-search-wrap .item.-local { color: #999 } .live-search-wrap .item.-history { line-height: 24px; font-size: 14px } .live-search-wrap .item.-history .clock { color: #999; margin-right: 5px } .live-search-wrap .item:first-child { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px } .live-search-wrap .history-title { text-align: left; line-height: 36px; font-size: 14px; color: #999; padding: 0 8px } .live-search-wrap .history-title .operate { float: right; cursor: pointer } .live-search-wrap .history-title .operate:hover { color: #0084ff } .live-search-wrap .history-title .icon { padding-left: 6px } .live-search-wrap .human-item { position: relative; padding: 8px 8px 8px 52px; border-bottom: 1px solid #f3f3f3 } .live-search-wrap .human-item .human-image-sm { position: absolute; top: 10px; left: 8px } .live-search-wrap .human-item .human-content { width: 100% } .live-search-wrap .human-item .name { font-size: 16px; line-height: 21px; color: #ff3b30 } .live-search-wrap .human-item .info { font-size: 12px; line-height: 16px; margin-top: 3px; color: #666 } .live-search-wrap .human-item .info .company { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 215px; color: #333 } .live-search-wrap .human-item .info .count { color: #333 } .live-search-wrap .human-item .info .count:after, .live-search-wrap .human-item .info .count:before { content: ' ' } .live-search-wrap .human-item .clock { position: absolute; color: #999; margin-right: 5px } .live-search-wrap .human-item.-nologo { padding-left: 8px } .live-search-wrap .human-item.-nologo .name { color: #333 } .live-search-wrap .human-item.-nologo .content { padding-left: 19px } .live-search-wrap .company-item { position: relative; padding-left: 52px; border-bottom: 1px solid #f3f3f3 } .live-search-wrap .company-item .image { position: absolute; top: 6px; left: 8px } .live-search-wrap .company-item .content { width: 100%; padding-right: 100px; font-size: 14px } .live-search-wrap .company-item .content .name { line-height: 36px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .live-search-wrap .company-item .match { position: absolute; right: 8px; top: 14px } .live-search-wrap .company-item:hover { background-color: #f3f3f3; color: #333 } .live-search-wrap .company-item.selected { background-color: #f3f3f3 } .live-search-wrap .match_type { margin: 8px 8px; float: right } .live-search-wrap.-index { width: 768px; height: 48px } .live-search-wrap.-index .live-search-content { width: 768px } .live-search-wrap.-index .live-search-content .item { padding-left: 16px } .live-search-wrap.-index .live-search-content .human-item { padding-left: 60px; padding-right: 60px } .live-search-wrap.-index .live-search-content .human-item .human-image-sm { left: 16px } .live-search-wrap.-index .live-search-content .human-item.-nologo { padding-left: 16px } .live-search-wrap.-index .live-search-content .company-item { padding-left: 60px; padding-right: 60px } .live-search-wrap.-index .live-search-content .company-item .image { left: 16px } .live-search-wrap.-index .live-search-content .history-title { padding: 0 16px } .live-search-wrap.-index .live-search-content .match { right: 16px } .live-search-wrap.-index .live-search-content:before { content: ''; top: -5px; width: 4px; height: 4px; background: #fff; left: 0; position: absolute; border-bottom: 1px solid #f3f3f3 } .live-search-wrap.-h36 { height: 36px } .live-search-wrap.-inside .live-search-content { position: relative; top: 0 } .live-search-wrap.-inside .live-search-content::after, .live-search-wrap.-inside .live-search-content::before { display: table; content: " " } .live-search-wrap.-inside .live-search-content::after { clear: both } .list-group { padding-left: 0 } .list-group .item, .list-group .menu { display: block; border-bottom: 1px solid #f3f3f3; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .list-group .item:first-child, .list-group .menu:first-child { border-top: 1px solid #f3f3f3; border-top-right-radius: 3px; border-top-left-radius: 3px } .list-group .item:last-child, .list-group .menu:last-child { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px } .list-group .item, .list-group .option { display: block; padding: 10px 15px; border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3; color: #333; background-color: #fff } .list-group .item:hover, .list-group .option:hover { color: #0084ff; background-color: #f3f3f3 } .list-group .option { color: #666 } .list-group .menu { -webkit-transition: all .6s ease; transition: all .6s ease } .list-group .menu .item { border: none } .list-group .menu .item:after { content: "\e657"; float: right; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .list-group .menu.-collapse .dropdown { display: none } .list-group .menu.-collapse .item:after { content: '\e655' } .list-group .-rel { position: relative } .list-group.-item-rel .item, .list-group.-item-rel .menu { position: relative } .list { border-radius: 3px; color: #333 } .list .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .list .item:first-child, .list .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .list-hover-show { position: relative; border-radius: 3px; color: #333 } .list-hover-show .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .list-hover-show .item:first-child, .list-hover-show .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .list-hover-show .title { border-color: transparent } .list-hover-show .list-group { position: absolute; top: 100%; left: 0; right: 0; display: none; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .list-hover-show:hover { background-color: #f3f3f3; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .list-hover-show:hover .title { background-color: #f3f3f3; border-color: #f3f3f3 } .list-hover-show:hover .list-group { display: block } .modal { position: fixed; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0 } .modal .modal-mask { background: rgba(0, 0, 0, .2); width: 100%; height: 100%; position: absolute; z-index: 500 } .modal .modal-dialog { position: absolute; top: 0; left: 50%; margin: 6% auto; z-index: 501 } .modal .modal-content { border-radius: 5px; background-color: #fff; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .modal .header { border-bottom: 1px solid #e5e5e5; border-top-right-radius: 5px; border-top-left-radius: 5px } .modal .header .close { position: absolute; right: 15px; top: 10px; cursor: pointer } .modal .header .title { font-size: 16px; line-height: 40px; text-align: center } .modal .header .title .type { font-size: 14px; margin-top: -15px; color: #666 } .modal .header.-vip { border-bottom: none; background: #ff7d18; color: #fff } .modal .header.-nobd { border-bottom: none } .modal .body { padding: 15px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px } .modal .body.-scorll-fix { max-height: 80vh; min-height: 40px } .modal .body.-no-pad { padding: 0 } .modal .body.-bg { background: #fbfbfb } .modal .body.-p-lg { padding: 30px } .modal .body.-follow { padding-left: 30px; padding-right: 30px } .modal .body.-verify { height: 260px; padding-left: 30px; padding-right: 30px } .modal .body.-contact { padding: 10px } .modal .body.-toclaim { padding: 30px 0 20px } .modal .body.-subcontent { color: #666 } .modal .modal-scroll { overflow-x: hidden; overflow-y: auto } .modal .block-data:first-child { margin-top: 0 } .modal-dialog { width: 600px; margin-left: -300px } .modal-dialog.-lg { width: 900px; margin-left: -450px } .modal-dialog.-phone { width: 260px; margin-left: -130px } .modal-dialog.-fjgs-box { width: 540px; margin-left: -270px } .modal-dialog.-equity-box { width: 880px; margin-left: -440px } .modal-dialog.-equity-mask-box { width: 785px; margin-left: -392.5px } .modal-dialog.-invoice-save-box { width: 770px; margin-left: -385px } .modal-dialog.-risk-box { width: 860px; height: 607px; overflow: hidden; margin-left: -430px } .modal-dialog.-risk-box-mask { width: 860px; margin-left: -430px } .modal-dialog.-error-box { margin-top: 20%; width: 190px; margin-left: -95px } .modal-dialog.-success-box { margin-top: 20%; width: 190px; margin-left: -95px } .modal-dialog.-success-box .modal-content { background-color: rgba(0, 0, 0, .6) } .modal-dialog.-app-msg-box { width: 190px; margin-left: -95px } .modal-dialog.-success-box2 { margin-top: 20%; width: 324px; margin-left: -162px } .modal-dialog.-success-box2 .modal-content { background: #fff1e6 } .modal-dialog.-vipcontent { width: 750px; margin-left: -375px } .modal-dialog.-report { width: 830px; margin-left: -415px } .modal-dialog.-reporthuman { width: 750px; margin-left: -375px } .modal-dialog.-focus-box { width: 370px; margin-left: -185px } .modal-dialog.-feedback { width: 600px; margin-left: -300px } .modal-dialog.-contact { width: 820px; margin-left: -410px } .modal-dialog.-multi-contact { width: 920px; margin-left: -460px } .modal-dialog.-confirm { width: 360px; margin-left: -180px } .modal-dialog.-w210 { width: 210px; margin-left: -105px } .modal-dialog.-w250 { width: 250px; margin-left: -125px } .modal-dialog.-w270 { width: 270px; margin-left: -135px } .modal-dialog.-w300 { width: 300px; margin-left: -150px } .modal-dialog.-w350 { width: 350px; margin-left: -175px } .modal-dialog.-w360 { width: 360px; margin-left: -180px } .modal-dialog.-w375 { width: 375px; margin-left: -187.5px } .modal-dialog.-w400 { width: 400px; margin-left: -200px } .modal-dialog.-w430 { width: 430px; margin-left: -215px } .modal-dialog.-w440 { width: 440px; margin-left: -220px } .modal-dialog.-w460 { width: 460px; margin-left: -230px } .modal-dialog.-w500 { width: 500px; margin-left: -250px } .modal-dialog.-w530 { width: 530px; margin-left: -265px } .modal-dialog.-w600 { width: 600px; margin-left: -300px } .modal-dialog.-w700 { width: 700px; margin-left: -350px } .modal-dialog.-w890 { width: 890px; margin-left: -445px } .modal-dialog.-claim-detail { width: 670px; margin-left: -335px } .modal-dialog.-video { width: 720px; height: 480px; margin-left: -360px } .modal-dialog.-video .body { padding: 0 } .modal-dialog.-announce { width: 560px; margin-left: -280px } .modal-alert { padding: 15px } .modal-alert .alert-em em { color: #ff7d18 } .modal-alert.-success { color: #fff } .modal-alert.-vip-msg { position: relative } .modal-alert .vip_toast { position: absolute; top: -45px; left: 0; right: 0; margin: 0 auto } .modal-hint { padding-top: 15px; padding-bottom: 15px; font-size: 20px } .modal-hint-box { padding-top: 25px; padding-bottom: 40px; font-size: 14px } .modal-confirm { padding-top: 15px; padding-bottom: 40px; font-size: 26px } .modal-confirm .icon { margin-right: 10px; color: #0084ff } .modal-confirm-new { padding-top: 30px; padding-bottom: 44px; font-size: 14px } .modal-confirm-box { padding: 15px; text-align: center } .modal-confirm-box .msg { padding-top: 28px; padding-bottom: 44px; font-size: 16px; line-height: 22px } .modal-confirm-box .btn-tool { padding-bottom: 9px } .modal-confirm-box .btn-tool .btn { margin-right: 12px } .modal-confirm-box .btn-tool .btn:last-child { margin-right: 0 } #_modal_msg_container.modal { z-index: 1051; -webkit-transition: background .35s ease-in-out; transition: background .35s ease-in-out; background: 0 0 } .container { margin: 0 auto; width: 1248px } .container::after, .container::before { display: table; content: " " } .container::after { clear: both } .container .container-left { width: 936px; float: left; margin: 0 0 16px 0 } .container .container-right { width: 296px; float: right } .container.-headertop { padding-top: 99px } .container.-rel { position: relative } .container.-reverse .container-left { width: 296px } .container.-reverse .container-right { width: 936px; margin-bottom: 16px } .container.-body { padding-top: 16px !important; margin-bottom: 16px !important } .container.-top { padding-top: 16px !important } .container .container-tips { font-size: 12px; color: #666; margin-top: 14px } .box-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin: 0; padding: 0 16px 16px } .box-container.-no-padding-tb { padding-top: 0; padding-bottom: 0 } .box-container.-no-padding { padding: 0 } .box-container.-padding-bottom { padding: 0 0 16px } .box-container.-content { padding: 16px } .box-container.-hashead { padding: 0 } .box-container.-hashead .body { padding: 0 16px 16px } .box-container.-hashead .body-seo { padding: 16px 30px 16px } .box-container + .box-container, .box-container + .header-block-container, .header-block-container + .box-container, .header-block-container + .header-block-container { margin-top: 16px } .body-container { padding-top: 16px !important; margin-bottom: 16px !important } .header-block-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1) } .header-block-container .header-block { width: 100%; height: 48px; padding-left: 16px; padding-right: 16px; border-bottom: 1px solid #f3f3f3; line-height: 48px; color: #333; background: #fcfcfc; font-size: 16px } .header-block-container .header-block .num { color: #ff3b30 } .header-block-container .header-block .num:after, .header-block-container .header-block .num:before { content: ' ' } .header-block-container .header-block .right-tips { font-size: 12px; float: right } .header-block-container .header-block.-tips { font-size: 14px } .header-block-container .header-block.-sub-title { height: 40px; line-height: 40px; font-size: 14px } .header-block-container .content-block { background: #fff } .header-block-container .box-container { -webkit-box-shadow: none; box-shadow: none } .tyc-header { position: fixed; z-index: 1040; top: 0; width: 100%; height: 74px; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); background: #fff } .tyc-header .left, .tyc-header .middle { float: left } .tyc-header .middle { position: absolute; top: 13px; left: 335px } .tyc-header .right { float: right; font-size: 14px; text-align: center } .tyc-header .rel { position: relative } .tyc-header.-home { position: relative; border-bottom: none; background: 0 0; -webkit-box-shadow: initial; box-shadow: initial; z-index: 1020 } .tyc-header .clear-input { position: absolute; color: #ccc; z-index: 1000; cursor: pointer; width: 15px; right: 80px; top: 7px } .header-intro { margin-top: 18px; position: absolute; left: 135px; min-width: 160px; height: 38px; padding: 2px 8px; border-radius: 2px; text-align: center; font-size: 12px; font-family: Arial, sans-serif; font-weight: 400; line-height: 17px; background-color: #c90b0a; color: #fff } .header-intro .bottom { text-align: justify } .header-intro .bottom:after { content: ""; display: inline-block; width: 100% } .header-intro .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .header-intro .content { position: absolute; left: 50%; margin-left: -284px; z-index: 100; width: 568px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .header-intro .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .header-intro .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .header-intro .content .item a { color: inherit } .header-intro .content .item:hover { color: #333; background: #f3f3f3 } .header-intro .content .item:first-child { margin-top: 4px } .header-intro .content .item:last-child { margin-top: 4px } .header-intro:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .header-intro:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .header-intro .content { position: absolute; top: 47px; left: 148px; z-index: 501; -webkit-transform: scale(1); transform: scale(1); display: none; height: 472px } .header-intro .content .triangle { position: absolute; top: -16px; left: 216px; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .header-intro .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .header-intro .content .inner { padding: 4px } .header-intro .content .credit { width: 560px } .header-intro:hover .content { display: none } .header-intro.-hover .content { display: block; opacity: 1 } .header-intro .top { text-indent: initial; letter-spacing: initial } .tyc-nav { padding-top: 21px; line-height: 14px; font-size: 14px; color: #999 } .tyc-nav .nav-item, .tyc-nav .nav-item-list { display: inline-block } .nav-item { position: relative; padding: 18px 12px } .nav-item:last-child { padding-right: 0 } .nav-item:last-child .tips-point.-nav { right: 12px } .nav-item .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .nav-item .content { position: absolute; left: 50%; margin-left: -60px; z-index: 100; width: 120px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .nav-item .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .nav-item .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .nav-item .content .item a { color: inherit } .nav-item .content .item:hover { color: #333; background: #f3f3f3 } .nav-item .content .item:first-child { margin-top: 4px } .nav-item .content .item:last-child { margin-top: 4px } .nav-item:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .nav-item:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .nav-item .content { position: absolute; top: 47px; z-index: 501; border: 1px solid #e0e0e0 } .nav-item .content .triangle { position: absolute; top: -16px; left: 50%; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .nav-item .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .nav-item .content .item { text-align: center } .nav-item .content.-box { width: 314px; margin-left: -157px; border-radius: 4px } .nav-item .content.-box .block-content { padding: 32px 23px 32px 25px } .nav-item .content.-box .block-content::after, .nav-item .content.-box .block-content::before { display: table; content: " " } .nav-item .content.-box .block-content::after { clear: both } .nav-item .content.-nickname { display: none; opacity: 0; width: 280px; margin-left: -140px; border-radius: 4px; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .nav-item .content.-nickname .block-content { padding: 15px } .nav-item .content.jwt-error-pop { width: 232px; margin-left: -116px; -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both } .nav-item .content.jwt-error-pop .block-content { color: #333; font-size: 16px; line-height: 24px; padding: 20px 32px 20px 40px } .nav-item .content.jwt-error-pop .block-content .tic-close { font-size: 14px; position: absolute; right: 12px; top: 8px; cursor: pointer; color: #333 } .nav-item .content.jwt-error-pop .block-content .hint { color: #f7ad24; font-size: 16px; position: absolute; left: 16px; top: 20px } .nav-item .content.jwt-error-pop.-show { opacity: 1; display: block; -webkit-transform: scale(1); transform: scale(1) } .nav-item .content.jwt-error-pop.animate { display: none; -webkit-animation-name: jwt-error-pop-hide; animation-name: jwt-error-pop-hide } .nav-item .content.jwt-error-pop.show { display: block } .nav-item:hover .link-nav { color: #0084ff; font-weight: 700 } .nav-item:hover .link-white { color: #fff; font-weight: 700 } .nav-item:hover .link-vip-noline { font-weight: 700 } .nav-item.-home .nav-icon { color: rgba(255, 255, 255, .8) } .nav-item.-home .content .triangle { -webkit-box-shadow: initial; box-shadow: initial } .nav-item.-home .content .triangle:after { -webkit-box-shadow: initial; box-shadow: initial } .nav-item.-vip .nav-icon { color: #ff7d18 } .nav-item-list { position: relative; border-radius: 3px; color: #333; padding: 0; margin-top: -1px } .nav-item-list .title { display: block; padding: 10px 15px; border: 1px solid #f3f3f3; border-bottom: none; border-top-right-radius: 3px; border-top-left-radius: 3px; background-color: #fff; cursor: pointer } .nav-item-list .item:first-child, .nav-item-list .menu:first-child { border-top-right-radius: 0; border-top-left-radius: 0 } .nav-item-list .title { border-color: transparent } .nav-item-list .list-group { position: absolute; top: 100%; left: 0; right: 0; display: none; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .nav-item-list:hover { background-color: #f3f3f3; border-bottom-right-radius: 0; border-bottom-left-radius: 0 } .nav-item-list:hover .title { background-color: #f3f3f3; border-color: #f3f3f3 } .nav-item-list:hover .list-group { display: block } .nav-item-list .title { padding: 18px 9px 18px 12px; background: 0 0 } .nav-item-list .list-group .item { padding: 12px 0 } .nav-item-list.nav-line-right { padding-right: 0 } .nav-item-list.nav-line-left { padding-left: 0 } .nav-item-list:hover .title { color: #0084ff } .nav-line-left, .nav-line-right { position: relative } .nav-line-left:after, .nav-line-left:before, .nav-line-right:after, .nav-line-right:before { position: absolute; top: 50%; width: 1px; height: 14px; margin-top: -7px; background-color: #f3f3f3 } .nav-line-left.-home:after, .nav-line-right.-home:after { background-color: rgba(255, 255, 255, .5) } .nav-line-right { padding-right: 13px } .nav-line-right:after { content: ''; right: 0 } .nav-line-left { padding-left: 13px } .nav-line-left:before { left: 0 } .nav-icon { margin-left: 5px; display: inline-block; min-width: 14px; color: #999 } .nav-box { position: relative; float: left; width: 86px; height: 86px; border-radius: 2px; margin-right: 2px; text-align: center; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .nav-box img { width: 86px } .nav-box .box-title { position: absolute; bottom: 4px; left: 0; width: 100% } .nav-box:hover { background: #f3f3f3 } .nav-box.-nextline { margin-top: 14px } .nav-new { position: absolute; right: 5px; top: 5px; font-size: 12px; color: #ff3b30 } .nav-new.-bg { color: #fff } .tyc-footer { background: #2b343d; color: rgba(255, 255, 255, .56); font-size: 12px } .tyc-footer .container { line-height: 24px } .tyc-footer .footer-top { padding-top: 30px; height: 250px; border-bottom: 1px solid rgba(255, 255, 255, .1) } .tyc-footer .footer-middle { line-height: 18px; padding: 12px 0 14px; border-bottom: 1px solid rgba(255, 255, 255, .1) } .tyc-footer .footer-middle .web { padding-right: 12px } .tyc-footer .foot-block { float: left; color: rgba(255, 255, 255, .56) } .tyc-footer .foot-block .header { display: inline-block; color: #fff; font-weight: 700; padding-left: 8px; margin-bottom: 14px; font-size: 14px; line-height: 14px; border-left: 4px solid #0084ff } .tyc-footer .foot-block .content { font-size: 12px } .tyc-footer .foot-block .content .col { width: 104px; float: left } .tyc-footer .foot-block.-site { width: 452px } .tyc-footer .foot-block.-contact { width: 262px } .tyc-footer .foot-block.-ext { width: 200px } .tyc-footer .foot-block.-property { width: 182px } .tyc-footer .foot-block.-weixin { float: right; width: 352px } .tyc-footer .foot-block .weixin::after, .tyc-footer .foot-block .weixin::before { display: table; content: " " } .tyc-footer .foot-block .weixin::after { clear: both } .tyc-footer .foot-block .weixin .col { float: right } .tyc-footer .foot-block .weixin .col + .col { width: 128px } .tyc-footer .foot-block .weixin .qrcode { margin-top: 8px; width: 96px; height: 96px } .tyc-footer .foot-block .link-btn { display: inline-block; width: 80px; margin-top: 32px; border: 1px solid #fff; border-radius: 2px; font-size: 12px; text-align: center; line-height: 26px; color: #fff; cursor: pointer; opacity: .56 } .tyc-footer .foot-block .link-btn:hover { border-color: #fff; color: #fff; opacity: 1 } .tyc-footer .foot-block .link-btn + .link-btn { margin-left: 16px } .tyc-footer .beian-block { font-size: 0; text-align: center; padding: 10px 0 10px 0 } .tyc-footer .beian-block .beian { height: 20px; width: 20px; display: inline-block; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -465px -103px; background-repeat: no-repeat } .tyc-footer .beian-block .img { opacity: 0 } .tyc-footer .beian-block .text { font-size: 12px; height: 24px; vertical-align: middle; margin: -20px 0 0 0; display: inline-block } .tyc-footer .beian-block .id-check { display: inline-block } .tyc-page-end { padding: 10px 0; color: rgba(255, 255, 255, .36); background: #141d26; font-size: 12px; line-height: 16px; height: 50px } .tyc-page-end .tic-logo { font-size: 38px; line-height: 38px; float: left; margin-right: 10px } .tyc-page-end .site { float: left } .tyc-page-end .jb { float: right } .friend-link { margin-top: 17px; padding-top: 8px; line-height: 20px; word-wrap: break-word } .friend-link::after, .friend-link::before { display: table; content: " " } .friend-link::after { clear: both } .friend-link .left { display: inline-block; vertical-align: top } .friend-link .right { display: inline-block; vertical-align: top; max-width: 1100px } .friend-link .link-footer, .friend-link .link-white-underline { margin-right: 10px; word-break: keep-all } .right-block { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-bottom: 16px } .right-block .image-click { display: block; width: 100%; margin: 0; padding: 0; font-size: 0 } .right-block .image-click img { width: 100% } .right-block.-business { position: relative } .right-block.-business .banner_business_qq { position: absolute; right: 47px; bottom: 30px; color: transparent } .right-block .keep-line { width: 100%; margin: 0; padding: 0 } .right-block .lh18 { line-height: 18px } .right-block .label { color: #999 } .right-block .news-btn { height: 28px; width: 28px; display: inline-block; margin-right: 20px; margin-top: 10px; cursor: pointer } .right-block .news-btn.-disable { cursor: no-drop } .right-block .news-btn.-left { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -437px -103px } .right-block .news-btn.-left.-disable { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -434px -218px } .right-block .news-btn.-right { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -462px -218px } .right-block .news-btn.-right.-disable { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -182px -283px } .right-block .right-data-container { -webkit-box-shadow: none; box-shadow: none } .right-data-container { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1) } .right-data-container .header { font-size: 16px; color: #333; background: #fbfbfb; border-bottom: 1px solid #f3f3f3; padding: 0 15px 0 16px; height: 48px; line-height: 48px } .right-data-container .header .data-logo { margin-top: 3px } .right-data-container .header .right { float: right; font-size: 12px } .right-data-container .content { padding: 16px } .right-data-container .content .item { padding-top: 10px; padding-bottom: 10px; line-height: 18px; border-bottom: 1px solid #f3f3f3 } .right-data-container .content .item:first-child { padding-top: 0 } .right-data-container .content-list { background: #fff; padding-bottom: 8px } .right-data-container .content-list .item { padding: 0 16px; line-height: 32px; color: #333; width: 100%; display: block; cursor: pointer; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .right-data-container .content-list .item:hover { background: #f3f3f3; color: #333 } .back_to_top { position: fixed; right: 0; z-index: 1020; -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); border-radius: 2px; bottom: 10%; background-color: #fff } .back_to_top .item { width: 46px; height: 64px; position: relative; padding-top: 8px; color: #999; cursor: pointer } .back_to_top .item .icon { line-height: 30px; font-size: 24px; text-align: center } .back_to_top .item .text { font-size: 12px; text-align: center; color: #333 } .back_to_top .item:last-child { border-bottom-width: 0 } .back_to_top .item.-top .icon { font-size: 30px } .back_to_top .item .content { position: absolute; left: -240px; top: -49px; width: 0; height: 0; text-align: center; font-size: 12px; color: #666; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); border-radius: 6px; background-color: #fff; opacity: 0 } .back_to_top .item .content .info { padding: 4px 0 } .back_to_top .item .content img { width: 0; height: 0 } .back_to_top .item .content:after { display: block; position: absolute; right: -10px; top: 71px; width: 20px; height: 20px; background: #fff; border-color: rgba(0, 0, 0, .2) transparent transparent rgba(0, 0, 0, .2); -webkit-box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, .2); box-shadow: -2px -2px 4px -2px rgba(0, 0, 0, .2); -webkit-transform-origin: center center; transform-origin: center center; -webkit-transform: rotate(135deg); transform: rotate(135deg) } .back_to_top .item:hover { background: #0084ff; color: #fff } .back_to_top .item:hover .text { color: #fff } .back_to_top .item:hover .content { left: -190px; width: 162px; height: 162px; opacity: 1; -webkit-transition: left .4s ease, opacity .6s ease-in; transition: left .4s ease, opacity .6s ease-in } .back_to_top .item:hover .content img { width: 150px; height: 150px; margin: 6px } .back_to_top .item:hover .content:after { content: ' ' } .gt_holder.gt_popup { z-index: 20002 } .gt_holder.gt_popup.gt_show { z-index: 20003; right: 0; position: fixed } .gt_holder.gt_popup .gt_mask { z-index: 20004 } .gt_holder .gt_popup_box .gt_bottom { background-image: url(https://cdn.tianyancha.com/wap/images/sprite.3.0.21.png); background-position: inherit } .gt_holder .gt_bottom .gt_help_button { display: none } .gt_holder .gt_bottom .gt_logo_button { display: none } .message-block { position: relative } .message-block .icon-btn { cursor: pointer; position: relative } .message-block .icon-btn .num { position: absolute; right: -6px; top: -12px; font-size: 12px; height: 16px; padding: 0 3px; background: #ff3b2f; border-radius: 100px; color: #fff; min-width: 20px; font-style: normal; text-align: center; vertical-align: middle } .message-block .block-content-tg { display: none; position: absolute; top: 53px; left: -128px; width: 280px; background: #fff; border-radius: 4px; color: #333; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); font-weight: 400; text-align: left; z-index: 501; font-size: 14px; line-height: 22px } .message-block .block-content-tg .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 502; top: -15px; left: 50% } .message-block .block-content-tg .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .message-block .block-content em { color: #0084ff } .message-block .block-content .opt-tool::after, .message-block .block-content .opt-tool::before { display: table; content: " " } .message-block .block-content .opt-tool::after { clear: both } .message-block .block-content .link-click { font-size: 12px; float: left } .message-block .block-content .time { float: right; font-size: 12px; color: #999 } .message-block .block-content.-single { padding: 5px 16px 5px 16px } .message-block .block-content.-single .link-click { font-size: 14px; margin-top: 22px; float: none } .message-block .block-content.-single .message { background: #fff; border-bottom: 0 } .message-block .message-head { font-size: 14px; color: #333; letter-spacing: .21px; padding: 10px; border-bottom: 1px solid #e0e0e0 } .message-block .message-head .num { color: #ff3b30 } .message-block .message-list { max-height: 458px; overflow: hidden; overflow-y: auto } .message-block .message-line { padding: 0 16px; position: relative } .message-block .message-line:hover { background: #f3f3f3 } .message-block .icon-un-read { position: absolute; left: 4px; top: 20px; width: 8px; height: 8px; border-radius: 4px; background: #ff3b2f } .message-block .message { font-size: 14px; color: #333; border-bottom: 1px solid #e0e0e0; padding: 15px 0 } .message-block .message-line:last-child .message { border-bottom: 0 } .message-block.init:hover .block-content-tg { display: block } .message-block .message-no-data { text-align: center; padding: 94px 0 194px 0 } .message-block .message-no-data .no-img { width: 125px } .message-block .message-no-data .no-msg { font-size: 14px; color: #666; letter-spacing: .21px; text-align: center; margin-top: 24px } .tyc-header.-home .message-block .tic { color: rgba(255, 255, 255, .9) } #head-message-center { display: none } .errorpage { padding-top: 80px; padding-bottom: 150px; text-align: center; background: #fff } .errorpage .msg { margin-bottom: 12px; margin-top: 8px; font-size: 24px; color: #333 } .errorpage .btn { width: 163px } .errorpage .divide { margin-top: 40px; font-size: 18px; color: #e1e1e1 } .errorpage .divide .text { color: #ababab } .errorpage .contact { margin-top: 10px; font-size: 14px; color: #919191 } .hot-common .right { float: right } .hot-common .hot-content .list { position: relative; font-size: 16px; height: 40px } .hot-common .hot-content .list .ranking { position: relative; display: inline-block; width: 40px; height: 40px; text-align: center } .hot-common .hot-content .list .ranking span { width: 24px; display: inline-block; position: absolute; top: 8px; left: 6px; padding: 2px 0; font-size: 14px; background-color: #fff } .hot-common .hot-content .list .ranking-group { position: absolute; display: inline-block; width: 80%; height: 40px; padding-left: 4px; line-height: 40px; text-align: left; border-bottom: 1px dashed #f3f3f3 } .hot-common .hot-content .list .ranking-group > div { display: inline-block } .hot-common .hot-content .list .ranking-group > a { display: block; color: #333 } .hot-common .hot-content .list .ranking-group .keyword { width: 60% } .hot-common .hot-content .list .ranking-group .keyword a { display: block; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .hot-common .hot-content .list .ranking-group .keywords { width: 100% } .hot-common .hot-content .list .ranking-group .range { float: right } .hot-common .hot-content .list:hover { background-color: #fbfbfb } .hot-common .hot-content .list:hover .ranking-group .follow, .hot-common .hot-content .list:hover .ranking-group .keyword a, .hot-common .hot-content .list:hover .ranking-group .range, .hot-common .hot-content .list:hover .search-group .follow, .hot-common .hot-content .list:hover .search-group .keyword a, .hot-common .hot-content .list:hover .search-group .range { color: #0084ff } .hot-common .hot-content .hot-list { padding: 0 20px; height: 40px; line-height: 40px; font-size: 16px } .hot-common .hot-content .hot-list .hotcompany { padding-right: 20px } .hot-common .hot-content .hot-list .hotcompany a { color: #333 } .hot-common .hot-content .hot-list .hotcompany a:hover { color: #0084ff } .hot-common .hot-content .hot-list:nth-child(even) { background-color: #fff } .hot-common .hot-content .ranking-top .ranking span { color: #fff; background-color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group { color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group > a { color: #0084ff } .hot-common .hot-content .ranking-top .ranking-group .keyword a { color: #0084ff } .hot-common .hot-content .ranking-tip .ranking .tic-ranking { position: absolute; font-size: 26px; top: -2px; left: 6px; opacity: .9 } .hot-common .hot-content .ranking-tip .ranking .tip1 { color: #fede3b } .hot-common .hot-content .ranking-tip .ranking .tic-ranking.tip2 { color: #c4d2df } .hot-common .hot-content .ranking-tip .ranking .tic-ranking.tip3 { color: #f7aa70 } .hot-common .hot-content .ranking-tip .ranking span { background-color: rgba(0, 0, 0, 0); z-index: 1000 } .hot-common .hot-content .ranking-tip .ranking-group .keyword a, .hot-common .hot-content .ranking-tip .ranking-group .range { color: #0084ff } .hot-common:first-child { margin-left: 0 } .right-rolling { position: relative; max-height: 475px; overflow: hidden } .right-rolling .warp { width: 600px } .right-rolling .content { width: 296px; float: left } .right-rolling .panel { position: absolute; bottom: 5px; width: 100%; text-align: center } .right-rolling .roll { display: inline-block; width: 10px; height: 10px; border-radius: 50%; margin-right: 10px; background: #e0e0e0; cursor: pointer } .right-rolling .roll:last-child { margin-right: 0 } .right-rolling .roll.-active { background: #999 } .right-question .item { padding: 13px 16px 13px; border-bottom: 1px solid #eee; cursor: pointer } .right-question .item:hover { background-color: #f3f3f3 } .right-question .question-content .question { width: 100% } .right-question .question-content .question i.tic { position: absolute; float: left; margin-top: -2px; font-size: 18px; color: #0183fe } .right-question .question-content .question span { -webkit-box-sizing: border-box; box-sizing: border-box; display: inline-block; width: 260px; line-height: 20px; padding-left: 13px; font-size: 14px; color: #333 } .right-question .question-content .question-num { font-size: 12px; margin-left: 37px; line-height: 16px; color: #999 } .right-question .question-content .question-num i { font-style: normal; font-size: 12px; color: #ff3b30 } .right-question .question-content .answer { width: 100%; margin-top: 10px } .right-question .question-content .answer i.tic { float: left; margin-top: -3px; font-size: 18px; color: #0084ff } .right-question .question-content .answer .right-answer-content { position: relative; display: inline-block; width: 229px; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 5; line-clamp: 5; -webkit-box-orient: vertical; max-height: 110px; display: inline-block \9; display: -moz-inline-block; max-height: 109px; font-size: 14px; color: #333 } .right-askEveryone .ask_header { width: 100%; margin-top: -4px; text-align: center; font-size: 16px; font-weight: 700 } .right-askEveryone .ask-center { width: 100%; margin-top: 11px; text-align: center; font-size: 12px } .right-askEveryone .ask-center .ask-item { display: inline-block; float: left; width: 50%; height: 100% } .right-askEveryone .ask-center .ask-item .ask-img { display: inline-block; float: left; width: 100%; height: 68px } .right-askEveryone .ask-center .ask-item .ask-img img.lazy-img { display: inline-block; width: 68px; height: 68px } .right-askEveryone .ask-center .ask-item span.ask-txt { float: left; width: 100%; height: 34px; margin-top: 5px; overflow: hidden; font-size: 12px; text-align: center; line-height: 16px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 32px; display: inline-block \9; display: -moz-inline-block; color: #333 } .right-askEveryone .ask-center .ask-item span.ask-txt .import-txt { font-style: normal; color: #ff3b30 } .right-askEveryone .ask-footer { min-height: 32px; margin-top: 10px; padding: 4px 4px 8px; border-radius: 2px; border: 1px solid transparent; background-color: #f9f9f9 } .right-askEveryone .ask-footer .textarea { float: left; width: 254px; height: 77px; padding: 6px 11px 23px; line-height: 22px; font-size: 14px; color: #333 } .right-askEveryone .ask-footer .textarea:-ms-input-placeholder { color: #999 !important } .right-askEveryone .ask-footer .input-num { right: 12px; bottom: 6px; font-size: 12px } .right-askEveryone .ask-footer .ask-answer { float: right; width: 64px; height: 28px; margin-top: 8px; padding-top: 4px } .right-askEveryone .active-area .textarea { width: 100%; height: 76px } .right-askEveryone .active-area .ask-answer { float: right } .have_question { position: relative; width: 100%; height: 124px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/ask_foryou.png) 0 0 no-repeat; background-size: 100% 100%; cursor: pointer } .have_question .have-question-content { position: absolute; left: 0; bottom: 19px; display: inline-block; width: 100%; height: 60px; padding: 0 17px 0 20px; font-size: 14px; color: #333 } .have_question .have-question-content .tic { float: left; margin: 5px 0 0 18px; font-size: 20px; vertical-align: middle; color: #0183fe } .have_question .have-question-content .have-question-txt { float: right; width: 206px; height: 80%; margin-top: 6px; margin-right: 10px; font-weight: 700; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 44px; display: inline-block \9; display: -moz-inline-block } .have_question:hover div > span { color: #0183fe } .have_question.-text-center .have-question-container .tic { margin: 13px 0 0 18px } .have_question.-text-center .have-question-container .have-question-txt { line-height: 43px } .right-company-notice { padding: 0 16px 16px } .right-company-notice .company-notice-content { max-height: 217px } .right-company-notice .company-notice-content .notice-title { display: inline-block; width: 100%; max-height: 44px; text-align: center; font-size: 14px; font-weight: 700; line-height: 22px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; max-height: 44px; display: inline-block \9; display: -moz-inline-block; color: #333 } .right-company-notice .company-notice-content .notice-time { display: inline-block; width: 100%; font-size: 12px; text-align: right; color: #999 } .right-company-notice .company-notice-content .notice-txt { font-size: 14px; color: #333 } .right-company-notice .company-notice-content .notice-btn-container { padding-top: 19px; padding-bottom: 8px; text-align: center } .right-company-notice .-notice-claim .notice-txt { display: block; margin-top: 8px; text-align: center } .right-claim-company .company-item { float: left; display: inline-block; width: 100%; height: 86px; padding: 16px 16px 22px 27px; border-bottom: 1px solid #f3f3f3; cursor: pointer; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .right-claim-company .company-item .company-item-left { float: left; width: 48px; height: 100%; margin-right: 15px } .right-claim-company .company-item .company-item-left .logo-warp { position: relative; width: 48px; height: 48px; background-color: #fff } .right-claim-company .company-item .company-item-left .logo-warp .lazy-img { float: left; display: inline-block; width: 100%; height: 100%; border-radius: 4px } .right-claim-company .company-item .company-item-left .logo-warp .claim_icon_ok { position: absolute; left: -11px; bottom: -11px; width: 71px; height: 21px } .right-claim-company .company-item .company-item-left .logo-warp .claim_icon_ok .renzheng { display: block; width: 100%; height: 100% } .right-claim-company .company-item .company-item-right { float: left; width: 190px } .right-claim-company .company-item .company-item-right .link-claim, .right-claim-company .company-item .company-item-right .link-click { float: left } .right-claim-company .company-item .company-item-right .link-click { display: inline-block; width: 100%; margin-top: 1px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color: #333 } .right-claim-company .company-item .company-item-right .link-claim { display: inline-block; padding: 0 11px 0 8px; margin-top: 5px; font-size: 12px; line-height: 20px; text-align: center; background-color: rgba(245, 166, 35, .1); border-radius: 2px } .right-claim-company .company-item .company-item-right .link-claim:hover { text-decoration: none } .right-claim-company .company-item:hover { background-color: #f3f3f3 } .right-claim-company .company-item:hover .link-click { text-decoration: none } .right-claim-company .right-rolling { width: 100%; height: 571px; max-height: 571px } .right-claim-company .right-rolling .warp { position: absolute; top: 0; left: 0; width: 1776px; height: 100%; transition: transform 0s, -webkit-transform 0s } .right-claim-company .right-rolling .warp .content { padding: 0 } .right-claim-company .right-rolling .panel { bottom: 18px } .modal .modal-content .modal-company-notice .company-notice-title { text-align: center; font-size: 14px; font-weight: 700; color: #333 } .modal .modal-content .modal-company-notice .company-notice-content { margin-top: 15px; font-size: 14px; color: #333 } .modal .modal-content .modal-company-notice .company-notice-time { margin-top: 15px; text-align: right; font-size: 12px; color: #999 } .vip-pay { text-align: center } .vip-pay .header { position: relative; background: #ff7d18; color: #fff } .vip-pay .header .content { font-size: 16px; line-height: 40px } .vip-pay .close { font-size: 14px; position: absolute; right: 15px; top: 10px; cursor: pointer } .vip-pay .renewheader { height: 36px; padding: 0 20px; text-align: left; line-height: 36px; background: rgba(255, 125, 25, .05); color: #ff7d18 } .vip-pay .renewheader .tic-tips { margin-right: 6px } .vip-pay .renewheader.-nobg { background: 0 0 } .vip-pay .subheader { position: relative; height: 36px; padding: 0 20px; line-height: 36px; background: #fbfbfb; color: #333 } .vip-pay .subheader.-nobg { background: 0 0 } .vip-pay .demo { padding-left: 10px; font-size: 12px; color: #666 } .vip-pay .body { padding-top: 25px; padding-bottom: 0 } .vip-pay .btn-box { display: inline-block; width: 140px; padding-top: 20px; padding-bottom: 12px } .vip-pay .invoice { height: 22px; margin-top: 5px; font-size: 12px; line-height: 22px; color: #ff3b30; background-image: url(https://cdn.tianyancha.com/wap/images/invoice_bg.png); background-position: center; background-repeat: no-repeat } .vip-pay .vip-all-right { color: #ff7d18; position: absolute; right: 20px; font-size: 12px; cursor: pointer } .vip-pay .err-msg { font-size: 12px; color: #ff3b30 } .vip-pay.-mask-white { background: #fff; margin: 0 auto; -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .3); box-shadow: 0 5px 15px rgba(0, 0, 0, .3) } .vip-pay.-mask-equity { background: rgba(255, 255, 255, .85); margin: 0 auto } .vip-pay.-mask-equity .header { display: none } .vip-pay.-mask-equity .subheader { background-color: #fff } .vip-pay.-mask-risk { background: rgba(255, 255, 255, .85); margin: 0 auto } .vip-pay.-mask-risk .subheader { background: rgba(255, 255, 255, .1) } .vip-pay.-claim .header { background: #ffaf25 } .vip-pay-order { padding: 30px 20px 0; text-align: left } .vip-pay-order .pay-title { margin-bottom: 10px; line-height: 28px } .vip-pay-order .pay-price { display: inline-block; vertical-align: middle; color: #333 } .vip-pay-order .end-price { font-size: 16px; color: #ff3b30 } .vip-pay-order .discount { display: inline-block; vertical-align: middle; font-size: 12px; color: #ff3b30 } .vip-pay-order .pay-item { display: inline-block; vertical-align: top } .vip-pay-order .modal-claim-tip .tip-title { font-size: 16px } .vip-pay-order .modal-claim-tip .tip-val { font-size: 14px } .vip-pay-order .modal-claim-tip .tip-title, .vip-pay-order .modal-claim-tip .tip-val { display: inline-block; width: 100%; line-height: 22px; color: #333 } .vip-pay-order .modal-claim-tip .warp { width: 489px; left: 30px; top: -9px } .vip-pay-order .modal-claim-tip .triangle { top: 10px; left: -21px; -webkit-transform: rotate(-90deg); transform: rotate(-90deg) } .vip-pay-order.-renew { padding-top: 20px } .vip-pay-order.-next { padding-top: 0 } .vipintro-pay-title { position: absolute; top: 34px; left: 114px; color: #ff7d18; font-size: 20px; line-height: 20px } .viprenew-pay-title { position: absolute; top: 25px; left: 114px; color: #ff7d18; font-size: 16px; line-height: 22px; text-align: left } .vip-pay-succ { text-align: center; padding: 40px 32px 60px } .vip-pay-succ .title { padding-top: 23px; font-size: 24px; padding-bottom: 8px } .vip-pay-succ .succ-icon { color: #0084ff; font-size: 64px; line-height: 64px } .vip-outer-holding { width: 100%; border: 1px solid #f3f3f3; padding: 35px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_zzsyr.png); background-size: 100% } .vip-outer-sjkzq { width: 100%; border: 1px solid #f3f3f3; padding: 70px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_sjkzq.png); background-size: 100% } .vip-outer-cwjx { width: 100%; border: 1px solid #f3f3f3; padding: 56px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_cwjx.png); background-size: 100% } .vip-outer-history { width: 100%; border: 1px solid #f3f3f3; padding: 52px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_past.png); background-size: 100% } .vip-outer-human-role { width: 100%; border: 1px solid #f3f3f3; padding: 47px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_syjs.png); background-size: 100% } .vip-outer-human-company { width: 100%; border: 1px solid #f3f3f3; padding: 67px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_sygs.png); background-size: 100% } .vip-outer-human-holding { width: 100%; border: 1px solid #f3f3f3; padding: 54px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_sjkzq.png); background-size: 100% } .vip-outer-human-past { width: 100%; border: 1px solid #f3f3f3; padding: 58px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_human_past.png); background-size: 100%; margin-top: 10px } .vip-outer-search { width: 100%; border: 1px solid #f3f3f3; padding: 60px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/search_vip_1105.png); background-size: 100% } .vip-outer-equity { width: 100%; border: 1px solid #f3f3f3; padding: 0 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/equitymask.png); background-size: 100% } .vip-outer-risk { width: 100%; border: 1px solid #f3f3f3; padding: 0 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/risk-vip-mask-bg.png); background-size: 100% } .vipintro-pay-outer { position: relative } .vip-outer-relation { width: 100%; border: 1px solid #f3f3f3; padding: 79px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/short-path-bg1.png); background-size: 100%; border: 0; margin: 0 auto } .vip-outer-map { width: 100%; border: 1px solid #f3f3f3; padding: 40px 0; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/vip_mask_map.png); background-size: 100%; border: 0 } .claim-pay-outer { position: relative; margin-bottom: 6px; border-bottom: 1px solid #f3f3f3 } .claim-pay-outer .inner { position: absolute; top: 16px; left: 114px; text-align: left } .claim-pay-outer .inner .title { color: #ffaf25; font-size: 20px; line-height: 54px } .claim-pay-outer .inner .title .pre-package { color: #333 } .claim-pay-outer .inner .title .tic-img_popup_arrows { position: relative; font-size: 13px; color: rgba(255, 175, 37, .5) } .claim-pay-outer .inner .title .tic-img_popup_arrows:after { position: absolute; top: -13px; left: 0; line-height: 16px; font-size: 12px; color: #666; content: '升级' } .claim-pay-outer .inner .intro { padding-top: 7px } .claim-pay-outer img { vertical-align: top } .vip-check { position: relative; display: inline-block; vertical-align: top; width: 150px; height: 86px; padding-top: 20px; border: 1px solid #eee1af; margin-right: 6px; background-color: #fff; cursor: pointer } .vip-check:last-child { margin-right: 0 } .vip-check .bottom, .vip-check .top { position: absolute; right: 0; display: none; border-style: solid } .vip-check .icon { position: absolute; font-size: 14px; line-height: 1em; color: #fff } .vip-check .top { top: 0; border-width: 0 28px 28px 0; border-color: transparent #f3f3f3 transparent transparent } .vip-check .top .icon { top: -1px; right: -30px } .vip-check .bottom { bottom: 0; border-width: 28px 28px 0 0; border-color: transparent #f3f3f3 transparent transparent } .vip-check .bottom .icon { right: -26px; bottom: 0 } .vip-check.-active .bottom, .vip-check.-active .top { display: block } .vip-check.-active .top { border-color: transparent #ff7d18 transparent transparent } .vip-check.-active .bottom { border-color: transparent #ff7d18 transparent transparent } .vip-check .box { font-size: 14px } .vip-check .price { font-size: 30px } .vip-check .recommend { position: absolute; top: -1px; left: -1px; width: 36px; height: 26px; font-size: 12px; line-height: 26px; background-color: #ff3b30; color: #fff } .vip-check .tips { margin-top: -4px; font-size: 12px; color: #666 } .vip-check .tips em { color: #ff7d18 } .vip-check.-popup { width: 150px; height: 90px; padding-top: 20px; border-color: #f3f3f3 } .vip-check.-popup .tip { margin-top: 0 } .vip-check.-active { border: 1px solid #ff7d18; color: #ff7d18 } .vip-check:hover { border: 1px solid #ff7d18 } .vip-check.-tips { padding-top: 13px } .vip-check-renew { border-radius: 2px } .vip-check-renew .pricewarp { line-height: 20px; color: #333 } .vip-check-renew .price { font-size: 20px; color: #ff7d18 } .vip-check-renew .year { font-size: 18px } .vip-check-renew .divide { font-size: 16px } .vip-check-renew .prime { color: #666 } .vip-check-renew .give { padding-top: 5px; font-size: 12px; color: #333 } .vip-check-renew .give-icon { display: inline-block; width: 14px; height: 14px; margin-right: 4px; color: #ff7d18 } .vip-check-renew .recommend { width: 30px; height: 16px; border-radius: 2px; line-height: 16px } .vip-check-renew.-popup { width: 160px; height: 96px; padding-top: 15px } .vip-check-renew:hover { border: 1px solid #ff7d18 } .check-warp { text-align: center } .vip-intro { position: relative; padding-bottom: 20px } .vip-intro .head { padding-bottom: 12px; font-size: 14px; line-height: 16px; text-align: left; color: #ff7d18 } .vip-intro .mainhead { padding-right: 10px; font-size: 16px } .vip-intro .linkintro { float: right; font-size: 12px } .vip-intro .sub-title { color: #666; padding-top: 5px; font-size: 12px } .vip-intro .demo-click { position: absolute; top: -19px; line-height: 19px; right: 0; font-size: 14px } .vip-intro .vip-intro-img { width: 720px; margin: 5px auto 0; vertical-align: middle } .vip-intro-warp { padding: 0 30px } .vip-pay-type { padding-bottom: 15px } .vip-pay-type .head { padding: 7px 0; border-top: 1px dashed #f3f3f3 } .vip-pay-type .left { width: 140px; float: left } .vip-pay-type .right { margin-left: 155px } .vip-pay-type .qrcode-box { padding: 20px; text-align: center } .vip-pay-type .help-img { display: inline-block; vertical-align: top; width: 172px; height: 156px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: 0 0 } .vip-pay-type .help-logo { display: inline-block; font-size: 35px; color: #666 } .vip-pay-type .help-text { display: inline-block; font-size: 12px; letter-spacing: 3px; color: #666 } .vip-pay-type .qrcode-md { width: 144px; height: 144px; padding: 5px; background-color: #fff } .vip-type-item { position: relative; display: inline-block; width: 238px; height: 95px; padding-top: 25px; border: 1px solid #f3f3f3; background-color: #fff; cursor: pointer } .vip-type-item .bottom, .vip-type-item .top { position: absolute; right: 0; display: none; border-style: solid } .vip-type-item .icon { position: absolute; font-size: 14px; line-height: 1em; color: #fff } .vip-type-item .top { top: 0; border-width: 0 20px 20px 0; border-color: transparent #f3f3f3 transparent transparent } .vip-type-item .top .icon { top: -1px; right: -22px } .vip-type-item .bottom { bottom: 0; border-width: 20px 20px 0 0; border-color: transparent #f3f3f3 transparent transparent } .vip-type-item .bottom .icon { right: -18px; bottom: 0 } .vip-type-item.-active .bottom, .vip-type-item.-active .top { display: block } .vip-type-item.-active .top { border-color: transparent #ff7d18 transparent transparent } .vip-type-item.-active .bottom { border-color: transparent #ff7d18 transparent transparent } .vip-type-item .wx, .vip-type-item .zfb { margin: 0 auto } .vip-type-item .wx { width: 144px; height: 44px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -172px -103px } .vip-type-item .zfb { width: 121px; height: 42px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -316px -103px } .vip-type-item.-active { border: 1px solid #ff7d18 } .vip-type-item.-claim.-active { border: 1px solid #ffaf25 } .vip-type-item.-claim.-active .top { border-right-color: #ffaf25 } .vip-type-item.-disabled { cursor: no-drop } .vip-type-item.-xs { width: 140px; height: 46px; padding-top: 3px } .vip-type-item.-xs .wx { margin-top: 3px; width: 108px; height: 35px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -214px -218px } .vip-type-item.-xs .zfb { width: 107px; height: 37px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -284px -156px } .vip-type-item.-sm { width: 150px; height: 50px; padding-top: 8px; margin-right: 10px } .vip-type-item.-sm .wx { width: 112px; height: 31px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -322px -218px } .vip-type-item.-sm .zfb { width: 87px; height: 33px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -391px -156px } .vip-page-arrow { position: relative; background: #f9f9f9 } .vip-page-arrow:after { content: ''; position: absolute; left: -8px; top: 16px; border-width: 8px 8px 8px 0; border-color: transparent; border-right-color: #f9f9f9; border-style: solid } .vip-invite { position: relative; float: right; color: #666 } .vip-invite .tooglebox { position: absolute; right: 0; top: 41px; z-index: 1; width: 350px; padding: 17px 15px; border: 1px solid #ff7d18; background: #fffcfa } .vip-invite .tooglebox:after, .vip-invite .tooglebox:before { content: ''; border-width: 0 8px 10px; border-color: transparent; position: absolute; right: 30px; border-style: solid } .vip-invite .tooglebox:after { top: -10px; border-bottom-color: #fff } .vip-invite .tooglebox:before { top: -11px; border-bottom-color: #ff7d18 } .vip-invite .toggleqrcode { padding-top: 4px; font-size: 12px; line-height: 1em; text-align: center } .vip-invite .get-text { color: #ff7d18 } .vip-invite .get { font-size: 12px } .vip-invite .sm-text { padding-top: 10px; padding-bottom: 6px } .vip-invite.-claim .tooglebox { border-color: #ffaf25 } .vip-invite.-claim .tooglebox:before { border-bottom-color: #ffaf25 } .invite-close { position: absolute; right: 10px; top: 10px; font-size: 12px; line-height: 1em; color: #666; cursor: pointer } .vip-pop-clear { position: absolute; margin: 8px 0 0 0; cursor: pointer; width: 15px; left: 215px; top: 0 } .vip-friend { padding-top: 10px; padding-left: 60px; padding-right: 60px; padding-bottom: 20px; text-align: left } .vip-friend .get-code { float: right; font-size: 12px; margin-left: 5px; margin-right: 80px; color: #ff7d18; cursor: pointer } .vip-friend .end-price { font-size: 16px; color: #ff3b30 } .vip-friend .discount { display: inline-block; vertical-align: middle; font-size: 12px; color: #ff3b30 } .vip-friend .err-msg { color: #ff3b30 } .vip-friend-group { position: relative; color: #666 } .vip-friend-group .row { height: 32px; line-height: 30px; margin-top: 10px } .vip-friend-group .vip-friend-left { float: left; width: 16.66666667%; text-align: right; height: 30px; line-height: 30px; padding-right: 10px } .vip-friend-group .vip-friend-right { float: left; margin-bottom: 24px; width: 83.33333333% } .vip-friend-group .order-invite-msg-friends { color: #ff3b30; font-size: 12px; line-height: 24px; position: absolute } .vip-friend-group input { padding-left: 8px; border-radius: 0 } .vip-friend-group .toggle-qrcode-box { display: none; position: absolute; right: 53px; -webkit-box-shadow: 0 0 11px 5px #eee; box-shadow: 0 0 11px 5px #eee; padding: 10px; margin-top: 8px; background: #fff } .vip-friend-group .get-code:hover .toggle-qrcode-box { display: block } .vip-friend-group .lh-1em { line-height: 1em } .vip-friend-group .sec-c3 { color: #666 } .vip-friend-group .pt14 { padding-top: 14px } .vip-friend-group .pt6 { padding-top: 6px } .vip-friend-group .mb60 { margin-bottom: 60px } .vip-friend-group .mt60 { margin-top: 60px } .vip-friend-order { margin: 20px 20px 28px; padding: 20px; font-size: 14px; background-color: #fff8f2; line-height: 28px; text-align: left } .vip-friend-order .friends-phone { line-height: 45px; border-bottom: 1px dotted #f3f3f3; font-size: 18px } .vip-friend-order .taocan { margin-top: 10px; line-height: 34px } .vip-friend-order .finalPrice { line-height: 34px } .vip-renew .mobile-warp { position: relative; display: inline-block } .vip-renew .mobile-box { display: inline-block; vertical-align: top } .vip-renew .mobile-left { line-height: 32px; color: #ff7d18 } .vip-renew .mobile-right { width: 294px; line-height: 32px } .vip-renew .err-mobile-msg { position: absolute; bottom: -26px; left: 200px; font-size: 12px; color: #ff3b30 } .vip-renew .err-mobile-msg.-mask { bottom: -19px } .ruby-check-boxs { width: 100px; height: 32px; line-height: 32px; display: inline-block; border: 1px solid #e0e0e0; font-size: 16px; position: relative; cursor: pointer; margin-right: 4px } .ruby-check-boxs .rightTB { width: 0; height: 0; border-style: solid; border-width: 0 0 20px 20px; right: 0; bottom: 0; font-size: 10px; border-color: transparent transparent #e0e0e0 transparent; position: absolute } .ruby-check-boxs .icon { font-size: 12px; right: 0; bottom: -12px; color: #fff; position: absolute } .ruby-check-boxs.active { border: 1px solid #ff7d18; color: #ff7d18 } .ruby-check-boxs.active .rightTB { border-color: transparent transparent #ff7d18 transparent } .vip-ruby .vipColor { color: #ff7d18 } .vip-ruby .ml15 { margin-left: 15px } .vip-ruby .in-block { display: inline-block } .vip-ruby .c-s-title { color: #666 } .vip-ruby .wx_pay_box { padding: 5px; background-color: #fff; text-align: center } .vip-ruby .box { display: inline-block; text-align: center; border: 1px solid #e0e0e0 } .vip-ruby .succ-icon { color: #ff7d18; font-size: 45px } .vip-ruby .f18 { font-size: 18px } .num-investment-ratio { color: #ff3b30 } .num-position { color: #ff3b30 } .num-investment-rate { color: #ff3b30 } .num-shareholding-ratio { color: #ff3b30 } .num-company { color: #ff3b30 } .num-human { color: #ff3b30 } .num-brand { color: #ff3b30 } .num-company-distributed { color: #ff3b30 } .num-legal { color: #ff7d18 } .num-equity { color: #ff7d18 } .num-opening { color: #079c49 } .num-cancel { color: #ff3b30 } .num-high { color: #ff3b30 } .num-low { color: #079c49 } .num-rise-fall { color: #ff3b30 } .num-fall-stop { color: #079c49 } .num-dagudong { background-color: #ff3b30 } .num-stock-quotes { padding: 0 10px; display: inline-block } .num-stock-quotes .trend { font-size: 28px } .num-stock-quotes .trendpart { display: inline-block; margin-left: 10px; font-size: 12px; line-height: 15px } .num-stock-quotes .fill { color: #079c49 } .num-stock-quotes .rise { color: #ff3b30 } .num-total { padding: 0 4px; color: #ff3b30 } .num-total.-left { padding-left: 0 } .num-toco:after, .num-toco:before { content: ' ' } .text-image { position: relative; padding-left: 46px; text-align: left } .text-image .logo, .text-image .logo-text { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .text-image-human { text-align: left } .text-image-human .right { float: right; line-height: 36px } .text-image-human .lazy-img { margin-right: 8px } .text-image-human .name { position: relative; display: inline-block; vertical-align: middle } .text-image-human .name .link-click { display: inline-block; max-width: 188px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .link-click { color: #0084ff; cursor: pointer } .link-click:active, .link-click:focus, .link-click:hover { color: #0084ff } .link-click:hover { text-decoration: underline } .link-hover-click { color: #333; cursor: pointer } .link-hover-click:active, .link-hover-click:focus, .link-hover-click:hover { color: #0084ff } .link-sub-hover-click { color: #666; cursor: pointer } .link-sub-hover-click:active, .link-sub-hover-click:focus, .link-sub-hover-click:hover { color: #0084ff } .link-hover { cursor: pointer } .link-hover:active, .link-hover:focus, .link-hover:hover { color: #0084ff } .link-hover-underline { cursor: pointer } .link-hover-underline:active, .link-hover-underline:focus, .link-hover-underline:hover { color: #0084ff } .link-hover-underline:hover { text-decoration: underline } .link-vip { color: #ff7d18; cursor: pointer } .link-vip:active, .link-vip:focus, .link-vip:hover { color: #ff7d18 } .link-vip:hover { text-decoration: underline } .link-vip-noline { color: #ff7d18; cursor: pointer } .link-vip-noline:active, .link-vip-noline:focus, .link-vip-noline:hover { color: #ff7d18 } .link-vip-noline.-nav:active, .link-vip-noline.-nav:focus, .link-vip-noline.-nav:hover { font-weight: 700 } .link-vip-noline.-home:active, .link-vip-noline.-home:focus, .link-vip-noline.-home:hover { font-weight: 700 } .link-hovervip { color: #333; cursor: pointer } .link-hovervip:active, .link-hovervip:focus, .link-hovervip:hover { color: #ff7d18 } .link-hovervip:hover { text-decoration: underline } .link-sub-vip { color: #666; cursor: pointer } .link-sub-vip:active, .link-sub-vip:focus, .link-sub-vip:hover { color: #ff7d18 } .link-sub-vip:hover { text-decoration: underline } .link-darkerbg { color: #333; cursor: pointer } .link-darkerbg:active, .link-darkerbg:focus, .link-darkerbg:hover { color: #ff7d18 } .link-darkerbg:hover { text-decoration: underline } .link-white { color: #fff; cursor: pointer } .link-white:active, .link-white:focus, .link-white:hover { color: #fff; font-weight: 700 } .link-white-hover { color: #fff; cursor: pointer } .link-white-hover:active, .link-white-hover:focus, .link-white-hover:hover { color: #0084ff } .link-claim { color: #ffaf25; cursor: pointer } .link-claim:active, .link-claim:focus, .link-claim:hover { color: #ffaf25 } .link-claim:hover { text-decoration: underline } .link-white-underline { color: #666; cursor: pointer } .link-white-underline:focus, .link-white-underline:hover { text-decoration: underline; color: #fff } .link-white-underline.-block { display: block } .link-nav { color: #333; cursor: pointer } .link-nav:active, .link-nav:focus, .link-nav:hover { color: #0084ff } .link-error { color: #ff3b30; cursor: pointer } .link-error:active, .link-error:focus, .link-error:hover { color: #ff3b30 } .link-error:hover { text-decoration: underline } .link-sub-title { color: #666; cursor: pointer } .link-sub-title:active, .link-sub-title:focus, .link-sub-title:hover { color: #666 } .link-sub-title:hover { text-decoration: underline } .link-tips { color: #999; cursor: pointer } .link-tips:active, .link-tips:focus, .link-tips:hover { color: #999 } .link-tips:hover { text-decoration: underline } .link-warp a { color: #0084ff; cursor: pointer } .link-warp a:active, .link-warp a:focus, .link-warp a:hover { color: #0084ff } .link-warp a:hover { text-decoration: underline } .link-spacing { margin-left: 8px } .link-footer { color: rgba(255, 255, 255, .56); cursor: pointer } .link-footer:active, .link-footer:focus, .link-footer:hover { color: #fff } .link-footer.-block { display: block } .pagination { display: inline-block; padding-left: 0; margin: 20px 0 0 0; font-size: 0 } .pagination li { list-style: none; display: inline } .pagination .num { display: inline-block; min-width: 30px; padding: 5px; font-size: 12px; vertical-align: middle; text-align: center; color: #0084ff; border: 1px solid rgba(0, 132, 255, .2); text-decoration: none; cursor: pointer; -webkit-transition: all .2s cubic-bezier(.075, .82, .165, 1); transition: all .2s cubic-bezier(.075, .82, .165, 1) } .pagination .num:hover { color: #0084ff; background-color: rgba(0, 132, 155, .05); border-color: #0084ff } .pagination .num.-current { border: 0; color: #333; background-color: transparent; cursor: default } .pagination .num:first-child { margin-left: 0 } .pagination li + li { margin-left: 10px } .pagination.-risk { margin: 16px 0 40px } .pagination.-risk .num { padding: 3px 5px; line-height: 12px; height: auto; min-width: 20px; background-color: transparent; border-color: transparent; color: #ff7d18 } .pagination.-risk .num.-current { border: 0; color: #333 } .pagination.-risk .num.-next, .pagination.-risk .num.-prev { min-width: 32px } .pagination.-risk .num:hover { background-color: transparent; border-color: transparent; text-decoration: underline } .pagination.-risk li + li { margin-left: 0 } .riskLoading .modal-successBox2 { margin-top: 55px !important } .tooltip-common { font-size: 12px; line-height: 14px; position: absolute; z-index: 2 } .tooltip-common .inner { max-width: 200px; padding: 3px 8px; text-align: center; border-radius: 2px } .tooltip-common .arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid } .tooltip-common.-top { padding-bottom: 8px } .tooltip-common.-top .arrow { bottom: 3px; border-width: 5px 5px 0; border-top-color: #0084ff; left: 50%; margin-left: -5px } .tooltip-common.-left { padding-left: 8px } .tooltip-common.-left .arrow { left: 4px; border-width: 5px 5px 5px 0; border-right-color: #0084ff; margin-top: -5px; top: 50% } .tooltip-common.-vip { display: inline-block; margin-top: 3px; color: #ff7d18 } .tooltip-common.-vip .inner { border-radius: 0; background: #fff; border: 1px solid #f3f3f3; -webkit-box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); position: relative } .tooltip-common.-vip .inner:after { content: ''; border-width: 6px 6px 6px 0; border-color: transparent; border-right-color: #fff; position: absolute; left: -4px; top: 4px; border-style: solid } .tooltip-common.-vip .arrow { -webkit-box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); box-shadow: 1px 1px 5px 1px rgba(204, 204, 204, .5); width: 8px; height: 8px; border: none; left: 6px; margin-top: -4px; background: #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .tooltip-common.-click { color: #0084ff } .tooltip-common.-progress { margin-right: -15px; right: 0; bottom: 7px } .tooltip-common.-progress .inner { max-width: 250px; padding: 1px 4px; color: #fff; text-align: left; text-decoration: none; background-color: #0084ff; border-radius: 2px; -webkit-box-shadow: 0 2px 8px #0084ff; box-shadow: 0 2px 8px #0084ff; min-height: 16px } @-webkit-keyframes tooltip-box-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } @keyframes tooltip-box-pop-hide { 99% { opacity: 1 } 100% { opacity: 0 } } .tooltip-box { -webkit-animation-duration: 3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; text-align: center } .tooltip-box .content { width: auto; height: auto; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); border-radius: 4px } .tooltip-box:before { content: ''; position: absolute; top: -4px; border-top-color: #fff; border-right-color: transparent; border-bottom-color: transparent; border-left-color: #fff; -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); border-radius: 2px; border-width: 4px; border-style: solid; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .tooltip-box .content { padding: 0 16px; white-space: nowrap; font-size: 16px; line-height: 48px; text-align: left; color: #333 } .tooltip-box .icon { padding-right: 8px } .tooltip-box .close { font-size: 14px; padding-left: 17px } .tooltip-box .hint { color: #f7ad24 } .tooltip-box.animate { display: none; -webkit-animation-name: tooltip-box-pop-hide; animation-name: tooltip-box-pop-hide } .tooltip-box.show { display: block } .tag { display: inline-block; border: 1px solid #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; white-space: nowrap } .tag-status-warn { color: #ff3b30; background-color: #fff; border-color: #ff3b30; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-status-warn:focus, .tag-status-warn:hover { color: #ff3b30; background-color: #fff; border-color: #ff3b30 } .tag-status-warn:active { color: #ff3b30; background-color: #fff; border-color: #ff3b30 } .tag-status-normal { color: #079c49; background-color: #fff; border-color: #079c49; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-status-normal:focus, .tag-status-normal:hover { color: #079c49; background-color: #fff; border-color: #079c49 } .tag-status-normal:active { color: #079c49; background-color: #fff; border-color: #079c49 } .tag-new-category { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-new-category:focus, .tag-new-category:hover { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3 } .tag-new-category:active { color: #0084ff; background-color: rgba(0, 132, 255, .1); border-color: #f3f3f3 } .tag-new-category .line:after { content: '丨'; padding-left: 2px; padding-right: 2px } .tag-new-category .bond-name { padding-left: 10px } .tag-company-status-warn { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-company-status-warn:focus, .tag-company-status-warn:hover { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3 } .tag-company-status-warn:active { color: #ff3b30; background-color: rgba(255, 59, 48, .1); border-color: #f3f3f3 } .tag-company-status-normal { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-company-status-normal:focus, .tag-company-status-normal:hover { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3 } .tag-company-status-normal:active { color: #079c49; background-color: rgba(7, 156, 73, .1); border-color: #f3f3f3 } .tag-history-name { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714; border: none } .tag-history-name:focus, .tag-history-name:hover { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3 } .tag-history-name:active { color: #c66ef2; background-color: rgba(198, 110, 242, .1); border-color: #f3f3f3 } .tag-dissent { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-dissent:focus, .tag-dissent:hover { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3 } .tag-dissent:active { color: #ffaf25; background-color: rgba(255, 255, 255, .4); border-color: #f3f3f3 } .tag-vip { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent; font-size: 12px; padding: 0 8px; line-height: 1.5714285714 } .tag-vip:focus, .tag-vip:hover { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent } .tag-vip:active { color: #ff7d18; background-color: rgba(255, 125, 24, .1); border-color: transparent } .tag-risk-count { min-width: 67px; font-size: 16px; padding: 0 8px; line-height: 22px; border-color: rgba(255, 95, 87, .3); color: #ff5f57; background-color: rgba(255, 95, 87, .1); border-radius: 4px; font-size: 14px } .tag-risk-intro { vertical-align: top; display: inline-block; font-size: 12px; padding: 1px 4px; border: 1px solid; border-radius: 2px; line-height: 16px } .tag-risk-intro.-warn { border-color: #ff7d18; color: #ff7d18 } .tag-risk-intro.-notice { border-color: #c66ef2; color: #c66ef2 } .tag-risk-intro.-risk { border-color: #ff3b30; color: #ff3b30 } .tag-risk-intro.-normal { border-color: #079c49; color: #079c49 } .tag-risk-intro.-primary { border-color: #0084ff; color: #0084ff } .tag-risk-intro.-tyc-title { margin-top: -3px } .tag-mr { margin-right: 8px } .tag-label { display: inline-block; border: 1px solid #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; white-space: nowrap; border: none; padding: 0 8px; font-size: 12px; color: #666; background: #f1f1f1 } .tag-common { display: inline-block; vertical-align: top; padding: 0 8px; border: 1px solid transparent; line-height: 1.5714285714; height: 20px; border-radius: 2px; font-size: 12px; text-align: center; white-space: nowrap } .tag-common .line:after { content: '丨'; padding-left: 2px; padding-right: 2px } .tag-common .bond-name { padding-left: 10px } .tag-common.-primary { color: #449de6; background-color: rgba(68, 157, 230, .1) } .tag-common.-risk { color: #f38585; background-color: rgba(243, 133, 133, .1) } .tag-common.-warn { color: #ec9662; background-color: rgba(236, 150, 98, .1) } .tag-common.-normal { color: #079c49; background-color: rgba(7, 156, 73, .1) } .tag-common.-history { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-notice { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-vip { color: #ec9662; background-color: rgba(236, 150, 98, .1) } .tag-common.-hint { color: #d4ae46; background-color: rgba(212, 174, 70, .1) } .tag-common.-organize { color: #4bc4cf; background-color: rgba(75, 196, 207, .1) } .tag-common.-own-label { color: #666; background-color: rgba(102, 102, 102, .1) } .tag-common.-location { color: #757dd3; background-color: rgba(117, 125, 211, .1) } .tag-common.-primary-bg { color: #449de6; border-color: #449de6 } .tag-common.-risk-bg { color: #f38585; border-color: #f38585 } .tag-common.-warn-bg { color: #ec9662; border-color: #ec9662 } .tag-common.-normal-bg { color: #079c49; border-color: #079c49 } .tag-common.-history-bg { color: #757dd3; border-color: #757dd3 } .tag-common.-notice-bg { color: #757dd3; border-color: #757dd3 } .tag-common.-vip-bg { color: #ec9662; border-color: #ec9662 } .tag-common.-hint-bg { color: #d4ae46; border-color: #d4ae46 } .tag-common.-organize-bg { color: #4bc4cf; border-color: #4bc4cf } .tag-common.-own-label-bg { color: #666; border-color: #666 } .tag-common.-location-bg { color: #757dd3; border-color: #757dd3 } .tag-common + .tag-common { margin-left: 8px } .tips-num { color: #ff3b30 } .tips-num:after, .tips-num:before { content: ' ' } .tips-rate { color: #ff3b30 } .tips-vip { color: #ff7d18 } .tips-msg { position: relative; display: inline-block; height: 20px; padding: 2px 4px; border-radius: 2px; font-size: 12px; line-height: 16px; background: #ff3b30; color: #fff; white-space: nowrap; -webkit-font-smoothing: auto } .tips-msg .content { font-weight: 400 } .tips-msg:after { content: ''; position: absolute; bottom: -6px; left: 4px; width: 0; height: 0; border-width: 3px 3px; border-style: solid; border-color: #ff3b30 transparent transparent #ff3b30 } .tips-msg .line { position: relative; display: inline-block; margin-left: 4px; padding-left: 5px } .tips-msg .line:after { content: ''; position: absolute; top: 3px; left: 0; width: 1px; height: 10px; border-left: 1px solid rgba(255, 255, 255, .5) } .tips-msg.tips-vip { background: #ff7d18 } .tips-msg.tips-vip:after { border-color: #ff7d18 transparent transparent #ff7d18 } .tips-msg.-nav { position: absolute; top: -7px; left: 100%; z-index: 1; margin-left: -32px } .tips-msg.-list { position: absolute; top: -4px; left: 100%; margin-left: -28px } .tips-msg.-userbox { position: absolute; top: -28px; right: -20px } .tips-msg.-user { position: relative; top: -20px } .tips-msg-num { display: inline-block; height: 16px; min-width: 16px; padding: 0 4px; border-radius: 8px; font-size: 12px; line-height: 16px; text-align: center; font-weight: 400; background: #ff3b30; color: #fff } .tips-msg-num.-nav { position: absolute; right: 3px; top: -2px } .tips-msg-num.-list { position: absolute; left: 88px; top: -2px } .tips-msg-num.-user { position: relative; top: -14px } .tips-point { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background-color: #ff3b30 } .tips-point.-md { width: 12px; height: 12px } .tips-point.-nav { position: absolute; right: 24px; top: 14px } .tips-point.-watch { position: absolute; top: 22px; left: 10px } .tips-point.-user { vertical-align: top } .tips-point.-list { position: absolute; top: 5px; margin-left: 2px } .tips-errmsg { font-size: 12px; color: #ff3b30 } .tips-err { color: #ff3b30 } .tips-price { color: #ff3b30 } .tips-hint { color: #999 } .tips-text { color: #333 } .tips-hintmsg { font-size: 12px; color: #999 } .tips-sub-title { color: #666 } .tips-watch { font-size: 12px } .tips-watch.-modal { float: right; font-size: 14px } .tips-count { display: inline-block; font-size: 14px; margin-left: 12px; font-weight: 400 } .tips-count .hint { padding: 0 2px; color: #0084ff } .tips-block-data { display: inline-block; vertical-align: baseline; margin-left: 16px; font-weight: 400; font-size: 14px; color: #999 } .tips-claim { font-size: 12px; font-weight: 400; color: #333 } .tips-toco:after { content: ' >' } .lazy-img { text-align: left; display: inline-block; vertical-align: middle } .lazy-img .img { display: none } .lazy-img.-alias .logo { display: none } .lazy-img.-alias .logo-text { display: block } .lazy-img.-image .logo-text { display: none } .lazy-img.-image .logo { display: block } .lazy-img.-image .img { display: block } .lazy-img.-text { display: table-row; border: 0 } .lazy-img.-text td { padding: 0; border: 0 } .lazy-img.-text td.-w36 { width: 44px; text-align: left } .lazy-img.-text td.-w64 { width: 72px; text-align: left } .lazy-img.-text td.-w88 { width: 96px; text-align: left } .lazy-img.-text td.-w100 { width: 108px; text-align: left } .lazy-img.-grow { width: 100% } img.lazy-img { opacity: 0; height: 0 } img.lazy-img.-image { opacity: 1; height: auto } .push-msg { position: fixed; top: 74px; z-index: 1030; width: 100%; background: #fff8d9; line-height: 34px; height: 34px; text-align: center; cursor: pointer } .push-msg .content { max-width: 80%; display: inline-block; vertical-align: top; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .push-msg .click { display: inline-block; vertical-align: top; margin-left: 12px } .push-msg .close { position: absolute; top: 0; right: 12px; font-size: 12px; cursor: pointer; -webkit-transform: scale(.83); transform: scale(.83) } .push-msg.-primary { background: #e6f3ff } .push-msg.-action { -webkit-animation: push-msg .5s ease-out 1; animation: push-msg .5s ease-out 1 } .push-msg.-remove { -webkit-animation: remove-msg .5s ease-out 1; animation: remove-msg .5s ease-out 1 } .push-body { padding-top: 34px } .body-action { -webkit-transition: padding-top .5s ease-out; transition: padding-top .5s ease-out } .body-action.-home .push-msg { top: 0 } .body-action.-home .push-msg .close { right: 0 } @-webkit-keyframes push-msg { 0% { margin-top: -34px } 100% { margin-top: 0 } } @keyframes push-msg { 0% { margin-top: -34px } 100% { margin-top: 0 } } @-webkit-keyframes remove-msg { 0% { margin-top: 0 } 100% { margin-top: -34px } } @keyframes remove-msg { 0% { margin-top: 0 } 100% { margin-top: -34px } } .faces-editor { overflow: auto; outline: 0 } .faces-editor.input { white-space: nowrap; padding-right: 60px } .faces-area img, .faces-editor img { width: 24px; height: 24px; vertical-align: middle; margin: -3px 0 0 0 } .faces-area.-lg img, .faces-area.f16 img, .faces-editor.-lg img, .faces-editor.f16 img { width: 28px; height: 28px; vertical-align: middle; margin: -5px 0 0 0 } .faces-menu { position: absolute; z-index: 1060; width: 196px; padding: 15px 0 0; -webkit-box-sizing: border-box; box-sizing: border-box } .faces-menu .inner { padding: 8px 2px 2px 8px; overflow: hidden; background: #fff; border: 1px solid #e0e0e0; border-radius: 6px; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .faces-menu img { width: 24px; height: 24px; vertical-align: middle; border: 0 none } .faces-menu .face { display: block; width: 40px; padding: 8px; margin-right: 6px; margin-bottom: 6px; border-radius: 2px; float: left; cursor: pointer; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .faces-menu .face:hover { background-color: #f3f3f3 } .faces-menu .face .label { display: none } .faces-menu:after, .faces-menu:before { content: " "; position: absolute; left: 50%; display: block; width: 12px; height: 12px; margin-left: -6px; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .faces-menu:before { top: 9px; overflow: hidden; background: #e0e0e0 } .faces-menu:after { top: 10px; background: #fff } .faces-menu.-bottom { padding-top: 0; padding-bottom: 15px } .faces-menu.-bottom:before { top: initial; bottom: 9px } .faces-menu.-bottom:after { top: initial; bottom: 10px } .faces-button { display: inline-block; vertical-align: middle } .face-trigger { color: #999; cursor: pointer } .face-trigger:hover { color: #0084ff } .face-trigger.-disabled { color: #e0e0e0; cursor: no-drop } .face-tool { text-align: right } .face-tool .face-trigger { margin-right: 16px; font-size: 24px; line-height: 1em; display: inline-block; vertical-align: middle } .icon-circle-bg { font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; position: relative } .icon-circle-bg:after, .icon-circle-bg:before { position: absolute; left: 0; top: 0; z-index: 1 } .icon-circle-bg:after { content: '\e70a'; color: #fff; z-index: 0 } .icon-circle-bg.-type-0 { display: none } .icon-circle-bg.-type-1:before { content: "\e714"; color: #ff7d18 } .icon-circle-bg.-type-2:before, .icon-circle-bg.-type-3:before { content: "\e712"; color: #ffaf25 } .select-item { position: relative; display: inline-block; padding: 5px 10px; margin-right: 20px; float: left; background-color: #f4f4f4; cursor: pointer } .select-item .select-item-action { position: absolute; bottom: -5px; right: -5px; display: none; color: #0084ff; cursor: pointer } .select-item.action, .select-item:hover { color: #0084ff; background-color: #e5f3ff } .select-item.action .select-item-action, .select-item:hover .select-item-action { display: inherit } .title-tab .title { position: relative; display: inline-block; margin-right: 30px; font-size: 18px; line-height: 24px; padding-bottom: 10px; cursor: pointer } .title-tab .title:last-child { margin-right: 0 } .title-tab .title:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px } .title-tab .title.-active { color: #0084ff } .title-tab .title.-active:after { background: #0084ff } .title-tab .title:hover { color: #0084ff } .auto-folder { position: relative; overflow: hidden } .auto-folder .folder-btn { position: absolute; right: 0; bottom: 0; width: 70px; text-align: right; background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #fff)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 26.4%) } .modal-dialog.-login-box { width: 416px; margin-left: -208px } .modal-dialog.-login-box .header .title { font-size: 18px; line-height: 72px } .modal-dialog.-login-box .body { padding-left: 30px; padding-right: 30px } .login-warp .bgContent { padding-bottom: 20px } .login-warp .new-err { color: #ff3b30 } .login-warp .c-white { color: #fff } .login-warp .point { cursor: pointer } .login-warp .c9 { color: #0084ff } .login-warp .position-rel { position: relative } .login-warp .login_btn { line-height: 44px } .login-warp .over-hide { overflow: hidden } .login-warp .lh20 { line-height: 20px } .login-warp .pb25 { padding-bottom: 25px } .login-warp .contactautoLogin { margin-right: 5px } .login-warp .login-title { padding-bottom: 56px; padding-top: 25px; font-size: 18px; text-align: center } .login-warp .title-tab { margin-top: 27px; margin-bottom: 48px } .login-warp .login-operation { padding-top: 10px; padding-bottom: 20px; line-height: 20px; font-size: 14px } .login-warp .login-bottom { padding-top: 10px; padding-bottom: 40px; font-size: 14px } .login-warp .login-errormsg { position: absolute; top: -28px; font-size: 12px; color: #ff3b30 } .login-warp .login-errormsg:before { content: "\e750"; margin-right: 6px; vertical-align: middle; font-size: 14px; font-family: tic !important; -webkit-font-smoothing: antialiased } .login-warp .login-errormsg .content { display: inline-block; vertical-align: middle } .login-warp .voice-click { font-size: 14px; color: #0084ff; cursor: pointer } .login-warp .voice-click.-disabled { cursor: no-drop; color: #e0e0e0 } .login-warp .modulein { position: relative } .login-warp .input-group { vertical-align: top } .login-warp .input-group .input { width: 256px } .login-warp .input-group .input-group-btn { width: 100px } .login-warp .login-word { padding-bottom: 48px } .login-warp .input-pwd { padding-right: 40px } .use-report { padding-top: 22px } .use-report .user-title { position: relative; display: inline-block; font-size: 26px; color: #ff7d18 } .use-report .user-title:after { content: ''; position: absolute; left: 0; bottom: 4px; width: 100%; height: 10px; background-color: rgba(255, 125, 25, .1) } .use-report .use-bg { padding-bottom: 40px; padding-left: 40px; padding-right: 40px; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/usereport-bg.jpg); background-size: 100% } .use-report .top-title { padding-top: 15px; padding-bottom: 28px; font-size: 18px; line-height: 24px } .use-report .bottom-intro { font-size: 16px } .use-report .highlight, .use-report em { color: #ff7d18 } .use-report .intro-icon { display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-right: 4px; line-height: 16px; border-radius: 50%; text-align: center; font-size: 13px; background-color: #ff7d18; color: #fff } .use-report .intro-content { display: inline-block; vertical-align: middle } .complaint_modal .complaintItem { width: 620px; margin: 0 auto; text-align: center } .complaint_modal .complaintBody { font-size: 16px } .complaint_modal .complaintBody h4 { color: #4d4d4d; font-size: 22px; margin-top: 15px } .complaint_modal .complaintBody h5 { color: #4d4d4d; font-weight: 700 } .complaint_modal .complaintBody button { display: inline-block; width: 234px; height: 48px; border: 1px solid #e0e0e0; margin: 0 34px 10px; border-radius: 0; background-color: #fff } .complaint_modal .modalbox { margin-bottom: 40px } .complaint_modal .complaintBody button:active, .complaint_modal .complaintBody button:hover { background-color: #0084ff; border: 1px solid #0084ff; color: #fff } .complaint_modal .complaintBody button.disabled, .complaint_modal .complaintBody button.disabled:hover { background-color: #e0e0e0; border: 1px solid #e0e0e0; color: inherit; cursor: no-drop } .complaint_modal .complaintBody button:focus { outline: 0 } .complaint_modal .complaintBody img { vertical-align: top } .complaint_modal .complaintBody textarea:focus { outline: 0 } .complaint_modal .complaintImg { margin-bottom: 35px } .complaint_modal .complaintImg1 { margin-bottom: 20px } .complaint_modal .complaintbox { text-align: left; margin: 20px auto; border: 1px solid #f3f3f3; padding: 15px; max-height: 360px; width: 540px; overflow-x: auto; line-height: 24px; font-size: 12px } .complaint_modal .complaintinput { margin: 14px auto 24px } .complaint_modal .complaintinput input { padding-left: 10px; border-radius: 0; height: 50px; width: 457px; margin-left: -5px; padding-right: 10px; border: 1px solid #f3f3f3 } .complaint_modal .complaintinput input:focus { outline: 0 } .complaint_modal .complaintBody .complaintalert { width: 540px; height: 40px; color: #fff; line-height: 40px; background-color: #0084ff; margin-left: auto; margin-right: auto } .complaint_modal h5 { font-size: 14px } .complaint_modal .trial-title { font-size: 48px } .complaint_modal .list-circle { width: 10px; height: 10px; border-radius: 50% } .complaint_modal .trial-content { width: 515px; -webkit-box-shadow: 0 3px 10px #f3f3f3; box-shadow: 0 3px 5px #f3f3f3; margin-top: 50px; padding-left: 30px; padding-right: 30px } .complaint_modal .trail-left { width: 150px; font-size: 16px; vertical-align: top; text-align: right; padding-right: 15px; display: inline-block } .complaint_modal .trail-right { width: 300px; display: inline-block } .complaint_modal .trial-code, .complaint_modal .trial-group { height: 60px; width: 100%; margin-bottom: 10px; font-size: 16px; position: relative; clear: both } .complaint_modal .trial-group label { width: 28%; height: 60px; line-height: 60px; font-weight: 400; vertical-align: middle; background-color: #fff; text-align: center; border: 1px solid #f3f3f3; border-left: none; float: left; margin-bottom: 0; letter-spacing: 8px } .complaint_modal .trial-group input { width: 72%; height: 60px; vertical-align: middle; padding-left: 20px; border: 1px solid #f3f3f3; border-right: none; float: right } .complaint_modal .trial-code button { width: 35%; height: 60px; vertical-align: middle; color: #fff; border: 1px solid #f3f3f3; border-right: none; float: right } .complaint_modal .trial-code .active { background: #11afb8 } .complaint_modal .trial-code .disabled { background-color: #ababab } .complaint_modal .trial-code input { width: 65%; height: 60px; vertical-align: middle; padding-left: 48px; border: 1px solid #f3f3f3; border-left: none; float: left } .complaint_modal .trial-group .icon { position: absolute; right: 15px; top: 23px } .complaint_modal .trial-group .fileinput { position: absolute; right: 0 } .complaint_modal .apptrial-group { min-height: 66px; position: relative } .complaint_modal .apptrial-group label { color: #2e2e2e; line-height: 36px; font-weight: 400 } .complaint_modal .apptrial-group img { margin-right: 10px; margin-top: -4px } .complaint_modal .apptrial-control { width: 300px; height: 36px; padding: 0 15px; line-height: 36px; border: 1px solid #f3f3f3; background-color: #f9f9f9; color: #333 } .complaint_modal .apptrial-control.claim-control { width: 580px } .complaint_modal .apptrial-control:focus { outline: 0; border-color: #0084ff } .complaint_modal .apptrial-control.input_err { border: 1px solid #ff3b30 } .complaint_modal .apptrial-control.input_err :focus { outline: 0 !important; border: 1px solid #ff3b30; -webkit-box-shadow: 0 0 10px #ff3b30; box-shadow: 0 0 10px #ff3b30 } .complaint_modal .apptrial-textarea { width: 300px; padding: 10px; resize: none; border: 1px solid #f3f3f3; color: #666; height: 200px; overflow: auto } .modal-dialog.-complaint { width: 900px; margin-left: -450px } .modal-dialog.-complaint .header { color: #fff; background-color: #0084ff } .modal-dialog.-complaint .header .title { font-size: 22px; line-height: 50px } .feedback_modal .body { padding: 16px } .feedback_modal .form-group .left { width: 89px } .feedback_modal .form-group .right { width: 479px } .feedback_modal .input, .feedback_modal .textarea { vertical-align: top } .feedback_modal .textarea { height: 190px } .feedback_modal .row { margin: 10px 15px 25px } .feedback_modal .label { position: relative; padding-bottom: 5px } .feedback_modal .label.-must:before { content: ''; position: absolute; left: -15px; top: 8px; width: 8px; height: 8px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/apptrial_info_icon1.png); background-repeat: no-repeat } .feedback_modal .feedbacksubmitContent { width: 140px } .unlogin-mask-syjs { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-syjs.png); background-size: 100% } .unlogin-mask-syjs::after, .unlogin-mask-syjs::before { display: table; content: " " } .unlogin-mask-syjs::after { clear: both } .unlogin-mask-syjs .login-content { margin: 48px auto 48px; width: 780px; min-height: 851px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-syjs .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-syjs .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-syjs .login-content .buttons .login, .unlogin-mask-syjs .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-syjs .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-syjs .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-syjs .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sygs { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-sygs.png); background-size: 100% } .unlogin-mask-sygs::after, .unlogin-mask-sygs::before { display: table; content: " " } .unlogin-mask-sygs::after { clear: both } .unlogin-mask-sygs .login-content { margin: 48px auto 48px; width: 780px; min-height: 480px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sygs .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sygs .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sygs .login-content .buttons .login, .unlogin-mask-sygs .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sygs .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sygs .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sygs .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sjkzq { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-rysjkzq.png); background-size: 100% } .unlogin-mask-sjkzq::after, .unlogin-mask-sjkzq::before { display: table; content: " " } .unlogin-mask-sjkzq::after { clear: both } .unlogin-mask-sjkzq .login-content { margin: 48px auto 48px; width: 780px; min-height: 562px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sjkzq .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sjkzq .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sjkzq .login-content .buttons .login, .unlogin-mask-sjkzq .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sjkzq .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sjkzq .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sjkzq .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-renzhi { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cjrz.png); background-size: 100% } .unlogin-mask-renzhi::after, .unlogin-mask-renzhi::before { display: table; content: " " } .unlogin-mask-renzhi::after { clear: both } .unlogin-mask-renzhi .login-content { margin: 48px auto 48px; width: 780px; min-height: 764px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-renzhi .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-renzhi .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-renzhi .login-content .buttons .login, .unlogin-mask-renzhi .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-renzhi .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-renzhi .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-renzhi .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-zzsyr { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gszzsyr.png); background-size: 100% } .unlogin-mask-zzsyr::after, .unlogin-mask-zzsyr::before { display: table; content: " " } .unlogin-mask-zzsyr::after { clear: both } .unlogin-mask-zzsyr .login-content { margin: 48px auto 48px; width: 780px; min-height: 528px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-zzsyr .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-zzsyr .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-zzsyr .login-content .buttons .login, .unlogin-mask-zzsyr .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-zzsyr .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-zzsyr .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-zzsyr .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-sjkzq { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gssjkzq.png); background-size: 100% } .unlogin-mask-sjkzq::after, .unlogin-mask-sjkzq::before { display: table; content: " " } .unlogin-mask-sjkzq::after { clear: both } .unlogin-mask-sjkzq .login-content { margin: 48px auto 48px; width: 780px; min-height: 554px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-sjkzq .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-sjkzq .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-sjkzq .login-content .buttons .login, .unlogin-mask-sjkzq .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-sjkzq .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-sjkzq .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-sjkzq .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-cwjx { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cwjx.png); background-size: 100% } .unlogin-mask-cwjx::after, .unlogin-mask-cwjx::before { display: table; content: " " } .unlogin-mask-cwjx::after { clear: both } .unlogin-mask-cwjx .login-content { margin: 48px auto 48px; width: 780px; min-height: 497px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-cwjx .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-cwjx .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-cwjx .login-content .buttons .login, .unlogin-mask-cwjx .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-cwjx .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-cwjx .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-cwjx .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-lsxx { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gslsxx.png); background-size: 100% } .unlogin-mask-lsxx::after, .unlogin-mask-lsxx::before { display: table; content: " " } .unlogin-mask-lsxx::after { clear: both } .unlogin-mask-lsxx .login-content { margin: 48px auto 48px; width: 780px; min-height: 609px; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-lsxx .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-lsxx .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-lsxx .login-content .buttons .login, .unlogin-mask-lsxx .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-lsxx .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-lsxx .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-lsxx .login-content .demo { width: 100%; vertical-align: top } .unlogin-mask-patent { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-qlyq.png); background-size: 100% } .unlogin-mask-patent::after, .unlogin-mask-patent::before { display: table; content: " " } .unlogin-mask-patent::after { clear: both } .unlogin-mask-patent .login-content { margin: 48px auto 48px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-mask-patent .login-content .title { font-size: 16px; color: #333 } .unlogin-mask-patent .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-mask-patent .login-content .buttons .login, .unlogin-mask-patent .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-mask-patent .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-mask-patent .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-mask-patent .login-content .demo { width: 100%; vertical-align: top } .unlogin-relation { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-cgx.png); background-size: 100%; border: 0 } .unlogin-relation::after, .unlogin-relation::before { display: table; content: " " } .unlogin-relation::after { clear: both } .unlogin-relation .login-content { margin: 48px auto 135px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-relation .login-content .title { font-size: 16px; color: #333 } .unlogin-relation .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-relation .login-content .buttons .login, .unlogin-relation .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-relation .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-relation .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-relation .login-content .demo { width: 100%; vertical-align: top } .unlogin-relation-extension { position: relative; width: 100%; height: auto; border: 1px solid #e4eef6; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login/login-mask-gszzsyr.png); background-size: 100% } .unlogin-relation-extension::after, .unlogin-relation-extension::before { display: table; content: " " } .unlogin-relation-extension::after { clear: both } .unlogin-relation-extension .login-content { margin: 48px auto 48px; width: 780px; min-height: auto; text-align: center; background: #fff; -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); box-shadow: 0 0 0 1px rgba(0, 0, 0, .07), 0 2px 2px 0 rgba(0, 0, 0, .12); border-radius: 4px; padding: 83px 16px 16px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/login-mask-content.png); background-size: 100%; background-repeat: no-repeat } .unlogin-relation-extension .login-content .title { font-size: 16px; color: #333 } .unlogin-relation-extension .login-content .buttons { margin-top: 20px; margin-bottom: 48px; text-align: center } .unlogin-relation-extension .login-content .buttons .login, .unlogin-relation-extension .login-content .buttons .sample { display: inline-block; vertical-align: middle } .unlogin-relation-extension .login-content .buttons .sample { line-height: 36px; margin-right: 20px; display: none } .unlogin-relation-extension .login-content .buttons .login { width: 88px; -webkit-box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6); box-shadow: 0 1px 2px 0 rgba(255, 255, 255, .2), 0 5px 8px -2px rgba(0, 132, 255, .6) } .unlogin-relation-extension .login-content .demo { width: 100%; vertical-align: top } .table .right { float: right } .table .left { float: left } .table .vip-color { color: #ff7d18 } .table .description { margin-top: 10px; font-size: 12px; color: #999 } .table .description.-no-mt { margin-top: 0 } .table .stock { display: inline-block; height: 32px; padding: 0 8px; line-height: 32px } .table .shadow { -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .table .shadow:hover { position: relative; z-index: 1; -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06); cursor: pointer } .table.-left { text-align: left } .table.-no-border td, .table.-no-border th { border: 0 } .table.-breakall td, .table.-breakall th { word-break: break-all } .table.-striped-col { text-align: left } .table.-striped-col td:nth-child(odd) { background-color: #f0f7fc } .table.-striped-col.-striped-pd td:nth-child(odd) { width: 120px; font-size: 16px; color: #666 } .table.-striped-first-col { text-align: left } .table.-striped-first-col td:first-child { background-color: #f0f7fc } .table.-striped-title-col { text-align: left } .table.-striped-title-col .striped-col { background-color: #f0f7fc } .table.-striped-vip-row { font-size: 16px; text-align: left } .table.-striped-vip-row tbody tr:nth-child(even) { background-color: #fbfbfb } .table.-border-top-none tbody tr:first-child td { border-top: none } .table.-striped-vip-odd-row { text-align: left } .table.-striped-vip-odd-row tbody tr:nth-child(odd) { background-color: #fbfbfb } .table.-top td, .table.-top th { vertical-align: top } .table .table-vip-header { background-color: rgba(255, 125, 25, .05) } .table .table-vip-header th { height: 50px; padding-left: 8px } .table .table-vip-header + tbody td { height: 80px } .table .table-header-default { background-color: #f0f7fc } .table + .-multi tr:first-child td { border-top: none } .legal-representative { padding: 20px 12px; margin: -8px } .legal-representative .left { float: left } .legal-representative .right { float: right } .legal-representative .name { font-size: 18px; color: #0084ff } .legal-representative .merge { margin-top: 10px } .legal-representative .bottom { margin-top: 5px; margin-bottom: 5px } .legal-representative .title { display: inline-block } .legal-representative .baseinfologo { vertical-align: top } .legal-representative .humancompany { display: inline-block; margin-left: 12px; vertical-align: middle } .legal-representative .humancompany .name { width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis } .legal-representative .maincompany { float: right } .legal-representative .maincompany .detail { display: inline-block; vertical-align: top; max-width: 152px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .sort-col { width: 46px } .doing-col { width: 56px } .status-col { width: 64px } .date-col { width: 100px } .stress-col { background-color: #f0f7fc } .proportion-col { width: 100px } .left-col { text-align: left } .link-click-a a { color: #0084ff; cursor: pointer } .link-click-a a:active, .link-click-a a:focus, .link-click-a a:hover { color: #0084ff } .link-click-a a:hover { text-decoration: underline } .lawfirm-top { width: 100%; padding: 0; border-bottom: 1px solid #d5d5d5; margin-bottom: 20px; border-collapse: collapse } .lawfirm-top .legal-person-name { width: 25% } .lawfirm-top .legal-person-value { border: 0; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .title { color: #333 } .lawfirm-top .capital { width: 41%; padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .capital-value { padding-left: 13px; border-left: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5 } .lawfirm-top .score { width: 33%; padding: 5px; text-align: center } .lawfirm-top .img { max-height: 115px; max-width: 90%; margin: 0 auto } .lawfirm-top .status { border: 0 } .lawfirm-top .status-value { border: 0 } .lawfirm-top .time { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-top .time-value { padding-left: 13px; border-left: 1px solid #d5d5d5 } .lawfirm-bottom { width: 100%; border: none } .lawfirm-bottom td { padding: 8px 0 } .lawfirm-bottom td span { color: #000 } .brand-search-table .project-img { max-width: 50px; max-height: 50px; vertical-align: middle } .brand-search-table .project-text { margin-left: 10px; vertical-align: middle } .brand-search-table td:nth-child(5) { text-align: left } .user-table td { border: none } .user-table thead td { padding: 8px 11px } .user-table tbody tr:hover { -webkit-box-shadow: 0 0 12px 4px #f3f3f3; box-shadow: 0 0 12px 4px #f3f3f3 } .user-table tbody tr:hover .company { color: #0084ff } .user-table tbody td { border-bottom: 1px solid #f3f3f3; padding: 20px 11px } .user-table .no-result { color: #666 } .user-table .no-result:hover { -webkit-box-shadow: none; box-shadow: none } .user-table .company { font-size: 18px } .user-table .detail { width: 519px; padding-top: 6px; font-size: 13px; color: #666; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .info { padding-top: 2px; font-size: 14px; height: 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .mx { max-width: 200px; display: inline-block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-table .action { font-size: 24px; cursor: pointer } .user-table .left-img { width: 44px; height: 44px; display: inline-block; vertical-align: middle; margin-right: 16px } .user-table .left-img img { width: 100% } .user-table .right-body { display: inline-block; vertical-align: middle } .user-table .right-body.-claim { width: 162px } .user-table .line-2 { height: 50px; line-height: 25px } .user-table.-no-head tr:first-child { border-top: 1px solid #f3f3f3 } .table-toco { width: 100%; text-align: left } .table-toco td { padding: 0; border: 0 } .table-toco .logo-td { width: 44px } .table-toco .toco { text-align: right } .table-toco .toco .tips-toco { white-space: nowrap } .table-toco .tag-common { margin-top: 5px } .chain-equity { text-align: left; line-height: 30px } .chain-equity .arrow { position: relative; top: -8px; display: inline-block; min-width: 72px; border-bottom: 1px solid #ccc; margin: 0 20px 0 8px; font-size: 12px; line-height: 16px; text-align: center; color: #ff3b30 } .chain-equity .triangle { position: absolute; right: -12px; top: 12px; display: inline-block; width: 0; height: 0; border-top: 4px solid transparent; border-left: 12px solid #ccc; border-bottom: 4px solid transparent } .block-data .data-header { margin: 0 0 12px 0; font-size: 16px; line-height: 1.5; height: 24px; color: #333; font-weight: 700 } .block-data .data-header .drop-down { float: right; margin-top: -6px; margin-right: 20px } .block-data .data-header .drop-down + .drop-down { margin-right: 14px } .block-data .data-header .table-col-bar { float: right; margin-top: -6px } .block-data .data-header.-auto { height: auto } .block-data .data-header .header-group { display: inline-block; vertical-align: middle; margin-right: 24px } .block-data .data-header.-sub-header { margin-bottom: 7px } .block-data + .block-data { margin: 60px 0 0 0 } .block-data .data-describe { vertical-align: baseline } .block-data .data-title { display: inline-block; vertical-align: baseline } .block-data .data-count { display: inline-block; margin-left: 4px; font-size: 16px; font-weight: 700; vertical-align: baseline; color: #0084ff } .block-data .data-count:before { content: ' ' } .block-data .data-count.-warn { color: #ff3b30 } .block-data .data-tips { font-weight: 400 } .block-data .data-block-content { border: 1px solid #e4eef6 } .block-data .sub-tips-right { float: right; font-size: 12px; color: #999; font-weight: 400 } .block-data.-sub .data-header { font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 12px } .block-data.-sub .data-count { font-size: 14px; font-weight: 400 } .block-data.-sub + .block-data { margin-top: 27px } .block-data:first-child { margin-top: 26px } .block-data-group .group-title { margin: 60px 0 20px 0 } .block-data-group .group-title .text { vertical-align: baseline } .block-data-group .group-title .data-count { display: inline-block; margin-left: 4px; font-size: 16px; vertical-align: baseline; color: #0084ff; font-weight: 700 } .block-data-group .group-title .data-count:before { content: ' ' } .block-data-group .group-title .data-count.-warn { color: #ff3b30 } .block-data-group .group-title .drop-down { float: right; margin-top: -6px; margin-right: 20px } .block-data-group .group-title .drop-down + .drop-down { margin-right: 14px } .block-data-group .block-data:first-child { margin-top: 0 } .block-data-group:first-child .group-title { margin-top: 26px } .block-data-split-2 { margin-top: 60px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .block-data-split-2 .block-data { width: 48%; margin-top: 0 } .fptt-block { background: #fff; padding: 0 15px; text-align: center } .fptt-block .head { height: 44px; margin-top: 0; border-bottom: 1px solid #f3f3f3; line-height: 44px; vertical-align: middle; text-align: left } .fptt-block .titletext { font-size: 16px; position: relative } .fptt-block .titletext:after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -14px; background-color: #0084ff; left: 0 } .fptt-block .qrcodetext { margin-top: -10px; font-weight: 700 } .fptt-block img { width: 174px; height: 174px; margin: 10px auto 0 } .fptt-block .info-block { padding: 20px 5px 15px; font-size: 14px; line-height: 18px; text-align: left; color: #333 } .fptt-block .info-block > div { margin-bottom: 14px; vertical-align: top; line-height: 22px } .fptt-block .info-block label { width: 36px } .fptt-block .info-block span { width: 220px; word-break: break-all; white-space: normal; word-wrap: normal } .watch-block { position: relative } .watch-block .flag { position: absolute; left: -5px; cursor: pointer; color: #0084ff } .watch-block .flag:after { content: "\ef21"; font-size: inherit; font-family: tic !important; font-style: normal } .watch-block .watch-content { border: 1px solid #e4eef6; background: #f0f7fc; padding: 8px 12px; color: #333; cursor: pointer } .watch-block .watch-content em { color: #0084ff } .watch-block .watch-content .cut { padding-left: 5px } .watch-block .company-info { display: inline-block; vertical-align: middle } .watch-block .company-info.-mx { margin-right: 20px } .watch-block .company-line { display: inline-block; vertical-align: middle; width: 1px; background: #333; margin-left: 5px; margin-right: 5px; height: 12px } .watch-block.-active .flag:after { content: "\e6c5" } .watch-block.-active .watch-collapse { display: block } .watch-collapse { display: none } .navigation { position: relative; width: 936px; height: 48px; margin-left: -16px; z-index: 100 } .navigation .content { position: absolute; top: 0; width: 936px; height: 48px; overflow: hidden; background-color: #fcfcfc } .navigation .content.-hover { height: auto !important; background-color: #fff } .navigation .content.-hover.-shadow:hover { -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .06) } .navigation .item-container { float: left; text-align: center; font-size: 14px; color: #000 } .navigation .item-container .itemtitle { position: relative; display: inline-block; width: 100%; padding: 11px 0; border-bottom: 1px solid #f3f3f3; font-size: 16px; color: #333; cursor: pointer } .navigation .item-container .itemtitle.-sm { padding: 12px 0; font-size: 14px } .navigation .item-container .itemtitle.-active { font-weight: 700; color: #0084ff; background: #fff } .navigation .item-container .itemtitle.-active .item-count { color: #0084ff } .navigation .item-container .itemtitle.-active:after, .navigation .item-container .itemtitle.-active:before { position: absolute; content: ''; top: 0; width: 1px; height: 100%; background: #f3f3f3 } .navigation .item-container .itemtitle.-active:before { left: -1px } .navigation .item-container .itemtitle.-active:after { right: -1px } .navigation .item-container .titlevip { margin-top: -4px; display: inline-block; vertical-align: top; font-size: 12px; color: #ff7d18 } .navigation .item-container .itemcontent { padding-left: 8px; padding-top: 10px; border-left: 1px solid #fff; border-right: 1px solid #fff; text-align: left } .navigation .item-container .item { position: relative; padding-bottom: 9px; text-align: left; cursor: pointer } .navigation .item-container .item a { color: #000 } .navigation .item-container .item a:hover { color: #0084ff } .navigation .item-container .item .nav-new-tag { position: absolute; top: -11px; font-size: 12px; color: #ff3b30 } .navigation .item-container .item:hover { color: #0084ff } .navigation .item-container .item .navbox-disabled, .navigation .item-container .item.-disable { color: #999; cursor: default } .navigation .item-container .item .navbox-disabled:hover, .navigation .item-container .item.-disable:hover { color: #999 } .navigation .item-container .itemnumber { color: #0084ff; padding-left: 3px } .navigation .item-container:hover { border-left: 1px solid #f3f3f3; border-right: 1px solid #f3f3f3; background: #fbfbfb } .navigation .item-container:hover .itemtitle { color: #0084ff; background: initial } .navigation .item-container:hover .item-count { color: #0084ff } .navigation .item-container:hover .itemcontent { border-left: none !important; border-right: none !important } .navigation .item-container:hover .-active { border-bottom-color: #f3f3f3 } .navigation .item-count { font-weight: 400; font-size: 12px; line-height: 19px; color: #999 } .navigation .item-count:before { content: ' ' } .navigation .content.-stock .item-container .itemtitle { font-size: 14px; padding: 12px 0 } .navigation .content.-stock .item-container .itemtitle .titlevip { right: 21px } .navigation .content.-stock .item-container .itemcontent { font-size: 12px; padding-left: 6px } .company-header-container .content.-hover .item-container { border-right: 1px solid #f3f3f3 } .company-header-container .content .item-container { border-right: 1px solid transparent; text-align: left } .company-header-container .content .item-container .itemtitle { position: relative; text-align: center } .company-header-container .content .item-container .titlevip { position: absolute; top: 3px; right: 20px; margin-top: 0 } .company-header-container .content .item-container .itemcontent { padding: 14px 0 4px 14px; border: none } .company-header-container .content .item-container .item { padding-bottom: 14px; line-height: 1; font-size: 13px; color: #333; white-space: nowrap } .company-header-container .content .item-container .item:hover { color: #0084ff } .company-header-container .content .item-container .item .navbox-disabled, .company-header-container .content .item-container .item.-disable { color: #999; cursor: default } .company-header-container .content .item-container .item .navbox-disabled:hover, .company-header-container .content .item-container .item.-disable:hover { color: #999 } .company-header-container .content .item-container .itemnumber { padding-left: 2px } .company-header-container .content .item-container .itemnumber.-alarm { color: #ef5644 } .company-header-container .content .item-container:hover { border-left: none } .data-describe { position: relative; display: inline-block; font-size: 14px; font-weight: 400; margin-left: 5px; cursor: pointer; color: #999 } .data-describe .warp { z-index: 501; display: none; position: absolute; left: -70px; top: 29px; width: 304px; height: 120px; padding: 10px; border-radius: 2px; line-height: 1.5714285714; font-weight: 400; text-align: left; color: #333; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); background-color: #fff } .data-describe .warp.-normal { height: auto } .data-describe .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 120; top: -15px; left: 65px } .data-describe .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .data-describe:hover .warp { display: block } .data-describe .inner { height: 80px } .data-describe .link { color: #ff7d18 } .data-describe.-right .warp { left: auto; right: -30px; width: 218px } .data-describe.-right .triangle { left: auto; right: 18px } .data-describe.-panel .warp { right: -16px } .data-describe.-human .warp { right: -20px } .data-describe.-bottom .warp { top: initial; bottom: 29px } .data-describe.-bottom .warp .triangle { top: initial; bottom: -11px } .data-describe.-bottom .warp .triangle:after { top: -5px; -webkit-box-shadow: 4px 6px 10px 0 #e0e0e0; box-shadow: 4px 6px 10px 0 #e0e0e0 } .report_item { display: inline-block; width: 158px; height: 48px; padding: 0 20px; font-size: 14px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -330px -55px; line-height: 48px; cursor: pointer } .report_item:hover { background-image: url(https://cdn.tianyancha.com/web-require-js/public/sprite/spritesheet-d797bfefa4.png); background-position: -172px -55px } .report_item:hover .hover_c9 { color: #0084ff } .report_item .link-click { float: right } .report_item + .report_item { margin-left: 10px } .report-item-list { font-size: 0 } .card-tag .first, .card-tag .second { color: #333 } .card-tag .item { display: inline-block; padding-right: 40px } .card-tag .item a { text-decoration: none } .card-tag .item:hover .first, .card-tag .item:hover .second { color: #0084ff } .card-tag .lazy-img { display: inline-block; width: 36px; height: 36px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; text-align: center; vertical-align: middle; background: rgba(255, 255, 255, .4) } .card-tag .lazy-img img { display: inline-block; width: 36px; height: 36px } .card-tag .content { display: inline-block; height: 30px; padding: 0 8px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; line-height: 30px; vertical-align: middle; color: #0084ff } .graph-warp { position: relative; border: 1px solid #e4eef6 } .graph-warp .graph-loading-container { position: absolute; width: 100%; height: 100%; background-color: #fff; left: 0; top: 0; z-index: 1 } .graph-warp .graph-loading-container .loading-group { position: absolute; left: 50%; top: 50%; margin-top: -57px; margin-left: -30px } .graph-warp .graph-loading-container.-hidden { display: none } .graph-warp .graph-tool { position: absolute; left: 0; top: 0; width: 100%; height: 39px; line-height: 37px; border-bottom: 1px solid #e4eef6; background-color: #f0f7fc; text-align: center } .graph-warp .graph-tool .company-name { position: absolute; left: 16px; width: 312px; max-width: 312px; overflow: hidden; text-overflow: ellipsis; text-align: left; white-space: nowrap } .graph-warp .graph-tool .btn-group { position: relative; float: right } .graph-warp .graph-tool .btn-area { position: relative; display: inline-block; vertical-align: middle; height: 100%; white-space: nowrap; border: 0; line-height: 37px; cursor: pointer; color: #0083ff; padding: 0 16px; float: left; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .graph-warp .graph-tool .btn-area span { display: inline-block; vertical-align: middle } .graph-warp .graph-tool .btn-area:hover { background: #e3f0fc; color: #0084ff } .graph-warp .graph-tool .btn-area:hover .tic { color: #0084ff } .graph-warp .graph-tool .btn-area.-right-border:after { display: inline-block; content: " "; position: absolute; top: 50%; margin-top: -8px; right: 0; width: 1px; height: 16px; background: #e4eef6 } .graph-warp .graph-tool .btn-area.-active { color: #0084ff } .graph-warp .graph-tool .btn-area.-deactive { opacity: .4 } .graph-warp .graph-tool .btn-area.-bg { width: 190px } .graph-warp .graph-tool .tic { font-size: 24px; display: inline-block; color: #0083ff; vertical-align: middle; margin-right: 8px } .graph-warp.-full { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1041; background-color: #fff } .graph-warp.-full .graph-tool { height: 48px; line-height: 45px } .graph-warp.-full .btn-group { float: none } .graph-warp.-full .btn-area { line-height: 48px } .graph-warp.-full .btn-area.-right-border:after { display: inline-block; content: " "; position: absolute; top: 17px; right: 0; width: 1px; height: 16px; background: #e4eef6 } .group-title { font-size: 18px; line-height: 1.5555555556; font-weight: 700; border-bottom: 1px solid #f3f3f3; padding: 0 0 7px 0 } .group-title .text { position: relative; display: inline-block; vertical-align: middle } .group-title .text::after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -9px; background-color: #0084ff; left: 0; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .group-title .tab { position: relative; display: inline-block; vertical-align: middle; color: #333; cursor: pointer } .group-title .tab:hover { color: #0084ff } .group-title .tab.-active { color: #0084ff; cursor: default } .group-title .tab.-active:after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -14px; background-color: #0084ff; left: 0; -webkit-transform: translate(0, -25%); transform: translate(0, -25%) } .group-title .tips { float: right; font-size: 12px; font-weight: 400; color: #666 } .group-title .tips { float: right; font-size: 12px; font-weight: 400; color: #666 } .group-title .tips-left { padding-left: 15px; font-size: 12px; font-weight: 400; color: #666 } .group-title.-edit { margin-bottom: 30px } .no-data { padding: 6px 0; text-align: center; font-size: 0; background-color: #fbfbfb; position: relative } .no-data .img { display: inline-block; vertical-align: middle; width: 102px; height: 76px; line-height: 76px; background-size: 100% } .no-data .msg { display: inline-block; margin-left: 23px; font-size: 16px; vertical-align: middle; color: #999 } .no-data .seo-info-alert { margin-left: 8px } .no-data .seo-info { display: none; position: absolute; width: 904px; color: #333; padding: 12px 16px; left: 0; top: 54px; background: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); font-weight: 400; text-align: left; z-index: 501; font-size: 14px; line-height: 22px } .no-data .seo-info .triangle { display: block; width: 30px; height: 16px; position: absolute; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0; z-index: 502; top: -15px; right: 264px } .no-data .seo-info .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .no-data .seo-info-alert .tic { cursor: pointer } .no-data .seo-info-alert:hover .seo-info { display: block } .no-data-own { position: relative; padding: 17px 0; border: 1px solid #f5f5f5; border-radius: 8px; text-align: center; font-size: 0; background: #fbfbfb } .no-data-own .img { display: inline-block; vertical-align: middle; width: 44px; height: 44px; background-size: 100% } .no-data-own .img.-product { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-product.png) } .no-data-own .img.-honor { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-honor.png) } .no-data-own .img.-team { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-team.png) } .no-data-own .img.-partner { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/nodata-partner.png) } .no-data-own .msg { display: inline-block; vertical-align: middle; margin-left: 24px; font-size: 16px; line-height: 22px; text-align: left; color: #b8b8b8 } .no-data-own .intro { font-size: 14px } .user-no-data { padding-top: 50px; padding-bottom: 50px; text-align: center } .user-no-data .img { width: 230px } .user-no-data .msg { display: block; font-size: 14px; line-height: 14px; color: #666 } .user-no-data .hint { display: block; font-size: 14px; line-height: 14px; color: #333 } .user-no-data .line2 { padding-top: 10px; padding-bottom: 20px } .user-no-data .single-msg { display: block; margin-bottom: 16px; margin-top: 6px; font-size: 14px; color: #666 } .user-no-data.-hasTop { padding-top: 35px } body.-ready .no-data .img { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/no-data-common.png) } .drop-down { display: inline-block; font-weight: 400; font-size: 14px; color: #333; line-height: 22px; position: relative } .drop-down .drop-down-btn { position: relative; padding: 4px 24px 4px 8px; border-radius: 2px; border: 1px solid #e0e0e0; cursor: pointer } .drop-down .drop-down-btn .title { font-size: 14px; line-height: 22px } .drop-down .tic { position: absolute; top: 5px; right: 5px; color: #666 } .drop-down:hover .tic { top: 4px } .drop-down .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .drop-down .content { position: absolute; right: 0; -webkit-transform-origin: 100% 0; transform-origin: 100% 0; width: auto; min-width: 120px; max-width: 300px; max-height: 182px; overflow-y: auto; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .drop-down .content .item { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .drop-down .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .drop-down .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .drop-down .content .item a { color: inherit } .drop-down .content .item:hover { color: #333; background: #f3f3f3 } .drop-down .content .item:first-child { margin-top: 4px } .drop-down .content .item:last-child { margin-top: 4px } .drop-down:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .drop-down:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .drop-down .content { top: 100% } .card .card-team:last-child { border-bottom: 1px solid #e4eef6 } .card-team { border: 1px solid #e4eef6; border-bottom: 0; overflow: hidden; font-size: 0; color: #333 } .card-team .left { display: inline-block; width: 106px; padding: 20px; padding-bottom: 1000px; margin-bottom: -1000px; font-size: 14px; text-align: center; vertical-align: top; background-color: #f0f7fc } .card-team .name { margin-top: 6px; font-size: 16px; font-weight: 700 } .card-team .right { display: inline-block; width: 722px; min-height: 140px; padding: 20px; font-size: 14px } .card-team .title { font-size: 16px; font-weight: 700 } .tab-time { font-size: 14px; line-height: 1.5714285714; border-bottom: 1px solid #f3f3f3; padding: 0 0 7px 0; margin-bottom: 8px } .tab-time .item { position: relative; display: inline-block; vertical-align: middle; color: #333; cursor: pointer; margin-right: 24px } .tab-time .item:hover { color: #0084ff } .tab-time .item.-active, .tab-time .item.active { color: #0084ff; font-weight: 700; cursor: default } .tab-time .item.-active:after, .tab-time .item.active:after { content: " "; display: inline-block; position: absolute; width: 100%; height: 2px; bottom: -8px; background-color: #0084ff; left: 0 } .product-list { font-size: 0 } .product-list .product { display: inline-block; width: 268px; height: 96px; padding: 16px 13px; margin: 0 12px 12px 0; overflow: hidden; border: 1px solid #e4eef6 } .product-list .product:nth-child(3n) { margin-right: 0 } .product-list .product:hover { -webkit-box-shadow: 0 0 8px 2px #eee; box-shadow: 0 0 8px 2px #eee; cursor: pointer } .product-list .lazy-img { margin-right: 18px } .product-list .content { display: inline-block; width: 158px; overflow: hidden; font-size: 14px; vertical-align: top } .product-list .content .title { height: 14px; line-height: 14px } .product-list .content .title:hover { text-decoration: underline } .product-list .content .tag:hover { text-decoration: underline } .product-list .content .desc { height: 28px; font-size: 12px; line-height: 28px; color: #333 } .wechat-list { font-size: 0 } .wechat-list .wechat { display: inline-block; width: 409px; margin: 0 12px 12px 0; padding: 16px; border: 1px solid #e4eef6 } .wechat-list .wechat:nth-child(2n) { margin-right: 0 } .wechat-list .wechat:hover { -webkit-box-shadow: 0 0 8px 2px #eee; box-shadow: 0 0 8px 2px #eee } .wechat-list .lazy-img { margin-right: 18px } .wechat-list .content { display: inline-block; width: 293px; font-size: 14px; vertical-align: top; line-height: 22px; color: #333 } .wechat-list .content .title { padding-bottom: 10px; line-height: 14px } .wechat-list .content .erweima { position: relative; display: inline-block } .wechat-list .content .erweima:hover .erweima-pic { display: block } .wechat-list .content .erweima-icon, .wechat-list .content .more { padding-left: 6px; color: #0084ff; cursor: pointer } .wechat-list .content .erweima-pic { position: absolute; top: 0; left: 20px; display: none; width: 150px; height: 150px } .wechat-list .content .erweima-pic img { width: 150px; height: 150px } .select-radio { position: relative; display: inline-block; width: 15px; height: 15px; border-radius: 50px; background-color: #f4f4f4; cursor: pointer } .select-radio:after { content: ''; position: absolute; top: 3px; left: 3px; display: none; width: 9px; height: 9px; border-radius: 50px; background-color: #0084ff } .select-radio.-active:after { display: block } .list-select { border: 1px solid #f3f3f3 } .list-select .item { border-width: 0 0 1px 0; padding: 7px 10px } .list-select .item.-active .text { color: #0084ff } .list-select .item.-edit { padding: 4px 10px; background-color: #f3f3f3 } .list-select .item:first-child { border-top: none } .list-select .point { cursor: pointer } .list-select .handle { float: right; color: #0084ff } .list-select .handle .icon { margin-left: 4px; font-size: 14px } .list-select .handle.select-radio { margin-top: 4px } .list-select .group_add { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5); box-shadow: 0 5px 15px rgba(0, 0, 0, .5) } .list-select.-follow { width: 300px; height: 225px; overflow-y: scroll; margin: 0 auto } .wechat-modal { padding: 10px 150px; position: relative; min-height: 140px } .wechat-modal img { width: 120px } .wechat-modal .wx-logo { position: absolute; left: 10px; top: 10px } .wechat-modal .qrcode { position: absolute; right: 10px; top: 10px } .risk-box { width: 860px; background: #fff; -webkit-transition: all .7s; transition: all .7s; border-radius: 5px } .risk-box.risk-box-left, .risk-box.risk-box-right { position: absolute } .risk-box.risk-box-right { left: 860px } .risk-box.risk-box-left { left: 0 } .risk-box.risk-box-left .companyInfo-table { margin: 0; border: 1px solid #f3f3f3; font-size: 14px; text-align: center } .risk-box.risk-box-left .companyInfo-table thead tr { height: 44px } .risk-box.risk-box-left .companyInfo-table thead tr th { border-left: none; border-right: none; padding: 0 8px; text-align: center; font-size: 14px; font-weight: 400 } .risk-box.risk-box-left .companyInfo-table tbody tr { height: 44px; color: #666 } .risk-box.risk-box-left .companyInfo-table tbody tr td { border-left: none; border-right: none; padding: 10px 8px } .risk-box .riskboxbody { height: 465px } .risk-box .risk-loading { height: 500px; padding-top: 182px; text-align: center } .risk-box .risk-loading .loading-title { padding-top: 4px; line-height: 28px; font-size: 20px; color: #80c1ff } .riskboxouter { padding-bottom: 20px; padding-left: 40px; padding-right: 40px; height: 465px; overflow-y: auto } .riskboxouter .risk-intro { height: 16px; padding-left: 6px; border-left: 2px solid #ff7d18; margin: 12px 0; font-size: 16px; line-height: 16px } .riskboxouter .risk-intro .risk-intro-title { display: inline-block; vertical-align: top; margin-right: 4px; font-size: 16px; color: #333 } .riskboxouter .namechange em { color: #999 } .riskboxouter em { color: #ff3b30 } .riskboxouter.-short { height: 419px } .riskboxouter .risk-block .tips-watch { display: none } .riskboxouter .risk-block:first-child .tips-watch { display: block } .riskboxouter .risk-head { font-size: 18px; line-height: 18px; color: #ff3b30; margin-bottom: 20px; margin-top: 16px } .riskboxouter .risk-head.risk-head-vip { margin-bottom: 12px; border-color: #ff7d18; color: #ff7d18 } .riskboxouter .riskbox:nth-child(odd) .riskbox-title { background: #f0f7fc } .riskboxouter .riskbox-title { padding-left: 5px; border-left: 4px solid transparent; clear: both; font-size: 14px; line-height: 40px; color: #333; cursor: pointer } .riskboxouter .riskbox-title a { color: #333; text-decoration: underline } .riskboxouter .riskbox-title a[href]:hover { color: #0084ff } .riskboxouter .riskbox-title.riskbox-active-title a[href] { color: #0084ff } .riskboxouter .riskbox-title .risk-overflow-width { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; display: inline-block; vertical-align: top; max-width: 670px } .riskboxouter .riskbox-title .risk-color { color: #ff3b30 } .riskboxouter .risk-bg-gray { background: #f9f9f9 } .riskboxouter .company_pager { text-align: center } .riskboxouter .companyinfo_show_more_btn { color: #ff7d18; height: auto; cursor: pointer } .riskboxouter .risk-nodata { background-image: url(https://cdn.tianyancha.com/wap/images/risk_nodata.png); width: 780px; background-size: 100%; height: 165px; background-repeat: no-repeat; padding-left: 340px; padding-right: 110px; padding-top: 55px; font-size: 20px; color: #333; text-align: center } .riskboxouter .risk-nodata .risk-tip { color: #ff7d18 } .riskboxouter .risk-arrow { padding-right: 8px; float: right; font-size: 12px; color: #ff7d18; cursor: pointer } .risk-bottom { height: 35px; border-top: 1px solid #f3f3f3; background-color: #f9f9f9; border-radius: 5px } .risk-tab { padding: 9px 0; border-right: 1px solid #f3f3f3; border-bottom: 1px solid #f3f3f3; float: left; font-size: 16px; text-align: center; cursor: pointer } .risk-tab:last-child { border-right: none } .risk-tab.-active, .risk-tab:hover { color: #0084ff } .risk-tab.-col4 { width: 25% } .risk-tab.-col3 { width: 33.33333333% } .risk-tab.-col2 { width: 50% } .risk-tab-warp::after, .risk-tab-warp::before { display: table; content: " " } .risk-tab-warp::after { clear: both } .risk_logo { height: 34px; width: 92px; background-image: url(https://cdn.tianyancha.com/wap/images/modal-logo-white.png); background-size: 100%; position: absolute; left: 40px; top: 2px } .risk-arrow-top { position: absolute; left: 18px; top: 10px; color: #fff; cursor: pointer } .risk-error { padding-top: 60px; text-align: center } .risk-error .errimg { vertical-align: middle } .riskerror-box { font-size: 20px; width: 300px; text-align: left; display: inline-block; vertical-align: middle } .riskerror-box .risk-btn { width: 140px } .equity { width: 100% } .equity .hide { display: none } .equity .show { display: block } .equity .mb-28 { margin-bottom: 20px } .equity .mb-14 { margin-bottom: 14px } .equity-outer { overflow-y: auto } .equity-outer .modal-close-btn { display: block; position: absolute; top: 6px; color: #ccc; right: 16px; font-size: 14px; cursor: pointer; -webkit-transition: .3s ease; transition: .3s ease } .equity-outer .path { position: relative; padding: 20px 35px 0 } .equity-outer .path .btn-pos { bottom: -53px; right: 36px; position: absolute; z-index: 502 } .equity-outer .path .btn { border: 1px solid #e0e0e0; margin-right: 16px; color: #333 } .equity-outer .path .btn:last-child { margin-right: 0 } .equity-outer .path .btn:hover { background: #f0f7fc; border-color: #0084ff; color: #0084ff } .equity-outer .path .title { font-size: 16px; padding-bottom: 14px; font-weight: 700; color: #333 } .equity-outer .tip { font-size: 12px; color: #999; line-height: 15px; padding: 10px 0 15px; border-bottom: 1px solid #f3f3f3 } .equity-outer .tip img { margin-right: 6px } .equity-outer .fr { position: absolute; top: 23px; right: 35px; color: #666; line-height: 16px; font-size: 12px } .equity-outer .suspected { vertical-align: middle; display: inline-block; margin-left: 4px } .equity-outer .fr img { width: 12px; vertical-align: middle } .equity-outer .pathimg { width: 12px; margin-right: 5px; vertical-align: middle } .equity-outer .pathbox { display: inline-block; vertical-align: middle } .equity-outer #path { font-size: 14px; vertical-align: middle; line-height: 24px } .equity-outer #path span { word-break: break-all } .equity-outer .percent { font-size: 12px; text-align: center; width: 70px; margin: 0 5px; color: #0084ff; vertical-align: middle; height: 24px; position: relative; display: inline-block } .equity-outer .percent div { position: absolute; width: 70px; text-align: center; top: -7px; padding-right: 7px } .equity-outer .arrowimg { width: 100%; position: relative } .equity-outer .outersvg { position: absolute; height: 475px; width: 100% } .equity-outer .node text { cursor: pointer } .equity-outer rect.basicrect { cursor: pointer } .equity-outer text.foldert { fill: silver; text-anchor: middle } .equity-outer polygon.star { fill: #ff625c; stroke: none } .equity-outer .equity-detail { position: absolute; top: 0; right: -400px; width: 380px; border: 1px solid #f3f3f3; z-index: 1050; display: none; opacity: 0; pointer-events: none; background: #fff } .equity-outer .equity-detail .equity-scroll { height: 600px; padding: 0 24px 30px } .equity-outer .equity-detail .intro-head-g1 { line-height: 15px; padding-left: 8px; border-left: 4px solid #ffae00; font-size: 14px; color: #111; margin-bottom: 10px; margin-top: 20px } .equity-outer .content { height: 368px; overflow-y: auto } .equity-outer .equity-detail.show { opacity: 1; display: block; pointer-events: auto } .equity-outer .td-rt { border-right: 1px solid #dadada } .equity-outer .baseInfo { text-align: left; font-size: 14px; color: #000 } .equity-outer .baseInfo td { padding: 0 16px } .equity-outer .baseInfo div { padding-bottom: 4px } .equity-outer .baseInfo span { color: #666 } .equity-outer .modal-c a { color: #0084ff; text-decoration: none } .equity-outer .hr { height: 8px; background: #f4f4f4 } .equity-outer .equity-detail-content { padding-top: 25px } .equity-outer .equity-detail-content .tab-content table { text-align: center; margin-top: 15px } .equity-outer .equity-detail-content .tab-content table thead { background-color: #f9f9f9 } .equity-outer .equity-detail-content .tab-content table thead td { color: #666 } .equity-outer .equity-detail-content .tab-content table.table td { padding: 8px 10px; border: 1px solid #f3f3f3; color: #333 } .equity-outer .equity-detail-content .tab-content table td a { color: #0084ff; text-decoration: none } .equity-outer .middle-abs-all { width: 170px; height: 100px; margin: auto; position: absolute; left: 0; bottom: 0; right: 0; top: 0 } .equity-outer .middle-abs-all img { width: 30% } .equity-outer .table-h { border-bottom: 2px solid #0084ff; height: 28px } .equity-outer .table-h span { float: left; padding: 3px 18px; color: #333; cursor: pointer; border-radius: 2px } .equity-outer .table-h span.active { background-color: #0084ff; color: #fff } .equity-outer #nopath { font-size: 12px; text-align: center; color: #878787; display: none } .equity-outer .nodata { padding: 10px 0; color: #878787 } .equity-outer .loadspan { color: #0084ff; font-size: 14px } .equity-outer .b-1 { color: #0084ff } .equity-outer #nodata { position: fixed; width: 100%; height: 100%; background: #fff; top: 0; left: 0; display: none; z-index: 1050 } .equity-outer #nodata img { position: absolute; max-width: 40%; left: 50%; right: auto; top: 30%; bottom: auto; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .focus_alert_title { font-size: 28px } .focus-box { position: relative; background-color: #fff; border-radius: 5px } .focus-box .warp { width: 300px; margin: 0 auto } .focus-box .confirm { font-size: 26px } .focus-box .confirm-tips { color: #666; line-height: 14px } .focus-box .follow-btn { width: 140px; height: 36px; letter-spacing: 5px; margin-right: 20px; padding-right: 5px } .focus-box .follow-btn:last-child { margin-right: 0 } .focus-box .follow-add { line-height: 36px; text-align: center; color: #0084ff; background-color: #f4f4f4; cursor: pointer; margin-bottom: 12px } .focus-box .add-box { font-size: 0; margin-bottom: 12px } .focus-box .add-box .input { width: 202px; vertical-align: top; border-color: #f3f3f3 } .focus-box .add-box .btn { margin-left: 2px; padding-left: 8px; padding-right: 8px } .focus-box .edit-box { font-size: 0 } .focus-box .edit-box .input { width: 160px; padding-left: 0; vertical-align: top; font-size: 14px; border-color: transparent; background: 0 0 } .focus-box .edit-box .btn { margin-left: 2px; padding-left: 8px; padding-right: 8px } .focus-box .follow-link { color: #0084ff; padding-bottom: 2px; border-bottom: 1px solid #0084ff } .focus-box .tobeVIP { width: 250px } .focus-box .focusBox_group { width: 310px } .focus-box .focus_alert_icon { line-height: 1em; font-size: 50px; color: #0084ff; margin-right: 10px } .focus-box .group_add { border-radius: 5px } .focus-box .margin-auto { margin-right: auto; margin-left: auto } .focus-box .w300 { width: 300px } .focus-box .mt60 { margin-top: 60px } .focus-box .mt40 { margin-top: 40px } .focus-box .ml30 { margin-left: 30px } .focus-box .pt60 { margin-top: 60px } .focus-box .vertical-top { vertical-align: top } .focus-box .vertical-middle { vertical-align: middle } .focus-box .in-block { display: inline-block } .focus-box .pb25 { padding-bottom: 25px } .focus-box.-listen { width: 705px; height: 373px } .focus-box.-normal { width: 374px; height: 344px } .focus-box.-success { width: 402px; height: 201px } .focus-box.-group { width: 310px } .focus-box.-alert { height: 340px } .concat-list { padding-top: 30px } .concat-list .concat-item { border: 1px solid #f3f3f3 } .concat-list .concat-item .item-img { height: 85px; width: 85px; text-align: center } .concat-list .concat-item .item-img .img-claim { width: 85px; position: relative; top: -12px } .concat-list .concat-item .item-img img.img-bd { max-width: 60px; max-height: 60px; border: 1px solid #f3f3f3 } .concat-list .concat-item .item-company { padding-bottom: 10px; padding-top: 4px; font-size: 18px } .concat-list .concat-item .item-bottom { border-top: 1px solid #f3f3f3; background: #fbfbfb; color: #999 } .concat-list .concat-item .item-num { color: #0084ff } .concat-list .concat-item .item-option .in-block .unread { position: absolute; top: -5px; right: -5px; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff } .concat-list .tic { margin-right: 3px } .company-concat-block .block-top { text-align: center } .company-concat-block .block-top .in-block { width: 84px; margin-bottom: 16px; border-radius: 2px } .company-concat-block .block-top .in-block.yel-btn { padding: 4px 4px } .company-concat-block .block-top .in-block.-not-first { margin-left: 4px } .company-concat-block .block-bottom .tips { color: #ffaf23; display: inline-block; word-break: keep-all; padding: 15px 0 0 0 } .company-concat-block .block-bottom .btn { display: inline-block; width: 210px; height: 32px; color: #fff; background: #ffaf23; float: left; margin-top: 9px } .company-concat-block .block-bottom .tip { margin-top: 9px; float: right; width: 15%; line-height: 15px; color: #0084ff; cursor: pointer } .company-concat-block .btn { border-radius: 0 } .company-comment-block .block-title { font-size: 16px; font-weight: 700; width: 100%; height: 39px; line-height: 34px; vertical-align: middle; text-align: left; padding: 4px 0 5px 0; border-bottom: 1px solid #f3f3f3; padding-bottom: 0 } .company-comment-block .zan-title { position: relative } .company-comment-block .zan-title::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -9.5px; background-color: #0084ff; left: 0 } .company-comment-block .num-a { color: #333 } .company-comment-block .mark-opt { font-size: 14px; color: #0084ff; white-space: nowrap } .company-comment-block .mark-opt .comment_mark { width: 22px; margin: -7px 6px 0 0 } .company-comment-block .mark-opt span { display: inline-block } .company-comment-block .mark-opt .approval-svg { margin-top: -6px; margin-right: 2px } .company-comment-block .zan-total.mark-opt { color: #333; padding-left: 15px; font-size: 15px; font-weight: 400 } .company-comment-block .like-img { padding: 10px 0 30px } .company-comment-block .like-img .link-tips { padding-top: 36px; color: #e0e0e0 } .company-comment-block .like-img .link-tips span { color: #666; font-size: 14px; margin: 0 0 } .company-comment-block .approval-block { padding: 0 10px 0 10px; word-wrap: break-word; overflow: hidden; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/zan-bg_0521.jpg); background-color: #fff; line-height: 22px } .company-comment-block .discuss-company { font-size: 12px; color: #333 } .company-comment-block .discuss-company:hover { color: #0084ff } .company-comment-block .dun { font-size: 12px; display: inline-block; margin-right: 2px; height: 22px; line-height: 22px } .company-comment-block .discuss { display: inline-block; font-size: 12px; color: #333; height: 22px; line-height: 22px } .company-comment-block .zan-user { font-size: 12px; font-style: inherit; color: #333 } .company-comment-block .zan-user a { color: #ff3b30 } .company-comment-block .mark-info { margin: 10px 0 20px; color: #333 } .company-comment-block .mark-info .info { float: left; width: 33%; text-align: center; line-height: 20px; white-space: pre-line; border: 0 solid #e0e0e0; border-right-width: 1px } .company-comment-block .mark-info .info .span { font-size: 14px } .company-comment-block .mark-info .info .num-a, .company-comment-block .mark-info .info .num-c, .company-comment-block .mark-info .info .num-u, .company-comment-block .mark-info .info .num-v { color: #ef5644; font-size: 16px; margin-right: 5px } .company-comment-block .mark-info .info:last-child { border-right-width: 0 } .modal-contact .nick-tips, .modal-user-nick .nick-tips { background: #f9f9f9; padding: 5px; border: 0 solid #ececec; border-bottom-width: 1px; color: #666 } .modal-contact .form-group .control-label, .modal-user-nick .form-group .control-label { padding-right: 0 } .modal-contact .form-group input, .modal-user-nick .form-group input { border-radius: 0; text-indent: 10px } .modal-contact .form-group textarea, .modal-user-nick .form-group textarea { border-radius: 0; text-indent: 10px; min-height: 180px } .modal-contact-dis .modal-body { padding: 0 } .modal-contact-dis .contact-tabs .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 33.33%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-contact-dis .contact-tabs .tab > div.active { background: #fff } .modal-contact-dis .contact-tabs .tab > div span { position: absolute; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff; line-height: 14px } .modal-contact-dis .tab-body { padding: 10px } .modal-contact-dis .tab-body .item { display: none; height: 500px; overflow: hidden; overflow-y: auto; padding-top: 10px } .modal-contact-dis .tab-body .item .in-block { width: 750px; margin-bottom: 0 } .modal-contact-dis .tab-body .item .item-body:first-child { border-top-width: 0 } .modal-contact-dis .btn { border: 1px solid #ececec; padding: 2px 10px; border-radius: 0 } .modal-discuss-dis .modal-body { padding: 0 } .modal-discuss-dis .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 50%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-discuss-dis .tab > div.active { background: #fff } .modal-discuss-dis .comment-dis { padding: 10px 10px 10px 80px; position: relative; color: #333 } .modal-discuss-dis .comment-dis img { position: absolute; left: 10px; top: 10px; width: 60px; height: 60px } .modal-discuss-dis .comment-dis .good { border: 1px solid #f11900; color: #f11900; margin-left: 10px } .modal-discuss-dis .comment-dis .float-right { color: #999 } .modal-discuss-dis .comment-dis { border: 0 solid #ececec; border-top-width: 1px } .modal-discuss-dis .comment-dis:first-child { border-top-width: 0 } .modal-discuss-dis .tab-body { height: 500px; overflow-y: auto } .modal-discuss-dis .tab-approval { line-height: 27px } .modal-discuss-dis .tab-approval .appr_item { display: inline-block; background: #f0f0f0; height: 27px; padding: 0 10px; font-size: 14px; color: #666; margin-right: 10px; line-height: 27px } .js-contact-tools { height: 37px; padding-top: 10px; margin-top: 13px; border: 0 dashed #ececec; border-top-width: 1px; text-align: center; text-align: center } .js-contact-tools .btn-send { line-height: 22px; padding: 0 10px; cursor: pointer; background-color: #ff7d18; color: #fff } .js-contact-tools .btn-cancel, .js-contact-tools .btn-sel { line-height: 22px; padding: 0 10px; border: 1px solid #ececec; cursor: pointer } .contact-warp > .tic { position: absolute; left: 10px; top: 65px } .modal-multi-contact .button-white-sm { line-height: 22px; font-size: 14px; text-align: center; cursor: pointer; display: inline-block; padding-left: 10px; padding-right: 10px; border: 1px solid #ececec; cursor: pointer } .comment-block { margin-top: 15px; padding-bottom: 18px } .company-comment-list { max-height: 470px; overflow-y: auto; border: 1px solid #f3f3f3; padding: 0 5px } .company-comment-list .comment-dis { text-align: left; padding: 15px 10px 15px 10px; position: relative; color: #333 } .company-comment-list .comment-dis .claim_home_icon { position: absolute; left: 10px; top: 20px; width: 60px; height: 60px } .company-comment-list .comment-dis .claim_home_icon img { width: 60px; height: 60px; border-radius: 30px } .company-comment-list .comment-dis .claim_home_icon_company { float: left; display: inline-block; width: 28px; height: 28px; margin-right: 10px; background-color: #f4f4f4 } .company-comment-list .comment-dis .claim_home_icon_company img { width: 28px; height: 28px } .company-comment-list .comment-dis .nick-name { word-break: keep-all; overflow: hidden; text-overflow: ellipsis; max-width: 130px; display: inline-block; float: left; white-space: nowrap } .company-comment-list .comment-dis .nick-type-2 { color: #0084ff; cursor: pointer } .company-comment-list .comment-dis .good, .company-comment-list .comment-dis .yel { display: inline-block; font-size: 11px; background: #fff; border: 1px solid #ff4d4d; color: #ef5644; margin-left: 6px; height: 18px; line-height: 15px; text-align: center; margin-top: -1px } .company-comment-list .comment-dis .yel { border: 1px solid #ff7d17; color: #ff7d17; width: 24px } .company-comment-list .comment-dis .qyz { position: relative; top: -1px; color: #ffaf25 } .company-comment-list .comment-dis .vip-color { position: relative; top: -2px; color: #ff7d18 } .company-comment-list .comment-dis .good { display: inline-block; width: 54px } .company-comment-list .comment-dis .bd-time { color: #999; font-size: 12px; height: 14px; line-height: 14px; width: 68px; text-align: center; vertical-align: middle; margin-top: 1px } .company-comment-list .comment-dis { border: 0 dashed #e0e0e0; border-bottom-width: 1px } .company-comment-list .comment-dis .comment-dis-item { line-height: 15px; height: 15px; vertical-align: middle; font-size: 12px; width: 180px } .company-comment-list .comment-dis .comment-dis-item span { float: left } .company-comment-input { margin-top: 18px } .company-comment-input .input-tools { background: #fff; height: 28px; line-height: 28px; color: #999 } .company-comment-input .input-tools .btn-input { width: 70px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; float: right } .company-comment-input .input-tools .input-left { border-right: 0; height: 28px; line-height: 26px } .company-comment-input textarea { display: none; border: 1px solid #f3f3f3; border-bottom: 0; width: 100%; resize: none; height: 60px; padding: 5px 8px } .company-comment-input textarea:focus { outline: 0 } .company-comment-input.active textarea { display: block } .company-comment-input.active .input-tools { background: #fff } .company-comment-input.active .input-tools .input-left { border-top: none } .modal-discuss-tools .btn-white-sm { display: inline-block } .live-search-wrap.suggest-company-name.contact-company-name { width: 100%; height: 34px } .concat-textarea { height: 110px } .concat-tab { height: 40px; background: #f4f4f4; text-align: center; line-height: 40px } .concat-tab.active { background: #fff } .contact-box { width: 860px; -webkit-transition: all .7s; transition: all .7s; -moz-transition: all .7s; -o-transition: all .7s } .company-concat-block { text-align: center } .company-concat-block .c9 { color: #0084ff } .company-concat-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-concat-block .in-block { display: inline-block } .company-concat-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .company-concat-block .sec-c4 { color: #999 } .company-concat-block .f12 { font-size: 12px } .company-concat-block .btn-claim-bg { background-color: #ffaf25 !important; color: #fff } .company-concat-block .pb14 { padding-bottom: 14px } .company-concat-block .c19 { color: #ffaf25 } .company-comment-block .in-block { display: inline-block } .company-comment-block .break-word { word-wrap: break-word } .company-comment-block .f12 { font-size: 12px } .company-comment-block .in-bk-md { display: inline-block; vertical-align: middle } .company-comment-block .w200 { width: 200px } .company-comment-block .new-border { border: 1px solid #e0e0e0 } .company-comment-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-comment-block .in-block { display: inline-block } .company-comment-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .search_result_single .tic-weixuanzhong, .search_result_single .tic-xuanzhong { color: #ff7d18 } .modal-contact-box { line-height: 24px } .modal-contact-box .inner { padding: 30px; background-color: #fff } .modal-contact-box .user { padding-left: 5px; color: #0084ff } .modal-contact-box .contact-input-box { margin-left: 10px; margin-right: 8px; display: inline-block; width: 200px } .modal-contact-box .contact-input-box.-name { width: 270px } .modal-contact-box .aim { padding-top: 25px; padding-bottom: 5px } .modal-contact-box .btn-box { margin-top: 20px; margin-bottom: 10px; text-align: center } .modal-contact-box .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .modal-contact-box .concat-tab { width: 50%; height: 40px; float: left; background: #f9f9f9; text-align: center; line-height: 40px; cursor: pointer } .modal-contact-box .concat-tab.active { background: #fff } .contact-to-claim { line-height: 24px; text-align: center } .contact-to-claim .claim-title { font-size: 18px } .report-item { display: inline-block; vertical-align: top; width: 340px; height: 588px; padding: 20px; border: 1px solid #f3f3f3; margin-right: 30px; background-color: #fff } .report-item:last-child { margin-right: 0 } .report-item .title { margin-top: 25px; margin-bottom: 35px; font-size: 24px; font-weight: 700 } .report-item .price { font-size: 28px; line-height: 28px; color: #ff3b30 } .report-item .price .unit { display: inline-block; vertical-align: top; padding-right: 5px; font-size: 14px } .report-item .price .amount { display: inline-block; vertical-align: top; font-weight: 700 } .report-item .tips { height: 70px; padding-top: 13px } .report-item .discount { padding-top: 5px } .report-item .remain { color: #666 } .report-item .remain .num { color: #ff3b30 } .report-item .intro { display: inline-block; padding-top: 30px; padding-left: 0; line-height: 30px; text-align: left; color: #666 } .report-item .intro li { list-style-type: disc } .report-item .intro .hl { color: #ff3b30 } .report-item.-single { width: 100% } .feedback-company-modal .feedback { padding-top: 40px; width: 800px; margin-right: auto; margin-left: auto } .feedback-company-modal .feedback .title { font-size: 16px; color: #2e2e2e; margin-bottom: 20px } .feedback-company-modal .feedback textarea { width: 100%; height: 200px; margin-bottom: 20px; padding-top: 10px; padding-left: 10px; border: 1px solid #dcdcdc } .feedback-company-modal .feedback_body .feedback_title { text-align: center; color: #0084ff; font-size: 18px; width: 100%; padding-bottom: 28px; border-bottom: 1px solid #dcdcdc } .feedback-company-modal .feedback .phone { display: inline-block; margin-right: 50px } .feedback-company-modal .feedback .name { display: inline-block } .feedback-company-modal .feedback input { border: none; width: 318px; margin-left: 10px; padding-left: 10px; height: 45px; border: 1px solid #f3f3f3; color: #4d4d4d; font-size: 14px } .feedback-company-modal .feedback input:focus { outline: 0 } .feedback-company-modal .feedbackDis { pointer-events: none } .feedback-company-modal .feedbackSub { pointer-events: auto } .feedback-company-modal .feedback_box { padding-left: 0; padding-right: 0 } .modal .modal-owner-explain { padding: 20px 20px 24px 20px } .modal .modal-owner-explain .owner-explain-input { height: 120px } .modal .explain-message-pop { padding: 20px 32px 32px } .modal .explain-message-pop .intro { padding-top: 14px } .modal .explain-message-pop .img { width: 100%; vertical-align: top } .modal .explain-message-pop .btn { margin-top: 28px } .modal .del-explain-message .title { margin-top: 28px; margin-bottom: 45px; font-size: 16px; color: #333 } .modal .del-explain-message .btn-container { padding-bottom: 10px } .modal .del-explain-message .btn-container .btn { width: 120px; height: 30px; padding: 5px 10px } .modal .del-explain-message .btn-container .btn:nth-child(1) { margin-right: 13px } .save-invoice-box .content { position: relative; width: 725px; height: 374px; margin: 0 auto; background-repeat: round; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/save-invoce-new.jpg) } .save-invoice-box .qrcode { position: absolute; top: 210px; left: 15px; height: 130px; width: 130px } .loading-scroll { text-align: center } .loading-scroll .content { display: inline-block; height: 45px; width: 37px } .loading-scroll .item { width: 5px; height: 45px; margin-right: 3px; background-color: #b3daff; float: left; -webkit-animation: square-stretch 1.2s infinite ease-in-out; animation: square-stretch 1.2s infinite ease-in-out } .loading-scroll .item:last-child { margin-right: 0 } .loading-scroll .item:nth-child(5) { -webkit-animation-delay: -.8s; animation-delay: -.8s } .loading-scroll .item:nth-child(4) { -webkit-animation-delay: -.9s; animation-delay: -.9s } .loading-scroll .item:nth-child(3) { -webkit-animation-delay: -1s; animation-delay: -1s } .loading-scroll .item:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } @-webkit-keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } @keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } .concat-list { padding-top: 30px } .concat-list .concat-item { border: 1px solid #f3f3f3 } .concat-list .concat-item .item-img { height: 85px; width: 85px; text-align: center } .concat-list .concat-item .item-img .img-claim { width: 85px; position: relative; top: -12px } .concat-list .concat-item .item-img img.img-bd { max-width: 60px; max-height: 60px; border: 1px solid #f3f3f3 } .concat-list .concat-item .item-company { padding-bottom: 10px; padding-top: 4px; font-size: 18px } .concat-list .concat-item .item-bottom { border-top: 1px solid #f3f3f3; background: #fbfbfb; color: #999 } .concat-list .concat-item .item-num { color: #0084ff } .concat-list .concat-item .item-option .in-block .unread { position: absolute; top: -5px; right: -5px; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff } .concat-list .tic { margin-right: 3px } .company-concat-block .block-top { text-align: center } .company-concat-block .block-top .in-block { width: 84px; margin-bottom: 16px; border-radius: 2px } .company-concat-block .block-top .in-block.yel-btn { padding: 4px 4px } .company-concat-block .block-top .in-block.-not-first { margin-left: 4px } .company-concat-block .block-bottom .tips { color: #ffaf23; display: inline-block; word-break: keep-all; padding: 15px 0 0 0 } .company-concat-block .block-bottom .btn { display: inline-block; width: 210px; height: 32px; color: #fff; background: #ffaf23; float: left; margin-top: 9px } .company-concat-block .block-bottom .tip { margin-top: 9px; float: right; width: 15%; line-height: 15px; color: #0084ff; cursor: pointer } .company-concat-block .btn { border-radius: 0 } .company-comment-block .block-title { font-size: 16px; font-weight: 700; width: 100%; height: 39px; line-height: 34px; vertical-align: middle; text-align: left; padding: 4px 0 5px 0; border-bottom: 1px solid #f3f3f3; padding-bottom: 0 } .company-comment-block .zan-title { position: relative } .company-comment-block .zan-title::after { content: ''; position: absolute; width: 100%; height: 2px; bottom: -9.5px; background-color: #0084ff; left: 0 } .company-comment-block .num-a { color: #333 } .company-comment-block .mark-opt { font-size: 14px; color: #0084ff; white-space: nowrap } .company-comment-block .mark-opt .comment_mark { width: 22px; margin: -7px 6px 0 0 } .company-comment-block .mark-opt span { display: inline-block } .company-comment-block .mark-opt .approval-svg { margin-top: -6px; margin-right: 2px } .company-comment-block .zan-total.mark-opt { color: #333; padding-left: 15px; font-size: 15px; font-weight: 400 } .company-comment-block .like-img { padding: 10px 0 30px } .company-comment-block .like-img .link-tips { padding-top: 36px; color: #e0e0e0 } .company-comment-block .like-img .link-tips span { color: #666; font-size: 14px; margin: 0 0 } .company-comment-block .approval-block { padding: 0 10px 0 10px; word-wrap: break-word; overflow: hidden; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/zan-bg_0521.jpg); background-color: #fff; line-height: 22px } .company-comment-block .discuss-company { font-size: 12px; color: #333 } .company-comment-block .discuss-company:hover { color: #0084ff } .company-comment-block .dun { font-size: 12px; display: inline-block; margin-right: 2px; height: 22px; line-height: 22px } .company-comment-block .discuss { display: inline-block; font-size: 12px; color: #333; height: 22px; line-height: 22px } .company-comment-block .zan-user { font-size: 12px; font-style: inherit; color: #333 } .company-comment-block .zan-user a { color: #ff3b30 } .company-comment-block .mark-info { margin: 10px 0 20px; color: #333 } .company-comment-block .mark-info .info { float: left; width: 33%; text-align: center; line-height: 20px; white-space: pre-line; border: 0 solid #e0e0e0; border-right-width: 1px } .company-comment-block .mark-info .info .span { font-size: 14px } .company-comment-block .mark-info .info .num-a, .company-comment-block .mark-info .info .num-c, .company-comment-block .mark-info .info .num-u, .company-comment-block .mark-info .info .num-v { color: #ef5644; font-size: 16px; margin-right: 5px } .company-comment-block .mark-info .info:last-child { border-right-width: 0 } .modal-contact .nick-tips, .modal-user-nick .nick-tips { background: #f9f9f9; padding: 5px; border: 0 solid #ececec; border-bottom-width: 1px; color: #666 } .modal-contact .form-group .control-label, .modal-user-nick .form-group .control-label { padding-right: 0 } .modal-contact .form-group input, .modal-user-nick .form-group input { border-radius: 0; text-indent: 10px } .modal-contact .form-group textarea, .modal-user-nick .form-group textarea { border-radius: 0; text-indent: 10px; min-height: 180px } .modal-contact-dis .modal-body { padding: 0 } .modal-contact-dis .contact-tabs .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 33.33%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-contact-dis .contact-tabs .tab > div.active { background: #fff } .modal-contact-dis .contact-tabs .tab > div span { position: absolute; background: #f11900; border-radius: 8px; min-width: 16px; padding: 0 4px; height: 16px; font-size: 12px; color: #fff; line-height: 14px } .modal-contact-dis .tab-body { padding: 10px } .modal-contact-dis .tab-body .item { display: none; height: 500px; overflow: hidden; overflow-y: auto; padding-top: 10px } .modal-contact-dis .tab-body .item .in-block { width: 750px; margin-bottom: 0 } .modal-contact-dis .tab-body .item .item-body:first-child { border-top-width: 0 } .modal-contact-dis .btn { border: 1px solid #ececec; padding: 2px 10px; border-radius: 0 } .modal-discuss-dis .modal-body { padding: 0 } .modal-discuss-dis .tab > div { float: left; margin: 0; padding: 0; display: inline-block; width: 50%; height: 40px; background: #f9f9f9; text-align: center; vertical-align: middle; line-height: 40px; position: relative; cursor: pointer } .modal-discuss-dis .tab > div.active { background: #fff } .modal-discuss-dis .comment-dis { padding: 10px 10px 10px 80px; position: relative; color: #333 } .modal-discuss-dis .comment-dis img { position: absolute; left: 10px; top: 10px; width: 60px; height: 60px } .modal-discuss-dis .comment-dis .good { border: 1px solid #f11900; color: #f11900; margin-left: 10px } .modal-discuss-dis .comment-dis .float-right { color: #999 } .modal-discuss-dis .comment-dis { border: 0 solid #ececec; border-top-width: 1px } .modal-discuss-dis .comment-dis:first-child { border-top-width: 0 } .modal-discuss-dis .tab-body { height: 500px; overflow-y: auto } .modal-discuss-dis .tab-approval { line-height: 27px } .modal-discuss-dis .tab-approval .appr_item { display: inline-block; background: #f0f0f0; height: 27px; padding: 0 10px; font-size: 14px; color: #666; margin-right: 10px; line-height: 27px } .js-contact-tools { height: 37px; padding-top: 10px; margin-top: 13px; border: 0 dashed #ececec; border-top-width: 1px; text-align: center; text-align: center } .js-contact-tools .btn-send { line-height: 22px; padding: 0 10px; cursor: pointer; background-color: #ff7d18; color: #fff } .js-contact-tools .btn-cancel, .js-contact-tools .btn-sel { line-height: 22px; padding: 0 10px; border: 1px solid #ececec; cursor: pointer } .contact-warp > .tic { position: absolute; left: 10px; top: 65px } .modal-multi-contact .button-white-sm { line-height: 22px; font-size: 14px; text-align: center; cursor: pointer; display: inline-block; padding-left: 10px; padding-right: 10px; border: 1px solid #ececec; cursor: pointer } .comment-block { margin-top: 15px; padding-bottom: 18px } .company-comment-list { max-height: 470px; overflow-y: auto; border: 1px solid #f3f3f3; padding: 0 5px } .company-comment-list .comment-dis { text-align: left; padding: 15px 10px 15px 10px; position: relative; color: #333 } .company-comment-list .comment-dis .claim_home_icon { position: absolute; left: 10px; top: 20px; width: 60px; height: 60px } .company-comment-list .comment-dis .claim_home_icon img { width: 60px; height: 60px; border-radius: 30px } .company-comment-list .comment-dis .claim_home_icon_company { float: left; display: inline-block; width: 28px; height: 28px; margin-right: 10px; background-color: #f4f4f4 } .company-comment-list .comment-dis .claim_home_icon_company img { width: 28px; height: 28px } .company-comment-list .comment-dis .nick-name { word-break: keep-all; overflow: hidden; text-overflow: ellipsis; max-width: 130px; display: inline-block; float: left; white-space: nowrap } .company-comment-list .comment-dis .nick-type-2 { color: #0084ff; cursor: pointer } .company-comment-list .comment-dis .good, .company-comment-list .comment-dis .yel { display: inline-block; font-size: 11px; background: #fff; border: 1px solid #ff4d4d; color: #ef5644; margin-left: 6px; height: 18px; line-height: 15px; text-align: center; margin-top: -1px } .company-comment-list .comment-dis .yel { border: 1px solid #ff7d17; color: #ff7d17; width: 24px } .company-comment-list .comment-dis .qyz { position: relative; top: -1px; color: #ffaf25 } .company-comment-list .comment-dis .vip-color { position: relative; top: -2px; color: #ff7d18 } .company-comment-list .comment-dis .good { display: inline-block; width: 54px } .company-comment-list .comment-dis .bd-time { color: #999; font-size: 12px; height: 14px; line-height: 14px; width: 68px; text-align: center; vertical-align: middle; margin-top: 1px } .company-comment-list .comment-dis { border: 0 dashed #e0e0e0; border-bottom-width: 1px } .company-comment-list .comment-dis .comment-dis-item { line-height: 15px; height: 15px; vertical-align: middle; font-size: 12px; width: 180px } .company-comment-list .comment-dis .comment-dis-item span { float: left } .company-comment-input { margin-top: 18px } .company-comment-input .input-tools { background: #fff; height: 28px; line-height: 28px; color: #999 } .company-comment-input .input-tools .btn-input { width: 70px; border-bottom-right-radius: 2px; border-top-right-radius: 2px; float: right } .company-comment-input .input-tools .input-left { border-right: 0; height: 28px; line-height: 26px } .company-comment-input textarea { display: none; border: 1px solid #f3f3f3; border-bottom: 0; width: 100%; resize: none; height: 60px; padding: 5px 8px } .company-comment-input textarea:focus { outline: 0 } .company-comment-input.active textarea { display: block } .company-comment-input.active .input-tools { background: #fff } .company-comment-input.active .input-tools .input-left { border-top: none } .modal-discuss-tools .btn-white-sm { display: inline-block } .live-search-wrap.suggest-company-name.contact-company-name { width: 100%; height: 34px } .concat-textarea { height: 110px } .concat-tab { height: 40px; background: #f4f4f4; text-align: center; line-height: 40px } .concat-tab.active { background: #fff } .contact-box { width: 860px; -webkit-transition: all .7s; transition: all .7s; -moz-transition: all .7s; -o-transition: all .7s } .company-concat-block { text-align: center } .company-concat-block .c9 { color: #0084ff } .company-concat-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-concat-block .in-block { display: inline-block } .company-concat-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .company-concat-block .sec-c4 { color: #999 } .company-concat-block .f12 { font-size: 12px } .company-concat-block .btn-claim-bg { background-color: #ffaf25 !important; color: #fff } .company-concat-block .pb14 { padding-bottom: 14px } .company-concat-block .c19 { color: #ffaf25 } .company-comment-block .in-block { display: inline-block } .company-comment-block .break-word { word-wrap: break-word } .company-comment-block .f12 { font-size: 12px } .company-comment-block .in-bk-md { display: inline-block; vertical-align: middle } .company-comment-block .w200 { width: 200px } .company-comment-block .new-border { border: 1px solid #e0e0e0 } .company-comment-block .btn-blue-bg { background-color: #0084ff !important; color: #fff } .company-comment-block .in-block { display: inline-block } .company-comment-block .btn-28 { font-size: 14px; height: 28px; line-height: 28px; padding: 0 10px; text-align: center; cursor: pointer } .search_result_single .tic-weixuanzhong, .search_result_single .tic-xuanzhong { color: #ff7d18 } .modal-contact-box { line-height: 24px } .modal-contact-box .inner { padding: 30px; background-color: #fff } .modal-contact-box .user { padding-left: 5px; color: #0084ff } .modal-contact-box .contact-input-box { margin-left: 10px; margin-right: 8px; display: inline-block; width: 200px } .modal-contact-box .contact-input-box.-name { width: 270px } .modal-contact-box .aim { padding-top: 25px; padding-bottom: 5px } .modal-contact-box .btn-box { margin-top: 20px; margin-bottom: 10px; text-align: center } .modal-contact-box .live-search-wrap { width: 100%; height: 28px; overflow: visible; position: relative } .modal-contact-box .concat-tab { width: 50%; height: 40px; float: left; background: #f9f9f9; text-align: center; line-height: 40px; cursor: pointer } .modal-contact-box .concat-tab.active { background: #fff } .contact-to-claim { line-height: 24px; text-align: center } .contact-to-claim .claim-title { font-size: 18px } .card-contact { position: relative; padding: 20px 0 20px 15px; border: 0 solid #0084ff; border-left-width: 4px; color: #333; width: 840px; margin-left: 30px; -webkit-box-shadow: 0 0 10px -2px #ccc; box-shadow: 0 0 10px -2px #ccc; margin-bottom: 27px } .card-contact::after, .card-contact::before { display: table; content: " " } .card-contact::after { clear: both } .card-contact.unread-0 { color: #333 } .card-contact span { margin-right: 10px; margin-left: 10px } .card-contact span:first-child { margin-left: 0 } .card-contact .logo { margin-right: 15px } .card-contact .content { width: 730px; display: inline-block; vertical-align: middle } .card-contact i.tic { position: absolute; left: -30px; top: 33px } .card-contact .c9 { color: #0084ff } .card-contact .bd-time { color: #999 } .card-contact.-list { width: 100%; margin-left: 0; padding-right: 12px } .company-header-block { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-bottom: 16px } .company-header-block .box { position: relative; border: 0 solid; padding: 24px 16px 16px 164px } .company-header-block .box .logo-warp { position: absolute; left: 32px; top: 28px } .company-header-block .box .logo-warp .claim_icon_ok { position: absolute; width: 144px; height: 36px; left: -22px; top: 81px } .company-header-block .box .logo-warp .claim_icon_ok img { top: 0; left: 0; width: 144px; height: 36px } .company-header-block .box .logo-warp .go-baidu-business-card { width: 134px; height: 24px; margin: 23px 0 -4px -16px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 2px; border: 1px solid #ffae00; font-size: 12px; color: #ffae00; cursor: pointer } .company-header-block .box .logo-warp .visitor-content { margin-top: 24px } .company-header-block .box .refresh-company-info { position: absolute; top: 68px; right: 16px; font-size: 14px; display: inline-block } .company-header-block .box .dom-hr { position: absolute; top: 23px; left: 15%; width: 2px; height: 215px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/dom-hr-default.png) 0 0 no-repeat; background-size: 100% 100% } .company-header-block .box .content { font-size: 0 } .company-header-block .box .content .header { margin-bottom: 10px; line-height: 22px; font-size: 12px; vertical-align: middle } .company-header-block .box .content .header .name { display: inline-block; font-size: 20px; max-width: 620px; margin: 0; padding: 0; line-height: 26px; vertical-align: middle; color: #000; font-weight: 700 } .company-header-block .box .content .header .btn { vertical-align: top; margin-left: 16px } .company-header-block .box .content .btn-save-invoice { margin-left: 5px } .company-header-block .box .content .status-expand { display: inline-block; position: relative; cursor: pointer } .company-header-block .box .content .status-expand .drop { display: none; position: absolute; left: 100%; top: -50%; z-index: 1; text-align: left; background-color: #fff; border: 1px solid #e0e0e0; color: #333; white-space: nowrap } .company-header-block .box .content .status-expand .drop .label { color: #666 } .company-header-block .box .content .status-expand:hover .drop { display: block; padding: 4px 8px; font-size: 12px; line-height: 16px } .company-header-block .box .content .history-name-box { position: relative; cursor: pointer } .company-header-block .box .content .history-name-box .history-content { position: absolute; display: none; top: 24px; left: -50%; background-color: #fff; white-space: nowrap; z-index: 2; padding: 4px 8px; border: 1px solid #e0e0e0; color: #333 } .company-header-block .box .content .history-name-box:hover .history-content { display: block } .company-header-block .box .content .detail { margin: 18px 0 0; padding: 11px 16px 13px 12px; position: relative; background: #f5fbff; font-size: 14px } .company-header-block .box .content .detail .folder-btn { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #f5fbff)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #f5fbff 26.4%) } .company-header-block .box .content .detail .f0 { margin-bottom: 8px } .company-header-block .box .content .detail .f0 .in-block { display: inline-block; font-size: 14px } .company-header-block .box .content .detail .f0 .in-block:nth-child(1) { width: 39.2% } .company-header-block .box .content .detail .f0 .in-block:nth-child(2) { width: 37.2% } .company-header-block .box .content .detail .f0:nth-child(2) .in-block:nth-child(2) { width: 60.8% } .company-header-block .box .content .detail .f0:nth-child(2) .in-block:nth-child(2) .auto-folder { max-height: 16px; display: inline-block; vertical-align: sub; line-height: 16px; max-width: 518px } .company-header-block .box .content .detail .label { color: #666 } .company-header-block .box .content .detail .claim-opt { position: absolute; right: 16px; top: 11px; font-size: 12px } .company-header-block .box .content .detail .email { display: inline-block; max-width: 220px; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .box .content .detail .address { display: inline-block; vertical-align: top } .company-header-block .box .content .detail .company-link { display: inline-block; max-width: 300px; vertical-align: top; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .box .content .detail .company-link:hover { text-decoration: underline } .company-header-block .box .content .card-tag { margin: 16px 0 } .company-header-block .box .content .card-tag .content { font-size: 14px } .company-header-block .box .content .company-header-card .item { margin-right: 16px } .company-header-block .box .content .company-header-card .item:last-child { margin-right: 0; padding-right: 0 } .company-header-block .box .content .company-header-card .item:hover .content-top { color: #0084ff } .company-header-block .box .content .company-header-card .lazy-img { margin-right: 11px } .company-header-block .box .content .company-header-card .content { height: 36px; padding: 0 } .company-header-block .box .content .company-header-card .content .content-bottom, .company-header-block .box .content .company-header-card .content .content-top { height: 22px; font-size: 14px; line-height: 1.15 } .company-header-block .box .content .company-header-card .content .tag-intro { padding-right: 12px } .company-header-block .box .content .company-header-card .content .content-top { color: #333 } .company-header-block .box .content .company-header-card .content .content-bottom { color: #666 } .company-header-block .box .content .company-header-card .content .content-bottom .tag-num { font-style: normal; color: #0084ff } .company-header-block .-company-box .content .card-tag { margin-bottom: 0 } .company-header-block .-company-claimed .dom-hr, .company-header-block .-own-claimed .dom-hr { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/dom-hr-claimed.png) } .company-header-block .footer { line-height: 39px; font-size: 14px; padding: 0 16px; border-top: 1px solid #f3f3f3; background: #fcfcfc } .company-header-block .footer::after, .company-header-block .footer::before { display: table; content: " " } .company-header-block .footer::after { clear: both } .company-header-block .footer .link-hover-click { display: inline-block; float: right; margin-left: 16px } .company-header-block .footer .link-hover-click .tic { font-size: 20px; margin-right: 4px; float: left; color: #339cff } .company-header-block .footer .link-hover-click span { float: left } .company-header-block .footer .fptt-content { height: 33px } .company-header-block .footer .fptt-content .tic-qiyemingpian { padding-top: 1px } .company-header-block .footer .link-hover-click:first-child { float: left } .company-header-block .footer .hot-news-container { float: left; display: inline-block; height: 100% } .company-header-block .footer .hot-news-container .hot-news-title, .company-header-block .footer .hot-news-container .panel-carousel-container { display: inline-block; float: left } .company-header-block .footer .hot-news-container .hot-news-title { height: 100%; line-height: 40px; color: #666 } .company-header-block .footer .hot-news-container .panel-carousel-container { display: inline-block; position: relative; width: 688px; height: 22px; margin-top: 8px; font-size: 14px; vertical-align: top; overflow: hidden } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item { position: absolute; display: block; height: 24px; line-height: 24px; color: #333; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; -webkit-transform: translateY(24px); transform: translateY(24px) } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item.-reset { -webkit-transition: none; transition: none } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-time, .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-val { float: left; display: inline-block } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-val { max-width: 629px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item .panel-time { margin-left: 8px; color: #999 } .company-header-block .footer .hot-news-container .panel-carousel-container .panel-carousel-item:hover .panel-val { color: #0084ff } .company-header-block .updateInfoError { background-color: rgba(0, 0, 0, .65); border-radius: 5px; width: 367px; text-align: center; margin-right: auto; margin-left: auto; padding-top: 5px; padding-bottom: 11px; padding-left: 10px; padding-right: 10px; position: absolute; left: 0; right: 0; font-size: 14px; color: #fff; -webkit-box-shadow: 1px 2px 23px 6px rgba(0, 0, 0, .1); box-shadow: 1px 2px 23px 6px rgba(0, 0, 0, .1); z-index: 200 } .company-header-block .updateInfoError .close { float: right; color: #fff } .company-header-block .refesh { font-size: 14px } .company-header-block .refesh .update-info-btn-error i { color: #999 } .company-header-block .refesh .update-info-btn { color: #339cff; -webkit-transition: 1s; transition: 1s } .company-header-block .refesh .update-info-btn.cursor-not-allowed:hover { color: #339cff } .company-header-block .refesh .update-info-btn:hover { color: #339cff } .company-header-block .refesh .cursor-not-allowed { cursor: not-allowed } .company-header-block .mobile-look { position: relative } .company-header-block .mobile-look .mobile-look-box { display: none; position: absolute; top: 100%; left: 50%; z-index: 101; margin-left: -111px; text-align: center } .company-header-block .mobile-look .mobile-look-box .content { width: 222px; height: 182px; background: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); border-radius: 4px } .company-header-block .mobile-look .mobile-look-box:before { content: ''; position: absolute; top: -4px; border-top-color: #fff; border-right-color: transparent; border-bottom-color: transparent; border-left-color: #fff; -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); box-shadow: -2px -2px 5px rgba(0, 0, 0, .06); border-radius: 2px; border-width: 4px; border-style: solid; -webkit-transform: rotate(45deg); transform: rotate(45deg) } .company-header-block .mobile-look .mobile-look-box .qrcode { position: absolute; top: 51px; left: 21px } .company-header-block .mobile-look .mobile-look-box .img { vertical-align: top } .company-header-block .mobile-look:hover .mobile-look-box { display: block } .company-header-block .safetype { margin-right: 6px; color: #26c944 } .company-header-block .safetype.-warn { color: #ff7878 } .company-header-block.company-claim-bg { background-color: #fffcf7; border: 2px solid #f2dab8; -o-border-image: linear-gradient(to right top, #f2dab8 1%, #f2dab8 40%) 30 30; border-image: -webkit-gradient(linear, left bottom, right top, color-stop(1%, #f2dab8), color-stop(40%, #f2dab8)) 30 30; border-image: linear-gradient(to right top, #f2dab8 1%, #f2dab8 40%) 30 30 } .company-header-block.company-claim-bg .content .detail { background-color: #fef8ee } .company-header-block.company-claim-bg .content .detail .folder-btn { background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(26.4%, #fef8ee)); background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fef8ee 26.4%) } .xcx-qrcode-btn { position: relative } .xcx-qrcode-btn .xcx-block { width: 200px; height: 220px; position: absolute; right: 0; top: 38px; background: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); border-radius: 2px; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: right top; transform-origin: right top; z-index: 201 } .xcx-qrcode-btn .xcx-block .xcx-qrcode { margin: 10px auto 0; width: 180px; height: 180px } .xcx-qrcode-btn .xcx-block .info { font-size: 12px; color: #333; line-height: 31px; text-align: center; vertical-align: middle } .xcx-qrcode-btn:hover .xcx-block { -webkit-transform: scale(1); transform: scale(1) } .company-visitor { position: relative; display: inline-block; width: 120px; height: 64px; padding-right: 20px } .company-visitor .company-visitor-bg { position: absolute; left: 0; top: 0; width: 100px } .company-visitor .pv { position: absolute; width: 100px; left: 0; padding-top: 29px; line-height: 16px; text-align: center; white-space: nowrap } .company-visitor .pv .pv-txt { font-size: 12px; color: #666 } .company-visitor .company-visitor-pop-container { z-index: 101; position: absolute; left: 100px; top: 26px; display: none; -webkit-box-sizing: content-box; box-sizing: content-box; padding-left: 8px } .company-visitor .company-visitor-pop-container .company-visitor-pop { width: 444px; border-radius: 4px; overflow: hidden; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); background-color: #fff } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-title { display: block; height: 54px; font-size: 16px; line-height: 54px; text-align: center; color: #333 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content { display: block } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .company-visitor-link { height: 49px; padding-top: 9px; line-height: 19px; text-align: center; font-size: 14px; color: #333 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .company-visitor-img { width: 100%; vertical-align: middle } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .table { width: 420px; margin: 16px auto 0 } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td { padding: 8px 12px } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td .logo { margin-right: 16px } .company-visitor .company-visitor-pop-container .company-visitor-pop .company-visitor-pop-content .user-td .nickname { width: 60px; display: inline-block; vertical-align: middle } .company-visitor .company-visitor-pop-container .chart { position: relative; background: #f6faff; height: 175px; width: 420px; margin: 0 auto } .company-visitor .company-visitor-pop-container .loading-scroll { padding-top: 80px } .tyc-risk-header { color: #ff5f57; font-weight: 400 } .tyc-risk-header .lazy-img { display: inline-block; vertical-align: top } .tyc-risk-header .tips-block-data { margin-top: 3px } .eye-risk { position: relative; padding: 23px 16px; border: 1px solid #e4eef6 } .eye-risk .message { display: inline-block; width: 45px; vertical-align: middle } .eye-risk .reason { display: inline-block; vertical-align: middle; width: 159px } .eye-risk .single { line-height: 44px } .eye-risk .company-demo { position: absolute; left: 374px; top: 50%; margin-top: -56px; width: 484px } .eye-risk .human-demo { position: absolute; left: 366px; top: 50%; margin-top: -40px; width: 500px } .eye-risk .self-risk + .self-risk { margin-top: 36px } .eye-risk .tips-block-data { margin-top: 3px } .eye-risk.-hasrisk { padding: 10px 16px 12px; cursor: pointer } .eye-risk.-hasrisk .self-risk + .self-risk { margin-top: 16px } .self-risk .title { display: inline-block; width: 155px; vertical-align: middle } .self-risk .title .risk { display: inline-block; vertical-align: middle; margin-right: 8px; padding-top: 1px } .self-risk .content { display: inline-block; vertical-align: middle; line-height: 22px } .self-risk .content em { position: relative; padding: 0 5px } .self-risk .content em .click_mask_img { position: absolute; left: 4px; top: -1px; height: 20px } .self-risk .link-align { display: inline-block; vertical-align: middle } .risk-width-hidden { display: inline-block; max-width: 580px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .risk-detail { position: absolute; right: 16px; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%) } .eye-risk-demo { position: relative; padding: 25px 100px 25px 0; border: 1px solid #f3f3f3; cursor: pointer } .eye-risk-demo .demo { float: left; text-align: center } .eye-risk-demo .risk-text { color: #ff3b30 } .eye-risk-demo .severalrisks { padding-left: 5px; font-size: 18px } .eye-risk-demo .severalrisks .several { font-size: 14px } .eye-risk-seo { cursor: pointer } .eye-risk-seo .message { display: inline-block; width: 35px } .eye-risk-seo .reason { display: inline-block; width: 60px } .eye-risk-seo .box:last-child { border-bottom: 0; margin-bottom: 0 } .eye-risk-seo .title { position: relative; display: inline-block; vertical-align: middle; margin-right: 8px; padding-left: 8px } .eye-risk-seo .title:before { position: absolute; top: 5px; left: 0; content: ''; height: 14px; width: 2px; font-size: 12px; font-weight: 700; background: #ff5f57 } .eye-risk-seo .detail { padding: 11px 0 20px } .eye-risk-seo .row { position: relative } .eye-risk-seo .row em { position: relative; padding: 0 5px } .eye-risk-seo .click_mask_img { position: absolute; left: 4px; top: -1px; height: 20px } .eye-risk-seo .tag-risk-count { padding: 0 4px; line-height: 20px; font-size: 14px } .eye-risk-demo.-seo { border: 0; padding: 0 } .eye-risk-demo.-seo .demo { width: 100%; padding: 16px 0; border-bottom: 1px dotted #f3f3f3 } .eye-risk-demo.-seo .demo:last-child { border-bottom: 0 } .company-tab { position: absolute; right: 0; width: 38px; height: 120px; padding: 20px 14px; font-size: 14px; line-height: 18px; color: #fff; background-size: 100%; background-position: top left; -webkit-transform-origin: top right; transform-origin: top right; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: -webkit-transform .2s linear; transition: -webkit-transform .2s linear; transition: transform .2s linear; transition: transform .2s linear, -webkit-transform .2s linear } .company-tab.-public { top: 0; padding-top: 22px; color: #0084ff } .company-tab.-public.-active { top: 0; padding-top: 23px } .company-tab.-own { top: 107px; color: #db9927; padding-top: 25px } .company-tab.-own.-active { top: 103px; padding-top: 24px; height: 126px } .company-tab.-active { z-index: 1; width: 48px; height: 124px; padding-left: 20px; padding-top: 18px; font-size: 16px; font-weight: 700; color: #fff; line-height: 19px } .company-tab .msg-num { display: none } .company-tab.-num .msg-num { display: block } .company-tab.-num.-own { padding-top: 17px; line-height: 18px } .company-tab.-num.-own.-active { padding-top: 14px; line-height: 19px } .company-tab.-num.-own.-active .msg-num { width: 38px; height: 31px; font-weight: 700; line-height: 19px; font-size: 14px } .company-tab:hover { -webkit-transform: scale(1.125); transform: scale(1.125) } .company-tab:hover.-active { -webkit-transform: scale(1); transform: scale(1) } .company-tabwarp { position: fixed; top: 74px; z-index: 150 } .company-tabwarp.-abs { position: absolute; top: 0 } .company-tabwarp .msg-num { position: absolute; bottom: 0; right: 0; z-index: 1; width: 32px; height: 25px; font-size: 14px; line-height: 16px; text-align: center; color: #fff; font-weight: 700 } .company-warp { position: relative } body.-ready .company-tab.-public { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/public-tab-1.png) } body.-ready .company-tab.-public.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/public-tab-active-1.png) } body.-ready .company-tab.-own { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-1.png) } body.-ready .company-tab.-own.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-active-1.png) } body.-ready .company-tab.-num.-own { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-new-2.png) } body.-ready .company-tab.-num.-own.-active { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/own-tab-active-new-2.png) } .triangle-xcx { position: absolute; right: 0; top: 0; width: 26px; height: 26px; cursor: pointer } .triangle-xcx .tips { position: absolute; top: 2px; right: 2px; font-size: 24px; color: #94bee4; line-height: 24px; cursor: pointer; font-family: tic !important; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale } .triangle-xcx .tips:before { content: "\e71e" } .triangle-xcx .xcx-block { width: 187px; height: 150px; position: absolute; right: 0; top: 0; z-index: 101; border-radius: 4px; background-color: #fff; -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3); background-size: 100%; -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-out; transition-timing-function: ease-out; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: right top; transform-origin: right top } .triangle-xcx .xcx-block .xcx-qrcode { position: absolute; top: 44px; left: 22px; width: 85px; height: 85px } .triangle-xcx .xcx-block .info { font-size: 14px; color: #333; line-height: 19px; padding-top: 9px; text-align: center; vertical-align: middle } .triangle-xcx:hover .xcx-block { -webkit-transform: scale(1); transform: scale(1) } body.-ready .xcx-block { background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/xcx-qrcode-bg-1.png) } .modal .modal-question { padding: 20px 20px 24px 20px } .modal .modal-question .question-input { width: 490px; height: 110px; font-size: 14px; border: 1px solid #f3f3f3; padding: 10px; resize: none } .modal .modal-question .input-warp { position: relative } .modal .modal-question .input-warp .input-num { position: absolute; bottom: 10px; right: 10px; color: #999 } .modal .modal-question .tool { margin-top: 30px } .modal .modal-question .btn-primary { width: 160px } .modal .modal-answer { padding: 20px 20px 24px 20px } .modal .modal-answer .answer-input { width: 490px; height: 110px; font-size: 14px; border: 1px solid #f3f3f3; padding: 10px; resize: none } .modal .modal-answer .face-tool { padding-top: 12px } .modal .modal-answer .face-tool .btn-primary { width: 88px } .modal .modal-answer .title { width: 100%; font-size: 16px; color: #333; margin-bottom: 24px } .modal .modal-answer .rel-info { margin-top: -15px; margin-bottom: 20px } .modal .modal-answer .tool { margin-top: 30px } .modal .modal-answer .btn-primary { width: 160px } .modal .modal-qa-report { padding: 20px 20px 24px 20px } .modal .modal-qa-report .title { font-size: 16px; color: #333; margin-bottom: 24px } .modal .modal-qa-report .qa-report-item-list { border: 1px solid #f3f3f3 } .modal .modal-qa-report .qa-report-item-list .qa-report { height: 38px; line-height: 38px; border-top: 1px solid #f3f3f3; padding: 0 8px } .modal .modal-qa-report .qa-report-item-list .qa-report:first-child { border-top: 0 } .modal .modal-qa-report .qa-report-item-list .qa-report-check { float: right; font-size: 16px; color: #666 } .modal .modal-qa-report .qa-report-item-list .qa-report-check.active { color: #0084ff } .modal .modal-qa-report .qa-report-item-list .qa-report-check.active:before { content: "\e6f4" } .modal .modal-qa-report .tool { margin-top: 30px } .modal .modal-qa-report .btn-primary { width: 160px } .modal-answer-ok .content, .modal-question-ok .content { font-size: 16px; color: #333; margin-top: 10px } .modal-answer-ok .content .tic, .modal-question-ok .content .tic { color: #0084ff; margin-right: 6px } .modal-answer-ok .tip, .modal-question-ok .tip { margin: 16px 0 35px; text-align: center; font-size: 14px } .modal .modal-answer-ok { padding: 15px 28px } .modal .modal-answer-ok .tip { margin: 16px 0 10px } .modal .modal-question-detail { padding: 0 } .modal .modal-question-detail .question-list { height: 480px; overflow-y: auto } .modal .modal-question-detail .question-list .question { padding: 30px 48px 30px 78px } .modal .modal-question-detail .question-list .question .left { top: 16px; left: 48px } .modal .modal-question-detail .question-list .question .info { text-align: right } .modal .modal-question-detail .question-list .question .question-rel-info { color: #333 } .modal .modal-question-detail .question-list .answer-list { margin: 0 48px } .modal .modal-question-detail .question-list .question-block { margin-bottom: 0; border: 0 } .modal .modal-question-detail .question-list .question-block:hover { -webkit-box-shadow: none; box-shadow: none } .modal .modal-question-detail .answer-area { padding: 30px 0 30px 48px; border-top: 1px solid #f3f3f3 } .modal .modal-question-detail .answer-area .btn-primary { width: 96px; margin-left: 10px } .modal .modal-question-detail .answer-input { height: 36px; line-height: 36px; width: 620px; border: 1px solid #f3f3f3; text-indent: 10px; margin-left: 10px } .modal .modal-question-detail .answer-input:focus { outline: 0 } .modal-content > .header .title.-qa-title { word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; width: 100%; padding: 0 100px } .modal-chatbox .header { background-color: #f3f3f3 } .modal-chatbox .chat-input { position: relative; background: #f3f3f3; border-bottom-right-radius: 5px; border-bottom-left-radius: 5px; padding-bottom: 53px; height: 109px; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .modal-chatbox .chat-input.-focus { background: #fff } .modal-chatbox .chat-input .textarea { height: 68px; border: none; background: 0 0; word-break: break-all } .modal-chatbox .chat-input .face-tool { position: absolute; right: 16px; bottom: 12px } .modal-chatbox .chat-input .face-tool .btn { width: 56px } .modal-chatbox .chat-content { overflow-x: hidden; overflow-y: auto; padding: 0 16px 0 20px; height: 470px; border-bottom: 1px solid #e0e0e0; background-color: #f3f3f3 } .modal-chatbox .chat-inner::after, .modal-chatbox .chat-inner::before { display: table; content: " " } .modal-chatbox .chat-inner::after { clear: both } .modal-chatbox .time { text-align: center; margin: 28px auto; font-size: 12px; line-height: 16px; color: #999 } .modal-chatbox .message { margin-bottom: 18px; float: left; width: 100% } .modal-chatbox .message .logo { float: left; cursor: pointer } .modal-chatbox .message.-me { float: right; text-align: right; clear: right } .modal-chatbox .message.-me .bubble { background: #a3d3ff } .modal-chatbox .message.-me .bubble:before { left: 100%; border-color: #a3d3ff transparent transparent #a3d3ff } .modal-chatbox .message.-me .logo { float: right } .modal-chatbox .message .content { overflow: hidden } .modal-chatbox .message .bubble { position: relative; display: inline-block; vertical-align: top; min-height: 1em; margin: 3px 18px; text-align: left; font-size: 14px; border-radius: 4px; background: #fff } .modal-chatbox .message .bubble:before { content: " "; position: absolute; top: 6px; right: 100%; border-width: 3px 3px; border-style: solid; border-color: #fff #fff transparent transparent } .modal-chatbox .message .inner { word-wrap: break-word; word-break: break-all } .modal-chatbox .message .plain { max-width: 394px; padding: 8px 12px; line-height: 22px } .modal-chatbox .message .icon-fail, .modal-chatbox .message .icon-loading { position: absolute; right: 100%; top: 50%; margin-right: 12px; margin-top: -9px; font-size: 20px } .modal-chatbox .message .icon-loading { margin-top: -10px; color: #0084ff } .modal-chatbox .message .icon-fail { cursor: pointer; color: #ff3b30 } .loading-scroll { text-align: center } .loading-scroll .content { display: inline-block; height: 45px; width: 37px } .loading-scroll .item { width: 5px; height: 45px; margin-right: 3px; background-color: #b3daff; float: left; -webkit-animation: square-stretch 1.2s infinite ease-in-out; animation: square-stretch 1.2s infinite ease-in-out } .loading-scroll .item:last-child { margin-right: 0 } .loading-scroll .item:nth-child(5) { -webkit-animation-delay: -.8s; animation-delay: -.8s } .loading-scroll .item:nth-child(4) { -webkit-animation-delay: -.9s; animation-delay: -.9s } .loading-scroll .item:nth-child(3) { -webkit-animation-delay: -1s; animation-delay: -1s } .loading-scroll .item:nth-child(2) { -webkit-animation-delay: -1.1s; animation-delay: -1.1s } @keyframes square-stretch { 0%, 100%, 40% { -webkit-transform: scaleY(.4); transform: scaleY(.4) } 20% { -webkit-transform: scaleY(1); transform: scaleY(1) } } .usm-modal-open { overflow: hidden } .usm-modal-wrapper { z-index: 1050; position: fixed; left: 0; right: 0; top: 0; bottom: 0; overflow: hidden; webkit-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) } .usm-modal-wrapper .usm-mark { z-index: 500; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); opacity: 0; -webkit-transition: opacity .3s ease-out; transition: opacity .3s ease-out } .usm-modal-wrapper .dialog-wrapper { position: fixed; width: 100%; height: 100%; overflow: hidden; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out } .usm-modal-wrapper .dialog-close, .usm-modal-wrapper .dialog-top { position: fixed; right: 17%; width: 40px; height: 40px; border-radius: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #fff; background: rgba(0, 0, 0, .5); -webkit-transition: opacity .3s ease-in-out, bottom .3s ease-in-out; transition: opacity .3s ease-in-out, bottom .3s ease-in-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .usm-modal-wrapper .dialog-close .tic, .usm-modal-wrapper .dialog-top .tic { font-size: 18px } .usm-modal-wrapper .dialog-close { top: 24px } .usm-modal-wrapper .dialog-top { opacity: 0; bottom: 20px } .usm-modal-wrapper.-theme-default .dialog-wrapper { -webkit-transform: translateY(-5%); transform: translateY(-5%) } .usm-modal-wrapper.-theme-default .dialog-wrapper.-lg .dialog-header, .usm-modal-wrapper.-theme-default .dialog-wrapper.-lg .usm-dialog { width: 936px } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-position { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-header { position: fixed; top: 0; border-radius: 0 } .usm-modal-wrapper.-theme-default .dialog-wrapper.-pin .dialog-top { opacity: 1; bottom: 41px } .usm-modal-wrapper.-theme-default .usm-dialog { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); top: 24px; height: auto; border-radius: 5px; overflow: hidden; background-color: #fff } .usm-modal-wrapper.-theme-default .dialog-position { position: fixed; top: 0; bottom: 0; left: 0; right: 0; width: 100%; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow-x: hidden; overflow-y: auto } .usm-modal-wrapper.-theme-default .dialog-header { padding: 20px 40px; background-color: #f5f5f5 } .usm-modal-wrapper.-theme-default .dialog-content { padding: 23px 40px; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out } .usm-modal-wrapper.-theme-default.-show .usm-mark { opacity: 1 } .usm-modal-wrapper.-theme-default.-show .-dialog-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .usm-modal-wrapper.-theme-museum .usm-mark { background-color: rgba(0, 0, 0, .85) } .usm-modal-wrapper.-theme-museum .dialog-position { position: relative; top: 50%; width: 1247px; height: 520px; padding-top: 40px; margin: -260px auto 0 } .usm-modal-wrapper.-theme-museum .usm-dialog-item { display: none; width: 100%; height: 100% } .usm-modal-wrapper.-theme-museum .usm-dialog-item.-show { display: block } .usm-modal-wrapper.-theme-museum .usm-dialog { width: 1167px; height: 100%; margin: 0 auto; padding: 0 128px } .usm-modal-wrapper.-theme-museum .usm-dialog .detail-position { width: 100% } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail, .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img { width: 100%; float: left } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail { width: 376px; height: 100%; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail .title { line-height: 24px; font-size: 18px; color: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-detail .content { -ms-word-break: break-all; word-break: break-all; word-break: break-word; margin-top: 25px; font-size: 14px; line-height: 22px; color: rgba(255, 255, 255, .6) } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img { width: 480px; height: 100%; margin-left: 54px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .usm-modal-wrapper.-theme-museum .usm-dialog .dialog-museum-img .lazy-img { display: inline-block; max-width: 100%; max-height: 100% } .usm-modal-wrapper.-theme-museum .dialog-close { position: absolute; right: 0; top: 0 } .usm-modal-wrapper.-theme-museum .dialog-btn-next, .usm-modal-wrapper.-theme-museum .dialog-btn-prev, .usm-modal-wrapper.-theme-museum .dialog-close { background-color: rgba(102, 102, 102, .5) } .usm-modal-wrapper.-theme-museum .dialog-btn-next .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev .tic, .usm-modal-wrapper.-theme-museum .dialog-close .tic { color: rgba(255, 255, 255, .5) } .usm-modal-wrapper.-theme-museum .dialog-btn-next:hover .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev:hover .tic, .usm-modal-wrapper.-theme-museum .dialog-close:hover .tic { color: rgba(255, 255, 255, .7) } .usm-modal-wrapper.-theme-museum .dialog-btn-next.-disabled .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev.-disabled .tic, .usm-modal-wrapper.-theme-museum .dialog-close.-disabled .tic { color: rgba(255, 255, 255, .2); cursor: no-drop } .usm-modal-wrapper.-theme-museum .dialog-btn-next, .usm-modal-wrapper.-theme-museum .dialog-btn-prev { position: absolute; top: 50%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 40px; height: 100px; margin-top: -50px; border-radius: 4px; cursor: pointer } .usm-modal-wrapper.-theme-museum .dialog-btn-next .tic, .usm-modal-wrapper.-theme-museum .dialog-btn-prev .tic { font-size: 24px } .usm-modal-wrapper.-theme-museum .dialog-btn-next { right: 0 } .usm-modal-wrapper.-theme-museum.-show .usm-mark { opacity: 1 } .usm-modal-wrapper.-theme-museum.-show .-dialog-show { opacity: 1; -webkit-transform: translateY(0); transform: translateY(0) } .question-list { width: 100% } .question-list .own_have_question { position: relative; width: 100%; height: 124px; -webkit-box-sizing: border-box; box-sizing: border-box; background: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/ask_foryou_banner.png) 0 0 no-repeat; background-size: 100% 100%; cursor: pointer } .question-list .own_have_question div { position: absolute; left: 0; bottom: 19px; display: inline-block; width: 100%; height: 60px; padding: 0 17px 0 20px; font-size: 14px; color: #333 } .question-list .own_have_question div i { float: left; margin: 15px 0 0 18px; font-size: 20px; vertical-align: middle; color: #0183fe } .question-list .own_have_question div span { float: right; display: -webkit-box; width: 740px; height: 80%; margin-top: 6px; margin-right: 10px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; font-size: 18px; line-height: 48px; font-weight: 700; text-overflow: ellipsis; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical } .question-list .own_have_question:hover div > span { color: #0183fe } .question-list .question-block { width: 100% } .question-list .question-block .content span.icon { float: left } .question-list .question-block .content .js-shrink-container { display: inline-block; width: 760px; line-height: 22px } .question-list .question-block .content .js-shrink-container .js-full-container, .question-list .question-block .content .js-shrink-container .js-split-container { -webkit-box-sizing: content-box; box-sizing: content-box; width: 100%; font-size: 14px } .question-list .question-block .content .js-shrink-container .js-shrink-btn { font-size: 14px } .question-banner { border-bottom: none; padding: 20px 23px 16px; background-color: #f9f9f9 } .question-banner .title { margin-bottom: 15px; line-height: 24px } .question-banner .title .txt { font-weight: 700; font-size: 16px; line-height: 24px; color: #333 } .question-banner .qb-txt-more { font-size: 12px; color: #999 } .question-banner .qb-txt-more i { font-style: normal; color: #ff3b30 } .question-banner .btn-primary { float: right; width: 64px; height: 28px; margin-top: 16px; border-radius: 2px; line-height: 1 } .question-banner .input-warp { width: 100% } .question-banner .input-warp .textarea { padding: 6px 11px 23px } .question-banner .banner-question-input { width: 100%; height: 74px; padding: 8px 12px; line-height: 22px; overflow: hidden } .question-block .question { padding: 14px 23px 0; position: relative } .question-block .question .question-title-container { width: 100% } .question-block .question .question-title-container .title { font-size: 16px; color: #333; -ms-word-break: break-all; word-break: break-word; line-height: 24px } .question-block .question .question-title-container .title .question-title { position: relative; display: inline-block; width: 745px; line-height: 24px; font-weight: 700; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .question-block .question .question-title-container .title .report-ico { position: absolute; top: 7px; right: -41px; display: none; float: right; margin-left: 16px; font-size: 12px; line-height: 20px; white-space: nowrap; color: #999; cursor: pointer; font-weight: 400 } .question-block .question .question-title-container .title .report-ico .tic { margin-right: 4px } .question-block .question .question-title-container .title .btn-primary { float: right; width: 64px; margin-top: 4px; font-size: 14px } .question-block .question .question-title-container .info { width: 100%; margin-bottom: 2px; margin-top: 1px; font-size: 12px; line-height: 20px; color: #999 } .question-block .question .question-title-container .info .num { float: right } .question-block .question .question-title-container .question-title:hover .report-ico { display: inline } .question-block .question .question-title-container .question-title:hover .report-ico:hover { color: #0084ff } .question-block .question .question-title-container .tic-gantan { margin: 0 6px } .question-block .question .tic-wen- { color: #0084ff } .question-block .tic.tic-qiyerenzhengshengjid { position: absolute; left: 13%; bottom: -13px; font-size: 45px; color: #ff3b2f; opacity: .8 } .question-block .input-warp .input-num { font-size: 12px } .long-string { display: inline-block; width: 1px; height: 12px; margin: -2px 2px 0; vertical-align: middle; background-color: #e0e0e0 } .answer-ico { position: absolute; left: 0; top: 14px; font-size: 20px } .answer-ico .tic-answer { color: #ff7d18 } .answer-list { position: relative } .answer-list .-open-reply { border-bottom: none } .answer-list .-open-reply .info-answer-ico { color: #0084ff } .answer-list .question-loading { width: 100%; height: 34px; margin: 24px 0 21px; background-color: #fff } .answer-list .question-loading .position-box { width: 50px; margin: 0 auto } .answer-list .question-loading .content { float: left; width: 50px; height: 34px; padding: 0 } .answer-list .question-loading .content .item { cursor: default; padding: 0; width: 4px; height: 32px; margin-right: 4px; border: none } .answer-list .question-loading .content .item:hover { -webkit-box-shadow: none; box-shadow: none } .answer-list .question-loading .loading-text { float: left; margin-top: 23px; font-size: 12px; color: #666 } .answer-list.-more-answer .reply-user-list { margin-bottom: 15px } .answer-list.-more-answer.-open-answer-list .reply-user-list { margin-bottom: 0 } .answer-list-item:last-child .answer { border-bottom: none } .answer-list-item .info-answer-ico.-no-read { position: relative } .answer-list-item .info-answer-ico.-no-read:before { position: absolute; top: -1px; right: -3px; width: 6px; height: 6px; border-radius: 50%; background-color: #ff3a30; content: '' } .reply-user-list { position: relative; display: none; width: 100%; padding: 24px 23px 0 56px; background-color: rgba(243, 243, 243, .5) } .reply-user-list .reply-answer-textarea .input-warp { width: 100%; height: 36px; margin-bottom: 17px } .reply-user-list .reply-answer-textarea .input { display: inline-block; width: 100%; height: 36px; line-height: 1; padding-bottom: 7px; padding-top: 9px; overflow: hidden } .reply-user-list .reply-answer-textarea .input-num { bottom: 9px } .reply-user-list .reply-answer-textarea .position-box { width: 100%; height: 30px; margin-bottom: 16px; line-height: 30px } .reply-user-list .reply-answer-textarea .position-box .tic-xiaolian1 { float: left; font-size: 23px; color: #999; cursor: pointer } .reply-user-list .reply-answer-textarea .position-box .tic-xiaolian1:hover { color: #0084ff } .reply-user-list .reply-answer-textarea .position-box .btn-primary { float: right; width: 64px; height: 30px; margin-left: 16px } .reply-user-list .reply-list { border-top: 1px solid #f3f3f3 } .reply-user-list .reply-list .answer { padding-left: 33px; padding-right: 0; border-bottom: 1px solid #f3f3f3 } .reply-user-list .reply-list .answer:hover .preview-remove-link { display: inline-block } .reply-user-list .reply-list .answer:last-child { border-bottom-color: transparent } .reply-user-list .reply-list .preview-remove-link { float: right; color: #999 } .reply-user-list .reply-list .preview-remove-link:hover { color: #0082ff; text-decoration: none } .answer-input-area { display: none; height: 184px; margin-top: 15px; padding: 25px 23px 16px; background-color: #f9f9f9 } .answer-input-area .btn { float: right; width: 64px; height: 28px; padding-top: 3px } .answer-input-area .face-tool { margin-top: 16px; text-align: left } .answer-input-area .input-warp { height: 98px } .answer-input-area .textarea { padding: 6px 11px 22px; height: 100%; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .answer { padding: 13px 23px 0 56px; border-bottom: 1px solid #f3f3f3; font-size: 14px } .answer .answer-tag { float: right; display: inline-block; height: 20px; margin-left: 12px; padding: 1px 8px; border-radius: 2px; line-height: 18px; font-size: 12px; color: #0082ff; border: 1px solid #0082ff } .answer .answer-tag.-status0 { color: #0082ff; border: 1px solid #0082ff } .answer .answer-tag.-status-1 { color: #ff3b30; border: 1px solid #ff3b30 } .answer .answer-header { position: relative; color: #999; line-height: 20px; font-size: 12px } .answer .answer-header::after, .answer .answer-header::before { display: table; content: " " } .answer .answer-header::after { clear: both } .answer .answer-header .user-img { width: 24px; height: 24px; position: absolute; left: -33px; top: -2px } .answer .answer-header .user-img .icon-circle-bg { position: absolute; right: -2px; bottom: 5px; width: 10px; height: 10px; font-size: 12px } .answer .answer-header .user-img .lazy-img { float: left; width: 100%; height: 100%; border-radius: 50% } .answer .answer-header .tag-new-category { float: right; width: 53px; height: 20px; text-align: center; background-color: transparent } .answer .answer-header .tag-new-category:hover { background-color: transparent; border-color: #0084ff } .answer .answer-header .answer-private-msg { float: left; margin-left: 16px; font-size: 12px } .answer .answer-header .answer-private-msg .tic { float: left; margin-right: 4px; font-size: 12px } .answer .content { -ms-word-break: break-all; word-break: break-all; word-break: break-word; color: #333; padding-left: 0; margin: 3px 0 6px } .answer .content i.tic { margin-right: 8px; font-size: 20px; vertical-align: middle; color: #ff7d18 } .answer .info { position: relative; color: #999; font-size: 12px; line-height: 1 } .answer .info:hover .report-ico { display: block } .answer .icon-company-answer { position: relative; margin-left: 10px } .answer .icon-company-answer:before { position: absolute; content: ' '; width: 47px; height: 47px; background-image: url(https://cdn.tianyancha.com/web-require-js/themes/18blue/images/qa/icon-company-anser.png); background-repeat: no-repeat; background-size: cover; display: inline; top: -15px } .-open-answer-list .answer-list-item { position: relative } .-open-answer-list .answer-list-item:after, .-open-answer-list .answer-list-item:before { position: absolute; bottom: -1px; display: inline-block; width: 23px; height: 5px; background-color: #fff; content: '' } .-open-answer-list .answer-list-item:before { left: 0 } .-open-answer-list .answer-list-item:after { right: 0 } .-open-answer-list .-open-reply:after, .-open-answer-list .-open-reply:before { display: none } .-open-answer-list .answer-list-item:last-child:after, .-open-answer-list .answer-list-item:last-child:before { display: none } .-open-answer-list .answer-list-item:last-child .reply-user-list { margin-bottom: 15px } .answer-more { position: relative; margin-bottom: 15px; margin-top: 1px; line-height: 18px; text-align: center; font-size: 14px; color: #0084ff } .answer-more .tic { display: inline-block; width: 12px; margin-left: 4px; font-size: 12px } .answer-more .tic.tic-arrow-pn-right:before { display: inline-block; -webkit-transform: rotate(-90deg) scale(.7); transform: rotate(-90deg) scale(.7) } .answer-more.-event-more .tic:before { display: inline-block; -webkit-transform: rotate(180deg); transform: rotate(180deg) } .pin-slide-up-btn { position: fixed; bottom: 0; left: 50%; margin-left: -103px/2; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 103px; height: 30px; padding: 0; border-radius: 4px; border: none; -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .21); box-shadow: 0 0 4px 0 rgba(0, 0, 0, .21); -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; line-height: 30px; font-size: 14px; color: #0084ff; background-color: #fff; opacity: 0 } .pin-slide-up-btn .link-click { float: left } .pin-slide-up-btn .tic { float: right; margin-left: 4px; font-size: 12px } .pin-slide-up-btn.-show { opacity: 1; bottom: 25px } .user-qa-block { margin-top: 20px } .user-qa-block .answer { padding: 13px 0 15px 32px } .user-qa-block .answer-list { padding: 0 23px } .user-qa-block .answer-status { position: relative; width: 100%; height: 20px; margin-bottom: 5px; padding-left: 23px; line-height: 20px } .user-qa-block .answer-status .answer-status-txt { display: inline-block; width: 60px; height: 100%; padding-left: 4px; vertical-align: top; font-size: 12px; color: #fff; background-size: 100% } .user-qa-block .answer-status .answer-status-txt.-new-answer { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-new-answer.png) } .user-qa-block .answer-status .answer-status-txt.-my-answer { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-my-answer.png) } .user-qa-block .answer-status .answer-status-txt.-other-answer { color: #666; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-other-answer.png) } .user-qa-block .-open-answer-list .answer-list-item:after, .user-qa-block .-open-answer-list .answer-list-item:before { display: none } .user-qa-inv-block { margin-top: 10px } .user-body .question-block { border: 1px solid #f3f3f3; border-bottom-color: transparent } .user-body .question-block .answer { border-bottom-color: #f3f3f3 } .user-body .question-block .-open-reply .answer { border-bottom-color: transparent } .user-body .question-block .reply-user-list { width: 870px; margin-left: -23px } .user-body .question-block .-open-answer-list .reply-user-list { margin-bottom: 18px !important } .user-body .question-block:last-child { border-bottom: 1px solid #f3f3f3 } .user-body .question { padding-bottom: 14px } .user-body .preview-answer-block { padding: 13px 23px 15px 55px; border-bottom: none } .user-body .preview-remove-link:hover { text-decoration: none } .user-body .tic.tic-qiyerenzhengshengjid { left: 18%; bottom: -13px } .user-body .question-rel-info .company-claim { display: inline-block; width: 71px; height: 20px; margin-left: 5px; vertical-align: top; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-0.png); background-size: 100% 100% } .user-body .question-rel-info .company-claim.-pkg-1 { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-1.png) } .user-body .question-rel-info .company-claim.-pkg-2 { background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-2.png) } .user-body .question-rel-info .company-claim.-pkg-3 { width: 89px; background-image: url(https://static.tianyancha.com/web-require-js/public/images/user-company-claim-pkg-3.png) } .user-body .answer-list > .answer-status:nth-child(1) { margin-top: 15px } .user-body .answer-list .answer-status { padding-left: 0 } .user-body .answer-list .-no-border { border-bottom-color: transparent } .user-body .tag-status-check.-status-1 { color: #ff3b30; background-color: rgba(255, 59, 48, .1) } .user-body .question-title { width: 715px !important } .user-body .qa-invite-list { margin-top: 14px } .user-body .qa-invite-list .question-title { display: inline-block; width: 632px; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .user-body .qa-invite-list .info { max-width: 632px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .user-body .qa-invite-list .question-rel-info { color: #999 } .user-body .qa-invite-list .right-tool { position: absolute; right: 18px; top: 16px } .user-body .qa-invite-list .right-tool .btn-primary-bd { width: 64px; margin-right: 15px } .user-body .-not-answer { border-bottom: none !important } .user-body .-not-answer .answer-input-area { margin-top: 0 } .user-body .-block-no-pb { padding-bottom: 0 } .user-body .-more-answer .answer-list-item:last-child > .answer { padding-bottom: 0 } .user-body .-more-answer .answer-list-item:last-child .reply-user-list { margin-top: 15px } #_container_qa_myself .question-block, #_container_qa_other .question-block { border: 1px solid #e4eef6; border-top-color: transparent } #_container_qa_myself .question-block .answer:last-child .answer, #_container_qa_other .question-block .answer:last-child .answer { padding-bottom: 0 } #_container_qa_myself .question-block .answer .info, #_container_qa_other .question-block .answer .info { position: relative; padding-left: 0 } #_container_qa_myself .question-block .answer-list .answer, #_container_qa_other .question-block .answer-list .answer { padding-bottom: 15px } #_container_qa_myself .question-block .answer-list .-qa-status-0:hover > .answer .preview-remove-link, #_container_qa_other .question-block .answer-list .-qa-status-0:hover > .answer .preview-remove-link { display: inline-block } #_container_qa_myself .company_pager, #_container_qa_other .company_pager { height: auto } #_container_qa_myself .company_pager .pagination, #_container_qa_other .company_pager .pagination { margin-top: 20px } #_container_qa_myself .q-item-block-container .question-block:first-child, #_container_qa_other .q-item-block-container .question-block:first-child { border-top-color: #e4eef6 } #_container_qa_myself .reply-list .answer-more, #_container_qa_other .reply-list .answer-more { margin-left: -50px; width: 828px } #_container_qa_myself .answer-list .content span.icon, #_container_qa_other .answer-list .content span.icon { margin-top: -3px } #_container_qa_myself .info, #_container_qa_other .info { padding-bottom: 0 } #_container_qa_myself .-more-answer .answer-list-item:last-child .answer, #_container_qa_other .-more-answer .answer-list-item:last-child .answer { padding-bottom: 0 } #_container_qa_myself .-more-answer .answer-list-item.-open-reply .answer, #_container_qa_other .-more-answer .answer-list-item.-open-reply .answer { padding-bottom: 15px } #_container_qa_myself .reply-list .answer, #_container_qa_other .reply-list .answer { padding-bottom: 15px !important } #_container_qa_myself .question-header { border-bottom-color: #ffecde } #_container_qa_myself .tips-block-data { font-size: 14px; vertical-align: top; line-height: 1.8; color: #c48414; cursor: pointer } #_container_qa_myself .tips-block-data .claim-icon { display: inline-block; width: 23px; height: 20px; margin-right: 8px; margin-top: 2px; background-image: url(https://cdn.tianyancha.com/web-require-js/public/images/title-claim-company.png); background-size: 100% } .handle-icon-box { display: inline-block; font-size: 12px; text-align: left; white-space: nowrap; color: #999 } .handle-icon-box .tic { margin-right: 4px } .handle-icon-box .qa-handle-icon, .handle-icon-box .report-ico { width: 64px } .handle-icon-box div:first-child { width: 43px } .handle-icon-box .preview-remove-link { width: auto } .handle-icon-box .preview-remove-link:hover { text-decoration: none } .handle-icon-box .qa-handle-icon span { cursor: pointer } .handle-icon-box .qa-handle-icon .icon-num { font-style: normal } .handle-icon-box .qa-handle-icon .icon-num.-active { color: #0084ff } .handle-icon-box .qa-handle-icon .active { color: #0084ff } .handle-icon-box .qa-handle-icon .active .tic-dianzan-:before { content: "\e6f3" } .handle-icon-box .qa-handle-icon:hover { color: #0084ff } .handle-icon-box .qa-handle-icon:hover .tic-dianzan-:before { color: #0084ff } .handle-icon-box .info-answer-ico:hover { color: #0084ff } .handle-icon-box .report-ico { display: none } .handle-icon-box .report-ico:hover { color: #0084ff } .question-loading { width: 100%; height: 45px; margin-top: 29px; margin-bottom: 12px } .modal .question-claim-body { padding: 17px; text-align: center } .modal .question-claim-body .question-claim-img { width: 568px; height: 248px; margin-bottom: 13px; background: url(https://cdn.tianyancha.com/web-require-js/public/images/question-claim-img.png) 0 0 no-repeat; background-size: 100% 100% } .modal .question-claim-body .question-claim-text { margin-bottom: 29px; font-size: 14px; line-height: 24px; color: #666 } .modal .question-claim-body .question-claim-btn { width: 130px; height: 36px; padding-top: 8px; margin-bottom: 15px } .modal .modal-answer { padding: 24px 20px } .modal .modal-answer .title { margin-bottom: 23px; line-height: 18px; -ms-word-break: break-all; word-break: break-all; word-break: break-word } .modal .modal-answer .answer-input { border-color: #e0e0e0 } .modal .modal-answer .answer-input:focus { border-color: #0084ff } .modal .modal-answer .btn-primary { height: 36px; padding-top: 8px } .seek-question-content { width: 100% } .seek-question-content .data-header .link-click { font-weight: 400; line-height: 30px; font-size: 14px } .seek-question-content .data-header .tic { float: left; margin-right: 4px } .seek-question-content .seek-question-item { float: left; width: 288px; height: 260px; padding: 19px 24px 18px; border-radius: 2px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12), 0 0 0 1px rgba(0, 0, 0, .07); text-align: center; background-color: #fff; cursor: pointer; -webkit-transition: -webkit-box-shadow .3s; transition: -webkit-box-shadow .3s; transition: box-shadow .3s; transition: box-shadow .3s, -webkit-box-shadow .3s } .seek-question-content .seek-question-item:nth-child(even) { margin: 0 20px } .seek-question-content .seek-question-item:hover { -webkit-box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .07); box-shadow: 0 4px 5px -3px rgba(0, 0, 0, .06), 0 4px 12px 4px rgba(0, 0, 0, .06), 0 0 0 1px rgba(0, 0, 0, .07) } .seek-question-content .seek-user-img { position: relative; width: 24px; height: 24px; margin: 0 auto 7px } .seek-question-content .seek-user-img .lazy-img { float: left; width: 100%; height: 100%; border-radius: 50% } .seek-question-content .seek-user-img .icon-circle-bg { position: absolute; right: -2px; bottom: 4px; width: 10px; height: 10px; font-size: 12px } .seek-question-content .seek-content { float: left; width: 100%; height: 148px; padding-top: 20px } .seek-question-content .user-msg { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; float: left; display: inline-block; width: 100%; line-height: 14px; font-size: 12px; color: #999 } .seek-question-content .company-link, .seek-question-content .title { float: left; width: 100% } .seek-question-content .title { line-height: 24px; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 3; line-clamp: 3; -webkit-box-orient: vertical; max-height: 72px; display: inline-block \9; display: -moz-inline-block; -ms-word-break: break-all; word-break: break-all; word-break: break-word; font-weight: 700; font-size: 16px; color: #333 } .seek-question-content .company-link { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; font-size: 12px; line-height: 22px; color: #999 } .seek-question-content .btn { width: 64px; height: 28px; padding-top: 4px } .right-seek-container .question-header { color: #333; background-color: #fbfbfb } .right-seek-container .question-header .question-header-title { font-size: 16px } .right-seek-container .right-seek { background-color: #fff } .right-seek-container .right-seek-item { width: 100%; padding: 11px 10px 15px 15px; border-bottom: 1px solid #f3f3f3; cursor: pointer } .right-seek-container .right-seek-item .left, .right-seek-container .right-seek-item .right { float: left } .right-seek-container .right-seek-item .left { display: inline-block; width: 16px } .right-seek-container .right-seek-item .left .tic { display: inline-block; margin-top: -2px; font-size: 18px; color: #0084ff } .right-seek-container .right-seek-item .right { display: inline-block; width: 255px; padding-left: 19px } .right-seek-container .right-seek-item .right .title { -ms-word-break: break-all; word-break: break-all; word-break: break-word; font-weight: 400; font-size: 14px; color: #333 } .right-seek-container .right-seek-item .right .user { margin-top: 5px; line-height: 1; font-size: 12px; color: #999 } .right-seek-container .right-seek-item:hover { background-color: #f3f3f3 } .right-seek-container .right-seek-item:last-child { border-bottom: none } .right-question-container .question-header .question-header-title { float: left; display: inline-block; max-width: 264px; height: 100%; font-weight: 400; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; display: inline-block \9; display: -moz-inline-block } .right-question-container .my-self-question, .right-question-container .other-question { -ms-word-break: break-all; word-break: break-all; word-break: break-word } .right-question-container .right-question { position: relative } .right-question-container .right-question .question-loading { position: absolute; left: 0; top: 0; width: 100%; height: 100%; margin: 0; background-color: #fff } .right-question-container .right-question .question-loading .position-box { width: 50px; margin: 28px auto 0 } .right-question-container .right-question .question-loading .content { float: left; width: 50px; height: 34px; padding: 0 } .right-question-container .right-question .question-loading .content .item { cursor: default; padding: 0; width: 4px; height: 32px; margin-right: 4px; border: none } .right-question-container .right-question .question-loading .content .item:hover { -webkit-box-shadow: none; box-shadow: none } .right-question-container .right-question .question-loading .loading-text { float: left; margin-top: 23px; font-size: 12px; color: #666 } .right-question-container .right-question .item { border-bottom-color: #f3f3f3 } .right-question-container .right-question .item .company-name { margin-bottom: 14px } .right-question-container .right-question .answer { padding: 0; border-bottom: none } .right-question-container .right-question .right-answer-content { padding-left: 19px } .right-question-container .right-question .question { margin-bottom: 4px; padding: 0 } .right-question-container .right-question .question .other-question { width: 260px; padding-left: 36px } .right-question-container .right-question .question .my-self-question { padding-left: 37px } .right-data-container .company-name { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 15px } .right-data-container .company-name .logo { display: inline-block; width: 30px; height: 100%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden } .right-data-container .company-name .logo .lazy-img { float: left } .right-data-container .company-name .title { display: inline-block; width: 88%; height: 100%; float: left; padding-left: 6px; font-size: 16px; font-weight: 700; line-height: 20px; color: #333 } .right-data-container .company-name .title .title-company-name { display: inline-block; width: 100%; float: left; font-size: 14px; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .right-data-container .right-question-scroll { width: 100%; max-height: 447px; overflow-x: hidden; overflow-y: auto } .right-data-container .right-question-link { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 47px; border-top: 1px solid #f3f3f3; line-height: 1; font-size: 14px; text-align: center } #rightOtherQuestion .company-name { -webkit-box-sizing: border-box; box-sizing: border-box; width: 100%; margin-bottom: 15px } #rightOtherQuestion .company-name .logo { display: inline-block; width: 30px; height: 100%; float: left; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden } #rightOtherQuestion .company-name .logo .lazy-img { float: left } #rightOtherQuestion .company-name .title { display: inline-block; width: 87%; height: 100%; float: left; padding-left: 6px; font-size: 16px; font-weight: 700; line-height: 20px; color: #333 } #rightOtherQuestion .company-name .title .title-company-name { display: inline-block; width: 100%; float: left; line-height: 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } #rightOtherQuestion .title-about-type { float: left; margin-top: 8px; padding-left: 1px; line-height: 1; font-size: 12px; font-weight: 400; color: #999 } #rightOtherQuestion .-no-login .company-name .title { margin-top: 10px } #rightOtherQuestion .-no-login .company-name .title .title-about-type { display: none } #rightOtherQuestion .item .company-name > .logo { margin-top: 2px } .preview-question-block { padding-bottom: 14px } .preview-question-block .info { width: 100% !important; margin-bottom: 0; text-align: left } .preview-question-block .question-title { -ms-word-break: break-all; word-break: break-all; word-break: break-word } .preview-remove-link { display: none; float: right; color: #999 !important } .preview-remove-link .tic { float: left; margin-right: 4px } .preview-remove-link:hover { color: #0082ff !important } .qa-detail-modal .answer-list-item:hover > .answer .preview-remove-link, .user-body .answer-list-item:hover > .answer .preview-remove-link { display: inline-block } .qa-detail-modal .dialog-header:hover .preview-remove-link { display: inline-block } .user-invoice .question-title-container .btn-primary { margin-top: 0 !important } .user-invoice .question-title { width: 666px !important } .qa-detail-modal .dialog-header { position: relative } .qa-detail-modal .dialog-header .tag-status-check { position: absolute; top: 20px; right: 40px } .qa-detail-modal .qa-modal-title { -ms-word-break: break-all; word-break: break-all; word-break: break-word; width: 776px; font-weight: 700; font-size: 16px; line-height: 24px; color: #333 } .qa-detail-modal .qa-modal-title .btn-primary { position: absolute; top: 24px; right: 40px; display: none; width: 64px; font-size: 14px } .qa-detail-modal .input-warp .input-num { right: 11px; bottom: 6px; font-size: 12px } .qa-detail-modal .reply-answer-textarea .input { height: 36px; line-height: 36px; padding-top: 0; padding-bottom: 0 } .qa-detail-modal .reply-answer-textarea .input-num { bottom: 8px } .qa-detail-modal .reply-user-list { padding-left: 36px } .qa-detail-modal .qa-modal-company { font-size: 12px; line-height: 20px; color: #999 } .qa-detail-modal .qa-modal-footer .input-warp { width: 100%; margin-bottom: 17px } .qa-detail-modal .qa-modal-footer .textarea { height: 98px; padding: 6px 11px 22px } .qa-detail-modal .qa-modal-footer .position-box { height: 28px } .qa-detail-modal .qa-modal-footer .tic-xiaolian1 { float: left; display: inline-block; height: 100%; font-size: 24px; line-height: 28px } .qa-detail-modal .qa-modal-footer .btn { float: right; width: 64px; height: 28px; padding-top: 4px } .qa-detail-modal .qa-modal-qnum { position: relative; margin-top: 19px; height: 24px; line-height: 24px } .qa-detail-modal .qa-modal-qnum .answer-num-txt { position: absolute; display: inline-block; height: 100%; padding-right: 4px; font-size: 16px; background-color: #fff } .qa-detail-modal .qa-modal-qnum:before { position: absolute; top: 11px; left: 0; width: 100%; height: 1px; background-color: #f3f3f3; content: '' } .qa-detail-modal .answer { padding: 13px 0 15px 36px; border-bottom-color: #f3f3f3 } .qa-detail-modal .answer > span { float: left } .qa-detail-modal .answer .js-shrink-container { width: 100% !important } .qa-detail-modal .qa-modal-no-data { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 40px; width: 100%; text-align: center } .qa-detail-modal .qa-modal-no-data .qa-nodata-img { display: inline-block; width: 174px; height: 147px } .qa-detail-modal .qa-modal-no-data .qa-nodata-txt { display: block; margin-top: 14px; font-size: 14px; color: #999 } .qa-detail-modal .answer-private-msg { float: left } .qa-detail-modal .preview-remove-link:hover { text-decoration: none } .question .faces-area img { width: 22px; height: 22px } .user-my-question .question-title-container:hover .preview-remove-link { display: inline-block } .user-my-question .question-list .question-block:last-child.-not-answer { border-bottom-color: #f3f3f3 !important } .user-my-answer .answer-input-area { margin-bottom: 15px } .preview-remove-link:hover { text-decoration: none !important } .baipin-list { width: 100%; padding: 0 25px; border: 1px solid #eaf4ff } .baipin-list .zp-item { border-bottom: 1px solid #eaf4ff; padding: 20px 0 20px 0 } .baipin-list .zp-item:last-child { border-bottom-width: 0 } .baipin-list .zp-table { height: 98px } .baipin-list .zp-table .bp-t1 { width: 360px; vertical-align: top } .baipin-list .zp-table .bp-t2 { width: 330px; vertical-align: top } .baipin-list .zp-table .bp-t3 { width: 90px } .baipin-list .bp-btn { width: 88px; height: 36px; line-height: 36px; vertical-align: middle; text-align: center; font-size: 14px; padding: 0 } .baipin-list .zp-name { font-size: 16px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 350px } .baipin-list .zp-xinzi { margin-top: 8px; font-size: 16px; line-height: 26px } .baipin-list .zp-xinzi .btn-zt { display: inline-block; height: 26px; font-size: 12px; line-height: 26px; border: 1px solid #f3f3f3; border-radius: 2px; width: 46px; vertical-align: middle; text-align: center; color: #999; margin-top: -1px; margin-left: 15px } .baipin-list .zp-xinzi .zp-red { color: #ff3b30 } .baipin-list .zp-tag { line-height: 28px; font-size: 12px; margin: 0 -6px } .baipin-list .zp-tag .tag-welfare { margin: 10px 6px 0 6px; height: 28px; padding: 0 12px; background: #f3f3f3; border-radius: 2px; vertical-align: middle; text-align: center; display: inline-block } .baipin-list .zp-company { font-size: 16px; color: #333; cursor: pointer; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; width: 300px; display: inline-block } .baipin-list .zp-diqu { font-size: 14px; color: #666; line-height: 20px; margin-top: 10px } .baipin-list .zp-time { font-size: 14px; color: #333; line-height: 20px; margin-top: 20px } #_container_company_panel { border: 0; background: #fff; -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); width: 100%; height: 64px; font-size: 0; margin-bottom: 16px; -webkit-transition: all .25s; transition: all .25s } .company-panel { display: inline-block; width: 100%; height: 64px; padding: 20px 0; font-size: 14px; vertical-align: bottom; cursor: pointer; opacity: 0; -webkit-transition: all .23s; transition: all .23s } .company-panel .panel-left { width: 134px } .company-panel .panel-click, .company-panel .panel-item, .company-panel .panel-title { display: inline-block; vertical-align: middle; font-size: 16px; height: 24px; line-height: 24px } .company-panel .panel-item { padding: 0 3px 0 20px } .company-panel .panel-item em { display: inline-block; vertical-align: top; max-width: 200px; height: 24px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis } .company-panel .panel-title { font-size: 22px; padding: 0 16px; border-right: 1px solid #f3f3f3; color: #ff3b30 } .company-panel .panel-right { float: right; padding-right: 16px } .company-panel .panel-click { color: #ff3b30 } .company-panel .panel-click:hover { text-decoration: underline } .company-panel .panel-time { margin-right: 20px; color: #333 } .company-panel .panel-val { font-size: 16px; vertical-align: middle } .company-panel.-line { border-left: 1px solid #f3f3f3 } .company-panel.-explain .panel-title { color: #ffaf25 } .company-panel.-explain .panel-click { color: #ffaf25 } .company-panel.-primary .panel-title { color: #2495ff } .company-panel.-primary .panel-click { color: #0084ff } .company-panel.-primary em { color: #0084ff } .company-panel.-show { opacity: 1 } .company-panel-warp { height: 50px; font-size: 0; -webkit-transition: all .25s; transition: all .25s } .company-panel-warp .company-panel { width: 50% } .company-panel-warp [data-intelligence-carousel] .tic { color: #2495ff } .company-panel-warp .panel-carousel-container { display: inline-block; position: relative; width: 460px; height: 100%; padding-right: 16px; font-size: 14px; vertical-align: top; overflow: hidden } .company-panel-warp .panel-carousel-container .panel-carousel-item { position: absolute; width: 444px; height: 24px; line-height: 24px; color: #333; -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s; -webkit-transform: translateY(24px); transform: translateY(24px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .company-panel-warp .panel-carousel-container .panel-carousel-item em { margin: 0 8px; color: #0084ff } .company-panel-warp .panel-carousel-container .panel-carousel-item.-reset { -webkit-transition: none; transition: none } .-panel-loading { width: 100%; height: 100%; overflow: hidden; background-color: #fff } .company-panel-loading { padding: 0 } .company-panel-loading .loading-scroll { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 100% } .company-panel-loading .content { height: auto } .company-panel-loading .item { height: 32px } .right-promote-company .header .link-click { font-size: 12px; line-height: 48px } .right-promote-company .promote-company { float: left; display: inline-block; width: 100%; padding: 16px; border-bottom: 1px solid #f3f3f3; cursor: pointer } .right-promote-company .promote-company .promote-left, .right-promote-company .promote-company .promote-right { float: left } .right-promote-company .promote-company .promote-left { display: inline-block; vertical-align: middle; width: 50px; margin-left: 9px; font-size: 14px } .right-promote-company .promote-company .promote-left .logo-warp { position: relative; width: 48px; height: 48px; background-color: #fff } .right-promote-company .promote-company .promote-left .logo-warp .claim_icon_ok { position: absolute; left: -11px; bottom: -10px; width: 70px } .right-promote-company .promote-company .promote-left .logo-warp .claim_icon_ok .renzheng { display: block; width: 100%; height: 100% } .right-promote-company .promote-company .promote-right { display: inline-block; vertical-align: middle; width: 189px; margin-left: 16px; font-size: 14px } .right-promote-company .promote-company .promote-right .company { width: 100%; margin-top: 3px; line-height: 22px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; text-align: left; font-size: 14px; color: #333 } .right-promote-company .promote-company .labels-warp { margin-top: 6px } .right-promote-company .promote-company .labels-warp .tag-label { float: left; margin-right: 10px; color: #666; background-color: rgba(102, 102, 102, .1) } .right-promote-company .promote-company .own-block { padding-top: 19px; font-size: 0 } .right-promote-company .promote-company .own-block .detail { display: inline-block; width: 80px; height: 100px; padding: 7px; -webkit-box-shadow: 0 0 2px #e0e0e0; box-shadow: 0 0 2px #e0e0e0; margin-right: 11px; font-size: 14px; vertical-align: top; color: #333; background-color: #fff } .right-promote-company .promote-company .own-block .detail:last-child { margin-right: 0 } .right-promote-company .promote-company .own-block .pic { width: 100%; height: 65px; border-radius: 2px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; background-color: #f9f9f9 } .right-promote-company .promote-company .own-block .pic .lazy-img { max-width: 100%; max-height: 100% } .right-promote-company .promote-company .own-block .name { margin-top: 3px; font-size: 12px; line-height: 18px; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; text-align: center } .right-promote-company .promote-company:hover { background-color: #f3f3f3 } .right-promote-company .promote-company:hover .link-click { text-decoration: none } .modal-claim-owner em { color: #c48414 } .modal-claim-owner .warp { width: 512px; margin: 5px auto 56px; font-size: 16px; line-height: 22px } .modal-claim-owner .top { padding: 5px 0 10px; font-size: 16px } .modal-claim-owner .img { vertical-align: middle } .modal-claim-owner .check { padding-top: 18px; padding-bottom: 4px; font-size: 12px } .modal-claim-guide img { vertical-align: middle } .modal-claim-guide .btn-warp { padding: 20px 0 32px } .company-attention-brand { display: none; width: 100%; margin-top: 7px; margin-bottom: 24px; padding: 9px 12px 4px; background-color: #fbfbfb } .company-attention-brand .company-attention-brand-title { margin-bottom: 14px; font-size: 14px; line-height: 19px; color: #666 } .company-attention-brand .company-attention-brand-title em { color: #ff3b30 } .company-attention-brand .company-attention-brand-title .refresh-brand { float: right; color: #0084ff; font-size: 14px; cursor: pointer } .company-attention-brand .company-attention-brand-title .refresh-brand .tic { margin-right: 4px; font-size: 12px; line-height: 1 } .company-attention-brand .tag-common { float: left; margin-right: 8px; margin-bottom: 8px; cursor: pointer } .company-attention-brand .tag-common + .tag-common { margin-left: 0 } .tm-status { width: 100%; margin: 24px 0 98px } .tm-status .tm-status-hr, .tm-status .tm-status-item { float: left } .tm-status .position-box { width: 645px; margin: 0 auto } .tm-status .tm-status-item { position: relative } .tm-status .tm-status-hr { width: 175px; height: 4px; margin-top: 12px; background-color: #e0e0e0 } .tm-status .tic { display: inline-block; line-height: 1 } .tm-status .tic-shangbiaoxinxiliucheng_weiwancheng { float: right; width: 14px; height: 14px; margin-top: 7px; font-size: 15px; color: #e0e0e0 } .tm-status .tic-shangbiaoxinxiliucheng_wancheng { width: 28px; height: 28px; font-size: 30px; color: #0084ff } .tm-status .tm-status-item:last-child .tic { float: left } .tm-status .tm-text-box { position: absolute; top: 43px; left: -26px; width: 78px; text-align: center } .tm-status .tm-text-box .txt { display: inline-block; height: 19px; line-height: 19px; font-size: 14px; color: #333 } .tm-status .-active .tm-text-box { left: -24px } .tm-status .-active-hr .tm-status-hr { background: #0084ff } .tm-status .-active-txt .txt { color: #0084ff } .-logo-center .logo { width: 64px; min-height: 64px; height: auto; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } .-logo-center .-image .logo { display: -webkit-box; display: -ms-flexbox; display: flex } .-logo-center .img { width: auto !important; max-width: 64px } .tag-tooltip { position: absolute; -webkit-transition: -webkit-transform .3s cubic-bezier(0, .68, .49, .96); transition: -webkit-transform .3s cubic-bezier(0, .68, .49, .96); transition: transform .3s cubic-bezier(0, .68, .49, .96); transition: transform .3s cubic-bezier(0, .68, .49, .96), -webkit-transform .3s cubic-bezier(0, .68, .49, .96); -webkit-transform: scale(0); transform: scale(0) } .tag-tooltip .wrapper { position: relative } .tag-tooltip .wrapper .content { z-index: 100; width: auto; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px } .tag-tooltip .wrapper .content .inner { display: block; max-width: 294px; padding: 14px 16px; font-size: 14px; white-space: initial } .tag-tooltip .triangle { position: absolute; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .tag-tooltip .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .tag-tooltip.-in { -webkit-transform: scale(1); transform: scale(1) } .tag-tooltip.-left { margin-right: 12px } .tag-tooltip.-left .triangle { top: 32%; right: -22px; -webkit-transform: rotate(90deg); transform: rotate(90deg) } .tag-tooltip.-right { margin-left: 12px } .tag-tooltip.-right .triangle { -webkit-transform: rotate(-90deg); transform: rotate(-90deg); top: 32%; left: -7px } .tag-tooltip.-middle { margin-top: 12px } .tag-tooltip.-middle .triangle { top: -16px; left: 50% } .weichat-qrcode { position: relative; display: inline-block } .weichat-qrcode .qrcode-pic { position: absolute; top: 0; left: 100%; z-index: 1; display: none; width: 150px; height: 150px; margin-left: 6px; border-radius: 6px; background-color: #fff; -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2); box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2) } .weichat-qrcode .qrcode-pic img { width: 100%; border-radius: 6px; vertical-align: top } .weichat-qrcode .qrcode-icon { font-size: 24px; color: #0084ff; cursor: pointer } .weichat-qrcode:hover .qrcode-pic { display: block } .company-news-container { background-color: #fff } .company-news-container .company-news-item { width: 100%; padding: 20px 16px; border-top: 1px solid #e4eef6 } .company-news-container .company-news-item::after, .company-news-container .company-news-item::before { display: table; content: " " } .company-news-container .company-news-item::after { clear: both } .company-news-container .company-news-item .name { margin-bottom: 9px; line-height: 24px } .company-news-container .company-news-item .name .name-link { -webkit-box-sizing: border-box; box-sizing: border-box; overflow: hidden; word-break: keep-all; white-space: nowrap; text-overflow: ellipsis; display: inline-block; width: 100%; color: #333; font-size: 18px; font-weight: 700 } .company-news-container .company-news-item .name .name-link:hover { color: #0084ff } .company-news-container .company-news-item .abstracts { margin-bottom: 9px; font-size: 14px; color: #4a4a4e; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical } .company-news-container .company-news-item .tags { display: inline-block; padding-right: 20px } .company-news-container .company-news-item .tags .tic-match { padding-right: 4px } .company-news-container .company-news-item .tag-name:after { content: '/'; padding: 0 4px; color: #666 } .company-news-container .company-news-item .tags-group { display: inline-block } .company-news-container .company-news-item .tags-group .tag-name:last-child:after { content: '' } .company-news-container .company-news-item .infos { font-size: 12px; line-height: 22px; color: #999 } .company-news-container .company-news-item:last-child { border-bottom-color: #e4eef6 } .company-news-container em { color: #ff3b30 } .chart-scroll::after, .chart-scroll::before { display: table; content: " " } .chart-scroll::after { clear: both } .chart-scroll .data-box { float: left; width: 586px; height: 261px } .chart-scroll .chart-box { float: right; height: 261px; width: 300px; border: 1px solid #e4eef6 } .chart-scroll .chart-inner { position: relative; overflow-y: scroll; width: auto; height: 221px; border-bottom: 1px solid #e4eef6 } .chart-scroll-fix { width: 100%; margin-bottom: -1px } .chart-scroll-fix th:last-child { width: 10px; border-left: none } .chart-scroll-fix th:nth-last-child(2) { border-right: none } .chart-scroll-fix th { text-align: right; padding-right: 8px } .chart-table th { text-align: center } .chart-table td { text-align: right } .chart-table td:first-child { text-align: left; background: #f0f7fc } .chart-table td.chart-main-head { background: #fff } .chart-table tr { background-color: transparent; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1) } .chart-table .chart-sub { text-indent: 12px } .chart-table .active { background-color: #f0f7fc } .chart-table .active td { color: #0084ff } .chart-table .active td:first-child { color: #333 } .chart-table.-chart { font-size: 12px } .modal-transmit-business-cards .f-title { margin-bottom: 13px; font-size: 16px; line-height: 21px } .modal-transmit-business-cards .content { text-align: center; padding: 27px 28px 30px } .modal-transmit-business-cards .btn { position: relative; width: 82px } .modal-transmit-business-cards .btn .tips-msg-num { position: absolute; top: -8px; right: -8px } .modal-transmit-business-cards .btn + .btn { margin-left: 24px } .modal-transmit-business-cards .modal-btn-group { margin-bottom: 27px } .modal-dialog.-w358 { width: 358px; margin-left: -179px } .modal-slider { width: 900px; background: #fff; -webkit-transition: all .7s; transition: all .7s; border-radius: 5px } .modal-slider.-left, .modal-slider.-right { position: absolute } .modal-slider.-right { left: 900px } .modal-slider.-left { left: 0 } .modal-slider .back { position: absolute; left: 18px; top: 10px; color: #333; cursor: pointer } .modal-dialog.-slider-warp { width: 900px; height: 607px; overflow: hidden; margin-left: -450px } .stock-update-time { float: right; padding-right: 10px; line-height: 32px } .company-atlas-header { position: relative; display: inline-block } .company-atlas-header .table-new-tag { position: absolute; top: -8px; right: -30px; font-size: 12px; color: #ff3b30 } .company-atlas { text-align: center } .company-atlas-img { display: inline-block; margin-bottom: -8px; width: 248px; height: 101px } .sort-bg .sort-chart { display: inline-block; width: 119px; height: 87px } .legal-representative .humancompany .name { width: 190px } .-td-no-padding { padding: 0 !important; position: relative } .td-img-box { position: relative; height: 158px; text-align: center } .td-img-box .img-box { display: inline-block; width: 260px; height: 120px; overflow: hidden; margin-top: -10px } .td-img-box .btn-warp { position: absolute; left: 0; right: 0; bottom: 2px } .td-img-box .btn { width: 80px; font-size: 12px } .td-img-box .mask { position: absolute; bottom: 36px; left: 0 } .company-graph-left { top: 30px; position: absolute; left: 120px } .sort-bg { text-align: center; background-color: transparent !important } .sort-chart { max-height: 115px; max-width: 90%; margin: 0 auto } .tmInfo-img { width: 92px; height: 64px } .tmInfo-img .-w-tm, .tmInfo-img .img { width: 92px; height: 64px; line-height: 64px } .tmInfo-img .-w-tm.logo-text.-l4, .tmInfo-img .img.logo-text.-l4 { line-height: 38px; font-size: 17px } .judicialSale-item { display: inline-block } .change-text { text-align: justify; word-break: break-all } .change-text em { color: #ff3b30 } .change-text a { color: inherit } .change-text a:hover { color: #0084ff } .select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .claim-detail-img { max-width: 600px; max-height: 550px } .claim-concat { text-align: center; margin-bottom: 15px } .claim-concat .btn { width: 120px } .company-announce-warp { display: inline-block; margin-left: 10px; margin-top: -5px } .show-all-graph { position: absolute; top: 16px; right: 14px; width: 78px } .show-all-graph.timeline-d { top: 50px } .dagudong { position: relative; display: inline-block; vertical-align: middle } .dagudong .link-click { display: inline-block; max-width: 188px; vertical-align: middle; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .dagudong .tag-common { margin-top: 4px } .dagudong .num-dagudong { margin-left: 2px; padding: 2px 4px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; line-height: 1; color: #fff; font-size: 12px; display: inline-block; vertical-align: middle; padding-bottom: 4px } .ripple { display: inline-block; -webkit-animation: ripple 2s infinite; animation: ripple 2s infinite } .icpinfo-width { max-width: 120px; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap } .tips-yd { color: #666; font-size: 12px; font-weight: 400 } .navigation-circle { background-color: #ff3b30; width: 8px; height: 8px; border-radius: 50%; margin-top: -2px } .charts-financial-analysis::after, .charts-financial-analysis::before { display: table; content: " " } .charts-financial-analysis::after { clear: both } .charts-financial-analysis .left { float: left; width: 195px; border: 1px solid #e4eef6 } .charts-financial-analysis .list-group .item { height: 39px; line-height: 39px; padding: 0 15px; vertical-align: middle; border: 0; border-top: 1px solid #f3f3f3 } .charts-financial-analysis .list-group .item.active { color: #0084ff; background: #fbfbfb; font-weight: 700 } .charts-financial-analysis .list-group .item:first-child { border-top: 0 } .charts-financial-analysis .right { float: right; width: 696px; height: 235px; border: 1px solid #e4eef6 } .charts-financial-analysis .chart-sp { width: 100%; height: 233px; display: none } .charts-financial-analysis .chart-sp.active { display: block } .more-message { display: block; height: 46px; line-height: 46px; margin-top: 25px; text-align: center; font-size: 16px; border: 1px solid #0084ff; border-radius: 3px; color: #0084ff } .more-message:hover { background: rgba(0, 132, 255, .1); -webkit-transition: background-color .5s; transition: background-color .5s } .footer-banner { -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1); box-shadow: 0 0 2px rgba(0, 0, 0, .1); margin-top: 30px; height: 272px } .seo-info { margin-top: 20px; color: #999 } body.-seo .company_pager .pagination { float: left } body.-seo .seo-pagination-all { margin-top: 24px; display: inline-block; margin-left: 20px } body.-seo .block-data::after, body.-seo .block-data::before { display: table; content: " " } body.-seo .block-data::after { clear: both } body.-seo .block-data-group { margin-top: 20px } .company-history-count { display: inline-block; font-size: 14px; color: #999; font-weight: 400 } .company-history-count:before { content: '查看更多 ' } .company-history-count:after { content: ' ' } .company-history-count .count:after { content: ' ' } .company-modal-detail { max-height: 80vh; min-height: 40px } .company-share-hk-chart::after, .company-share-hk-chart::before { display: table; content: " " } .company-share-hk-chart::after { clear: both } .company-share-hk-chart .float-left { width: 50%; padding-right: 8px } .company-share-hk-chart .float-right { width: 50%; padding-left: 8px } .company-share-hk-chart .chart-box { margin-bottom: 27px; width: 100%; height: 350px; border: 1px solid #e8f0f7 } .intro-tag-box { position: relative } .intro-tag-box .tic-caret-down { font-size: 14px; color: #999; -webkit-transition-duration: .5s; transition-duration: .5s; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transform-origin: 50% 50%; transform-origin: 50% 50% } .intro-tag-box .content { position: absolute; left: 50%; margin-left: -160px; z-index: 100; width: 320px; -webkit-transform-origin: 50% 0; transform-origin: 50% 0; z-index: 502; margin-top: 4px; font-size: 14px; line-height: 22px; font-weight: 400; text-align: left; color: #333; background: #fff; -webkit-box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); box-shadow: 0 1px 4px 0 rgba(96, 96, 96, .5); border-radius: 2px; opacity: 0; -webkit-transition: all .3s ease-out; transition: all .3s ease-out; -webkit-transform: scale(0); transform: scale(0) } .intro-tag-box .content:before { content: ''; position: absolute; top: -4px; height: 4px; width: 100% } .intro-tag-box .content .item { position: relative; display: block; padding: 4px 8px; line-height: 22px; margin: 0 0 4px; text-align: left; color: #333; -webkit-transition: background 1s cubic-bezier(.075, .82, .165, 1); transition: background 1s cubic-bezier(.075, .82, .165, 1); cursor: pointer } .intro-tag-box .content .item a { color: inherit } .intro-tag-box .content .item:hover { color: #333; background: #f3f3f3 } .intro-tag-box .content .item:first-child { margin-top: 4px } .intro-tag-box .content .item:last-child { margin-top: 4px } .intro-tag-box:hover .content { opacity: 1; pointer-events: auto; display: block; -webkit-transform: scale(1); transform: scale(1) } .intro-tag-box:hover .tic { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .intro-tag-box .content { top: 100%; margin-top: 13px } .intro-tag-box .content .triangle { position: absolute; top: -16px; left: 50%; display: block; width: 30px; height: 16px; margin-left: -15px; overflow: hidden; -webkit-box-shadow: 0 16px 10px -17px #e0e0e0; box-shadow: 0 16px 10px -17px #e0e0e0 } .intro-tag-box .content .triangle:after { display: block; content: " "; position: absolute; width: 15px; height: 15px; top: 10px; left: 5px; border: 1px solid #e0e0e0; -webkit-transform: rotate(45deg); transform: rotate(45deg); background: #fff; -webkit-box-shadow: -1px -1px 10px -2px #e0e0e0; box-shadow: -1px -1px 10px -2px #e0e0e0 } .intro-tag-box .content .inner { font-size: 14px; white-space: initial; padding: 13px 16px 16px; display: block }
0.435301
0.212722
.paper-item { margin-bottom: 4em; background-color: #FFFFFF; borderr: 1px solid blue; } .paper-item > div { display: flex; flex-wrap: wrap; } .paper-item-big-img { width: 100%; display: block; margin-bottom: 0.5em; } .paper-item-big-img > img { width: 100%; display: block; max-height: 200px; } .paper-item > div > div { flex: 1 1 1%; borderr: 1px solid red; } .paper-item > div > div.featured { width: 100%; display: block; } .paper-item > div > div > h3 { margin: auto; padding: 0.2em 0.1em; -webkit-line-clamp: 2; } .paper-item > div > div > h3 > a { color: #000000; font-size: large; display: inline-block; borderr: 1px solid blue; } .paper-item-writer { display: flex; margin: 0.5em auto; } .paper-item-writer > img { width: 3em; height: 3em; border-radius: 50%; display: inline-block; vertical-align: middle; border: 1px solid #F3F3F3; } .paper-item-writer > div { width: 80%; flex: 1 1 1%; font-size: small; align-self: center; padding-left: 0.3em; display: inline-block; vertical-align: middle; borderr: 1px solid red; } .paper-item-writer > div > div { padding: 0.2em 0.1em; -webkit-line-clamp: 2; } .paper-item-writer > div > div > a { color: #000000; vertical-align: middle; borderr: 1px solid red; } .paper-item-writer > div > div > svg { width: 15px; height: 15px; fill: #808080; display: inline; vertical-align: middle; } .paper-item > div > div > time { color: #808080; font-size: small; } .paper-item > div > div > span { color: #00CC00; font-size: small; } .paper-item-img { width: 100%; display: block; margin-top: 0.5em; } .paper-item-img > img { width: 100%; height: 10em; display: block; } @media only screen and (min-width: 300px) { .paper-item > div > div { width: 64%; vertical-align: top; padding-right: 0.5em; display: inline-block; } .paper-item-img { width: auto; float: right; margin-top: 0; vertical-align: top; display: inline-block; } .paper-item-img > img { width: 10em; } } @media only screen and (min-width: 400px) { .paper-item > div > div { width: 73%; } .paper-item-writer > div { width: 87%; } } @media only screen and (min-width: 500px) { .paper-item > div > div { width: 78%; } .paper-item > div > h3 { font-size: large; } .paper-item-writer > div { width: 90%; } } @media only screen and (min-width: 600px) { .paper-item > div > div { width: 81%; } .paper-item-writer > div { width: 92%; } } @media only screen and (min-width: 768px) { .paper-item > div > div { width: 80%; } .paper-item-writer > div { width: 94%; } .paper-item-img > img { width: 12em; height: 12em; } } @media only screen and (min-width: 880px) { .paper-item-writer > div { width: 95%; } } @media only screen and (min-width: 1200px) { .paper-item-writer > div { width: 96%; } }
public/res/css/paper-item.css
.paper-item { margin-bottom: 4em; background-color: #FFFFFF; borderr: 1px solid blue; } .paper-item > div { display: flex; flex-wrap: wrap; } .paper-item-big-img { width: 100%; display: block; margin-bottom: 0.5em; } .paper-item-big-img > img { width: 100%; display: block; max-height: 200px; } .paper-item > div > div { flex: 1 1 1%; borderr: 1px solid red; } .paper-item > div > div.featured { width: 100%; display: block; } .paper-item > div > div > h3 { margin: auto; padding: 0.2em 0.1em; -webkit-line-clamp: 2; } .paper-item > div > div > h3 > a { color: #000000; font-size: large; display: inline-block; borderr: 1px solid blue; } .paper-item-writer { display: flex; margin: 0.5em auto; } .paper-item-writer > img { width: 3em; height: 3em; border-radius: 50%; display: inline-block; vertical-align: middle; border: 1px solid #F3F3F3; } .paper-item-writer > div { width: 80%; flex: 1 1 1%; font-size: small; align-self: center; padding-left: 0.3em; display: inline-block; vertical-align: middle; borderr: 1px solid red; } .paper-item-writer > div > div { padding: 0.2em 0.1em; -webkit-line-clamp: 2; } .paper-item-writer > div > div > a { color: #000000; vertical-align: middle; borderr: 1px solid red; } .paper-item-writer > div > div > svg { width: 15px; height: 15px; fill: #808080; display: inline; vertical-align: middle; } .paper-item > div > div > time { color: #808080; font-size: small; } .paper-item > div > div > span { color: #00CC00; font-size: small; } .paper-item-img { width: 100%; display: block; margin-top: 0.5em; } .paper-item-img > img { width: 100%; height: 10em; display: block; } @media only screen and (min-width: 300px) { .paper-item > div > div { width: 64%; vertical-align: top; padding-right: 0.5em; display: inline-block; } .paper-item-img { width: auto; float: right; margin-top: 0; vertical-align: top; display: inline-block; } .paper-item-img > img { width: 10em; } } @media only screen and (min-width: 400px) { .paper-item > div > div { width: 73%; } .paper-item-writer > div { width: 87%; } } @media only screen and (min-width: 500px) { .paper-item > div > div { width: 78%; } .paper-item > div > h3 { font-size: large; } .paper-item-writer > div { width: 90%; } } @media only screen and (min-width: 600px) { .paper-item > div > div { width: 81%; } .paper-item-writer > div { width: 92%; } } @media only screen and (min-width: 768px) { .paper-item > div > div { width: 80%; } .paper-item-writer > div { width: 94%; } .paper-item-img > img { width: 12em; height: 12em; } } @media only screen and (min-width: 880px) { .paper-item-writer > div { width: 95%; } } @media only screen and (min-width: 1200px) { .paper-item-writer > div { width: 96%; } }
0.251464
0.086942
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=cyrillic,cyrillic-ext,latin,greek-ext,greek,latin-ext,vietnamese"); /*@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } body { font-family: 'Cinzel Decorative', cursive; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* Invoice styles */ /** * DON'T override any styles for the <html> and <body> tags, as this may break the layout. * Instead wrap everything in one main <div id="container"> element where you may change * something like the font or the background of the invoice */ html, body { /* MOVE ALONG, NOTHING TO CHANGE HERE! */ } /** * IMPORTANT NOTICE: DON'T USE '!important' otherwise this may lead to broken print layout. * Some browsers may require '!important' in oder to work properly but be careful with it. */ .clearfix { display: block; clear: both; } .hidden { display: none !important; } b, strong, .bold { font-weight: bold; } #container { font: normal 13px/1.4em 'Open Sans', Sans-serif; margin: 0 auto; padding: 0px; min-height: 1158px; position: relative; } .invoice-top { background: #8B0036 url("../img/top-bg.png") center bottom no-repeat; background-size: 100% auto; color: white; min-height: 120px; padding: 40px; } .invoice-body { padding: 0 40px 40px 40px; } #memo .logo { float: left; margin-right: 20px; } #memo .logo img { width: 100px; height: 100px; } #memo .company-name { float: left; font-size: 36px; font-weight: bold; line-height: 1em; display: inline-block; min-width: 20px; } #memo .company-info { float: right; font-size: 11px; text-align: right; } #memo .company-info div { display: inline-block; min-width: 20px; } #memo:after { content: ''; display: block; clear: both; } .gray-text { color: #959595; } #client-invoice-info { margin-top: 15px; } #client-invoice-info table { width: 100%; table-layout: initial !important; } #client-invoice-info table tr:first-child td { border-bottom: 1px solid #959595; padding-bottom: 10px; } #client-invoice-info table tr:nth-child(2) td { padding-top: 10px; } #client-invoice-info table tr td:first-child { width: 10%; color: #959595; } #client-invoice-info table tr td:nth-child(2) { width: 12%; font-size: 14px; } #client-invoice-info table tr td:nth-child(3) { width: 43%; font-size: 14px; } #client-invoice-info table tr td:last-child { width: 35%; } #invoice-title-number { text-align: center; margin: 20px 0 10px 0; font-size: 15px; } #invoice-title-number span { display: inline-block; min-width: 20px; margin-bottom: 10px; line-height: 1em; } #invoice-title-number #title { font-size: 35px; } #invoice-title-number #number { color: #959595; } table { table-layout: fixed; } table th, table td { vertical-align: top; word-break: keep-all; word-wrap: break-word; } #items { margin-top: 30px; } #items .first-cell, #items table th:first-child, #items table td:first-child { width: 18px; text-align: right; } #items table { border-collapse: separate; width: 100%; } #items table tr:nth-child(odd) { background: #E2DAD1; } #items table th { font-weight: bold; padding: 15px 10px; text-align: right; border-bottom: 4px solid #8B0036; background: #E2DAD1; } #items table th:nth-child(2) { width: 30%; text-align: left; } #items table th:last-child { text-align: right; } #items table td { padding: 15px 10px; text-align: right; } #items table td:first-child { text-align: left; } #items table td:nth-child(2) { text-align: left; } #sums { float: right; page-break-inside: avoid; } #sums table tr th, #sums table tr td { min-width: 100px; padding: 10px; text-align: right; } #sums table tr th { text-align: left; padding-right: 35px; } #sums table tr.amount-total th { text-transform: uppercase; } #sums table tr.amount-total th, #sums table tr.amount-total td { color: #8B0036; font-size: 16px; } #sums table tr:last-child th { text-transform: uppercase; } #sums table tr:last-child th, #sums table tr:last-child td { font-size: 16px; padding: 15px 10px; color: #8B0036; background: #E2DAD1; border-bottom: 4px solid #8B0036; } #terms { margin: 40px 0 5px 0; font-size: 12px; page-break-inside: avoid; } #terms > span { display: inline-block; min-width: 20px; } #terms > div { min-height: 50px; min-width: 50px; } .payment-info { margin-bottom: 5px; } .payment-info div { font-size: 11px; display: inline-block; min-width: 20px; } .currency { color: #959595; font-style: italic; font-size: 11px; } .bottom-stripe { background: #8B0036; position: absolute; bottom: 0; left: 0; right: 0; height: 20px; } .ib_drop_zone { border-color: white !important; color: white !important; font-size: 12px !important; } .ib_invoicebus_fineprint { text-align: left; left: 40px !important; } /** * If the printed invoice is not looking as expected you may tune up * the print styles (you can use !important to override styles) */ @media print { /* Here goes your print styles */ }
public/css/template.css
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700&subset=cyrillic,cyrillic-ext,latin,greek-ext,greek,latin-ext,vietnamese"); /*@import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative');*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } body { font-family: 'Cinzel Decorative', cursive; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* Invoice styles */ /** * DON'T override any styles for the <html> and <body> tags, as this may break the layout. * Instead wrap everything in one main <div id="container"> element where you may change * something like the font or the background of the invoice */ html, body { /* MOVE ALONG, NOTHING TO CHANGE HERE! */ } /** * IMPORTANT NOTICE: DON'T USE '!important' otherwise this may lead to broken print layout. * Some browsers may require '!important' in oder to work properly but be careful with it. */ .clearfix { display: block; clear: both; } .hidden { display: none !important; } b, strong, .bold { font-weight: bold; } #container { font: normal 13px/1.4em 'Open Sans', Sans-serif; margin: 0 auto; padding: 0px; min-height: 1158px; position: relative; } .invoice-top { background: #8B0036 url("../img/top-bg.png") center bottom no-repeat; background-size: 100% auto; color: white; min-height: 120px; padding: 40px; } .invoice-body { padding: 0 40px 40px 40px; } #memo .logo { float: left; margin-right: 20px; } #memo .logo img { width: 100px; height: 100px; } #memo .company-name { float: left; font-size: 36px; font-weight: bold; line-height: 1em; display: inline-block; min-width: 20px; } #memo .company-info { float: right; font-size: 11px; text-align: right; } #memo .company-info div { display: inline-block; min-width: 20px; } #memo:after { content: ''; display: block; clear: both; } .gray-text { color: #959595; } #client-invoice-info { margin-top: 15px; } #client-invoice-info table { width: 100%; table-layout: initial !important; } #client-invoice-info table tr:first-child td { border-bottom: 1px solid #959595; padding-bottom: 10px; } #client-invoice-info table tr:nth-child(2) td { padding-top: 10px; } #client-invoice-info table tr td:first-child { width: 10%; color: #959595; } #client-invoice-info table tr td:nth-child(2) { width: 12%; font-size: 14px; } #client-invoice-info table tr td:nth-child(3) { width: 43%; font-size: 14px; } #client-invoice-info table tr td:last-child { width: 35%; } #invoice-title-number { text-align: center; margin: 20px 0 10px 0; font-size: 15px; } #invoice-title-number span { display: inline-block; min-width: 20px; margin-bottom: 10px; line-height: 1em; } #invoice-title-number #title { font-size: 35px; } #invoice-title-number #number { color: #959595; } table { table-layout: fixed; } table th, table td { vertical-align: top; word-break: keep-all; word-wrap: break-word; } #items { margin-top: 30px; } #items .first-cell, #items table th:first-child, #items table td:first-child { width: 18px; text-align: right; } #items table { border-collapse: separate; width: 100%; } #items table tr:nth-child(odd) { background: #E2DAD1; } #items table th { font-weight: bold; padding: 15px 10px; text-align: right; border-bottom: 4px solid #8B0036; background: #E2DAD1; } #items table th:nth-child(2) { width: 30%; text-align: left; } #items table th:last-child { text-align: right; } #items table td { padding: 15px 10px; text-align: right; } #items table td:first-child { text-align: left; } #items table td:nth-child(2) { text-align: left; } #sums { float: right; page-break-inside: avoid; } #sums table tr th, #sums table tr td { min-width: 100px; padding: 10px; text-align: right; } #sums table tr th { text-align: left; padding-right: 35px; } #sums table tr.amount-total th { text-transform: uppercase; } #sums table tr.amount-total th, #sums table tr.amount-total td { color: #8B0036; font-size: 16px; } #sums table tr:last-child th { text-transform: uppercase; } #sums table tr:last-child th, #sums table tr:last-child td { font-size: 16px; padding: 15px 10px; color: #8B0036; background: #E2DAD1; border-bottom: 4px solid #8B0036; } #terms { margin: 40px 0 5px 0; font-size: 12px; page-break-inside: avoid; } #terms > span { display: inline-block; min-width: 20px; } #terms > div { min-height: 50px; min-width: 50px; } .payment-info { margin-bottom: 5px; } .payment-info div { font-size: 11px; display: inline-block; min-width: 20px; } .currency { color: #959595; font-style: italic; font-size: 11px; } .bottom-stripe { background: #8B0036; position: absolute; bottom: 0; left: 0; right: 0; height: 20px; } .ib_drop_zone { border-color: white !important; color: white !important; font-size: 12px !important; } .ib_invoicebus_fineprint { text-align: left; left: 40px !important; } /** * If the printed invoice is not looking as expected you may tune up * the print styles (you can use !important to override styles) */ @media print { /* Here goes your print styles */ }
0.358802
0.098123
*{ box-sizing: border-box; } body{ margin: 0; padding: 0; } .main-header { background: url(../img/image\ 5.svg) no-repeat center center; } .main-content-text { background: rgb(255, 255, 255, 0.6); /* Цвет фона */ padding: 5px; /* Поля вокруг текста */ width: 80%; margin-top: 10%; text-align: center; padding: 5%; } .headerText { font-size: 24px; padding-top: 4%; } .menu-btn > span, .menu-btn > span::before, .menu-btn > span::after { background-color: white !important; } #menu-toggle:checked ~ .menu-btn > span::after { background-color: white !important; } #menu-toggle:checked ~ .menu-btn > span::before { background-color: white !important; } .whyImportant { background-color: #E58776; } .iteam { text-align: center; margin-top: 25px; } .header { text-align: center; font-size: 38px; font-weight: bold; line-height: normal; } .iteamImg { width: 110px; height: auto; } .text { font-size: 24px; } .iteamRecepies { border: 1px solid #E58776; background-color: #FFFCFC; box-shadow: 0px 3px 3px rgba(0,0,0,0.5); border-radius: 22px; font-size: 20px; } .recepieText { font-size: 22px; } .recepieImg { width: 100%; align-self: center; } .recepieName { font-size: 25px; font-weight: medium; text-align: center; color: black; } a { text-decoration: none; } a:visited { text-decoration: none; /* Цвет посещённой ссылки */ } a:hover { text-decoration: none; /* Добавляем подчеркивание */ color: black; } .recepieNameCont { display: flex; align-items: center; height: 50px; justify-content: center; } .stars { margin-bottom: 1rem; } .goldenStar { width: 30px; } .reiting { display: flex; align-items: center; } .firstInstructor, .secondInstructor { background-image: url(../img/Foodbackground.png); background-size: cover; } @media screen and (max-width: 1200px) { .goldenStar { width: 25px; } } @media screen and (max-width: 900px) { .header { font-size: 32px; } } @media screen and (max-width: 780px) { .header { font-size: 32px; } .goldenStar { width: 15px; } .recepieText { font-size: 18px; } .recepieName { font-size: 22px; } } @media screen and (max-width: 576px) { .headerText { font-size: 16px; } .text{ font-size: 18px; } .main-content { flex-direction: unset; height: auto; } .header{ font-size: 22px; } .iteamRecepies { width: 80%; } button{ font-size: 14px !important; padding: 5px; } .mycol { display: flex; justify-content: center; } .container { width: 90%; } .recepieName{ font-size: 20px; } .main-header .main-content{ height: auto; flex-direction: inherit; } /*Добавлено для исправления блока*/ /* .main-content{ position: absolute; left: 14%; top: 0; } */ /*-------------------------------*/ } @media (width:576px){ /*Добавлено для исправления блока*/ /* .main-content{ position: absolute; left: 16%; top: -6%; } .main-content-text{ height: 600px; } */ /*-------------------------------*/ }
public/css/food.css
*{ box-sizing: border-box; } body{ margin: 0; padding: 0; } .main-header { background: url(../img/image\ 5.svg) no-repeat center center; } .main-content-text { background: rgb(255, 255, 255, 0.6); /* Цвет фона */ padding: 5px; /* Поля вокруг текста */ width: 80%; margin-top: 10%; text-align: center; padding: 5%; } .headerText { font-size: 24px; padding-top: 4%; } .menu-btn > span, .menu-btn > span::before, .menu-btn > span::after { background-color: white !important; } #menu-toggle:checked ~ .menu-btn > span::after { background-color: white !important; } #menu-toggle:checked ~ .menu-btn > span::before { background-color: white !important; } .whyImportant { background-color: #E58776; } .iteam { text-align: center; margin-top: 25px; } .header { text-align: center; font-size: 38px; font-weight: bold; line-height: normal; } .iteamImg { width: 110px; height: auto; } .text { font-size: 24px; } .iteamRecepies { border: 1px solid #E58776; background-color: #FFFCFC; box-shadow: 0px 3px 3px rgba(0,0,0,0.5); border-radius: 22px; font-size: 20px; } .recepieText { font-size: 22px; } .recepieImg { width: 100%; align-self: center; } .recepieName { font-size: 25px; font-weight: medium; text-align: center; color: black; } a { text-decoration: none; } a:visited { text-decoration: none; /* Цвет посещённой ссылки */ } a:hover { text-decoration: none; /* Добавляем подчеркивание */ color: black; } .recepieNameCont { display: flex; align-items: center; height: 50px; justify-content: center; } .stars { margin-bottom: 1rem; } .goldenStar { width: 30px; } .reiting { display: flex; align-items: center; } .firstInstructor, .secondInstructor { background-image: url(../img/Foodbackground.png); background-size: cover; } @media screen and (max-width: 1200px) { .goldenStar { width: 25px; } } @media screen and (max-width: 900px) { .header { font-size: 32px; } } @media screen and (max-width: 780px) { .header { font-size: 32px; } .goldenStar { width: 15px; } .recepieText { font-size: 18px; } .recepieName { font-size: 22px; } } @media screen and (max-width: 576px) { .headerText { font-size: 16px; } .text{ font-size: 18px; } .main-content { flex-direction: unset; height: auto; } .header{ font-size: 22px; } .iteamRecepies { width: 80%; } button{ font-size: 14px !important; padding: 5px; } .mycol { display: flex; justify-content: center; } .container { width: 90%; } .recepieName{ font-size: 20px; } .main-header .main-content{ height: auto; flex-direction: inherit; } /*Добавлено для исправления блока*/ /* .main-content{ position: absolute; left: 14%; top: 0; } */ /*-------------------------------*/ } @media (width:576px){ /*Добавлено для исправления блока*/ /* .main-content{ position: absolute; left: 16%; top: -6%; } .main-content-text{ height: 600px; } */ /*-------------------------------*/ }
0.290679
0.07843
@font-face { src: url("/ui/fonts/ubuntu/UbuntuMono-B.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-Regular.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-SemiBold.ttf"); } .root { -fx-control-width: 180; -fx-control-medium-width: 200; -fx-control-bid-width: 240; -fx-control-height: 28; -fx-control-medium-height: 30; -fx-control-big-height: 34; -var-dialog-button-height: 32; -var-dialog-button-width: 150; -var-default-label-height: 22px; -var-default-field-height: 26px; -var-default-field-inner-height: 22px; -var-default-field-preview-height: 24px; -var-default-inner-field-height: 22px; -var-default-cell-height: 22px; -var-default-toolbar-button-size: 24px; } /* Make popups transparent */ .root.popup { } /******************************************************************************* * * * Label * * * ******************************************************************************/ .label { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-text-fill: -var-font-color; -fx-max-height: -var-default-label-height; } /******************************************************************************* * * * Context Menu * * * ******************************************************************************/ .context-menu { -fx-padding: 0 0 0 0; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; } .context-menu .separator:horizontal { -fx-padding: 0px 0px 0px 0px; } .context-menu .separator:horizontal .line { -fx-border-color: -var-split-line-color; -fx-border-width: 1px 0px 0px 0px; -fx-border-insets: 0; } .context-menu > .scroll-arrow { -fx-padding: 0.416667em 0.416667em 0.416667em 0.416667em; /* 5 */ -fx-background-color: transparent; -fx-background-radius: 0; } .context-menu > .scroll-arrow:hover { -fx-background: -fx-selection-bar; -fx-background-color: -fx-background; -fx-background-radius: 0; -fx-text-fill: -fx-text-background-color; } .context-menu:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Split Pane * * * ******************************************************************************/ .split-pane { -fx-background-insets: 0; -fx-padding: 0; } .split-pane > .split-pane-divider { -fx-padding: 0 1 0 0; } .split-pane:horizontal > .split-pane-divider { -fx-background-color: -var-split-line-color; -fx-background-insets: 0; -fx-effect: null; } .split-pane:vertical > .split-pane-divider { -fx-background-color: -var-split-line-color; -fx-background-insets: 0; -fx-effect: null; } /******************************************************************************* * * * Tab Pane * * * ******************************************************************************/ .tab-pane { -fx-tab-min-height: 1.75em; /* 21 */ -fx-tab-max-height: 1.75em; /* 21 */ -fx-tab-min-width: 70px; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-label { -fx-background-color: transparent; -fx-alignment: CENTER; -fx-text-fill: -var-font-color; } .tab-pane > .tab-content-area { -fx-background-color: transparent; -fx-padding: 0px; } .tab-pane > .tab-header-area > .headers-region > .tab { -fx-background: -var-tab-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px 3px 1px 3px; -fx-border-color: transparent; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-label { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .tab-pane:tool-collapsed > .tab-header-area > .headers-region > .tab:selected:hover, .tab-pane > .tab-header-area > .headers-region > .tab:hover { -fx-background: -var-tab-hover-background-color; -fx-border-color: -var-border-color; -fx-border-width: 1px 1px 1px 1px; -fx-border-radius: 1px 1px 0px 0px; } .tab-pane > .tab-header-area > .headers-region > .tab:top { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:right { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:bottom { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:left { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:selected { -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px 3px 1px 3px; -fx-background-color: -var-background-color; -fx-border-color: -var-border-color; -fx-border-width: 1px 1px 0px 1px; -fx-border-radius: 1px; } .tab-pane:tool-collapsed > .tab-header-area > .headers-region > .tab:selected { -fx-background-color: -var-tab-background-color; -fx-border-color: transparent; } .tab-pane:bottom > .tab-header-area > .headers-region > .tab, .tab-pane:bottom > .tab-header-area > .headers-region > .tab:selected, .tab-pane:right > .tab-header-area > .headers-region > .tab, .tab-pane:right > .tab-header-area > .headers-region > .tab:selected, .tab-pane:left > .tab-header-area > .headers-region > .tab, .tab-pane:left > .tab-header-area > .headers-region > .tab:selected { -fx-padding: -1px 3px 5px 3px; } .tab-pane:tool-collapsed:bottom > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:bottom > .tab-header-area > .headers-region > .tab:selected, .tab-pane:tool-collapsed:right > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:right > .tab-header-area > .headers-region > .tab:selected, .tab-pane:tool-collapsed:left > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:left > .tab-header-area > .headers-region > .tab:selected { -fx-border-width: 1px 1px 1px 1px; -fx-border-radius: 1px 1px 0px 0px; } .tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator { -fx-border-style: null; -fx-border-width: 0; -fx-border-color: transparent; } .tab-pane > .tab-header-area > .headers-region > .tab:disabled { -fx-opacity: -var-disabled-opacity; } .tab-pane > .tab-header-area > .headers-region > .tab:disabled:hover { -fx-color: -fx-base; -fx-opacity: -var-disabled-opacity; } .tab-pane > .tab-header-area > .tab-header-background { -fx-background-color: -var-tab-header-background-color; -fx-border-color: -var-border-color; -fx-border-width: 0px 0px 1px 0px; -fx-effect: null; } .tab-pane:top > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 2px 0px 2px; } .tab-pane:bottom > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 0px 2px 2px 2px; } .tab-pane:left > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 0px 2px 2px; } .tab-pane:right > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 2px 2px 0px; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-close-button { -fx-background-color: -var-arrow-color; -fx-shape: "M 0,0 H1 L 4,3 7,0 H8 V1 L 5,4 8,7 V8 H7 L 4,5 1,8 H0 V7 L 3,4 0,1 Z"; -fx-scale-shape: false; -fx-effect: null; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-close-button:hover { -fx-background-color: -var-arrow-hover-color; } /******************************************************************************* * * * Button * * * ******************************************************************************/ .button { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-alignment: CENTER; -fx-content-display: LEFT; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-text-fill: -var-font-color; } .button:focused { -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; } .button:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } .button:pressed { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; -fx-text-fill: -var-font-focused-color; } .button:disabled { -fx-opacity: -var-disabled-opacity; } .button:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * ToggleButton * * * ******************************************************************************/ .toggle-button { -fx-background: transparent; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 2px; -fx-border-color: transparent; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0; -fx-text-fill: -var-font-color; -fx-alignment: CENTER; -fx-content-display: LEFT; } .toggle-button:focused { -fx-background: transparent; -fx-text-fill: -var-font-focused-color; } .toggle-button:hover { -fx-border-color: transparent; -fx-background: -var-button-hover-background-color; } .toggle-button:selected { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .toggle-button:selected:focused { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .toggle-button:selected:hover { -fx-border-color: transparent; -fx-text-fill: -var-font-focused-color; } .toggle-button:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Combo Box * * * ******************************************************************************/ /* ------- MAIN BUTTON ------- */ .combo-box-base { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-text-fill: -var-font-color; -fx-min-height: -var-default-field-height; } .combo-box-base:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } /*------- THIS SPECIFIES THE BUTTON COLOR WHEN THE POPUP MENU IS SHOWING -------*/ .combo-box-base:showing { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; } .combo-box-base:focused { -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; } .combo-box-base:disabled { -fx-opacity: .4; } /* ------- OPEN BUTTON ------- */ .combo-box-base > .arrow-button { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-padding: 0px 7px 0px 0px; } .combo-box-base:hover > .arrow-button { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; } .combo-box-base:showing > .arrow-button { } .combo-box-base > .arrow-button > .arrow { -fx-background: -var-arrow-color; -fx-background-insets: 0px; -fx-background-color: -fx-background; -fx-padding: 0.166667em 0.333333em 0.166667em 0.333333em; /* 2 4 2 4 */ -fx-shape: "M 0 0 h 7 l -3.5 4 z"; } .combo-box-base:hover > .arrow-button > .arrow { -fx-background: -var-arrow-hover-color; } .combo-box-base:showing > .arrow-button > .arrow { -fx-background: -var-arrow-focused-color; } /* Customise the ListCell that appears in the ComboBox button itself */ .combo-box > .list-cell { -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0 0 0 4px; -fx-cell-size: -1; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .combo-box:showing > .list-cell { -fx-text-fill: -var-font-focused-color; } .combo-box-popup > .list-view { -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; -fx-padding: 0px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container { -fx-padding: 0px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell { -fx-background: transparent; -fx-padding: 0px 0px 0px 4px; -fx-background-color: -fx-background; -fx-cell-size: 26; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { -fx-background: transparent; -fx-text-fill: -var-font-color; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover, .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover { -fx-background: -var-menu-hover-color; -fx-text-fill: -var-font-focused-hover-color; } .combo-box-popup > .list-view > .placeholder > .label { -fx-text-fill: -var-font-color; } /******************************************************************************* * * * Check Box * * * ******************************************************************************/ .check-box { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; -fx-padding: 0px 0px 0px 0px; -fx-label-padding: 0.0em 0.0em 0.0em 0.416667em; -fx-text-fill: -var-font-color; -fx-min-height: -var-default-field-height; -fx-min-width: -var-default-field-height; } .check-box:focused { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box:hover { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box:selected { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box .box { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 3px; } .check-box:editable { -fx-background-color: red; } .check-box:hover .box { -fx-border-color: -fx-focus-color; -fx-background: -var-button-hover-background-color; } .check-box:selected .box { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; } .check-box > .box > .mark { -fx-border-width: 0; -fx-effect: null; } .check-box:hover > .box > .mark { -fx-effect: null; } .check-box:selected > .box > .mark { -fx-background-color: -var-background-color; -fx-effect: null; } .check-box:indeterminate > .box > .mark { -fx-background-color: -fx-mark-highlight-color, -fx-mark-color; -fx-shape: "M0,0H8V2H0Z"; -fx-scale-shape: false; } .check-box:disabled { -fx-opacity: -var-disabled-opacity; } .check-box:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Menu Bar * * * ******************************************************************************/ .menu-bar { -fx-padding: 0px; /* 0 8 0 8 */ -fx-spacing: 0px; /* 2 */ -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-background-color: -var-menu-bar-background-color; -fx-background-insets: 0; -fx-background-radius: 0; -fx-effect: null; } .menu-bar > .container > .menu-button { -fx-background-radius: 0; -fx-background-color: transparent; -fx-background-insets: 0; } .menu-bar > .container > .menu-button > .label { -fx-text-fill: -var-font-color; } .menu-bar > .container > .menu-button:showing > .label, .menu-bar > .container > .menu-button:hover > .label { -fx-text-fill: -var-font-focused-color; } .menu-bar > .container > .menu-button:hover, .menu-bar > .container > .menu-button:focused, .menu-bar > .container > .menu-button:showing { -fx-background-color: -var-menu-hover-color; } .menu-bar:show-mnemonics > .mnemonic-underline { -fx-stroke: -var-font-color; } /******************************************************************************* * * * Menu Item * * * ******************************************************************************/ .menu-item { -fx-body-color: transparent; -fx-background-color: -fx-body-color; -fx-padding: 6 14 6 14; /* 4 5 4 5 */ -fx-cursor: hand; -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .menu-item > .left-container { -fx-padding: 0.458em 0.791em 0.458em 0.458em; } .menu-item > .graphic-container { -fx-padding: 0em 0.333em 0em 0em; } .menu-item > .label { -fx-text-fill: -var-font-color; -fx-padding: 0em 0.5em 0em 0em; } .menu-item:focused { -fx-body-color: -var-menu-item-hover-color; } .menu-item:showing > .label, .menu-item:focused > .label { -fx-text-fill: -var-font-hover-color; } .menu-item:hover > .label { -fx-text-fill: -var-font-hover-color; } .menu-item > .right-container { -fx-padding: 0em 0em 0em 0.5em; } .menu-item:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Menu * * * ******************************************************************************/ .menu { -fx-cursor: hand; -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .menu > .right-container > .arrow { -fx-background-color: -var-menu-arrow-color; } .menu:focused > .right-container > .arrow { -fx-background-color: -var-menu-arrow-color; } /******************************************************************************* * * * Scroll Bar * * * ******************************************************************************/ .scroll-bar { -fx-background-color: -var-scroll-bar-background-color; -fx-background-insets: 0; } .scroll-bar:hover { -fx-background-color: -var-scroll-bar-hover-background-color; } .scroll-bar:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-bar:horizontal { -fx-padding: 1px 0px 1px 0px; } .scroll-bar:horizontal:focused { -fx-padding: 1px 0px 1px 0px; } .scroll-bar:vertical { -fx-padding: 0px 1px 0px 1px; } .scroll-bar:vertical:focused { -fx-padding: 0px 1px 0px 1px; } .scroll-bar > .thumb { -fx-background-color: -var-scroll-bar-thumb-color; -fx-background-insets: 0; -fx-background-radius: 8px; } .scroll-bar:focused > .thumb { } .scroll-bar > .thumb:hover { } .scroll-bar > .track { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .scroll-bar > .track-background { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .scroll-bar:vertical > .decrement-button, .scroll-bar:vertical > .increment-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px 2px 0px 2px; } .scroll-bar:horizontal > .decrement-button, .scroll-bar:horizontal > .increment-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 2px 0px 2px 0px; } .scroll-bar > .decrement-button > .decrement-arrow, .scroll-bar > .increment-button > .increment-arrow { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; -fx-shape: null; } .scroll-bar:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Scroll Pane * * * ******************************************************************************/ .scroll-pane { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .scroll-pane:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane > * > .scroll-bar:horizontal { -fx-padding: 1px 0px 1px 0px; } .scroll-pane > * > .scroll-bar:vertical { -fx-padding: 0px 1px 0px 1px; } .scroll-pane > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane > .viewport { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Hyperlink * * * ******************************************************************************/ .hyperlink { -fx-padding: 1px; -fx-text-fill: -fx-focus-color; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } /******************************************************************************* * * * Tooltip * * * ******************************************************************************/ .tooltip { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-padding: 6px; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; -fx-text-fill: -var-font-color; } /******************************************************************************* * * * Text Area * * * ******************************************************************************/ .text-area { -fx-font-family: "Ubuntu Mono"; -fx-font-size: 14px; -fx-font-weight: normal; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 0px; -fx-prompt-text-fill: -var-font-color; } .text-area:focused { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-prompt-text-fill: transparent; -fx-padding: 0px; } .text-area .content { -fx-background-color: transparent; -fx-padding: 3px 5px 3px 5px; -fx-cursor: text; } .text-area:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Spinner * * * ******************************************************************************/ .spinner { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-text-fill: -var-font-color; } .spinner:focused, .spinner:contains-focus { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-prompt-text-fill: transparent; } .spinner:disabled { -fx-opacity: -var-disabled-opacity; } .spinner > .text-field { -fx-background: transparent; -fx-border-color: transparent; -fx-cursor: text; } .spinner > .text-field:focused { -fx-background: transparent; -fx-padding: 0px 0px 0px 4px; -fx-border-width: 0; -fx-border-insets: 0; } .spinner .decrement-arrow-button, .spinner .increment-arrow-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 4px 6px 4px 6px; } .spinner .decrement-arrow-button { -fx-padding: 4px 6px 5px 6px; } .spinner:focused .decrement-arrow-button, .spinner:contains-focus .decrement-arrow-button, .spinner:focused .decrement-arrow-button, .spinner:contains-focus .increment-arrow-button { -fx-padding: 4px 5px 4px 5px; } .spinner .increment-arrow-button .increment-arrow, .spinner .decrement-arrow-button .decrement-arrow { -fx-background: -var-arrow-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-shape: "M 0 0 h 7 l -3.5 4 z"; -fx-padding: 3px 5px 3px 5px; } .spinner .increment-arrow-button .increment-arrow { -fx-rotate: 180; } .spinner .decrement-arrow-button:pressed .decrement-arrow, .spinner .increment-arrow-button:pressed .increment-arrow { -fx-background: -var-arrow-focused-color; } .spinner .decrement-arrow-button:hover .decrement-arrow, .spinner .increment-arrow-button:hover .increment-arrow { -fx-background: -var-arrow-hover-color; } /* Spinner - Horizontal arrows */ .spinner.split-arrows-horizontal .increment-arrow-button .increment-arrow, .spinner.arrows-on-right-horizontal .increment-arrow-button .increment-arrow, .spinner.arrows-on-left-horizontal .increment-arrow-button .increment-arrow, .spinner.split-arrows-horizontal .decrement-arrow-button .decrement-arrow, .spinner.arrows-on-right-horizontal .decrement-arrow-button .decrement-arrow, .spinner.arrows-on-left-horizontal .decrement-arrow-button .decrement-arrow { -fx-padding: 0.333em 0.166em 0.333em 0.166em; /* 4 2 4 2 */ -fx-shape: "M 4 0 v 7 l -4 -3.5 z"; } /* Spinner - STYLE_CLASS_ARROWS_ON_RIGHT_HORIZONTAL */ .spinner.arrows-on-right-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 0, 2 2 3 1; -fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0; -fx-padding: 0.333em 0.666em 0.333em 0.583em; /* 4 8 4 7 */ } .spinner.arrows-on-right-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 0, 0, 0; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /* Spinner - STYLE_CLASS_ARROWS_ON_LEFT_VERTICAL */ .spinner.arrows-on-left-vertical > .text-field { -fx-background-insets: 0 0 1 0, 1 1 2 0; -fx-background-radius: 0 3 3 0, 0 2 2 0; } .spinner.arrows-on-left-vertical .increment-arrow-button { -fx-background-radius: 3 0 0 0, 2 0 0 0, 1 0 0 0; } .spinner.arrows-on-left-vertical .decrement-arrow-button { -fx-background-radius: 0 0 0 3, 0 0 0 2, 0 0 0 1; } /* Spinner - STYLE_CLASS_ARROWS_ON_LEFT_HORIZONTAL */ .spinner.arrows-on-left-horizontal > .text-field { -fx-background-insets: 0 0 1 -1, 1 1 2 -1; -fx-background-radius: 0 3 3 0, 0 2 2 0; } .spinner.arrows-on-left-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 0, 2 2 3 1; -fx-background-radius: 0, 0, 0; -fx-padding: 0.333em 0.666em 0.333em 0.583em; /* 4 8 4 7 */ } .spinner.arrows-on-left-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 3 0 0 3, 2 0 0 2, 1 0 0 1; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /* Spinner - STYLE_CLASS_SPLIT_ARROWS_VERTICAL */ .spinner.split-arrows-vertical > .text-field { -fx-background-insets: 0, 0 1 0 1; -fx-background-radius: 0, 0; } .spinner.split-arrows-vertical .increment-arrow-button { -fx-background-radius: 3 3 0 0, 2 2 0 0, 1 1 0 0; } .spinner.split-arrows-vertical .decrement-arrow-button { -fx-background-insets: -1 0 1 0, 0 1 2 1, 1 2 3 2; -fx-background-radius: 0 0 3 3, 0 0 2 2, 0 0 1 1; -fx-padding: 0.25em 0.666em 0.417em 0.666em; /* 3 8 5 8 */ } /* Spinner - STYLE_CLASS_SPLIT_ARROWS_HORIZONTAL */ .spinner.split-arrows-horizontal > .text-field { -fx-background-insets: 0 0 1 0, 1 0 2 0; -fx-background-radius: 0, 0; } .spinner.split-arrows-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } .spinner.split-arrows-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 3 0 0 3, 2 0 0 2, 1 0 0 1; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /******************************************************************************* * * * Text Input * * * ******************************************************************************/ .text-input { -fx-text-fill: -var-font-color; -fx-highlight-fill: derive(-fx-focus-color, -20%); -fx-highlight-text-fill: -fx-focus-color; } .text-input:focused { -fx-highlight-fill: -fx-focus-color; -fx-highlight-text-fill: white; } /******************************************************************************* * * * Text Field * * * ******************************************************************************/ .text-field { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 4px; -fx-text-fill: -var-font-color; -fx-cursor: text; -fx-min-height: -var-default-field-height; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .text-field:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-padding: 0px 0px 0px 3px; -fx-prompt-text-fill: transparent; } .text-field:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * ListView and ListCell * * * ******************************************************************************/ .list-view { -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 1px; } .list-view:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .list-view > .virtual-flow > .scroll-bar:vertical { -fx-background-insets: 0; -fx-padding: 0px 1px 0px 1px; } .list-view > .virtual-flow > .scroll-bar:horizontal { -fx-background-insets: 0; -fx-padding: 1px 0px 1px 0px; } .list-view:disabled { -fx-opacity: -var-disabled-opacity; } .list-view > .virtual-flow > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .text-field-list-cell, .list-cell { -fx-min-height: -var-default-cell-height; -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0px; -fx-indent: 1em; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .text-field-list-cell, .list-cell .label { -fx-padding: 0px 0px 0px 3px; } .text-field-list-cell, .list-cell:odd { -fx-background-color: transparent; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:selected { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected, .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused, .list-cell:filled:selected { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused > .hbox > .label, .list-cell:filled:selected > .hbox > .label { -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused:disabled, .list-cell:filled:selected:disabled { -fx-opacity: -var-disabled-opacity; } .list-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } /******************************************************************************* * * * Tree View and Tree Cell * * * ******************************************************************************/ .tree-view { -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 1px; } .tree-view:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .tree-view > .virtual-flow > .scroll-bar:vertical { -fx-background-insets: 0; -fx-padding: 0px 1px 0px 1px; } .tree-view > .virtual-flow > .scroll-bar:horizontal { -fx-background-insets: 0; -fx-padding: 1px 0px 1px 0px; } .tree-view:disabled { -fx-opacity: -var-disabled-opacity; } .tree-view > .virtual-flow > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .tree-cell { -fx-min-height: -var-default-cell-height; -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0px; -fx-indent: 1em; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .tree-cell .label { -fx-padding: 0px 0px 0px 3px; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:selected { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:selected, .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } /* When the TreeView is _not_ focused, we show alternate selection colors */ .tree-cell:filled:selected:focused, .tree-cell:filled:selected { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .tree-cell:filled:selected:focused:disabled, .tree-cell:filled:selected:disabled { -fx-opacity: -var-disabled-opacity; } .tree-cell > .tree-disclosure-node, .tree-table-row-cell > .tree-disclosure-node { -fx-background-color: transparent; -fx-padding: 6px 6px 0px 6px; } .tree-cell > .tree-disclosure-node:disabled, .tree-table-row-cell > .tree-disclosure-node:disabled { -fx-opacity: -var-disabled-opacity; } .tree-cell > .tree-disclosure-node > .arrow, .tree-table-row-cell > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-color; -fx-padding: 0.333333em 0.229em 0.333333em 0.229em; -fx-shape: "M 0 -4 L 8 0 L 0 4 z"; } .tree-cell:expanded > .tree-disclosure-node > .arrow, .tree-table-row-cell:expanded > .tree-disclosure-node > .arrow { -fx-rotate: 90; } .tree-cell:filled:selected > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:selected > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-focused-color; } .tree-cell:filled:hover, .tree-table-row-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-text-fill: -var-font-hover-color; } .tree-cell:filled:selected:focused > .hbox > .label, .tree-cell:filled:selected > .hbox > .label { -fx-text-fill: -var-font-focused-color; } .tree-cell:filled:hover > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:hover > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:hover, .tree-table-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-table-row-cell:filled:focused:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-cell:filled:selected:hover > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:selected:hover > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-focused-color; } /******************************************************************************* * * * Slider * * * ******************************************************************************/ .slider .thumb { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 10px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 10px; -fx-padding: 6px; -fx-effect: null; } .slider:focused .thumb { } .slider .thumb:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } .slider .thumb:pressed { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; } .slider .track { -fx-background-color: -var-slider-track-background-color; -fx-background-insets: 0; -fx-background-radius: 10px; -fx-padding: 3px; } .slider:vertical .track { -fx-background-color: -fx-shadow-highlight-color, -fx-text-box-border, linear-gradient(to right, derive(-fx-control-inner-background, -9%), -fx-control-inner-background, derive(-fx-control-inner-background, -9%) ); } .slider .axis { -fx-tick-label-fill: derive(-fx-text-background-color, 30%); -fx-tick-length: 5px; -fx-minor-tick-length: 3px; -fx-border-color: null; } /******************************************************************************* * * * Color Picker * * * ******************************************************************************/ .color-picker { -fx-min-height: -var-default-field-height; -fx-max-height: -var-default-field-height; -fx-color-rect-width: 14px; -fx-color-rect-height: 14px; } .color-picker.button { -fx-padding: 0px 5px 0px 0px; } .color-picker > .color-picker-label { -fx-alignment: center-left; -fx-padding: 0px 0px 0px 0px; } .color-picker.button > .arrow-button { } .color-picker > .split-button > .arrow-button:hover { } .color-picker > .split-button > .color-picker-label:hover { } .color-picker > .color-picker-label > .picker-color { -fx-padding: 1px 1px 1px 6px; -fx-background-color: null; } .color-picker > .color-picker-label > .picker-color > .picker-color-rect { -fx-stroke: -fx-pressed-base; -fx-stroke-type: inside; } .color-palette { -fx-spacing: 15px; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; } .color-palette > .color-picker-grid > .color-square > .color-rect { -fx-stroke: transparent; -fx-stroke-width: 0.4; -fx-border-color: transparent; } .color-palette > .color-picker-grid { -fx-border-color: transparent; } .color-palette > .color-picker-grid > .color-square { -fx-background-color: transparent; -fx-background-insets: -1, 0; -fx-padding: 0.5; } /* the color over which the user is hovering */ .color-palette-region > .color-square.hover-square { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .color-palette > .hyperlink { -fx-text-fill: -fx-focus-color; } .color-palette > .separator > .line { -fx-border-color: -var-border-color transparent transparent transparent, transparent transparent transparent transparent; -fx-border-insets: 0, 1 0 0 0; -fx-border-style: none; -fx-padding: 0px; } /* ------- CUSTOM COLOR DIALOG ------- */ .custom-color-dialog { -fx-background-color: -var-background-color; -fx-padding: 10px 15px 10px 15px; -fx-spacing: 0px; } .custom-color-dialog > .color-rect-pane { -fx-background-color: transparent; -fx-spacing: 0.75em; -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-alignment: top-left; -fx-fill-height: true; -fx-padding: 0px 10px 0px 0px; } .custom-color-dialog .color-rect-pane .color-rect { -fx-min-width: 200px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .color-rect-pane .color-rect-border { -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog > .color-rect-pane #color-rect-indicator { -fx-background-color: transparent; -fx-border-color: white; -fx-border-radius: 0.4166667em; -fx-translate-x: -0.4166667em; -fx-translate-y: -0.4166667em; -fx-pref-width: 0.833333em; -fx-pref-height: 0.833333em; -fx-effect: -fx-shadow-control; } .custom-color-dialog > .color-rect-pane > .color-bar { -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-min-width: 20px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog > .color-rect-pane > .color-bar > #color-bar-indicator { -fx-border-radius: 1px; -fx-border-color: white; -fx-effect: -fx-shadow-control; -fx-min-width: 24px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 12px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-translate-x: -0.1666667em; -fx-translate-y: -0.4166667em; } /* -------- Toggle Button ---------------- */ .custom-color-dialog .controls-pane .toggle-button { -fx-background: transparent; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 2px; -fx-border-color: transparent; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px; } .custom-color-dialog .controls-pane .toggle-button:focused { -fx-background: transparent; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .toggle-button:selected { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .toggle-button:selected:focused { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .left-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 2px 0px 0px 2px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-width: 1px 0px 1px 1px; -fx-border-radius: 1px 0px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .left-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .left-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 2px 0px 0px 2px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .left-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .left-pill:selected, .controls-pane .left-pill:selected:focused { -fx-background-radius: 2px 0px 0px 2px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 0px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-width: 1px 0px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .center-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 0px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:selected, .controls-pane .center-pill:selected:focused { -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .right-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 0px 2px 2px 0px; -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-radius: 0px 1px 1px 0px; -fx-border-width: 1px 1px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .right-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 0px 2px 2px 0px; -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:selected, .controls-pane .right-pill:selected:focused { -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .current-new-color-grid #current-new-color-border { -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog .controls-pane .current-new-color-grid .color-rect { -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 24px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .transparent-pattern { -fx-background-image: url("/com/sun/javafx/scene/control/skin/modena/pattern-transparent.png"); -fx-background-repeat: repeat; -fx-background-size: auto; } .custom-color-dialog .controls-pane #spacer1 { -fx-min-width: 400px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 6px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #spacer2 { -fx-min-width: 400px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 6px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #settings-pane { -fx-hgap: 0.4166667em; -fx-vgap: 0.3333333em; -fx-min-width: 460px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 160px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #settings-pane .settings-label { -fx-min-width: 110px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-text-alignment: right; -fx-alignment: center-right; } .custom-color-dialog .controls-pane #settings-pane .settings-unit { -fx-min-width: 30px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; } .custom-color-dialog .controls-pane #settings-pane .slider { -fx-min-height: 24px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; } .custom-color-dialog .controls-pane .color-input-field { -fx-min-width: 40px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 22px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane .web-field { -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 22px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #spacer-side { -fx-min-width: 0.5em; -fx-pref-width: 0.5em; } .custom-color-dialog .controls-pane #spacer-bottom { -fx-pref-height: 0.833333em; -fx-min-height: 0.833333em; } .custom-color-dialog .controls-pane .customcolor-controls-background { -fx-background-color: transparent; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 0px; } .custom-color-dialog .controls-pane .current-new-color-grid .label { -fx-padding: 0 0 0 0.4166667em; } .custom-color-dialog .controls-pane #buttons-hbox { -fx-spacing: 0.333333em; -fx-padding: 1em 0 0 0; -fx-alignment: bottom-right; } .custom-color-dialog .controls-pane #buttons-hbox .button { -fx-min-width: -var-dialog-button-width; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: -var-dialog-button-height; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-font-size: 14px; } /******************************************************************************* * * * ProgressIndicator * * * ******************************************************************************/ .progress-indicator { } .progress-indicator > .determinate-indicator > .indicator { } .progress-indicator > .determinate-indicator > .progress { } .progress-indicator > .determinate-indicator > .tick { } .progress-indicator > .percentage { } .progress-indicator:indeterminate > .spinner { -fx-background-color: transparent; -fx-border-color: transparent; } .progress-indicator:indeterminate .segment { -fx-background-color: -fx-focus-color; }
src/main/resources/ui/css/base.css
@font-face { src: url("/ui/fonts/ubuntu/UbuntuMono-B.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-Regular.ttf"); } @font-face { src: url("/ui/fonts/opensans/OpenSans-SemiBold.ttf"); } .root { -fx-control-width: 180; -fx-control-medium-width: 200; -fx-control-bid-width: 240; -fx-control-height: 28; -fx-control-medium-height: 30; -fx-control-big-height: 34; -var-dialog-button-height: 32; -var-dialog-button-width: 150; -var-default-label-height: 22px; -var-default-field-height: 26px; -var-default-field-inner-height: 22px; -var-default-field-preview-height: 24px; -var-default-inner-field-height: 22px; -var-default-cell-height: 22px; -var-default-toolbar-button-size: 24px; } /* Make popups transparent */ .root.popup { } /******************************************************************************* * * * Label * * * ******************************************************************************/ .label { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-text-fill: -var-font-color; -fx-max-height: -var-default-label-height; } /******************************************************************************* * * * Context Menu * * * ******************************************************************************/ .context-menu { -fx-padding: 0 0 0 0; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; } .context-menu .separator:horizontal { -fx-padding: 0px 0px 0px 0px; } .context-menu .separator:horizontal .line { -fx-border-color: -var-split-line-color; -fx-border-width: 1px 0px 0px 0px; -fx-border-insets: 0; } .context-menu > .scroll-arrow { -fx-padding: 0.416667em 0.416667em 0.416667em 0.416667em; /* 5 */ -fx-background-color: transparent; -fx-background-radius: 0; } .context-menu > .scroll-arrow:hover { -fx-background: -fx-selection-bar; -fx-background-color: -fx-background; -fx-background-radius: 0; -fx-text-fill: -fx-text-background-color; } .context-menu:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Split Pane * * * ******************************************************************************/ .split-pane { -fx-background-insets: 0; -fx-padding: 0; } .split-pane > .split-pane-divider { -fx-padding: 0 1 0 0; } .split-pane:horizontal > .split-pane-divider { -fx-background-color: -var-split-line-color; -fx-background-insets: 0; -fx-effect: null; } .split-pane:vertical > .split-pane-divider { -fx-background-color: -var-split-line-color; -fx-background-insets: 0; -fx-effect: null; } /******************************************************************************* * * * Tab Pane * * * ******************************************************************************/ .tab-pane { -fx-tab-min-height: 1.75em; /* 21 */ -fx-tab-max-height: 1.75em; /* 21 */ -fx-tab-min-width: 70px; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-label { -fx-background-color: transparent; -fx-alignment: CENTER; -fx-text-fill: -var-font-color; } .tab-pane > .tab-content-area { -fx-background-color: transparent; -fx-padding: 0px; } .tab-pane > .tab-header-area > .headers-region > .tab { -fx-background: -var-tab-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px 3px 1px 3px; -fx-border-color: transparent; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-label { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .tab-pane:tool-collapsed > .tab-header-area > .headers-region > .tab:selected:hover, .tab-pane > .tab-header-area > .headers-region > .tab:hover { -fx-background: -var-tab-hover-background-color; -fx-border-color: -var-border-color; -fx-border-width: 1px 1px 1px 1px; -fx-border-radius: 1px 1px 0px 0px; } .tab-pane > .tab-header-area > .headers-region > .tab:top { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:right { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:bottom { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:left { -fx-background-color: -fx-background; } .tab-pane > .tab-header-area > .headers-region > .tab:selected { -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px 3px 1px 3px; -fx-background-color: -var-background-color; -fx-border-color: -var-border-color; -fx-border-width: 1px 1px 0px 1px; -fx-border-radius: 1px; } .tab-pane:tool-collapsed > .tab-header-area > .headers-region > .tab:selected { -fx-background-color: -var-tab-background-color; -fx-border-color: transparent; } .tab-pane:bottom > .tab-header-area > .headers-region > .tab, .tab-pane:bottom > .tab-header-area > .headers-region > .tab:selected, .tab-pane:right > .tab-header-area > .headers-region > .tab, .tab-pane:right > .tab-header-area > .headers-region > .tab:selected, .tab-pane:left > .tab-header-area > .headers-region > .tab, .tab-pane:left > .tab-header-area > .headers-region > .tab:selected { -fx-padding: -1px 3px 5px 3px; } .tab-pane:tool-collapsed:bottom > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:bottom > .tab-header-area > .headers-region > .tab:selected, .tab-pane:tool-collapsed:right > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:right > .tab-header-area > .headers-region > .tab:selected, .tab-pane:tool-collapsed:left > .tab-header-area > .headers-region > .tab, .tab-pane:tool-collapsed:left > .tab-header-area > .headers-region > .tab:selected { -fx-border-width: 1px 1px 1px 1px; -fx-border-radius: 1px 1px 0px 0px; } .tab-pane:focused > .tab-header-area > .headers-region > .tab:selected .focus-indicator { -fx-border-style: null; -fx-border-width: 0; -fx-border-color: transparent; } .tab-pane > .tab-header-area > .headers-region > .tab:disabled { -fx-opacity: -var-disabled-opacity; } .tab-pane > .tab-header-area > .headers-region > .tab:disabled:hover { -fx-color: -fx-base; -fx-opacity: -var-disabled-opacity; } .tab-pane > .tab-header-area > .tab-header-background { -fx-background-color: -var-tab-header-background-color; -fx-border-color: -var-border-color; -fx-border-width: 0px 0px 1px 0px; -fx-effect: null; } .tab-pane:top > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 2px 0px 2px; } .tab-pane:bottom > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 0px 2px 2px 2px; } .tab-pane:left > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 0px 2px 2px; } .tab-pane:right > .tab-header-area { -fx-background-insets: 0px; -fx-padding: 2px 2px 2px 0px; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-close-button { -fx-background-color: -var-arrow-color; -fx-shape: "M 0,0 H1 L 4,3 7,0 H8 V1 L 5,4 8,7 V8 H7 L 4,5 1,8 H0 V7 L 3,4 0,1 Z"; -fx-scale-shape: false; -fx-effect: null; } .tab-pane > .tab-header-area > .headers-region > .tab > .tab-container > .tab-close-button:hover { -fx-background-color: -var-arrow-hover-color; } /******************************************************************************* * * * Button * * * ******************************************************************************/ .button { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-alignment: CENTER; -fx-content-display: LEFT; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-text-fill: -var-font-color; } .button:focused { -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; } .button:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } .button:pressed { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; -fx-text-fill: -var-font-focused-color; } .button:disabled { -fx-opacity: -var-disabled-opacity; } .button:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * ToggleButton * * * ******************************************************************************/ .toggle-button { -fx-background: transparent; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 2px; -fx-border-color: transparent; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0; -fx-text-fill: -var-font-color; -fx-alignment: CENTER; -fx-content-display: LEFT; } .toggle-button:focused { -fx-background: transparent; -fx-text-fill: -var-font-focused-color; } .toggle-button:hover { -fx-border-color: transparent; -fx-background: -var-button-hover-background-color; } .toggle-button:selected { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .toggle-button:selected:focused { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .toggle-button:selected:hover { -fx-border-color: transparent; -fx-text-fill: -var-font-focused-color; } .toggle-button:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Combo Box * * * ******************************************************************************/ /* ------- MAIN BUTTON ------- */ .combo-box-base { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-text-fill: -var-font-color; -fx-min-height: -var-default-field-height; } .combo-box-base:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } /*------- THIS SPECIFIES THE BUTTON COLOR WHEN THE POPUP MENU IS SHOWING -------*/ .combo-box-base:showing { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; } .combo-box-base:focused { -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; } .combo-box-base:disabled { -fx-opacity: .4; } /* ------- OPEN BUTTON ------- */ .combo-box-base > .arrow-button { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-padding: 0px 7px 0px 0px; } .combo-box-base:hover > .arrow-button { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; } .combo-box-base:showing > .arrow-button { } .combo-box-base > .arrow-button > .arrow { -fx-background: -var-arrow-color; -fx-background-insets: 0px; -fx-background-color: -fx-background; -fx-padding: 0.166667em 0.333333em 0.166667em 0.333333em; /* 2 4 2 4 */ -fx-shape: "M 0 0 h 7 l -3.5 4 z"; } .combo-box-base:hover > .arrow-button > .arrow { -fx-background: -var-arrow-hover-color; } .combo-box-base:showing > .arrow-button > .arrow { -fx-background: -var-arrow-focused-color; } /* Customise the ListCell that appears in the ComboBox button itself */ .combo-box > .list-cell { -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0 0 0 4px; -fx-cell-size: -1; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .combo-box:showing > .list-cell { -fx-text-fill: -var-font-focused-color; } .combo-box-popup > .list-view { -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; -fx-padding: 0px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container { -fx-padding: 0px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell { -fx-background: transparent; -fx-padding: 0px 0px 0px 4px; -fx-background-color: -fx-background; -fx-cell-size: 26; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { -fx-background: transparent; -fx-text-fill: -var-font-color; } .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover, .combo-box-popup > .list-view > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover { -fx-background: -var-menu-hover-color; -fx-text-fill: -var-font-focused-hover-color; } .combo-box-popup > .list-view > .placeholder > .label { -fx-text-fill: -var-font-color; } /******************************************************************************* * * * Check Box * * * ******************************************************************************/ .check-box { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; -fx-padding: 0px 0px 0px 0px; -fx-label-padding: 0.0em 0.0em 0.0em 0.416667em; -fx-text-fill: -var-font-color; -fx-min-height: -var-default-field-height; -fx-min-width: -var-default-field-height; } .check-box:focused { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box:hover { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box:selected { -fx-background-color: transparent; -fx-background-insets: 0px; -fx-background-radius: 0px; -fx-border-color: transparent; -fx-border-width: 0px; -fx-border-radius: 0px; } .check-box .box { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 3px; } .check-box:editable { -fx-background-color: red; } .check-box:hover .box { -fx-border-color: -fx-focus-color; -fx-background: -var-button-hover-background-color; } .check-box:selected .box { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; -fx-background-radius: 2px; } .check-box > .box > .mark { -fx-border-width: 0; -fx-effect: null; } .check-box:hover > .box > .mark { -fx-effect: null; } .check-box:selected > .box > .mark { -fx-background-color: -var-background-color; -fx-effect: null; } .check-box:indeterminate > .box > .mark { -fx-background-color: -fx-mark-highlight-color, -fx-mark-color; -fx-shape: "M0,0H8V2H0Z"; -fx-scale-shape: false; } .check-box:disabled { -fx-opacity: -var-disabled-opacity; } .check-box:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Menu Bar * * * ******************************************************************************/ .menu-bar { -fx-padding: 0px; /* 0 8 0 8 */ -fx-spacing: 0px; /* 2 */ -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-background-color: -var-menu-bar-background-color; -fx-background-insets: 0; -fx-background-radius: 0; -fx-effect: null; } .menu-bar > .container > .menu-button { -fx-background-radius: 0; -fx-background-color: transparent; -fx-background-insets: 0; } .menu-bar > .container > .menu-button > .label { -fx-text-fill: -var-font-color; } .menu-bar > .container > .menu-button:showing > .label, .menu-bar > .container > .menu-button:hover > .label { -fx-text-fill: -var-font-focused-color; } .menu-bar > .container > .menu-button:hover, .menu-bar > .container > .menu-button:focused, .menu-bar > .container > .menu-button:showing { -fx-background-color: -var-menu-hover-color; } .menu-bar:show-mnemonics > .mnemonic-underline { -fx-stroke: -var-font-color; } /******************************************************************************* * * * Menu Item * * * ******************************************************************************/ .menu-item { -fx-body-color: transparent; -fx-background-color: -fx-body-color; -fx-padding: 6 14 6 14; /* 4 5 4 5 */ -fx-cursor: hand; -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .menu-item > .left-container { -fx-padding: 0.458em 0.791em 0.458em 0.458em; } .menu-item > .graphic-container { -fx-padding: 0em 0.333em 0em 0em; } .menu-item > .label { -fx-text-fill: -var-font-color; -fx-padding: 0em 0.5em 0em 0em; } .menu-item:focused { -fx-body-color: -var-menu-item-hover-color; } .menu-item:showing > .label, .menu-item:focused > .label { -fx-text-fill: -var-font-hover-color; } .menu-item:hover > .label { -fx-text-fill: -var-font-hover-color; } .menu-item > .right-container { -fx-padding: 0em 0em 0em 0.5em; } .menu-item:show-mnemonics > .mnemonic-underline { -fx-stroke: -fx-text-fill; } /******************************************************************************* * * * Menu * * * ******************************************************************************/ .menu { -fx-cursor: hand; -fx-min-height: 30px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .menu > .right-container > .arrow { -fx-background-color: -var-menu-arrow-color; } .menu:focused > .right-container > .arrow { -fx-background-color: -var-menu-arrow-color; } /******************************************************************************* * * * Scroll Bar * * * ******************************************************************************/ .scroll-bar { -fx-background-color: -var-scroll-bar-background-color; -fx-background-insets: 0; } .scroll-bar:hover { -fx-background-color: -var-scroll-bar-hover-background-color; } .scroll-bar:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-bar:horizontal { -fx-padding: 1px 0px 1px 0px; } .scroll-bar:horizontal:focused { -fx-padding: 1px 0px 1px 0px; } .scroll-bar:vertical { -fx-padding: 0px 1px 0px 1px; } .scroll-bar:vertical:focused { -fx-padding: 0px 1px 0px 1px; } .scroll-bar > .thumb { -fx-background-color: -var-scroll-bar-thumb-color; -fx-background-insets: 0; -fx-background-radius: 8px; } .scroll-bar:focused > .thumb { } .scroll-bar > .thumb:hover { } .scroll-bar > .track { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .scroll-bar > .track-background { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .scroll-bar:vertical > .decrement-button, .scroll-bar:vertical > .increment-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px 2px 0px 2px; } .scroll-bar:horizontal > .decrement-button, .scroll-bar:horizontal > .increment-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 2px 0px 2px 0px; } .scroll-bar > .decrement-button > .decrement-arrow, .scroll-bar > .increment-button > .increment-arrow { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; -fx-shape: null; } .scroll-bar:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Scroll Pane * * * ******************************************************************************/ .scroll-pane { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .scroll-pane:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane > * > .scroll-bar:horizontal { -fx-padding: 1px 0px 1px 0px; } .scroll-pane > * > .scroll-bar:vertical { -fx-padding: 0px 1px 0px 1px; } .scroll-pane > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane > .viewport { -fx-background-color: transparent; -fx-background-insets: 0; } .scroll-pane:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Hyperlink * * * ******************************************************************************/ .hyperlink { -fx-padding: 1px; -fx-text-fill: -fx-focus-color; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } /******************************************************************************* * * * Tooltip * * * ******************************************************************************/ .tooltip { -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; -fx-padding: 6px; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; -fx-text-fill: -var-font-color; } /******************************************************************************* * * * Text Area * * * ******************************************************************************/ .text-area { -fx-font-family: "Ubuntu Mono"; -fx-font-size: 14px; -fx-font-weight: normal; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 1px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 0px; -fx-prompt-text-fill: -var-font-color; } .text-area:focused { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-prompt-text-fill: transparent; -fx-padding: 0px; } .text-area .content { -fx-background-color: transparent; -fx-padding: 3px 5px 3px 5px; -fx-cursor: text; } .text-area:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * Spinner * * * ******************************************************************************/ .spinner { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 0px; -fx-text-fill: -var-font-color; } .spinner:focused, .spinner:contains-focus { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-prompt-text-fill: transparent; } .spinner:disabled { -fx-opacity: -var-disabled-opacity; } .spinner > .text-field { -fx-background: transparent; -fx-border-color: transparent; -fx-cursor: text; } .spinner > .text-field:focused { -fx-background: transparent; -fx-padding: 0px 0px 0px 4px; -fx-border-width: 0; -fx-border-insets: 0; } .spinner .decrement-arrow-button, .spinner .increment-arrow-button { -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 4px 6px 4px 6px; } .spinner .decrement-arrow-button { -fx-padding: 4px 6px 5px 6px; } .spinner:focused .decrement-arrow-button, .spinner:contains-focus .decrement-arrow-button, .spinner:focused .decrement-arrow-button, .spinner:contains-focus .increment-arrow-button { -fx-padding: 4px 5px 4px 5px; } .spinner .increment-arrow-button .increment-arrow, .spinner .decrement-arrow-button .decrement-arrow { -fx-background: -var-arrow-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-shape: "M 0 0 h 7 l -3.5 4 z"; -fx-padding: 3px 5px 3px 5px; } .spinner .increment-arrow-button .increment-arrow { -fx-rotate: 180; } .spinner .decrement-arrow-button:pressed .decrement-arrow, .spinner .increment-arrow-button:pressed .increment-arrow { -fx-background: -var-arrow-focused-color; } .spinner .decrement-arrow-button:hover .decrement-arrow, .spinner .increment-arrow-button:hover .increment-arrow { -fx-background: -var-arrow-hover-color; } /* Spinner - Horizontal arrows */ .spinner.split-arrows-horizontal .increment-arrow-button .increment-arrow, .spinner.arrows-on-right-horizontal .increment-arrow-button .increment-arrow, .spinner.arrows-on-left-horizontal .increment-arrow-button .increment-arrow, .spinner.split-arrows-horizontal .decrement-arrow-button .decrement-arrow, .spinner.arrows-on-right-horizontal .decrement-arrow-button .decrement-arrow, .spinner.arrows-on-left-horizontal .decrement-arrow-button .decrement-arrow { -fx-padding: 0.333em 0.166em 0.333em 0.166em; /* 4 2 4 2 */ -fx-shape: "M 4 0 v 7 l -4 -3.5 z"; } /* Spinner - STYLE_CLASS_ARROWS_ON_RIGHT_HORIZONTAL */ .spinner.arrows-on-right-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 0, 2 2 3 1; -fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0; -fx-padding: 0.333em 0.666em 0.333em 0.583em; /* 4 8 4 7 */ } .spinner.arrows-on-right-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 0, 0, 0; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /* Spinner - STYLE_CLASS_ARROWS_ON_LEFT_VERTICAL */ .spinner.arrows-on-left-vertical > .text-field { -fx-background-insets: 0 0 1 0, 1 1 2 0; -fx-background-radius: 0 3 3 0, 0 2 2 0; } .spinner.arrows-on-left-vertical .increment-arrow-button { -fx-background-radius: 3 0 0 0, 2 0 0 0, 1 0 0 0; } .spinner.arrows-on-left-vertical .decrement-arrow-button { -fx-background-radius: 0 0 0 3, 0 0 0 2, 0 0 0 1; } /* Spinner - STYLE_CLASS_ARROWS_ON_LEFT_HORIZONTAL */ .spinner.arrows-on-left-horizontal > .text-field { -fx-background-insets: 0 0 1 -1, 1 1 2 -1; -fx-background-radius: 0 3 3 0, 0 2 2 0; } .spinner.arrows-on-left-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 0, 2 2 3 1; -fx-background-radius: 0, 0, 0; -fx-padding: 0.333em 0.666em 0.333em 0.583em; /* 4 8 4 7 */ } .spinner.arrows-on-left-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 3 0 0 3, 2 0 0 2, 1 0 0 1; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /* Spinner - STYLE_CLASS_SPLIT_ARROWS_VERTICAL */ .spinner.split-arrows-vertical > .text-field { -fx-background-insets: 0, 0 1 0 1; -fx-background-radius: 0, 0; } .spinner.split-arrows-vertical .increment-arrow-button { -fx-background-radius: 3 3 0 0, 2 2 0 0, 1 1 0 0; } .spinner.split-arrows-vertical .decrement-arrow-button { -fx-background-insets: -1 0 1 0, 0 1 2 1, 1 2 3 2; -fx-background-radius: 0 0 3 3, 0 0 2 2, 0 0 1 1; -fx-padding: 0.25em 0.666em 0.417em 0.666em; /* 3 8 5 8 */ } /* Spinner - STYLE_CLASS_SPLIT_ARROWS_HORIZONTAL */ .spinner.split-arrows-horizontal > .text-field { -fx-background-insets: 0 0 1 0, 1 0 2 0; -fx-background-radius: 0, 0; } .spinner.split-arrows-horizontal .increment-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } .spinner.split-arrows-horizontal .decrement-arrow-button { -fx-background-insets: 0 0 1 0, 1 1 2 1, 2 2 3 2; -fx-background-radius: 3 0 0 3, 2 0 0 2, 1 0 0 1; -fx-padding: 0.333em 0.666em 0.333em 0.666em; /* 4 8 4 8 */ } /******************************************************************************* * * * Text Input * * * ******************************************************************************/ .text-input { -fx-text-fill: -var-font-color; -fx-highlight-fill: derive(-fx-focus-color, -20%); -fx-highlight-text-fill: -fx-focus-color; } .text-input:focused { -fx-highlight-fill: -fx-focus-color; -fx-highlight-text-fill: white; } /******************************************************************************* * * * Text Field * * * ******************************************************************************/ .text-field { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0px; -fx-background-radius: 2px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px 0px 0px 4px; -fx-text-fill: -var-font-color; -fx-cursor: text; -fx-min-height: -var-default-field-height; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .text-field:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-padding: 0px 0px 0px 3px; -fx-prompt-text-fill: transparent; } .text-field:disabled { -fx-opacity: -var-disabled-opacity; } /******************************************************************************* * * * ListView and ListCell * * * ******************************************************************************/ .list-view { -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 1px; } .list-view:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .list-view > .virtual-flow > .scroll-bar:vertical { -fx-background-insets: 0; -fx-padding: 0px 1px 0px 1px; } .list-view > .virtual-flow > .scroll-bar:horizontal { -fx-background-insets: 0; -fx-padding: 1px 0px 1px 0px; } .list-view:disabled { -fx-opacity: -var-disabled-opacity; } .list-view > .virtual-flow > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .text-field-list-cell, .list-cell { -fx-min-height: -var-default-cell-height; -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0px; -fx-indent: 1em; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .text-field-list-cell, .list-cell .label { -fx-padding: 0px 0px 0px 3px; } .text-field-list-cell, .list-cell:odd { -fx-background-color: transparent; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:selected { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected, .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:selected { -fx-text-fill: -var-font-focused-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused, .list-cell:filled:selected { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused > .hbox > .label, .list-cell:filled:selected > .hbox > .label { -fx-text-fill: -var-font-focused-color; } .list-cell:filled:selected:focused:disabled, .list-cell:filled:selected:disabled { -fx-opacity: -var-disabled-opacity; } .list-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-text-fill: -var-font-hover-color; } .list-view:focused > .virtual-flow > .clipped-container > .sheet > .list-cell:filled:focused:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } /******************************************************************************* * * * Tree View and Tree Cell * * * ******************************************************************************/ .tree-view { -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 1px; } .tree-view:focused { -fx-border-color: -var-border-color, -fx-focus-color; -fx-border-width: 1px, 1px; -fx-border-insets: 0 0 0 0, 1 1 1 1; -fx-background-color: transparent; -fx-background-insets: 0; -fx-background-radius: 0; -fx-padding: 0px; } .tree-view > .virtual-flow > .scroll-bar:vertical { -fx-background-insets: 0; -fx-padding: 0px 1px 0px 1px; } .tree-view > .virtual-flow > .scroll-bar:horizontal { -fx-background-insets: 0; -fx-padding: 1px 0px 1px 0px; } .tree-view:disabled { -fx-opacity: -var-disabled-opacity; } .tree-view > .virtual-flow > .corner { -fx-background-color: transparent; -fx-background-insets: 0; } .tree-cell { -fx-min-height: -var-default-cell-height; -fx-background-color: transparent; -fx-text-fill: -var-font-color; -fx-padding: 0px; -fx-indent: 1em; -fx-font-family: "Open Sans SemiBold"; -fx-font-size: 13px; } .tree-cell .label { -fx-padding: 0px 0px 0px 3px; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:focused { -fx-background-color: transparent; -fx-background-insets: 0; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:selected { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:selected, .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:selected:hover { -fx-background-color: -var-tree-cell-selected-color; -fx-background-insets: 0; -fx-text-fill: -var-font-focused-color; } /* When the TreeView is _not_ focused, we show alternate selection colors */ .tree-cell:filled:selected:focused, .tree-cell:filled:selected { -fx-background-color: -var-tree-cell-selected-color; -fx-text-fill: -var-font-focused-color; } .tree-cell:filled:selected:focused:disabled, .tree-cell:filled:selected:disabled { -fx-opacity: -var-disabled-opacity; } .tree-cell > .tree-disclosure-node, .tree-table-row-cell > .tree-disclosure-node { -fx-background-color: transparent; -fx-padding: 6px 6px 0px 6px; } .tree-cell > .tree-disclosure-node:disabled, .tree-table-row-cell > .tree-disclosure-node:disabled { -fx-opacity: -var-disabled-opacity; } .tree-cell > .tree-disclosure-node > .arrow, .tree-table-row-cell > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-color; -fx-padding: 0.333333em 0.229em 0.333333em 0.229em; -fx-shape: "M 0 -4 L 8 0 L 0 4 z"; } .tree-cell:expanded > .tree-disclosure-node > .arrow, .tree-table-row-cell:expanded > .tree-disclosure-node > .arrow { -fx-rotate: 90; } .tree-cell:filled:selected > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:selected > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-focused-color; } .tree-cell:filled:hover, .tree-table-row-cell:filled:hover { -fx-background-color: -var-tree-cell-hover-color; -fx-text-fill: -var-font-hover-color; } .tree-cell:filled:selected:focused > .hbox > .label, .tree-cell:filled:selected > .hbox > .label { -fx-text-fill: -var-font-focused-color; } .tree-cell:filled:hover > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:hover > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-hover-color; } .tree-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-cell:filled:focused:hover, .tree-table-view:focused > .virtual-flow > .clipped-container > .sheet > .tree-table-row-cell:filled:focused:hover { -fx-background-color: transparent; -fx-background-insets: 0; -fx-text-fill: -var-font-hover-color; } .tree-cell:filled:selected:hover > .tree-disclosure-node > .arrow, .tree-table-row-cell:filled:selected:hover > .tree-disclosure-node > .arrow { -fx-background-color: -var-arrow-focused-color; } /******************************************************************************* * * * Slider * * * ******************************************************************************/ .slider .thumb { -fx-background: -var-button-background-color; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 10px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 10px; -fx-padding: 6px; -fx-effect: null; } .slider:focused .thumb { } .slider .thumb:hover { -fx-border-color: -var-button-hover-border-color; -fx-background: -var-button-hover-background-color; } .slider .thumb:pressed { -fx-border-color: -var-border-color; -fx-background: -fx-focus-color; } .slider .track { -fx-background-color: -var-slider-track-background-color; -fx-background-insets: 0; -fx-background-radius: 10px; -fx-padding: 3px; } .slider:vertical .track { -fx-background-color: -fx-shadow-highlight-color, -fx-text-box-border, linear-gradient(to right, derive(-fx-control-inner-background, -9%), -fx-control-inner-background, derive(-fx-control-inner-background, -9%) ); } .slider .axis { -fx-tick-label-fill: derive(-fx-text-background-color, 30%); -fx-tick-length: 5px; -fx-minor-tick-length: 3px; -fx-border-color: null; } /******************************************************************************* * * * Color Picker * * * ******************************************************************************/ .color-picker { -fx-min-height: -var-default-field-height; -fx-max-height: -var-default-field-height; -fx-color-rect-width: 14px; -fx-color-rect-height: 14px; } .color-picker.button { -fx-padding: 0px 5px 0px 0px; } .color-picker > .color-picker-label { -fx-alignment: center-left; -fx-padding: 0px 0px 0px 0px; } .color-picker.button > .arrow-button { } .color-picker > .split-button > .arrow-button:hover { } .color-picker > .split-button > .color-picker-label:hover { } .color-picker > .color-picker-label > .picker-color { -fx-padding: 1px 1px 1px 6px; -fx-background-color: null; } .color-picker > .color-picker-label > .picker-color > .picker-color-rect { -fx-stroke: -fx-pressed-base; -fx-stroke-type: inside; } .color-palette { -fx-spacing: 15px; -fx-background-color: -var-menu-background-color; -fx-background-insets: 0; -fx-background-radius: 3px; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 2px; -fx-effect: -fx-shadow-menu; } .color-palette > .color-picker-grid > .color-square > .color-rect { -fx-stroke: transparent; -fx-stroke-width: 0.4; -fx-border-color: transparent; } .color-palette > .color-picker-grid { -fx-border-color: transparent; } .color-palette > .color-picker-grid > .color-square { -fx-background-color: transparent; -fx-background-insets: -1, 0; -fx-padding: 0.5; } /* the color over which the user is hovering */ .color-palette-region > .color-square.hover-square { -fx-background-color: transparent; -fx-background-insets: 0; -fx-padding: 0px; } .color-palette > .hyperlink { -fx-text-fill: -fx-focus-color; } .color-palette > .separator > .line { -fx-border-color: -var-border-color transparent transparent transparent, transparent transparent transparent transparent; -fx-border-insets: 0, 1 0 0 0; -fx-border-style: none; -fx-padding: 0px; } /* ------- CUSTOM COLOR DIALOG ------- */ .custom-color-dialog { -fx-background-color: -var-background-color; -fx-padding: 10px 15px 10px 15px; -fx-spacing: 0px; } .custom-color-dialog > .color-rect-pane { -fx-background-color: transparent; -fx-spacing: 0.75em; -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-alignment: top-left; -fx-fill-height: true; -fx-padding: 0px 10px 0px 0px; } .custom-color-dialog .color-rect-pane .color-rect { -fx-min-width: 200px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .color-rect-pane .color-rect-border { -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog > .color-rect-pane #color-rect-indicator { -fx-background-color: transparent; -fx-border-color: white; -fx-border-radius: 0.4166667em; -fx-translate-x: -0.4166667em; -fx-translate-y: -0.4166667em; -fx-pref-width: 0.833333em; -fx-pref-height: 0.833333em; -fx-effect: -fx-shadow-control; } .custom-color-dialog > .color-rect-pane > .color-bar { -fx-min-height: 200px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-min-width: 20px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog > .color-rect-pane > .color-bar > #color-bar-indicator { -fx-border-radius: 1px; -fx-border-color: white; -fx-effect: -fx-shadow-control; -fx-min-width: 24px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 12px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-translate-x: -0.1666667em; -fx-translate-y: -0.4166667em; } /* -------- Toggle Button ---------------- */ .custom-color-dialog .controls-pane .toggle-button { -fx-background: transparent; -fx-background-color: -fx-background; -fx-background-insets: 0; -fx-background-radius: 2px; -fx-border-color: transparent; -fx-border-width: 1px; -fx-border-radius: 1px; -fx-padding: 0px; } .custom-color-dialog .controls-pane .toggle-button:focused { -fx-background: transparent; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .toggle-button:selected { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .toggle-button:selected:focused { -fx-background: -fx-focus-color; -fx-text-fill: -var-font-focused-color; } .custom-color-dialog .controls-pane .left-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 2px 0px 0px 2px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-width: 1px 0px 1px 1px; -fx-border-radius: 1px 0px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .left-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .left-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 2px 0px 0px 2px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .left-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .left-pill:selected, .controls-pane .left-pill:selected:focused { -fx-background-radius: 2px 0px 0px 2px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 0px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-width: 1px 0px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .center-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 0px; -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:selected, .controls-pane .center-pill:selected:focused { -fx-background-insets: 0px; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .center-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .right-pill { -fx-background-color: -var-button-background-color; -fx-background-radius: 0px 2px 2px 0px; -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-border-insets: 0px; -fx-border-radius: 0px 1px 1px 0px; -fx-border-width: 1px 1px 1px 0px; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:hover { -fx-background-color: -var-button-hover-background-color; -fx-border-color: -var-button-hover-border-color; } .custom-color-dialog .controls-pane .right-pill:focused { -fx-background-color: -fx-focus-color; -fx-background-radius: 0px 2px 2px 0px; -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:selected, .controls-pane .right-pill:selected:focused { -fx-background-insets: 0; -fx-border-color: -var-border-color; -fx-padding: 4px; } .custom-color-dialog .controls-pane .right-pill:selected { -fx-background-color: -fx-focus-color; } .custom-color-dialog .controls-pane .current-new-color-grid #current-new-color-border { -fx-border-color: -var-border-color; -fx-border-width: 1px; } .custom-color-dialog .controls-pane .current-new-color-grid .color-rect { -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 24px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .transparent-pattern { -fx-background-image: url("/com/sun/javafx/scene/control/skin/modena/pattern-transparent.png"); -fx-background-repeat: repeat; -fx-background-size: auto; } .custom-color-dialog .controls-pane #spacer1 { -fx-min-width: 400px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 6px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #spacer2 { -fx-min-width: 400px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 6px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #settings-pane { -fx-hgap: 0.4166667em; -fx-vgap: 0.3333333em; -fx-min-width: 460px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 160px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #settings-pane .settings-label { -fx-min-width: 110px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-text-alignment: right; -fx-alignment: center-right; } .custom-color-dialog .controls-pane #settings-pane .settings-unit { -fx-min-width: 30px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; } .custom-color-dialog .controls-pane #settings-pane .slider { -fx-min-height: 24px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; } .custom-color-dialog .controls-pane .color-input-field { -fx-min-width: 40px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 22px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane .web-field { -fx-min-width: 230px; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: 22px; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; } .custom-color-dialog .controls-pane #spacer-side { -fx-min-width: 0.5em; -fx-pref-width: 0.5em; } .custom-color-dialog .controls-pane #spacer-bottom { -fx-pref-height: 0.833333em; -fx-min-height: 0.833333em; } .custom-color-dialog .controls-pane .customcolor-controls-background { -fx-background-color: transparent; -fx-border-color: -var-border-color; -fx-border-width: 1px; -fx-border-radius: 0px; } .custom-color-dialog .controls-pane .current-new-color-grid .label { -fx-padding: 0 0 0 0.4166667em; } .custom-color-dialog .controls-pane #buttons-hbox { -fx-spacing: 0.333333em; -fx-padding: 1em 0 0 0; -fx-alignment: bottom-right; } .custom-color-dialog .controls-pane #buttons-hbox .button { -fx-min-width: -var-dialog-button-width; -fx-pref-width: -fx-min-width; -fx-max-width: -fx-min-width; -fx-min-height: -var-dialog-button-height; -fx-pref-height: -fx-min-height; -fx-max-height: -fx-min-height; -fx-font-size: 14px; } /******************************************************************************* * * * ProgressIndicator * * * ******************************************************************************/ .progress-indicator { } .progress-indicator > .determinate-indicator > .indicator { } .progress-indicator > .determinate-indicator > .progress { } .progress-indicator > .determinate-indicator > .tick { } .progress-indicator > .percentage { } .progress-indicator:indeterminate > .spinner { -fx-background-color: transparent; -fx-border-color: transparent; } .progress-indicator:indeterminate .segment { -fx-background-color: -fx-focus-color; }
0.284775
0.044681
@charset "utf-8"; /* CSS Document */ @import url("common.css"); .paddingleft10 { padding-left:10px;} .width147 { width: 147px !important;} .width160 { width: 250px !important;} .width159 { width: 159px !important;} .width225 { width: 225px !important;} .width262 { width: 262px !important;} .width320 { width: 320px !important;} .width330 { width: 330px !important;} .width302 { width: 302px !important;} .height70 { height: 70px !important;} .height65 { height: 65px !important;} .height30 { height: 40px !important;} .width164 { width: 164px !important;} .width130 { width: 130px !important;} .width220 { width: 85% !important;} .paddingright15 { padding-right:15px !important;} .alignCenter { text-align:center !important;} .width70 { width:70% !important;} .linethrough { text-decoration:line-through;} .error-area { margin:0px; padding:10px; background:#900; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px;} .error-area a{ color:#CCC; text-decoration:underline;} .error-area a:hover{ color:#FFF;} .error-close { margin:0px; padding:0px; background:url(../images/close.png) no-repeat; width:20px; height:20px; display:block; position:absolute; right:10px; top:8px;} .submit-icon { margin:0px 5px; padding:0px; background:url(../images/true.png) no-repeat; width:14px; height:12px; border:none; cursor:pointer;} .cancel-icon { background:url(../images/error.png) no-repeat; width:14px; height:12px; border:none; cursor:pointer;} .list li a { width:187px; padding-left:8px; display:block; float:left; line-height:20px; word-wrap:break-word;} .list li .fstyle { width:187px; padding-left:8px; display:block; float:left; line-height:20px; word-wrap:break-word; color:#666666;font-size: 11px;font-weight: bold;} .list li a input{ height:12px !important; width:150px !important; font-size:12px;} .list li img{ float:left; margin-right:3px; line-height:22px;} .refesh-link { text-align:right; margin:0px 20px 5px 0px;} .refesh-link a { color:#666; font-weight:bold; font-size:11px; padding-left:5px; line-height:21px;} .refesh-link a:hover{ color:#666; text-decoration: underline; font-weight:bold; font-size:11px;} .refesh-link img { vertical-align:top;} /* Header Part */ .topbar { margin:0px; padding:15px 0px 10px 0px; height:59px;} .logo { margin:0px 0px; padding:0px 10px 0px 0px; float:left;} .logo1 { margin:0px 0px; padding:15px 10px 0px 0px; float:left;} .login { margin:0px; padding:0px 0px 0px 0px; float:right; text-align:right; height:35px;} .login1 { margin:0px; padding:15px 0px 0px 0px; float:right; text-align:right; height:35px;} .login1 .username { margin:0px; padding:0px; font-size:18px; color:#F2F2F2; line-height:30px;} .menu-bar { margin:0px auto 0px auto; padding:0px; background:url(../images/menu-bar-bg.png) repeat-x; height:29px; width:962px; clear:both;} .field { margin:0px 6px; padding:0px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; line-height:22px;} .field a { color:#666;} .field a:hover { color:#7A7AC1; text-decoration:underline;} .username { color: #F2F2F2; font-size: 18px; line-height: 30px; margin: 0; padding: 0; } .button2 { margin:0px; padding:2px 8px; border:solid 1px #FFF; border-bottom:solid 1px #cdcdcd; font-weight:bold; cursor:pointer; font-size:14px; color:#000000; background:#dcdcdc; background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff)); background: -moz-linear-gradient(top, #dcdcdc, #ffffff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#ffffff');} .button2:hover { background:#dcdcdc; background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc)); background: -moz-linear-gradient(top, #ffffff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');} .button { margin:0px; padding:2px 8px; font-weight:bold; cursor:pointer; font-size:18px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; width:100%; border:solid 1px #05476B; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-image:url(../images/purple-button.png); background-position:0px 0px;} .button:hover { background-image:url(../images/purple-button.png); background-position:-10px -10px;} .button-big { margin:0px; padding:2px 8px; font-weight:bold; cursor:pointer; font-size:18px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; border:solid 1px #666; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-image:url(../images/button1.png); background-position:0px 0px;width:100%;} .button-big:hover{ background-image:url(../images/button1.png); background-position:-10px -10px;} .setting-btn { margin:1px 0px 0px 0px; padding:0px; float:right; background:#FFFFFF;} .setting-btn a { margin:0px 5px; padding:8px 3px 7px 4px; display:block; float:left;} .textbox1 { margin:0px; padding:0px 3px; background:#FFFFFF; height:22px; line-height:22px; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:310px; border:solid 1px #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} /* Index Page */ .bg-pattern { margin:0px; padding:0px 0px;} .blank-area { margin:0px; padding:0px; height:60px; width:960px;} .error-msg { margin:0px; padding:10px 5px 10px 30px; width:96%;/* float:left;*/ font-size:12px; color:#cd4949; font-family:Arial, Helvetica, sans-serif; border:solid 1px #f7c9c9; box-shadow:1px 1px 3px #F2C4C4; -moz-box-shadow:1px 1px 3px #F2C4C4; -webkit-box-shadow:1px 1px 3px #F2C4C4; background:#feecec url(../images/error-icon.png) no-repeat left; text-align:left;} .msg_success{ margin:0px; padding:10px 5px 10px 30px; width:96%; position:relative;/* float:left; */ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#337A2B; border:solid 1px #9CB786; box-shadow:1px 1px 3px #B8CEA7; -moz-box-shadow:1px 1px 3px #B8CEA7; -webkit-box-shadow:1px 1px 3px #B8CEA7; background:#E8F7DC url(../images/success-icon.png) no-repeat left; text-align:left;} .clearmsg { margin:0px; padding:10px 5px 10px 30px; width:96%; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#337A2B; border:solid 1px #9CB786; box-shadow:1px 1px 3px #B8CEA7; -moz-box-shadow:1px 1px 3px #B8CEA7; -webkit-box-shadow:1px 1px 3px #B8CEA7; background:#E8F7DC url(../images/success-icon.png) no-repeat left; text-align:left;} .errormsg { margin:0px; padding:10px 0px 10px 35px; width:96%;/* float:left;*/ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#cd4949; border:solid 1px #f7c9c9; box-shadow:1px 1px 3px #F2C4C4; -moz-box-shadow:1px 1px 3px #F2C4C4; -webkit-box-shadow:1px 1px 3px #F2C4C4; background:#feecec url(../images/error-icon.png) no-repeat left; text-align:left; } .error { margin:0px; padding:0px 0px 0px 15px; background:url(../images/error.png) no-repeat left; font-size:12px; color:#900; text-align:left;} .update { margin:0px; padding:0px; float:left; width:500px;} .update ul { margin:10px 0px; padding:0px;} .update ul li { margin:0px 5px 5px 0px; padding:0px; display:block; list-style:none; float:left; height:52px; width:52px; border:solid 1px #e8e8e8; background:#FFF;} .update ul li a img { margin:1px 1px; padding:0px; height:50px; width:50px;} .subheading h5 { margin:0px; padding:0px; color:#81678A; font-size:16px;} .address-fields { margin:0px 0px 0px 20px;} .signup-error { margin:10px 100px 10px 10px; padding:0px; float:right;} .signup-box { margin:0px; padding:0px; width:400px; float:right;} .signup-box-bg-less { margin:0px; padding:20px 20px 20px 20px; background:#FFFFFF; height:auto; width:340px; border:solid 1px #f2f2f2; box-shadow:0px 0px 5px #f2f2f2; -moz-box-shadow:0px 0px 5px #f2f2f2; -webkit-box-shadow:0px 0px 5px #f2f2f2; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; } .signup-btn { margin:0px 60px 0px 0px !important;} .star { margin:0px; padding:0px 0px 0px 5px; color:#c60101; } h1.signupheading { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#666;} .true { margin:5px 0px 0px 5px; padding:0px 0px 0px 20px; background:url(../images/accept.png) no-repeat left; color:#090; font-size:11px; line-height:15px;} .false { margin:5px 0px 0px 5px; padding:0px 0px 0px 20px; background:url(../images/error.png) no-repeat left; color:#900; font-size:11px; line-height:12px; font-weight:normal;} .err_sngl_line .false{ margin:0px 0px 0px 30px; padding:4px 0px 3px 16px; height:10px; clear:both; background:url(../images/error.png) no-repeat left 5px; color:#900; font-size:11px; line-height:15px;} .err_sngl_line .true{ margin:0px 0px 0px 30px; padding:4px 0px 3px 20px; height:10px; clear:both; background:url(../images/accept.png) no-repeat left 5px; color:#090; font-size:11px; line-height:15px;} .nopadding div { padding-top:0px !important; padding-bottom:0px !important;} .true1 { margin:0px 0px 0px 20px; padding:0px 0px 0px 20px; background:url(../images/accept.png) no-repeat left; color:#090; font-size:11px; position:absolute} .false1 { margin:0px 0px 0px 20px; padding:0px 0px 0px 20px; background:url(../images/error.png) no-repeat left; color:#900; font-size:11px; position:absolute} .chk-box { line-height:20px; margin-left:0px; float:left;} .readyonly-box { background:#F4FFFF;} .readyonly-box:focus{ background:#F4FFFF;} /* Main Page */ .option { margin:0px 206px 0px 21px; padding:0px; float:left;} .option a { margin:0px; padding:5px 0px;/* width:320px;*/ width:360px; height:30px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#FFFFFF; text-align:center;} .option a span.user-type{ display:block; font-size:30px;color:#FFFFFF; font-weight:bold;} .option a span { margin:12px 0px 0px 0px; padding:0px; color:#FFFFFF; font-size:12px; font-weight:bold;} .signin-link { margin:1px 0px; padding:0px; font-weight:bold; font-size:12px; text-align:center} .signin-link a { margin:0px; padding:0px; background:none; width:auto; height:auto; font-size:12px; color:#666; font-weight:bold; display:inline;} .signin-link a:hover{ text-decoration:underline;} .signin-link-su { margin:5px 0px; padding:0px; font-weight:bold;font-size:12px; text-align:left; width:200px; float:left;} .signin-link-su a { margin:0px; padding:0px; background:none; width:auto; height:auto; font-size:12px; color:#666; font-weight:bold; display:inline;} .signin-link-su a:hover{ text-decoration:underline;} /* SignIn Page */ .signin-table { margin:0px auto; padding:0px; font-size:13px; color:#484848;} .signin-table td .chk-box{ line-height:20px; margin-left:3px; float:left;} .signin-table td.signin-btn{ height:70px; font-size:13px;} .signin-table td.signin-btn .btn{ margin-right:10px;} .signin-table td.signin-btn a{ margin-left:10px;} .signin-form { margin:0px auto 0px auto; padding:12px 0px 0px 0px;/* width:75%;*/} .signin-form .field-area{ margin-left:70px;} .signin-form .field-area label{ width:150px; float:left; font-size:13px; color:#484848; line-height:40px; text-align:right; padding-right:5px;} .signin-form .signupheading{ margin:0px 0px 0px 0px;} .signin-error { margin:0px; padding:0px 35px 0px 0px; height:60px; color:#900; font-size:11px;} .jobtype label { display:block; } /* Agreement Page */ .agreement-error { margin:0px; padding:0px 35px 0px 0px; color:#900; font-size:11px;} .agreement-form { margin:40px auto 0px auto; padding:0px; width:100%;} .agreement-heading { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#81678a;} .agreement-table { margin:0px auto; padding:0px; font-size:13px; color:#72577C;} .agreement-btn { height:70px; font-size:13px;} .agreement-chkboxtxt{ padding:2px 0px 0px 25px; font-size:14px; color:#81678a;} .agreement-box { margin:5px 0px 0px 0px; padding:0px; width:700px; background: none repeat scroll 0 0 #F7F7FF; border: 1px solid #B7BFC6; border-radius: 5px 5px 5px 5px; font-family: Arial,Helvetica,sans-serif;} .agreement-table h1 { padding:10px 0px 0px 0px; float:left; border:none; font-size:17px; color:#000; } .agreement-table p { padding:5px 0px; font-family:status-bar,Helvetica,sans-serif; font-size:15px; color:#000; } .agreement-btn { margin:0px 100px !important; font-size:17px !important;} /* SignUp Page */ .signup-form { margin:0px; padding:20px 0px 20px 0px;} .field-area { margin:0px 20px; padding:10px 0px; font-family: arial, serif; font-size:12px; color:#333333; line-height:22px;} .contact-form { padding:0px;} .contact-form .field-area{ padding:5px 0px;} .field-area p { margin:10px 0px; padding:0px;} .field-area label{ font-size:13px; color:#333333; font-weight:bold;} .signup-form .field-area { color:#666; } .signup-form .field-area label { font-weight:bold; font-size:12px; color:#333333;} .field-area .textbox{ margin:0px; padding:0px 3px; width:310px;} .field-area .terms{ margin:0px; padding:3px 5px; width:314px; border-radius:5px; -moz-border-radius:5px; border:solid 1px #e5dfed;} .field-area .line{ margin:5px 0px; padding:0px; border-bottom:solid 1px #e6e6e6;} .address-label { padding-right:5px; display:block; width:82px; float:left; text-align:right;} .contactbox { float:left; margin-left:8px;} .address-error { padding:20px 0px 0px 0px;} .location-error { padding-top:75px;} .location-error1 { padding-top:15px;} .location-box { margin:0px; padding:5px; background:#b1b1b1; border:solid 1px #D4B4E8; color:#333333; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:0px 0px 5px #A69EAA; -moz-box-shadow:0px 0px 5px #A69EAA; -webkit-box-shadow:0px 0px 5px #A69EAA;} .phone-box div { margin:5px 0px;} .locationfields { margin:0px 0px 0px 0px; padding:0px 20px;} .locationfields textarea{ width:300px; height:50px;} .listbox-wrapper { margin:0px; padding:0px; float:left;} .listbox-wrapper div{ margin:5px;} .listbox { margin:0px; padding:5px; background:#FFFFFF; border:solid 1px #A0A0A0; height:166px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .listbox optgroup { color:#666; font-weight:bold;} .listbox option { color:#666; font-style:italic;} .location-error { padding-top:75px;} .location-box { margin:0px; padding:5px; background:#E6E6E6; border:solid 1px #CECECE; color:#333333; font-family:Arial, Helvetica, sans-serif; width:465px; font-size:12px; line-height:22px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:0px 0px 5px #ccc; -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc;} .select-box { margin:0; padding:8px 5px; width:318px; color:#333333; font-size:14px; height:38px; line-height:30px; border:1px solid #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .select-box2 { margin:0; padding:3px 4px; width:232px; color:#333333; font-size:12px; height:25px; line-height:25px; border:1px solid #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .hidechild{display: none;} .showchild{display: block;} .ui-widget-overlay { background: black; filter: alpha(opacity = 50); left: 0; opacity: 0.5; position: absolute; top: 0;} .leftContents{ margin-bottom:0px; padding-bottom:10px; float:left;width:620px;margin-right:3px;padding-right:20px;background:url('../images/right_b.png') top right repeat-y;} .box p { margin:0px; padding:0px;} .box-body { margin:0px; padding:0px 5px;} .innerBox{margin-left:10px;overflow:hidden;} .clear{clear:both;} #sidebar { float:left; width:235px; text-align:left; font-size:12px;} div.isSecure { background:url("../images/padlock.png") no-repeat scroll 20px center; margin:10px 0 0; padding:20px 0 0 100px;} div.sidebar div.isSecure ul { margin: 0; padding: 0;} div.requiredFields { color: #999999; font-size: 12px; padding: 0px 0 0 10px;} .signup-form .field-area .color333 label { color:#333; font-weight:normal;} select { border: 1px solid #888; background: #ffffff; padding: 3px 4px; color: #222; margin: 0px 5px 0px 0px; border-radius: 7px; -moz-border-radius: 7px;} .InputGroup { display: inline-block; padding: 3px 4px; border: 1px solid #FFF; border-radius: 7px; -moz-border-radius: 7px;} /* Phone Page */ .add-phone-field { padding-top:10px;} .add-phone-btn { padding-top:7px;} .verify_link { color:#666;} .verify_link:hover{ color:#593e62;} .phone-listing a:hover {} .phone-list .deleteIcon{ margin:0px 0px 0px 5px;} /* Help Page */ .help-option{ margin-left:20px;} .help-btn { margin-top:10px;} .other-box { margin:0px 0px 0px 22px;} .continue-btn{margin:10px 0px 0px 22px;} .continue { margin:0px 5px 0px 0px;} /* Drop Down - Radio Button - Check Box */ .myselectbox { width:338px;} /*input.selectbox { margin:0px; padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:14px; font-weight:normal; width:320px; cursor:pointer; height:36px; text-indent:8px; background:url(../images/dropdown.png) no-repeat right; border:none;}*/ .selectbox-wrapper { margin-left:2px; border:1px solid #d4c6e4; border-bottom:none; background-color:#FFF; position:absolute; border-top:0px; width:316px !important;} .selectbox-wrapper ul { margin:0px; padding:0px; background:#f0f0f0} .selectbox-wrapper li { margin:0px; padding:5px; list-style:none; cursor:pointer; font-family:Arial, Helvetica, sans-serif; text-align:left; background:#f7f3fc; border-bottom:solid 1px #d4c6e4; color:#666; font-size:14px; } .selectbox-wrapper li:hover {background-color:#FEFDFF;} /*.radio { padding:0 5px 0 0; width:19px; height:25px; background:url(../images/radio.gif) no-repeat; display:block; clear:left; float:left; } .checkbox { padding:0 5px 0 0; width:19px; height:25px; background:url(../images/checkbox.gif) no-repeat; display:block; clear:left; float:left;} .select { padding: 0 24px 0 8px; position:absolute; width:230px; height:26px; color:#666; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:url(../images/dropdown1.png) no-repeat; overflow:hidden; }*/ .business-tab { background: #FDFCFE; color:#666; border: solid 1px #F7F3FC; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .business-tab-heading{background: #F9F7FD; padding: 5px; cursor: pointer; font-weight: bold;} .current-business-heading{ background: #D7CCE5;} .business-tab select{ width:240px; overflow:scroll !important;} /* change password <PASSWORD> */ .password-btn{ margin-left:8px;} .width150 { width:150px !important;} .width60 { width:50px !important; height:49px !important; margin:-5px 0px 0px 0px !important;} /* end change password*/ .width158 { width:158px !important;} a.jointoday{ color:#30ACE2; } a.jointoday:hover { color:#000;} a.jointoday span{ font-size:16px;} .radius-position{ margin-left:15px;} .radius-box { float: left; margin: 5px 0px 0px 5px;} .control-img{ float: left; margin-left: 5px;} .control-img img{ padding: 0px 5px; margin-top:5px;} .control-img1{ float: left; margin-left: 5px; padding-top:25px;} .control-img1 img{ padding: 0px 5px; margin-top:0px;} .control-img2{ float: left; margin-left: 5px;} .control-img2 img{ padding: 0px 5px; margin-top:0px; padding-top:25px;} .captcha { min-width: 0px; padding: 0px; color:#666; font-weight:bold;} .captcha label{ display:inline !important;} .captcha img{ height: 16px; width: 16px; vertical-align:middle;} /* Notification */ .box h2 label{ position:absolute;} .box h2 label.alert { background:transparent; height:25px; width:auto; margin:0px 0px 0px 0px; padding:0px 0px 4px 0px !important; text-align:center; line-height:20px; color:#FFF; font-size:12px; float:left;} /* Phone Varify Page */ .phone-varification-table{ margin:0px; padding:0px; font-size:12px; color:#666; border:solid 1px #ded6ee; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px;} .phone-varification-table tr.even{ background:#F4F3FB;} .phone-varification-table th{ padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; background:url(../images/title-bg.jpg) repeat-x; height:31px; line-height:30px; border-bottom:solid 1px #ded6ee; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px;} .phone-varification-table td{ padding:5px;} .phone-varify { text-align:center;} .phone-varify a { margin:0px; padding:0px 3px; color:#72577C} .phone-varify a:hover{ color:#9B5DB7; text-decoration:underline;} /* Dialog Box Style */ #popup_container{ font-family: Arial, sans-serif; font-size: 12px; min-width: 300px; /* Dialog will be no smaller than this */ max-width:600px; /* Dialog will wrap after this width */ background:#000000; color:#000; border:solid 5px #3C3C3C; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius:5px;} #popup_title { margin:0px; padding:0px 0px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:left; line-height:25px; color:#FFFFFF; background:#3C3C3C; cursor:default; border-bottom:none;} #popup_content { margin:0px; padding:10px; color:#333333; font-weight:normal; background:#FFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} #popup_panel { margin:1em 0em 0em 1em; text-align:right; } #popup_panel input{ margin:0px 5px; padding:5px 10px; border:solid 1px #cccccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; cursor:pointer; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background:#BCBCBC; background:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#BCBCBC)); background: -moz-linear-gradient(top, #eeeeee, #BCBCBC); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#BCBCBC');} #popup_panel input:hover{ color:#000000; box-shadow:2px 2px 2px #000000; -moz-box-shadow:0px 0px 2px #BCBCBC; -webkit-box-shadow:0px 0px 2px #BCBCBC;} /* End Dialog Box Style */ #workShiftselected label{ padding-right:20px; display:block; font-weight:normal; color:#666;} .labelFloatLeft label { float:left !important; font-weight:normal; padding-right:20px; color:#666;} /* Settings Page */ .hoverclrchange{ padding:5px 0px; /* border-top:1px solid #eeeeee;*/ } .hoverclrchange:hover{ /*background:#F8F8F8;*/ padding:5px 0px; /*border-top:1px solid #eeeeee;*/ } .hoverclrchange div.titlediv, div.titlediv{ width:140px; } .topHeader { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -74px; display:block; } .logout-btn { float:right; position:relative; right:10px; top:10px; z-index:100;} .update-msg { margin:0px; padding:0px; position:relative; top:40px; width:98%;} .height140 { height:140px;} .about-links div { margin:0px 20px 0px 0px; line-height:25px;} .about-table { margin:0px; padding:0px; width:100% !important;} .about-table label{ margin:0px; padding:0px; line-height:25px;} .about-table input[type='text']{ margin:0px 0px 10px 0px;} .about-table textarea{ margin:0px 0px 10px 0px; width:92% !important;} ul.data-list { margin:0px 0px 0px 15px !important;} .control-option { margin:0px; padding:0px;} .control-option a{ margin:0px 5px; padding:0px; float:left;} .varify-phone { text-align:center; color:#333;} .varify-phone div{ margin:10px 0px;} .varify-phone input[type="button"] { margin:10px 3px;} .location-link-msg .true{ float:left; line-height:50px;} .location-link-msg .false{ clear:left; display:block;} /* Home Page Slider*/ .tour { margin:-20px 0px 0px 0px; padding:0px; width:550px; min-height:210px;} /*.tour h6{ margin-top:-34px;width:410px; float:left;}*/ .tour em{ clear:left;} .tour p { padding:0px 20px; font-size:14px; font-weight:normal; text-align:justify; line-height:22px; color:#666; display:block;} .tour p img{ margin:0px 15px 15px 0px; padding:0px; float:left; /*border:1px solid #FFFFFF; box-shadow:1px 1px 2px #CCC; -moz-box-shadow:1px 1px 2px #CCC; -webkit-box-shadow:1px 1px 2px #CCC;*/} .hide { display:none;} .show { display:block;} .tour-button a.tour-btn{ margin:0px 10px 0px 0px; padding:8px 10px; color:#03C; font-size:12px !important; text-decoration:none; color:#484848; border-radius:2px; font-size:11px; font-weight:bold; border:solid 1px #E0E0E0; font-style:normal; background:#F1F1F1; background:-webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F1F1F1)); background:-moz-linear-gradient(top, #F5F5F5, #F1F1F1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');} .tour-button a.tour-btn:hover{ background:#F1F1F1; background:-webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F1F1F1)); background:-moz-linear-gradient(top, #F8F8F8, #F1F1F1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F1F1F1'); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);} .tour .tour-button{ float:right;} p.tour-button{ margin:0px; padding:8px 10px; display:block; text-align:right; width:auto; position:relative; z-index:9999; float:right;} .tour div { margin-top:0px; width:550px;} .tour p.clear{ clear:both; margin:0px; padding:0px; height:0px; line-height:0px;} .tour-content{ margin:0px; padding:0px;} .tour-content .block .imageLeft{ margin:15px 20px 15px 0px; border:1px solid #FFFFFF; box-shadow:1px 1px 2px #666666; -moz-box-shadow:1px 1px 2px #666666; -webkit-box-shadow:1px 1px 2px #666666; float:left;} .tour-content .block .imageRight{ margin:15px 0px 15px 20px; border:1px solid #FFFFFF; box-shadow:1px 1px 2px #666666; -moz-box-shadow:1px 1px 2px #666666; -webkit-box-shadow:1px 1px 2px #666666; float:right;} .tour-content .block .data{ width:585px;} .tour-content h2{ padding-bottom:15px;} .tour-content p { margin:0px; padding:0px 0px 5px 0px;} .block2 { margin:10px 0px; padding:5px 20px; background:#f3f3f3; border:solid 1px #E8E8E8;} .tour-content .block2 .data{ width:548px;} .tour-content .block .width2{ width:640px;} .app-download { margin:10px 0px 15px 0px; padding:10px; background:#E8E8E8; border:solid 1px #D6D4D4; color:#333;} .app-download a { margin-left:5px; color:#318EBD;} .app-download a:hover{ text-decoration:underline;}
css/registration.css
@charset "utf-8"; /* CSS Document */ @import url("common.css"); .paddingleft10 { padding-left:10px;} .width147 { width: 147px !important;} .width160 { width: 250px !important;} .width159 { width: 159px !important;} .width225 { width: 225px !important;} .width262 { width: 262px !important;} .width320 { width: 320px !important;} .width330 { width: 330px !important;} .width302 { width: 302px !important;} .height70 { height: 70px !important;} .height65 { height: 65px !important;} .height30 { height: 40px !important;} .width164 { width: 164px !important;} .width130 { width: 130px !important;} .width220 { width: 85% !important;} .paddingright15 { padding-right:15px !important;} .alignCenter { text-align:center !important;} .width70 { width:70% !important;} .linethrough { text-decoration:line-through;} .error-area { margin:0px; padding:10px; background:#900; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:14px;} .error-area a{ color:#CCC; text-decoration:underline;} .error-area a:hover{ color:#FFF;} .error-close { margin:0px; padding:0px; background:url(../images/close.png) no-repeat; width:20px; height:20px; display:block; position:absolute; right:10px; top:8px;} .submit-icon { margin:0px 5px; padding:0px; background:url(../images/true.png) no-repeat; width:14px; height:12px; border:none; cursor:pointer;} .cancel-icon { background:url(../images/error.png) no-repeat; width:14px; height:12px; border:none; cursor:pointer;} .list li a { width:187px; padding-left:8px; display:block; float:left; line-height:20px; word-wrap:break-word;} .list li .fstyle { width:187px; padding-left:8px; display:block; float:left; line-height:20px; word-wrap:break-word; color:#666666;font-size: 11px;font-weight: bold;} .list li a input{ height:12px !important; width:150px !important; font-size:12px;} .list li img{ float:left; margin-right:3px; line-height:22px;} .refesh-link { text-align:right; margin:0px 20px 5px 0px;} .refesh-link a { color:#666; font-weight:bold; font-size:11px; padding-left:5px; line-height:21px;} .refesh-link a:hover{ color:#666; text-decoration: underline; font-weight:bold; font-size:11px;} .refesh-link img { vertical-align:top;} /* Header Part */ .topbar { margin:0px; padding:15px 0px 10px 0px; height:59px;} .logo { margin:0px 0px; padding:0px 10px 0px 0px; float:left;} .logo1 { margin:0px 0px; padding:15px 10px 0px 0px; float:left;} .login { margin:0px; padding:0px 0px 0px 0px; float:right; text-align:right; height:35px;} .login1 { margin:0px; padding:15px 0px 0px 0px; float:right; text-align:right; height:35px;} .login1 .username { margin:0px; padding:0px; font-size:18px; color:#F2F2F2; line-height:30px;} .menu-bar { margin:0px auto 0px auto; padding:0px; background:url(../images/menu-bar-bg.png) repeat-x; height:29px; width:962px; clear:both;} .field { margin:0px 6px; padding:0px; float:left; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666; line-height:22px;} .field a { color:#666;} .field a:hover { color:#7A7AC1; text-decoration:underline;} .username { color: #F2F2F2; font-size: 18px; line-height: 30px; margin: 0; padding: 0; } .button2 { margin:0px; padding:2px 8px; border:solid 1px #FFF; border-bottom:solid 1px #cdcdcd; font-weight:bold; cursor:pointer; font-size:14px; color:#000000; background:#dcdcdc; background: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(#ffffff)); background: -moz-linear-gradient(top, #dcdcdc, #ffffff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dcdcdc', endColorstr='#ffffff');} .button2:hover { background:#dcdcdc; background:-webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dcdcdc)); background: -moz-linear-gradient(top, #ffffff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');} .button { margin:0px; padding:2px 8px; font-weight:bold; cursor:pointer; font-size:18px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; width:100%; border:solid 1px #05476B; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-image:url(../images/purple-button.png); background-position:0px 0px;} .button:hover { background-image:url(../images/purple-button.png); background-position:-10px -10px;} .button-big { margin:0px; padding:2px 8px; font-weight:bold; cursor:pointer; font-size:18px; color:#FFFFFF; font-family:Arial, Helvetica, sans-serif; border:solid 1px #666; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background-image:url(../images/button1.png); background-position:0px 0px;width:100%;} .button-big:hover{ background-image:url(../images/button1.png); background-position:-10px -10px;} .setting-btn { margin:1px 0px 0px 0px; padding:0px; float:right; background:#FFFFFF;} .setting-btn a { margin:0px 5px; padding:8px 3px 7px 4px; display:block; float:left;} .textbox1 { margin:0px; padding:0px 3px; background:#FFFFFF; height:22px; line-height:22px; color:#333; font-family:Arial, Helvetica, sans-serif; font-size:12px; width:310px; border:solid 1px #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} /* Index Page */ .bg-pattern { margin:0px; padding:0px 0px;} .blank-area { margin:0px; padding:0px; height:60px; width:960px;} .error-msg { margin:0px; padding:10px 5px 10px 30px; width:96%;/* float:left;*/ font-size:12px; color:#cd4949; font-family:Arial, Helvetica, sans-serif; border:solid 1px #f7c9c9; box-shadow:1px 1px 3px #F2C4C4; -moz-box-shadow:1px 1px 3px #F2C4C4; -webkit-box-shadow:1px 1px 3px #F2C4C4; background:#feecec url(../images/error-icon.png) no-repeat left; text-align:left;} .msg_success{ margin:0px; padding:10px 5px 10px 30px; width:96%; position:relative;/* float:left; */ font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#337A2B; border:solid 1px #9CB786; box-shadow:1px 1px 3px #B8CEA7; -moz-box-shadow:1px 1px 3px #B8CEA7; -webkit-box-shadow:1px 1px 3px #B8CEA7; background:#E8F7DC url(../images/success-icon.png) no-repeat left; text-align:left;} .clearmsg { margin:0px; padding:10px 5px 10px 30px; width:96%; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#337A2B; border:solid 1px #9CB786; box-shadow:1px 1px 3px #B8CEA7; -moz-box-shadow:1px 1px 3px #B8CEA7; -webkit-box-shadow:1px 1px 3px #B8CEA7; background:#E8F7DC url(../images/success-icon.png) no-repeat left; text-align:left;} .errormsg { margin:0px; padding:10px 0px 10px 35px; width:96%;/* float:left;*/ font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#cd4949; border:solid 1px #f7c9c9; box-shadow:1px 1px 3px #F2C4C4; -moz-box-shadow:1px 1px 3px #F2C4C4; -webkit-box-shadow:1px 1px 3px #F2C4C4; background:#feecec url(../images/error-icon.png) no-repeat left; text-align:left; } .error { margin:0px; padding:0px 0px 0px 15px; background:url(../images/error.png) no-repeat left; font-size:12px; color:#900; text-align:left;} .update { margin:0px; padding:0px; float:left; width:500px;} .update ul { margin:10px 0px; padding:0px;} .update ul li { margin:0px 5px 5px 0px; padding:0px; display:block; list-style:none; float:left; height:52px; width:52px; border:solid 1px #e8e8e8; background:#FFF;} .update ul li a img { margin:1px 1px; padding:0px; height:50px; width:50px;} .subheading h5 { margin:0px; padding:0px; color:#81678A; font-size:16px;} .address-fields { margin:0px 0px 0px 20px;} .signup-error { margin:10px 100px 10px 10px; padding:0px; float:right;} .signup-box { margin:0px; padding:0px; width:400px; float:right;} .signup-box-bg-less { margin:0px; padding:20px 20px 20px 20px; background:#FFFFFF; height:auto; width:340px; border:solid 1px #f2f2f2; box-shadow:0px 0px 5px #f2f2f2; -moz-box-shadow:0px 0px 5px #f2f2f2; -webkit-box-shadow:0px 0px 5px #f2f2f2; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; } .signup-btn { margin:0px 60px 0px 0px !important;} .star { margin:0px; padding:0px 0px 0px 5px; color:#c60101; } h1.signupheading { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#666;} .true { margin:5px 0px 0px 5px; padding:0px 0px 0px 20px; background:url(../images/accept.png) no-repeat left; color:#090; font-size:11px; line-height:15px;} .false { margin:5px 0px 0px 5px; padding:0px 0px 0px 20px; background:url(../images/error.png) no-repeat left; color:#900; font-size:11px; line-height:12px; font-weight:normal;} .err_sngl_line .false{ margin:0px 0px 0px 30px; padding:4px 0px 3px 16px; height:10px; clear:both; background:url(../images/error.png) no-repeat left 5px; color:#900; font-size:11px; line-height:15px;} .err_sngl_line .true{ margin:0px 0px 0px 30px; padding:4px 0px 3px 20px; height:10px; clear:both; background:url(../images/accept.png) no-repeat left 5px; color:#090; font-size:11px; line-height:15px;} .nopadding div { padding-top:0px !important; padding-bottom:0px !important;} .true1 { margin:0px 0px 0px 20px; padding:0px 0px 0px 20px; background:url(../images/accept.png) no-repeat left; color:#090; font-size:11px; position:absolute} .false1 { margin:0px 0px 0px 20px; padding:0px 0px 0px 20px; background:url(../images/error.png) no-repeat left; color:#900; font-size:11px; position:absolute} .chk-box { line-height:20px; margin-left:0px; float:left;} .readyonly-box { background:#F4FFFF;} .readyonly-box:focus{ background:#F4FFFF;} /* Main Page */ .option { margin:0px 206px 0px 21px; padding:0px; float:left;} .option a { margin:0px; padding:5px 0px;/* width:320px;*/ width:360px; height:30px; display:block; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; color:#FFFFFF; text-align:center;} .option a span.user-type{ display:block; font-size:30px;color:#FFFFFF; font-weight:bold;} .option a span { margin:12px 0px 0px 0px; padding:0px; color:#FFFFFF; font-size:12px; font-weight:bold;} .signin-link { margin:1px 0px; padding:0px; font-weight:bold; font-size:12px; text-align:center} .signin-link a { margin:0px; padding:0px; background:none; width:auto; height:auto; font-size:12px; color:#666; font-weight:bold; display:inline;} .signin-link a:hover{ text-decoration:underline;} .signin-link-su { margin:5px 0px; padding:0px; font-weight:bold;font-size:12px; text-align:left; width:200px; float:left;} .signin-link-su a { margin:0px; padding:0px; background:none; width:auto; height:auto; font-size:12px; color:#666; font-weight:bold; display:inline;} .signin-link-su a:hover{ text-decoration:underline;} /* SignIn Page */ .signin-table { margin:0px auto; padding:0px; font-size:13px; color:#484848;} .signin-table td .chk-box{ line-height:20px; margin-left:3px; float:left;} .signin-table td.signin-btn{ height:70px; font-size:13px;} .signin-table td.signin-btn .btn{ margin-right:10px;} .signin-table td.signin-btn a{ margin-left:10px;} .signin-form { margin:0px auto 0px auto; padding:12px 0px 0px 0px;/* width:75%;*/} .signin-form .field-area{ margin-left:70px;} .signin-form .field-area label{ width:150px; float:left; font-size:13px; color:#484848; line-height:40px; text-align:right; padding-right:5px;} .signin-form .signupheading{ margin:0px 0px 0px 0px;} .signin-error { margin:0px; padding:0px 35px 0px 0px; height:60px; color:#900; font-size:11px;} .jobtype label { display:block; } /* Agreement Page */ .agreement-error { margin:0px; padding:0px 35px 0px 0px; color:#900; font-size:11px;} .agreement-form { margin:40px auto 0px auto; padding:0px; width:100%;} .agreement-heading { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#81678a;} .agreement-table { margin:0px auto; padding:0px; font-size:13px; color:#72577C;} .agreement-btn { height:70px; font-size:13px;} .agreement-chkboxtxt{ padding:2px 0px 0px 25px; font-size:14px; color:#81678a;} .agreement-box { margin:5px 0px 0px 0px; padding:0px; width:700px; background: none repeat scroll 0 0 #F7F7FF; border: 1px solid #B7BFC6; border-radius: 5px 5px 5px 5px; font-family: Arial,Helvetica,sans-serif;} .agreement-table h1 { padding:10px 0px 0px 0px; float:left; border:none; font-size:17px; color:#000; } .agreement-table p { padding:5px 0px; font-family:status-bar,Helvetica,sans-serif; font-size:15px; color:#000; } .agreement-btn { margin:0px 100px !important; font-size:17px !important;} /* SignUp Page */ .signup-form { margin:0px; padding:20px 0px 20px 0px;} .field-area { margin:0px 20px; padding:10px 0px; font-family: arial, serif; font-size:12px; color:#333333; line-height:22px;} .contact-form { padding:0px;} .contact-form .field-area{ padding:5px 0px;} .field-area p { margin:10px 0px; padding:0px;} .field-area label{ font-size:13px; color:#333333; font-weight:bold;} .signup-form .field-area { color:#666; } .signup-form .field-area label { font-weight:bold; font-size:12px; color:#333333;} .field-area .textbox{ margin:0px; padding:0px 3px; width:310px;} .field-area .terms{ margin:0px; padding:3px 5px; width:314px; border-radius:5px; -moz-border-radius:5px; border:solid 1px #e5dfed;} .field-area .line{ margin:5px 0px; padding:0px; border-bottom:solid 1px #e6e6e6;} .address-label { padding-right:5px; display:block; width:82px; float:left; text-align:right;} .contactbox { float:left; margin-left:8px;} .address-error { padding:20px 0px 0px 0px;} .location-error { padding-top:75px;} .location-error1 { padding-top:15px;} .location-box { margin:0px; padding:5px; background:#b1b1b1; border:solid 1px #D4B4E8; color:#333333; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:0px 0px 5px #A69EAA; -moz-box-shadow:0px 0px 5px #A69EAA; -webkit-box-shadow:0px 0px 5px #A69EAA;} .phone-box div { margin:5px 0px;} .locationfields { margin:0px 0px 0px 0px; padding:0px 20px;} .locationfields textarea{ width:300px; height:50px;} .listbox-wrapper { margin:0px; padding:0px; float:left;} .listbox-wrapper div{ margin:5px;} .listbox { margin:0px; padding:5px; background:#FFFFFF; border:solid 1px #A0A0A0; height:166px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .listbox optgroup { color:#666; font-weight:bold;} .listbox option { color:#666; font-style:italic;} .location-error { padding-top:75px;} .location-box { margin:0px; padding:5px; background:#E6E6E6; border:solid 1px #CECECE; color:#333333; font-family:Arial, Helvetica, sans-serif; width:465px; font-size:12px; line-height:22px; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; box-shadow:0px 0px 5px #ccc; -moz-box-shadow:0px 0px 5px #ccc; -webkit-box-shadow:0px 0px 5px #ccc;} .select-box { margin:0; padding:8px 5px; width:318px; color:#333333; font-size:14px; height:38px; line-height:30px; border:1px solid #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .select-box2 { margin:0; padding:3px 4px; width:232px; color:#333333; font-size:12px; height:25px; line-height:25px; border:1px solid #A0A0A0; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .hidechild{display: none;} .showchild{display: block;} .ui-widget-overlay { background: black; filter: alpha(opacity = 50); left: 0; opacity: 0.5; position: absolute; top: 0;} .leftContents{ margin-bottom:0px; padding-bottom:10px; float:left;width:620px;margin-right:3px;padding-right:20px;background:url('../images/right_b.png') top right repeat-y;} .box p { margin:0px; padding:0px;} .box-body { margin:0px; padding:0px 5px;} .innerBox{margin-left:10px;overflow:hidden;} .clear{clear:both;} #sidebar { float:left; width:235px; text-align:left; font-size:12px;} div.isSecure { background:url("../images/padlock.png") no-repeat scroll 20px center; margin:10px 0 0; padding:20px 0 0 100px;} div.sidebar div.isSecure ul { margin: 0; padding: 0;} div.requiredFields { color: #999999; font-size: 12px; padding: 0px 0 0 10px;} .signup-form .field-area .color333 label { color:#333; font-weight:normal;} select { border: 1px solid #888; background: #ffffff; padding: 3px 4px; color: #222; margin: 0px 5px 0px 0px; border-radius: 7px; -moz-border-radius: 7px;} .InputGroup { display: inline-block; padding: 3px 4px; border: 1px solid #FFF; border-radius: 7px; -moz-border-radius: 7px;} /* Phone Page */ .add-phone-field { padding-top:10px;} .add-phone-btn { padding-top:7px;} .verify_link { color:#666;} .verify_link:hover{ color:#593e62;} .phone-listing a:hover {} .phone-list .deleteIcon{ margin:0px 0px 0px 5px;} /* Help Page */ .help-option{ margin-left:20px;} .help-btn { margin-top:10px;} .other-box { margin:0px 0px 0px 22px;} .continue-btn{margin:10px 0px 0px 22px;} .continue { margin:0px 5px 0px 0px;} /* Drop Down - Radio Button - Check Box */ .myselectbox { width:338px;} /*input.selectbox { margin:0px; padding:0px 0px 0px 0px; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:14px; font-weight:normal; width:320px; cursor:pointer; height:36px; text-indent:8px; background:url(../images/dropdown.png) no-repeat right; border:none;}*/ .selectbox-wrapper { margin-left:2px; border:1px solid #d4c6e4; border-bottom:none; background-color:#FFF; position:absolute; border-top:0px; width:316px !important;} .selectbox-wrapper ul { margin:0px; padding:0px; background:#f0f0f0} .selectbox-wrapper li { margin:0px; padding:5px; list-style:none; cursor:pointer; font-family:Arial, Helvetica, sans-serif; text-align:left; background:#f7f3fc; border-bottom:solid 1px #d4c6e4; color:#666; font-size:14px; } .selectbox-wrapper li:hover {background-color:#FEFDFF;} /*.radio { padding:0 5px 0 0; width:19px; height:25px; background:url(../images/radio.gif) no-repeat; display:block; clear:left; float:left; } .checkbox { padding:0 5px 0 0; width:19px; height:25px; background:url(../images/checkbox.gif) no-repeat; display:block; clear:left; float:left;} .select { padding: 0 24px 0 8px; position:absolute; width:230px; height:26px; color:#666; font-size:12px; font-family:Arial, Helvetica, sans-serif; background:url(../images/dropdown1.png) no-repeat; overflow:hidden; }*/ .business-tab { background: #FDFCFE; color:#666; border: solid 1px #F7F3FC; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} .business-tab-heading{background: #F9F7FD; padding: 5px; cursor: pointer; font-weight: bold;} .current-business-heading{ background: #D7CCE5;} .business-tab select{ width:240px; overflow:scroll !important;} /* change password <PASSWORD> */ .password-btn{ margin-left:8px;} .width150 { width:150px !important;} .width60 { width:50px !important; height:49px !important; margin:-5px 0px 0px 0px !important;} /* end change password*/ .width158 { width:158px !important;} a.jointoday{ color:#30ACE2; } a.jointoday:hover { color:#000;} a.jointoday span{ font-size:16px;} .radius-position{ margin-left:15px;} .radius-box { float: left; margin: 5px 0px 0px 5px;} .control-img{ float: left; margin-left: 5px;} .control-img img{ padding: 0px 5px; margin-top:5px;} .control-img1{ float: left; margin-left: 5px; padding-top:25px;} .control-img1 img{ padding: 0px 5px; margin-top:0px;} .control-img2{ float: left; margin-left: 5px;} .control-img2 img{ padding: 0px 5px; margin-top:0px; padding-top:25px;} .captcha { min-width: 0px; padding: 0px; color:#666; font-weight:bold;} .captcha label{ display:inline !important;} .captcha img{ height: 16px; width: 16px; vertical-align:middle;} /* Notification */ .box h2 label{ position:absolute;} .box h2 label.alert { background:transparent; height:25px; width:auto; margin:0px 0px 0px 0px; padding:0px 0px 4px 0px !important; text-align:center; line-height:20px; color:#FFF; font-size:12px; float:left;} /* Phone Varify Page */ .phone-varification-table{ margin:0px; padding:0px; font-size:12px; color:#666; border:solid 1px #ded6ee; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px;} .phone-varification-table tr.even{ background:#F4F3FB;} .phone-varification-table th{ padding:0px 5px; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666; background:url(../images/title-bg.jpg) repeat-x; height:31px; line-height:30px; border-bottom:solid 1px #ded6ee; border-top-right-radius:5px; -moz-border-radius-topright:5px; -webkit-border-radius-topright:5px; border-top-left-radius:5px; -moz-border-radius-topleft:5px; -webkit-border-radius-topleft:5px;} .phone-varification-table td{ padding:5px;} .phone-varify { text-align:center;} .phone-varify a { margin:0px; padding:0px 3px; color:#72577C} .phone-varify a:hover{ color:#9B5DB7; text-decoration:underline;} /* Dialog Box Style */ #popup_container{ font-family: Arial, sans-serif; font-size: 12px; min-width: 300px; /* Dialog will be no smaller than this */ max-width:600px; /* Dialog will wrap after this width */ background:#000000; color:#000; border:solid 5px #3C3C3C; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius:5px;} #popup_title { margin:0px; padding:0px 0px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:13px; font-weight:bold; text-align:left; line-height:25px; color:#FFFFFF; background:#3C3C3C; cursor:default; border-bottom:none;} #popup_content { margin:0px; padding:10px; color:#333333; font-weight:normal; background:#FFF; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px;} #popup_panel { margin:1em 0em 0em 1em; text-align:right; } #popup_panel input{ margin:0px 5px; padding:5px 10px; border:solid 1px #cccccc; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#666666; cursor:pointer; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; background:#BCBCBC; background:-webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#BCBCBC)); background: -moz-linear-gradient(top, #eeeeee, #BCBCBC); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#BCBCBC');} #popup_panel input:hover{ color:#000000; box-shadow:2px 2px 2px #000000; -moz-box-shadow:0px 0px 2px #BCBCBC; -webkit-box-shadow:0px 0px 2px #BCBCBC;} /* End Dialog Box Style */ #workShiftselected label{ padding-right:20px; display:block; font-weight:normal; color:#666;} .labelFloatLeft label { float:left !important; font-weight:normal; padding-right:20px; color:#666;} /* Settings Page */ .hoverclrchange{ padding:5px 0px; /* border-top:1px solid #eeeeee;*/ } .hoverclrchange:hover{ /*background:#F8F8F8;*/ padding:5px 0px; /*border-top:1px solid #eeeeee;*/ } .hoverclrchange div.titlediv, div.titlediv{ width:140px; } .topHeader { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -74px; display:block; } .logout-btn { float:right; position:relative; right:10px; top:10px; z-index:100;} .update-msg { margin:0px; padding:0px; position:relative; top:40px; width:98%;} .height140 { height:140px;} .about-links div { margin:0px 20px 0px 0px; line-height:25px;} .about-table { margin:0px; padding:0px; width:100% !important;} .about-table label{ margin:0px; padding:0px; line-height:25px;} .about-table input[type='text']{ margin:0px 0px 10px 0px;} .about-table textarea{ margin:0px 0px 10px 0px; width:92% !important;} ul.data-list { margin:0px 0px 0px 15px !important;} .control-option { margin:0px; padding:0px;} .control-option a{ margin:0px 5px; padding:0px; float:left;} .varify-phone { text-align:center; color:#333;} .varify-phone div{ margin:10px 0px;} .varify-phone input[type="button"] { margin:10px 3px;} .location-link-msg .true{ float:left; line-height:50px;} .location-link-msg .false{ clear:left; display:block;} /* Home Page Slider*/ .tour { margin:-20px 0px 0px 0px; padding:0px; width:550px; min-height:210px;} /*.tour h6{ margin-top:-34px;width:410px; float:left;}*/ .tour em{ clear:left;} .tour p { padding:0px 20px; font-size:14px; font-weight:normal; text-align:justify; line-height:22px; color:#666; display:block;} .tour p img{ margin:0px 15px 15px 0px; padding:0px; float:left; /*border:1px solid #FFFFFF; box-shadow:1px 1px 2px #CCC; -moz-box-shadow:1px 1px 2px #CCC; -webkit-box-shadow:1px 1px 2px #CCC;*/} .hide { display:none;} .show { display:block;} .tour-button a.tour-btn{ margin:0px 10px 0px 0px; padding:8px 10px; color:#03C; font-size:12px !important; text-decoration:none; color:#484848; border-radius:2px; font-size:11px; font-weight:bold; border:solid 1px #E0E0E0; font-style:normal; background:#F1F1F1; background:-webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F1F1F1)); background:-moz-linear-gradient(top, #F5F5F5, #F1F1F1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F1F1F1');} .tour-button a.tour-btn:hover{ background:#F1F1F1; background:-webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#F1F1F1)); background:-moz-linear-gradient(top, #F8F8F8, #F1F1F1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#F8F8F8', endColorstr='#F1F1F1'); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);} .tour .tour-button{ float:right;} p.tour-button{ margin:0px; padding:8px 10px; display:block; text-align:right; width:auto; position:relative; z-index:9999; float:right;} .tour div { margin-top:0px; width:550px;} .tour p.clear{ clear:both; margin:0px; padding:0px; height:0px; line-height:0px;} .tour-content{ margin:0px; padding:0px;} .tour-content .block .imageLeft{ margin:15px 20px 15px 0px; border:1px solid #FFFFFF; box-shadow:1px 1px 2px #666666; -moz-box-shadow:1px 1px 2px #666666; -webkit-box-shadow:1px 1px 2px #666666; float:left;} .tour-content .block .imageRight{ margin:15px 0px 15px 20px; border:1px solid #FFFFFF; box-shadow:1px 1px 2px #666666; -moz-box-shadow:1px 1px 2px #666666; -webkit-box-shadow:1px 1px 2px #666666; float:right;} .tour-content .block .data{ width:585px;} .tour-content h2{ padding-bottom:15px;} .tour-content p { margin:0px; padding:0px 0px 5px 0px;} .block2 { margin:10px 0px; padding:5px 20px; background:#f3f3f3; border:solid 1px #E8E8E8;} .tour-content .block2 .data{ width:548px;} .tour-content .block .width2{ width:640px;} .app-download { margin:10px 0px 15px 0px; padding:10px; background:#E8E8E8; border:solid 1px #D6D4D4; color:#333;} .app-download a { margin-left:5px; color:#318EBD;} .app-download a:hover{ text-decoration:underline;}
0.221772
0.14817
@media (min-width:1001px){ /*banner*/ .banner{ width:1200px; margin:0 auto; height:490px} .banNr{ padding-top:156px; padding-left:15px;} .banNrT{ font-size:38px; line-height:50px;margin-bottom:10px;} .banNr p{ font-size:18px; line-height:33px;} .ButAN{font-size:16px; width:196px; line-height:44px; height:44px;border-radius:22px; margin-top:40px;} /*寄售服务项目*/ .Title P{ font-size:28px; margin-top:120px; margin-bottom:5px;} .Title span{ font-size:12px; margin-bottom:15px;line-height:20px} .Title i{ width:48px; height:4px; border-radius:2px;} .IndIte{ width:1200px; margin:65px auto 30px;} .IndIteK{ height:158px; width:299px;border-left:1px solid #dedee0;} .IndIteK:nth-child(1){ border-left:none;} .IndIteI{ padding-top:34px; height:52px;} .IndIteI img{ height:52px;} .IndIteK p{ font-size:16px; margin-top:20px;} /*支付渠道*/ .IndPay{ width:976px; margin:66px auto 0} .IndPayK{ width:272px; height:40px; padding:21px 0; border-radius:8px;margin-left:40px; margin-bottom:35px; box-shadow:0 5px 10px rgba(150,192,252,0.4);} .IndPayK img{ height:40px;} /*平台功能*/ .IndPlaK{ width:960px; margin:45px auto 0;} .IndPlaL{ width:495px; padding-top:45px;} .IndPlaLT{ font-size:20px;} .IndPlaLn{ margin-top:40px;} .IndPlaLz{ width:58px; height:58px; line-height:58px;font-size:30px;} .IndPlaLr{ width:400px; line-height:25px; margin-top:5px;} .IndPlaLr p{ font-size:18px;} .IndPlaLr span{ font-size:14px;} .IndPlar{ width:463px;} .IndPlar img{ width:463px;} .IndPlaS{ width:1200px;top:-60px;padding-bottom:30px;} .IndPlaC{ width:226px; margin:0 12px 24px; padding:50px 25px 0; height:200px; border-radius:9px;} .IndPlaI{ height:30px;} .IndPlaKt{ font-size:20px;line-height:30px; padding:20px 0 15px;} .IndPlaC p{font-size:16px; line-height:26px;} a.ButPla{font-size:18px;width:260px; height:54px; line-height:54px; border-radius:33px; border:6px solid #afd3fc; margin:30px auto;} a.ButPla:hover{ border:6px solid #fbccb7} /*核心优势*/ .IndCha{ width:1000px; margin:80px auto 0;} .IndChaZ{ width:380px; padding-left:80px; padding-top:50px} .IndChaZt{ font-size:20px; margin-bottom:15px;} .IndChaZ p{ font-size:18px;line-height:34px;} .IndChaP{ width:432px;} /**************登录***************/ .LoginK{ background-image:url(../images/loginb.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position: bottom center; color:#333; min-height:100%;} .Login{ width:466px; padding-bottom:35px; background:#FFF; margin:15% auto 0; border-radius:6px;} .register{ width:466px; padding-bottom:35px; background:#FFF; margin:7% auto 0; border-radius:6px;} .register .Logreg{ margin:0 auto;} .LogTit{ text-align:center; font-size:22px; line-height:35px; padding-top:30px; font-weight:600;} .logK{ width:332px; margin:0 auto;height:65px;} .logIc{ width:43px; height:43px; display:block; background-repeat:no-repeat; background-position:center; background-color:#2f80f0;} .logIn{height:43px; line-height:43px; background:none; border:none; width:259px; padding:0 15px; font-size:14px;background:#eff2f5;} .logNr{ line-height:23px; height:23px; font-size:14px; width:332px;margin:0 auto 15px;} .logNr a{ color:#999;} .logNr a:hover{ color:#2f80f0;} .Login .Logreg{ margin:0 auto;} .logK span{ line-height:22px; color:#e60012; font-size:14px; display:block; padding-left:43px;} /***************注册***************/ .Regtit{ font-size:14px; text-align:center; margin-bottom:16px;} .logInw{ width:148px;} .yzm{ display:block; width:100px;} .Set_but{ border:none; display:block; width:100px; line-height:43px; height:43px; text-align: center; color:#FFF; display:block;} .Regf{ text-align:center; font-size:14px; color:#999; padding-top:10px;} .Regf a{ color:#3087f2;} /*弹出*/ .TcK{top:10%;left:50%; margin-left:-400px;width:700px;border-radius:8px; padding:0 50px 30px; max-height:700px; overflow:auto;} .TcRegT{ font-size:24px; color:#333; text-align:center; font-weight:600; border-bottom:1px solid #ccc; line-height:80px; height:80px;} .TcRegN{ font-size:16px; color:#333; line-height:28px; margin-top:15px;} .TcRegP{ margin-bottom:10px;} .TcRegN a{ color:#0e6bf9; display:block;} A.TcRegA{ width:200px; height:42px; line-height:42px; text-align:center; border-radius:21px; font-size:18px; display:block; margin:20px auto 0;} /**************登录错误****************/ .Erro{ height:559px; background:url(../images/erro.jpg) no-repeat center top; margin-top:82px;} .ErroK{ width:600px; padding-left:600px; padding-top:210px; color:#FFF; text-align:center; margin:0 auto;} .ErroT{font-size:40px; font-weight:600; line-height:50px;} a.Errlink{ font-size:18px; line-height:20px; margin-top:15px; color:#FFF; display:block;} a.Errlink span{ color:#febc67;} /**************联系我们****************/ .ContK{ background:url(../images/contb.jpg) no-repeat center 82px; padding-top:82px;} .ContTit{ width:1150px; margin:0 auto; padding-top:100px; height:200px; color:#FFF;} .ContTid{ font-size:40px; font-weight:600; line-height:50px;} .ContTid span{ font-size:30px; padding-left:15px; margin-bottom:10px; display:inline-block;} .ContTit p{ font-size:18px; line-height:20px;} .ContD{ width:1090px; background:#FFF; margin:0 auto; padding:0 30px 50px; border-radius:10px; position:relative;} .ContDK{ padding-left:40px; padding-top:100px; width:320px; height:170px;font-size:18px; float:left;} .ContDp{ padding-left:55px; background-repeat:no-repeat; background-position:left center; line-height:28px; margin-bottom:10px;} .ContDp1{ background-image:url(../images/fticon01.png)} .ContDp2{ background-image:url(../images/fticon02.png)} .ContDp span{display:block;} .ContDp p{color:#3e86ee; font-size:24px; font-weight:600;} .aboutDp p{color:#000000; font-size:18px; } .ContM{ width:205px; height:315px;text-align:center; background:url(../images/cont01.png) no-repeat top center; position:absolute; right:144px; top:-45px;} .ContM img{ padding-top:63px; width:166px;} .ContM p{ font-size:14px; line-height:30px;} .ContMat{ width:1054px; padding:8px; box-shadow:0 0 15px rgba(197,215,255,0.55); margin:0 auto;} /***************帮助中心**************/ .HelpK{background-image:url(../images/helpb.png); background-repeat:no-repeat; background-position:right bottom; color:#333; min-height:100%;} .Help{ width:1200px; margin:40px auto; padding-top:82px;} .HelpT{ font-weight:600; text-align:center; font-size:34px; line-height:50px; color:#333;} .HelpD{display:flex;flex-wrap: wrap; margin-top:15px;} .HelpN{ width:600px;} .HelpNs{background:#FFF; margin:26px 25px 0; width:500px; padding:13px 25px; border-radius:8px; box-shadow:0 0 10px rgba(197,215,255,0.55);cursor: pointer;} .HelpQ{ padding-left:50px; position:relative;line-height:32px; font-size:18px; font-weight:600;} .HelpQ i,.HelpA i{ width:32px; height:32px; line-height:32px; font-style:normal; font-size:20px; text-align:center; font-weight:bold; position:absolute; top:0; left:0; border-radius:50%; display:block;} .HelpA i{FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff7539,endColorStr=#ff2156);background: -ms-linear-gradient(left, #ff7539, #ff2156);background:-moz-linear-gradient(left,#ff7539,#ff2156);background:-webkit-gradient(linear, 0% 100%, 0% 0%,from(#ff7539), to(#ff2156));background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#ff7539), to(#ff2156));background: -webkit-linear-gradient(left, #ff7539, #ff2156);background:-o-linear-gradient(left, #ff7539, #ff2156);box-shadow:0 5px 10px rgba(255,45,82,0.45);color:#FFF;} .HelpA{padding-left:50px; position:relative;font-size:14px; line-height:23px; min-height:32px; margin-top:15px; display:none;} .FHelp{ font-size:16px; text-align:center; color:#666; line-height:30px; padding:15px 0;} /******************查询订单****************/ .QuerB{background-image:url(../images/querb.png);background-repeat:no-repeat;background-position:center bottom;color:#333;min-height:100%;} .QueT{ text-align:center; padding-top:117px;} .QueT a{ color:#333; font-size:24px; display:inline-block; margin:0 35px; line-height:60px;} .QueT a i{ display:block; width:36px; height:6px; border-radius:3px; margin:0 auto;} .QueTao{ font-weight:600;} .QueTao i{ background:#333;} .QueD{ display:none;} .QueT1{ width:1026px; margin:35px auto;} .QueT4{ width:1026px; margin:35px auto;} /**/ .search{ background:#FFF; border:2px solid #9ec2f6; border-radius:8px; height:63px; overflow:hidden;} .searI{ line-height:63px; height:63px; padding-left:40px; width:770px; background:none; border:none; font-size:18px; color:#666} a.searA{ color:#FFF; font-size:18px; display:block; text-align:center; width:160px;line-height:63px; height:63px; padding-right:20px;} a.searA span{background:url(../images/search.png) no-repeat left center; padding-left:55px; display:inline-block;} .QueKO{ background:#fff; overflow:hidden; margin-top:35px; padding-bottom:35px; border-radius:8px;} .QueKOt{ margin-bottom:23px; line-height:61px; height:61px; padding:0 35px; color:#FFF;} .QueKOt p{ font-size:20px; width:80%; float:left;} .QueKOt a{background:url(../images/qued.png) no-repeat left center;font-size:16px;padding-left:24px;color:#FFF;line-height:31px;height:31px;width:140px;margin-top:15px;display:block;} .QueTabk{ display:none;} .QueTab{ width:956px; margin:0 auto 15px; border:1px solid #ccc; border-bottom:none;} .QueTab tr td{ text-align:center; padding:13px 10px; color:#333; font-size:14px;border-bottom:1px solid #ccc; line-height:25px;} .QueTab tr.QueTr td{ font-size:10px; font-weight:600; background:#ededed;} .QueZF{ padding-left:28px; display:inline-block; background:url(../images/ques.png) no-repeat center left;} .QueZFsb{ padding-left:28px; display:inline-block; background:url(../images/zfsb.png) no-repeat center left;} .QueTrC tr td{text-align:justify; padding:13px 25px;border-right:1px solid #ccc;} .QueKOtx{ height:53px; line-height:53px; background:#ededed; border:1px solid #ccc;width:956px; margin:0 auto 15px; font-size:14px; color:#333;} .QueKOtx span{ font-weight:600; text-align:center; color:#FFF; float:left; display:block; width:57px; line-height:26px; height:26px; background:#4089ef; border-radius:8px; margin-top:15px; margin-left:12px; margin-right:20px;} .QueKOts{ width:940px; margin:12px auto;} .QueKOtit{ font-size:16px; font-weight:600; line-height:30px;} .QueKOts p{ font-size:14px; line-height:20px;} .QueT2{background:#FFF; border-radius:8px; width:680px; padding:20px 30px 30px; margin:35px auto} .QueST{ text-align:left; line-height:20px; font-size:10px; font-weight:600;} .QueI{ width:638px; line-height:44px; height:44px; border:1px solid #ccc; font-size:14px; padding:0 20px; margin-bottom:14px;} .QueText{ width:638px; line-height:24px; height:72px; border:1px solid #ccc; font-size:14px; padding:10px 20px; margin-bottom:14px;} .Queyzt{ display:block; width:110px;height:46px; overflow:hidden; margin-right:14px;} .Que_but{ width:120px;height:44px; border-radius:22px; margin-right:9px;} .QueIw1{ width:288px} .QueIw2{ width:480px;} a.QueAN{ width:180px; line-height:42px; height:42px; display:block; margin:15px auto; text-align:center; border-radius:21px; font-size:18px;} .TcQue{width:30%; height:60%;margin-left:-270px;} .TcQueN{ font-size:16px; margin-bottom:10px; line-height:26px; text-align:justify;} .TcQueN span{ color:#5b9ef8; font-weight:600;} .TcQueT{ text-align:center; padding-top:45px; padding-bottom:10px;} .TcQueT img{ width:123px;} .TcQueT p{ font-size:24px; font-weight:600; line-height:40px;} }
template/index2/assets/css/index1200.css
@media (min-width:1001px){ /*banner*/ .banner{ width:1200px; margin:0 auto; height:490px} .banNr{ padding-top:156px; padding-left:15px;} .banNrT{ font-size:38px; line-height:50px;margin-bottom:10px;} .banNr p{ font-size:18px; line-height:33px;} .ButAN{font-size:16px; width:196px; line-height:44px; height:44px;border-radius:22px; margin-top:40px;} /*寄售服务项目*/ .Title P{ font-size:28px; margin-top:120px; margin-bottom:5px;} .Title span{ font-size:12px; margin-bottom:15px;line-height:20px} .Title i{ width:48px; height:4px; border-radius:2px;} .IndIte{ width:1200px; margin:65px auto 30px;} .IndIteK{ height:158px; width:299px;border-left:1px solid #dedee0;} .IndIteK:nth-child(1){ border-left:none;} .IndIteI{ padding-top:34px; height:52px;} .IndIteI img{ height:52px;} .IndIteK p{ font-size:16px; margin-top:20px;} /*支付渠道*/ .IndPay{ width:976px; margin:66px auto 0} .IndPayK{ width:272px; height:40px; padding:21px 0; border-radius:8px;margin-left:40px; margin-bottom:35px; box-shadow:0 5px 10px rgba(150,192,252,0.4);} .IndPayK img{ height:40px;} /*平台功能*/ .IndPlaK{ width:960px; margin:45px auto 0;} .IndPlaL{ width:495px; padding-top:45px;} .IndPlaLT{ font-size:20px;} .IndPlaLn{ margin-top:40px;} .IndPlaLz{ width:58px; height:58px; line-height:58px;font-size:30px;} .IndPlaLr{ width:400px; line-height:25px; margin-top:5px;} .IndPlaLr p{ font-size:18px;} .IndPlaLr span{ font-size:14px;} .IndPlar{ width:463px;} .IndPlar img{ width:463px;} .IndPlaS{ width:1200px;top:-60px;padding-bottom:30px;} .IndPlaC{ width:226px; margin:0 12px 24px; padding:50px 25px 0; height:200px; border-radius:9px;} .IndPlaI{ height:30px;} .IndPlaKt{ font-size:20px;line-height:30px; padding:20px 0 15px;} .IndPlaC p{font-size:16px; line-height:26px;} a.ButPla{font-size:18px;width:260px; height:54px; line-height:54px; border-radius:33px; border:6px solid #afd3fc; margin:30px auto;} a.ButPla:hover{ border:6px solid #fbccb7} /*核心优势*/ .IndCha{ width:1000px; margin:80px auto 0;} .IndChaZ{ width:380px; padding-left:80px; padding-top:50px} .IndChaZt{ font-size:20px; margin-bottom:15px;} .IndChaZ p{ font-size:18px;line-height:34px;} .IndChaP{ width:432px;} /**************登录***************/ .LoginK{ background-image:url(../images/loginb.jpg); background-attachment:fixed; background-repeat:no-repeat; background-position: bottom center; color:#333; min-height:100%;} .Login{ width:466px; padding-bottom:35px; background:#FFF; margin:15% auto 0; border-radius:6px;} .register{ width:466px; padding-bottom:35px; background:#FFF; margin:7% auto 0; border-radius:6px;} .register .Logreg{ margin:0 auto;} .LogTit{ text-align:center; font-size:22px; line-height:35px; padding-top:30px; font-weight:600;} .logK{ width:332px; margin:0 auto;height:65px;} .logIc{ width:43px; height:43px; display:block; background-repeat:no-repeat; background-position:center; background-color:#2f80f0;} .logIn{height:43px; line-height:43px; background:none; border:none; width:259px; padding:0 15px; font-size:14px;background:#eff2f5;} .logNr{ line-height:23px; height:23px; font-size:14px; width:332px;margin:0 auto 15px;} .logNr a{ color:#999;} .logNr a:hover{ color:#2f80f0;} .Login .Logreg{ margin:0 auto;} .logK span{ line-height:22px; color:#e60012; font-size:14px; display:block; padding-left:43px;} /***************注册***************/ .Regtit{ font-size:14px; text-align:center; margin-bottom:16px;} .logInw{ width:148px;} .yzm{ display:block; width:100px;} .Set_but{ border:none; display:block; width:100px; line-height:43px; height:43px; text-align: center; color:#FFF; display:block;} .Regf{ text-align:center; font-size:14px; color:#999; padding-top:10px;} .Regf a{ color:#3087f2;} /*弹出*/ .TcK{top:10%;left:50%; margin-left:-400px;width:700px;border-radius:8px; padding:0 50px 30px; max-height:700px; overflow:auto;} .TcRegT{ font-size:24px; color:#333; text-align:center; font-weight:600; border-bottom:1px solid #ccc; line-height:80px; height:80px;} .TcRegN{ font-size:16px; color:#333; line-height:28px; margin-top:15px;} .TcRegP{ margin-bottom:10px;} .TcRegN a{ color:#0e6bf9; display:block;} A.TcRegA{ width:200px; height:42px; line-height:42px; text-align:center; border-radius:21px; font-size:18px; display:block; margin:20px auto 0;} /**************登录错误****************/ .Erro{ height:559px; background:url(../images/erro.jpg) no-repeat center top; margin-top:82px;} .ErroK{ width:600px; padding-left:600px; padding-top:210px; color:#FFF; text-align:center; margin:0 auto;} .ErroT{font-size:40px; font-weight:600; line-height:50px;} a.Errlink{ font-size:18px; line-height:20px; margin-top:15px; color:#FFF; display:block;} a.Errlink span{ color:#febc67;} /**************联系我们****************/ .ContK{ background:url(../images/contb.jpg) no-repeat center 82px; padding-top:82px;} .ContTit{ width:1150px; margin:0 auto; padding-top:100px; height:200px; color:#FFF;} .ContTid{ font-size:40px; font-weight:600; line-height:50px;} .ContTid span{ font-size:30px; padding-left:15px; margin-bottom:10px; display:inline-block;} .ContTit p{ font-size:18px; line-height:20px;} .ContD{ width:1090px; background:#FFF; margin:0 auto; padding:0 30px 50px; border-radius:10px; position:relative;} .ContDK{ padding-left:40px; padding-top:100px; width:320px; height:170px;font-size:18px; float:left;} .ContDp{ padding-left:55px; background-repeat:no-repeat; background-position:left center; line-height:28px; margin-bottom:10px;} .ContDp1{ background-image:url(../images/fticon01.png)} .ContDp2{ background-image:url(../images/fticon02.png)} .ContDp span{display:block;} .ContDp p{color:#3e86ee; font-size:24px; font-weight:600;} .aboutDp p{color:#000000; font-size:18px; } .ContM{ width:205px; height:315px;text-align:center; background:url(../images/cont01.png) no-repeat top center; position:absolute; right:144px; top:-45px;} .ContM img{ padding-top:63px; width:166px;} .ContM p{ font-size:14px; line-height:30px;} .ContMat{ width:1054px; padding:8px; box-shadow:0 0 15px rgba(197,215,255,0.55); margin:0 auto;} /***************帮助中心**************/ .HelpK{background-image:url(../images/helpb.png); background-repeat:no-repeat; background-position:right bottom; color:#333; min-height:100%;} .Help{ width:1200px; margin:40px auto; padding-top:82px;} .HelpT{ font-weight:600; text-align:center; font-size:34px; line-height:50px; color:#333;} .HelpD{display:flex;flex-wrap: wrap; margin-top:15px;} .HelpN{ width:600px;} .HelpNs{background:#FFF; margin:26px 25px 0; width:500px; padding:13px 25px; border-radius:8px; box-shadow:0 0 10px rgba(197,215,255,0.55);cursor: pointer;} .HelpQ{ padding-left:50px; position:relative;line-height:32px; font-size:18px; font-weight:600;} .HelpQ i,.HelpA i{ width:32px; height:32px; line-height:32px; font-style:normal; font-size:20px; text-align:center; font-weight:bold; position:absolute; top:0; left:0; border-radius:50%; display:block;} .HelpA i{FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ff7539,endColorStr=#ff2156);background: -ms-linear-gradient(left, #ff7539, #ff2156);background:-moz-linear-gradient(left,#ff7539,#ff2156);background:-webkit-gradient(linear, 0% 100%, 0% 0%,from(#ff7539), to(#ff2156));background:-webkit-gradient(linear, 0% 100%, 0% 0%, from(#ff7539), to(#ff2156));background: -webkit-linear-gradient(left, #ff7539, #ff2156);background:-o-linear-gradient(left, #ff7539, #ff2156);box-shadow:0 5px 10px rgba(255,45,82,0.45);color:#FFF;} .HelpA{padding-left:50px; position:relative;font-size:14px; line-height:23px; min-height:32px; margin-top:15px; display:none;} .FHelp{ font-size:16px; text-align:center; color:#666; line-height:30px; padding:15px 0;} /******************查询订单****************/ .QuerB{background-image:url(../images/querb.png);background-repeat:no-repeat;background-position:center bottom;color:#333;min-height:100%;} .QueT{ text-align:center; padding-top:117px;} .QueT a{ color:#333; font-size:24px; display:inline-block; margin:0 35px; line-height:60px;} .QueT a i{ display:block; width:36px; height:6px; border-radius:3px; margin:0 auto;} .QueTao{ font-weight:600;} .QueTao i{ background:#333;} .QueD{ display:none;} .QueT1{ width:1026px; margin:35px auto;} .QueT4{ width:1026px; margin:35px auto;} /**/ .search{ background:#FFF; border:2px solid #9ec2f6; border-radius:8px; height:63px; overflow:hidden;} .searI{ line-height:63px; height:63px; padding-left:40px; width:770px; background:none; border:none; font-size:18px; color:#666} a.searA{ color:#FFF; font-size:18px; display:block; text-align:center; width:160px;line-height:63px; height:63px; padding-right:20px;} a.searA span{background:url(../images/search.png) no-repeat left center; padding-left:55px; display:inline-block;} .QueKO{ background:#fff; overflow:hidden; margin-top:35px; padding-bottom:35px; border-radius:8px;} .QueKOt{ margin-bottom:23px; line-height:61px; height:61px; padding:0 35px; color:#FFF;} .QueKOt p{ font-size:20px; width:80%; float:left;} .QueKOt a{background:url(../images/qued.png) no-repeat left center;font-size:16px;padding-left:24px;color:#FFF;line-height:31px;height:31px;width:140px;margin-top:15px;display:block;} .QueTabk{ display:none;} .QueTab{ width:956px; margin:0 auto 15px; border:1px solid #ccc; border-bottom:none;} .QueTab tr td{ text-align:center; padding:13px 10px; color:#333; font-size:14px;border-bottom:1px solid #ccc; line-height:25px;} .QueTab tr.QueTr td{ font-size:10px; font-weight:600; background:#ededed;} .QueZF{ padding-left:28px; display:inline-block; background:url(../images/ques.png) no-repeat center left;} .QueZFsb{ padding-left:28px; display:inline-block; background:url(../images/zfsb.png) no-repeat center left;} .QueTrC tr td{text-align:justify; padding:13px 25px;border-right:1px solid #ccc;} .QueKOtx{ height:53px; line-height:53px; background:#ededed; border:1px solid #ccc;width:956px; margin:0 auto 15px; font-size:14px; color:#333;} .QueKOtx span{ font-weight:600; text-align:center; color:#FFF; float:left; display:block; width:57px; line-height:26px; height:26px; background:#4089ef; border-radius:8px; margin-top:15px; margin-left:12px; margin-right:20px;} .QueKOts{ width:940px; margin:12px auto;} .QueKOtit{ font-size:16px; font-weight:600; line-height:30px;} .QueKOts p{ font-size:14px; line-height:20px;} .QueT2{background:#FFF; border-radius:8px; width:680px; padding:20px 30px 30px; margin:35px auto} .QueST{ text-align:left; line-height:20px; font-size:10px; font-weight:600;} .QueI{ width:638px; line-height:44px; height:44px; border:1px solid #ccc; font-size:14px; padding:0 20px; margin-bottom:14px;} .QueText{ width:638px; line-height:24px; height:72px; border:1px solid #ccc; font-size:14px; padding:10px 20px; margin-bottom:14px;} .Queyzt{ display:block; width:110px;height:46px; overflow:hidden; margin-right:14px;} .Que_but{ width:120px;height:44px; border-radius:22px; margin-right:9px;} .QueIw1{ width:288px} .QueIw2{ width:480px;} a.QueAN{ width:180px; line-height:42px; height:42px; display:block; margin:15px auto; text-align:center; border-radius:21px; font-size:18px;} .TcQue{width:30%; height:60%;margin-left:-270px;} .TcQueN{ font-size:16px; margin-bottom:10px; line-height:26px; text-align:justify;} .TcQueN span{ color:#5b9ef8; font-weight:600;} .TcQueT{ text-align:center; padding-top:45px; padding-bottom:10px;} .TcQueT img{ width:123px;} .TcQueT p{ font-size:24px; font-weight:600; line-height:40px;} }
0.146331
0.108661
#sideNav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; background-color: #e7e7e7; transition: 0.5s; padding-top: 60px; } #sideNav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #000000; display: block; transition: 0.3s; } #sideNav a:hover { color: #777777; } #sideNav a.active { color: #777777; } #sideNav .logo { display: none; text-align: center; height: 32px; width: 32px; } /* toggleBtn */ #toggleBtn { /* float: right; */ color: white; position: fixed; z-index: 2; top: 12px; right: 10px; /* margin-right: 30px; */ font-size: 30px; /* padding: 14px 10px 14px 10px; */ /* border-radius: 0; */ /* outline: none; */ text-decoration: none; /* background-color: #ffffff; */ /* border: none; */ /* cursor: pointer; */ } #toggleBtn:hover { color: #777777; } #toggleBtn i { padding: 0 2px 0 2px; -webkit-transition: transform 0.5s ease; -moz-transition: transform 0.5s ease; -ms-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease; } #toggleBtn .transition-right { /* -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); */ -webkit-transform: translate(16px, 0); -moz-transform: translate(16px, 0); -ms-transform: translate(16px, 0); -o-transform: translate(16px, 0); transform: translate(16px, 0); } #toggleBtn .transition-left { -webkit-transform: translate(-16px, 0); -moz-transform: translate(-16px, 0); -ms-transform: translate(-16px, 0); -o-transform: translate(-16px, 0); transform: translate(-16px, 0); } #header { background-color: black; text-align: center; padding: 10px; font-size: 20px; text-decoration: none; position: fixed; top: 0; width: 100%; z-index: 2; } #header .logo { height: 32px; width: 32px; margin-right: 20px; } /* main */ #main { margin-right: 0; /* min-height: 100%; */ /* margin-bottom: -20px; */ transition: margin-right .5s; padding: 16px; padding-top: 60px; padding-bottom: 60px; font-size: x-large; } /* main:after { content: ""; display: block; height: 100px; } */ .indent { margin-left: 40px; } #footer { position: fixed; /* height: 20px; */ /* padding: 10px; */ text-align: center; bottom: 0; width: 100%; background-color: #000000; color: white; } /* media queries */ @media screen and (min-width: 768px) { #header { display: none; } #toggleBtn { display: none; } #sideNav { width: 200px; right: unset; left: 0; padding-top: 20px; } #sideNav .logo { display: block; } #main { padding-top: 0; margin-left: 200px; } }
src/App.css
#sideNav { height: 100%; width: 0; position: fixed; z-index: 1; top: 0; right: 0; bottom: 0; background-color: #e7e7e7; transition: 0.5s; padding-top: 60px; } #sideNav a { padding: 8px 8px 8px 32px; text-decoration: none; font-size: 25px; color: #000000; display: block; transition: 0.3s; } #sideNav a:hover { color: #777777; } #sideNav a.active { color: #777777; } #sideNav .logo { display: none; text-align: center; height: 32px; width: 32px; } /* toggleBtn */ #toggleBtn { /* float: right; */ color: white; position: fixed; z-index: 2; top: 12px; right: 10px; /* margin-right: 30px; */ font-size: 30px; /* padding: 14px 10px 14px 10px; */ /* border-radius: 0; */ /* outline: none; */ text-decoration: none; /* background-color: #ffffff; */ /* border: none; */ /* cursor: pointer; */ } #toggleBtn:hover { color: #777777; } #toggleBtn i { padding: 0 2px 0 2px; -webkit-transition: transform 0.5s ease; -moz-transition: transform 0.5s ease; -ms-transition: transform 0.5s ease; -o-transition: transform 0.5s ease; transition: transform 0.5s ease; } #toggleBtn .transition-right { /* -webkit-transform: scale(-1, 1); -moz-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); */ -webkit-transform: translate(16px, 0); -moz-transform: translate(16px, 0); -ms-transform: translate(16px, 0); -o-transform: translate(16px, 0); transform: translate(16px, 0); } #toggleBtn .transition-left { -webkit-transform: translate(-16px, 0); -moz-transform: translate(-16px, 0); -ms-transform: translate(-16px, 0); -o-transform: translate(-16px, 0); transform: translate(-16px, 0); } #header { background-color: black; text-align: center; padding: 10px; font-size: 20px; text-decoration: none; position: fixed; top: 0; width: 100%; z-index: 2; } #header .logo { height: 32px; width: 32px; margin-right: 20px; } /* main */ #main { margin-right: 0; /* min-height: 100%; */ /* margin-bottom: -20px; */ transition: margin-right .5s; padding: 16px; padding-top: 60px; padding-bottom: 60px; font-size: x-large; } /* main:after { content: ""; display: block; height: 100px; } */ .indent { margin-left: 40px; } #footer { position: fixed; /* height: 20px; */ /* padding: 10px; */ text-align: center; bottom: 0; width: 100%; background-color: #000000; color: white; } /* media queries */ @media screen and (min-width: 768px) { #header { display: none; } #toggleBtn { display: none; } #sideNav { width: 200px; right: unset; left: 0; padding-top: 20px; } #sideNav .logo { display: block; } #main { padding-top: 0; margin-left: 200px; } }
0.263789
0.126111
span>i{ color: white; } #AppContainer{ display: grid; grid-template-columns: 1fr; grid-template-rows:7% auto 13%; } .chatInfo{ display: flex; background-color: rgb(2, 25, 56); height: 50px; align-items: center; /* position: fixed; width: 415px; */ } .backArrow{ padding: 5px; } .chatImage{ flex:auto; display: flex; align-items: center; color: white; } .chatImage > img { width: 35px; height: 35px; border-radius: 80%; margin-right: 10px; } .chatActions{ flex: auto; display: flex; justify-content: flex-end; } .chatSystem{ background-color: rgba(7, 4, 4, 0.472); display: grid; grid-template-columns: 1fr; overflow-y: scroll; overflow: hidden; } .message{ color: white; /* border: 2px solid; */ height: 80px; width: 50%; margin: 10px; border-radius: 30px 10px; text-align: center; background-color: rgb(4, 90, 148); display: flex; } .WriteMessage{ /* background-color: rgb(65, 139, 4); */ display: grid; grid-template-columns: auto 10%; align-items: center; position: absolute; width: 83%; bottom: 10px; } .icons{ display: flex; flex-direction: row; font-size: 1.4rem; justify-content: space-evenly; } .messageContainer{ display: grid; grid-template-columns: 1fr 6fr; background-color: rgb(0, 97, 224); padding: 4px; border-radius: 50px; margin: 15px; } .emoji{ display: flex; align-content: center; justify-content: center; } .emoji>span{ font-size: 1.4rem; } .input{ display: grid; grid-template-columns: 3fr 1fr; } .input>input{ width: 100%; background-color: transparent; border: none; outline: transparent; } .sendBtn{ display: flex; align-items: center; justify-content: center; margin: 5px; } .sendBtn>button{ font-size:1.2rem; border-radius: 60px; padding: 8px; width: 40px; display: flex; background-color: rgb(0, 110, 255); border: transparent; color: white; }
assets/css/chat.css
span>i{ color: white; } #AppContainer{ display: grid; grid-template-columns: 1fr; grid-template-rows:7% auto 13%; } .chatInfo{ display: flex; background-color: rgb(2, 25, 56); height: 50px; align-items: center; /* position: fixed; width: 415px; */ } .backArrow{ padding: 5px; } .chatImage{ flex:auto; display: flex; align-items: center; color: white; } .chatImage > img { width: 35px; height: 35px; border-radius: 80%; margin-right: 10px; } .chatActions{ flex: auto; display: flex; justify-content: flex-end; } .chatSystem{ background-color: rgba(7, 4, 4, 0.472); display: grid; grid-template-columns: 1fr; overflow-y: scroll; overflow: hidden; } .message{ color: white; /* border: 2px solid; */ height: 80px; width: 50%; margin: 10px; border-radius: 30px 10px; text-align: center; background-color: rgb(4, 90, 148); display: flex; } .WriteMessage{ /* background-color: rgb(65, 139, 4); */ display: grid; grid-template-columns: auto 10%; align-items: center; position: absolute; width: 83%; bottom: 10px; } .icons{ display: flex; flex-direction: row; font-size: 1.4rem; justify-content: space-evenly; } .messageContainer{ display: grid; grid-template-columns: 1fr 6fr; background-color: rgb(0, 97, 224); padding: 4px; border-radius: 50px; margin: 15px; } .emoji{ display: flex; align-content: center; justify-content: center; } .emoji>span{ font-size: 1.4rem; } .input{ display: grid; grid-template-columns: 3fr 1fr; } .input>input{ width: 100%; background-color: transparent; border: none; outline: transparent; } .sendBtn{ display: flex; align-items: center; justify-content: center; margin: 5px; } .sendBtn>button{ font-size:1.2rem; border-radius: 60px; padding: 8px; width: 40px; display: flex; background-color: rgb(0, 110, 255); border: transparent; color: white; }
0.625324
0.198122
*,ul,li{margin: 0;padding: 0;} body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"} .clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;} .pull-left{float: left;} .pull-right{float: right;} img{display: inline-block;} a{display: block;text-decoration: none;} ul li{list-style: none;} .controller{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(img/bg.jpg) no-repeat;} .header{position: relative;width: 100%;height: 140px;} .header h1{text-align: center;font-weight: bold;line-height: 140px;font-size: 54px;} .header .time{position: absolute;top: 10px;right: 45px;text-align: right;} .header .time .tiem1{font-size: 48px;} .header .time .tiem2{font-size: 32px;} .cont{padding: 80px;} .left-img{width: 1100px;position: relative;} .left-img:after{content: "";border-right: 1px solid rgba(255, 255, 255, 0.25);width: 1px;display: block;position: absolute;right: -80px;top: 0;bottom: 0;} .right-btn {position: relative;margin-top: -54px;display: table;height: 780px} .right-btn .index-link-tab{display: table-cell;vertical-align: middle;} .right-btn a{font-size: 46px; width: 480px;height: 155px;border-radius: 45px;text-align: center;line-height: 155px;color: #FFFFFF;margin-top: 54px;} .right-btn .bt1{background-color: #11cafe;} .right-btn .bt2{background-color: #2c94ff;} .right-btn .bt3{background-color: #00d69a;} .right-btn .bt4{background-color: #04c0de;} .right-btn a>i{display: inline-block;width: 74px;height: 56px;vertical-align: middle;margin-right: 40px;} .right-btn .bt1>i{background: url(img/index-btn.png) no-repeat;} .right-btn .bt2>i{background: url(img/index-btn1.png) no-repeat;height: 62px;} .right-btn .bt3>i{background: url(img/link3.png) no-repeat;width: 76px;} .right-btn .bt4>i{background: url(img/link4.png) no-repeat;} .return{position: absolute;left: 60px;top: 30px;} .return>a{display: inline-block; width: 198px;height: 74px;border: 1px solid rgba(255,255,255,0.65);background:rgba(255,255,255,0.1);text-align: center;line-height: 74px;color: #FFFFFF;border-radius: 4px;font-size: 42px;} .return>a i{display: inline-block;width: 33px;height: 29px;background: url(img/return.png) no-repeat;vertical-align: middle;margin-right: 30px;} .return .index{margin-left: 25px;} .return .index i{background: url(img/index.png) no-repeat;width: 37px;height: 40px;} .item-qh h2{font-size: 42px;text-align: center;margin-bottom: 105px;font-weight: normal;} .item-qh .item-cont{text-align: center;} .item-qh .item-cont .item{ margin: 0 62px; width: 400px; height: 636px; display: inline-block; position: relative; } .item-qh .item-cont .item a{ width: 100%; height: 390px; } .item-qh .item-cont a button{ position: absolute; top: 310px; left: 29px; width: 340px;height: 65px; border: none; display: block; border-radius: 6px; background: rgba(255,255,255,0.25); font-size: 32px; font-weight: 500; color: #FFFFFF; line-height: 65px; outline: none; } .item-qh .item-cont .item1{ background: url(img/qh1.png) no-repeat; } .item-qh .item-cont .item2{ background: url(img/qh2-1.png) no-repeat; } .item-qh .item-cont .item3{ background: url(img/qh3-1.png) no-repeat; } .item-yw h2{margin-bottom: 60px;} .item-yw-cont{margin-top: 20px; background: url(img/yw.png) no-repeat;width: 1200px;height: 680px;position: relative;margin: 0 auto;padding: 40px;box-sizing: border-box;} .item-yw-cont>a{ width: 33.333333%; float: left; height: 120px; font-size: 36px; text-align: center; box-sizing: border-box; padding:0 26px; margin-top: 40px; } .item-yw-cont>a:active .link-yw{ background-color: #277ce7; color: #FFFFFF; position: relative; } .item-yw-cont>a .link-yw{ display: table; width: 100%; height: 120px; border: 3px solid #277ce7; color: #277ce7; overflow: hidden; box-sizing: border-box; border-radius: 6px; } .item-yw-cont>a p{ display: table-cell; vertical-align: middle; } .pages{position: absolute;bottom: 40px;width: 100%;left: 0; text-align: center;} .pages li{display: inline-block;} .pages li:nth-child(1) span,.pages li:nth-child(1) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/prin.png) no-repeat;font-size: 0;} // .pages a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;} .pages li:nth-child(2) span,.pages li:nth-child(2) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/next.png) no-repeat;font-size: 0;} // .pages .page-pren{background: url(img/prin.png) no-repeat;} // .pages .page-next{background: url(img/next.png) no-repeat;} .yw-end{margin-top: 100px;margin-bottom: 240px;position: relative;} .yw-end h2{font-weight: bold; font-size: 120px;text-align: center;} .yw-end .yw-name{font-size: 46px;margin-top: 45px;color: #fff;text-align: center;} .yw-end .yw-name span{color: #ffc000;margin-right: 20px;} .yw-cg{text-align: center;font-size: 36px;} .make-cont{position: relative;} .make-cont h2{font-size: 42px;font-weight: normal;text-align: center;margin-top: 80px; margin-bottom: 40px; } .make-cont .input-group{position: relative;text-align: center;} .make-cont .input-group input{width: 540px;height: 75px;border: none;background: #fff; border-radius: 6px;box-sizing: border-box;padding: 0 12px;font-size: 32px;color: #00345e; } .make-cont .input-group button{display: inline-block;margin-left: 25px;border: none;background: #02c9ea;text-align: center; font-size: 32px;font-weight: bold;border-radius: 6px;width: 160px;height: 75px;line-height: 75px;color: #fff; letter-spacing: 5px; } .white-num{ position: fixed; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.35); text-align: center; padding:30px 0; } .white-num p{font-size: 0;} .white-num a{ width: 109px; height: 109px; border-radius: 12px; background: #fff; text-align: center; line-height: 109px; color: #00345e; font-size: 54px; font-weight: bold; display: inline-block; margin: 5px; } .yw1{ margin-top: 100px; text-align: center; } .yw1-itme{ display: inline-block; width: 320px; height: 476px; margin: 0 30px; } .yw1-itme a{ width: 100%; height: 325px; overflow: hidden; text-align: center; } .yw1-itme a h3{ margin-top: 35px; font-size: 30px !important; color: #FFBF03; font-weight: bold; } .yw1-itme a p{ font-size: 18px; color: #FFFFFF; padding: 0 20px; margin-top: 25px; line-height: 40px; } .yw1 .item1{ background: url(img/yw1.png) no-repeat; } .yw1 .item2{ background: url(img/yw2.png) no-repeat; } .yw1 .item3{ background: url(img/yw3.png) no-repeat; } .yw1 .item4{ background: url(img/yw4.png) no-repeat; } .pagess{ position: relative; text-align: center; } .itme-list{ width: 1600px; margin: 0 auto; margin-top: 50px; overflow-y: auto; } .itme-list .input-row-main{ margin-left: -50px; overflow: hidden; height: 560px; } .itme-list .input-row{ width: 765px; height: 80px; border-radius: 10px; overflow: hidden; float: left; margin-left: 50px; margin-top: 15px; background: #fff; } .itme-list .input-row input{display: none;} .itme-list label{ width:100%; height: 80px; border-radius: 10px; overflow: hidden; background-color: #fff; display: block; position: relative; } .itme-list label .checks{display: block;position: absolute;width: 80px;height: 46px;right: 20px;top: 16px;background-color: #0082f1;color: #fff;border:none;font-size: 24px;border-radius: 10px;outline: none;text-align: center;line-height: 46px;} .itme-list label p{color: #fff;color: #033c88;font-size: 30px;padding-left: 20px;padding-right: 105px;line-height: 80px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;} .itme-list input:checked + label{background-color: #00d699} .itme-list input:checked + label p{color: #fff;} .itme-list input:checked + label .checks{background: #00aa79;color: #fff;} .itme-list .btns{ margin-top: 50px; text-align: center; width: 225px; margin: 0 auto; position: relative; clear: both; } .itme-list .btns button{ display: inline-block; width: 225px; height: 60px; line-height: 60px; border: none; margin-top: 40px; width: 220px; height: 60px; line-height: 60px; text-align: center; color: #fff; background-color: #f49500; font-size: 30px; border-radius: 10px; } .btns span{ position: absolute; right: -227px; top: 45px; font-size: 30px; margin-left: 25px } .btns i{ color: #f49500; font-style: normal; }
public/take2/style11.css
*,ul,li{margin: 0;padding: 0;} body{font-size: 54px;color: #fff;width: 100%;height: 100%;font-family: "微软雅黑"} .clearfix:after{content: "";display: block;height: 0;overflow: hidden;visibility: hidden;clear: both;} .pull-left{float: left;} .pull-right{float: right;} img{display: inline-block;} a{display: block;text-decoration: none;} ul li{list-style: none;} .controller{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: url(img/bg.jpg) no-repeat;} .header{position: relative;width: 100%;height: 140px;} .header h1{text-align: center;font-weight: bold;line-height: 140px;font-size: 54px;} .header .time{position: absolute;top: 10px;right: 45px;text-align: right;} .header .time .tiem1{font-size: 48px;} .header .time .tiem2{font-size: 32px;} .cont{padding: 80px;} .left-img{width: 1100px;position: relative;} .left-img:after{content: "";border-right: 1px solid rgba(255, 255, 255, 0.25);width: 1px;display: block;position: absolute;right: -80px;top: 0;bottom: 0;} .right-btn {position: relative;margin-top: -54px;display: table;height: 780px} .right-btn .index-link-tab{display: table-cell;vertical-align: middle;} .right-btn a{font-size: 46px; width: 480px;height: 155px;border-radius: 45px;text-align: center;line-height: 155px;color: #FFFFFF;margin-top: 54px;} .right-btn .bt1{background-color: #11cafe;} .right-btn .bt2{background-color: #2c94ff;} .right-btn .bt3{background-color: #00d69a;} .right-btn .bt4{background-color: #04c0de;} .right-btn a>i{display: inline-block;width: 74px;height: 56px;vertical-align: middle;margin-right: 40px;} .right-btn .bt1>i{background: url(img/index-btn.png) no-repeat;} .right-btn .bt2>i{background: url(img/index-btn1.png) no-repeat;height: 62px;} .right-btn .bt3>i{background: url(img/link3.png) no-repeat;width: 76px;} .right-btn .bt4>i{background: url(img/link4.png) no-repeat;} .return{position: absolute;left: 60px;top: 30px;} .return>a{display: inline-block; width: 198px;height: 74px;border: 1px solid rgba(255,255,255,0.65);background:rgba(255,255,255,0.1);text-align: center;line-height: 74px;color: #FFFFFF;border-radius: 4px;font-size: 42px;} .return>a i{display: inline-block;width: 33px;height: 29px;background: url(img/return.png) no-repeat;vertical-align: middle;margin-right: 30px;} .return .index{margin-left: 25px;} .return .index i{background: url(img/index.png) no-repeat;width: 37px;height: 40px;} .item-qh h2{font-size: 42px;text-align: center;margin-bottom: 105px;font-weight: normal;} .item-qh .item-cont{text-align: center;} .item-qh .item-cont .item{ margin: 0 62px; width: 400px; height: 636px; display: inline-block; position: relative; } .item-qh .item-cont .item a{ width: 100%; height: 390px; } .item-qh .item-cont a button{ position: absolute; top: 310px; left: 29px; width: 340px;height: 65px; border: none; display: block; border-radius: 6px; background: rgba(255,255,255,0.25); font-size: 32px; font-weight: 500; color: #FFFFFF; line-height: 65px; outline: none; } .item-qh .item-cont .item1{ background: url(img/qh1.png) no-repeat; } .item-qh .item-cont .item2{ background: url(img/qh2-1.png) no-repeat; } .item-qh .item-cont .item3{ background: url(img/qh3-1.png) no-repeat; } .item-yw h2{margin-bottom: 60px;} .item-yw-cont{margin-top: 20px; background: url(img/yw.png) no-repeat;width: 1200px;height: 680px;position: relative;margin: 0 auto;padding: 40px;box-sizing: border-box;} .item-yw-cont>a{ width: 33.333333%; float: left; height: 120px; font-size: 36px; text-align: center; box-sizing: border-box; padding:0 26px; margin-top: 40px; } .item-yw-cont>a:active .link-yw{ background-color: #277ce7; color: #FFFFFF; position: relative; } .item-yw-cont>a .link-yw{ display: table; width: 100%; height: 120px; border: 3px solid #277ce7; color: #277ce7; overflow: hidden; box-sizing: border-box; border-radius: 6px; } .item-yw-cont>a p{ display: table-cell; vertical-align: middle; } .pages{position: absolute;bottom: 40px;width: 100%;left: 0; text-align: center;} .pages li{display: inline-block;} .pages li:nth-child(1) span,.pages li:nth-child(1) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/prin.png) no-repeat;font-size: 0;} // .pages a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;} .pages li:nth-child(2) span,.pages li:nth-child(2) a{display: inline-block;margin: 0 20px;width: 106px;height: 60px;background: url(img/next.png) no-repeat;font-size: 0;} // .pages .page-pren{background: url(img/prin.png) no-repeat;} // .pages .page-next{background: url(img/next.png) no-repeat;} .yw-end{margin-top: 100px;margin-bottom: 240px;position: relative;} .yw-end h2{font-weight: bold; font-size: 120px;text-align: center;} .yw-end .yw-name{font-size: 46px;margin-top: 45px;color: #fff;text-align: center;} .yw-end .yw-name span{color: #ffc000;margin-right: 20px;} .yw-cg{text-align: center;font-size: 36px;} .make-cont{position: relative;} .make-cont h2{font-size: 42px;font-weight: normal;text-align: center;margin-top: 80px; margin-bottom: 40px; } .make-cont .input-group{position: relative;text-align: center;} .make-cont .input-group input{width: 540px;height: 75px;border: none;background: #fff; border-radius: 6px;box-sizing: border-box;padding: 0 12px;font-size: 32px;color: #00345e; } .make-cont .input-group button{display: inline-block;margin-left: 25px;border: none;background: #02c9ea;text-align: center; font-size: 32px;font-weight: bold;border-radius: 6px;width: 160px;height: 75px;line-height: 75px;color: #fff; letter-spacing: 5px; } .white-num{ position: fixed; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.35); text-align: center; padding:30px 0; } .white-num p{font-size: 0;} .white-num a{ width: 109px; height: 109px; border-radius: 12px; background: #fff; text-align: center; line-height: 109px; color: #00345e; font-size: 54px; font-weight: bold; display: inline-block; margin: 5px; } .yw1{ margin-top: 100px; text-align: center; } .yw1-itme{ display: inline-block; width: 320px; height: 476px; margin: 0 30px; } .yw1-itme a{ width: 100%; height: 325px; overflow: hidden; text-align: center; } .yw1-itme a h3{ margin-top: 35px; font-size: 30px !important; color: #FFBF03; font-weight: bold; } .yw1-itme a p{ font-size: 18px; color: #FFFFFF; padding: 0 20px; margin-top: 25px; line-height: 40px; } .yw1 .item1{ background: url(img/yw1.png) no-repeat; } .yw1 .item2{ background: url(img/yw2.png) no-repeat; } .yw1 .item3{ background: url(img/yw3.png) no-repeat; } .yw1 .item4{ background: url(img/yw4.png) no-repeat; } .pagess{ position: relative; text-align: center; } .itme-list{ width: 1600px; margin: 0 auto; margin-top: 50px; overflow-y: auto; } .itme-list .input-row-main{ margin-left: -50px; overflow: hidden; height: 560px; } .itme-list .input-row{ width: 765px; height: 80px; border-radius: 10px; overflow: hidden; float: left; margin-left: 50px; margin-top: 15px; background: #fff; } .itme-list .input-row input{display: none;} .itme-list label{ width:100%; height: 80px; border-radius: 10px; overflow: hidden; background-color: #fff; display: block; position: relative; } .itme-list label .checks{display: block;position: absolute;width: 80px;height: 46px;right: 20px;top: 16px;background-color: #0082f1;color: #fff;border:none;font-size: 24px;border-radius: 10px;outline: none;text-align: center;line-height: 46px;} .itme-list label p{color: #fff;color: #033c88;font-size: 30px;padding-left: 20px;padding-right: 105px;line-height: 80px;white-space: nowrap;overflow: hidden;text-overflow:ellipsis;} .itme-list input:checked + label{background-color: #00d699} .itme-list input:checked + label p{color: #fff;} .itme-list input:checked + label .checks{background: #00aa79;color: #fff;} .itme-list .btns{ margin-top: 50px; text-align: center; width: 225px; margin: 0 auto; position: relative; clear: both; } .itme-list .btns button{ display: inline-block; width: 225px; height: 60px; line-height: 60px; border: none; margin-top: 40px; width: 220px; height: 60px; line-height: 60px; text-align: center; color: #fff; background-color: #f49500; font-size: 30px; border-radius: 10px; } .btns span{ position: absolute; right: -227px; top: 45px; font-size: 30px; margin-left: 25px } .btns i{ color: #f49500; font-style: normal; }
0.291485
0.080973
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #f6f6f6; } p { font-family: 'Poppins', sans-serif; font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #999; } a, a:hover, a:focus { color: inherit; text-decoration: none; transition: all 0.3s; } .navbar { padding: 0px 0px; background: linear-gradient(#fff,#00253c); border: none; border-radius: 0; margin-bottom: 0px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); } .navbar-btn { box-shadow: none; outline: none !important; border: none; } .line { width: 100%; height: 1px; border-bottom: 1px dashed #ddd; margin: 40px 0; } .icon { max-width: 70%; max-height: 70%; margin: 4px; } /* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */ .wrapper { display: flex; width: 100%; align-items: stretch; } #sidebar { min-width: 80px; max-width: 80px; text-align: center; background-blend-mode: darken; color: #fff; min-height: 100vh; background-image: linear-gradient(#071389,#0B1C47); } /* Shrinking the sidebar from 250px to 80px and center aligining its content*/ #sidebar.active { min-width: 250px; max-width: 250px; min-height: 100vh; background-image: linear-gradient(#071389,#0B1C47); background-blend-mode: darken; color: #fff; transition: all 0.3s; } /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/ #sidebar .sidebar-header strong { display: none; } #sidebar .sidebar-header h3 { display: none; } #sidebar .sidebar-header { display: none; } #sidebar.active ul li { text-align: center; font-size: 1.45em; margin-bottom: 20px; } #sidebar ul li a { text-align: center; font-size: 1.0em; margin-bottom: 20px; display:inline-block; } #ul { position: absolute; z-index: 100; } #sidebar.active ul li a { padding: 20px 10px; text-align: left; } #sidebar ul li a i { margin-right: 0px; display: block !important; font-size: 3em; margin-bottom: 20px; } /* Same dropdown links padding*/ #sidebar ul ul a { padding: 10px !important; } /* Changing the arrow position to bottom center position, translateX(50%) works with right: 50% to accurately center the arrow */ #sidebar .dropdown-toggle::after { top: auto; bottom: 10px; right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); } #sidebar .sidebar-header { padding: 60px; background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ); } #sidebar ul.components { padding: 20px 0; border-bottom: 1px solid #47748b; } #sidebar ul p { color: #fff; padding: 10px; text-align: center; font-size: 0.85em; } #sidebar ul li a { padding: 10px; font-size: 0.85em; display: block; background: rgba(7, 19, 137, 0); text-align: center; } #sidebar ul li a:hover { color: #7386D5; background: #fff; } #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; background: #2e3c7a; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #7386D5; } ul ul a { font-size: 0.7em !important; padding-left: 3px !important; background: #2e3c7a; text-align: center; } ul.CTAs { padding: 20px; } ul.CTAs a { text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px; } a.download { background: #fff; color: #7386D5; } a.article, a.article:hover { background: #2e3c7a !important; color: #fff !important; } /* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */ #content { width: 100%; padding: 0px; min-height: 90vh; min-width: 100vh; transition: all 0.3s; } #sidebarCollapse { text-shadow: 1px 1px 1px #ccc; font-size: 1.5em; background: #071389; } #sidebarCollapse:hover { text-shadow: 1px 1px 1px #ccc; font-size: 1.5em; background: #fff !important; } /* --------------------------------------------------- MEDIAQUERIES ----------------------------------------------------- */ @media (max-width: 768px) { #sidebar { margin-left: -250px; } #sidebar.active { margin-left: 0; } #sidebarCollapse span6d7fcc { display: none; } } /* PLotly.js –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* plotly.js's modebar's z-index is 1001 by default * https://github.com/plotly/plotly.js/blob/7e4d8ab164258f6bd48be56589dacd9bdd7fded2/src/css/_modebar.scss#L5 * In case a dropdown is above the graph, the dropdown's options * will be rendered below the modebar * Increase the select option's z-index */ /* This was actually not quite right - dropdowns were overlapping each other (edited October 26) .Select { z-index: 1002; }*/ /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ .container { position: relative; width: 100%; min-width: 100vh; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .column, .columns { width: 100%; float: left; box-sizing: border-box; } /* For devices larger than 400px */ @media (min-width: 400px) { .container { width: 100%; padding: 0; } } /* For devices larger than 550px */ @media (min-width: 550px) { .container { width: 100%; } .column, .columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } .six.columns { width: 48%; } .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; } .ten.columns { width: 82.6666666667%; } .eleven.columns { width: 91.3333333333%; } .twelve.columns { width: 100%; margin-left: 0; } .one-third.column { width: 30.6666666667%; } .two-thirds.column { width: 65.3333333333%; } .one-half.column { width: 48%; } /* Offsets */ .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; } .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; } .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; } .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; } .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; } .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; } .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; } .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; } .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; } .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; } .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; } .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; } .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } } } .menu a { color: #333; transition: 0.3s; position: relative; font-size: 16px; } .menu a:before { content: ""; position: absolute; left: 16px; bottom: 12px; width: 0; height: 1px; background: #80d6a3; transition: 0.3s; } .menu a:hover { background: transparent; color: #80d6a3; } .menu .active a { color: #80d6a3; } .menu .active a:before{ width: 25px; } .menu a:hover:before { width: 25px; } #map2 { width: 100%; height: 94.4vh; padding: 0px 0px; } .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255, 255, 255, 0.8)!important; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; } .legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; } .modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat; } /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */ body.loading .modal { overflow: hidden; } /* Anytime the body has the loading class, our modal element will be visible */ body.loading .modal { display: block; }
app/static/css/styles.css
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"; body { font-family: 'Poppins', sans-serif; background: #f6f6f6; } p { font-family: 'Poppins', sans-serif; font-size: 1.1em; font-weight: 300; line-height: 1.7em; color: #999; } a, a:hover, a:focus { color: inherit; text-decoration: none; transition: all 0.3s; } .navbar { padding: 0px 0px; background: linear-gradient(#fff,#00253c); border: none; border-radius: 0; margin-bottom: 0px; box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1); } .navbar-btn { box-shadow: none; outline: none !important; border: none; } .line { width: 100%; height: 1px; border-bottom: 1px dashed #ddd; margin: 40px 0; } .icon { max-width: 70%; max-height: 70%; margin: 4px; } /* --------------------------------------------------- SIDEBAR STYLE ----------------------------------------------------- */ .wrapper { display: flex; width: 100%; align-items: stretch; } #sidebar { min-width: 80px; max-width: 80px; text-align: center; background-blend-mode: darken; color: #fff; min-height: 100vh; background-image: linear-gradient(#071389,#0B1C47); } /* Shrinking the sidebar from 250px to 80px and center aligining its content*/ #sidebar.active { min-width: 250px; max-width: 250px; min-height: 100vh; background-image: linear-gradient(#071389,#0B1C47); background-blend-mode: darken; color: #fff; transition: all 0.3s; } /* Toggling the sidebar header content, hide the big heading [h3] and showing the small heading [strong] and vice versa*/ #sidebar .sidebar-header strong { display: none; } #sidebar .sidebar-header h3 { display: none; } #sidebar .sidebar-header { display: none; } #sidebar.active ul li { text-align: center; font-size: 1.45em; margin-bottom: 20px; } #sidebar ul li a { text-align: center; font-size: 1.0em; margin-bottom: 20px; display:inline-block; } #ul { position: absolute; z-index: 100; } #sidebar.active ul li a { padding: 20px 10px; text-align: left; } #sidebar ul li a i { margin-right: 0px; display: block !important; font-size: 3em; margin-bottom: 20px; } /* Same dropdown links padding*/ #sidebar ul ul a { padding: 10px !important; } /* Changing the arrow position to bottom center position, translateX(50%) works with right: 50% to accurately center the arrow */ #sidebar .dropdown-toggle::after { top: auto; bottom: 10px; right: 50%; -webkit-transform: translateX(50%); -ms-transform: translateX(50%); transform: translateX(50%); } #sidebar .sidebar-header { padding: 60px; background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4) ); } #sidebar ul.components { padding: 20px 0; border-bottom: 1px solid #47748b; } #sidebar ul p { color: #fff; padding: 10px; text-align: center; font-size: 0.85em; } #sidebar ul li a { padding: 10px; font-size: 0.85em; display: block; background: rgba(7, 19, 137, 0); text-align: center; } #sidebar ul li a:hover { color: #7386D5; background: #fff; } #sidebar ul li.active>a, a[aria-expanded="true"] { color: #fff; background: #2e3c7a; } a[data-toggle="collapse"] { position: relative; } .dropdown-toggle::after { display: block; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); color: #7386D5; } ul ul a { font-size: 0.7em !important; padding-left: 3px !important; background: #2e3c7a; text-align: center; } ul.CTAs { padding: 20px; } ul.CTAs a { text-align: center; font-size: 0.9em !important; display: block; border-radius: 5px; margin-bottom: 5px; } a.download { background: #fff; color: #7386D5; } a.article, a.article:hover { background: #2e3c7a !important; color: #fff !important; } /* --------------------------------------------------- CONTENT STYLE ----------------------------------------------------- */ #content { width: 100%; padding: 0px; min-height: 90vh; min-width: 100vh; transition: all 0.3s; } #sidebarCollapse { text-shadow: 1px 1px 1px #ccc; font-size: 1.5em; background: #071389; } #sidebarCollapse:hover { text-shadow: 1px 1px 1px #ccc; font-size: 1.5em; background: #fff !important; } /* --------------------------------------------------- MEDIAQUERIES ----------------------------------------------------- */ @media (max-width: 768px) { #sidebar { margin-left: -250px; } #sidebar.active { margin-left: 0; } #sidebarCollapse span6d7fcc { display: none; } } /* PLotly.js –––––––––––––––––––––––––––––––––––––––––––––––––– */ /* plotly.js's modebar's z-index is 1001 by default * https://github.com/plotly/plotly.js/blob/7e4d8ab164258f6bd48be56589dacd9bdd7fded2/src/css/_modebar.scss#L5 * In case a dropdown is above the graph, the dropdown's options * will be rendered below the modebar * Increase the select option's z-index */ /* This was actually not quite right - dropdowns were overlapping each other (edited October 26) .Select { z-index: 1002; }*/ /* Grid –––––––––––––––––––––––––––––––––––––––––––––––––– */ .container { position: relative; width: 100%; min-width: 100vh; margin: 0 auto; padding: 0 20px; box-sizing: border-box; } .column, .columns { width: 100%; float: left; box-sizing: border-box; } /* For devices larger than 400px */ @media (min-width: 400px) { .container { width: 100%; padding: 0; } } /* For devices larger than 550px */ @media (min-width: 550px) { .container { width: 100%; } .column, .columns { margin-left: 4%; } .column:first-child, .columns:first-child { margin-left: 0; } .one.column, .one.columns { width: 4.66666666667%; } .two.columns { width: 13.3333333333%; } .three.columns { width: 22%; } .four.columns { width: 30.6666666667%; } .five.columns { width: 39.3333333333%; } .six.columns { width: 48%; } .seven.columns { width: 56.6666666667%; } .eight.columns { width: 65.3333333333%; } .nine.columns { width: 74.0%; } .ten.columns { width: 82.6666666667%; } .eleven.columns { width: 91.3333333333%; } .twelve.columns { width: 100%; margin-left: 0; } .one-third.column { width: 30.6666666667%; } .two-thirds.column { width: 65.3333333333%; } .one-half.column { width: 48%; } /* Offsets */ .offset-by-one.column, .offset-by-one.columns { margin-left: 8.66666666667%; } .offset-by-two.column, .offset-by-two.columns { margin-left: 17.3333333333%; } .offset-by-three.column, .offset-by-three.columns { margin-left: 26%; } .offset-by-four.column, .offset-by-four.columns { margin-left: 34.6666666667%; } .offset-by-five.column, .offset-by-five.columns { margin-left: 43.3333333333%; } .offset-by-six.column, .offset-by-six.columns { margin-left: 52%; } .offset-by-seven.column, .offset-by-seven.columns { margin-left: 60.6666666667%; } .offset-by-eight.column, .offset-by-eight.columns { margin-left: 69.3333333333%; } .offset-by-nine.column, .offset-by-nine.columns { margin-left: 78.0%; } .offset-by-ten.column, .offset-by-ten.columns { margin-left: 86.6666666667%; } .offset-by-eleven.column, .offset-by-eleven.columns { margin-left: 95.3333333333%; } .offset-by-one-third.column, .offset-by-one-third.columns { margin-left: 34.6666666667%; } .offset-by-two-thirds.column, .offset-by-two-thirds.columns { margin-left: 69.3333333333%; } .offset-by-one-half.column, .offset-by-one-half.columns { margin-left: 52%; } } } .menu a { color: #333; transition: 0.3s; position: relative; font-size: 16px; } .menu a:before { content: ""; position: absolute; left: 16px; bottom: 12px; width: 0; height: 1px; background: #80d6a3; transition: 0.3s; } .menu a:hover { background: transparent; color: #80d6a3; } .menu .active a { color: #80d6a3; } .menu .active a:before{ width: 25px; } .menu a:hover:before { width: 25px; } #map2 { width: 100%; height: 94.4vh; padding: 0px 0px; } .info { padding: 6px 8px; font: 14px/16px Arial, Helvetica, sans-serif; background: white; background: rgba(255, 255, 255, 0.8)!important; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); border-radius: 5px; } .info h4 { margin: 0 0 5px; color: #777; } .legend { text-align: left; line-height: 18px; color: #555; } .legend i { width: 18px; height: 18px; float: left; margin-right: 8px; opacity: 0.7; } .modal { display: none; position: fixed; z-index: 1000; top: 0; left: 0; height: 100%; width: 100%; background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat; } /* When the body has the loading class, we turn the scrollbar off with overflow:hidden */ body.loading .modal { overflow: hidden; } /* Anytime the body has the loading class, our modal element will be visible */ body.loading .modal { display: block; }
0.574872
0.102305
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@300&display=swap"); body { background: linear-gradient(to right, #171617, #151415); height: 100vh; } div#quote-box { box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -webkit-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -moz-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; position: absolute; top: 50%; left: 50%; width: 87vw; height: 78vh; overflow: hidden; transform: translate(-50%, -50%); background-color: #121113; color: #e6e6e6; font-family: "Georama", Helvetica, Arial, sans-serif; } @media (max-width: 1300px) { div#quote-box { width: 82vw; height: 76vh; } } @media (max-width: 1000px) { div#quote-box { width: 86vw; height: 70vh; } } @media (max-width: 800px) { div#quote-box { width: 80vw; height: 60vh; } } @media (max-width: 600px) { div#quote-box { width: 85vw; height: 57vh; } } @media (max-width: 350px) { div#quote-box { width: 85vw; height: 90vh; } } div.text-box { width: 95%; height: 68%; position: relative; align-items: center; } @media (max-width: 350px) { div.text-box { padding-top: 15px; align-items: start; } } div.text-box p#textPar { font-size: 2.2vw; position: relative; } @media (max-width: 930px) { div.text-box p#textPar { font-size: 24px; } } @media (max-width: 710px) { div.text-box p#textPar { font-size: 20px; } } @media (max-width: 530px) { div.text-box p#textPar { font-size: 17px; } } @media (max-width: 350px) { div.text-box p#textPar { font-size: 19px; } } @media (min-width: 1250px) { div.text-box p#textPar { font-size: 1.9vw; } } div.text-box p#textPar i { font-size: 1.4em; } @media (max-width: 350px) { div.text-box p#textPar i { font-size: 1.1em; } } div.text-box p#textPar i[class*=fa-quote-left] { margin-right: 18px; } div.text-box p#author { font-size: 2.3vw; position: absolute; bottom: 0; right: 0; } @media (max-width: 930px) { div.text-box p#author { font-size: 23px; } } @media (max-width: 710px) { div.text-box p#author { font-size: 20px; } } @media (max-width: 530px) { div.text-box p#author { font-size: 16px; } } @media (max-width: 350px) { div.text-box p#author { font-size: 18px; } } @media (min-width: 1250px) { div.text-box p#author { font-size: 2vw; } } div.btn-box { width: 95%; height: 32%; align-items: center; position: relative; } @media (max-width: 520px) { div.btn-box { display: flex; flex-direction: column; } } div.btn-box button#new-quote { color: #b3b3b3; padding: 12px 62px; margin-left: 24px; transition: 0.4s; border-radius: 15px; box-shadow: none; font-size: 18px; font-family: Helvetica, sans-serif; } div.btn-box button#new-quote:hover { border: 2px solid #e6e6e6; } @media (max-width: 520px) { div.btn-box button#new-quote { display: block; width: 100%; } } @media (min-width: 710px) { div.btn-box button#new-quote { font-size: 22px; } } @media (min-width: 1300px) { div.btn-box button#new-quote { font-size: 24px; } } div.btn-box div.social-links { position: absolute; right: 0; margin-right: 10%; } @media (max-width: 520px) { div.btn-box div.social-links { margin: 0; position: relative; } } div.btn-box div.social-links a.social { opacity: 0.8; color: #e6e6e6; font-size: 58px; margin: 5px; transition: 0.4s; } div.btn-box div.social-links a.social:hover { font-size: 66px; } @media (max-width: 710px) { div.btn-box div.social-links a.social { font-size: 48px; } div.btn-box div.social-links a.social:hover { font-size: 56px; } }
Front End Development Libraries/Random Quote Machine/dist/style.css
@import url("https://fonts.googleapis.com/css2?family=Georama:wght@300&display=swap"); body { background: linear-gradient(to right, #171617, #151415); height: 100vh; } div#quote-box { box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -webkit-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; -moz-box-shadow: 1px 1px 3px 1px #020102, -1px -1px 3px 1px #020102; position: absolute; top: 50%; left: 50%; width: 87vw; height: 78vh; overflow: hidden; transform: translate(-50%, -50%); background-color: #121113; color: #e6e6e6; font-family: "Georama", Helvetica, Arial, sans-serif; } @media (max-width: 1300px) { div#quote-box { width: 82vw; height: 76vh; } } @media (max-width: 1000px) { div#quote-box { width: 86vw; height: 70vh; } } @media (max-width: 800px) { div#quote-box { width: 80vw; height: 60vh; } } @media (max-width: 600px) { div#quote-box { width: 85vw; height: 57vh; } } @media (max-width: 350px) { div#quote-box { width: 85vw; height: 90vh; } } div.text-box { width: 95%; height: 68%; position: relative; align-items: center; } @media (max-width: 350px) { div.text-box { padding-top: 15px; align-items: start; } } div.text-box p#textPar { font-size: 2.2vw; position: relative; } @media (max-width: 930px) { div.text-box p#textPar { font-size: 24px; } } @media (max-width: 710px) { div.text-box p#textPar { font-size: 20px; } } @media (max-width: 530px) { div.text-box p#textPar { font-size: 17px; } } @media (max-width: 350px) { div.text-box p#textPar { font-size: 19px; } } @media (min-width: 1250px) { div.text-box p#textPar { font-size: 1.9vw; } } div.text-box p#textPar i { font-size: 1.4em; } @media (max-width: 350px) { div.text-box p#textPar i { font-size: 1.1em; } } div.text-box p#textPar i[class*=fa-quote-left] { margin-right: 18px; } div.text-box p#author { font-size: 2.3vw; position: absolute; bottom: 0; right: 0; } @media (max-width: 930px) { div.text-box p#author { font-size: 23px; } } @media (max-width: 710px) { div.text-box p#author { font-size: 20px; } } @media (max-width: 530px) { div.text-box p#author { font-size: 16px; } } @media (max-width: 350px) { div.text-box p#author { font-size: 18px; } } @media (min-width: 1250px) { div.text-box p#author { font-size: 2vw; } } div.btn-box { width: 95%; height: 32%; align-items: center; position: relative; } @media (max-width: 520px) { div.btn-box { display: flex; flex-direction: column; } } div.btn-box button#new-quote { color: #b3b3b3; padding: 12px 62px; margin-left: 24px; transition: 0.4s; border-radius: 15px; box-shadow: none; font-size: 18px; font-family: Helvetica, sans-serif; } div.btn-box button#new-quote:hover { border: 2px solid #e6e6e6; } @media (max-width: 520px) { div.btn-box button#new-quote { display: block; width: 100%; } } @media (min-width: 710px) { div.btn-box button#new-quote { font-size: 22px; } } @media (min-width: 1300px) { div.btn-box button#new-quote { font-size: 24px; } } div.btn-box div.social-links { position: absolute; right: 0; margin-right: 10%; } @media (max-width: 520px) { div.btn-box div.social-links { margin: 0; position: relative; } } div.btn-box div.social-links a.social { opacity: 0.8; color: #e6e6e6; font-size: 58px; margin: 5px; transition: 0.4s; } div.btn-box div.social-links a.social:hover { font-size: 66px; } @media (max-width: 710px) { div.btn-box div.social-links a.social { font-size: 48px; } div.btn-box div.social-links a.social:hover { font-size: 56px; } }
0.31384
0.111967
body, html, .row{ width: 100%; max-height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: 'Open Sans', sans-serif; } .flex-container { display: flex; flex-direction: column; } .fill { height: 100%; margin: 0 0 0 0; padding: 0; width: 100% } #app_container { width: 100%; height: 100%; /* Disable selection so it doesn't get annoying when dragging. */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none; } #nav{ width: 10vw; min-width: 127px; max-width: 150px; display: inline-block; } #main_container{ display: inline-block; } .on-off-btn{ margin-left: 5%; width: 90%; height: 50px; padding-top: 12px; text-align: center; font-size: 125%; border-radius: 5px; color: white; cursor: pointer; transition: 0.1s; } .on-off-btn:hover{ background-color: #36393f; } .off-btn{ background-color: #2f3136; } .on-btn{ background-color: #595c63; } #wave_checkbox, #squares_checkbox{ height: 0; } #top_side_nav{ border-bottom-right-radius: 7px; background-color: #202225; margin-bottom: 7px; } #bot_side_nav{ margin-top: 7px; border-top-right-radius: 7px; background-color: #202225; } .top-side{ margin-top: 7px; margin-bottom: 7px; height: 50vh; border-radius: 7px; } .bot-side{ border-radius: 7px; height: 50vh; margin-top: 7px; margin-bottom: 7px; } hr { /* display: block; */ width: 100%; margin: 0 0 0 0; border-color: white; border-width: 2px 0 0 0; cursor: n-resize; height: 3px; } .marg-pad-0{ margin: 0; padding: 0; } .overview-container{ display: hidden; } /* TIMELINE STUFF*/ #time_canvas{ background-color: #2f3136; } .range{ -webkit-appearance: none; height: 4px; /* Specified height */ background: #d3d3d3; /* Grey background */ outline: none; /* Remove outline */ -webkit-transition: .7s; transition: background-color .7s; margin-top: 3px; margin-bottom: 3px; } .range:hover { background-color: green; cursor: pointer; } .range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 10px; border-radius: 20%; background: #4CAF50; cursor: pointer; } .range::-moz-range-thumb { height: 3px; background: #4CAF50; cursor: pointer; } input[type=checkbox]{ -webkit-transform: scale(2); padding: 10px; margin-left: 8px; } */ h3{ margin-top: 5px; } .base_input{ color: black; border-radius: 5px; height: 25px; font-size: 16px; max-width: 106px; } .hidden{ display: none; } /* CSS pour la liste des cues */ li, tr { cursor: pointer; } .list-group-item:hover, tbody tr:hover{ background: #68a2ff; transition: background 0.5s; } /* Alternate cue list color */ .list-0{ background-color: #e0e1e2; } .list-1{ background-color: #fff; } /* CSS pour les event buttons */ .event-selected{ background-color: grey; /*#007bff;*/ border-color: grey; /*#007bff;*/ color: white; } .event-not-selected:hover{ background-color: grey; /*#007bff;*/ border-color: grey; /*#007bff;*/ color: white; } .event-not-selected{ background-color: darkgrey ;/*#68a0f9;*/ border-color: darkgrey ;/*#68a0f9;*/ color: white; } .event-new{ background-color: #404040; border-color: #404040; color: white; margin: 0; } .btn{ margin-left: 8px; margin-top: 8px; /* margin-bottom: 5px; */ } .btn-sq-lg { width: 120px !important; height: 120px !important; font-size: 120%; padding: 0; padding-top: 5px; align-content: center; } #event_name_title{ margin-left: 8px; } .no_event_disable{ margin: 5px 0 0 0; } html { scrollbar-face-color: #646464; scrollbar-base-color: #646464; scrollbar-3dlight-color: #646464; scrollbar-highlight-color: #646464; scrollbar-track-color: #000; scrollbar-arrow-color: #000; scrollbar-shadow-color: #646464; scrollbar-dark-shadow-color: #646464; } ::-webkit-scrollbar { width: 7px; height: 0px; background-color: #36393f} ::-webkit-scrollbar-track { background-color: #36393f;} ::-webkit-scrollbar-track-piece { background-color: #000;border-radius: 3px;} ::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;} ::-webkit-scrollbar-corner { background-color: #36393f;} ::-webkit-resizer { background-color: #666;} .preview_btn{ margin: 0px; width: 55px; height: 32px; font-size: 12px; padding: 2px; } /* Account Panel */ .account .btn-mute, .account .btn-deafen, .account .btn-settings { border: none; box-shadow: none; transition: background-color 0.2s; } .account .btn-group { border-radius: 50px; } .account .btn-mute { border-radius: 50px 0 0 50px; } .account .btn-settings { border-radius: 0 50px 0 0 50px; } .account .btn-mute:hover, .account .btn-deafen:hover, .account .btn-settings:hover { background-color: #23272A; } /* Voice Panel */ #voice-connection .btn-group { border-radius: 50px; } #voice-connection .btn-info, #voice-connection .btn-disconnect { border: none; box-shadow: none; transition: background-color 0.2s; } #voice-connection .btn-info:hover, #voice-connection .btn-disconnect:hover { background-color: #23272A; }
app/css/custom.css
body, html, .row{ width: 100%; max-height: 100%; margin: 0; padding: 0; overflow: hidden; font-family: 'Open Sans', sans-serif; } .flex-container { display: flex; flex-direction: column; } .fill { height: 100%; margin: 0 0 0 0; padding: 0; width: 100% } #app_container { width: 100%; height: 100%; /* Disable selection so it doesn't get annoying when dragging. */ -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: moz-none; -ms-user-select: none; user-select: none; } #nav{ width: 10vw; min-width: 127px; max-width: 150px; display: inline-block; } #main_container{ display: inline-block; } .on-off-btn{ margin-left: 5%; width: 90%; height: 50px; padding-top: 12px; text-align: center; font-size: 125%; border-radius: 5px; color: white; cursor: pointer; transition: 0.1s; } .on-off-btn:hover{ background-color: #36393f; } .off-btn{ background-color: #2f3136; } .on-btn{ background-color: #595c63; } #wave_checkbox, #squares_checkbox{ height: 0; } #top_side_nav{ border-bottom-right-radius: 7px; background-color: #202225; margin-bottom: 7px; } #bot_side_nav{ margin-top: 7px; border-top-right-radius: 7px; background-color: #202225; } .top-side{ margin-top: 7px; margin-bottom: 7px; height: 50vh; border-radius: 7px; } .bot-side{ border-radius: 7px; height: 50vh; margin-top: 7px; margin-bottom: 7px; } hr { /* display: block; */ width: 100%; margin: 0 0 0 0; border-color: white; border-width: 2px 0 0 0; cursor: n-resize; height: 3px; } .marg-pad-0{ margin: 0; padding: 0; } .overview-container{ display: hidden; } /* TIMELINE STUFF*/ #time_canvas{ background-color: #2f3136; } .range{ -webkit-appearance: none; height: 4px; /* Specified height */ background: #d3d3d3; /* Grey background */ outline: none; /* Remove outline */ -webkit-transition: .7s; transition: background-color .7s; margin-top: 3px; margin-bottom: 3px; } .range:hover { background-color: green; cursor: pointer; } .range::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 25px; height: 10px; border-radius: 20%; background: #4CAF50; cursor: pointer; } .range::-moz-range-thumb { height: 3px; background: #4CAF50; cursor: pointer; } input[type=checkbox]{ -webkit-transform: scale(2); padding: 10px; margin-left: 8px; } */ h3{ margin-top: 5px; } .base_input{ color: black; border-radius: 5px; height: 25px; font-size: 16px; max-width: 106px; } .hidden{ display: none; } /* CSS pour la liste des cues */ li, tr { cursor: pointer; } .list-group-item:hover, tbody tr:hover{ background: #68a2ff; transition: background 0.5s; } /* Alternate cue list color */ .list-0{ background-color: #e0e1e2; } .list-1{ background-color: #fff; } /* CSS pour les event buttons */ .event-selected{ background-color: grey; /*#007bff;*/ border-color: grey; /*#007bff;*/ color: white; } .event-not-selected:hover{ background-color: grey; /*#007bff;*/ border-color: grey; /*#007bff;*/ color: white; } .event-not-selected{ background-color: darkgrey ;/*#68a0f9;*/ border-color: darkgrey ;/*#68a0f9;*/ color: white; } .event-new{ background-color: #404040; border-color: #404040; color: white; margin: 0; } .btn{ margin-left: 8px; margin-top: 8px; /* margin-bottom: 5px; */ } .btn-sq-lg { width: 120px !important; height: 120px !important; font-size: 120%; padding: 0; padding-top: 5px; align-content: center; } #event_name_title{ margin-left: 8px; } .no_event_disable{ margin: 5px 0 0 0; } html { scrollbar-face-color: #646464; scrollbar-base-color: #646464; scrollbar-3dlight-color: #646464; scrollbar-highlight-color: #646464; scrollbar-track-color: #000; scrollbar-arrow-color: #000; scrollbar-shadow-color: #646464; scrollbar-dark-shadow-color: #646464; } ::-webkit-scrollbar { width: 7px; height: 0px; background-color: #36393f} ::-webkit-scrollbar-track { background-color: #36393f;} ::-webkit-scrollbar-track-piece { background-color: #000;border-radius: 3px;} ::-webkit-scrollbar-thumb { height: 50px; background-color: #666; border-radius: 3px;} ::-webkit-scrollbar-corner { background-color: #36393f;} ::-webkit-resizer { background-color: #666;} .preview_btn{ margin: 0px; width: 55px; height: 32px; font-size: 12px; padding: 2px; } /* Account Panel */ .account .btn-mute, .account .btn-deafen, .account .btn-settings { border: none; box-shadow: none; transition: background-color 0.2s; } .account .btn-group { border-radius: 50px; } .account .btn-mute { border-radius: 50px 0 0 50px; } .account .btn-settings { border-radius: 0 50px 0 0 50px; } .account .btn-mute:hover, .account .btn-deafen:hover, .account .btn-settings:hover { background-color: #23272A; } /* Voice Panel */ #voice-connection .btn-group { border-radius: 50px; } #voice-connection .btn-info, #voice-connection .btn-disconnect { border: none; box-shadow: none; transition: background-color 0.2s; } #voice-connection .btn-info:hover, #voice-connection .btn-disconnect:hover { background-color: #23272A; }
0.249905
0.042483
section.form { background-color: white; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(60, 60, 60, 0.9); border: 1px solid #efefef; border-radius: 4px; max-width: 700px; width: 90%; } section.form .header h3 { font-size: 14px; line-height: 24px; letter-spacing: 0.7px; text-transform: uppercase; font-weight: bold; color: var(--primary-color); margin-bottom: 16px; } form .fields { margin-bottom: 64px; } form .item { margin-bottom: 16px; } form .item > div:nth-child(1) { color: #777; text-transform: uppercase; font-size: 14px; font-weight: bold; margin-bottom: 8px; } form .item input[type="text"], form .item input[type="number"], form .item input[type="email"], form .item input[type="password"], form .item textarea, form .item select { width: 100%; padding: 8px 16px; box-shadow: 2px 2px 2px -4px rgba(63,63,63,0.9); border: 1px solid #efefef; border-radius: 4px; font-size: 16px; } form .item select { -moz-appearance: none; -webkit-appearance: none; appearance: none; } form .item textarea { min-height: 150px; } form .item span { padding: 8px 16px; background-color: var(--primary-color); border-radius: 16px; color: white; margin-right: 4px; margin-top: 8px; display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 12px; } form .item #photos-upload { position: relative; display: block; overflow: hidden; width: 200px; } form .item #photos-upload p { padding: 8px 16px; border-radius: 4px; box-shadow: 0 2px 2px -6px #333; background-color: var(--secondary-color); color: white; width: 100%; text-align: center; text-transform: uppercase; font-size: 14px; } form .item #photos-upload input { position: absolute; top: 0; left: 0; display: block; overflow: hidden; width: 100%; height: 100%; opacity: 0; cursor: pointer; } form .item #photos-preview { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 8px; width: 100%; margin: 8px 0; } form .item #photos-preview img { width: 100%; height: 150px; object-fit: cover; } #photos-preview .photo { position: relative; } #photos-preview .photo i { position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.8); color: red; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 300%; opacity: 0; transition: opacity 200ms; cursor: pointer; } #photos-preview .photo:hover i { opacity: 1; } section.product-single { background-color: white; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(63,63,63,0.5); border: 1px solid #efefef; border-radius: 4px; } section.product-single .gallery { width: 100%; } section.product-single .highlight > img { width: 100%; height: 280px; object-fit: none; object-position: 50% 50%; border: 1px solid #efefef; cursor: zoom-in; } section.product-single .gallery-preview { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2px; } section.product-single .gallery-preview img { height: 100px; width: 100%; object-fit: cover; cursor: pointer; opacity: 0.6; transition: 200ms; } section.product-single .gallery-preview img:hover, section.product-single .gallery-preview img.active { opacity: 1; } section.product-single .highlight .lightbox-target { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.7); overflow: hidden; z-index: 100; top: -100%; left: 0; opacity: 0; transition: opacity 400ms; } section.product-single .highlight .lightbox-target img { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); width: 90%; height: 90%; object-fit: contain; } section.product-single .highlight a.lightbox-close { width: 50px; height: 50px; background: white; position: absolute; top: -80px; right: 0; display: flex; align-items: center; justify-content: center; transition: 400ms; } section.product-single .info { display: grid; grid-template-rows: auto 40px 2fr 1fr; } section.product-single .info h1 { font-size: 32px; line-height: 42px; color: #333; text-transform: uppercase; } section.product-single .info .published { color: #888; font-size: 12px; line-height: 22px; letter-spacing: 0.4px; } section.product-single .price-buy { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; border-top: 1px solid #eee; } section.product-single .price-buy .price { font-size: 24px; color: #333; font-weight: bold; display: flex; align-items: center; } section.product-single .price-buy .price .old { text-decoration: line-through; color: #999; font-size: 14px; font-weight: normal; margin-left: 16px; } section.product-single .price-buy .buy button { background-color: var(--secondary-color); font-size: 14px; letter-spacing: 0.4px; }
works/modulo07/public/styles/products.css
section.form { background-color: white; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(60, 60, 60, 0.9); border: 1px solid #efefef; border-radius: 4px; max-width: 700px; width: 90%; } section.form .header h3 { font-size: 14px; line-height: 24px; letter-spacing: 0.7px; text-transform: uppercase; font-weight: bold; color: var(--primary-color); margin-bottom: 16px; } form .fields { margin-bottom: 64px; } form .item { margin-bottom: 16px; } form .item > div:nth-child(1) { color: #777; text-transform: uppercase; font-size: 14px; font-weight: bold; margin-bottom: 8px; } form .item input[type="text"], form .item input[type="number"], form .item input[type="email"], form .item input[type="password"], form .item textarea, form .item select { width: 100%; padding: 8px 16px; box-shadow: 2px 2px 2px -4px rgba(63,63,63,0.9); border: 1px solid #efefef; border-radius: 4px; font-size: 16px; } form .item select { -moz-appearance: none; -webkit-appearance: none; appearance: none; } form .item textarea { min-height: 150px; } form .item span { padding: 8px 16px; background-color: var(--primary-color); border-radius: 16px; color: white; margin-right: 4px; margin-top: 8px; display: inline-block; font-weight: bold; text-transform: uppercase; font-size: 12px; } form .item #photos-upload { position: relative; display: block; overflow: hidden; width: 200px; } form .item #photos-upload p { padding: 8px 16px; border-radius: 4px; box-shadow: 0 2px 2px -6px #333; background-color: var(--secondary-color); color: white; width: 100%; text-align: center; text-transform: uppercase; font-size: 14px; } form .item #photos-upload input { position: absolute; top: 0; left: 0; display: block; overflow: hidden; width: 100%; height: 100%; opacity: 0; cursor: pointer; } form .item #photos-preview { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 8px; width: 100%; margin: 8px 0; } form .item #photos-preview img { width: 100%; height: 150px; object-fit: cover; } #photos-preview .photo { position: relative; } #photos-preview .photo i { position: absolute; top: 0; left: 0; background-color: rgba(255,255,255,0.8); color: red; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; font-size: 300%; opacity: 0; transition: opacity 200ms; cursor: pointer; } #photos-preview .photo:hover i { opacity: 1; } section.product-single { background-color: white; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 24px; padding: 32px 24px; margin: 32px auto; box-shadow: 2px 2px 2px -4px rgba(63,63,63,0.5); border: 1px solid #efefef; border-radius: 4px; } section.product-single .gallery { width: 100%; } section.product-single .highlight > img { width: 100%; height: 280px; object-fit: none; object-position: 50% 50%; border: 1px solid #efefef; cursor: zoom-in; } section.product-single .gallery-preview { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 2px; } section.product-single .gallery-preview img { height: 100px; width: 100%; object-fit: cover; cursor: pointer; opacity: 0.6; transition: 200ms; } section.product-single .gallery-preview img:hover, section.product-single .gallery-preview img.active { opacity: 1; } section.product-single .highlight .lightbox-target { position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,.7); overflow: hidden; z-index: 100; top: -100%; left: 0; opacity: 0; transition: opacity 400ms; } section.product-single .highlight .lightbox-target img { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-color: white; box-shadow: 0px 0px 8px rgba(0,0,0,.3); width: 90%; height: 90%; object-fit: contain; } section.product-single .highlight a.lightbox-close { width: 50px; height: 50px; background: white; position: absolute; top: -80px; right: 0; display: flex; align-items: center; justify-content: center; transition: 400ms; } section.product-single .info { display: grid; grid-template-rows: auto 40px 2fr 1fr; } section.product-single .info h1 { font-size: 32px; line-height: 42px; color: #333; text-transform: uppercase; } section.product-single .info .published { color: #888; font-size: 12px; line-height: 22px; letter-spacing: 0.4px; } section.product-single .price-buy { display: flex; align-items: center; justify-content: space-between; padding-top: 8px; border-top: 1px solid #eee; } section.product-single .price-buy .price { font-size: 24px; color: #333; font-weight: bold; display: flex; align-items: center; } section.product-single .price-buy .price .old { text-decoration: line-through; color: #999; font-size: 14px; font-weight: normal; margin-left: 16px; } section.product-single .price-buy .buy button { background-color: var(--secondary-color); font-size: 14px; letter-spacing: 0.4px; }
0.494873
0.133754
html { height: 100%; width: 100%; } body { background: #000; background-position: left; background-size: contain; font-size: 16px; color: #FFF; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; } h1, h2 { text-transform: uppercase; text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.7); animation-name: glow; animation-duration: 3s; animation-iteration-count: infinite; } #contain { display: flex; flex-direction: column; justify-content: space-between; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } #contain > * { margin: 1.5em 0; } #splash { max-width: 30em; margin: 0 auto; padding: 1.5em; text-align: center; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } #splash div { color: #FFF; } #vid-bg { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; opacity: .6; box-shadow: inset 0 2em 2em black; } #reg-button { display: block; width: 70%; margin: 0 auto; padding: 1em; color: #FFF; font-family: 'Open Sans', sans-serif; font-weight: bolder; font-decoration: none; text-decoration: none; font-size: 1.3em; background: #D8D8D8; box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.3); background-image: linear-gradient(140deg, #2597E1 0%, #147CD5 100%); } #reg-button:hover { background-image: linear-gradient(140deg, #2597E1 0%, #147CD5 50%); box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.4); } small { display: block; margin-top: 2em; opacity: .8; } .gray { opacity: .7; text-transform: initial; font-weight: normal; } @keyframes glow { 0% { text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.9); } 50% { text-shadow: 0 0 0.1em rgba(250, 250, 250, 0.7); } 100% { text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.9); } } @keyframes img-blur { 0% { -webkit-filter: blur(2em); filter: blur(2em); opacity: 1; } 50% { -webkit-filter: blur(1em); filter: blur(1em); opacity: .7; } 100% { -webkit-filter: blur(2em); filter: blur(2em); opacity: 1; } }
css/custom.css
html { height: 100%; width: 100%; } body { background: #000; background-position: left; background-size: contain; font-size: 16px; color: #FFF; } h1, h2, h3, h4, h5 { font-family: 'Open Sans', sans-serif; } h1, h2 { text-transform: uppercase; text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.7); animation-name: glow; animation-duration: 3s; animation-iteration-count: infinite; } #contain { display: flex; flex-direction: column; justify-content: space-between; position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: hidden; } #contain > * { margin: 1.5em 0; } #splash { max-width: 30em; margin: 0 auto; padding: 1.5em; text-align: center; display: flex; flex-direction: row; align-items: center; justify-content: space-between; } #splash div { color: #FFF; } #vid-bg { position: absolute; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; opacity: .6; box-shadow: inset 0 2em 2em black; } #reg-button { display: block; width: 70%; margin: 0 auto; padding: 1em; color: #FFF; font-family: 'Open Sans', sans-serif; font-weight: bolder; font-decoration: none; text-decoration: none; font-size: 1.3em; background: #D8D8D8; box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.3); background-image: linear-gradient(140deg, #2597E1 0%, #147CD5 100%); } #reg-button:hover { background-image: linear-gradient(140deg, #2597E1 0%, #147CD5 50%); box-shadow: 0 0.2em 0.2em rgba(0, 0, 0, 0.4); } small { display: block; margin-top: 2em; opacity: .8; } .gray { opacity: .7; text-transform: initial; font-weight: normal; } @keyframes glow { 0% { text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.9); } 50% { text-shadow: 0 0 0.1em rgba(250, 250, 250, 0.7); } 100% { text-shadow: 0 0 0.3em rgba(250, 250, 250, 0.9); } } @keyframes img-blur { 0% { -webkit-filter: blur(2em); filter: blur(2em); opacity: 1; } 50% { -webkit-filter: blur(1em); filter: blur(1em); opacity: .7; } 100% { -webkit-filter: blur(2em); filter: blur(2em); opacity: 1; } }
0.606498
0.074299
html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; background: #252a47; display: grid; place-items: center; padding: 50px; } .w-100 { width: 100%; } .text-bold { font-weight: 900; } .text-semi-bold { font-weight: 700; } .text-color-dark-accent { color: #76319b !important; } .text-color-dark { color: #313a52; } .text-color-disabled { color: grey; } .text-xs { font-size: 0.7em; font-weight: 400; } .main-content { background-color: #eeebf6; } svg.fill-white { fill: white; } .svg-w.fill-white svg { fill: white; } .svg-w { position: relative; } .svg-w svg { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .svg-w svg { fill: #76319b; } .mr-1 { margin-right: 1em; } .pl-1rem { padding-left: 1rem; } .d-flex { display: flex; } .d-none { display: none; } .d-flex-space-between { justify-content: space-between; } .d-flex-end { justify-content: end; } .d-flex-vert-center { align-items: center; } .d-flex-vert-base { align-items: baseline; } .radius-border { border-radius: 0.7em; } .button-light { border: none; background-color: #e6ddf0; } .text-center { text-align: center; } /*DASHBOARD*/ .dashboard_refresh-btn { padding: 0.2em 0.7em !important; font-size: 0.8rem; display: flex; align-items: center; } .dashboard_balance-txt { font-size: 3em; } .dashboard_actions_button { width: 5em; height: 5em; color: white; } .dashboard_actions_button_text { font-size: 0.8em; } .dashboard_actions_button-swap { background-color: #38a777; background: linear-gradient(90deg, rgba(60, 199, 139, 1) 0%, rgb(73, 179, 128) 100%); } .dashboard_actions_button-swap .svg-w { width: 1.5em; height: 1.5em; margin: auto; } .dashboard_actions_button-send { background-color: #00a6f5; background: linear-gradient(90deg, rgb(0, 166, 245) 0%, rgb(2, 153, 224) 100%); } .dashboard_actions_button-send .svg-w { width: 2em; height: 2em; margin: auto; } .dashboard_actions_button-buy { background-color: #bf37a7; background: linear-gradient(90deg, rgb(191, 55, 167) 0%, rgb(173, 51, 153) 100%); } .dashboard_actions_button-buy .svg-w { width: 1.7em; height: 1.7em; margin: auto; } .dashboard_actions_button-buy .svg-w svg path { fill: white; } /*TOKEN PILL*/ .token-balance-item_icon-text_w { height: 3em; } .token-balance-item { max-width: 26em; background-color: #f8f7fc; box-shadow: 0em 0em 0.3em #e6e3f3; padding: 1em; padding-right: 1.4em; margin-bottom: 2em; } .token-balance-item_icon-text { margin-right: 1em; display: flex; align-items: center; } .token-balance-item_icon-text img { /*max-height: 3.4em; max-width: 3.4em;*/ height: 100%; max-height: 100%; width: auto; } .token-balance-item_balance-value-icon-w { width: 1.4em; height: 1.4em; } /*/////////////////*/ html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; background: #252a47; display: grid; place-items: center; padding: 50px; } .w-100 { width: 100%; } .text-bold { font-weight: 900; } .text-semi-bold { font-weight: 700; } .text-color-dark-accent { color: #76319b !important; } .text-color-dark { color: #313a52; } .text-color-disabled { color: grey; } .text-xs { font-size: 0.7em; font-weight: 400; } .main-content { background-color: #eeebf6; } svg.fill-white { fill: white; } .svg-w.fill-white svg { fill: white; } .svg-w { position: relative; } .svg-w svg { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .svg-w svg { fill: #76319b; } .mr-1 { margin-right: 1em; } .pl-1rem{ padding-left: 1rem; } .d-flex { display: flex; } .d-flex-space-between { justify-content: space-between; } .d-flex-end { justify-content: end; } .d-flex-vert-center { align-items: center; } .d-flex-vert-base { align-items: baseline; } .radius-border { border-radius: 0.7em; } .button-light { border: none; background-color: #e6ddf0; } .text-center{ text-align: center; } .modal-dialog-centered { margin: 0 auto; } .bind-evm .uik-cta { width: 100%; } .extrinsic-table { margin-top: 15px; } .extrinsic-table { overflow: initial !important; } .extrinsic-table + * { position: sticky; bottom: 0; } .extrinsic-table tr { line-height: 22px; } .extrinsic-table td.label { font-size: 14px; opacity: 1 !important; color: var(--primary); font-weight: 900; background: -webkit-linear-gradient(0deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: capitalize; } .extrinsic-table td.data { font-size: 14px; opacity: 1 !important; color: black; } .dark-theme .extrinsic-table td.label { background: transparent; -webkit-background-clip: unset; -webkit-text-fill-color: unset; color: #ff62ff; font-weight: 600; } .dark-theme .extrinsic-table td.data { color: rgba(255, 255, 255, 0.8); } .next-step-btn { width: 100%; } .next-step-btn .uik-cta__text { width: 100%; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; } .next-step-btn .arrowRight { position: absolute; right: 0; } .dark-theme .card { box-shadow: 0 5px 10px -5px #1a1b20; background-color: #2c2d33; } .dark-theme .card .field { background-color: #373840; border: none; } .dark-theme .card .field input { background-color: transparent; border: none; box-shadow: 0 0 0 1px #42444d; color: white; transition: all 0.15s; } .dark-theme .card .field input:hover { background-color: #42444d; } .dark-theme .card .field input:focus { background-color: #2c2d33; box-shadow: 0 0 0 1px var(--primary-light); } .dark-theme .card .field input.field-input { background-color: transparent; box-shadow: none !important; } .dark-theme .card .field input::placeholder { color: white; opacity: 0.5; } .dark-theme .card .btn-empty, .dark-theme .card .text-primary { color: var(--primary-light) !important; } .dark-theme .card .btn-select { border: none; color: white !important; } .dark-theme .card .btn-empty.link-text.text-xs { color: #ff62ff !important; } .dark-theme .card .btn-select:not(.btn-reef) { background-color: #42444d !important; } .dark-theme .card .btn-select:hover { background-color: var(--primary); } .dark-theme .card button#settings { color: white; opacity: 0.8; } .dark-theme .card button#settings:hover { opacity: 1; } .dark-theme .card .btn-content-field { background-color: transparent; } .dark-theme .card .btn-content-field .btn { background-color: #373840; box-shadow: 0 0 0 4px #2c2d33; color: white; } .dark-theme .card .btn-content-field .btn:hover { background-color: var(--primary); border-color: transparent; } .dark-theme .modal-content { background-color: #373840; } .dark-theme .modal-content .btn-close { filter: invert(1); } .dark-theme .modal-content .title-text + .btn { color: white; } .dark-theme .modal-content .list-group-item { background-color: transparent; border: none !important; color: white; } .dark-theme #swapModalToggle .field { background-color: #2c2d33; } .dark-theme #swapModalToggle .btn-content-field button { opacity: 1; } .dark-theme #swapModalToggle .modal-footer { background-color: #373840 !important; } .dark-theme .logoText { color: white !important; } button.btn-select { border-color: #bfbfbf !important; color: #212529 !important; } button.btn-select:hover { color: white !important; border-color: transparent !important; background: #5531a9 !important; } button.btn-select:active { color: white !important; border-color: transparent !important; background: #46288b !important; } .dark-theme .modal-dialog .field { background-color: transparent; border: none; } .dark-theme .modal-dialog .modal-footer { background-color: transparent !important; }
packages/extension/public/style/reef-styles.css
html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; background: #252a47; display: grid; place-items: center; padding: 50px; } .w-100 { width: 100%; } .text-bold { font-weight: 900; } .text-semi-bold { font-weight: 700; } .text-color-dark-accent { color: #76319b !important; } .text-color-dark { color: #313a52; } .text-color-disabled { color: grey; } .text-xs { font-size: 0.7em; font-weight: 400; } .main-content { background-color: #eeebf6; } svg.fill-white { fill: white; } .svg-w.fill-white svg { fill: white; } .svg-w { position: relative; } .svg-w svg { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .svg-w svg { fill: #76319b; } .mr-1 { margin-right: 1em; } .pl-1rem { padding-left: 1rem; } .d-flex { display: flex; } .d-none { display: none; } .d-flex-space-between { justify-content: space-between; } .d-flex-end { justify-content: end; } .d-flex-vert-center { align-items: center; } .d-flex-vert-base { align-items: baseline; } .radius-border { border-radius: 0.7em; } .button-light { border: none; background-color: #e6ddf0; } .text-center { text-align: center; } /*DASHBOARD*/ .dashboard_refresh-btn { padding: 0.2em 0.7em !important; font-size: 0.8rem; display: flex; align-items: center; } .dashboard_balance-txt { font-size: 3em; } .dashboard_actions_button { width: 5em; height: 5em; color: white; } .dashboard_actions_button_text { font-size: 0.8em; } .dashboard_actions_button-swap { background-color: #38a777; background: linear-gradient(90deg, rgba(60, 199, 139, 1) 0%, rgb(73, 179, 128) 100%); } .dashboard_actions_button-swap .svg-w { width: 1.5em; height: 1.5em; margin: auto; } .dashboard_actions_button-send { background-color: #00a6f5; background: linear-gradient(90deg, rgb(0, 166, 245) 0%, rgb(2, 153, 224) 100%); } .dashboard_actions_button-send .svg-w { width: 2em; height: 2em; margin: auto; } .dashboard_actions_button-buy { background-color: #bf37a7; background: linear-gradient(90deg, rgb(191, 55, 167) 0%, rgb(173, 51, 153) 100%); } .dashboard_actions_button-buy .svg-w { width: 1.7em; height: 1.7em; margin: auto; } .dashboard_actions_button-buy .svg-w svg path { fill: white; } /*TOKEN PILL*/ .token-balance-item_icon-text_w { height: 3em; } .token-balance-item { max-width: 26em; background-color: #f8f7fc; box-shadow: 0em 0em 0.3em #e6e3f3; padding: 1em; padding-right: 1.4em; margin-bottom: 2em; } .token-balance-item_icon-text { margin-right: 1em; display: flex; align-items: center; } .token-balance-item_icon-text img { /*max-height: 3.4em; max-width: 3.4em;*/ height: 100%; max-height: 100%; width: auto; } .token-balance-item_balance-value-icon-w { width: 1.4em; height: 1.4em; } /*/////////////////*/ html, body, #root, .App { width: 100%; min-height: 100vh; color: #313a52; font-weight: 400; } .content { display: flex; padding: 2.5rem 3.5rem; } .nav-content { padding-left: 3.5rem; padding-right: 3.5rem; } /* Footer WIP */ .footer { position: sticky; bottom: 0; left: 0; width: 100%; background: #252a47; display: grid; place-items: center; padding: 50px; } .w-100 { width: 100%; } .text-bold { font-weight: 900; } .text-semi-bold { font-weight: 700; } .text-color-dark-accent { color: #76319b !important; } .text-color-dark { color: #313a52; } .text-color-disabled { color: grey; } .text-xs { font-size: 0.7em; font-weight: 400; } .main-content { background-color: #eeebf6; } svg.fill-white { fill: white; } .svg-w.fill-white svg { fill: white; } .svg-w { position: relative; } .svg-w svg { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .svg-w svg { fill: #76319b; } .mr-1 { margin-right: 1em; } .pl-1rem{ padding-left: 1rem; } .d-flex { display: flex; } .d-flex-space-between { justify-content: space-between; } .d-flex-end { justify-content: end; } .d-flex-vert-center { align-items: center; } .d-flex-vert-base { align-items: baseline; } .radius-border { border-radius: 0.7em; } .button-light { border: none; background-color: #e6ddf0; } .text-center{ text-align: center; } .modal-dialog-centered { margin: 0 auto; } .bind-evm .uik-cta { width: 100%; } .extrinsic-table { margin-top: 15px; } .extrinsic-table { overflow: initial !important; } .extrinsic-table + * { position: sticky; bottom: 0; } .extrinsic-table tr { line-height: 22px; } .extrinsic-table td.label { font-size: 14px; opacity: 1 !important; color: var(--primary); font-weight: 900; background: -webkit-linear-gradient(0deg, var(--primary), var(--secondary)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-transform: capitalize; } .extrinsic-table td.data { font-size: 14px; opacity: 1 !important; color: black; } .dark-theme .extrinsic-table td.label { background: transparent; -webkit-background-clip: unset; -webkit-text-fill-color: unset; color: #ff62ff; font-weight: 600; } .dark-theme .extrinsic-table td.data { color: rgba(255, 255, 255, 0.8); } .next-step-btn { width: 100%; } .next-step-btn .uik-cta__text { width: 100%; display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; } .next-step-btn .arrowRight { position: absolute; right: 0; } .dark-theme .card { box-shadow: 0 5px 10px -5px #1a1b20; background-color: #2c2d33; } .dark-theme .card .field { background-color: #373840; border: none; } .dark-theme .card .field input { background-color: transparent; border: none; box-shadow: 0 0 0 1px #42444d; color: white; transition: all 0.15s; } .dark-theme .card .field input:hover { background-color: #42444d; } .dark-theme .card .field input:focus { background-color: #2c2d33; box-shadow: 0 0 0 1px var(--primary-light); } .dark-theme .card .field input.field-input { background-color: transparent; box-shadow: none !important; } .dark-theme .card .field input::placeholder { color: white; opacity: 0.5; } .dark-theme .card .btn-empty, .dark-theme .card .text-primary { color: var(--primary-light) !important; } .dark-theme .card .btn-select { border: none; color: white !important; } .dark-theme .card .btn-empty.link-text.text-xs { color: #ff62ff !important; } .dark-theme .card .btn-select:not(.btn-reef) { background-color: #42444d !important; } .dark-theme .card .btn-select:hover { background-color: var(--primary); } .dark-theme .card button#settings { color: white; opacity: 0.8; } .dark-theme .card button#settings:hover { opacity: 1; } .dark-theme .card .btn-content-field { background-color: transparent; } .dark-theme .card .btn-content-field .btn { background-color: #373840; box-shadow: 0 0 0 4px #2c2d33; color: white; } .dark-theme .card .btn-content-field .btn:hover { background-color: var(--primary); border-color: transparent; } .dark-theme .modal-content { background-color: #373840; } .dark-theme .modal-content .btn-close { filter: invert(1); } .dark-theme .modal-content .title-text + .btn { color: white; } .dark-theme .modal-content .list-group-item { background-color: transparent; border: none !important; color: white; } .dark-theme #swapModalToggle .field { background-color: #2c2d33; } .dark-theme #swapModalToggle .btn-content-field button { opacity: 1; } .dark-theme #swapModalToggle .modal-footer { background-color: #373840 !important; } .dark-theme .logoText { color: white !important; } button.btn-select { border-color: #bfbfbf !important; color: #212529 !important; } button.btn-select:hover { color: white !important; border-color: transparent !important; background: #5531a9 !important; } button.btn-select:active { color: white !important; border-color: transparent !important; background: #46288b !important; } .dark-theme .modal-dialog .field { background-color: transparent; border: none; } .dark-theme .modal-dialog .modal-footer { background-color: transparent !important; }
0.532668
0.085671
@charset "utf-8"; /* Template Name: OnlineFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Layout CSS */ @import url("navi.css"); @import url("forms.css"); @import url("tables.css"); html{overflow-y:scroll;} body{margin:0; padding:0; color:#FFFFFF; background-color:#333333;} .justify{text-align:justify;} .bold{font-weight:bold;} .center{text-align:center;} .right{text-align:right;} .nostart{margin:0; padding:0; list-style-type:none;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} br.clear{clear:both; margin-top:-15px;} a{outline:none; text-decoration:none;} .fl_left, .imgl{float:left;} .fl_right, .imgr{float:right;} img{display:block; margin:0; padding:0; border:0;} .imgl, .imgr{ padding:5px;} .imgl{margin:0 8px 8px 0; clear:left; width: 100%;} .imgr{margin:0 0 8px 8px; clear:right;} /* ----------------------------------------------Wrapper------------------------------------- */ div.wrapper{position:relative; float:left; width:100%; margin:0; text-align:left;} div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{margin:0; padding:0; line-height:normal; font-weight:normal; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif;} .col1{color:#333333; background-color:#222222; border-bottom:1px dotted #666666;} .col2{color:#D2D2D2; background-color:#222222;} .col3{color:#666666; background-color:#F3F3F3;} .col3 a{color:#02A2C4; background-color:#F3F3F3;} .col4{color:#333333; background-color:#FFFFFF;} .col4 a{color:#60E1FD; background-color:#FFFFFF;} .col5{color:#FFFFFF; background-color:#000000;} .col5 a{color:#60E1FD; background-color:#000000;} .col6, .col6 a{color:#FFFFFF; background-color:#333333;} /* ----------------------------------------------Generalise------------------------------------- */ #socialise, #header, #intro, .overview, #breadcrumb, #container, #footer, #copyright{position:relative; width:960px; margin:0 auto; text-align:left;} /* ----------------------------------------------Social Bar------------------------------------- */ #socialise{display:none; padding:20px 0;} #socialise ul{display:inline; margin:0; padding:0; list-style:none; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif;} #socialise li{display:block; float:left; margin:0 103px 0 0; text-align:center;} #socialise li span{display:block; margin:8px 0 0 0;} #socialise li.last{margin-right:0;} #socialise a{color:#333333; background-color:#222222;} #socialise a:hover{color:#CCCCCC; background-color:#222222;} /* ----------------------------------------------Header------------------------------------- */ #header{padding:0 0 20px 0; font-family:Verdana, Arial, Helvetica, sans-serif;} #header h1, #header p{margin:0; padding:0;} #header #logo{display:block; float:left; width:260px; margin-top:18px;} #header h1{margin:0 0 7px 0; font-size:56px; font-family:Georgia, "Times New Roman", Times, serif;} #header h1 a{color:#F3F3F3; background-color:#222222;} #header p.toggler{display:inline;} #header p.toggler a{display:block; width:180px; padding:5px 0; text-align:center; text-transform:uppercase; color:#666666; background-color:#333333;} /* ----------------------------------------------Homepage Intro------------------------------------- */ #intro{padding:20px 0 10px 0;} #intro h2{margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #333333;} #intro ul{margin:0; padding:0; list-style:none;} #intro li{margin-bottom:5px;} #intro li.last{margin-bottom:0;} #intro .box{display:block; float:right; width:250px; margin:0 0 0 25px; padding:0;} #intro .box1{display:block; float:left; width:410px; line-height:1.7em;} /* ----------------------------------------------BreadCrumb------------------------------------- */ #breadcrumb{padding:20px 0;} #breadcrumb ul{margin:0; padding:0; list-style:none;} #breadcrumb ul li{display:inline;} #breadcrumb ul li.current a{text-decoration:underline;} /* ----------------------------------------------Portfolio Overview------------------------------------- */ div.overview{padding:20px 0 0 0;} .overview h1#title{display:block; width:100%; margin-top:-20px; font-size:180px; letter-spacing:-2px; color:#DDDDDD; background-color:#FFFFFF;} .overview ul{margin:0; padding:0; list-style:none;} .overview li{display:block; float:left; width:296px; margin:0 36px 36px 0; padding:0;} .overview li.last{margin-right:0;} .wrapper .overview h2, .overview p, .overview div{margin:0 0 15px 0; padding:0;} .overview p{line-height:1.6em;} .overview div.imgholder{display:block; width:284px; height:144px; padding:5px; border:1px solid #DDDDDD;} .overview p.readmore{display:block; width:100%; margin:0; padding:0; font-weight:bold; line-height:normal;} /* ----------------------------------------------Content------------------------------------- */ #container{padding:30px 0; line-height:1.4em;} #container h1, #container h2, #container h3, #container h4, #container h5, #container h6{margin-bottom:15px; padding-bottom:8px; border-bottom:1px dotted #CCCCCC;} #content{display:block; float:left; width:600px;} /* Comments */ #comments{margin-bottom:40px;} #comments .commentlist{margin:0; padding:0;} #comments .commentlist ul{margin:0; padding:0; list-style:none;} #comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;} #comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;} #comments .commentlist li.comment_odd a{color:#60E1FD; background-color:#F7F7F7;} #comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;} #comments .commentlist li.comment_even a{color:#60E1FD; background-color:#E8E8E8;} #comments .commentlist .author .name{font-weight:bold;} #comments .commentlist .submitdate{font-size:smaller;} #comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;} #comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;} /* ----------------------------------------------Column------------------------------------- */ #column{display:block; float:right; width:300px;} #column .holder, #column #featured{display:block; width:300px; margin-bottom:20px;} #column .holder h2.title{display:block; width:100%; height:65px; margin:0; padding:15px 0 0 0; font-size:20px; line-height:normal; border-bottom:1px dashed #666666;} #column .holder h2.title img{float:left; margin:-15px 8px 0 0; padding:5px; border:1px solid #666666;} #column div.imgholder{display:block; width:290px; margin:0 0 10px 0; padding:4px; color:#666666; background-color:#FFFFFF; border:1px solid #CCCCCC;} #column .holder p.readmore{display:block; width:100%; font-weight:bold; text-align:right; line-height:normal;} /* Featured Block */ #column #featured a{color:#666666; background-color:#F9F9F9;} #column #featured ul, #column #featured h2, #column #featured p{margin:0; padding:0; list-style:none;} #column #featured a{color:#60E1FD; background-color:#F9F9F9;} #column #featured li{display:block; width:250px; margin:0; padding:20px 25px; color:#666666; background-color:#F9F9F9;} #column #featured li p.imgholder{display:block; width:240px; height:90px; margin:20px 0 15px 0; padding:4px; border:1px solid #CCCCCC;} #column #featured li h2{margin:0; padding:0 0 14px 0; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:normal; border-bottom:1px dashed #666666;} #column #featured p.readmore{display:block; width:100%; margin-top:15px; font-weight:bold; text-align:right; line-height:normal;} #column #latestnews{display:block; width:100%; margin:0; padding:0; list-style:none;} #column #latestnews li{display:block; margin:0 0 20px 0; padding:0 0 15px 0; border-bottom:1px dotted #CCCCCC;} #column #latestnews li.last{margin-bottom:0;} #column #latestnews p{margin:0 0 5px 0; padding:0;} #column #latestnews p.readmore{margin:0; padding:0;} #column #latestnews .imgl{margin:0 10px 10px 0; padding:4px;} /* ----------------------------------------------Footer------------------------------------- */ #footer{padding:15px 0;} #footer ul{margin:0; padding:0; list-style:none;} #footer h2{margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #CCCCCC;} #footer .box{display:block; float:right; width:250px; margin:0 0 0 25px; padding:0;} #footer .box1{display:block; float:left; width:400px; line-height:1.6em;} #footer .box1 .imgl{ padding:5px; color:#FFFFFF; background-color:#000000;} #footer .contactdetails li{margin:0 0 8px 0;} #footer .flickrbox, #footer .flickrbox .wrap{display:block; width:260px;} #footer .flickrbox .wrap .fix{clear:both;} #footer .flickrbox .wrap .flickr_badge_image{display:block; float:left; margin:0 10px 10px 0; width:80px; height:80px;} #footer .flickrbox .wrap #flickr_badge_image3, #footer .flickrbox .wrap #flickr_badge_image6{margin-right:0;} /* ----------------------------------------------Copyright------------------------------------- */ #copyright{padding:15px 0;} #copyright p{margin:0; padding:0;}
reverb-apps/resources/css/layout.css
@charset "utf-8"; /* Template Name: OnlineFolio Author: <a href="http://www.os-templates.com/">OS Templates</a> Author URI: http://www.os-templates.com/ Licence: Free to use under our free template licence terms Licence URI: http://www.os-templates.com/template-terms File: Layout CSS */ @import url("navi.css"); @import url("forms.css"); @import url("tables.css"); html{overflow-y:scroll;} body{margin:0; padding:0; color:#FFFFFF; background-color:#333333;} .justify{text-align:justify;} .bold{font-weight:bold;} .center{text-align:center;} .right{text-align:right;} .nostart{margin:0; padding:0; list-style-type:none;} .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden;} br.clear{clear:both; margin-top:-15px;} a{outline:none; text-decoration:none;} .fl_left, .imgl{float:left;} .fl_right, .imgr{float:right;} img{display:block; margin:0; padding:0; border:0;} .imgl, .imgr{ padding:5px;} .imgl{margin:0 8px 8px 0; clear:left; width: 100%;} .imgr{margin:0 0 8px 8px; clear:right;} /* ----------------------------------------------Wrapper------------------------------------- */ div.wrapper{position:relative; float:left; width:100%; margin:0; text-align:left;} div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6{margin:0; padding:0; line-height:normal; font-weight:normal; font-size:18px; font-family:Georgia, "Times New Roman", Times, serif;} .col1{color:#333333; background-color:#222222; border-bottom:1px dotted #666666;} .col2{color:#D2D2D2; background-color:#222222;} .col3{color:#666666; background-color:#F3F3F3;} .col3 a{color:#02A2C4; background-color:#F3F3F3;} .col4{color:#333333; background-color:#FFFFFF;} .col4 a{color:#60E1FD; background-color:#FFFFFF;} .col5{color:#FFFFFF; background-color:#000000;} .col5 a{color:#60E1FD; background-color:#000000;} .col6, .col6 a{color:#FFFFFF; background-color:#333333;} /* ----------------------------------------------Generalise------------------------------------- */ #socialise, #header, #intro, .overview, #breadcrumb, #container, #footer, #copyright{position:relative; width:960px; margin:0 auto; text-align:left;} /* ----------------------------------------------Social Bar------------------------------------- */ #socialise{display:none; padding:20px 0;} #socialise ul{display:inline; margin:0; padding:0; list-style:none; font-size:20px; font-family:Georgia, "Times New Roman", Times, serif;} #socialise li{display:block; float:left; margin:0 103px 0 0; text-align:center;} #socialise li span{display:block; margin:8px 0 0 0;} #socialise li.last{margin-right:0;} #socialise a{color:#333333; background-color:#222222;} #socialise a:hover{color:#CCCCCC; background-color:#222222;} /* ----------------------------------------------Header------------------------------------- */ #header{padding:0 0 20px 0; font-family:Verdana, Arial, Helvetica, sans-serif;} #header h1, #header p{margin:0; padding:0;} #header #logo{display:block; float:left; width:260px; margin-top:18px;} #header h1{margin:0 0 7px 0; font-size:56px; font-family:Georgia, "Times New Roman", Times, serif;} #header h1 a{color:#F3F3F3; background-color:#222222;} #header p.toggler{display:inline;} #header p.toggler a{display:block; width:180px; padding:5px 0; text-align:center; text-transform:uppercase; color:#666666; background-color:#333333;} /* ----------------------------------------------Homepage Intro------------------------------------- */ #intro{padding:20px 0 10px 0;} #intro h2{margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #333333;} #intro ul{margin:0; padding:0; list-style:none;} #intro li{margin-bottom:5px;} #intro li.last{margin-bottom:0;} #intro .box{display:block; float:right; width:250px; margin:0 0 0 25px; padding:0;} #intro .box1{display:block; float:left; width:410px; line-height:1.7em;} /* ----------------------------------------------BreadCrumb------------------------------------- */ #breadcrumb{padding:20px 0;} #breadcrumb ul{margin:0; padding:0; list-style:none;} #breadcrumb ul li{display:inline;} #breadcrumb ul li.current a{text-decoration:underline;} /* ----------------------------------------------Portfolio Overview------------------------------------- */ div.overview{padding:20px 0 0 0;} .overview h1#title{display:block; width:100%; margin-top:-20px; font-size:180px; letter-spacing:-2px; color:#DDDDDD; background-color:#FFFFFF;} .overview ul{margin:0; padding:0; list-style:none;} .overview li{display:block; float:left; width:296px; margin:0 36px 36px 0; padding:0;} .overview li.last{margin-right:0;} .wrapper .overview h2, .overview p, .overview div{margin:0 0 15px 0; padding:0;} .overview p{line-height:1.6em;} .overview div.imgholder{display:block; width:284px; height:144px; padding:5px; border:1px solid #DDDDDD;} .overview p.readmore{display:block; width:100%; margin:0; padding:0; font-weight:bold; line-height:normal;} /* ----------------------------------------------Content------------------------------------- */ #container{padding:30px 0; line-height:1.4em;} #container h1, #container h2, #container h3, #container h4, #container h5, #container h6{margin-bottom:15px; padding-bottom:8px; border-bottom:1px dotted #CCCCCC;} #content{display:block; float:left; width:600px;} /* Comments */ #comments{margin-bottom:40px;} #comments .commentlist{margin:0; padding:0;} #comments .commentlist ul{margin:0; padding:0; list-style:none;} #comments .commentlist li.comment_odd, #comments .commentlist li.comment_even{margin:0 0 10px 0; padding:15px; list-style:none;} #comments .commentlist li.comment_odd{color:#666666; background-color:#F7F7F7;} #comments .commentlist li.comment_odd a{color:#60E1FD; background-color:#F7F7F7;} #comments .commentlist li.comment_even{color:#666666; background-color:#E8E8E8;} #comments .commentlist li.comment_even a{color:#60E1FD; background-color:#E8E8E8;} #comments .commentlist .author .name{font-weight:bold;} #comments .commentlist .submitdate{font-size:smaller;} #comments .commentlist p{margin:10px 5px 10px 0; padding:0; font-weight:normal; text-transform:none;} #comments .commentlist li .avatar{float:right; border:1px solid #EEEEEE; margin:0 0 0 10px;} /* ----------------------------------------------Column------------------------------------- */ #column{display:block; float:right; width:300px;} #column .holder, #column #featured{display:block; width:300px; margin-bottom:20px;} #column .holder h2.title{display:block; width:100%; height:65px; margin:0; padding:15px 0 0 0; font-size:20px; line-height:normal; border-bottom:1px dashed #666666;} #column .holder h2.title img{float:left; margin:-15px 8px 0 0; padding:5px; border:1px solid #666666;} #column div.imgholder{display:block; width:290px; margin:0 0 10px 0; padding:4px; color:#666666; background-color:#FFFFFF; border:1px solid #CCCCCC;} #column .holder p.readmore{display:block; width:100%; font-weight:bold; text-align:right; line-height:normal;} /* Featured Block */ #column #featured a{color:#666666; background-color:#F9F9F9;} #column #featured ul, #column #featured h2, #column #featured p{margin:0; padding:0; list-style:none;} #column #featured a{color:#60E1FD; background-color:#F9F9F9;} #column #featured li{display:block; width:250px; margin:0; padding:20px 25px; color:#666666; background-color:#F9F9F9;} #column #featured li p.imgholder{display:block; width:240px; height:90px; margin:20px 0 15px 0; padding:4px; border:1px solid #CCCCCC;} #column #featured li h2{margin:0; padding:0 0 14px 0; font-weight:normal; font-family:Georgia, "Times New Roman", Times, serif; line-height:normal; border-bottom:1px dashed #666666;} #column #featured p.readmore{display:block; width:100%; margin-top:15px; font-weight:bold; text-align:right; line-height:normal;} #column #latestnews{display:block; width:100%; margin:0; padding:0; list-style:none;} #column #latestnews li{display:block; margin:0 0 20px 0; padding:0 0 15px 0; border-bottom:1px dotted #CCCCCC;} #column #latestnews li.last{margin-bottom:0;} #column #latestnews p{margin:0 0 5px 0; padding:0;} #column #latestnews p.readmore{margin:0; padding:0;} #column #latestnews .imgl{margin:0 10px 10px 0; padding:4px;} /* ----------------------------------------------Footer------------------------------------- */ #footer{padding:15px 0;} #footer ul{margin:0; padding:0; list-style:none;} #footer h2{margin:0 0 15px 0; padding:0 0 8px 0; border-bottom:1px dotted #CCCCCC;} #footer .box{display:block; float:right; width:250px; margin:0 0 0 25px; padding:0;} #footer .box1{display:block; float:left; width:400px; line-height:1.6em;} #footer .box1 .imgl{ padding:5px; color:#FFFFFF; background-color:#000000;} #footer .contactdetails li{margin:0 0 8px 0;} #footer .flickrbox, #footer .flickrbox .wrap{display:block; width:260px;} #footer .flickrbox .wrap .fix{clear:both;} #footer .flickrbox .wrap .flickr_badge_image{display:block; float:left; margin:0 10px 10px 0; width:80px; height:80px;} #footer .flickrbox .wrap #flickr_badge_image3, #footer .flickrbox .wrap #flickr_badge_image6{margin-right:0;} /* ----------------------------------------------Copyright------------------------------------- */ #copyright{padding:15px 0;} #copyright p{margin:0; padding:0;}
0.255622
0.070848
body { font-family: Helvetica, Arial, sans-serif !important; font-weight: 400; } .span8 *:not(h1) { line-height: 1.7 !important; } code { color: #666; border: 0 !important; border-radius: 0 !important; background-color: #eee !important; white-space: normal; } .container-fluid { max-width: 1300px !important; } #sidebar, .hero-unit { margin-top: 60px; } h1 { line-height: 1.1em; } :not(li)>h2 { font-size: 1.7em; margin-top: -42px !important; } h3 { font-size: 1.4em; margin-top: -42px !important; } h4 { font-size: 1.1em; font-weight: bold; margin-top: -47px !important; } h5 { font-size: 1em; font-weight: bold; } img { margin-bottom: 1em; } pre.prettyprint { padding: 1em !important; border: 0 !important; background-color: #eee !important; } dt { margin-left: 1em; font-style: italic; } dd { margin: 0.5em 0 0.5em 1em; } dd dd { margin-left: 2em; } .summary { background-color: #DBEBFE; padding: 1em !important; margin: 1em 0 1em 0; } .summary code { background: transparent !important; border: 0; } .description { margin-left: 2em; } /* / Various adjustments to Cosmo bootswatch theme */ /* table layout fix */ td { border: 1px solid #ddd; padding: 4px; } #___gcse_0 td { border: 0 !important; padding: 0 !important; } /* / table layout fix */ /* Hidden subtitle anchor fix; issue caused by navbar-fixed-top */ :not(li)>h2, h3, h4 { padding-top: 52px; } dd+h4 { padding-top: 50px; } /* / hidden subtitle anchor fix */ /* Fixes for search results */ .gs-title { height: 1.4em !important; } .gs-bidi-start-align.gs-snippet { padding-left: 8px; } /* / Fixes for search box */ /* responsive stylesheet fix */ .navbar-search { border: 0 !important; } /* Sticky footer styles from http://twitter.github.com/bootstrap/examples/sticky-footer-navbar.html */ html, body { height: 100%; color: #444444; } #wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; } #push { height: 60px; } footer { background-color: #f5f5f5; box-sizing: border-box; padding: 10px; border-top: 1px solid #ccc; margin-top: 2em; height: auto; } @media (max-width: 767px) { footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } } @media (min-width: 980px) { #wrap > .container-fluid { padding-top: 60px; } } /* /sticky footer */
css/custom.css
body { font-family: Helvetica, Arial, sans-serif !important; font-weight: 400; } .span8 *:not(h1) { line-height: 1.7 !important; } code { color: #666; border: 0 !important; border-radius: 0 !important; background-color: #eee !important; white-space: normal; } .container-fluid { max-width: 1300px !important; } #sidebar, .hero-unit { margin-top: 60px; } h1 { line-height: 1.1em; } :not(li)>h2 { font-size: 1.7em; margin-top: -42px !important; } h3 { font-size: 1.4em; margin-top: -42px !important; } h4 { font-size: 1.1em; font-weight: bold; margin-top: -47px !important; } h5 { font-size: 1em; font-weight: bold; } img { margin-bottom: 1em; } pre.prettyprint { padding: 1em !important; border: 0 !important; background-color: #eee !important; } dt { margin-left: 1em; font-style: italic; } dd { margin: 0.5em 0 0.5em 1em; } dd dd { margin-left: 2em; } .summary { background-color: #DBEBFE; padding: 1em !important; margin: 1em 0 1em 0; } .summary code { background: transparent !important; border: 0; } .description { margin-left: 2em; } /* / Various adjustments to Cosmo bootswatch theme */ /* table layout fix */ td { border: 1px solid #ddd; padding: 4px; } #___gcse_0 td { border: 0 !important; padding: 0 !important; } /* / table layout fix */ /* Hidden subtitle anchor fix; issue caused by navbar-fixed-top */ :not(li)>h2, h3, h4 { padding-top: 52px; } dd+h4 { padding-top: 50px; } /* / hidden subtitle anchor fix */ /* Fixes for search results */ .gs-title { height: 1.4em !important; } .gs-bidi-start-align.gs-snippet { padding-left: 8px; } /* / Fixes for search box */ /* responsive stylesheet fix */ .navbar-search { border: 0 !important; } /* Sticky footer styles from http://twitter.github.com/bootstrap/examples/sticky-footer-navbar.html */ html, body { height: 100%; color: #444444; } #wrap { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -60px; } #push { height: 60px; } footer { background-color: #f5f5f5; box-sizing: border-box; padding: 10px; border-top: 1px solid #ccc; margin-top: 2em; height: auto; } @media (max-width: 767px) { footer { margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px; } } @media (min-width: 980px) { #wrap > .container-fluid { padding-top: 60px; } } /* /sticky footer */
0.301979
0.071656
------------------------- */ @media (max-width: 767px) { .sdcol-label{ text-align: left; } .nav.navbar-nav.pull-right{ float: none !important; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0 !important; /*padding: 0 !important;*/ margin-left: 0 !important; } .page-sidebar-closed .page-container{ margin-left: 0 !important; } /*** Page sidebar ***/ .page-sidebar.navbar-collapse { position: fixed; width: 60%; z-index: 1025; max-height: 100%; top: 51px; } .page-sidebar .sidebar-toggler-item { display: none; } .page-sidebar .selected { display: none !important; } #sidebar-toggle-button{ background-color: inherit; border: none; margin-left: 0; margin-right: 0; } } /* Landscape phones ------------------------- */ @media (max-width: 480px) { .page-sidebar.navbar-collapse { position: fixed; width: 90%; z-index: 1025; max-height: 100%; top: 51px; } #sidebar-toggle-button{ background-color: inherit; border: none; margin-left: 0; margin-right: 0; } } /* Tablet to desktop ------------------------- */ @media (min-width: 768px){ #sidebar-toggle-button{ display: none; } .sdcol-label{ text-align: right; } /*** Page sidebar ***/ .page-sidebar .btn-navbar.collapsed .arrow { display: none; } .page-sidebar .btn-navbar .arrow { position: absolute; right: 25px; width: 0; height: 0; top:50px; border-bottom: 15px solid #5f646b; border-left: 15px solid transparent; border-right: 15px solid transparent; } .page-sidebar { position: absolute; width: 225px; z-index: 1035; } .page-sidebar-fixed .page-sidebar { position: fixed !important; top: 0px; } .page-sidebar-fixed ul.page-sidebar-menu > li.last { margin-bottom: 15px !important; } .page-sidebar-fixed.page-sidebar-closed .page-sidebar:hover, .page-sidebar-fixed.page-sidebar-closed .page-sidebar:hover .page-sidebar-menu{ width: 225px !important; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; } .page-sidebar-fixed.page-sidebar-closed .page-sidebar, .page-sidebar-fixed.page-sidebar-closed .page-sidebar .page-sidebar-menu{ -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; } } /* Desktop mini ------------------------- */ @media (max-width: 991px) { .sdcol-label{ text-align: left; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0px ; padding: 0px ; margin-left: 225px ; } .page-sidebar-closed .page-container{ margin-left: 45px ; } .right-sidebar { position: inherit; margin: 0 15px 15px 15px; top: auto; z-index: auto; width: auto; height: auto; background: #fff; /* whole background property since we use a background-image for gradient */ -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); border: none; padding: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .column2 { margin-right: 0; } } /* Desktop Middle */ @media (min-width: 992px) { .sdmodal-lg{ width: 980px; } .sdmodal-md{ width: 800px; } .sdmodal-sm{ width: 600px; } } /* Desktop large ------------------------- */ @media (min-width: 1200px) { } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1) { }
backend/themes/admin/assets/css/layout-responsive.css
------------------------- */ @media (max-width: 767px) { .sdcol-label{ text-align: left; } .nav.navbar-nav.pull-right{ float: none !important; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0 !important; /*padding: 0 !important;*/ margin-left: 0 !important; } .page-sidebar-closed .page-container{ margin-left: 0 !important; } /*** Page sidebar ***/ .page-sidebar.navbar-collapse { position: fixed; width: 60%; z-index: 1025; max-height: 100%; top: 51px; } .page-sidebar .sidebar-toggler-item { display: none; } .page-sidebar .selected { display: none !important; } #sidebar-toggle-button{ background-color: inherit; border: none; margin-left: 0; margin-right: 0; } } /* Landscape phones ------------------------- */ @media (max-width: 480px) { .page-sidebar.navbar-collapse { position: fixed; width: 90%; z-index: 1025; max-height: 100%; top: 51px; } #sidebar-toggle-button{ background-color: inherit; border: none; margin-left: 0; margin-right: 0; } } /* Tablet to desktop ------------------------- */ @media (min-width: 768px){ #sidebar-toggle-button{ display: none; } .sdcol-label{ text-align: right; } /*** Page sidebar ***/ .page-sidebar .btn-navbar.collapsed .arrow { display: none; } .page-sidebar .btn-navbar .arrow { position: absolute; right: 25px; width: 0; height: 0; top:50px; border-bottom: 15px solid #5f646b; border-left: 15px solid transparent; border-right: 15px solid transparent; } .page-sidebar { position: absolute; width: 225px; z-index: 1035; } .page-sidebar-fixed .page-sidebar { position: fixed !important; top: 0px; } .page-sidebar-fixed ul.page-sidebar-menu > li.last { margin-bottom: 15px !important; } .page-sidebar-fixed.page-sidebar-closed .page-sidebar:hover, .page-sidebar-fixed.page-sidebar-closed .page-sidebar:hover .page-sidebar-menu{ width: 225px !important; -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; } .page-sidebar-fixed.page-sidebar-closed .page-sidebar, .page-sidebar-fixed.page-sidebar-closed .page-sidebar .page-sidebar-menu{ -webkit-transition: all .1s linear; -moz-transition: all .1s linear; -o-transition: all .1s linear; transition: all .1s linear; } } /* Desktop mini ------------------------- */ @media (max-width: 991px) { .sdcol-label{ text-align: left; } .sdbox-col { padding-top: 15px; padding-left: 15px; } .page-container { margin: 0px ; padding: 0px ; margin-left: 225px ; } .page-sidebar-closed .page-container{ margin-left: 45px ; } .right-sidebar { position: inherit; margin: 0 15px 15px 15px; top: auto; z-index: auto; width: auto; height: auto; background: #fff; /* whole background property since we use a background-image for gradient */ -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.15); border: none; padding: 10px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .column2 { margin-right: 0; } } /* Desktop Middle */ @media (min-width: 992px) { .sdmodal-lg{ width: 980px; } .sdmodal-md{ width: 800px; } .sdmodal-sm{ width: 600px; } } /* Desktop large ------------------------- */ @media (min-width: 1200px) { } @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and ( min--moz-device-pixel-ratio: 2), only screen and ( -o-min-device-pixel-ratio: 2/1) { }
0.322953
0.067639
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Ubuntu:wght@300;400;500&display=swap'); *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* Nav Bar Styling */ .navbar{ position: fixed; width: 100%; z-index: 999; padding: 10px 0; font-family: 'Ubuntu', sans-serif; transition: all 0.3s ease; } .navbar.sticky { padding: 5px 0; background: #f5fcc6; } .navbar .max-width{ display: flex; align-items: center; justify-content: space-between; } .navbar img{ width: 80px; height: 80px; border-radius: 14px; } .navbar .menu li{ list-style: none; display: inline-block; } .navbar .menu li a{ display: block; color: #111; font-size: 18px; font-weight: 500; margin-left: 25px; transition: all 0.3s ease; } .navbar .menu li a:hover{ background: #111; padding: 5px; border-radius: 6px; color: #fff; } .navbar.sticky .menu li a{ color: #65540E; } .navbar.sticky .menu li a:hover{ color: crimson; background: none; padding: none; } .menu-btn{ color: #fff; font-size: 23px; cursor: pointer; display: none; } /* General Styling Start */ section{ padding: 100px 0; } section .title{ color: #292F36; position: relative; text-align: center; font-size: 40px; font-weight: 500; font-family: 'Ubuntu', sans-serif; margin-bottom: 60px; padding-bottom: 20px; } section .title::before{ content: ""; position: absolute; bottom: 0px; left: 50%; width: 205px; height: 3px; background: #292F36; transform: translateX(-50%); } section .title::after{ position: absolute; bottom: -14px; left: 50%; font-size: 20px; color: #FF6B6B; padding: 5px; background: #fff; transform: translateX(-50%); } /* Home Styling Start */ .home{ background: url(./assets/images/Design2.jpg) no-repeat center; background-size: cover; background-attachment: fixed; height: 100vh; min-height: 500px; } .home .max-width { margin: auto 0 auto 0; } /* Products Styling Start */ .products .productscontent{ display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; } .products .title::after{ content: "Conheça"; } .products .carousel .card{ text-align: center; background: cornsilk; box-shadow: 0px 4px 15px rgba(0,0,0,0.2); border-radius: 10px; transition: all 0.3s ease; } .products .carousel .card .box{ background: #fff8dc; align-items: center; margin: 10px; padding: 30px 20px; transition: all 0.3s ease; } .products .carousel .card .box:hover{ transform: scale(1.05); background: #FF6B6B; } .products .carousel .card .box img{ margin: auto; height: 220px; width: 220px; } .products .carousel .card .box .text{ font-size: 25px; font-weight: 500; margin: 10px 0 7px 0; } .owl-dots{ text-align: center; margin-top: 20px; } .owl-dot{ height: 13px; width: 13px; margin: 0 5px; outline: none!important; border-radius: 50%; border: 2px solid #FF6B6B!important; transition: all 0.3s ease; } .owl-dot.active{ width: 35px; border-radius: 14px; } .owl-dot.active, .owl-dot:hover{ background: #FF6B6B!important;} /* Combos Styling Start */ .combo{ background: #404A55; } .combo .title{ color: #FFF8DC; } .combo .title::before{ background: #FFF8DC; } .combo .title::after{ content: "Ideal para sua fome"; background: #404A55; } .combo .combocontents{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .combo .combocontents .card{ width: calc(33% - 20px); } .combo .combocontents .card .box{ text-align: center; background: #FFF8DC; padding: 20px; margin-left: 10px; margin-bottom: 20px; border-radius: 10px; box-shadow: rgba(0,0,0,0.2); transition: all 0.3s ease; } .combo .combocontents .card .box:hover{ transform: scale(1.05); } .combo .combocontents .card .box img{ height: 200px; width: 200px; border-radius: 50%; } .combo .combocontents .card .box .text{ font-size: 27px; font-family: 'Ubuntu' sans-serif; font-weight: 500; color: #F91B10; } .combo .combocontents .card .box ul{ font-size: 18px; padding: 10px; } .combo .combocontents .card .box li{ list-style-type: none; } .combo .combocontents .card .box .price{ font-size: 22px; font-weight: 500; } .combo .combocontents a{ margin: auto; margin-top: 7px; font-size: 25px; font-weight: 500; color: #F91B10; padding: 20px; background: cornsilk; border-radius: 6px; transition: all 0.3s ease; } .combo .combocontents a:hover{ transform: scale(1.05); background: #F91B10; color: cornsilk; } /* Calculator Section Start */ .calculator{ background: #f5fcc6; font-family: 'Poppins', sans-serif; } .calculator .title{ color: #111; } .calculator .title::after{ content: "Feito para você"; background: #f5fcc6; } .calculator .calculatorcontent{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-left: 10%; margin-right: 10%; } .calculator .calculatorcontent .side{ width: calc(50% - 10px); } .calculator .calculatorcontent .left .text{ font-size: 20px; text-align: justify; } .calculator .calculatorcontent .left p, .calculator .calculatorcontent .left .text-2{ text-align: justify; font-size: 18px; margin-top: 10px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .calculator .calculatorcontent .left input[type=number]{ width: 45px; height: 42px; padding: 0; margin: 0; text-align: center; font-size: 16px; border: 2px solid #dd362e; border-radius: 6px; } .calculator .calculatorcontent .left .calcular{ text-align: center; margin-top: 14px; } .calculator .calculatorcontent .left .calcular #button{ border: none; box-shadow: 0px 10px 10px grey; font-size: 18px; font-weight: 500; color: #fff; padding: 10px; border-radius: 8px; background: #FA3C32; cursor: pointer; transition: all 0.3s ease; } .calculator .calculatorcontent .left .calcular #button:hover{ transform: scale(1.05); } .calculator .calculatorcontent .right img{ margin-left: 14px; width: 100%; height: 100%; border-radius: 6px; box-shadow: 0px 16px 20px grey; } .calculator .calculatorcontent .right #res{ font-size: 20px; font-weight: 500; text-align: center; margin-bottom: 15px; } .calculator .calculatorcontent .right #res-2{ display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; background: #FFFFFF; padding: 10px; border-radius: 10px; box-shadow: 2px 5px 5px grey; } .calculator .calculatorcontent .right #res-2 img{ margin-top: 10px; height: 130px; width: 130px; border-radius: 50%; box-shadow: 0px 8px 20px grey; } .calculator .calculatorcontent .right #res-2 li{ list-style-type: none; } .calculator .calculatorcontent .right #res-2 li p{ text-align: center; margin-top: 10px; font-size: 20px; font-weight: 500; } /* Contact Styling Start */ .contact{ height: 100vh; } .contact .title::after{ content: "Entre em contato" ; } .contact .contactcontent .text{ text-align: justify; font-size: 18px; } .contact .contactcontent .icons{ display: flex; justify-content: space-between; align-items: center; text-align: center; } .contact .contactcontent .column{ width: calc(25% - 10px); } .contact .contactcontent i{ margin-top: 30px; margin-bottom: 10px; font-size: 22px; color: #fff; padding: 15px; background: crimson; border-radius: 30px; } .contact .contactcontent .info{ margin-bottom: 30px; } .contact .contactcontent .info .head{ font-size: 18px; font-weight: 500; } footer{ background: #111; padding: 20px 23px; color: #fff; text-align: center; } footer span a{ color: crimson; text-decoration: none; } footer span a:hover{ text-decoration: underline; } /* Responsive Media Query */ @media (max-width: 1300px){ } @media (max-width: 1104px){ } @media (max-width: 991px){ section .title{ font-size: 35px; } section .title::after{ font-size: 18px; } .combo .combocontents .card{ width: calc(50% - 20px); } .combo .combocontents a{ font-size: 23px; } .calculator .calculatorcontent .left .text{ font-size: 18px; } .calculator .calculatorcontent .left p, .calculator .calculatorcontent .left .text-2{ font-size: 16px; } } @media (max-width: 947px){ .menu-btn{ color: #111; display: block; z-index: 999; } .menu-btn i.active:before{ content: "\f00d"; } .navbar .menu{ position: fixed; height: 100vh; width: 100%; left: -100%; top: 0; background: #FFF8DC; text-align: center; padding-top: 80px; transition: all 0.3s ease; } .navbar .menu.active{ left: 0; } .navbar .menu li{ display: block; } .navbar .menu li a{ display: inline-block; margin: 20px 0; font-size: 25px; } .products .carousel .card .box .text{ font-size: 23px; } .calculator .calculatorcontent .left #button{ font-size: 17px; } } @media (max-width: 847px){ .contact .contactcontent .icons{ flex-wrap: wrap; } .contact .contactcontent .column{ width: calc(50% - 10px); } } @media (max-width: 690px){ .combo .combocontents .card{ width: 100%; } .calculator .calculatorcontent{ display: inline-block; } .calculator .calculatorcontent .side{ width: 100%; } .calculator .calculatorcontent .left p{ font-size: 16px; } .calculator .calculatorcontent .left .text-2{ font-size: 18px; text-align: center; } .calculator .calculatorcontent .left .calcular #button{ font-size: 18px; margin-top: 10px; } .calculator .calculatorcontent .right img{ margin-top: 40px; } .calculator .calculatorcontent .right #res{ margin-top: 30px; } } @media (max-width: 597px){ .contact .contactcontent .column{ width: 100% } } @media (max-width: 500px){ section .title{ font-size: 30px; } section .title::after{ font-size: 16px; } .combo .combocontents .card .box .text{ font-size: 25px; } .combo .combocontents a{ font-size: 20px; } .calculator .calculatorcontent .right #res{ font-size: 18px; } .calculator .calculatorcontent .right #res-2 li p{ font-size: 18px; } } @media (max-width: 470px){ section .title::after{ font-size: 14px; bottom: -10px; padding: 3px; } .combo .combocontents a{ font-size: 20px; padding: 10px; } } @media (max-width: 420px){ .combo .combocontents a{ font-size: 18px; padding: 10px; } .contact .contactcontent .text{ font-size: 16px; } } @media (max-width: 397px){ section .title{ font-size: 28px; } section .title::after{ font-size: 12px; } .products .carousel .card .box img{ height: 150px; width: 150px; } .products .carousel .card .box p{ font-size: 14px; } .combo .combocontents .card .box img{ height: 150px; width: 150px; } .combo .combocontents .card .box .text{ font-size: 20px; } .combo .combocontents .card .box ul{ font-size: 16px; } .combo .combocontents .card .box .price{ font-size: 18px; } .combo .combocontents a{ font-size: 18px; text-align: center; } .calculator .calculatorcontent .left .text-2{ font-size: 16px; } .calculator .calculatorcontent .left .calcular #button{ font-size: 16px; } }
style.css
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&family=Ubuntu:wght@300;400;500&display=swap'); *{ font-family: 'Poppins', sans-serif; margin: 0; padding: 0; box-sizing: border-box; text-decoration: none; } html{ scroll-behavior: smooth; } .max-width{ max-width: 1300px; padding: 0 80px; margin: auto; } /* Nav Bar Styling */ .navbar{ position: fixed; width: 100%; z-index: 999; padding: 10px 0; font-family: 'Ubuntu', sans-serif; transition: all 0.3s ease; } .navbar.sticky { padding: 5px 0; background: #f5fcc6; } .navbar .max-width{ display: flex; align-items: center; justify-content: space-between; } .navbar img{ width: 80px; height: 80px; border-radius: 14px; } .navbar .menu li{ list-style: none; display: inline-block; } .navbar .menu li a{ display: block; color: #111; font-size: 18px; font-weight: 500; margin-left: 25px; transition: all 0.3s ease; } .navbar .menu li a:hover{ background: #111; padding: 5px; border-radius: 6px; color: #fff; } .navbar.sticky .menu li a{ color: #65540E; } .navbar.sticky .menu li a:hover{ color: crimson; background: none; padding: none; } .menu-btn{ color: #fff; font-size: 23px; cursor: pointer; display: none; } /* General Styling Start */ section{ padding: 100px 0; } section .title{ color: #292F36; position: relative; text-align: center; font-size: 40px; font-weight: 500; font-family: 'Ubuntu', sans-serif; margin-bottom: 60px; padding-bottom: 20px; } section .title::before{ content: ""; position: absolute; bottom: 0px; left: 50%; width: 205px; height: 3px; background: #292F36; transform: translateX(-50%); } section .title::after{ position: absolute; bottom: -14px; left: 50%; font-size: 20px; color: #FF6B6B; padding: 5px; background: #fff; transform: translateX(-50%); } /* Home Styling Start */ .home{ background: url(./assets/images/Design2.jpg) no-repeat center; background-size: cover; background-attachment: fixed; height: 100vh; min-height: 500px; } .home .max-width { margin: auto 0 auto 0; } /* Products Styling Start */ .products .productscontent{ display: flex; flex-wrap: nowrap; align-items: center; justify-content: space-between; } .products .title::after{ content: "Conheça"; } .products .carousel .card{ text-align: center; background: cornsilk; box-shadow: 0px 4px 15px rgba(0,0,0,0.2); border-radius: 10px; transition: all 0.3s ease; } .products .carousel .card .box{ background: #fff8dc; align-items: center; margin: 10px; padding: 30px 20px; transition: all 0.3s ease; } .products .carousel .card .box:hover{ transform: scale(1.05); background: #FF6B6B; } .products .carousel .card .box img{ margin: auto; height: 220px; width: 220px; } .products .carousel .card .box .text{ font-size: 25px; font-weight: 500; margin: 10px 0 7px 0; } .owl-dots{ text-align: center; margin-top: 20px; } .owl-dot{ height: 13px; width: 13px; margin: 0 5px; outline: none!important; border-radius: 50%; border: 2px solid #FF6B6B!important; transition: all 0.3s ease; } .owl-dot.active{ width: 35px; border-radius: 14px; } .owl-dot.active, .owl-dot:hover{ background: #FF6B6B!important;} /* Combos Styling Start */ .combo{ background: #404A55; } .combo .title{ color: #FFF8DC; } .combo .title::before{ background: #FFF8DC; } .combo .title::after{ content: "Ideal para sua fome"; background: #404A55; } .combo .combocontents{ display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } .combo .combocontents .card{ width: calc(33% - 20px); } .combo .combocontents .card .box{ text-align: center; background: #FFF8DC; padding: 20px; margin-left: 10px; margin-bottom: 20px; border-radius: 10px; box-shadow: rgba(0,0,0,0.2); transition: all 0.3s ease; } .combo .combocontents .card .box:hover{ transform: scale(1.05); } .combo .combocontents .card .box img{ height: 200px; width: 200px; border-radius: 50%; } .combo .combocontents .card .box .text{ font-size: 27px; font-family: 'Ubuntu' sans-serif; font-weight: 500; color: #F91B10; } .combo .combocontents .card .box ul{ font-size: 18px; padding: 10px; } .combo .combocontents .card .box li{ list-style-type: none; } .combo .combocontents .card .box .price{ font-size: 22px; font-weight: 500; } .combo .combocontents a{ margin: auto; margin-top: 7px; font-size: 25px; font-weight: 500; color: #F91B10; padding: 20px; background: cornsilk; border-radius: 6px; transition: all 0.3s ease; } .combo .combocontents a:hover{ transform: scale(1.05); background: #F91B10; color: cornsilk; } /* Calculator Section Start */ .calculator{ background: #f5fcc6; font-family: 'Poppins', sans-serif; } .calculator .title{ color: #111; } .calculator .title::after{ content: "Feito para você"; background: #f5fcc6; } .calculator .calculatorcontent{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin-left: 10%; margin-right: 10%; } .calculator .calculatorcontent .side{ width: calc(50% - 10px); } .calculator .calculatorcontent .left .text{ font-size: 20px; text-align: justify; } .calculator .calculatorcontent .left p, .calculator .calculatorcontent .left .text-2{ text-align: justify; font-size: 18px; margin-top: 10px; } input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; } input[type=number] { -moz-appearance: textfield; } .calculator .calculatorcontent .left input[type=number]{ width: 45px; height: 42px; padding: 0; margin: 0; text-align: center; font-size: 16px; border: 2px solid #dd362e; border-radius: 6px; } .calculator .calculatorcontent .left .calcular{ text-align: center; margin-top: 14px; } .calculator .calculatorcontent .left .calcular #button{ border: none; box-shadow: 0px 10px 10px grey; font-size: 18px; font-weight: 500; color: #fff; padding: 10px; border-radius: 8px; background: #FA3C32; cursor: pointer; transition: all 0.3s ease; } .calculator .calculatorcontent .left .calcular #button:hover{ transform: scale(1.05); } .calculator .calculatorcontent .right img{ margin-left: 14px; width: 100%; height: 100%; border-radius: 6px; box-shadow: 0px 16px 20px grey; } .calculator .calculatorcontent .right #res{ font-size: 20px; font-weight: 500; text-align: center; margin-bottom: 15px; } .calculator .calculatorcontent .right #res-2{ display: flex; justify-content: space-around; align-items: center; flex-wrap: wrap; background: #FFFFFF; padding: 10px; border-radius: 10px; box-shadow: 2px 5px 5px grey; } .calculator .calculatorcontent .right #res-2 img{ margin-top: 10px; height: 130px; width: 130px; border-radius: 50%; box-shadow: 0px 8px 20px grey; } .calculator .calculatorcontent .right #res-2 li{ list-style-type: none; } .calculator .calculatorcontent .right #res-2 li p{ text-align: center; margin-top: 10px; font-size: 20px; font-weight: 500; } /* Contact Styling Start */ .contact{ height: 100vh; } .contact .title::after{ content: "Entre em contato" ; } .contact .contactcontent .text{ text-align: justify; font-size: 18px; } .contact .contactcontent .icons{ display: flex; justify-content: space-between; align-items: center; text-align: center; } .contact .contactcontent .column{ width: calc(25% - 10px); } .contact .contactcontent i{ margin-top: 30px; margin-bottom: 10px; font-size: 22px; color: #fff; padding: 15px; background: crimson; border-radius: 30px; } .contact .contactcontent .info{ margin-bottom: 30px; } .contact .contactcontent .info .head{ font-size: 18px; font-weight: 500; } footer{ background: #111; padding: 20px 23px; color: #fff; text-align: center; } footer span a{ color: crimson; text-decoration: none; } footer span a:hover{ text-decoration: underline; } /* Responsive Media Query */ @media (max-width: 1300px){ } @media (max-width: 1104px){ } @media (max-width: 991px){ section .title{ font-size: 35px; } section .title::after{ font-size: 18px; } .combo .combocontents .card{ width: calc(50% - 20px); } .combo .combocontents a{ font-size: 23px; } .calculator .calculatorcontent .left .text{ font-size: 18px; } .calculator .calculatorcontent .left p, .calculator .calculatorcontent .left .text-2{ font-size: 16px; } } @media (max-width: 947px){ .menu-btn{ color: #111; display: block; z-index: 999; } .menu-btn i.active:before{ content: "\f00d"; } .navbar .menu{ position: fixed; height: 100vh; width: 100%; left: -100%; top: 0; background: #FFF8DC; text-align: center; padding-top: 80px; transition: all 0.3s ease; } .navbar .menu.active{ left: 0; } .navbar .menu li{ display: block; } .navbar .menu li a{ display: inline-block; margin: 20px 0; font-size: 25px; } .products .carousel .card .box .text{ font-size: 23px; } .calculator .calculatorcontent .left #button{ font-size: 17px; } } @media (max-width: 847px){ .contact .contactcontent .icons{ flex-wrap: wrap; } .contact .contactcontent .column{ width: calc(50% - 10px); } } @media (max-width: 690px){ .combo .combocontents .card{ width: 100%; } .calculator .calculatorcontent{ display: inline-block; } .calculator .calculatorcontent .side{ width: 100%; } .calculator .calculatorcontent .left p{ font-size: 16px; } .calculator .calculatorcontent .left .text-2{ font-size: 18px; text-align: center; } .calculator .calculatorcontent .left .calcular #button{ font-size: 18px; margin-top: 10px; } .calculator .calculatorcontent .right img{ margin-top: 40px; } .calculator .calculatorcontent .right #res{ margin-top: 30px; } } @media (max-width: 597px){ .contact .contactcontent .column{ width: 100% } } @media (max-width: 500px){ section .title{ font-size: 30px; } section .title::after{ font-size: 16px; } .combo .combocontents .card .box .text{ font-size: 25px; } .combo .combocontents a{ font-size: 20px; } .calculator .calculatorcontent .right #res{ font-size: 18px; } .calculator .calculatorcontent .right #res-2 li p{ font-size: 18px; } } @media (max-width: 470px){ section .title::after{ font-size: 14px; bottom: -10px; padding: 3px; } .combo .combocontents a{ font-size: 20px; padding: 10px; } } @media (max-width: 420px){ .combo .combocontents a{ font-size: 18px; padding: 10px; } .contact .contactcontent .text{ font-size: 16px; } } @media (max-width: 397px){ section .title{ font-size: 28px; } section .title::after{ font-size: 12px; } .products .carousel .card .box img{ height: 150px; width: 150px; } .products .carousel .card .box p{ font-size: 14px; } .combo .combocontents .card .box img{ height: 150px; width: 150px; } .combo .combocontents .card .box .text{ font-size: 20px; } .combo .combocontents .card .box ul{ font-size: 16px; } .combo .combocontents .card .box .price{ font-size: 18px; } .combo .combocontents a{ font-size: 18px; text-align: center; } .calculator .calculatorcontent .left .text-2{ font-size: 16px; } .calculator .calculatorcontent .left .calcular #button{ font-size: 16px; } }
0.323915
0.066025
* { margin: 0; padding: 0; } /* GENERAL STYLES */ body { background-color: #f7f7f7; color: #131313; display: flex; flex-direction: column; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; height: 100%; } html { height: 100%; } /* LAYOUT */ .container { margin: 0 auto; max-width: 1120px; width: 70%; } main { margin-top: 15px; } /* HELPERS */ .box-shadow { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11); } .center { text-align: center; } .hide { display: none; } .green-text { color: #2f7c11; } .mono { font-family: 'Source Code Pro', monospace; } .red-text { color: #b61010; } .text-shadow { text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35); } /* SERVER INFO BOX */ .server-box { align-items: center; display: flex; } .server-image { width: 100px; height: 100px; border: 3px solid #131313; border-radius: 10px; } .server-info { padding: 10px; } /* SEARCH BOX */ input[type=text] { border: 1px solid #DBDBDB; color: #7F7E7F; height: 40px; width: 100%; display: block; margin: 5px auto; padding: 5px; font-size: 16px; box-sizing: border-box; } input[type=text]:focus { color: #333333; border: 1px solid #575555; } input[type=text]:hover { border: 1px solid #333333; } .search-box { background-color: white; border-radius: 10px; margin: 20px auto; padding: 20px; position: relative; width: 60%; } .spinner { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 10; } /* RESULTS */ .result { align-items: center; display: flex; margin: 10px; max-width: 300px; } .result-image { width: 75px; height: 75px; } .result-info { padding: 10px; position: relative; z-index: 5; } .result-player { display: flex; align-items: center; } .result-player img{ margin-right: 5px; } .results { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 16px; } .results-label { font-size: 24px; margin-bottom: 15px; display: none; } .result-more-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; background-color: rgba(247, 247, 247, .8); display: none; z-index: 10; } .result-info:hover .result-more-info { display: block; } .show-more-info:active .result-more-info { display: block; } .show-on-mobile { display: none; } /* MEDIA QUERIES */ @media (max-width: 750px) { .container { width: 85%; } h1.title, .menu { font-size: 36px; } .show-on-mobile { display: block; } .show-on-desktop { display: none; } } @media (max-width: 500px) { .container { width: 95%; } .result-image { height: 60px; width: 60px; } .search-box { width: 85%; } }
css/styles.css
* { margin: 0; padding: 0; } /* GENERAL STYLES */ body { background-color: #f7f7f7; color: #131313; display: flex; flex-direction: column; font-family: 'Source Sans Pro', sans-serif; font-size: 18px; height: 100%; } html { height: 100%; } /* LAYOUT */ .container { margin: 0 auto; max-width: 1120px; width: 70%; } main { margin-top: 15px; } /* HELPERS */ .box-shadow { box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.11); } .center { text-align: center; } .hide { display: none; } .green-text { color: #2f7c11; } .mono { font-family: 'Source Code Pro', monospace; } .red-text { color: #b61010; } .text-shadow { text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35); } /* SERVER INFO BOX */ .server-box { align-items: center; display: flex; } .server-image { width: 100px; height: 100px; border: 3px solid #131313; border-radius: 10px; } .server-info { padding: 10px; } /* SEARCH BOX */ input[type=text] { border: 1px solid #DBDBDB; color: #7F7E7F; height: 40px; width: 100%; display: block; margin: 5px auto; padding: 5px; font-size: 16px; box-sizing: border-box; } input[type=text]:focus { color: #333333; border: 1px solid #575555; } input[type=text]:hover { border: 1px solid #333333; } .search-box { background-color: white; border-radius: 10px; margin: 20px auto; padding: 20px; position: relative; width: 60%; } .spinner { left: 50%; position: absolute; top: 50%; transform: translate(-50%, -50%); z-index: 10; } /* RESULTS */ .result { align-items: center; display: flex; margin: 10px; max-width: 300px; } .result-image { width: 75px; height: 75px; } .result-info { padding: 10px; position: relative; z-index: 5; } .result-player { display: flex; align-items: center; } .result-player img{ margin-right: 5px; } .results { display: flex; flex-wrap: wrap; justify-content: space-between; font-size: 16px; } .results-label { font-size: 24px; margin-bottom: 15px; display: none; } .result-more-info { position: absolute; top: 0; left: 0; width: 100%; height: 100%; pointer-events: none; background-color: rgba(247, 247, 247, .8); display: none; z-index: 10; } .result-info:hover .result-more-info { display: block; } .show-more-info:active .result-more-info { display: block; } .show-on-mobile { display: none; } /* MEDIA QUERIES */ @media (max-width: 750px) { .container { width: 85%; } h1.title, .menu { font-size: 36px; } .show-on-mobile { display: block; } .show-on-desktop { display: none; } } @media (max-width: 500px) { .container { width: 95%; } .result-image { height: 60px; width: 60px; } .search-box { width: 85%; } }
0.277082
0.068382
.mentor-style { background-color: #ffffff; margin-top: 200px; } .box-small { display: inline-block; vertical-align: top; width: 50px; height: 50px; background: #ffffff; margin: 5px; } .content { display: inline-block; vertical-align: top; } .title, .sub-title { margin: 0; padding: 3px 10px 3px 0; } .title { font-size: 25px; font-weight: bold; font-family: 'Montserrat'; } .sub-title { font-size: 18px; font-weight: bold; color: #3F3F3F; } .selection { font-size: 15px; font-weight: bold; color: #3F3F3F; } .button { background-color: #FFD853; border: none; color: white; padding: 10px 10px; border-radius: 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; font-weight: bold; font-family: 'Montserrat'; color: #3F3F3F; margin: 2px 2px; cursor: pointer; } p { font-family: 'Montserrat'; font-size: 16px; } div.row { border-top-style: solid; border-top-color: #FFAE46; } div.col-md-8 { margin-top: 20px; } div.col-md-4 { margin-top: 20px; } @import url( https://fonts.googleapis.com/css?family=Montserrat ); .clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both} .calender{ margin:40px auto; width:70%; padding:20px; background:#f7f7f7; border:1px solid #ccc; color:#FFAE46; position:relative; } .calender:before, .calender:after{ content: ''; position: absolute; z-index: -1; left: 0; top: 0; display: block; width: 100%; height: 100%; background: inherit; box-shadow: inherit; -webkit-transform: rotate(2deg); box-shadow:0 0 20px rgba(0,0,0,.4); } .calender::after{ -webkit-transform: rotate(-1deg) } .calender h1{ font-family:'Montserrat'; width:100%; text-align:center; text-shadow:1px 1px 0px rgba(0,0,0,.6); } .calender .title{ display:block; width:13.5%; height:0; padding-top:6%; padding-bottom:3%; float:left; text-align:center; background:#f7f7f7; font-family:'Montserrat'; font-size:1.4em; } .calender .day{ display:block; width:13.5%; height:0; padding-top:6%; padding-bottom:8%; float:left; text-align:center; background:#ddd; border:1px solid #f7f7f7; font-family:sans-serif; font-size:1.4em; -webkit-transition: all .2s ease; cursor:pointer; } .calender .day:hover{ background:#FFAE46; color:#f7f7f7; box-shadow:inset 0 0 20px rgba(0,0,0,.4); text-shadow:1px 1px 2px rgba(0,0,0,.4); } .calender .day.current{ background:#FFAE46; color:#f7f7f7; box-shadow:inset 0 0 20px rgba( 0,0,0, .4); text-shadow:1px 1px 2px rgba(0,0,0,.4); }
alpha/app/static/styles.css
.mentor-style { background-color: #ffffff; margin-top: 200px; } .box-small { display: inline-block; vertical-align: top; width: 50px; height: 50px; background: #ffffff; margin: 5px; } .content { display: inline-block; vertical-align: top; } .title, .sub-title { margin: 0; padding: 3px 10px 3px 0; } .title { font-size: 25px; font-weight: bold; font-family: 'Montserrat'; } .sub-title { font-size: 18px; font-weight: bold; color: #3F3F3F; } .selection { font-size: 15px; font-weight: bold; color: #3F3F3F; } .button { background-color: #FFD853; border: none; color: white; padding: 10px 10px; border-radius: 5px; text-align: center; text-decoration: none; display: inline-block; font-size: 15px; font-weight: bold; font-family: 'Montserrat'; color: #3F3F3F; margin: 2px 2px; cursor: pointer; } p { font-family: 'Montserrat'; font-size: 16px; } div.row { border-top-style: solid; border-top-color: #FFAE46; } div.col-md-8 { margin-top: 20px; } div.col-md-4 { margin-top: 20px; } @import url( https://fonts.googleapis.com/css?family=Montserrat ); .clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both} .calender{ margin:40px auto; width:70%; padding:20px; background:#f7f7f7; border:1px solid #ccc; color:#FFAE46; position:relative; } .calender:before, .calender:after{ content: ''; position: absolute; z-index: -1; left: 0; top: 0; display: block; width: 100%; height: 100%; background: inherit; box-shadow: inherit; -webkit-transform: rotate(2deg); box-shadow:0 0 20px rgba(0,0,0,.4); } .calender::after{ -webkit-transform: rotate(-1deg) } .calender h1{ font-family:'Montserrat'; width:100%; text-align:center; text-shadow:1px 1px 0px rgba(0,0,0,.6); } .calender .title{ display:block; width:13.5%; height:0; padding-top:6%; padding-bottom:3%; float:left; text-align:center; background:#f7f7f7; font-family:'Montserrat'; font-size:1.4em; } .calender .day{ display:block; width:13.5%; height:0; padding-top:6%; padding-bottom:8%; float:left; text-align:center; background:#ddd; border:1px solid #f7f7f7; font-family:sans-serif; font-size:1.4em; -webkit-transition: all .2s ease; cursor:pointer; } .calender .day:hover{ background:#FFAE46; color:#f7f7f7; box-shadow:inset 0 0 20px rgba(0,0,0,.4); text-shadow:1px 1px 2px rgba(0,0,0,.4); } .calender .day.current{ background:#FFAE46; color:#f7f7f7; box-shadow:inset 0 0 20px rgba( 0,0,0, .4); text-shadow:1px 1px 2px rgba(0,0,0,.4); }
0.45423
0.144089
::-webkit-scrollbar{display: none;} .imgload{ width: 1px; height: 1px; opacity: 0; position: absolute; left: 0; top:0;} .main_sec .compete_list_wrap{width:1120px;} .main_sec .compete_list.gridtab{width:1060px;} .main_sec.strategy.type_new .compete_list.gridtab dt{ transform:translateY(20px);-webkit-transform:translateY(20px); opacity: 0; } .main_sec.strategy.type_new .compete_list.gridtab.go dt{opacity: 1; transform:translateY(0);-webkit-transform:translateY(0); transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; } .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list01{transition-delay:0;-webkit-transition-delay:0;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list02{transition-delay:.1s;-webkit-transition-delay:.1s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list03{transition-delay:.2s;-webkit-transition-delay:.2s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list04{transition-delay:.3s;-webkit-transition-delay:.3s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list05{transition-delay:.4s;-webkit-transition-delay:.4s;} .main_sec .compete_list.gridtab dt{padding:10px;} .main_sec .compete_list.gridtab dt div{display:block;border:1px solid #cccccc;padding-top:20px;padding-bottom:38px;height:auto;text-align:center;padding-left:0;padding-right:0;} .main_sec .compete_list.gridtab dt .img_box{position:static;width:100px;height:100px;display:inline-block;background-repeat:no-repeat;background-position:center center;margin-bottom:13px;} .main_sec .compete_list.gridtab dt strong{font-size:18px;line-height:20px;color:#323232;margin-bottom:0;font-weight:400;} .main_sec .compete_list.gridtab dt.compete_list01 .img_box{background-image:url(../../images/main/strategy01.png);} .main_sec .compete_list.gridtab dt.compete_list02 .img_box{background-image:url(../../images/main/strategy02.png);} .main_sec .compete_list.gridtab dt.compete_list03 .img_box{background-image:url(../../images/main/strategy03.png);} .main_sec .compete_list.gridtab dt.compete_list04 .img_box{background-image:url(../../images/main/strategy04.png);} .main_sec .compete_list.gridtab dt.compete_list05 .img_box{background-image:url(../../images/main/strategy05.png);} .main_sec .compete02_list li{width:136px;height:136px;} .main_sec .compete_global_list .icon_box{position:absolute;left:0;top:0;width:93px;height:93px;border-radius:100%;background-color:#f4f4f4;background-position:center center;background-repeat:no-repeat;} .main_sec .compete_global_list li {position:relative;min-height:93px;padding-left:120px;margin-bottom:31px;} .main_sec .compete_global_list li:last-child{margin-bottom:0;} .main_sec .compete_global_list li:nth-child(1) .icon_box{background-image:url(../../images/main/main_compete_global01.png);} .main_sec .compete_global_list li:nth-child(2) .icon_box{background-image:url(../../images/main/main_compete_global02.png);} .main_sec .compete_global_list li:nth-child(3) .icon_box{background-image:url(../../images/main/main_compete_global03.png);} .main_sec .compete_global_list .txt_box{position:relative;} .main_sec .compete_global_list .txt_box strong{display:block;font-size:22px;line-height:22px;margin-bottom:10px;} .main_sec .compete_global_list .txt_box p{font-size:16px;line-height:28px;} .maindeco1{ position: absolute; left: 0; top: -1100px; touch-action: none; pointer-events: none;} .maindeco2{ position: absolute; right: 0; bottom: -1700px; touch-action: none; pointer-events: none;} .maindeco3{ position: absolute; left: -80px; top: -900px; z-index: -1; transform:rotate(10deg); touch-action: none; pointer-events: none;} .lh5{ display: block; height: 5px;} .mainVisual{ height: 100vh;} .mainVisual::before{ content: ''; width:100%; height:100%; background: url(/images/main/mainCircle.png)no-repeat center center / contain; position: absolute; left:50%; top:50%; animation: rotate 20s linear infinite;} .mainCircle{ width: calc( 100% - 240px ); position: absolute; left: 50%; top: 50%; animation: rotate 20s linear infinite; transform-origin: center center; transform: translate(-50%, -50%) rotate(0deg);} @keyframes rotate{ 0%{ transform: translate(-50%, -50%) rotate(0deg);} 100%{ transform: translate(-50%, -50%) rotate(360deg);} } .mainVisual .mainTxt{ position: absolute; left: 50%; top:50%; font-size: 115px; font-weight: 800; line-height: 1.2; color:#000;transform: translate(-50%, -50%); white-space: nowrap; transition: 5s ease .5s;} .mainVisual .mainTxt .line2{ margin-left: 124px; transition: 3s ease .5s;} .mainVisual .mainTxt.active{ left:0; z-index: 99999; touch-action: none; pointer-events: none; transform: translate(0, -50%);} .mainVisual .mainTxt.active .line2{ margin-left: 0;} .mainVisual .txt{ position: absolute; right: 0; bottom: 100px; font-size: 16px;} .mainVisual .txt span{ font-weight: 500;} .mainVisual .txt p{ font-size: 15px; margin-top: 15px;} .container.product { margin-bottom: 170px;} .container.product .tit{ font-size: 70px; text-align: center; color:#cdcdcd; margin: 90px 0 47px; font-weight: 700 ;} .container.product .swiper-container.productSlide{ width:1340px; max-width: 100%; height: 682px; padding-bottom: 100px;} .container.product .swiper-container.productSlide img{width: 100%;} .swiper-container.pr .swiper-pagination-bullets{ bottom:54px;} .swiper-pagination-bullet{ width: 7px !important; height: 7px !important; margin:0 7.5px; position: relative;} .swiper-pagination-bullet-active{ background: #8bc341 !important;} .swiper-pagination-bullet-active::after{ content: ''; display: block; width: 24px; height: 24px; border-radius: 50%; border:1px solid #8bc341; position: absolute; left: -10px; top: -9px;} .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 12.5px;} .container.solution{ width: 100%; max-width: 100%; padding-bottom: 240px;} .container.solution::before{ content: ''; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; left: 0; top: 251px;} .container.solution .solutionBg{ position: absolute; left: 119px; bottom: 0; top:auto;} .container.solution .tit{ font-size: 75px; margin-bottom: 100px;} .container.solution .swiper-container.solution{ width: 1327px; overflow: visible; margin: 0 auto; transition: 4s cubic-bezier(0.33, 1, 0.68, 1);} .container.solution .swiper-container.solution.active{} .container.solution .swiper-container.solution .swiper-slide{ padding-left: 60px; position: relative;} .container.solution .swiper-container.solution .swiper-slide::before{ content: ''; display: block; width: 30px; height: 30px; border-radius: 50%; border:5px solid #8bc341; box-sizing: border-box; position: absolute; left: 0; top: 25px; background: #fff;} .container.solution .swiper-container.solution .swiper-slide .solTit{ font-size: 62px; line-height: 1.1; font-weight: 600;} .container.solution .swiper-container.solution .swiper-slide .txt{ font-size: 17px; margin: 40px 0 61px; font-weight: 300;} .container.solution .swiper-container.solution .swiper-slide .hash{} .container.solution .swiper-container.solution .swiper-slide .hash li{ font-size: 20px; font-weight: 500; margin-bottom: 20px; color:#434343;} .container.pr{ max-width:1288px; text-align: center; margin-bottom: 257px;} .container.pr .tit{ font-size: 70px; font-weight: 700;} .container.pr .txt{ font-size: 17px; font-weight: 300; margin:30px 0 56px;} .container.pr .swiper-container.pr{ padding-bottom: 120px;} .container.pr .swiper-container.pr img{ width: 100%; height: 100%; object-fit: cover;} .container.pr .swiper-container.pr .swiper-slide{ padding-bottom:47%;} .container.pr .swiper-container.pr .swiper-slide > *{ width:100%; max-width: 1112px; height:100%; position: absolute; left:50%; top:0; bottom:0; right:0; object-fit: cover; transform: translateX(-50%);} .container.pr .prLogo{ margin-top:30px; width: 100%;} .container.pr .prLogo > li{ width: 100%;} .container.pr .prLogo ul{ width: 100%; margin-bottom:50px; display: flex; justify-content: space-between;} .container.news{ padding-bottom: 243px;} .container.news .snow{ position: absolute; right: 0; top: -80px; animation: circle 10s linear infinite;} .container.news .tit{ font-size: 75px; margin-bottom: 96px;} .container.news .newsWrap{ width: 100%; height: 577px; overflow:hidden ;} .container.news .newsWrap > div{ width: 50%; height: 100%; float: left;} .container.news .newsWrap .newsVisual ul{ width: 85%; height: 100%;position: relative;} .container.news .newsWrap .newsVisual ul li{ position: absolute; left: 0; top: 0; width: 100%; width: 100%; height: 100%; opacity: 0; transition: .3s ease;} .container.news .newsWrap .newsVisual ul li.active{ opacity: 1;} .container.news .newsWrap .newsVisual ul li img{ width: 100%; height: 100%; position: absolute; left: 0; top:0; object-fit: cover;} .container.news .newsWrap .newsVisual ul li .txtbox{ position: absolute; left: 30px; bottom:30px; color:#fff;} .container.news .newsWrap .newsVisual ul li .txtbox .txt1{ font-size: 14px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2{ width: 480px; max-width: 90%; font-family: 'noto sans KR', sans-serif; font-size: 25px; font-weight: 500; margin: 5px 0 17px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt3{ font-size: 16px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt3 em{ margin-left: 12px; display: none;} .container.news .newsWrap .newsList{} .container.news .newsWrap .newsList ul{ } .container.news .newsWrap .newsList ul li{ width: 100%; margin: 38px 0; font-family: 'noto sans KR', sans-serif; cursor: pointer;} .container.news .newsWrap .newsList ul li span{ font-size: 16px; color:#919191;font-family: 'raleway';} .container.news .newsWrap .newsList ul li span em{ font-size: 18px;} .container.news .newsWrap .newsList ul li span b{ display: none; font-weight: inherit;} .container.news .newsWrap .newsList ul li p{ font-size: 22px; font-weight: 500; margin-top:12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} .txtBand{ font-size: 85px; font-weight: 800; white-space: nowrap; line-height: 1.1; position: relative; transform: rotate(-10deg);} .txtBand p{ animation: txtBand1 30s linear infinite;} .txtBand .lt{ animation-name: txtBand2; float: right;} @keyframes txtBand1{ 0%{ transform: translateX(0);} 100%{ transform: translateX( -2414px);} } @keyframes txtBand2{ 0%{ transform: translateX(0);} 100%{ transform: translateX( 2414px);} } .container.contact{ padding: 360px 0 184px 315px;} .container.contact .txtBox{} .container.contact .txtBox .txt1{ font-size: 40px; margin-bottom: 45px;} .container.contact .txtBox .txt1 em{ font-weight: 700;} .container.contact .txtBox .txt2{ font-size: 19px; font-weight: 300;} .container.contact .maincontactBtn{ width: 193px; height: 193px; border-radius: 50%; background: #0b0b0b; color:#fff; font-size: 18px; font-weight: 600; text-align: center; box-shadow: 0px 0px 200px #bbeb3a; position: absolute; right: 278px; top: 226px;} .container.contact .maincontactBtn::before{ content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #000; border-radius: 50%; transform: scale(1.1); box-sizing: border-box;transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);} .container.contact .maincontactBtn:hover::before{ transform: scale(1.5);} .container.contact .maincontactBtn div{ position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%);} .container.contact .maincontactBtn p{margin-bottom:21px;} @media ( min-width:1025px){ .container.solution .swiper-container.solution .swiper-slide{ width: auto !important; } } @media ( max-width:1024px){ #wrap{ margin-top:0 !important;} .maindeco1 { left: -20px; top: -650px;} .maindeco2 { right: -20px; bottom: -820px;} .maindeco3 { left: 44px; top: -800px;} .mainVisual{ height: 100vh; background: none;} .mainVisual::before{ width: 600px; height: 600px; left: 50%; top:50%;} .mainVisual_m{ overflow: hidden; width: 100%; height: 100vh; position: absolute;} .mainCircle{ width: 709px;} .mainVisual .mainTxt{ font-size:50px;} .mainVisual .mainTxt em{ margin-left: 15px;} .mainVisual .mainTxt span{ transition: inherit;} .mainVisual .mainTxt.active span{ margin-left: 0;} .mainVisual .txt{ font-size: 15px; bottom: 42px;} .mainVisual .txt p{ font-size: 14px; margin-top:8px;} .container.product{ margin-bottom: 130px;} .container.product .tit{ font-size: 35px; margin:70px 0 30px;} .container.product .swiper-container.productSlide{ height: 116.94vw; padding-bottom: 11.11vw;} .container.solution{ padding-left: 0; padding-bottom: 110px; margin-bottom: 61px; width:calc( 100% - 40px );} .container.solution::before{ width: calc( 100% + 40px ); left: -20px; top: 191px;} .container.solution .tit{ font-size: 40px; line-height: 1; margin-bottom: 0;} .container.solution .swiper-container.solution{ overflow:hidden; padding-top: 92px; width: auto; margin: 0 auto;} .container.solution .swiper-container.solution .swiper-slide{ padding-left: 65px; box-sizing: border-box;} .container.solution .swiper-container.solution .swiper-slide::before{ width: 23px; height: 23px; border-width: 4px; left: 26px; top: 8px;} .container.solution .swiper-container.solution .swiper-slide .solTit{ font-size: 35px;} .container.solution .swiper-container.solution .swiper-slide .txt{ font-size: 16px; margin:31px 0 35px;} .container.solution .swiper-container.solution .swiper-slide .txt br{display: none;} .container.solution .swiper-container.solution .swiper-slide .hash li{ font-size: 18px; margin-bottom: 15px;} .container.solution .swiper-container.solution .swiper-button-next, .container.solution .swiper-container.solution .swiper-button-prev{ width: auto; height: auto; margin-top:0; top:10px;} .container.solution .swiper-container.solution .swiper-button-next{ right:0;} .container.solution .swiper-container.solution .swiper-button-prev{ left:auto; right:45px;} .container.solution .solutionBg{ left:-10px; width: 105px;} .container.pr .tit{ font-size: 35px;} .container.pr .txt{ font-size: 16px; margin:20px 0 40px;} .container.pr .swiper-container.pr{ padding-bottom: 54px;} .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 12px;} .container.pr{ margin-bottom: 130px;} .container.pr .prLogo{} .container.pr .prLogo > li{} .container.pr .prLogo ul{ flex-wrap: wrap; margin-bottom: 0; align-items: center;} .container.pr .prLogo ul li{ width: 33.3333%; margin-bottom: 30px;} .container.pr .prLogo ul li img{ transform: scale(.68);} .swiper-container.pr .swiper-pagination-bullets{ bottom: 9px;} .container.news{ padding-bottom: 120px;} .container.news .snow{ top:-39px; width: 81px;} .container.news .tit{ font-size: 40px; line-height: 1; margin-bottom: 30px;} .container.news .newsWrap{ height: auto;} .container.news .newsWrap > div{ width: 100%;float: none;} .container.news .newsWrap .newsVisual {height:93.61vw; } .container.news .newsWrap .newsVisual ul{ width: 100%;} .container.news .newsWrap .newsList{ margin-top:25px;} .container.news .newsWrap .newsList ul li{ margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #bcbcbc; padding-left:15px;padding-right:15px;} .container.news .newsWrap .newsList ul li:last-child{ border-bottom: none; margin-bottom: 0;} .container.news .newsWrap .newsList ul li p a{width:calc(100% - 30px);} .container.news .newsWrap .newsVisual ul li .txtbox{ left:15px; bottom:17px; width:calc(100% - 30px);} .container.news .newsWrap .newsVisual ul li .txtbox .txt2{ font-size: 20px; max-width:inherit; word-break:break-all; white-space:normal;width:100%;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2 a{text-overflow:ellipsis; overflow:hidden;white-space:break-spaces; display:-webkit-box; -webkit-line-clamp:2;height:60px;-webkit-box-orient:vertical;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2 br{ display: none;} .container.news .newsWrap .newsList ul li p{ margin-top:10px; font-size: 18px; white-space: normal;} .txtBand{ font-size: 50px;} .container.contact{ padding:120px 0 281px 0;} .container.contact .txtBox .txt1{ font-size: 25px; margin-bottom: 35px;} .container.contact .txtBox .txt2{ font-size: 17px;} .container.contact .txtBox .txt2 br{ display: none;} .container.contact .maincontactBtn{ font-size: 15px; width: 138px; height: 138px; right: 0; top:auto; bottom:99px;} .container.contact .maincontactBtn div{ top:56%;} .container.contact .maincontactBtn p{ margin-bottom: 10px;} } /**** circleLogo *****/ .container.product .circleLogo{ right: 0; top: -60px;} /*** intro ***/ #wrap.on{ height:100vh; overflow: hidden;} .introWrap{ width:100%; height:100vh; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999999; background: #fff; overflow: hidden; opacity: 1; transition: 3s ease;} .introWrap.off{ opacity: 0; touch-action: none; pointer-events: none; transform: scale(10);} .introWrap.off + .introTit{ opacity: 0 !important; display: none; touch-action: none; pointer-events: none;} .introTit .line2{ margin-left: 124px;} .introWrap .introLogo{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); animation: scene1 3s ease forwards;} .introWrap .introLogo img{ animation: scene2 1.5s ease 1.5s forwards;} .introWrap .introCircle{ display: flex; position: absolute; left: 50%;top: 50%; width: 36px; height: 36px; border-radius: 50%; background: #8bc341 center center / cover; justify-content: center; align-items: center; transform: translate(-198%, -36%); animation: scene1 3s ease forwards; animation-fill-mode: forwards; animation-iteration-count:1, 1, 1, infinite; animation-name: scene1, scene3, scene4, scene5; animation-delay: 0s, 2s, 3s, 3s; animation-duration: 1s, 1s, 2s, 10s; animation-timing-function: ease, ease, cubic-bezier(0.76, 0, 0.24, 1), linear; touch-action: none; pointer-events: none;} .introWrap.off .introCircle{} .introWrap .introCircle::after{ content: ''; display: block; position: absolute; width: 50%; height: 50%; background: #fff; border-radius: 50%;} .introTit{ font-size: 115px; position: fixed; left: 50%; top: 30%; transform: translate(-50%, -50%); line-height: 1.2; animation: scene6 3s ease 4s forwards; opacity: 0; z-index: 9999999; font-weight: 800;white-space: nowrap; transition: .5s ease;} .introTit.off{ opacity: 0 !important; touch-action: none; pointer-events: none;} .introTit .skipBtn{ display: block; font-size: 17px; text-decoration: underline; font-weight: 500; text-align: center; color:#000; position: absolute; left: 50%; bottom: -60px; transform: translateX(-50%);} @keyframes scene1{ 0%{ opacity:0;} 100%{ opacity:1;} } @keyframes scene2{ 0%{ opacity: 1;} 100%{ opacity: 0;} } @keyframes scene3{ 0%{ transform:translate(-198%, -36%);} 100%{ transform: translate(-50%, -50%);} } @keyframes scene4{ 0%{ width: 36px; height: 36px;} 100%{ width: /*1155px*/ 1380px; height: 1380px;} } @keyframes scene5{ 0%{ background-image: url(/images/main/introImg1.png);} 8.3%{ background-image: url(/images/main/introImg1.png);} 8.4%{ background-image: url(/images/main/introImg2.png);} 16.6%{ background-image: url(/images/main/introImg2.png);} 16.7%{ background-image: url(/images/main/introImg3.png);} 24.9%{ background-image: url(/images/main/introImg3.png);} 25%{ background-image: url(/images/main/introImg4.png);} 33.2%{ background-image: url(/images/main/introImg4.png);} 33.3%{ background-image: url(/images/main/introImg5.png);} 41.5%{ background-image: url(/images/main/introImg5.png);} 41.6%{ background-image: url(/images/main/introImg6.png);} 49.8%{ background-image: url(/images/main/introImg6.png);} 49.9%{ background-image: url(/images/main/introImg7.png);} 58.1%{ background-image: url(/images/main/introImg7.png);} 58.2%{ background-image: url(/images/main/introImg8.png);} 66.4%{ background-image: url(/images/main/introImg8.png);} 66.5%{ background-image: url(/images/main/introImg9.png);} 74.7%{ background-image: url(/images/main/introImg9.png);} 74.8%{ background-image: url(/images/main/introImg10.png);} 83%{ background-image: url(/images/main/introImg10.png);} 83.4%{ background-image: url(/images/main/introImg11.png);} 91.3%{ background-image: url(/images/main/introImg11.png);} 91.4%{ background-image: url(/images/main/introImg12.png);} 100%{ background-image: url(/images/main/introImg12.png);} } @keyframes scene6{ 0%{ top:70%; opacity: 0;} 100%{ top:50%; opacity: 1;} } /* black mode */ #wrap{ transition: 1s ease;} #wrap.active #header .logo img.logo_b{display: none;} #wrap.active #header .logo img.logo_w{display: block;} #wrap.active #header.bgbg { background: rgba(0, 0, 0, .8);} #wrap.active #header #gnb{color:#fff;} #wrap.active #header .lang{ color:#fff;} #wrap.active #header .btn_all_menu span{ background: #fff;} #wrap.active .container.solution{ color:#fff;} #wrap.active .container.solution .swiper-container.solution .swiper-slide .hash li{ color:#fff;} #wrap.active .container.solution .swiper-container.solution .swiper-slide::before{ background: #000;} #wrap.active .container.solution .swiper-container.solution .swiper-slide:hover *{ color:#8bc341 !important;} #wrap.active .container.solution .swiper-container.solution .swiper-slide .hash li:hover{ color:#8bc341; text-decoration: underline;} #wrap.active{ background: #000;} #wrap.active .stroke{ -webkit-text-stroke-color: #fff;} #wrap.active .container.pr{color:#fff;} #wrap.active .swiper-pagination-bullet{ background-color: #fff;} #wrap.active .container.news{ color:#fff;} #wrap.active .txtBand{ color:#fff;} #wrap.active .container.contact{ color:#fff;} @media ( max-width:1024px){ /* intro */ .introWrap .introLogo{width: 170px;} .introWrap .introLogo img{width: 100%;} .introWrap .introCircle{ width: 24px; height: 24px;} .introTit{ font-size: 50px;} .introTit .line2{ margin-left: 55px;} .introTit .skipBtn{ bottom:-200px;} .mainVisual .mainTxt .line2{ margin-left: 55px;} @keyframes scene4{ 0%{ width: 24px; height: 24px;} 100%{ width: /*1155px*/ 463px; height: 463px;} } }
html/css/index.css
::-webkit-scrollbar{display: none;} .imgload{ width: 1px; height: 1px; opacity: 0; position: absolute; left: 0; top:0;} .main_sec .compete_list_wrap{width:1120px;} .main_sec .compete_list.gridtab{width:1060px;} .main_sec.strategy.type_new .compete_list.gridtab dt{ transform:translateY(20px);-webkit-transform:translateY(20px); opacity: 0; } .main_sec.strategy.type_new .compete_list.gridtab.go dt{opacity: 1; transform:translateY(0);-webkit-transform:translateY(0); transition:all .2s ease-in-out; -webkit-transition:all .2s ease-in-out; } .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list01{transition-delay:0;-webkit-transition-delay:0;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list02{transition-delay:.1s;-webkit-transition-delay:.1s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list03{transition-delay:.2s;-webkit-transition-delay:.2s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list04{transition-delay:.3s;-webkit-transition-delay:.3s;} .main_sec.strategy.type_new .compete_list.gridtab dt.compete_list05{transition-delay:.4s;-webkit-transition-delay:.4s;} .main_sec .compete_list.gridtab dt{padding:10px;} .main_sec .compete_list.gridtab dt div{display:block;border:1px solid #cccccc;padding-top:20px;padding-bottom:38px;height:auto;text-align:center;padding-left:0;padding-right:0;} .main_sec .compete_list.gridtab dt .img_box{position:static;width:100px;height:100px;display:inline-block;background-repeat:no-repeat;background-position:center center;margin-bottom:13px;} .main_sec .compete_list.gridtab dt strong{font-size:18px;line-height:20px;color:#323232;margin-bottom:0;font-weight:400;} .main_sec .compete_list.gridtab dt.compete_list01 .img_box{background-image:url(../../images/main/strategy01.png);} .main_sec .compete_list.gridtab dt.compete_list02 .img_box{background-image:url(../../images/main/strategy02.png);} .main_sec .compete_list.gridtab dt.compete_list03 .img_box{background-image:url(../../images/main/strategy03.png);} .main_sec .compete_list.gridtab dt.compete_list04 .img_box{background-image:url(../../images/main/strategy04.png);} .main_sec .compete_list.gridtab dt.compete_list05 .img_box{background-image:url(../../images/main/strategy05.png);} .main_sec .compete02_list li{width:136px;height:136px;} .main_sec .compete_global_list .icon_box{position:absolute;left:0;top:0;width:93px;height:93px;border-radius:100%;background-color:#f4f4f4;background-position:center center;background-repeat:no-repeat;} .main_sec .compete_global_list li {position:relative;min-height:93px;padding-left:120px;margin-bottom:31px;} .main_sec .compete_global_list li:last-child{margin-bottom:0;} .main_sec .compete_global_list li:nth-child(1) .icon_box{background-image:url(../../images/main/main_compete_global01.png);} .main_sec .compete_global_list li:nth-child(2) .icon_box{background-image:url(../../images/main/main_compete_global02.png);} .main_sec .compete_global_list li:nth-child(3) .icon_box{background-image:url(../../images/main/main_compete_global03.png);} .main_sec .compete_global_list .txt_box{position:relative;} .main_sec .compete_global_list .txt_box strong{display:block;font-size:22px;line-height:22px;margin-bottom:10px;} .main_sec .compete_global_list .txt_box p{font-size:16px;line-height:28px;} .maindeco1{ position: absolute; left: 0; top: -1100px; touch-action: none; pointer-events: none;} .maindeco2{ position: absolute; right: 0; bottom: -1700px; touch-action: none; pointer-events: none;} .maindeco3{ position: absolute; left: -80px; top: -900px; z-index: -1; transform:rotate(10deg); touch-action: none; pointer-events: none;} .lh5{ display: block; height: 5px;} .mainVisual{ height: 100vh;} .mainVisual::before{ content: ''; width:100%; height:100%; background: url(/images/main/mainCircle.png)no-repeat center center / contain; position: absolute; left:50%; top:50%; animation: rotate 20s linear infinite;} .mainCircle{ width: calc( 100% - 240px ); position: absolute; left: 50%; top: 50%; animation: rotate 20s linear infinite; transform-origin: center center; transform: translate(-50%, -50%) rotate(0deg);} @keyframes rotate{ 0%{ transform: translate(-50%, -50%) rotate(0deg);} 100%{ transform: translate(-50%, -50%) rotate(360deg);} } .mainVisual .mainTxt{ position: absolute; left: 50%; top:50%; font-size: 115px; font-weight: 800; line-height: 1.2; color:#000;transform: translate(-50%, -50%); white-space: nowrap; transition: 5s ease .5s;} .mainVisual .mainTxt .line2{ margin-left: 124px; transition: 3s ease .5s;} .mainVisual .mainTxt.active{ left:0; z-index: 99999; touch-action: none; pointer-events: none; transform: translate(0, -50%);} .mainVisual .mainTxt.active .line2{ margin-left: 0;} .mainVisual .txt{ position: absolute; right: 0; bottom: 100px; font-size: 16px;} .mainVisual .txt span{ font-weight: 500;} .mainVisual .txt p{ font-size: 15px; margin-top: 15px;} .container.product { margin-bottom: 170px;} .container.product .tit{ font-size: 70px; text-align: center; color:#cdcdcd; margin: 90px 0 47px; font-weight: 700 ;} .container.product .swiper-container.productSlide{ width:1340px; max-width: 100%; height: 682px; padding-bottom: 100px;} .container.product .swiper-container.productSlide img{width: 100%;} .swiper-container.pr .swiper-pagination-bullets{ bottom:54px;} .swiper-pagination-bullet{ width: 7px !important; height: 7px !important; margin:0 7.5px; position: relative;} .swiper-pagination-bullet-active{ background: #8bc341 !important;} .swiper-pagination-bullet-active::after{ content: ''; display: block; width: 24px; height: 24px; border-radius: 50%; border:1px solid #8bc341; position: absolute; left: -10px; top: -9px;} .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 12.5px;} .container.solution{ width: 100%; max-width: 100%; padding-bottom: 240px;} .container.solution::before{ content: ''; display: block; width: 100%; height: 1px; background: #dedede; position: absolute; left: 0; top: 251px;} .container.solution .solutionBg{ position: absolute; left: 119px; bottom: 0; top:auto;} .container.solution .tit{ font-size: 75px; margin-bottom: 100px;} .container.solution .swiper-container.solution{ width: 1327px; overflow: visible; margin: 0 auto; transition: 4s cubic-bezier(0.33, 1, 0.68, 1);} .container.solution .swiper-container.solution.active{} .container.solution .swiper-container.solution .swiper-slide{ padding-left: 60px; position: relative;} .container.solution .swiper-container.solution .swiper-slide::before{ content: ''; display: block; width: 30px; height: 30px; border-radius: 50%; border:5px solid #8bc341; box-sizing: border-box; position: absolute; left: 0; top: 25px; background: #fff;} .container.solution .swiper-container.solution .swiper-slide .solTit{ font-size: 62px; line-height: 1.1; font-weight: 600;} .container.solution .swiper-container.solution .swiper-slide .txt{ font-size: 17px; margin: 40px 0 61px; font-weight: 300;} .container.solution .swiper-container.solution .swiper-slide .hash{} .container.solution .swiper-container.solution .swiper-slide .hash li{ font-size: 20px; font-weight: 500; margin-bottom: 20px; color:#434343;} .container.pr{ max-width:1288px; text-align: center; margin-bottom: 257px;} .container.pr .tit{ font-size: 70px; font-weight: 700;} .container.pr .txt{ font-size: 17px; font-weight: 300; margin:30px 0 56px;} .container.pr .swiper-container.pr{ padding-bottom: 120px;} .container.pr .swiper-container.pr img{ width: 100%; height: 100%; object-fit: cover;} .container.pr .swiper-container.pr .swiper-slide{ padding-bottom:47%;} .container.pr .swiper-container.pr .swiper-slide > *{ width:100%; max-width: 1112px; height:100%; position: absolute; left:50%; top:0; bottom:0; right:0; object-fit: cover; transform: translateX(-50%);} .container.pr .prLogo{ margin-top:30px; width: 100%;} .container.pr .prLogo > li{ width: 100%;} .container.pr .prLogo ul{ width: 100%; margin-bottom:50px; display: flex; justify-content: space-between;} .container.news{ padding-bottom: 243px;} .container.news .snow{ position: absolute; right: 0; top: -80px; animation: circle 10s linear infinite;} .container.news .tit{ font-size: 75px; margin-bottom: 96px;} .container.news .newsWrap{ width: 100%; height: 577px; overflow:hidden ;} .container.news .newsWrap > div{ width: 50%; height: 100%; float: left;} .container.news .newsWrap .newsVisual ul{ width: 85%; height: 100%;position: relative;} .container.news .newsWrap .newsVisual ul li{ position: absolute; left: 0; top: 0; width: 100%; width: 100%; height: 100%; opacity: 0; transition: .3s ease;} .container.news .newsWrap .newsVisual ul li.active{ opacity: 1;} .container.news .newsWrap .newsVisual ul li img{ width: 100%; height: 100%; position: absolute; left: 0; top:0; object-fit: cover;} .container.news .newsWrap .newsVisual ul li .txtbox{ position: absolute; left: 30px; bottom:30px; color:#fff;} .container.news .newsWrap .newsVisual ul li .txtbox .txt1{ font-size: 14px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2{ width: 480px; max-width: 90%; font-family: 'noto sans KR', sans-serif; font-size: 25px; font-weight: 500; margin: 5px 0 17px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt3{ font-size: 16px;} .container.news .newsWrap .newsVisual ul li .txtbox .txt3 em{ margin-left: 12px; display: none;} .container.news .newsWrap .newsList{} .container.news .newsWrap .newsList ul{ } .container.news .newsWrap .newsList ul li{ width: 100%; margin: 38px 0; font-family: 'noto sans KR', sans-serif; cursor: pointer;} .container.news .newsWrap .newsList ul li span{ font-size: 16px; color:#919191;font-family: 'raleway';} .container.news .newsWrap .newsList ul li span em{ font-size: 18px;} .container.news .newsWrap .newsList ul li span b{ display: none; font-weight: inherit;} .container.news .newsWrap .newsList ul li p{ font-size: 22px; font-weight: 500; margin-top:12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;} .txtBand{ font-size: 85px; font-weight: 800; white-space: nowrap; line-height: 1.1; position: relative; transform: rotate(-10deg);} .txtBand p{ animation: txtBand1 30s linear infinite;} .txtBand .lt{ animation-name: txtBand2; float: right;} @keyframes txtBand1{ 0%{ transform: translateX(0);} 100%{ transform: translateX( -2414px);} } @keyframes txtBand2{ 0%{ transform: translateX(0);} 100%{ transform: translateX( 2414px);} } .container.contact{ padding: 360px 0 184px 315px;} .container.contact .txtBox{} .container.contact .txtBox .txt1{ font-size: 40px; margin-bottom: 45px;} .container.contact .txtBox .txt1 em{ font-weight: 700;} .container.contact .txtBox .txt2{ font-size: 19px; font-weight: 300;} .container.contact .maincontactBtn{ width: 193px; height: 193px; border-radius: 50%; background: #0b0b0b; color:#fff; font-size: 18px; font-weight: 600; text-align: center; box-shadow: 0px 0px 200px #bbeb3a; position: absolute; right: 278px; top: 226px;} .container.contact .maincontactBtn::before{ content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; border: 1px solid #000; border-radius: 50%; transform: scale(1.1); box-sizing: border-box;transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);} .container.contact .maincontactBtn:hover::before{ transform: scale(1.5);} .container.contact .maincontactBtn div{ position: absolute; left: 50%; top: 50%; transform:translate(-50%, -50%);} .container.contact .maincontactBtn p{margin-bottom:21px;} @media ( min-width:1025px){ .container.solution .swiper-container.solution .swiper-slide{ width: auto !important; } } @media ( max-width:1024px){ #wrap{ margin-top:0 !important;} .maindeco1 { left: -20px; top: -650px;} .maindeco2 { right: -20px; bottom: -820px;} .maindeco3 { left: 44px; top: -800px;} .mainVisual{ height: 100vh; background: none;} .mainVisual::before{ width: 600px; height: 600px; left: 50%; top:50%;} .mainVisual_m{ overflow: hidden; width: 100%; height: 100vh; position: absolute;} .mainCircle{ width: 709px;} .mainVisual .mainTxt{ font-size:50px;} .mainVisual .mainTxt em{ margin-left: 15px;} .mainVisual .mainTxt span{ transition: inherit;} .mainVisual .mainTxt.active span{ margin-left: 0;} .mainVisual .txt{ font-size: 15px; bottom: 42px;} .mainVisual .txt p{ font-size: 14px; margin-top:8px;} .container.product{ margin-bottom: 130px;} .container.product .tit{ font-size: 35px; margin:70px 0 30px;} .container.product .swiper-container.productSlide{ height: 116.94vw; padding-bottom: 11.11vw;} .container.solution{ padding-left: 0; padding-bottom: 110px; margin-bottom: 61px; width:calc( 100% - 40px );} .container.solution::before{ width: calc( 100% + 40px ); left: -20px; top: 191px;} .container.solution .tit{ font-size: 40px; line-height: 1; margin-bottom: 0;} .container.solution .swiper-container.solution{ overflow:hidden; padding-top: 92px; width: auto; margin: 0 auto;} .container.solution .swiper-container.solution .swiper-slide{ padding-left: 65px; box-sizing: border-box;} .container.solution .swiper-container.solution .swiper-slide::before{ width: 23px; height: 23px; border-width: 4px; left: 26px; top: 8px;} .container.solution .swiper-container.solution .swiper-slide .solTit{ font-size: 35px;} .container.solution .swiper-container.solution .swiper-slide .txt{ font-size: 16px; margin:31px 0 35px;} .container.solution .swiper-container.solution .swiper-slide .txt br{display: none;} .container.solution .swiper-container.solution .swiper-slide .hash li{ font-size: 18px; margin-bottom: 15px;} .container.solution .swiper-container.solution .swiper-button-next, .container.solution .swiper-container.solution .swiper-button-prev{ width: auto; height: auto; margin-top:0; top:10px;} .container.solution .swiper-container.solution .swiper-button-next{ right:0;} .container.solution .swiper-container.solution .swiper-button-prev{ left:auto; right:45px;} .container.solution .solutionBg{ left:-10px; width: 105px;} .container.pr .tit{ font-size: 35px;} .container.pr .txt{ font-size: 16px; margin:20px 0 40px;} .container.pr .swiper-container.pr{ padding-bottom: 54px;} .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0 12px;} .container.pr{ margin-bottom: 130px;} .container.pr .prLogo{} .container.pr .prLogo > li{} .container.pr .prLogo ul{ flex-wrap: wrap; margin-bottom: 0; align-items: center;} .container.pr .prLogo ul li{ width: 33.3333%; margin-bottom: 30px;} .container.pr .prLogo ul li img{ transform: scale(.68);} .swiper-container.pr .swiper-pagination-bullets{ bottom: 9px;} .container.news{ padding-bottom: 120px;} .container.news .snow{ top:-39px; width: 81px;} .container.news .tit{ font-size: 40px; line-height: 1; margin-bottom: 30px;} .container.news .newsWrap{ height: auto;} .container.news .newsWrap > div{ width: 100%;float: none;} .container.news .newsWrap .newsVisual {height:93.61vw; } .container.news .newsWrap .newsVisual ul{ width: 100%;} .container.news .newsWrap .newsList{ margin-top:25px;} .container.news .newsWrap .newsList ul li{ margin-bottom: 25px; padding-bottom: 25px; border-bottom: 1px solid #bcbcbc; padding-left:15px;padding-right:15px;} .container.news .newsWrap .newsList ul li:last-child{ border-bottom: none; margin-bottom: 0;} .container.news .newsWrap .newsList ul li p a{width:calc(100% - 30px);} .container.news .newsWrap .newsVisual ul li .txtbox{ left:15px; bottom:17px; width:calc(100% - 30px);} .container.news .newsWrap .newsVisual ul li .txtbox .txt2{ font-size: 20px; max-width:inherit; word-break:break-all; white-space:normal;width:100%;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2 a{text-overflow:ellipsis; overflow:hidden;white-space:break-spaces; display:-webkit-box; -webkit-line-clamp:2;height:60px;-webkit-box-orient:vertical;} .container.news .newsWrap .newsVisual ul li .txtbox .txt2 br{ display: none;} .container.news .newsWrap .newsList ul li p{ margin-top:10px; font-size: 18px; white-space: normal;} .txtBand{ font-size: 50px;} .container.contact{ padding:120px 0 281px 0;} .container.contact .txtBox .txt1{ font-size: 25px; margin-bottom: 35px;} .container.contact .txtBox .txt2{ font-size: 17px;} .container.contact .txtBox .txt2 br{ display: none;} .container.contact .maincontactBtn{ font-size: 15px; width: 138px; height: 138px; right: 0; top:auto; bottom:99px;} .container.contact .maincontactBtn div{ top:56%;} .container.contact .maincontactBtn p{ margin-bottom: 10px;} } /**** circleLogo *****/ .container.product .circleLogo{ right: 0; top: -60px;} /*** intro ***/ #wrap.on{ height:100vh; overflow: hidden;} .introWrap{ width:100%; height:100vh; position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 9999999; background: #fff; overflow: hidden; opacity: 1; transition: 3s ease;} .introWrap.off{ opacity: 0; touch-action: none; pointer-events: none; transform: scale(10);} .introWrap.off + .introTit{ opacity: 0 !important; display: none; touch-action: none; pointer-events: none;} .introTit .line2{ margin-left: 124px;} .introWrap .introLogo{ position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); animation: scene1 3s ease forwards;} .introWrap .introLogo img{ animation: scene2 1.5s ease 1.5s forwards;} .introWrap .introCircle{ display: flex; position: absolute; left: 50%;top: 50%; width: 36px; height: 36px; border-radius: 50%; background: #8bc341 center center / cover; justify-content: center; align-items: center; transform: translate(-198%, -36%); animation: scene1 3s ease forwards; animation-fill-mode: forwards; animation-iteration-count:1, 1, 1, infinite; animation-name: scene1, scene3, scene4, scene5; animation-delay: 0s, 2s, 3s, 3s; animation-duration: 1s, 1s, 2s, 10s; animation-timing-function: ease, ease, cubic-bezier(0.76, 0, 0.24, 1), linear; touch-action: none; pointer-events: none;} .introWrap.off .introCircle{} .introWrap .introCircle::after{ content: ''; display: block; position: absolute; width: 50%; height: 50%; background: #fff; border-radius: 50%;} .introTit{ font-size: 115px; position: fixed; left: 50%; top: 30%; transform: translate(-50%, -50%); line-height: 1.2; animation: scene6 3s ease 4s forwards; opacity: 0; z-index: 9999999; font-weight: 800;white-space: nowrap; transition: .5s ease;} .introTit.off{ opacity: 0 !important; touch-action: none; pointer-events: none;} .introTit .skipBtn{ display: block; font-size: 17px; text-decoration: underline; font-weight: 500; text-align: center; color:#000; position: absolute; left: 50%; bottom: -60px; transform: translateX(-50%);} @keyframes scene1{ 0%{ opacity:0;} 100%{ opacity:1;} } @keyframes scene2{ 0%{ opacity: 1;} 100%{ opacity: 0;} } @keyframes scene3{ 0%{ transform:translate(-198%, -36%);} 100%{ transform: translate(-50%, -50%);} } @keyframes scene4{ 0%{ width: 36px; height: 36px;} 100%{ width: /*1155px*/ 1380px; height: 1380px;} } @keyframes scene5{ 0%{ background-image: url(/images/main/introImg1.png);} 8.3%{ background-image: url(/images/main/introImg1.png);} 8.4%{ background-image: url(/images/main/introImg2.png);} 16.6%{ background-image: url(/images/main/introImg2.png);} 16.7%{ background-image: url(/images/main/introImg3.png);} 24.9%{ background-image: url(/images/main/introImg3.png);} 25%{ background-image: url(/images/main/introImg4.png);} 33.2%{ background-image: url(/images/main/introImg4.png);} 33.3%{ background-image: url(/images/main/introImg5.png);} 41.5%{ background-image: url(/images/main/introImg5.png);} 41.6%{ background-image: url(/images/main/introImg6.png);} 49.8%{ background-image: url(/images/main/introImg6.png);} 49.9%{ background-image: url(/images/main/introImg7.png);} 58.1%{ background-image: url(/images/main/introImg7.png);} 58.2%{ background-image: url(/images/main/introImg8.png);} 66.4%{ background-image: url(/images/main/introImg8.png);} 66.5%{ background-image: url(/images/main/introImg9.png);} 74.7%{ background-image: url(/images/main/introImg9.png);} 74.8%{ background-image: url(/images/main/introImg10.png);} 83%{ background-image: url(/images/main/introImg10.png);} 83.4%{ background-image: url(/images/main/introImg11.png);} 91.3%{ background-image: url(/images/main/introImg11.png);} 91.4%{ background-image: url(/images/main/introImg12.png);} 100%{ background-image: url(/images/main/introImg12.png);} } @keyframes scene6{ 0%{ top:70%; opacity: 0;} 100%{ top:50%; opacity: 1;} } /* black mode */ #wrap{ transition: 1s ease;} #wrap.active #header .logo img.logo_b{display: none;} #wrap.active #header .logo img.logo_w{display: block;} #wrap.active #header.bgbg { background: rgba(0, 0, 0, .8);} #wrap.active #header #gnb{color:#fff;} #wrap.active #header .lang{ color:#fff;} #wrap.active #header .btn_all_menu span{ background: #fff;} #wrap.active .container.solution{ color:#fff;} #wrap.active .container.solution .swiper-container.solution .swiper-slide .hash li{ color:#fff;} #wrap.active .container.solution .swiper-container.solution .swiper-slide::before{ background: #000;} #wrap.active .container.solution .swiper-container.solution .swiper-slide:hover *{ color:#8bc341 !important;} #wrap.active .container.solution .swiper-container.solution .swiper-slide .hash li:hover{ color:#8bc341; text-decoration: underline;} #wrap.active{ background: #000;} #wrap.active .stroke{ -webkit-text-stroke-color: #fff;} #wrap.active .container.pr{color:#fff;} #wrap.active .swiper-pagination-bullet{ background-color: #fff;} #wrap.active .container.news{ color:#fff;} #wrap.active .txtBand{ color:#fff;} #wrap.active .container.contact{ color:#fff;} @media ( max-width:1024px){ /* intro */ .introWrap .introLogo{width: 170px;} .introWrap .introLogo img{width: 100%;} .introWrap .introCircle{ width: 24px; height: 24px;} .introTit{ font-size: 50px;} .introTit .line2{ margin-left: 55px;} .introTit .skipBtn{ bottom:-200px;} .mainVisual .mainTxt .line2{ margin-left: 55px;} @keyframes scene4{ 0%{ width: 24px; height: 24px;} 100%{ width: /*1155px*/ 463px; height: 463px;} } }
0.332744
0.054224
.aboutTitleFlag { color: #85a6c7; margin-top: 20px; font-family: cursive, Arial, Helvetica, sans-serif; } .toggleFlag, body .container-page, body .modal-body { /* Hide default HTML checkbox */ /* The slider */ /* Rounded sliders */ } .toggleFlag .switch, body .container-page .switch, body .modal-body .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .toggleFlag .switch input, body .container-page .switch input, body .modal-body .switch input { opacity: 0; width: 0; height: 0; } .toggleFlag .slider, body .container-page .slider, body .modal-body .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .toggleFlag .slider:before, body .container-page .slider:before, body .modal-body .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } .toggleFlag input:checked + .slider, body .container-page input:checked + .slider, body .modal-body input:checked + .slider { background-color: #2196F3; } .toggleFlag input:focus + .slider, body .container-page input:focus + .slider, body .modal-body input:focus + .slider { -webkit-box-shadow: 0 0 1px #2196F3; box-shadow: 0 0 1px #2196F3; } .toggleFlag input:checked + .slider:before, body .container-page input:checked + .slider:before, body .modal-body input:checked + .slider:before { -webkit-transform: translateX(26px); transform: translateX(26px); } .toggleFlag .slider.round, body .container-page .slider.round, body .modal-body .slider.round { border-radius: 34px; } .toggleFlag .slider.round:before, body .container-page .slider.round:before, body .modal-body .slider.round:before { border-radius: 50%; } body .container .header-img { background-image: url("./img/background3.jpg"); background-attachment: fixed; background-repeat: no-repeat; height: 350px; position: absolute; right: 0; left: 0; text-align: center; } body .container .header-img .header-title { font-family: cursive, Arial, Helvetica, sans-serif; font-size: 100px; margin-top: 80px; } @media only screen and (max-width: 575px) { body .container .header-img .header-title { font-size: 50px; margin-top: 60px; } } @media only screen and (max-width: 575px) { body .container .header-img { height: 200px; } } body .container .pageIconRow .pageIcon { font-size: 40px; font-family: cursive, Arial, Helvetica, sans-serif; color: #459636; } body .container .pageIconRow #cryptoniteLogo { width: 50px; height: 50px; margin-top: 5px; margin-right: 5px; } @media only screen and (max-width: 575px) { body .container .pageIconRow { margin-left: 5px; } } body .container .app-header { margin-top: 20px; margin-bottom: 10px; } body .container .app-header .nav { display: inline-block; color: #999; margin-right: 20px; cursor: pointer; } @media only screen and (max-width: 575px) { body .container .app-header { text-align: center; width: 300px; } } body .container-page { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 370px; } @media only screen and (max-width: 575px) { body .container-page { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 250px; } } body .container-page .card-container .card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 265px; margin-right: 20px; margin-bottom: 20px; } @media only screen and (max-width: 575px) { body .container-page .card-container .card { width: auto; margin-left: 20px; } } body .container-page .card-container .card .card-body { width: 70%; } body .container-page .card-container .card .card-body .card-title, body .container-page .card-container .card .card-body .card-subtitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } body .container-page .card-container .card .card-body .collapse { margin-top: 10px; width: 200px; } body .container-page .card-container .card .card-body .collapse .more-info-collapse { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; } body .container-page .card-container .card .card-body .collapse .more-info-collapse img { height: 50px; margin-right: 20px; } body .container-page .card-container .card .toggle-card { width: 30%; text-align: center; margin-top: 20px; } body .progress { display: none; } body .modal-body .line-item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } /*# sourceMappingURL=style.css.map */
style.css
.aboutTitleFlag { color: #85a6c7; margin-top: 20px; font-family: cursive, Arial, Helvetica, sans-serif; } .toggleFlag, body .container-page, body .modal-body { /* Hide default HTML checkbox */ /* The slider */ /* Rounded sliders */ } .toggleFlag .switch, body .container-page .switch, body .modal-body .switch { position: relative; display: inline-block; width: 60px; height: 34px; } .toggleFlag .switch input, body .container-page .switch input, body .modal-body .switch input { opacity: 0; width: 0; height: 0; } .toggleFlag .slider, body .container-page .slider, body .modal-body .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .toggleFlag .slider:before, body .container-page .slider:before, body .modal-body .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } .toggleFlag input:checked + .slider, body .container-page input:checked + .slider, body .modal-body input:checked + .slider { background-color: #2196F3; } .toggleFlag input:focus + .slider, body .container-page input:focus + .slider, body .modal-body input:focus + .slider { -webkit-box-shadow: 0 0 1px #2196F3; box-shadow: 0 0 1px #2196F3; } .toggleFlag input:checked + .slider:before, body .container-page input:checked + .slider:before, body .modal-body input:checked + .slider:before { -webkit-transform: translateX(26px); transform: translateX(26px); } .toggleFlag .slider.round, body .container-page .slider.round, body .modal-body .slider.round { border-radius: 34px; } .toggleFlag .slider.round:before, body .container-page .slider.round:before, body .modal-body .slider.round:before { border-radius: 50%; } body .container .header-img { background-image: url("./img/background3.jpg"); background-attachment: fixed; background-repeat: no-repeat; height: 350px; position: absolute; right: 0; left: 0; text-align: center; } body .container .header-img .header-title { font-family: cursive, Arial, Helvetica, sans-serif; font-size: 100px; margin-top: 80px; } @media only screen and (max-width: 575px) { body .container .header-img .header-title { font-size: 50px; margin-top: 60px; } } @media only screen and (max-width: 575px) { body .container .header-img { height: 200px; } } body .container .pageIconRow .pageIcon { font-size: 40px; font-family: cursive, Arial, Helvetica, sans-serif; color: #459636; } body .container .pageIconRow #cryptoniteLogo { width: 50px; height: 50px; margin-top: 5px; margin-right: 5px; } @media only screen and (max-width: 575px) { body .container .pageIconRow { margin-left: 5px; } } body .container .app-header { margin-top: 20px; margin-bottom: 10px; } body .container .app-header .nav { display: inline-block; color: #999; margin-right: 20px; cursor: pointer; } @media only screen and (max-width: 575px) { body .container .app-header { text-align: center; width: 300px; } } body .container-page { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 370px; } @media only screen and (max-width: 575px) { body .container-page { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; margin-top: 250px; } } body .container-page .card-container .card { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; width: 265px; margin-right: 20px; margin-bottom: 20px; } @media only screen and (max-width: 575px) { body .container-page .card-container .card { width: auto; margin-left: 20px; } } body .container-page .card-container .card .card-body { width: 70%; } body .container-page .card-container .card .card-body .card-title, body .container-page .card-container .card .card-body .card-subtitle { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } body .container-page .card-container .card .card-body .collapse { margin-top: 10px; width: 200px; } body .container-page .card-container .card .card-body .collapse .more-info-collapse { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; } body .container-page .card-container .card .card-body .collapse .more-info-collapse img { height: 50px; margin-right: 20px; } body .container-page .card-container .card .toggle-card { width: 30%; text-align: center; margin-top: 20px; } body .progress { display: none; } body .modal-body .line-item { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row; flex-flow: row; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } /*# sourceMappingURL=style.css.map */
0.324663
0.037292
html{ height: 100%; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; font-size: 14px; } body{ height: 100%; display: flex; flex-direction: column; background-color: #f6f8f9; background-image: url("brushed-alum.png"); margin: 0; } .scroll{ height: 100%; width: 100%; display: flex; flex-direction: column; overflow: auto; } .scroll::-webkit-scrollbar { display:none; } .main{ width: 90%; max-width: 1000px; margin: 30px auto auto; background-color: #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05); } #list{ margin: 30px auto; } .main-title{ margin-bottom: 5px; padding: 12px 0; background-color: #42494b; border-radius: 3px 3px 0 0; } .main-title h1{ text-align: center; font-size: 22px; color: #ffffff; font-weight: 500; margin: 0; cursor: default; } .main-item{ width: 95%; margin: 15px auto 5px auto; } .main-item-des{ color:#9a9a9a; font-size: 14px; cursor: default; } .main-item p{ font-size: 15px; margin: 0 0 5px 0; color: #5b5b5b; font-weight: 900; cursor: default; } .main-item textarea{ font-size:14px; color:#565656; padding: 5px 10px; width: 100%; height: 150px; border: 1px solid #e7e7eb; resize: none; outline: none; } .main-item input{ font-size:14px; color:#565656; padding: 0 10px; width: 100%; height: 30px; border: 1px solid #e7e7eb; outline: none; } .upload-one{ width: 70px; height: 70px; background-image: url(icon/upload.png); background-size: 100%; border: 2px solid #e7e7eb; cursor: pointer; position: relative; margin-right: 5px; float: left; } .upload-one:active{ background-image: url('icon/upload-active.png'); border: 2px solid #42494b; } .upload-one input{ opacity: 0; filter:alpha(opacity=0); font-size: 100px; position: absolute; top: 0; right: 0; height: 100%; width: 100%; cursor: pointer; } .main-item-submit{ border: none; background-color: #42494b; color: #ffffff; font-size: 15px; padding: 8px 16px; width: 100%; max-width: 370px; outline: none; float: left; cursor: pointer; } .main-item-submit:active{ background-color: #666e70; } .mian-item-submitdes{ min-height: 36px; line-height: 36px; max-width: 360px; float: left; padding: 0 10px; width: calc(100% - 20px); margin-bottom: 20px; color: #cacaca; cursor: default; } .main-item-upload{ min-height: 74px; } .main-item-imgcontent{ width: 100%; } .main-item-imgcontent .imgcover{ width: 74px; height: 74px; margin-right: 5px; float: left; position: relative; } .main-item-imgcontent img{ width: 100%; height: 100%; object-fit: cover; cursor: pointer; } .main-item-imgcontent .delicon{ background-image: url(icon/delete.png); position: absolute; width: 16px; height: 16px; background-size: 100%; right: -5px; top: -5px; cursor: pointer; } .previewmodel{ position: absolute; width: 100%; height: 100%; display: flex; background-color: rgba(0, 0, 0, 0.5); } .previewmodel img{ margin: auto; max-width: 100%; max-height: 100%; } .list-item{ width: 95%; margin: 0 auto 15px auto; padding-top: 15px; border-top: 1px solid #e7e7eb; } .list-item-advice { color: #434343; font-size: 14px; margin-bottom: 10px; cursor: default; } .list-item-images { width: 100%; min-height: 75px; margin-bottom: 10px; } .list-item-images img{ width: 74px; height: 74px; margin-right: 5px; float: left; position: relative; cursor: pointer; } .list-item-date{ font-size: 14px; color: #9f9f9f; width: 130px; float: left; cursor: default; } .list-item-del{ font-size: 14px; margin: 10px 0; color: #f73030; width: 60px; display: flex; text-align: center; cursor: pointer; } .list-item-retext{ color: #3a49ff; font-size: 14px; margin-bottom: 10px; cursor: default; font-weight: 900; border-top: 1px dashed #acaacb; padding-top: 10px; }
Day5/webviews/asset/index.css
html{ height: 100%; font-family: "Helvetica Neue","Hiragino Sans GB","Microsoft YaHei","\9ED1\4F53",Arial,sans-serif; font-size: 14px; } body{ height: 100%; display: flex; flex-direction: column; background-color: #f6f8f9; background-image: url("brushed-alum.png"); margin: 0; } .scroll{ height: 100%; width: 100%; display: flex; flex-direction: column; overflow: auto; } .scroll::-webkit-scrollbar { display:none; } .main{ width: 90%; max-width: 1000px; margin: 30px auto auto; background-color: #fff; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 5px 0 rgba(0,0,0,0.05); } #list{ margin: 30px auto; } .main-title{ margin-bottom: 5px; padding: 12px 0; background-color: #42494b; border-radius: 3px 3px 0 0; } .main-title h1{ text-align: center; font-size: 22px; color: #ffffff; font-weight: 500; margin: 0; cursor: default; } .main-item{ width: 95%; margin: 15px auto 5px auto; } .main-item-des{ color:#9a9a9a; font-size: 14px; cursor: default; } .main-item p{ font-size: 15px; margin: 0 0 5px 0; color: #5b5b5b; font-weight: 900; cursor: default; } .main-item textarea{ font-size:14px; color:#565656; padding: 5px 10px; width: 100%; height: 150px; border: 1px solid #e7e7eb; resize: none; outline: none; } .main-item input{ font-size:14px; color:#565656; padding: 0 10px; width: 100%; height: 30px; border: 1px solid #e7e7eb; outline: none; } .upload-one{ width: 70px; height: 70px; background-image: url(icon/upload.png); background-size: 100%; border: 2px solid #e7e7eb; cursor: pointer; position: relative; margin-right: 5px; float: left; } .upload-one:active{ background-image: url('icon/upload-active.png'); border: 2px solid #42494b; } .upload-one input{ opacity: 0; filter:alpha(opacity=0); font-size: 100px; position: absolute; top: 0; right: 0; height: 100%; width: 100%; cursor: pointer; } .main-item-submit{ border: none; background-color: #42494b; color: #ffffff; font-size: 15px; padding: 8px 16px; width: 100%; max-width: 370px; outline: none; float: left; cursor: pointer; } .main-item-submit:active{ background-color: #666e70; } .mian-item-submitdes{ min-height: 36px; line-height: 36px; max-width: 360px; float: left; padding: 0 10px; width: calc(100% - 20px); margin-bottom: 20px; color: #cacaca; cursor: default; } .main-item-upload{ min-height: 74px; } .main-item-imgcontent{ width: 100%; } .main-item-imgcontent .imgcover{ width: 74px; height: 74px; margin-right: 5px; float: left; position: relative; } .main-item-imgcontent img{ width: 100%; height: 100%; object-fit: cover; cursor: pointer; } .main-item-imgcontent .delicon{ background-image: url(icon/delete.png); position: absolute; width: 16px; height: 16px; background-size: 100%; right: -5px; top: -5px; cursor: pointer; } .previewmodel{ position: absolute; width: 100%; height: 100%; display: flex; background-color: rgba(0, 0, 0, 0.5); } .previewmodel img{ margin: auto; max-width: 100%; max-height: 100%; } .list-item{ width: 95%; margin: 0 auto 15px auto; padding-top: 15px; border-top: 1px solid #e7e7eb; } .list-item-advice { color: #434343; font-size: 14px; margin-bottom: 10px; cursor: default; } .list-item-images { width: 100%; min-height: 75px; margin-bottom: 10px; } .list-item-images img{ width: 74px; height: 74px; margin-right: 5px; float: left; position: relative; cursor: pointer; } .list-item-date{ font-size: 14px; color: #9f9f9f; width: 130px; float: left; cursor: default; } .list-item-del{ font-size: 14px; margin: 10px 0; color: #f73030; width: 60px; display: flex; text-align: center; cursor: pointer; } .list-item-retext{ color: #3a49ff; font-size: 14px; margin-bottom: 10px; cursor: default; font-weight: 900; border-top: 1px dashed #acaacb; padding-top: 10px; }
0.369429
0.074332
html{ height: 100%; } input:focus { background-color: #e0e0e0; } body{ margin: 0; min-width: 1300px; -webkit-user-select: none; user-select: none; -moz-user-select: none; } .inputError{ border:1px solid red; } .star{ color: #ffd500; text-shadow: 1px 1px 1px #000; font-size: 110%; } .choice .star{ font-size: 250%; text-shadow: 1px 1px 1px #000; cursor: pointer; } .filter{ padding: 1% 10%; text-align: center; border-bottom: 1px solid #eaeaea; } .codeArea{ background-color: lavender; width: 80%; } .codeArea .code{ user-select: text; -moz-user-select: text; -webkit-user-select: text; } .codeArea .code li{ border-left: 2px solid green; line-height: 1.2em; padding-left: 4px; font-size: 0.8em; } .codeArea .code .code01{ background-color: #f8f8f8; } .codeArea .code .code02{ background-color: #fff; } .codeArea .code pre{ padding: 0 0; margin: 0 0; } .filter input[type=checkbox]:checked{ } .pageList{ position: relative; } .pageList ul{ list-style-type: none; padding: 0; } .pageList ul li, .pageList ul span{ text-align: center; padding: 0 4px; min-width: 36px; font-size: 15px; min-height: 25px; line-height: 25px; background: rgba(0, 0, 0, .05); display: inline-block; border-radius: 12.5px; } .pageList ul li:hover{ background: rgba(0, 0, 0, 0.1); } .pageList ul li a{ display: block; text-decoration: none; color: rgba(0, 0, 0, 0.6); } .pageList ul span{ background: rgba(0, 0, 0, 0.35); color: #fff; cursor: default; } .pageList .skip{ position: absolute; width: 50%; top: 0; left: 50%; line-height: 25px; } .pageList .skip *{ float: right; font-size: 15px; } .background{ width: 100%; background-color: #dceffe; padding-top: 4px; padding-bottom: 6px; margin: 2% 0; } .background .centerArea{ width: 70%; background-color: white; margin: 0 auto; border: 1px solid #ddd; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); padding: 2% 5%; } /**************UserMenu**************/ .usermenu{ z-index: 1000; height: 40px; position: relative; } .usermenu .left{ position: absolute; line-height: 40px; margin: 0 2%; } .usermenu .left a{ font-size: 80%; } .usermenu #info{ /*float: right; margin-left: 50%; text-align: center;*/ padding-left: 5%; display: block; width: 35%; margin-left: 10%; left: 50%; position: absolute; } .usermenu ul{ display: inline-block; list-style-type: none; position: relative; width: 100%; margin: 0 auto; padding: 0 0; line-height: 40px; } .usermenu li{ display: inline-block; position: relative; padding: 0 4px; } .usermenu li#split{ font-size: 24px; padding: 0 0; } .usermenu #info .login #img{ padding: 1px 0 0; display: inline-block; position: absolute; } .usermenu #info .login #img_over{ padding: 1px 0 0; display: inline-block; position: absolute; left: -12px; top: 10px; } .usermenu #info .login #i_face{z-index: 100;} /*css3 border-radius通用*/ .usermenu #info .login img{ height: 36px; width: 36px; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 1px solid #ffffff; } .usermenu #info .login img#over{ height: 64px; width: 64px; transition: .1s; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 2px solid #ffffff; } /*下拉列表*/ .usermenu #info .login #img #dropdown{ display: none; } .usermenu #info .login #img_over #dropdown{ text-align: center; position: absolute; left: -80px; background: #ffffff; box-shadow:rgba(0,0,0,0.16) 0 2px 4px ; border-radius: 0 0 4px 4px; z-index: 10; width: 220px; padding: 40px 0 10px 0; text-align: center; top:30px; } .usermenu #info .login #img_over #dropdown #name{ margin: 0 0 5px 0; } .usermenu #info .login #img_over #dropdown li{ font-size: 12px; padding: 4px; } /*****剩余菜单*****/ .usermenu #info .login #leftmenu{ display: inline-block; margin: 0 10px; position: relative; float: left; left: 10%; } .usermenu #info .login #leftmenu li { float: left; margin: 0 2px; } .usermenu #info .login{ /*display: block;*/ width: 100%; } .usermenu #info .logout{ /*display: none;*/ width: 100%; position: relative; top: -4px; } .usermenu a{ font-size: 18px; text-decoration: none; color: #222; } .usermenu #info .login a{ display: block; font-size: 14px; /*color: #222;*/ } /* .usermenu #info .login #img a{ width: 36px; height: 36px; }*/ /**************顶层菜单栏底色****************/ .usermenu_background { height: 38px; background: #BFBABA; box-shadow: 0 0 0 2px; overflow: hidden; -webkit-filter: blur(20px) opacity(0.5); filter: blur(20px) opacity(0.5); -moz-filter: blur(20px) opacity(0.5); z-index: -1; position: absolute; width: 100%; min-width: 1300px; } /**************header****************/ .header{ height: 100px; width: 100%; text-align: center; } .header .backgroundImage{ width: 1240px; height: 100px; background: transparent url("./images/logo.png") no-repeat; margin: 0 auto; } .header .backgroundImage a/*:link, .header a:hover, .header a:visited*/ { display: block; height: 100px; width: 568px; position: relative; left: 3%; /* background: transparent url("./images/logo.png") 20px 600px no-repeat;*/ } /**************navigation******************/ div.navigation{ /*height: 3em;*/ position: static; margin: 0 8% 6px; text-align: center; } .navigation ul{ position: relative; display: inline-block; list-style-type: none; margin: 0px 0px; padding: 0px 0px; width: 100%; } .navigation li { text-align: center; padding: 0.2em 0; background-color: lightgray; border-right: 0px solid white; position: relative; display: inline-block; } .navigation a{ font-size: 2em; color:white; text-decoration: none; display: block; } #Index {width: 20%;} #Browse {width: 28%;} #Recommend {width: 18%;} #Data {width: 12%;} #Help {width: 12%;} .navigation li:hover {background-color: deepskyblue} body.index #Index, body.browse #Browse, body.recommend #Recommend, body.data #Data, body.help #Help{ background-color: cornflowerblue; } /**********Register and Login**********/ .register, .login{ margin: 0 auto; width: 35%; position: relative; } .register .area_reg, .login .area_log{ margin-top: 20px; margin-bottom: 96px; padding: 10px; } .register .area_reg .area, .login .area_log .area {margin-bottom: 18px;} .register h3, .login h3{ margin: 0.5em auto; left: -5%; position: relative; font-size: 20px; text-align: center; } .register .area_reg .area input, .login .area_log .area input{ font-size: 1.2em; box-sizing: border-box; width: 95%; height: 2em; padding: 4px 10px; } .register .area_reg .area span, .login .area_log .area span{ color: red; font-size: 0.8em; } .register .area_reg .area_reg_sub, .login .area_log .area_log_sub { width: 95%; display: inline-block; } .area_reg_sub #submit, .area_log_sub #login{ background: #67bdcd; text-decoration: none; text-align: center; width: 75%; height: 2.2em; line-height: 2.2em; color: white; border-radius: 5px; display: inline-block; margin: 0 0; /* cursor: pointer;*/ } .area_log_sub .login_a, .area_log_sub .area_log_sub_a{ /*margin: 0px 0px 10px 0px;*/ display: inline-block; } .area_log .login_a{ width: 30%; } .area_log_sub_a{ width: 65%; } .area_log_sub_a #login{ width: 100%; } .area_reg_sub #submit:hover, .area_log_sub #login:hover{ cursor: pointer; background-color: cornflowerblue; } .area_reg_sub #sigin{ display: inline-block; width: 20%; font-size: 14px; height: 2.2em; margin: 0 0 0 1%; text-align: right; text-decoration: none; } .area_log .login_other{ text-align: center; margin: 15px auto; width: 95%; display: inline-block; } .area_log .login_other .login_other_half{ width: 48%; display: inline-block; } .area_log .login_other a{ font-size: 0.8em; text-decoration: none; } /* .area_reg_sub span, .area_log_sub span{ visibility: hidden; }*/ .area_log_sub div#refresh, .area_reg_sub div#refresh{ display:none; } /*************注册成功***************/ .area_reg .success{ text-align: center; visibility: hidden; } .area_reg .success p{ font-size: 1.2em; } .area_reg .success a{ color: green; } /*******************body**********************/ /****index****/ .search{ margin: 5% 28%; } .search .dropMenu{ width: 44%; position: absolute; } .search .dropMenu #listSearch{ width: 70%; padding-left: 32px; margin-top: 0; list-style-type: none; box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px; max-height: 14em; overflow: auto; } .search .dropMenu #listSearch li{ padding-top: 0.1em; padding-bottom: 0.1em; } #search{ width: 70%; height: 30px; padding-left: 30px; font-size: 20px; background-color: white; } #isearch{ width: 24px; height: 24px; background: url("./images/base-function.png") no-repeat 0px 0px; position: absolute; margin: 6px 4px; } #bsearch{ width: 10%; height: 36px; position: absolute; margin: 0px 6px; font-size: 1.2em; } /****************About******************/ .about{ padding: 4px 2% 4px 1%; background-color: beige; min-height: 470px; display: block; } .about .left_area{ display: inline-block; padding: 8px 0 8px 2px; width: 9%; position: fixed; border-top: 2px solid lightgray; border-bottom: 2px solid lightgray; } .about .left_area ul{ list-style-type: none; margin: 0 auto; padding-left: 4%; } .about .left_area ul li{ padding: 2px 0; } .about .left_area ul li a{ text-decoration: none; font-size: 0.9em; left:1%; } .about .right_area{ background-color: beige; display: inline-block; position: relative; width: 85%; padding: 1em 1em; border-left: 2px solid #A2B5CD; min-height: 442px; left: 11%; } .about .right_area #suggest textarea{ min-width: 360px; width: 50%; } .about .right_area #suggest input{ /* font-size: 1.2em;*/ width: 6em; } .about .right_area #showSuggest { display: block; } .about .right_area #showSuggest .styleSuggest { padding: 0.2em 0.4em; } .about .right_area #showSuggest .styleSuggest .styleSuggestLeft{ display: inline-block; padding: 0.2em 0.4em; width: 100px; height: 100px; text-align: center; font-size: 0.8em; } .about .right_area #showSuggest .styleSuggest .styleSuggestLeft img{ height: 64px; width: 64px; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 3px solid #ffffff; } .about .right_area #showSuggest .styleSuggest .styleSuggestRight{ display: inline-block; position: absolute; border-left: 2px solid snow; min-height: 100px; padding-left: 1em; } .about .right_area #showSuggest .styleSuggest a{ float: right; font-size: 0.8em; text-decoration: none; display: block; background-color: azure; } /******************Information*********************/ #information{ width: 100%; background-color: #dceffe; padding-bottom: 0.2em; } #information #infoArea{ margin: 0 auto; min-width: 1100px; width: 76em; background-color: #fff; border: 1px solid #ddd; box-shadow: 0 2px 4px rgba(0,0,0,.14); } #information #infoArea .left_area{ display: inline-block; width: 10em; position: absolute; } #information #infoArea .left_area ul{ list-style-type: none; padding: 0 0; margin: 0 auto; } #information #infoArea .left_area ul span{ line-height: 2em; display: block; font-size: 1.2em; text-align: center; color: #B5B5B5; border-bottom: 1px solid #dddddd; cursor: default; } #information #infoArea .left_area ul li{ height: 2em; padding: 0.2em 0; margin: auto 0; } #information #infoArea .left_area ul li#clicked{ background-color: #00A1D7; } #information #infoArea .left_area ul li#clicked a{ color: white; } #information #infoArea .left_area ul li:hover{ background-color: #e8e8e8; } #information #infoArea .left_area ul li a{ display: block; text-decoration: none; text-align: center; color: #222222; line-height: 2em; } #information #infoArea .right_area{ display: inline-block; width: 66em; border-left: 1px solid #ddd; margin-left: 10em; min-height: 300px; } #information #infoArea .right_area #siteTitle{ line-height: 2em; font-size: 1.2em; padding-left: 3em; border-bottom: 1px solid #dddddd; } #information #infoArea .right_area #siteTitle #squareArea{ line-height: 2em; border-radius: 25%; background-color: #00A1D7; color: #00A1D7; font-size: 1em; } #information #infoArea .right_area #siteTitle #infoText{ color: #00A1D7; font-size: 1em; margin-left: 0.2em; } #information #infoArea .right_area #realArea div{ padding-left: 1.5em; } #information #infoArea .right_area #realArea div.choice{ height: 1em; line-height: 1em; margin-top: -0.5em; background-color: white; position: absolute; /*padding: 0 0.2em;*/ padding: 0 0; } #information #infoArea .right_area ul{ list-style-type: none; padding-left: 0; margin-bottom: 0; } #information #infoArea .right_area li{ line-height: 2em; margin: 0.5em auto; } #information #infoArea .right_area li span, #information #infoArea .right_area #realArea span{ width: 6em; margin-right: 2em; text-align: right; display: inline-block; font-size: 0.8em; } #information #infoArea .right_area li input{ height: 1.5em; padding: 0.2em 0.5em; } #information #infoArea .right_area li textarea{ padding: 0.2em 0.5em; resize: none; margin-left: 8em; } #information #infoArea .right_area .settingAhref{ line-height: 3em; text-align: center; padding-right: 16em; } #information #infoArea .right_area .settingAhref a{ display: inline-block; width: 8em; height: 2em; line-height: 2em; background-color: #00A1D7; border-radius: 3px; letter-spacing: 0.5em; color: white; } #information #infoArea .right_area .settingAhref a:hover{ cursor: pointer; } #information #infoArea .right_area #Avatar{ display: inline-block; position: absolute; } /***********************Problem****************************/ #Question{ margin-top: 1em; min-height: 580px; } #Question #questionAreaLeft{ display: inline-block; width: 10%/*8em*/; float: left; margin: 1em 0.5em; } #Question #questionAreaLeft a{ text-decoration: none; display: block; margin: 0.5em; padding-left:0.5em; } #Question #questionAreaRight{ display: inline-block; border-left: 1px solid #222222; margin-top: 1em; max-width: 85%; padding-left: 1.5em; width: 100%; } #Question #questionAreaRight .combination{ width: 84%; top: 46px; position: absolute; } #Question #questionAreaRight .combination div{ float: right; } #Question #questionAreaRight .combination div a{ text-decoration: none; display: inline-block; min-width: 6em; text-align: center; cursor: pointer; color: black; } #Question #questionAreaRight .pid{ -webkit-user-select: text; user-select: text; -moz-user-select: text; background: #A2B5CD; padding: 0.6em 0.2em; border-style: ridge; min-height: 540px; } #Question #questionAreaRight .pid .pTitle p{ text-align:center; margin: 0 auto; font-weight: bold; font-size: 1.6em; } #Question #questionAreaRight .pid .pInfo ul, #Question #questionAreaRight .pid .pLabel ul{ margin: 1.5em 10% auto; list-style-type: none; line-height: 1.5em; font-size: 0.8em; text-align: center; } #Question #questionAreaRight .pid .pInfo ul li{ display: inline-block; width: 33% } #Question #questionAreaRight .pid .pLabel ul{ margin: 0.5em 10%; } #Question #questionAreaRight .pid .pLabel ul li{ display: inline-block; padding: 0 2%; } #Question #questionAreaRight .pid .pContent p{ background: #e8e8e8; padding: 1em 0.5em; margin: 0.8em auto; border-style: groove; } #Question #questionAreaRight .pid .pNote{ background: #e0e0e0; line-height: 2em; font-size: 0.8em; padding-left: 1.5em; } /**question中的弹窗**/ #Question #questionAreaRight .submission{ display: none; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 50%; height: 70%; background: #fff; z-index: 10; } #Question #questionAreaRight .submission div{ width: 100%; } #Question #questionAreaRight .submission .close{ left: 35px; font-size: 30px; color: #fff; position: absolute; } #Question #questionAreaRight .submission .close span{ line-height: 30px; width: 30px; height: 30px; text-align: center; float: right; cursor: pointer; } #Question #questionAreaRight .submission .sTitle{ position: absolute; text-align: center; font-size: x-large; margin: 0.2em; } #Question #questionAreaRight .submission .sPid{ font-size: larger; margin: 0.2em 0.5em; } #Question #questionAreaRight .submission .sPid input{ font-size: 1.1em; width: 15%; margin: 0.2em auto; padding: 0.2em 0.2em; } .error{ color: red; font-size: small; padding: 1em; } #Question #questionAreaRight .submission .sCompiler ul{ list-style-type: none; width: 95%; margin: 1em auto 0; padding-left: 0; background: #000; overflow: hidden; border: 1px solid #000; border-bottom: 0px; } .current{ background: cornflowerblue; } #Question #questionAreaRight .submission .sCompiler ul li{ width: 12%; font-size: small; text-align: center; float:left; padding: 0.2em 2%; color: #fff; line-height: 1.6em; cursor: pointer; } #Question #questionAreaRight .submission .sCompiler .show{ width: 95%; display: block; margin: 0 auto; border: 1px solid #000; line-height: 1.8em; font-size: 0.8em; } #Question #questionAreaRight .submission .sCompiler .hide{ display: none; } #Question #questionAreaRight .submission .sCompiler p{ margin: 0; padding: 0 0.4em; -webkit-user-select: text; user-select: text; -moz-user-select: text; } #Question #questionAreaRight .submission .code{ margin: 0.5em auto; width: 95%; height: 68%; } #Question #questionAreaRight .submission .code textarea{ padding: 1% 0 0 1%; width: 99%; height: 99%; resize: none; margin: 0; } #Question #questionAreaRight .submission .code input{ width: 95%; margin: 0.2em 0; font-size: 1em; padding: 0.2em 0.4em; } #Question #questionAreaRight .submission .button{ margin-top: 0.8em; } #Question #questionAreaRight .submission .button a{ display: block; width: 6em; background: darkgray; color: #fff; border-radius: 5%; margin: 0 auto; line-height: 1.6em; text-align: center; cursor: pointer; font-weight: bold; } #Question #questionAreaRight .submission .button a:active{ background: blue; } #Question #questionAreaRight .overlay{ display: none; position: fixed; top: 40px; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0,.8); } .datalist{ min-height: 450px; } .datalist .dataArea{ width: 90%; margin: auto; } .datalist #tableList{ border-spacing: 0; } .datalist #tableList .columnTitle{ background: #ccc; line-height: 120%; font-size: 90%; font-weight: bold; } .datalist #tableList .cell02{ background: #eaeaea; } .datalist #tableList .cell01{ background: white; } .datalist #tableList .debug{ width: 30px; height: 24px; line-height: 24px; position: relative; } .datalist #tableList .debug i{ background: url("./images/base-function.png") no-repeat -105px 0px; top: 2px; height: 24px; width: 24px; position: absolute; } .datalist #tableList .title{ width: 50%; } .datalist #tableList a{ text-decoration: none; color: #000; } .datalist #tableList a:hover{ text-decoration: underline; } .datalist #tableList .nickname{ width: 40%; text-align: center; } .datalist #tableList .type{ width: 10em; } .datalist #tableList .count{ width: 5em; text-align: right; } .datalist #tableList .per{ width: 20%; } .datalist #tableList .per .backgroundTable{ background: #f00; line-height: 1em; position: relative; } .datalist #tableList .per .backgroundTable .right{ background: #0f0; color: transparent; height: 100%; } .datalist #tableList .per .backgroundTable .showText{ text-align: center; width: 100%; height: 100%; position: absolute; top: 0; font-size: 0.8em; } .datalist #tableList .hard{ text-align: center; min-width: 3em; } .datalist #tableList .submission, .datalist #tableList .detail, .datalist #tableList .status, .datalist #tableList .question{ width: 15%; padding-left: 1%; }
www/public/JudgeOnline.css
html{ height: 100%; } input:focus { background-color: #e0e0e0; } body{ margin: 0; min-width: 1300px; -webkit-user-select: none; user-select: none; -moz-user-select: none; } .inputError{ border:1px solid red; } .star{ color: #ffd500; text-shadow: 1px 1px 1px #000; font-size: 110%; } .choice .star{ font-size: 250%; text-shadow: 1px 1px 1px #000; cursor: pointer; } .filter{ padding: 1% 10%; text-align: center; border-bottom: 1px solid #eaeaea; } .codeArea{ background-color: lavender; width: 80%; } .codeArea .code{ user-select: text; -moz-user-select: text; -webkit-user-select: text; } .codeArea .code li{ border-left: 2px solid green; line-height: 1.2em; padding-left: 4px; font-size: 0.8em; } .codeArea .code .code01{ background-color: #f8f8f8; } .codeArea .code .code02{ background-color: #fff; } .codeArea .code pre{ padding: 0 0; margin: 0 0; } .filter input[type=checkbox]:checked{ } .pageList{ position: relative; } .pageList ul{ list-style-type: none; padding: 0; } .pageList ul li, .pageList ul span{ text-align: center; padding: 0 4px; min-width: 36px; font-size: 15px; min-height: 25px; line-height: 25px; background: rgba(0, 0, 0, .05); display: inline-block; border-radius: 12.5px; } .pageList ul li:hover{ background: rgba(0, 0, 0, 0.1); } .pageList ul li a{ display: block; text-decoration: none; color: rgba(0, 0, 0, 0.6); } .pageList ul span{ background: rgba(0, 0, 0, 0.35); color: #fff; cursor: default; } .pageList .skip{ position: absolute; width: 50%; top: 0; left: 50%; line-height: 25px; } .pageList .skip *{ float: right; font-size: 15px; } .background{ width: 100%; background-color: #dceffe; padding-top: 4px; padding-bottom: 6px; margin: 2% 0; } .background .centerArea{ width: 70%; background-color: white; margin: 0 auto; border: 1px solid #ddd; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); padding: 2% 5%; } /**************UserMenu**************/ .usermenu{ z-index: 1000; height: 40px; position: relative; } .usermenu .left{ position: absolute; line-height: 40px; margin: 0 2%; } .usermenu .left a{ font-size: 80%; } .usermenu #info{ /*float: right; margin-left: 50%; text-align: center;*/ padding-left: 5%; display: block; width: 35%; margin-left: 10%; left: 50%; position: absolute; } .usermenu ul{ display: inline-block; list-style-type: none; position: relative; width: 100%; margin: 0 auto; padding: 0 0; line-height: 40px; } .usermenu li{ display: inline-block; position: relative; padding: 0 4px; } .usermenu li#split{ font-size: 24px; padding: 0 0; } .usermenu #info .login #img{ padding: 1px 0 0; display: inline-block; position: absolute; } .usermenu #info .login #img_over{ padding: 1px 0 0; display: inline-block; position: absolute; left: -12px; top: 10px; } .usermenu #info .login #i_face{z-index: 100;} /*css3 border-radius通用*/ .usermenu #info .login img{ height: 36px; width: 36px; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 1px solid #ffffff; } .usermenu #info .login img#over{ height: 64px; width: 64px; transition: .1s; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 2px solid #ffffff; } /*下拉列表*/ .usermenu #info .login #img #dropdown{ display: none; } .usermenu #info .login #img_over #dropdown{ text-align: center; position: absolute; left: -80px; background: #ffffff; box-shadow:rgba(0,0,0,0.16) 0 2px 4px ; border-radius: 0 0 4px 4px; z-index: 10; width: 220px; padding: 40px 0 10px 0; text-align: center; top:30px; } .usermenu #info .login #img_over #dropdown #name{ margin: 0 0 5px 0; } .usermenu #info .login #img_over #dropdown li{ font-size: 12px; padding: 4px; } /*****剩余菜单*****/ .usermenu #info .login #leftmenu{ display: inline-block; margin: 0 10px; position: relative; float: left; left: 10%; } .usermenu #info .login #leftmenu li { float: left; margin: 0 2px; } .usermenu #info .login{ /*display: block;*/ width: 100%; } .usermenu #info .logout{ /*display: none;*/ width: 100%; position: relative; top: -4px; } .usermenu a{ font-size: 18px; text-decoration: none; color: #222; } .usermenu #info .login a{ display: block; font-size: 14px; /*color: #222;*/ } /* .usermenu #info .login #img a{ width: 36px; height: 36px; }*/ /**************顶层菜单栏底色****************/ .usermenu_background { height: 38px; background: #BFBABA; box-shadow: 0 0 0 2px; overflow: hidden; -webkit-filter: blur(20px) opacity(0.5); filter: blur(20px) opacity(0.5); -moz-filter: blur(20px) opacity(0.5); z-index: -1; position: absolute; width: 100%; min-width: 1300px; } /**************header****************/ .header{ height: 100px; width: 100%; text-align: center; } .header .backgroundImage{ width: 1240px; height: 100px; background: transparent url("./images/logo.png") no-repeat; margin: 0 auto; } .header .backgroundImage a/*:link, .header a:hover, .header a:visited*/ { display: block; height: 100px; width: 568px; position: relative; left: 3%; /* background: transparent url("./images/logo.png") 20px 600px no-repeat;*/ } /**************navigation******************/ div.navigation{ /*height: 3em;*/ position: static; margin: 0 8% 6px; text-align: center; } .navigation ul{ position: relative; display: inline-block; list-style-type: none; margin: 0px 0px; padding: 0px 0px; width: 100%; } .navigation li { text-align: center; padding: 0.2em 0; background-color: lightgray; border-right: 0px solid white; position: relative; display: inline-block; } .navigation a{ font-size: 2em; color:white; text-decoration: none; display: block; } #Index {width: 20%;} #Browse {width: 28%;} #Recommend {width: 18%;} #Data {width: 12%;} #Help {width: 12%;} .navigation li:hover {background-color: deepskyblue} body.index #Index, body.browse #Browse, body.recommend #Recommend, body.data #Data, body.help #Help{ background-color: cornflowerblue; } /**********Register and Login**********/ .register, .login{ margin: 0 auto; width: 35%; position: relative; } .register .area_reg, .login .area_log{ margin-top: 20px; margin-bottom: 96px; padding: 10px; } .register .area_reg .area, .login .area_log .area {margin-bottom: 18px;} .register h3, .login h3{ margin: 0.5em auto; left: -5%; position: relative; font-size: 20px; text-align: center; } .register .area_reg .area input, .login .area_log .area input{ font-size: 1.2em; box-sizing: border-box; width: 95%; height: 2em; padding: 4px 10px; } .register .area_reg .area span, .login .area_log .area span{ color: red; font-size: 0.8em; } .register .area_reg .area_reg_sub, .login .area_log .area_log_sub { width: 95%; display: inline-block; } .area_reg_sub #submit, .area_log_sub #login{ background: #67bdcd; text-decoration: none; text-align: center; width: 75%; height: 2.2em; line-height: 2.2em; color: white; border-radius: 5px; display: inline-block; margin: 0 0; /* cursor: pointer;*/ } .area_log_sub .login_a, .area_log_sub .area_log_sub_a{ /*margin: 0px 0px 10px 0px;*/ display: inline-block; } .area_log .login_a{ width: 30%; } .area_log_sub_a{ width: 65%; } .area_log_sub_a #login{ width: 100%; } .area_reg_sub #submit:hover, .area_log_sub #login:hover{ cursor: pointer; background-color: cornflowerblue; } .area_reg_sub #sigin{ display: inline-block; width: 20%; font-size: 14px; height: 2.2em; margin: 0 0 0 1%; text-align: right; text-decoration: none; } .area_log .login_other{ text-align: center; margin: 15px auto; width: 95%; display: inline-block; } .area_log .login_other .login_other_half{ width: 48%; display: inline-block; } .area_log .login_other a{ font-size: 0.8em; text-decoration: none; } /* .area_reg_sub span, .area_log_sub span{ visibility: hidden; }*/ .area_log_sub div#refresh, .area_reg_sub div#refresh{ display:none; } /*************注册成功***************/ .area_reg .success{ text-align: center; visibility: hidden; } .area_reg .success p{ font-size: 1.2em; } .area_reg .success a{ color: green; } /*******************body**********************/ /****index****/ .search{ margin: 5% 28%; } .search .dropMenu{ width: 44%; position: absolute; } .search .dropMenu #listSearch{ width: 70%; padding-left: 32px; margin-top: 0; list-style-type: none; box-shadow: rgba(0, 0, 0, 0.16) 0 2px 4px; max-height: 14em; overflow: auto; } .search .dropMenu #listSearch li{ padding-top: 0.1em; padding-bottom: 0.1em; } #search{ width: 70%; height: 30px; padding-left: 30px; font-size: 20px; background-color: white; } #isearch{ width: 24px; height: 24px; background: url("./images/base-function.png") no-repeat 0px 0px; position: absolute; margin: 6px 4px; } #bsearch{ width: 10%; height: 36px; position: absolute; margin: 0px 6px; font-size: 1.2em; } /****************About******************/ .about{ padding: 4px 2% 4px 1%; background-color: beige; min-height: 470px; display: block; } .about .left_area{ display: inline-block; padding: 8px 0 8px 2px; width: 9%; position: fixed; border-top: 2px solid lightgray; border-bottom: 2px solid lightgray; } .about .left_area ul{ list-style-type: none; margin: 0 auto; padding-left: 4%; } .about .left_area ul li{ padding: 2px 0; } .about .left_area ul li a{ text-decoration: none; font-size: 0.9em; left:1%; } .about .right_area{ background-color: beige; display: inline-block; position: relative; width: 85%; padding: 1em 1em; border-left: 2px solid #A2B5CD; min-height: 442px; left: 11%; } .about .right_area #suggest textarea{ min-width: 360px; width: 50%; } .about .right_area #suggest input{ /* font-size: 1.2em;*/ width: 6em; } .about .right_area #showSuggest { display: block; } .about .right_area #showSuggest .styleSuggest { padding: 0.2em 0.4em; } .about .right_area #showSuggest .styleSuggest .styleSuggestLeft{ display: inline-block; padding: 0.2em 0.4em; width: 100px; height: 100px; text-align: center; font-size: 0.8em; } .about .right_area #showSuggest .styleSuggest .styleSuggestLeft img{ height: 64px; width: 64px; border-radius: 50%; /* -webkit-border-radius: 50%; -moz-border-radius: 50%;*/ border: 3px solid #ffffff; } .about .right_area #showSuggest .styleSuggest .styleSuggestRight{ display: inline-block; position: absolute; border-left: 2px solid snow; min-height: 100px; padding-left: 1em; } .about .right_area #showSuggest .styleSuggest a{ float: right; font-size: 0.8em; text-decoration: none; display: block; background-color: azure; } /******************Information*********************/ #information{ width: 100%; background-color: #dceffe; padding-bottom: 0.2em; } #information #infoArea{ margin: 0 auto; min-width: 1100px; width: 76em; background-color: #fff; border: 1px solid #ddd; box-shadow: 0 2px 4px rgba(0,0,0,.14); } #information #infoArea .left_area{ display: inline-block; width: 10em; position: absolute; } #information #infoArea .left_area ul{ list-style-type: none; padding: 0 0; margin: 0 auto; } #information #infoArea .left_area ul span{ line-height: 2em; display: block; font-size: 1.2em; text-align: center; color: #B5B5B5; border-bottom: 1px solid #dddddd; cursor: default; } #information #infoArea .left_area ul li{ height: 2em; padding: 0.2em 0; margin: auto 0; } #information #infoArea .left_area ul li#clicked{ background-color: #00A1D7; } #information #infoArea .left_area ul li#clicked a{ color: white; } #information #infoArea .left_area ul li:hover{ background-color: #e8e8e8; } #information #infoArea .left_area ul li a{ display: block; text-decoration: none; text-align: center; color: #222222; line-height: 2em; } #information #infoArea .right_area{ display: inline-block; width: 66em; border-left: 1px solid #ddd; margin-left: 10em; min-height: 300px; } #information #infoArea .right_area #siteTitle{ line-height: 2em; font-size: 1.2em; padding-left: 3em; border-bottom: 1px solid #dddddd; } #information #infoArea .right_area #siteTitle #squareArea{ line-height: 2em; border-radius: 25%; background-color: #00A1D7; color: #00A1D7; font-size: 1em; } #information #infoArea .right_area #siteTitle #infoText{ color: #00A1D7; font-size: 1em; margin-left: 0.2em; } #information #infoArea .right_area #realArea div{ padding-left: 1.5em; } #information #infoArea .right_area #realArea div.choice{ height: 1em; line-height: 1em; margin-top: -0.5em; background-color: white; position: absolute; /*padding: 0 0.2em;*/ padding: 0 0; } #information #infoArea .right_area ul{ list-style-type: none; padding-left: 0; margin-bottom: 0; } #information #infoArea .right_area li{ line-height: 2em; margin: 0.5em auto; } #information #infoArea .right_area li span, #information #infoArea .right_area #realArea span{ width: 6em; margin-right: 2em; text-align: right; display: inline-block; font-size: 0.8em; } #information #infoArea .right_area li input{ height: 1.5em; padding: 0.2em 0.5em; } #information #infoArea .right_area li textarea{ padding: 0.2em 0.5em; resize: none; margin-left: 8em; } #information #infoArea .right_area .settingAhref{ line-height: 3em; text-align: center; padding-right: 16em; } #information #infoArea .right_area .settingAhref a{ display: inline-block; width: 8em; height: 2em; line-height: 2em; background-color: #00A1D7; border-radius: 3px; letter-spacing: 0.5em; color: white; } #information #infoArea .right_area .settingAhref a:hover{ cursor: pointer; } #information #infoArea .right_area #Avatar{ display: inline-block; position: absolute; } /***********************Problem****************************/ #Question{ margin-top: 1em; min-height: 580px; } #Question #questionAreaLeft{ display: inline-block; width: 10%/*8em*/; float: left; margin: 1em 0.5em; } #Question #questionAreaLeft a{ text-decoration: none; display: block; margin: 0.5em; padding-left:0.5em; } #Question #questionAreaRight{ display: inline-block; border-left: 1px solid #222222; margin-top: 1em; max-width: 85%; padding-left: 1.5em; width: 100%; } #Question #questionAreaRight .combination{ width: 84%; top: 46px; position: absolute; } #Question #questionAreaRight .combination div{ float: right; } #Question #questionAreaRight .combination div a{ text-decoration: none; display: inline-block; min-width: 6em; text-align: center; cursor: pointer; color: black; } #Question #questionAreaRight .pid{ -webkit-user-select: text; user-select: text; -moz-user-select: text; background: #A2B5CD; padding: 0.6em 0.2em; border-style: ridge; min-height: 540px; } #Question #questionAreaRight .pid .pTitle p{ text-align:center; margin: 0 auto; font-weight: bold; font-size: 1.6em; } #Question #questionAreaRight .pid .pInfo ul, #Question #questionAreaRight .pid .pLabel ul{ margin: 1.5em 10% auto; list-style-type: none; line-height: 1.5em; font-size: 0.8em; text-align: center; } #Question #questionAreaRight .pid .pInfo ul li{ display: inline-block; width: 33% } #Question #questionAreaRight .pid .pLabel ul{ margin: 0.5em 10%; } #Question #questionAreaRight .pid .pLabel ul li{ display: inline-block; padding: 0 2%; } #Question #questionAreaRight .pid .pContent p{ background: #e8e8e8; padding: 1em 0.5em; margin: 0.8em auto; border-style: groove; } #Question #questionAreaRight .pid .pNote{ background: #e0e0e0; line-height: 2em; font-size: 0.8em; padding-left: 1.5em; } /**question中的弹窗**/ #Question #questionAreaRight .submission{ display: none; margin: auto; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 50%; height: 70%; background: #fff; z-index: 10; } #Question #questionAreaRight .submission div{ width: 100%; } #Question #questionAreaRight .submission .close{ left: 35px; font-size: 30px; color: #fff; position: absolute; } #Question #questionAreaRight .submission .close span{ line-height: 30px; width: 30px; height: 30px; text-align: center; float: right; cursor: pointer; } #Question #questionAreaRight .submission .sTitle{ position: absolute; text-align: center; font-size: x-large; margin: 0.2em; } #Question #questionAreaRight .submission .sPid{ font-size: larger; margin: 0.2em 0.5em; } #Question #questionAreaRight .submission .sPid input{ font-size: 1.1em; width: 15%; margin: 0.2em auto; padding: 0.2em 0.2em; } .error{ color: red; font-size: small; padding: 1em; } #Question #questionAreaRight .submission .sCompiler ul{ list-style-type: none; width: 95%; margin: 1em auto 0; padding-left: 0; background: #000; overflow: hidden; border: 1px solid #000; border-bottom: 0px; } .current{ background: cornflowerblue; } #Question #questionAreaRight .submission .sCompiler ul li{ width: 12%; font-size: small; text-align: center; float:left; padding: 0.2em 2%; color: #fff; line-height: 1.6em; cursor: pointer; } #Question #questionAreaRight .submission .sCompiler .show{ width: 95%; display: block; margin: 0 auto; border: 1px solid #000; line-height: 1.8em; font-size: 0.8em; } #Question #questionAreaRight .submission .sCompiler .hide{ display: none; } #Question #questionAreaRight .submission .sCompiler p{ margin: 0; padding: 0 0.4em; -webkit-user-select: text; user-select: text; -moz-user-select: text; } #Question #questionAreaRight .submission .code{ margin: 0.5em auto; width: 95%; height: 68%; } #Question #questionAreaRight .submission .code textarea{ padding: 1% 0 0 1%; width: 99%; height: 99%; resize: none; margin: 0; } #Question #questionAreaRight .submission .code input{ width: 95%; margin: 0.2em 0; font-size: 1em; padding: 0.2em 0.4em; } #Question #questionAreaRight .submission .button{ margin-top: 0.8em; } #Question #questionAreaRight .submission .button a{ display: block; width: 6em; background: darkgray; color: #fff; border-radius: 5%; margin: 0 auto; line-height: 1.6em; text-align: center; cursor: pointer; font-weight: bold; } #Question #questionAreaRight .submission .button a:active{ background: blue; } #Question #questionAreaRight .overlay{ display: none; position: fixed; top: 40px; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0,.8); } .datalist{ min-height: 450px; } .datalist .dataArea{ width: 90%; margin: auto; } .datalist #tableList{ border-spacing: 0; } .datalist #tableList .columnTitle{ background: #ccc; line-height: 120%; font-size: 90%; font-weight: bold; } .datalist #tableList .cell02{ background: #eaeaea; } .datalist #tableList .cell01{ background: white; } .datalist #tableList .debug{ width: 30px; height: 24px; line-height: 24px; position: relative; } .datalist #tableList .debug i{ background: url("./images/base-function.png") no-repeat -105px 0px; top: 2px; height: 24px; width: 24px; position: absolute; } .datalist #tableList .title{ width: 50%; } .datalist #tableList a{ text-decoration: none; color: #000; } .datalist #tableList a:hover{ text-decoration: underline; } .datalist #tableList .nickname{ width: 40%; text-align: center; } .datalist #tableList .type{ width: 10em; } .datalist #tableList .count{ width: 5em; text-align: right; } .datalist #tableList .per{ width: 20%; } .datalist #tableList .per .backgroundTable{ background: #f00; line-height: 1em; position: relative; } .datalist #tableList .per .backgroundTable .right{ background: #0f0; color: transparent; height: 100%; } .datalist #tableList .per .backgroundTable .showText{ text-align: center; width: 100%; height: 100%; position: absolute; top: 0; font-size: 0.8em; } .datalist #tableList .hard{ text-align: center; min-width: 3em; } .datalist #tableList .submission, .datalist #tableList .detail, .datalist #tableList .status, .datalist #tableList .question{ width: 15%; padding-left: 1%; }
0.337531
0.065905
@charset "utf-8"; /*banner*/ .banner { height:175px;background:url(../../img/xzjy/banner.jpg) center 0 no-repeat;color:#fff; padding-top:35px; margin-bottom:37px; min-width:1200px;} .banner h2{ color:#fff; font-size:42px; line-height:80px; font-weight:normal} .banner h3{color:#fff; font-size:20px; font-weight:normal} /*jobbar_info*/ .jobbar{ margin-bottom:40px; } .jobbar_main{ width:750px; float:left} .jobbar_site{ width:386px; margin-left:34px; float:left; border:1px solid #e0e0e0; padding:0 14px;background-color: #fbfbfb;} .jobbar_tab{ height:36px; line-height:36px; padding:11px; border:1px solid #e0e0e0;margin-bottom:37px; background-color:#fbfbfb;} .jobnum{ float:left; padding-left:20px}.jobnum i{ color:#ff9001} .textbar{ float:right; border:1px solid #e0e0e0; height:30px; margin-left:10px; width:120px; padding:4px 5px 0; position:relative; background-color:#fff; cursor:pointer} .textbar input{ width:100px;height:26px; float:left; cursor:pointer} #industrybox{ width:160px;}#industrybox input{ width:140px}#industrybox .option{ width:170px} .clkarea{ height:26px} .clkarea i{ float:left; display:block; height:15px;width:15px;background :url(../../img/xzjy/sprite.png) no-repeat -15px -36px; margin:8px 0 0 3px} .textbar .option{ border:1px solid #e0e0e0; width:130px; position:absolute; top:34px; left:-1px; background-color:#fff; font-size:14px} .textbar .option a,.selbar .option a{ line-height:34px; display:block; padding:0 5px; z-index:1000} .textbar .option a:hover,.selbar .option a:hover{ color:#666; background-color:#ffead0} .jobbar_content{ border-top:1px solid #e0e0e0} .jobbar_content .nols{ display:block; text-align:center; margin-top:30px} .jobbar_content li{ padding:35px 10px; border-bottom:1px solid #e0e0e0;} .jobbar_content li:hover{ background-color:#fbfbfb} .jobbar_content li img{ height:60px; width:120px; float:left; margin:5px 30px 0 0} .jobinfo{ float:left; width:570px;}.jobinfo span{ font-size:14px} .jobtitle{ font-size:16px; color:#333; line-height:26px; height:52px; overflow:hidden} .jobtitle span{ display:inline-block; padding:0 15px; background-color:#ff5d6c; color:#fff; margin-left:20px; font-size:12px} .jobtitle span.qz{ background-color:#4791ff; } .jobtitle span.zy{ background-color:#6dc6d2; } .jobtitle span.jz{ background-color:#ffa23b; }.jobtitle span.ls{background-color:#956dfc} .jobtitle span.qt{background-color:#82cdfd} .jobinfo .ico{ float:left; line-height:30px; margin:0 20px 0 0px;} .jobinfo .ico i{ display:inline-block; height:25px; width:25px; background-image:url(../../img/xzjy/sprite.png); vertical-align:middle; margin-right:5px;} .jobinfo .company i{ background-position:-50px -36px} .jobinfo .address i{ background-position:-95px -36px} .jobinfo .price i{ background-position:-140px -36px} .jobbar_site h4{ line-height:55px; font-size:18px; font-weight:normal} .jobbar_site .sitebar{ margin-bottom:15px} .areabar{ border:1px solid #e0e0e0; height:29px; width:370px; padding:5px 5px 0; position:relative;background-color: #fff; cursor:pointer} .areabar .icon{ position:absolute;top:6px; right:6px; height:22px;width:25px;background :url(../../img/xzjy/sprite.png) no-repeat -201px -37px; cursor:pointer } .areaitem{ margin-right:5px;}.areaitem i{ cursor:pointer} .areachosedbox{ position:relative}.areachosed_abs2{ display:inline-block} .areachosedbox .areachosed_abs{ position:absolute; top:-44px; left:13px;} .checkbar input{ margin-right:5px; vertical-align:middle}.checkbar label{ margin-right:54px; line-height:30px; width:54px; display:inline-block} .selbar{ border:1px solid #e0e0e0; height:30px; margin-left:10px; width:220px; padding:4px 5px 0; position:relative;background-color: #fff; cursor:pointer} .selbar i{ position:absolute; display:block; height:35px;width:38px;background :url(../../img/xzjy/sprite.png) no-repeat -263px -37px;top:0px ;right:0px; margin:0} .selbar .option{ border:1px solid #e0e0e0; width:230px; position:absolute; top:34px; left:-1px; background-color:#fff; font-size:14px} .selbar input{ width:184px;height:26px; float:left; cursor:pointer} .option{ display:none} .qk_btn{ text-align:center; padding:30px 0} .qk_btn a{ height:39px; width:209px;border-radius: 3px; background-color:#ff9001; color:#fff; display:inline-block; line-height:39px; box-shadow:3px 3px 3px rgba(0,0,0,0.1)} .qk_btn a:hover{ background-color:#ffad43;border-radius: 3px;} .page-control{margin-top: 68px;margin-bottom: 88px;text-align: center;} .page-control a{color: #666;display: inline-block; padding: 0 12px;vertical-align: middle;} .page-control span.current{display: inline-block;padding: 0 7px;color:#999999;vertical-align: middle;background:#ff9001;color: #fff;margin-left: 10px;} .page-control span.disabled{ display: inline-block;padding: 0 7px;color: #bfbfbf;vertical-align: middle;} .page-control span.next-disabled{display: inline-block;padding: 0 12px;color: #bfbfbf;vertical-align: middle;} .icon-ba:before,.icon-ba:after{ background: url('/img/index/icon.png') no-repeat; } .next-disabled:after { display: inline-block; content: ''; background-position: -541px -470px; height: 20px; width: 40px; vertical-align: middle; } .disabled:before,.prevPage:before{ display: inline-block; content: ''; background-position: -462px -470px; height: 20px; width: 40px; vertical-align: middle; } .nextPage:after{ display: inline-block; content: ''; background-position: -541px -470px; height: 20px; width: 40px; vertical-align: middle; }
css/xzjy/joblist.css
@charset "utf-8"; /*banner*/ .banner { height:175px;background:url(../../img/xzjy/banner.jpg) center 0 no-repeat;color:#fff; padding-top:35px; margin-bottom:37px; min-width:1200px;} .banner h2{ color:#fff; font-size:42px; line-height:80px; font-weight:normal} .banner h3{color:#fff; font-size:20px; font-weight:normal} /*jobbar_info*/ .jobbar{ margin-bottom:40px; } .jobbar_main{ width:750px; float:left} .jobbar_site{ width:386px; margin-left:34px; float:left; border:1px solid #e0e0e0; padding:0 14px;background-color: #fbfbfb;} .jobbar_tab{ height:36px; line-height:36px; padding:11px; border:1px solid #e0e0e0;margin-bottom:37px; background-color:#fbfbfb;} .jobnum{ float:left; padding-left:20px}.jobnum i{ color:#ff9001} .textbar{ float:right; border:1px solid #e0e0e0; height:30px; margin-left:10px; width:120px; padding:4px 5px 0; position:relative; background-color:#fff; cursor:pointer} .textbar input{ width:100px;height:26px; float:left; cursor:pointer} #industrybox{ width:160px;}#industrybox input{ width:140px}#industrybox .option{ width:170px} .clkarea{ height:26px} .clkarea i{ float:left; display:block; height:15px;width:15px;background :url(../../img/xzjy/sprite.png) no-repeat -15px -36px; margin:8px 0 0 3px} .textbar .option{ border:1px solid #e0e0e0; width:130px; position:absolute; top:34px; left:-1px; background-color:#fff; font-size:14px} .textbar .option a,.selbar .option a{ line-height:34px; display:block; padding:0 5px; z-index:1000} .textbar .option a:hover,.selbar .option a:hover{ color:#666; background-color:#ffead0} .jobbar_content{ border-top:1px solid #e0e0e0} .jobbar_content .nols{ display:block; text-align:center; margin-top:30px} .jobbar_content li{ padding:35px 10px; border-bottom:1px solid #e0e0e0;} .jobbar_content li:hover{ background-color:#fbfbfb} .jobbar_content li img{ height:60px; width:120px; float:left; margin:5px 30px 0 0} .jobinfo{ float:left; width:570px;}.jobinfo span{ font-size:14px} .jobtitle{ font-size:16px; color:#333; line-height:26px; height:52px; overflow:hidden} .jobtitle span{ display:inline-block; padding:0 15px; background-color:#ff5d6c; color:#fff; margin-left:20px; font-size:12px} .jobtitle span.qz{ background-color:#4791ff; } .jobtitle span.zy{ background-color:#6dc6d2; } .jobtitle span.jz{ background-color:#ffa23b; }.jobtitle span.ls{background-color:#956dfc} .jobtitle span.qt{background-color:#82cdfd} .jobinfo .ico{ float:left; line-height:30px; margin:0 20px 0 0px;} .jobinfo .ico i{ display:inline-block; height:25px; width:25px; background-image:url(../../img/xzjy/sprite.png); vertical-align:middle; margin-right:5px;} .jobinfo .company i{ background-position:-50px -36px} .jobinfo .address i{ background-position:-95px -36px} .jobinfo .price i{ background-position:-140px -36px} .jobbar_site h4{ line-height:55px; font-size:18px; font-weight:normal} .jobbar_site .sitebar{ margin-bottom:15px} .areabar{ border:1px solid #e0e0e0; height:29px; width:370px; padding:5px 5px 0; position:relative;background-color: #fff; cursor:pointer} .areabar .icon{ position:absolute;top:6px; right:6px; height:22px;width:25px;background :url(../../img/xzjy/sprite.png) no-repeat -201px -37px; cursor:pointer } .areaitem{ margin-right:5px;}.areaitem i{ cursor:pointer} .areachosedbox{ position:relative}.areachosed_abs2{ display:inline-block} .areachosedbox .areachosed_abs{ position:absolute; top:-44px; left:13px;} .checkbar input{ margin-right:5px; vertical-align:middle}.checkbar label{ margin-right:54px; line-height:30px; width:54px; display:inline-block} .selbar{ border:1px solid #e0e0e0; height:30px; margin-left:10px; width:220px; padding:4px 5px 0; position:relative;background-color: #fff; cursor:pointer} .selbar i{ position:absolute; display:block; height:35px;width:38px;background :url(../../img/xzjy/sprite.png) no-repeat -263px -37px;top:0px ;right:0px; margin:0} .selbar .option{ border:1px solid #e0e0e0; width:230px; position:absolute; top:34px; left:-1px; background-color:#fff; font-size:14px} .selbar input{ width:184px;height:26px; float:left; cursor:pointer} .option{ display:none} .qk_btn{ text-align:center; padding:30px 0} .qk_btn a{ height:39px; width:209px;border-radius: 3px; background-color:#ff9001; color:#fff; display:inline-block; line-height:39px; box-shadow:3px 3px 3px rgba(0,0,0,0.1)} .qk_btn a:hover{ background-color:#ffad43;border-radius: 3px;} .page-control{margin-top: 68px;margin-bottom: 88px;text-align: center;} .page-control a{color: #666;display: inline-block; padding: 0 12px;vertical-align: middle;} .page-control span.current{display: inline-block;padding: 0 7px;color:#999999;vertical-align: middle;background:#ff9001;color: #fff;margin-left: 10px;} .page-control span.disabled{ display: inline-block;padding: 0 7px;color: #bfbfbf;vertical-align: middle;} .page-control span.next-disabled{display: inline-block;padding: 0 12px;color: #bfbfbf;vertical-align: middle;} .icon-ba:before,.icon-ba:after{ background: url('/img/index/icon.png') no-repeat; } .next-disabled:after { display: inline-block; content: ''; background-position: -541px -470px; height: 20px; width: 40px; vertical-align: middle; } .disabled:before,.prevPage:before{ display: inline-block; content: ''; background-position: -462px -470px; height: 20px; width: 40px; vertical-align: middle; } .nextPage:after{ display: inline-block; content: ''; background-position: -541px -470px; height: 20px; width: 40px; vertical-align: middle; }
0.341802
0.1844